@import"https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--font-serif: "Crimson Text", Georgia, "Times New Roman", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--text-8xl: 6rem;--space-black: #0a0a0a;--space-dark: #1a1a1a;--cosmic-navy: #1e293b;--stellar-blue: #334155;--earth-blue: #64748b;--sky-light: #94a3b8;--cloud-white: #f8fafc;--pure-white: #ffffff;--cosmic-gold: #fbbf24;--font-heading: var(--font-serif);font-family:var(--font-sans);line-height:1.7;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;width:100%;min-height:100vh;background-color:var(--space-black);color:#fff;overflow-x:hidden;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%}@media(max-width:768px){html{font-size:100%;height:-webkit-fill-available}body{min-height:-webkit-fill-available;height:-webkit-fill-available}}a{font-weight:500;color:var(--earth-blue);text-decoration:none;transition:all .3s ease}a:hover{color:#fff;text-shadow:0 0 8px var(--earth-blue)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;line-height:1.2}button{border:none;font-family:inherit;cursor:pointer;transition:all .3s ease;outline:none}button:focus,button:focus-visible{outline:2px solid var(--earth-blue);outline-offset:2px}p{margin:0;line-height:1.6}ul,ol{list-style:none;margin:0;padding:0}.sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden;scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}#root,.App{width:100%;min-height:100vh;margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#012}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#06a,#8cf);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#08c,#adf)}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}.navigation{position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none}.navigation--scrolled{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:none;box-shadow:none}.navigation__container{max-width:100%;margin:0 auto;padding:1rem 1rem 1rem 2rem;display:flex;align-items:center;justify-content:flex-end;position:relative}.navigation__menu-toggle{display:block;background:none;border:none;cursor:pointer;padding:.75rem;position:relative;z-index:1001;border-radius:8px;transition:all .3s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.navigation__menu-toggle:hover{background:#8cf3;transform:scale(1.05);filter:drop-shadow(0 4px 8px rgba(0,0,0,.4))}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;height:2px;width:100%;background:#fff;border-radius:1px;transition:all .3s ease;transform-origin:center;box-shadow:0 1px 2px #0000004d}.hamburger span:nth-child(1){transform-origin:top left}.hamburger span:nth-child(3){transform-origin:bottom left}.hamburger span:not(:last-child){margin-bottom:6px}.hamburger--open span:nth-child(1){transform:rotate(45deg) translate(3px,3px)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:rotate(-45deg) translate(3px,-3px)}.navigation__menu{position:fixed;top:0;right:-100%;width:350px;max-width:85vw;height:100vh;background:linear-gradient(180deg,#001122fa,#003366fa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(136,204,255,.2);transition:right .4s cubic-bezier(.4,0,.2,1);z-index:999;overflow-y:auto}.navigation__menu--open{right:0}.navigation__menu-content{padding:6rem 2rem 2rem;display:flex;flex-direction:column;gap:.5rem}.navigation__menu-link{color:#fff;text-decoration:none;font-weight:500;font-size:1.1rem;padding:1rem 1.25rem;border-radius:12px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.navigation__menu-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(136,204,255,.3),transparent);transition:left .5s ease}.navigation__menu-link:hover{background:#8cf3;border-color:#8cf6;transform:translate(10px);box-shadow:0 4px 15px #88ccff4d}.navigation__menu-link:hover:before{left:100%}.navigation__menu-link:focus{outline:2px solid #88ccff;outline-offset:2px}.navigation__menu-button{background:none;border:1px solid rgba(255,255,255,.1);cursor:pointer;width:100%;text-align:left;font-family:inherit}.navigation__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998;cursor:pointer}@media(max-width:768px){.navigation__container{padding:1rem .75rem 1rem 1rem}.navigation__menu{width:300px}.navigation__menu-link{font-size:1.05rem}}@media(max-width:480px){.navigation__container{padding:.75rem .5rem .75rem .75rem}.navigation__menu{width:280px;max-width:90vw}.navigation__menu-content{padding:5rem 1.5rem 2rem}.navigation__menu-link{font-size:1rem;padding:.875rem 1rem}}@media(min-width:1200px){.navigation__menu{width:400px}.navigation__menu-link{font-size:1.15rem;padding:1.125rem 1.5rem}}.navigation__menu-toggle:focus{outline:2px solid #88ccff;outline-offset:2px}.navigation__overlay:focus{outline:2px solid #88ccff;outline-offset:-2px}.navigation__menu-link{opacity:0;transform:translate(20px);animation:slideInRight .3s ease forwards}.navigation__menu-link:nth-child(2){animation-delay:.05s}.navigation__menu-link:nth-child(3){animation-delay:.1s}.navigation__menu-link:nth-child(4){animation-delay:.15s}.navigation__menu-link:nth-child(5){animation-delay:.2s}.navigation__menu-link:nth-child(6){animation-delay:.25s}.navigation__menu-link:nth-child(7){animation-delay:.3s}.navigation__menu-link:nth-child(8){animation-delay:.35s}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navigation{animation:fadeIn .6s ease-out}.page-navigation{position:fixed;bottom:2rem;right:2rem;z-index:200}.page-navigation__toggle{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#3b82f6e6,#1d4ed8e6);border:1px solid rgba(59,130,246,.3);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -3px #0000004d,0 4px 6px -2px #0003}.page-navigation__toggle:hover{transform:scale(1.05);box-shadow:0 15px 35px -5px #0006,0 0 20px #3b82f666}.page-navigation__toggle:focus{outline:2px solid #3b82f6;outline-offset:4px}.page-navigation__toggle:active{transform:scale(.95)}.page-navigation__toggle--open{background:linear-gradient(135deg,#ef4444e6,#b91c1ce6)}.page-navigation__toggle--open .page-navigation__toggle-line:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.page-navigation__toggle--open .page-navigation__toggle-line:nth-child(2){opacity:0}.page-navigation__toggle--open .page-navigation__toggle-line:nth-child(3){transform:rotate(-45deg) translate(8px,-7px)}.page-navigation__toggle-icon{display:flex;flex-direction:column;gap:5px;align-items:center}.page-navigation__toggle-line{width:20px;height:2px;background:#fff;border-radius:1px;transition:all .3s cubic-bezier(.4,0,.2,1)}.page-navigation__menu{position:absolute;bottom:78px;right:0;min-width:320px;max-width:380px;background:#0f172af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(148,163,184,.2);border-radius:1rem;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #3b82f61a;overflow:hidden}.page-navigation__content{padding:1.75rem}.page-navigation__title{font-size:.875rem;font-weight:600;color:#e2e8f0;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(148,163,184,.2)}.page-navigation__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.page-navigation__item{margin:0}.page-navigation__link{display:flex;align-items:center;gap:.875rem;padding:.875rem .75rem;background:transparent;border:none;border-radius:.5rem;color:#cbd5e1;font-size:.875rem;font-weight:500;line-height:1.4;text-align:left;text-decoration:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;min-height:44px}.page-navigation__link:hover{background:#3b82f61a;color:#f8fafc;transform:translate(2px)}.page-navigation__link:focus{outline:2px solid #3b82f6;outline-offset:2px;background:#3b82f61a}.page-navigation__link--active{background:#3b82f626;color:#60a5fa;transform:translate(4px)}.page-navigation__link--active .page-navigation__indicator{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 0 12px #3b82f680,0 0 24px #3b82f64d}.page-navigation__indicator{width:8px;height:8px;border-radius:50%;background:#94a3b866;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.page-navigation__text{flex-grow:1;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}@media(max-width:1200px){.page-navigation{right:1.5rem}.page-navigation__menu{min-width:300px;max-width:360px}}@media(max-width:768px){.page-navigation{bottom:1.5rem;right:1.5rem}.page-navigation__menu{right:-1rem;left:1rem;min-width:auto;max-width:none}.page-navigation__content{padding:1.5rem}.page-navigation__title{margin-bottom:1rem;padding-bottom:.5rem}}@media(max-width:480px){.page-navigation__toggle{width:56px;height:56px}.page-navigation__toggle-line{width:18px}.page-navigation__toggle--open .page-navigation__toggle-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.page-navigation__toggle--open .page-navigation__toggle-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.page-navigation__menu{bottom:70px}.page-navigation__toggle-icon{gap:4px}}@media(prefers-contrast:high){.page-navigation__menu{background:#000000f2;border-color:#ffffff80}.page-navigation__link--active{background:#fff3;color:#fff}}@media(prefers-reduced-motion:reduce){.page-navigation__link,.page-navigation__toggle,.page-navigation__toggle-line,.page-navigation__indicator{transition:none}.page-navigation__toggle:hover,.page-navigation__link:hover,.page-navigation__link--active{transform:none}}@supports selector(:focus-visible){.page-navigation__link:focus,.page-navigation__toggle:focus{outline:none}.page-navigation__link:focus-visible,.page-navigation__toggle:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}}.lazy-image-container{position:relative;display:block;width:100%;height:100%}.lazy-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,filter .3s ease;opacity:0;filter:blur(5px)}.lazy-image--loaded{opacity:1;filter:blur(0)}.lazy-image--error{display:none}.lazy-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172acc,#1e293bcc);border-radius:inherit;overflow:hidden}.lazy-image-placeholder-img{width:100%;height:100%;object-fit:cover;opacity:.3;filter:blur(2px)}.lazy-image-loading-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border:3px solid rgba(147,197,253,.3);border-top:3px solid rgba(147,197,253,.8);border-radius:50%;animation:lazy-image-spin 1s linear infinite}.lazy-image-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ef44441a,#b91c1c1a);border:2px dashed rgba(239,68,68,.3);border-radius:inherit;color:#ef4444cc}.lazy-image-error-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:1.5rem}@keyframes lazy-image-spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media(prefers-contrast:high){.lazy-image-loading-indicator{border:3px solid rgba(255,255,255,.5);border-top:3px solid rgba(255,255,255,1)}.lazy-image-error{background:#ffffff1a;border-color:#fffc;color:#fff}}@media(prefers-reduced-motion:reduce){.lazy-image{transition:opacity .1s ease}.lazy-image-loading-indicator{animation:none;border:3px solid rgba(147,197,253,.8);border-top:3px solid rgba(147,197,253,1)}}@media print{.lazy-image-placeholder,.lazy-image-loading-indicator{display:none}.lazy-image{opacity:1!important;filter:none!important}}.homepage{font-family:var(--font-sans);line-height:1.6;color:var(--cosmic-navy)}.content-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.section{padding:4rem 0;position:relative}.section-heading{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3.5rem);font-weight:600;color:var(--cosmic-navy);margin-bottom:1rem;line-height:1.3}.section-intro{font-size:clamp(1.125rem,3vw,1.5rem);color:var(--stellar-blue);max-width:800px;margin:0 auto;font-weight:300}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content{position:absolute;top:1rem;left:1rem;z-index:1000;padding:.5rem 1rem;background:#fffffff2;color:var(--cosmic-navy);text-decoration:none;border-radius:4px;font-weight:600;transform:translateY(-100px);transition:transform .3s ease}.skip-to-content:focus{transform:translateY(0)}.section-problem-interactive{background-image:url(/assets/casey-horner-wgcnqd5DP8g-unsplash-B3gmVQiP.jpg);background-size:cover;background-position:center;background-attachment:fixed;height:500vh;position:relative;overflow:hidden;will-change:scroll-position}.section-problem-interactive:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.problem-content-wrapper{position:relative;width:100%;height:100%;z-index:2;max-width:1200px;margin:0 auto;padding:2rem}.problem-sticky-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:1200px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease}.section-problem-interactive.in-view .problem-sticky-content{opacity:1;visibility:visible}.problem-step-container{max-width:800px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;pointer-events:auto}.problem-step{position:absolute;width:100%;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out;pointer-events:none;will-change:opacity,transform}.problem-step.active{opacity:1;transform:translateY(0);position:relative;pointer-events:auto}.problem-question{font-family:var(--font-serif);font-size:clamp(2.5rem,7vw,5rem);font-weight:600;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.8);line-height:1.2;margin:0}.problem-narrative,.problem-transition{font-family:var(--font-sans);font-size:clamp(1.25rem,3vw,1.75rem);color:#f8fafcf2;text-shadow:0 2px 10px rgba(0,0,0,.7);line-height:1.6;font-weight:300;max-width:700px;margin:0 auto}.problem-transition{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2.25rem);font-style:italic}.problem-pivot{font-family:var(--font-serif);font-size:clamp(1.75rem,5vw,2.5rem);font-weight:600;color:#fff;text-shadow:0 4px 15px rgba(0,51,102,.9);font-style:italic;margin:0;line-height:1.3}.problem-stat{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.2);border-radius:24px;padding:3rem 2.5rem;text-align:center;max-width:600px;width:100%;box-shadow:0 12px 50px #0000004d;transform:scale(.9);opacity:0;transition:all .8s ease-out;will-change:transform,opacity}.problem-step.active .stat-card{transform:scale(1);opacity:1}.stat-card .stat-number{display:block;font-family:var(--font-serif);font-size:clamp(4rem,10vw,7rem);font-weight:700;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.7);margin-bottom:1rem;line-height:1}.stat-card .stat-label{font-family:var(--font-sans);font-size:clamp(1.125rem,3vw,1.5rem);color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.7);line-height:1.4;margin:0}.stat-context{font-family:var(--font-sans);font-size:clamp(1rem,2.5vw,1.25rem);color:#fffc;text-shadow:0 2px 8px rgba(0,0,0,.6);font-style:italic;line-height:1.5;max-width:500px;text-align:center;opacity:0;transform:translateY(10px);transition:opacity .6s ease-out .6s,transform .6s ease-out .6s}.problem-step.active .stat-context{opacity:1;transform:translateY(0)}.problem-sources{position:absolute;bottom:-4rem;left:50%;transform:translate(-50%);font-family:var(--font-sans);font-size:.875rem;color:#ffffffb3;font-style:italic;text-shadow:0 2px 8px rgba(0,0,0,.7)}.problem-scroll-indicator{position:absolute;top:calc(100% + 3rem);left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fffc;font-family:var(--font-sans);font-size:.875rem;z-index:100;animation:scrollIndicatorPulse 2s ease-in-out infinite}@keyframes sourceEnter{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.main-heading{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4rem);font-weight:600;color:var(--cosmic-navy);text-align:center;margin-bottom:1.5rem;line-height:1.2}.problem-content{margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.problem-statistics{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem 4rem;margin:4rem 0 5rem;max-width:1000px;margin-left:auto;margin-right:auto}.stat-group{display:contents}.stat-item{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:2rem 1.5rem;border-radius:16px;text-align:center;min-width:200px;max-width:220px;opacity:0;transition:all .8s ease-out;box-shadow:0 8px 32px #0000001a}.stat-item:hover{background:#ffffff26;transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.stat-item.animate-from-left{transform:translate(-50px)}.stat-item.animate-from-right{transform:translate(50px)}.stat-item.in-view{opacity:1;transform:translate(0)}.stat-number{display:block;font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 10px rgba(0,0,0,.5)}.stat-label{font-size:clamp(.95rem,2.5vw,1.1rem);color:#ffffffe6;font-weight:400;line-height:1.4;text-shadow:0 2px 8px rgba(0,0,0,.7)}.section-invitation-bridge{background:radial-gradient(ellipse at center,#001122f2,#001122fa,#0a0a0a),linear-gradient(135deg,#001,#012,#124);min-height:100vh;display:flex;align-items:center;padding:5rem 0;position:relative;overflow:hidden}.section-invitation-bridge:before{content:"";position:absolute;inset:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.2),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.25),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 130px 80px,rgba(255,255,255,.25),transparent),radial-gradient(2px 2px at 160px 30px,rgba(255,255,255,.2),transparent);background-repeat:repeat;background-size:200px 100px;animation:sparkle 4s ease-in-out infinite alternate;pointer-events:none;z-index:1}@keyframes sparkle{0%{opacity:.2}to{opacity:.4}}.invitation-bridge-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2;opacity:0;transform:scale(.95);transition:all .8s ease-out}.invitation-bridge-content.in-view{opacity:1;transform:scale(1)}.section-invitation-bridge .invitation-bridge-content .invitation-bridge-text{font-family:var(--font-serif)!important;font-size:clamp(1.5rem,4vw,2.25rem)!important;color:#fff!important;font-weight:400!important;font-style:italic!important;text-shadow:0 4px 15px rgba(0,51,102,.9)!important;line-height:1.4!important;margin:0!important}.sources{text-align:center;font-style:italic;color:#ffffffb3;font-size:.9rem;margin-top:2rem;text-shadow:0 2px 8px rgba(0,0,0,.7)}.section-pivot{background-image:url(/assets/kalen-emsley-Bkci_8qcdvQ-unsplash-XDtsL3uM.jpg);background-size:cover;background-position:center;background-attachment:fixed;filter:brightness(1.25);min-height:100vh;display:flex;align-items:center;padding:6rem 0;position:relative;overflow:hidden}.section-pivot:before{content:"";position:absolute;inset:0;background:#000000b3;z-index:1}.pivot-content{text-align:center;max-width:1400px;margin:0 auto;position:relative;z-index:2;opacity:0;transform:translateY(20px);transition:all .8s ease-out}.pivot-content.in-view{opacity:1;transform:translateY(0)}.pivot-heading{font-family:var(--font-serif);font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;color:#fff;margin-bottom:1rem;line-height:1.1;text-align:center;text-shadow:0 4px 25px rgba(0,0,0,.9),0 2px 10px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,1);letter-spacing:-.02em;overflow-wrap:break-word}@media(max-width:900px)and (min-width:769px){.pivot-heading{font-size:clamp(2.2rem,4.8vw,3.2rem);white-space:normal}}.section-pivot .pivot-instruction{font-size:clamp(1.125rem,3vw,1.375rem);color:#fff!important;margin-bottom:3rem;font-weight:300;text-shadow:0 3px 15px rgba(0,0,0,.9),0 2px 8px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,1)}.pivot-cards-grid{display:grid;grid-template-columns:repeat(3,300px);gap:2rem;margin-bottom:2rem;perspective:1000px;justify-content:center}@media(min-width:1200px){.pivot-cards-grid{gap:2.5rem;max-width:1400px;margin-left:auto;margin-right:auto}}@media(min-width:1600px){.pivot-cards-grid{max-width:1600px;gap:3rem}}.pivot-card{height:380px;position:relative;cursor:pointer;transition:all .3s ease}.pivot-card:hover{transform:scale(1.02)}.pivot-card:focus{outline:3px solid rgba(255,255,255,.6);outline-offset:4px}.pivot-card-inner{position:relative;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.pivot-card.flipped .pivot-card-inner{transform:rotateY(180deg)}.pivot-card-front,.pivot-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:16px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;box-shadow:0 12px 50px #0000004d;border:2px solid rgba(255,255,255,.2)}.pivot-card-front{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff}.pivot-card-back{background:#f8fafcf2;color:var(--cosmic-navy);transform:rotateY(180deg)}.card-emoji{font-size:4rem;margin:1.5rem 0 1rem;line-height:1}.card-emoji-small{font-size:2rem;margin:1rem 0 .5rem;line-height:1}.card-title{font-family:var(--font-serif);font-size:1.5rem;font-weight:600;margin-bottom:1rem;line-height:1.3}.pivot-card-front .card-title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.7)}.pivot-card-back .card-title{color:var(--cosmic-navy)}.section-pivot .pivot-card .card-teaser{font-size:1.125rem;font-style:italic;color:#fff!important;margin-bottom:1.5rem;text-shadow:0 2px 8px rgba(0,0,0,.6)}.card-detail{font-size:1rem;line-height:1.6;color:var(--earth-blue);margin:0}.section-pivot .pivot-card .card-hint{font-size:.875rem;color:#fff!important;margin-top:auto;padding-top:1rem;text-shadow:0 2px 8px rgba(0,0,0,.6);align-self:center}.pivot-progress{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.progress-text{font-size:1rem;color:#fffc;text-shadow:0 2px 8px rgba(0,0,0,.7)}.progress-dots{display:flex;gap:.5rem}.progress-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;transition:background-color .3s ease}.progress-dot.active{background:#fff;box-shadow:0 2px 8px #ffffff4d}.pivot-conclusion-section{opacity:0;transform:translateY(20px);animation:conclusionEnter .8s ease-out .2s forwards}@keyframes conclusionEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.conclusion-divider{width:60%;height:2px;background:#fff6;border:none;margin:3rem auto 2rem}.pivot-body{max-width:700px;margin:0 auto}.pivot-body p{font-size:clamp(1.25rem,3vw,1.5rem);color:#f8fafce6;line-height:1.7;margin-bottom:2rem;font-weight:300;text-shadow:0 2px 10px rgba(0,0,0,.7)}.pivot-conclusion{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,2rem);color:#fff!important;font-weight:600!important;font-style:italic;text-shadow:0 4px 15px rgba(0,51,102,.9)!important;margin-bottom:0!important}.section-stakes{background-image:url(/assets/spenser-sembrat-JEJbKOUE3d0-unsplash-i30U1aya.jpg);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;display:flex;align-items:center;padding:6rem 0;position:relative;overflow:hidden}.section-stakes:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}@keyframes gentleShimmer{0%{opacity:.2}to{opacity:.5}}.why-matters-content{text-align:center;max-width:800px;margin:0 auto;position:relative;z-index:2;opacity:0;transform:translateY(20px);transition:all .8s ease-out}.why-matters-content.in-view{opacity:1;transform:translateY(0)}.why-matters-heading{font-family:var(--font-serif);font-size:clamp(2.5rem,6vw,4rem);font-weight:600;color:#fff;margin-bottom:2.5rem;line-height:1.2;text-shadow:0 4px 20px rgba(0,51,102,.8);letter-spacing:-.015em}.why-matters-body{max-width:700px;margin:0 auto}.section-stakes .why-matters-content .why-matters-intro{font-size:clamp(1.375rem,3.5vw,1.75rem)!important;color:#f8fafcf2!important;margin-bottom:2.5rem;font-weight:400;text-shadow:0 2px 10px rgba(0,0,0,.7)}.benefits-cards-container{margin:3rem 0;display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.benefit-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(255,255,255,.2);border-radius:16px;overflow:hidden;transition:all .4s ease;opacity:1;transform:translateY(0);box-shadow:0 8px 32px #0000004d}.benefit-card.in-view{opacity:1;transform:translateY(0)}.benefit-card.expanded{opacity:1!important;transform:translateY(0)!important}.benefit-card:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 12px 40px #0006}.benefit-card-header{width:100%;padding:2rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:1.5rem;text-align:left;color:#fff;transition:all .3s ease}.benefit-card-header:hover{background:#ffffff0d}.benefit-card-header:focus{outline:3px solid rgba(255,255,255,.6);outline-offset:2px}.benefit-icon{font-size:2.5rem;line-height:1;flex-shrink:0;width:70px;text-align:center}.benefit-headline{flex:1;font-family:var(--font-serif);font-size:clamp(1.125rem,3vw,1.375rem);font-weight:600;line-height:1.4;text-shadow:0 2px 10px rgba(0,0,0,.7)}.benefit-expand-icon{font-size:1.5rem;font-weight:300;flex-shrink:0;width:40px;text-align:center;transition:transform .3s ease;text-shadow:0 2px 8px rgba(0,0,0,.7)}.benefit-card.expanded .benefit-expand-icon{transform:rotate(180deg)}.benefit-card-content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1);background:#f8fafcf2;opacity:1}.benefit-card.expanded .benefit-card-content{max-height:400px}.benefit-detail{font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.7;color:var(--earth-blue);padding:1.5rem 2rem 2rem;font-weight:400;margin:0}.why-matters-benefits{margin:3rem 0}.why-matters-benefits p{font-size:clamp(1.125rem,3vw,1.375rem);color:#f8fafce6;line-height:1.8;margin-bottom:1.5rem;font-weight:300;text-shadow:0 2px 8px rgba(0,0,0,.6);opacity:0;transform:translateY(15px);transition:all .8s ease-out}.why-matters-benefits p.in-view{opacity:1;transform:translateY(0)}.section-stakes .why-matters-content .why-matters-key{font-family:var(--font-serif)!important;font-size:clamp(1.5rem,4vw,2.25rem)!important;color:#fff!important;font-weight:700;margin:3rem 0;text-shadow:0 4px 15px rgba(0,51,102,.9);line-height:1.4}.why-matters-conclusion{font-size:clamp(1.25rem,3vw,1.5rem);color:#f8fafcf2;font-style:italic;margin:0;font-weight:300;text-shadow:0 2px 10px rgba(0,0,0,.7)}.section-solution{background-image:url(/assets/adrien-delforge-5pm-nmL1B5w-unsplash-m09d_8RY.jpg);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;display:flex;align-items:center;padding:5rem 0;position:relative}.section-solution:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.section-solution .content-container{position:relative;z-index:2}.section-solution .section-heading{color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.8)}.section-solution .section-intro{color:#f8fafcf2;text-shadow:0 2px 10px rgba(0,0,0,.7)}.sky-item{cursor:pointer;position:relative}.sky-item.explored{border-color:var(--stellar-blue);background:linear-gradient(135deg,#f8fafcf2,#88ccff0d)}.sky-framework{display:flex;flex-direction:column;gap:3rem;max-width:800px;margin:0 auto}.sky-item{display:flex;align-items:flex-start;gap:2rem;background:#f8fafce6;padding:2.5rem;border-radius:12px;border:1px solid rgba(100,116,139,.1);transition:all .3s ease;opacity:0;transform:translateY(30px)}.sky-item.in-view{opacity:1;transform:translateY(0)}.sky-item:hover{background:#f8fafc;box-shadow:0 12px 30px #00336626;transform:translateY(-10px)}.sky-item:hover .sky-letter{background:var(--cosmic-navy);box-shadow:0 8px 25px #33415566;transform:scale(1.05)}.sky-letter{flex-shrink:0;width:80px;height:80px;background:var(--stellar-blue);color:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-family:var(--font-serif);font-size:2.5rem;font-weight:600;box-shadow:0 4px 15px #3341554d;transition:all .3s ease}.sky-content{flex:1}.sky-title{font-family:var(--font-serif);font-size:2rem;font-weight:600;color:var(--cosmic-navy);margin-bottom:.5rem}.sky-subtitle{font-size:1.25rem;color:var(--stellar-blue);margin-bottom:1rem;font-weight:500}.sky-description{color:var(--earth-blue);line-height:1.6;margin:0}.solution-promise{background:#64748b0d;padding:2.5rem;border-radius:12px;text-align:center;margin-top:3rem;border:2px solid rgba(100,116,139,.1)}.solution-promise p{font-size:1.125rem;color:var(--cosmic-navy);margin:0;line-height:1.6}.section-invitation{background-image:url(/assets/daiga-ellaby-VSOgrNVV9Cg-unsplash-BlyFQRBk.jpg);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;display:flex;align-items:center;padding:5rem 0;position:relative}.section-invitation:before{content:"";position:absolute;inset:0;background:#0000004d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1}.section-invitation .content-container{position:relative;z-index:2}.section-invitation .section-heading{color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.8)}.section-invitation .invitation-description{color:#f8fafcf2;text-shadow:0 2px 10px rgba(0,0,0,.7)}.invitation-content{text-align:center;max-width:900px;margin:0 auto}.invitation-description{font-size:1.25rem;color:var(--stellar-blue);margin-bottom:3rem;line-height:1.6}.invitation-pathways{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.pathway{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #0033661a;border:1px solid rgba(100,116,139,.1)}.pathway h3{font-family:var(--font-serif);font-size:1.5rem;color:var(--cosmic-navy);margin-bottom:.5rem}.pathway p{color:var(--stellar-blue);margin-bottom:1.5rem}.pathway-button{background:var(--stellar-blue);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.pathway-button:hover{background:var(--cosmic-navy)}.invitation-disclaimer{background:#fffc;padding:1.5rem;border-radius:8px;border:1px solid rgba(100,116,139,.2);margin-bottom:3rem;font-size:.95rem;color:var(--earth-blue)}.invitation-cta{text-align:center}.primary-cta{background:var(--cosmic-navy);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.125rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem;position:relative;overflow:hidden}.primary-cta:hover{background:var(--stellar-blue);transform:scale(1.05);box-shadow:0 12px 30px #1e293b66}.primary-cta:active{transform:scale(.98)}.pathway-button:hover{background:var(--cosmic-navy);transform:scale(1.05);box-shadow:0 8px 20px #1e293b4d}.pathway-button:active{transform:scale(.98)}.cta-hint{color:var(--earth-blue);font-size:.95rem;font-style:italic;margin:0}@media(max-width:768px){.section-problem-interactive{background-attachment:scroll!important;height:400vh}.problem-sticky-content{width:95%;padding:1rem}.problem-question{font-size:clamp(2rem,8vw,3.5rem);line-height:1.3}.problem-narrative,.problem-transition{font-size:clamp(1.1rem,4vw,1.4rem);padding:0 1rem}.problem-transition{font-size:clamp(1.3rem,5vw,1.8rem)}.problem-pivot{font-size:clamp(1.5rem,6vw,2rem);padding:0 1rem}.stat-card{padding:2rem 1.5rem;margin:0 1rem;max-width:calc(100vw - 2rem)}.stat-card .stat-number{font-size:clamp(3rem,12vw,5rem)}.stat-card .stat-label{font-size:clamp(1rem,4vw,1.25rem)}.stat-context{font-size:clamp(.9rem,3.5vw,1.1rem);padding:0 1rem}.problem-sources{font-size:.75rem;bottom:.5rem}.section-problem,.section-invitation-bridge,.section-pivot,.section-stakes,.section-solution,.section-invitation{background-attachment:scroll!important;min-height:100vh;display:flex;align-items:center}.content-container{padding:0 1rem}.section{padding:3rem 0}.section-pivot,.section-stakes{padding:4rem 0}.pivot-heading{font-size:clamp(2rem,6vw,2.8rem);margin-bottom:1.5rem;line-height:1.2}.pivot-body p{font-size:clamp(1.1rem,4vw,1.3rem);margin-bottom:1.5rem}.pivot-conclusion{font-size:clamp(1.3rem,5vw,1.7rem)}.pivot-cards-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.pivot-card{height:300px}.pivot-card-front,.pivot-card-back{padding:1.5rem}.card-emoji{font-size:3rem;margin:1rem 0 .75rem}.card-emoji-small{font-size:1.5rem;margin:.75rem 0 .5rem}.card-title{font-size:1.3rem}.section-pivot .pivot-card .card-teaser{font-size:1rem;color:#fff!important}.card-detail{font-size:.95rem}.section-pivot .pivot-card .card-hint{font-size:.8rem;color:#fff!important}.progress-text{font-size:.9rem}.section-pivot .pivot-instruction{font-size:clamp(1rem,4vw,1.2rem);color:#fff!important;margin-bottom:2rem}.why-matters-heading{font-size:clamp(2rem,7vw,3rem);margin-bottom:2rem}.why-matters-intro{font-size:clamp(1.25rem,4vw,1.5rem);margin-bottom:2rem}.why-matters-benefits p{font-size:clamp(1rem,4vw,1.25rem);margin-bottom:1.25rem}.benefits-cards-container{gap:1rem;margin:2rem 0}.benefit-card-header{padding:1.5rem;gap:1rem}.benefit-icon{font-size:2rem;width:50px}.benefit-headline{font-size:clamp(1rem,4vw,1.2rem)}.benefit-expand-icon{font-size:1.25rem;width:35px}.benefit-detail{font-size:clamp(.9rem,3.5vw,1rem);padding:1rem 1.5rem 1.5rem}.why-matters-key{font-size:clamp(1.3rem,5vw,1.8rem);margin:2.5rem 0}.why-matters-conclusion{font-size:clamp(1.1rem,4vw,1.3rem)}.sky-item{flex-direction:column;text-align:center;gap:1.5rem}.sky-letter{align-self:center}.problem-statistics{gap:2rem 1rem}.stat-item{min-width:180px;max-width:280px;padding:1.5rem 1rem}.section-problem{min-height:100vh;padding:5rem 0 1rem}.section-problem{background-attachment:scroll!important}}@media(max-width:480px){.sky-item,.stake-item,.stat-item{padding:1.5rem}.section-problem{padding:4.5rem 0 1rem}.pivot-cards-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}.pivot-card{height:280px}.pivot-card-front,.pivot-card-back{padding:1rem}.card-emoji{font-size:2.5rem;margin:.75rem 0 .5rem}.card-title{font-size:1.1rem;margin-bottom:.75rem}.section-pivot .pivot-card .card-teaser{font-size:.9rem;margin-bottom:1rem;color:#fff!important}.card-detail{font-size:.85rem}.section-pivot .pivot-card .card-hint{font-size:.75rem;color:#fff!important}}.hero-section{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-section__container{max-width:1200px;padding:4rem 2rem 0;width:100%;position:relative;z-index:10}.hero-section__content{margin-bottom:4rem}.hero-section__title{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.2;color:var(--cloud-white);margin-bottom:2rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-section__subtitle{font-family:var(--font-sans);font-size:clamp(1.125rem,2.5vw,1.5rem);line-height:1.6;color:var(--cloud-white);max-width:800px;margin:0 auto;opacity:.9}.hero-section__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fffc;font-family:var(--font-sans);font-size:.875rem;margin-top:3rem;animation:scrollIndicatorPulse 2s ease-in-out infinite}.hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero-section__video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1;will-change:transform;backface-visibility:hidden;-webkit-transform:translate(-50%,-50%) translateZ(0)}.hero-section__fallback-image{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;z-index:1}.hero-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172a73,#1e293b99,#0f172abf);z-index:2}@media(max-width:768px){.hero-section{height:100vh;padding:0 1rem}.hero-section__container{padding:3rem 1rem 0}.hero-section__title{margin-bottom:1.5rem}.hero-section__scroll-indicator{margin-top:2rem}.hero-section__fallback-image{object-position:center}.hero-section__overlay{background:linear-gradient(135deg,#0f172a99,#1e293bbf,#0f172ae6)}}@media(max-width:1024px){.hero-section__container{padding:3.5rem 1.5rem 0}}@media(prefers-reduced-motion:reduce){.hero-section__scroll-indicator,.scroll-arrow{animation:none}.hero-section__video{animation-play-state:paused}}@media(prefers-contrast:high){.hero-section__overlay{background:linear-gradient(135deg,#000000bf,#000000d9,#000000f2)}}.foundation-section{padding:6rem 0;background:linear-gradient(135deg,#1e293bcc,#334155cc);position:relative}.foundation-section__container{max-width:1000px;margin:0 auto;padding:0 2rem}.foundation-section__header{text-align:center;margin-bottom:4rem}.foundation-section__intro{font-family:var(--font-serif);font-size:clamp(1.125rem,2.5vw,1.375rem);line-height:1.6;color:var(--sky-light);max-width:700px;margin:0 auto;font-style:italic}.foundation-section__truths{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.truth-card{background:#f8fafcf2;color:var(--cosmic-navy);border-radius:1rem;padding:2.5rem;box-shadow:0 10px 30px #0003;border:1px solid rgba(255,255,255,.1);transition:transform .3s ease,box-shadow .3s ease}.truth-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.truth-card__title{font-family:var(--font-sans);font-size:var(--text-xl);font-weight:600;color:var(--stellar-blue);margin-bottom:1.5rem;line-height:1.3}.truth-card__quote{font-family:var(--font-serif);font-size:var(--text-lg);line-height:1.6;font-style:italic;color:var(--cosmic-navy);margin-bottom:1.5rem;border-left:4px solid var(--stellar-blue);padding:1.5rem 0 1.5rem 1.5rem;position:relative}.truth-card__quote:before{content:'"';font-size:3rem;color:var(--stellar-blue);position:absolute;top:0;left:-.5rem;opacity:.3}.truth-card__attribution{display:block;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;font-style:normal;color:var(--earth-blue);margin-top:.75rem;text-align:right}.truth-card__body{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.7;color:var(--cosmic-navy)}.truth-card__body p{margin-bottom:1rem}.truth-card__body p:last-child{margin-bottom:0}.foundation-section__transition{text-align:center;max-width:600px;margin:0 auto}.foundation-section__transition p{font-family:var(--font-serif);font-size:var(--text-lg);line-height:1.6;color:var(--sky-light);font-style:italic}@media(max-width:768px){.foundation-section__header{margin-bottom:3rem}.foundation-section__truths{grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}.truth-card{padding:2rem}.truth-card__title{font-size:var(--text-lg)}.truth-card__quote{font-size:var(--text-base);padding-left:1rem}.truth-card__quote:before{font-size:2rem;left:-.25rem}}@media(max-width:1024px)and (min-width:769px){.foundation-section__container{padding:0 1.5rem}.foundation-section__truths{gap:2.5rem}}@media(prefers-reduced-motion:reduce){.truth-card{transition:none}.truth-card:hover{transform:none}}.constellation-map{position:relative;width:100%;min-height:600px;padding:0 0 2rem}.constellation-map__container{width:100%;margin:0 auto;padding:0 2rem}.constellation-map__intro{text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.constellation-map__intro p{font-family:var(--font-serif);font-size:var(--text-lg);line-height:1.6;color:var(--sky-light);margin:0;font-style:italic}.constellation-svg-container{position:relative;width:100%;height:700px;background:radial-gradient(ellipse at center,#1e3a8a1a,#0f172a4d,#0a112880);border-radius:1rem;overflow:hidden;box-shadow:inset 0 0 50px #1e3a8a33,0 4px 20px #0000004d}.constellation-svg{width:100%;height:100%;position:absolute;top:0;left:0}.constellation-connections{pointer-events:none}.constellation-line{transition:opacity .3s ease,stroke-width .3s ease}.constellation-line:hover{stroke-width:.5;opacity:.8!important}.constellation-point{transition:all .3s ease;cursor:pointer}.constellation-point:hover{fill:var(--cloud-white);filter:brightness(1.3);transform:scale(1.05)}.constellation-point:focus{outline:2px solid var(--sky-light);outline-offset:2px}.constellation-point.selected{fill:var(--cloud-white);filter:drop-shadow(0 0 8px rgba(147,197,253,.8))}.constellation-point-glow{transition:opacity .3s ease;pointer-events:none}.constellation-point-core{animation:starPulse 2s ease-in-out infinite}.constellation-point-core:nth-child(1){animation-delay:0s;animation-duration:2s}.constellation-point-core:nth-child(2){animation-delay:.3s;animation-duration:2.5s}.constellation-point-core:nth-child(3){animation-delay:.6s;animation-duration:3s}.constellation-point-core:nth-child(4){animation-delay:.9s;animation-duration:2.2s}.constellation-point-core:nth-child(5){animation-delay:1.2s;animation-duration:2.8s}.constellation-labels{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.constellation-label{position:absolute;transform:translate(-50%,-50%);pointer-events:auto;cursor:pointer;z-index:10;padding:.75rem 1rem;border-radius:.5rem;transition:all .3s ease;background:#0f172acc;border:1px solid rgba(148,163,184,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-width:180px;text-align:center}.constellation-label:hover,.constellation-label.hovered{background:#1e3a8ae6;border-color:#93c5fd66;transform:translate(-50%,-50%) scale(1.05);box-shadow:0 4px 20px #1e3a8a4d}.constellation-label:focus{outline:2px solid var(--sky-light);outline-offset:2px}.constellation-label.selected{background:#1e3a8a;border-color:var(--sky-light);box-shadow:0 4px 20px #93c5fd66}.constellation-label__content{display:flex;flex-direction:column;gap:.25rem;align-items:center}.constellation-label__photo{position:relative;width:100%;margin-bottom:.5rem}.constellation-label__photo img{width:100%;height:140px;object-fit:cover;border-radius:.375rem;border:2px solid rgba(147,197,253,.3);transition:all .3s ease}.constellation-label__photo-placeholder{width:100%;height:140px;background:linear-gradient(135deg,#1e3a8ab3,#3b82f680);border:2px solid rgba(147,197,253,.3);border-radius:.375rem;display:none;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:var(--text-xl);font-weight:700;color:var(--cloud-white);text-shadow:0 2px 4px rgba(0,0,0,.5);transition:all .3s ease}.constellation-label:hover .constellation-label__photo img,.constellation-label.hovered .constellation-label__photo img,.constellation-label:hover .constellation-label__photo-placeholder,.constellation-label.hovered .constellation-label__photo-placeholder{border-color:#93c5fd99;transform:scale(1.02);box-shadow:0 2px 8px #1e3a8a4d}.constellation-label.selected .constellation-label__photo img,.constellation-label.selected .constellation-label__photo-placeholder{border-color:var(--sky-light);box-shadow:0 2px 12px #93c5fd66}.constellation-label__name{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;color:var(--cloud-white);margin:0;line-height:1.2}.constellation-label__dates{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--cloud-white);opacity:1;font-weight:500}.constellation-label__field{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--cloud-white);font-weight:600;background:#93c5fd33;padding:.125rem .5rem;border-radius:.25rem;margin-top:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.5)}.constellation-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.5rem;background:#0a1128f2;border:1px solid rgba(147,197,253,.3);border-radius:.5rem;padding:1rem;min-width:200px;max-width:280px;text-align:center;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #0000004d}.constellation-tooltip:before{content:"";position:absolute;top:-5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(147,197,253,.3)}.constellation-tooltip__achievement{font-family:var(--font-serif);font-size:var(--text-sm);color:var(--sky-light);line-height:1.4;margin:0 0 .5rem}.constellation-tooltip__prompt{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--stellar-blue);font-weight:500;margin:0;opacity:.8}.constellation-legend{margin-top:3rem;text-align:center;display:flex;flex-direction:column;gap:.75rem;max-width:500px;margin-left:auto;margin-right:auto}.constellation-legend p{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--sky-light);margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.constellation-legend__icon{color:var(--stellar-blue);font-weight:700}@keyframes starPulse{0%,to{opacity:1;filter:brightness(1)}50%{opacity:.7;filter:brightness(1.2)}}@keyframes stellarGlow{0%,to{box-shadow:inset 0 0 50px #1e3a8a33,0 4px 20px #0000004d}50%{box-shadow:inset 0 0 60px #1e3a8a4d,0 4px 25px #0006}}.constellation-svg-container{animation:stellarGlow 4s ease-in-out infinite}@media(max-width:768px){.constellation-map{min-height:600px}.constellation-map__container{padding:0 1rem}.constellation-svg-container{height:500px}.constellation-label{min-width:150px;padding:.5rem .75rem}.constellation-label__photo img,.constellation-label__photo-placeholder{height:100px}.constellation-label__photo-placeholder{font-size:var(--text-lg)}.constellation-label__name{font-size:var(--text-xs)}.constellation-label__dates,.constellation-label__field{font-size:10px}.constellation-tooltip{min-width:180px;max-width:240px;padding:.75rem}.constellation-legend{margin-top:2rem}.constellation-legend p{font-size:var(--text-xs);flex-direction:column;gap:.25rem}}@media(max-width:1024px)and (min-width:769px){.constellation-svg-container{height:600px}.constellation-label{min-width:170px}.constellation-label__photo img,.constellation-label__photo-placeholder{height:120px}}@media(prefers-reduced-motion:reduce){.constellation-point,.constellation-label,.constellation-line{transition:none;animation:none}.constellation-svg-container,.constellation-point:hover,.constellation-point-core{animation:none}}@media(prefers-contrast:high){.constellation-label{background:#000000e6;border:2px solid white}.constellation-tooltip{background:#000000f2;border:2px solid white}.constellation-point{fill:#fff}.constellation-line{stroke:#fff;opacity:.8!important}}.constellation-carousel{position:relative;width:100%;min-height:600px;padding:2rem 0;background:radial-gradient(ellipse at center,#1e3a8a14,#0f172a33,#0a11284d);border-radius:1rem;overflow:hidden;display:block!important;visibility:visible!important;opacity:1!important}.constellation-carousel__container{max-width:100%;margin:0 auto;padding:0 .5rem}.constellation-carousel__intro{text-align:center;margin-bottom:2rem;max-width:90%;margin-left:auto;margin-right:auto}.constellation-carousel__intro p{font-family:var(--font-serif);font-size:var(--text-base);line-height:1.6;color:var(--sky-light);margin:0;font-style:italic}.constellation-carousel__wrapper{position:relative;margin-bottom:2rem;overflow:hidden;border-radius:1rem}.constellation-carousel__background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.constellation-carousel__stars{width:100%;height:100%;opacity:.4;animation:stellarTwinkle 6s ease-in-out infinite}@keyframes stellarTwinkle{0%,to{opacity:.4}50%{opacity:.7}}.constellation-carousel__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:#1e3a8ae6;border:1px solid rgba(147,197,253,.3);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--sky-light);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 15px #0003}.constellation-carousel__nav:hover:not(.disabled){background:#1e3a8a;border-color:var(--sky-light);color:var(--cloud-white);transform:translateY(-50%) scale(1.1)}.constellation-carousel__nav:focus{outline:2px solid var(--sky-light);outline-offset:2px}.constellation-carousel__nav.disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.constellation-carousel__nav--prev{left:1rem}.constellation-carousel__nav--next{right:1rem}.constellation-carousel__scroll-container{display:flex;flex-direction:row;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;gap:1rem;padding:1rem 8rem 1rem .5rem;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:10;cursor:grab;white-space:nowrap}.constellation-carousel__scroll-container:active{cursor:grabbing}.constellation-carousel__scroll-container::-webkit-scrollbar{display:none}.constellation-carousel__scroll-container:focus{outline:2px solid var(--sky-light);outline-offset:4px;border-radius:.5rem}.constellation-carousel__card{flex:0 0 294px;min-width:294px;height:auto;background:#0f172acc;border:1px solid rgba(148,163,184,.2);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);scroll-snap-align:start;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.constellation-carousel__card:hover,.constellation-carousel__card:focus{background:#1e3a8ae6;border-color:#93c5fd66;transform:translateY(-4px);box-shadow:0 8px 30px #1e3a8a4d;outline:none}.constellation-carousel__card.active{background:#1e3a8ae6;border-color:var(--sky-light);transform:scale(1.02);box-shadow:none}.constellation-carousel__card.dragging{pointer-events:none;-webkit-user-select:none;user-select:none}.constellation-carousel__card:focus-visible{outline:2px solid var(--sky-light);outline-offset:2px}.constellation-carousel__portrait{position:relative;width:150px;height:150px;border-radius:50%;margin-bottom:1rem;overflow:hidden;background:linear-gradient(135deg,var(--stellar-blue),var(--sky-light));box-shadow:0 4px 15px #93c5fd4d;flex-shrink:0}.constellation-carousel__portrait img{width:100%;height:100%;object-fit:cover;border-radius:50%}.constellation-carousel__portrait-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:1.5rem;font-weight:700;color:var(--cloud-white);background:linear-gradient(135deg,var(--stellar-blue),var(--sky-light))}.constellation-carousel__content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.constellation-carousel__name{font-family:var(--font-sans);font-size:var(--text-lg);font-weight:700;color:var(--cloud-white);margin:0 0 .5rem;line-height:1.2}.constellation-carousel__dates{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--sky-light);margin:0 0 .25rem;opacity:.9}.constellation-carousel__field{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--stellar-blue);font-weight:600;background:#93c5fd1a;padding:.25rem .75rem;border-radius:.75rem;margin:0 0 1rem;display:inline-block}.constellation-carousel__card.active .constellation-carousel__field{color:#fff;background:#fff3}.constellation-carousel__achievement{font-family:var(--font-serif);font-size:var(--text-sm);color:var(--sky-light);line-height:1.4;margin:.5rem 0;text-align:center;font-style:italic}.constellation-carousel__cta{margin-top:.75rem;padding:.5rem 1rem;background:#93c5fd1a;border:1px solid rgba(147,197,253,.2);border-radius:.5rem;transition:all .3s ease}.constellation-carousel__cta span{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--stellar-blue);font-weight:500}.constellation-carousel__card:hover .constellation-carousel__cta,.constellation-carousel__card.active .constellation-carousel__cta{background:#93c5fd33;border-color:var(--sky-light)}.constellation-carousel__card:hover .constellation-carousel__cta span,.constellation-carousel__card.active .constellation-carousel__cta span{color:var(--cloud-white)}.constellation-carousel__glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(147,197,253,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.constellation-carousel__card.active .constellation-carousel__glow{opacity:1}.constellation-carousel__indicators{display:flex;justify-content:center;gap:.5rem;margin:1.5rem 0 1rem}.constellation-carousel__indicator{width:8px;height:8px;border-radius:50%;background:#94a3b84d;border:none;cursor:pointer;transition:all .3s ease;position:relative}.constellation-carousel__indicator:hover{background:#93c5fd99;transform:scale(1.2)}.constellation-carousel__indicator.active{background:var(--sky-light);transform:scale(1.4);box-shadow:0 0 10px #93c5fd80}.constellation-carousel__indicator:focus{outline:2px solid var(--sky-light);outline-offset:2px}.constellation-carousel__progress-bar{width:100%;height:2px;background:#94a3b833;border-radius:1px;overflow:hidden;margin-bottom:1.5rem}.constellation-carousel__progress-fill{height:100%;background:linear-gradient(90deg,var(--stellar-blue),var(--sky-light));border-radius:1px;transition:width .3s ease;box-shadow:0 0 10px #93c5fd80}.constellation-carousel__legend{text-align:center;display:flex;flex-direction:column;gap:.5rem;max-width:90%;margin:0 auto}.constellation-carousel__legend p{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--sky-light);margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.constellation-carousel__legend-icon{color:var(--stellar-blue);font-weight:700;font-size:var(--text-sm)}@media(hover:none)and (pointer:coarse){.constellation-carousel__card{transform:none}.constellation-carousel__card:active{transform:scale(.98);background:#1e3a8af2}.constellation-carousel__nav{width:48px;height:48px}.constellation-carousel__scroll-container{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.constellation-carousel__indicator{width:12px;height:12px;margin:0 4px}.constellation-carousel__indicator:active{transform:scale(1.1)}}@media screen and (orientation:landscape)and (max-height:500px){.constellation-carousel{min-height:auto;padding:.5rem 0}.constellation-carousel__card{height:320px;flex:0 0 294px;min-width:294px;padding:1rem}.constellation-carousel__portrait{width:100px;height:100px}.constellation-carousel__name{font-size:var(--text-base)}}@media(max-width:375px){.constellation-carousel__card{flex:0 0 294px;min-width:294px;height:420px}.constellation-carousel__portrait{width:120px;height:120px}.constellation-carousel__container{padding:0 .5rem}.constellation-carousel__scroll-container{padding:1rem 7rem 1rem .5rem;gap:.75rem}.constellation-carousel__nav--prev{left:.5rem}.constellation-carousel__nav--next{right:.5rem}.constellation-carousel__portrait{width:100px;height:100px}}@media(min-width:376px)and (max-width:424px){.constellation-carousel__card{flex:0 0 294px;min-width:294px;height:460px}.constellation-carousel__scroll-container{padding:1rem 9rem 1rem .5rem;gap:.875rem}}@media(min-width:640px){.constellation-carousel__portrait{width:100px;height:100px}}@media(min-width:1024px){.constellation-carousel__portrait{width:120px;height:120px}}@media(min-width:425px)and (max-width:768px){.constellation-carousel__card{flex:0 0 294px;min-width:294px;height:520px}.constellation-carousel__scroll-container{padding:1rem 9rem 1rem .5rem;gap:1rem}}@media(prefers-reduced-motion:reduce){.constellation-carousel__card,.constellation-carousel__nav,.constellation-carousel__indicator,.constellation-carousel__progress-fill{transition:none}.constellation-carousel__scroll-container{scroll-behavior:auto}}@media(prefers-contrast:high){.constellation-carousel__card{background:#000000e6;border:2px solid white}.constellation-carousel__nav{background:#000000e6;border:2px solid white;color:#fff}.constellation-carousel__indicator{background:#fff}.constellation-carousel__progress-bar{background:#ffffff4d}.constellation-carousel__progress-fill{background:#fff}}@media(prefers-color-scheme:dark){.constellation-carousel{background:radial-gradient(ellipse at center,#00000080,#000c)}.constellation-carousel__card{background:#000000e6;border-color:#ffffff1a}}@media(max-width:768px){.constellation-carousel{padding:1rem 0;min-height:auto;background:transparent}.constellation-carousel__container{padding:0 .5rem}.constellation-carousel__intro,.constellation-carousel__wrapper{margin-bottom:1rem}.constellation-carousel__indicators{margin:1rem 0 .5rem}.constellation-carousel__card{transform:translateZ(0);will-change:transform}.constellation-carousel__scroll-container{transform:translateZ(0);will-change:scroll-position}.constellation-carousel__background{transform:translateZ(0)}.constellation-carousel__progress-bar{display:none}}body.modal-open{overflow:hidden;padding-right:0}.scientist-modal-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;overflow:auto}.scientist-modal__backdrop{position:absolute;inset:0;background:#0d101cd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.scientist-modal{position:relative;width:50vw;max-width:600px;min-width:400px;max-height:85vh;background:#0d101c;box-shadow:0 20px 40px #0006;z-index:10000;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.15)}.scientist-modal__content{height:100%;max-height:85vh;outline:none;padding:0;display:flex;flex-direction:column;overflow:hidden}@media(max-width:768px){.scientist-modal__content{height:100%!important;max-height:100vh!important;position:relative!important;width:100%!important}}.scientist-modal__header{position:relative;padding:2rem 1.5rem 1.5rem;background:linear-gradient(135deg,#0d101c,#ffffff05);border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;z-index:10}.scientist-modal__close{position:absolute;top:1rem;right:1rem;width:3rem;height:3rem;border:none;background:#ffffff1a;border-radius:50%;color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10001}.scientist-modal__close:hover,.scientist-modal__close:focus{background:#fff3;transform:scale(1.05);outline:none}.scientist-modal__close:focus{box-shadow:0 0 0 2px var(--sky-light)}.scientist-modal__title-section{display:flex;align-items:center;gap:1rem;margin-top:1rem}.scientist-modal__photo{position:relative;width:4rem;height:4rem;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--sky-light),var(--sky-dark));flex-shrink:0}.scientist-modal__photo img{width:100%;height:100%;object-fit:cover}.scientist-modal__photo-placeholder{width:100%;height:100%;display:none;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--space-black);background:linear-gradient(135deg,var(--sky-light),var(--stellar-blue))}.scientist-modal__title-info{flex:1;min-width:0}.scientist-modal__name{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--color-text);margin:0 0 .25rem;line-height:1.2}.scientist-modal__dates{font-size:.875rem;color:var(--sky-light);margin:0 0 .25rem;font-weight:500}.scientist-modal__field{font-size:.875rem;color:#ffffffb3;margin:0;font-style:italic}.scientist-modal__body{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;min-height:0;max-height:calc(85vh - 140px);overflow-y:auto;scrollbar-width:auto;scrollbar-color:rgba(255,255,255,.6) rgba(255,255,255,.15)}.scientist-modal__body::-webkit-scrollbar{width:10px}.scientist-modal__body::-webkit-scrollbar-track{background:#ffffff26;border-radius:5px}.scientist-modal__body::-webkit-scrollbar-thumb{background:#fff9;border-radius:5px;border:1px solid rgba(255,255,255,.2)}.scientist-modal__body::-webkit-scrollbar-thumb:hover{background:#fffc}.scientist-modal__body::-webkit-scrollbar-thumb:active{background:#ffffffe6}.scientist-modal__section{display:flex;flex-direction:column;gap:.75rem}.scientist-modal__section h3{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--sky-light);margin:0;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.scientist-modal__paragraph{font-family:var(--font-body);font-size:.95rem;line-height:1.6;color:#ffffffd9;margin:0}.scientist-modal__quote-section{background:#ffffff05;padding:1.25rem;border-radius:8px;border-left:3px solid var(--sky-light)}.scientist-modal__quote{margin:0}.scientist-modal__quote p{font-family:var(--font-display);font-size:1.125rem;font-style:italic;line-height:1.5;color:var(--color-text);margin:0 0 .75rem}.scientist-modal__quote-attribution{margin:0}.scientist-modal__quote-attribution cite{font-family:var(--font-body);font-size:.875rem;font-style:normal;font-weight:600;color:var(--sky-light)}.scientist-modal__quote-context{font-size:.8rem;color:#fff9;margin:.5rem 0 0;font-style:italic}.scientist-modal__contributions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.scientist-modal__contributions li{position:relative;padding-left:1.25rem;font-size:.9rem;line-height:1.4;color:#ffffffd9}.scientist-modal__contributions li:before{content:"•";position:absolute;left:0;color:var(--sky-light);font-weight:700;font-size:1.1rem}.scientist-modal__faith-section{background:linear-gradient(135deg,#93c5fd0d,#3b82f605);padding:1.25rem;border-radius:8px;border:1px solid rgba(147,197,253,.1)}.scientist-modal__faith-content{font-size:.95rem;color:#ffffffe6}.scientist-modal__links-section{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;margin-top:.5rem}.scientist-modal__links{display:flex;flex-direction:column;gap:.75rem}.scientist-modal__link{display:block;padding:1rem;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:6px;text-decoration:none;color:var(--color-text);transition:all .2s ease}.scientist-modal__link:hover,.scientist-modal__link:focus{background:#ffffff0d;border-color:var(--sky-light);outline:none;transform:translateY(-1px)}.scientist-modal__link strong{display:block;font-size:.9rem;color:var(--sky-light);margin-bottom:.25rem}.scientist-modal__link-desc{font-size:.8rem;color:#ffffffb3;line-height:1.4}@media(max-width:1024px)and (min-width:769px){.scientist-modal{width:70vw;max-width:700px}}@media(max-width:768px){.scientist-modal-overlay{align-items:flex-start!important;justify-content:center!important;padding:0!important;width:100vw!important;height:100vh!important;height:100dvh!important;position:fixed!important;inset:0!important;z-index:9999!important;transform:translateZ(0);backface-visibility:hidden}.scientist-modal{width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;min-width:auto!important;max-height:none!important;border-radius:0!important;border:none!important;box-shadow:none!important;z-index:10000!important;will-change:transform;transform:translateZ(0);margin:0!important;position:relative!important;top:0!important;left:0!important;display:flex!important;flex-direction:column!important}.scientist-modal__header{padding:2rem 1rem 1rem!important;flex-shrink:0!important}.scientist-modal__close{top:1rem!important;right:1rem!important;width:3rem!important;height:3rem!important;z-index:10001!important}.scientist-modal__title-section{gap:.75rem;margin-top:.5rem}.scientist-modal__photo{width:4rem;height:4rem}.scientist-modal__name{font-size:1.5rem}.scientist-modal__body{padding:1rem!important;gap:1.25rem!important;flex:1 1 auto!important;overflow-y:auto!important;min-height:0!important;height:auto!important;max-height:none!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}.scientist-modal__quote p{font-size:1rem}.scientist-modal__paragraph{font-size:.9rem}}@media(max-width:480px){.scientist-modal{height:90vh}.scientist-modal__header{padding:1rem .75rem .75rem}.scientist-modal__body{padding:.75rem}.scientist-modal__name{font-size:1.125rem}.scientist-modal__quote-section,.scientist-modal__faith-section{padding:1rem}}.scientist-modal *:focus{outline:2px solid var(--sky-light);outline-offset:2px}.scientist-modal__section{animation:slideInContent .4s ease-out forwards;animation-delay:calc(var(--section-index, 0) * .05s);opacity:0;transform:translateY(10px)}@keyframes slideInContent{to{opacity:1;transform:translateY(0)}}.scientist-modal__section:nth-child(1){--section-index: 1}.scientist-modal__section:nth-child(2){--section-index: 2}.scientist-modal__section:nth-child(3){--section-index: 3}.scientist-modal__section:nth-child(4){--section-index: 4}.scientist-modal__section:nth-child(5){--section-index: 5}.historical-section{padding:6rem 0;background:linear-gradient(180deg,#0a1128f2,#0f172af2);position:relative;overflow:hidden}.historical-section__container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.historical-section__header{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.historical-section__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--cloud-white);margin-bottom:1.5rem;line-height:1.2}.historical-section__intro{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:0;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.constellation-container{margin-bottom:4rem;position:relative}.historical-section__transition{text-align:center;max-width:700px;margin:0 auto}.historical-section__transition p{font-family:var(--font-serif);font-size:var(--text-lg);line-height:1.6;color:var(--sky-light);margin-bottom:1rem}.historical-section__transition p:last-child{margin-bottom:0}.historical-section__transition strong{color:var(--cloud-white);font-style:italic}@media(max-width:768px){.historical-section__container{padding:0 .5rem}.historical-section__header{margin-bottom:2rem}.historical-section__title{font-size:clamp(1.5rem,5vw,2.5rem);text-align:center;margin-bottom:1rem}.historical-section__intro{font-size:var(--text-base);text-align:center;margin-bottom:0}.constellation-container{margin-bottom:2rem;width:100%;overflow:visible}.historical-section__transition{margin-bottom:0;padding:0 .5rem}.historical-section__transition p{font-size:var(--text-base);text-align:center}}@media(max-width:1024px)and (min-width:769px){.historical-section__container{padding:0 1.5rem}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.modern-section{padding:6rem 0;background:linear-gradient(135deg,#0f172af2,#1e293bf2);position:relative;overflow:hidden}.modern-section__container{max-width:1400px;margin:0 auto;padding:0 1rem}.modern-section__header{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto}.modern-section__title{font-family:var(--font-serif);font-size:clamp(1.5rem,4vw,3rem);font-weight:600;color:var(--cloud-white);margin-bottom:2rem;line-height:1.2}.modern-section__intro p{font-family:var(--font-sans);font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;color:var(--sky-light);margin-bottom:1.5rem}.modern-section__intro p:last-child{margin-bottom:0}.modern-section__swiper-wrapper{position:relative;margin-bottom:3rem;padding:0 1rem}.modern-section__swiper{width:100%;padding:2rem 0;overflow:visible}.modern-section__card{background:#f8fafcfa;border-radius:1rem;padding:1.5rem;height:100%;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(30,58,138,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #0000001a;display:flex;flex-direction:column}.modern-section__card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0003;border-color:#1e3a8a4d}.modern-section__photo{width:150px;height:150px;margin:0 auto 1rem;position:relative;border-radius:50%;overflow:hidden;border:3px solid var(--stellar-blue);box-shadow:0 6px 20px #1e3a8a33;flex-shrink:0}.modern-section__photo img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.modern-section__photo:hover img{transform:scale(1.05)}.modern-section__photo-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,var(--stellar-blue),var(--cosmic-navy));color:#fff;display:none;align-items:center;justify-content:center;font-family:var(--font-serif);font-weight:600;font-size:1.25rem}.modern-section__content{text-align:center;color:var(--cosmic-navy);flex-grow:1;display:flex;flex-direction:column}.modern-section__top-content{display:flex;flex-direction:column;align-items:center}.modern-section__middle-content{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem 0}.modern-section__bottom-content{margin-top:auto;padding-top:1.5rem;padding-bottom:0}.modern-section__name{font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--cosmic-navy);margin-bottom:.5rem;line-height:1.3}.modern-section__title-role{font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--stellar-blue);margin-bottom:.25rem}.modern-section__institution{font-family:var(--font-sans);font-size:.75rem;font-weight:500;color:var(--earth-blue);margin-bottom:1rem}.modern-section__bio{font-family:var(--font-sans);font-size:.9rem;line-height:1.5;color:#0f172acc;margin-bottom:.5rem;text-align:left}.modern-section__quote{background:linear-gradient(135deg,#1e3a8a0d,#3b82f60d);border-left:4px solid var(--stellar-blue);padding:1rem;margin:0;border-radius:.5rem;font-style:italic;width:100%}.modern-section__quote p{font-family:var(--font-serif);font-size:.9rem;line-height:1.5;color:var(--cosmic-navy);margin-bottom:0}.modern-section__links{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.modern-section__link{font-family:var(--font-sans);font-size:.75rem;font-weight:500;color:var(--stellar-blue);text-decoration:none;padding:.5rem .75rem;border:1px solid rgba(30,58,138,.2);border-radius:1rem;transition:all .3s ease;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.modern-section__link:hover{background:var(--stellar-blue);color:#fff;transform:translateY(-1px);box-shadow:0 4px 15px #1e3a8a4d}.modern-section__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#f8fafcf2;border:2px solid rgba(30,58,138,.2);color:var(--cosmic-navy);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000001a}.modern-section__nav:hover{background:#f8fafc;border-color:var(--stellar-blue);transform:translateY(-50%) scale(1.05);box-shadow:0 6px 20px #00000026}.modern-swiper-button-prev{left:-22px}.modern-swiper-button-next{right:-22px}.modern-swiper-button-prev.swiper-button-disabled,.modern-swiper-button-next.swiper-button-disabled{opacity:.3;cursor:not-allowed}.modern-section__pagination{position:relative!important;bottom:auto!important;margin-top:2rem;text-align:center}.modern-swiper-bullet{width:12px!important;height:12px!important;background:#94a3b866!important;border-radius:50%!important;transition:all .3s ease!important;cursor:pointer!important;margin:0 6px!important}.modern-swiper-bullet:hover{background:#1e3a8a99!important;transform:scale(1.2)}.modern-swiper-bullet-active{background:var(--stellar-blue)!important;transform:scale(1.3);box-shadow:0 0 0 4px #1e3a8a33}.modern-section__conclusion{text-align:center;max-width:700px;margin:0 auto}.modern-section__conclusion p{font-family:var(--font-sans);font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;line-height:1.6;color:var(--sky-light);margin-bottom:1rem}.modern-section__conclusion p:last-child{margin-bottom:0}.modern-section__conclusion strong{color:var(--cloud-white);font-style:italic}@media(min-width:640px){.modern-section__container{padding:0 1.5rem}.modern-section__swiper-wrapper{padding:0 3rem}.modern-section__nav{width:48px;height:48px}.modern-section__photo{width:100px;height:100px;margin-bottom:1.25rem}.modern-section__name{font-size:1.375rem}.modern-section__title-role{font-size:1rem}.modern-section__institution,.modern-section__bio{font-size:.875rem;margin-bottom:1.25rem}.modern-section__quote{padding:1.25rem}.modern-section__quote p{font-size:1rem}.modern-section__card{padding:1.75rem}}@media(min-width:1024px){.modern-section__container{padding:0 2rem}.modern-section__swiper-wrapper{padding:0 4rem}.modern-section__photo{width:120px;height:120px;margin-bottom:1.5rem}.modern-section__name{font-size:1.5rem}.modern-section__title-role{font-size:1.125rem}.modern-section__institution,.modern-section__bio{font-size:1rem;margin-bottom:1.5rem}.modern-section__quote{padding:1.5rem;margin:1.5rem 0}.modern-section__quote p{font-size:1.125rem}.modern-section__link{font-size:.875rem;padding:.6rem 1rem}.modern-section__card{padding:2rem}.modern-section__middle-content{flex:0 0 auto;padding:1.5rem 0}.modern-section__bottom-content{padding-top:2rem}}@media(max-width:639px){.modern-section__quote p{font-size:1.1rem}.modern-section__card{height:auto;min-height:700px;display:flex;flex-direction:column}.modern-section__content{flex:1;display:flex;flex-direction:column}.modern-section__bottom-content{margin-top:auto;flex-shrink:0}.modern-section .swiper-wrapper{align-items:stretch}.modern-section .swiper-slide{display:flex;height:auto}}@media(min-width:640px)and (max-width:1279px){.modern-section__card{height:auto;min-height:500px;display:flex;flex-direction:column}.modern-section__content{flex:1;display:flex;flex-direction:column}.modern-section__bottom-content{margin-top:auto;flex-shrink:0}.modern-section .swiper-wrapper{align-items:stretch}.modern-section .swiper-slide{display:flex;height:auto}}@media(min-width:1280px){.modern-section .swiper-wrapper{align-items:stretch}.modern-section .swiper-slide{display:flex;height:auto}}@media(hover:none)and (pointer:coarse){.modern-section__nav{opacity:.9}.modern-section__link{padding:.75rem 1rem;min-height:44px;display:flex;align-items:center;justify-content:center}}@media(prefers-reduced-motion:reduce){.modern-section__card,.modern-section__nav,.modern-section__link,.modern-section__photo img,.modern-swiper-bullet{transition:none}.modern-section__card:hover,.modern-section__nav:hover,.modern-section__photo:hover img{transform:none}}@media(prefers-contrast:high){.modern-section__card,.modern-section__nav{border:2px solid var(--cosmic-navy);background:#fff}.modern-swiper-bullet{border:1px solid var(--cosmic-navy)!important}}.modern-section .swiper-wrapper{align-items:stretch}.modern-section .swiper-slide{height:auto;display:flex}.modern-section .swiper-button-prev,.modern-section .swiper-button-next{display:none}.modern-section .swiper-pagination{position:relative;bottom:auto;margin-top:2rem}.fine-tuning-section{padding:6rem 0;background:linear-gradient(180deg,#1e293bf2,#334155f2);position:relative}.fine-tuning-section__container{max-width:1200px;margin:0 auto;padding:0 2rem}.fine-tuning-section__header{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.fine-tuning-section__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--cloud-white);margin-bottom:2rem;line-height:1.2}.fine-tuning-section__intro p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:1.5rem;text-align:left}.fine-tuning-section__intro p:last-child{margin-bottom:0;text-align:center;font-weight:600;color:var(--cloud-white)}.fine-tuning-section__intro strong{color:var(--cloud-white)}.fine-tuning-section__video-section{margin-bottom:4rem}.fine-tuning-section__video-container{margin:0 auto 3rem;max-width:800px;width:100%;position:relative;padding-bottom:56.25%;height:0;border-radius:1rem;overflow:hidden;box-shadow:0 8px 30px #00000026}.fine-tuning-section__video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:1rem}.fine-tuning-section__examples{display:flex;gap:2rem;margin-bottom:4rem;align-items:flex-start}.fine-tuning-example{background:#f8fafcfa;border:1px solid rgba(30,58,138,.15);border-radius:1rem;padding:2rem;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #0000001a;position:relative;overflow:hidden;flex:1 1 0;min-width:0}.fine-tuning-example.collapsed{flex:0 0 300px;opacity:.7;transform:scale(.95)}.fine-tuning-example.active{flex:2 1 0;transform:scale(1.02);opacity:1}.fine-tuning-example:hover{box-shadow:0 20px 40px #00000026;border-color:#1e3a8a4d}.fine-tuning-example.collapsed:hover{transform:scale(.98);opacity:.8}.fine-tuning-example.active:hover{transform:scale(1.02)}.fine-tuning-example.active:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--stellar-blue),var(--earth-blue))}.fine-tuning-example__icon{text-align:center;margin-bottom:1.5rem}.fine-tuning-example__animation{width:80px;height:80px;margin:0 auto;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#1e3a8a1a,#3b82f61a);border:2px solid rgba(30,58,138,.2);color:var(--stellar-blue);transition:all .3s ease}.fine-tuning-example:hover .fine-tuning-example__animation{background:linear-gradient(135deg,#1e3a8a33,#3b82f633);border-color:var(--stellar-blue);transform:scale(1.1)}.radio-animation{position:relative}.radio-animation:after{content:"";position:absolute;top:50%;left:50%;width:60px;height:60px;border:2px solid transparent;border-top-color:var(--stellar-blue);border-radius:50%;transform:translate(-50%,-50%) rotate(0);animation:radio-dial 3s linear infinite}@keyframes radio-dial{0%{transform:translate(-50%,-50%) rotate(0);opacity:.3}50%{transform:translate(-50%,-50%) rotate(180deg);opacity:.8}to{transform:translate(-50%,-50%) rotate(360deg);opacity:.3}}.thermostat-animation{position:relative}.thermostat-animation:after{content:"";position:absolute;top:30%;left:50%;width:4px;height:40px;background:linear-gradient(to top,var(--stellar-blue),var(--earth-blue));transform:translate(-50%);border-radius:2px;animation:thermostat-pulse 2s ease-in-out infinite}@keyframes thermostat-pulse{0%,to{height:20px;opacity:.5}50%{height:40px;opacity:1}}.recipe-animation{position:relative}.recipe-animation:after{content:"";position:absolute;top:20%;left:50%;width:40px;height:20px;background:#1e3a8a4d;border-radius:20px;transform:translate(-50%) scale(1);animation:recipe-balance 2.5s ease-in-out infinite}@keyframes recipe-balance{0%,to{transform:translate(-50%) scale(1) rotate(0)}25%{transform:translate(-50%) scale(.8) rotate(-5deg)}75%{transform:translate(-50%) scale(1.2) rotate(5deg)}}.fine-tuning-example__content{color:var(--cosmic-navy)}.fine-tuning-example__title{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:600;color:var(--cosmic-navy);margin-bottom:1rem;line-height:1.3;text-align:center}.fine-tuning-example__constant{font-family:var(--font-sans);font-size:var(--text-base);font-weight:600;color:var(--stellar-blue);margin-bottom:.5rem;text-align:center}.fine-tuning-example__tolerance{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--earth-blue);margin-bottom:1.5rem;text-align:center;font-style:italic}.fine-tuning-example__analogy{background:linear-gradient(135deg,#1e3a8a0d,#3b82f60d);border-left:4px solid var(--stellar-blue);padding:1.25rem;margin-bottom:1rem;border-radius:.5rem}.fine-tuning-example__analogy h4{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;color:var(--stellar-blue);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.fine-tuning-example__analogy p{font-family:var(--font-sans);font-size:var(--text-sm);line-height:1.6;color:#0f172acc;margin:0}.fine-tuning-example__expanded{overflow:hidden;margin-top:1rem}.fine-tuning-example__explanation,.fine-tuning-example__consequence{margin-bottom:1.5rem}.fine-tuning-example__explanation h4,.fine-tuning-example__consequence h4{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;color:var(--stellar-blue);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.fine-tuning-example__explanation p,.fine-tuning-example__consequence p{font-family:var(--font-sans);font-size:var(--text-sm);line-height:1.6;color:#0f172acc;margin:0}.fine-tuning-example__source{background:#1e3a8a14;border:1px solid rgba(30,58,138,.15);border-radius:.5rem;padding:1rem;margin-bottom:1rem}.fine-tuning-example__source p{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--earth-blue);margin:0;font-style:italic}.fine-tuning-example__source strong{color:var(--stellar-blue);font-weight:600}.fine-tuning-example__cta{text-align:center;margin-top:1rem}.fine-tuning-example__cta small{font-family:var(--font-sans);font-size:var(--text-xs);color:var(--earth-blue);font-style:italic;opacity:.7}.fine-tuning-section__improbability{max-width:800px;margin:0 auto 4rem;text-align:center}.fine-tuning-section__improbability h3{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--cloud-white);margin-bottom:2rem;line-height:1.2}.fine-tuning-section__improbability p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:1.5rem}.fine-tuning-section__improbability p:last-child{margin-bottom:0}.fine-tuning-section__improbability strong{color:var(--cloud-white);font-style:italic}.fine-tuning-section__hoyle-quote{max-width:800px;margin:0 auto 4rem}.fine-tuning-section__quote-intro{text-align:center;margin-bottom:2rem}.fine-tuning-section__quote-intro p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin:0}.fine-tuning-section__quote{background:#0a112899;border-left:4px solid var(--stellar-blue);border-radius:.5rem;padding:2rem;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 30px #0003}.fine-tuning-section__quote:before{content:'"';font-size:4rem;color:var(--stellar-blue);position:absolute;top:0;left:1rem;opacity:.3;font-family:var(--font-serif)}.fine-tuning-section__quote p{font-family:var(--font-serif);font-size:var(--text-xl);line-height:1.6;font-style:italic;color:var(--cloud-white);margin:0 0 1rem;position:relative;z-index:1}.fine-tuning-section__quote cite{display:block;font-family:var(--font-sans);font-size:var(--text-base);font-weight:500;font-style:normal;color:var(--sky-light);text-align:right;margin:0}.fine-tuning-section__perspective{max-width:800px;margin:0 auto;text-align:left}.fine-tuning-section__perspective h3{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;color:var(--cloud-white);margin-bottom:2rem;line-height:1.2;text-align:center}.fine-tuning-section__perspective p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:1.5rem}.fine-tuning-section__perspective p:last-child{margin-bottom:0;text-align:center;font-weight:600;color:var(--cloud-white);font-style:italic}.fine-tuning-section__perspective strong{color:var(--cloud-white)}@media(max-width:768px){.fine-tuning-section__header{margin-bottom:3rem}.fine-tuning-section__title{font-size:clamp(1.5rem,6vw,2.5rem)}.fine-tuning-section__intro p{font-size:var(--text-base)}.fine-tuning-section__video-section{margin-bottom:2rem}.fine-tuning-section__video-container{margin-bottom:2rem;max-width:100%;border-radius:.75rem}.fine-tuning-section__examples{flex-direction:column;gap:1.5rem;margin-bottom:3rem}.fine-tuning-example,.fine-tuning-example.collapsed,.fine-tuning-example.active{flex:1 1 auto;transform:none;opacity:1;max-width:none;width:100%;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.fine-tuning-example{padding:1.5rem}.fine-tuning-example__animation{width:70px;height:70px}.fine-tuning-example__title{font-size:var(--text-lg)}.fine-tuning-example__constant{font-size:var(--text-sm)}.fine-tuning-example__tolerance{font-size:var(--text-xs);margin-bottom:1rem}.fine-tuning-example__analogy{padding:1rem;margin-bottom:.75rem}.fine-tuning-example__analogy h4{font-size:var(--text-xs);margin-bottom:.5rem}.fine-tuning-example__analogy p,.fine-tuning-example__explanation p,.fine-tuning-example__consequence p{font-size:var(--text-xs)}.fine-tuning-section__improbability,.fine-tuning-section__hoyle-quote,.fine-tuning-section__perspective{margin-bottom:3rem}.fine-tuning-section__improbability h3,.fine-tuning-section__perspective h3{font-size:clamp(1.25rem,5vw,1.75rem);margin-bottom:1.5rem}.fine-tuning-section__improbability p,.fine-tuning-section__perspective p{font-size:var(--text-base)}.fine-tuning-section__quote{padding:1.5rem}.fine-tuning-section__quote p{font-size:var(--text-lg)}.fine-tuning-section__quote:before{font-size:3rem;left:.75rem}.fine-tuning-section__quote-intro p{font-size:var(--text-base)}.radio-animation:after,.thermostat-animation:after,.recipe-animation:after{transform-origin:center center}.radio-animation:after{width:50px;height:50px}.thermostat-animation:after{height:30px}@keyframes thermostat-pulse{0%,to{height:15px;opacity:.5}50%{height:30px;opacity:1}}.recipe-animation:after{width:30px;height:15px}}@media(max-width:480px){.fine-tuning-section__container{padding:0 .75rem}.fine-tuning-example{padding:1.25rem}.fine-tuning-example__animation{width:60px;height:60px}.fine-tuning-section__quote{padding:1.25rem}.fine-tuning-section__quote:before{font-size:2.5rem;left:.5rem}}@media(max-width:1024px)and (min-width:769px){.fine-tuning-section__container{padding:0 1.5rem}.fine-tuning-section__video-container{max-width:90%;margin-bottom:2.5rem}.fine-tuning-section__examples{flex-wrap:wrap}.fine-tuning-example{flex:1 1 300px;min-width:300px}.fine-tuning-example.collapsed{flex:0 0 250px}.fine-tuning-example.active{flex:1 1 100%;order:-1}}@media(min-width:1400px){.fine-tuning-section__container{max-width:1400px}.fine-tuning-section__examples{max-width:1200px;margin:0 auto 4rem}.fine-tuning-example.collapsed{flex:0 0 320px}}@media(hover:none)and (pointer:coarse){.fine-tuning-example{transform:none}.fine-tuning-example:active{transform:scale(.98)}.fine-tuning-example__cta small{font-size:var(--text-sm);opacity:1}}@media(prefers-reduced-motion:reduce){.fine-tuning-example{transition:none}.fine-tuning-example:hover{transform:none}.fine-tuning-example__animation{transition:none}.fine-tuning-example:hover .fine-tuning-example__animation{transform:none}.radio-animation:after,.thermostat-animation:after,.recipe-animation:after{animation:none}@keyframes radio-dial{0%,to{transform:translate(-50%,-50%) rotate(0);opacity:.5}}@keyframes thermostat-pulse{0%,to{height:30px;opacity:.7}}@keyframes recipe-balance{0%,to{transform:translate(-50%) scale(1) rotate(0)}}}@media(prefers-contrast:high){.fine-tuning-example,.fine-tuning-example__animation{border:2px solid var(--cosmic-navy);background:#fff}.fine-tuning-section__quote{border:2px solid var(--stellar-blue);background:#0f172ae6}}@media print{.fine-tuning-section{background:#fff;color:#000;padding:2rem 0}.fine-tuning-section__examples{display:block}.fine-tuning-example{background:#fff;border:1px solid #ccc;margin-bottom:2rem;page-break-inside:avoid}.fine-tuning-example__animation:after{display:none}.fine-tuning-section__quote{background:#f5f5f5;border-left:4px solid #666}}.intelligent-design-section{padding:6rem 0;background:linear-gradient(135deg,#0f172af2,#1e293bf2);position:relative}.intelligent-design-section__container{max-width:1400px;margin:0 auto;padding:0 2rem}.intelligent-design-section__header{text-align:center;margin-bottom:4rem;max-width:900px;margin-left:auto;margin-right:auto}.intelligent-design-section__title{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--cloud-white);margin-bottom:2rem;line-height:1.2}.intelligent-design-section__intro p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:1.5rem}.intelligent-design-section__intro p:last-child{margin-bottom:0;font-weight:600;color:var(--cloud-white)}.intelligent-design-section__layers{margin-bottom:4rem}.solar-system-layer{background:#0000004d;border-radius:16px;padding:2rem;margin-bottom:3rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}.solar-system-enhanced{position:relative;height:700px;border-radius:12px;overflow:visible;margin:2rem 0;box-shadow:0 12px 40px #0006}.solar-system-video-bg{width:100%;height:100%;border-radius:12px}.goldilocks-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:100;pointer-events:none;padding:2rem}.solar-system-layer .intelligent-design-section__content{background:#0009;padding:2rem;border-radius:12px;margin-top:2rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(74,222,128,.2)}.solar-system-layer .intelligent-design-section__content p{color:var(--cloud-white);font-size:var(--text-lg);line-height:1.7;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.intelligent-design-section__subsection{background:#f8fafcf2;border-radius:1rem;padding:3rem;margin-bottom:4rem;color:var(--cosmic-navy);border:1px solid rgba(148,163,184,.2);max-width:900px;margin-left:auto;margin-right:auto}.intelligent-design-section__subsection:hover{box-shadow:0 10px 30px #0000001a;border-color:#1e3a8a4d}.intelligent-design-section__subsection-header{text-align:center;margin-bottom:2rem}.intelligent-design-section__subsection-title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:600;color:var(--stellar-blue);margin-bottom:0;line-height:1.3}.intelligent-design-section__video-container{margin:0 auto 3rem;max-width:800px;width:100%;position:relative;padding-bottom:56.25%;height:0;border-radius:1rem;overflow:hidden;box-shadow:0 8px 30px #00000026}.intelligent-design-section__video{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:1rem}.intelligent-design-section__layer{background:#f8fafcf2;border-radius:1rem;padding:3rem;margin-bottom:3rem;color:var(--cosmic-navy);border:1px solid rgba(148,163,184,.2)}.intelligent-design-section__layer:hover{box-shadow:0 10px 30px #0000001a;border-color:#1e3a8a4d}.intelligent-design-section__layer-header{text-align:center;margin-bottom:2rem}.intelligent-design-section__layer-icon{color:var(--stellar-blue);margin-bottom:1rem;display:flex;justify-content:center}.intelligent-design-section__layer-title{font-family:var(--font-sans);font-size:var(--text-2xl);font-weight:600;color:var(--stellar-blue);margin-bottom:.5rem;line-height:1.3}.intelligent-design-section__layer-subtitle{font-family:var(--font-serif);font-size:var(--text-xl);font-weight:500;color:var(--cosmic-navy);margin-bottom:0;font-style:italic}.intelligent-design-section__visual{margin:2rem 0;padding:2rem;background:#1e293b1a;border-radius:.75rem;border:2px dashed rgba(30,58,138,.3);display:flex;justify-content:center;align-items:center;min-height:150px}.solar-system-visual{display:flex;flex-direction:column;align-items:center;gap:1rem}.solar-system-visual__sun{color:#fbbf24;margin-bottom:1rem}.solar-system-visual__zones{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;justify-content:center}.solar-system-visual__zone{padding:.75rem 1rem;border-radius:.5rem;position:relative;min-width:120px;text-align:center}.zone--hot{background:linear-gradient(45deg,#dc2626,#f87171);color:#fff}.zone--just-right{background:linear-gradient(45deg,#059669,#34d399);color:#fff;border:3px solid #10b981;position:relative}.zone--cold{background:linear-gradient(45deg,#1e40af,#60a5fa);color:#fff}.zone-label{font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;display:block;margin-bottom:.5rem}.solar-system-visual__earth{color:#065f46;display:flex;justify-content:center}.intelligent-design-section__content{margin-top:2rem}.intelligent-design-section__content p{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.7;color:var(--cosmic-navy);margin-bottom:1.5rem}.intelligent-design-section__features{display:grid;gap:1.5rem;margin:2rem 0}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-item__icon{color:var(--stellar-blue);flex-shrink:0;margin-top:.25rem}.feature-item__content h5{font-family:var(--font-sans);font-size:var(--text-base);font-weight:600;color:var(--stellar-blue);margin-bottom:.5rem}.feature-item__content ul{list-style:none;padding:0;margin:0}.feature-item__content li{font-family:var(--font-sans);font-size:var(--text-sm);line-height:1.6;color:var(--earth-blue);margin-bottom:.5rem;padding-left:1rem;position:relative}.feature-item__content li:before{content:"•";color:var(--stellar-blue);position:absolute;left:0}.intelligent-design-section__concept{background:#1e3a8a1a;border:1px solid rgba(30,58,138,.2);border-radius:.75rem;padding:1.5rem;margin:2rem 0}.intelligent-design-section__concept h5{font-family:var(--font-sans);font-size:var(--text-lg);font-weight:600;color:var(--stellar-blue);margin-bottom:1rem}.intelligent-design-section__concept p{margin-bottom:0}.intelligent-design-section__source{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--earth-blue);font-style:italic;margin-top:2rem;margin-bottom:0;text-align:center}.intelligent-design-section__detection{background:#1e293b66;border-radius:1rem;padding:3rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.intelligent-design-section__detection-title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:600;color:var(--cloud-white);margin-bottom:2rem;text-align:center}.intelligent-design-section__detection-content p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:2rem;text-align:center}.intelligent-design-section__detection-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.detection-example{background:#33415599;border:1px solid rgba(148,163,184,.3);border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s ease}.detection-example:hover{background:#334155cc;border-color:#94a3b880;transform:translateY(-2px)}.detection-example__icon{color:var(--cloud-white);margin-bottom:1rem}.detection-example__text{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--sky-light);line-height:1.5}.intelligent-design-section__detection-conclusion{font-style:italic;font-weight:500;color:var(--cloud-white)!important}.intelligent-design-section__biblical{background:#0a112899;border-radius:1rem;padding:3rem;text-align:center;max-width:900px;margin:0 auto}.intelligent-design-section__biblical-title{font-family:var(--font-serif);font-size:var(--text-2xl);font-weight:600;color:var(--cloud-white);margin-bottom:2rem}.intelligent-design-section__biblical-content p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:1.5rem}.intelligent-design-section__verse{background:#1e3a8a33;border-left:4px solid var(--stellar-blue);border-radius:.75rem;padding:2rem;margin:2rem 0;position:relative}.intelligent-design-section__verse:before{content:'"';font-size:4rem;color:var(--stellar-blue);position:absolute;top:0;left:1rem;opacity:.3;font-family:var(--font-serif)}.intelligent-design-section__verse p{font-family:var(--font-serif);font-size:var(--text-xl);line-height:1.6;font-style:italic;color:var(--cloud-white);margin-bottom:1rem}.intelligent-design-section__verse cite{display:block;font-family:var(--font-sans);font-size:var(--text-base);font-weight:500;font-style:normal;color:var(--sky-light);text-align:right}.intelligent-design-section__biblical-conclusion{font-weight:600;color:var(--cloud-white)!important;font-style:italic;font-size:var(--text-xl)!important;margin-bottom:0!important}@media(max-width:768px){.intelligent-design-section{padding:4rem 0;min-height:100vh!important;background:linear-gradient(135deg,#0f172afa,#1e293bfa)!important;display:block!important;visibility:visible!important;z-index:1!important}.intelligent-design-section__container{padding:0 1rem;opacity:1!important;transform:none!important;display:block!important;visibility:visible!important}.intelligent-design-section__header{margin-bottom:3rem;opacity:1!important;transform:none!important;display:block!important;visibility:visible!important}.intelligent-design-section__title{opacity:1!important;transform:none!important;visibility:visible!important;color:var(--cloud-white)!important}.intelligent-design-section__intro{opacity:1!important;transform:none!important;visibility:visible!important}.intelligent-design-section__intro p{opacity:1!important;transform:none!important;visibility:visible!important;color:var(--sky-light)!important}.intelligent-design-section__layers{opacity:1!important;transform:none!important;display:block!important;visibility:visible!important}.intelligent-design-section__subsection,.intelligent-design-section__layer{padding:2rem;margin-bottom:2rem;opacity:1!important;transform:none!important;display:block!important;visibility:visible!important;background:#f8fafcfa!important}.intelligent-design-section__video-container{margin-bottom:2rem;max-width:100%;border-radius:.75rem}.intelligent-design-section__subsection-header{margin-bottom:1.5rem}.intelligent-design-section__subsection-title{font-size:var(--text-xl)}.intelligent-design-section__detection{opacity:1!important;transform:none!important;display:block!important;visibility:visible!important;background:#1e293b99!important}.intelligent-design-section__biblical{opacity:1!important;transform:none!important;display:block!important;visibility:visible!important;background:#0a1128cc!important}.intelligent-design-section__visual{padding:1.5rem;min-height:120px}.solar-system-enhanced{height:500px;margin:1rem 0}.solar-system-layer{padding:1.5rem;margin-bottom:2rem}.goldilocks-overlay{padding:1rem}.solar-system-layer .intelligent-design-section__content{padding:1.5rem;margin-top:1.5rem}.solar-system-layer .intelligent-design-section__content p{font-size:var(--text-base)}.solar-system-visual__zones{flex-direction:column;gap:.75rem}.solar-system-visual__zone{min-width:100px}.feature-item{flex-direction:column;gap:.75rem}.feature-item__icon{align-self:flex-start}.intelligent-design-section__detection,.intelligent-design-section__biblical{padding:2rem}.intelligent-design-section__detection-examples{grid-template-columns:1fr}.detection-example{padding:1.25rem}.intelligent-design-section__verse{padding:1.5rem}.intelligent-design-section__verse:before{font-size:3rem;left:.75rem}}@media(max-width:1024px)and (min-width:769px){.intelligent-design-section__container{padding:0 1.5rem}.intelligent-design-section__subsection{padding:2.5rem}.intelligent-design-section__video-container{max-width:90%;margin-bottom:2.5rem}.intelligent-design-section__detection-examples{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.intelligent-design-section{background:linear-gradient(135deg,#0f172afa,#1e293bfa)!important;min-height:100vh!important;padding:2rem 0!important;display:block!important;visibility:visible!important;opacity:1!important;transform:none!important;position:relative!important;z-index:1!important}.intelligent-design-section *{opacity:1!important;transform:none!important;visibility:visible!important}.intelligent-design-section__container{padding:0 1rem!important;opacity:1!important;transform:none!important;display:block!important;visibility:visible!important}.intelligent-design-section__title{font-size:2rem!important;color:var(--cloud-white)!important;text-shadow:1px 1px 2px rgba(0,0,0,.5)!important;opacity:1!important;transform:none!important}.intelligent-design-section__intro p{font-size:1.1rem!important;color:var(--sky-light)!important;opacity:1!important;transform:none!important}.intelligent-design-section__subsection,.intelligent-design-section__layer{background:#f8fafcfa!important;margin-bottom:2rem!important;min-height:auto!important;opacity:1!important;transform:none!important;display:block!important;visibility:visible!important;padding:1.5rem!important}.intelligent-design-section__video-container{margin-bottom:1.5rem!important;border-radius:.5rem!important}.intelligent-design-section__subsection-title{font-size:1.25rem!important}}@media(prefers-reduced-motion:reduce){.intelligent-design-section__layer{transition:none}.intelligent-design-section__layer:hover{transform:none}.detection-example{transition:none}.detection-example:hover{transform:none}}.intelligent-design-section__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0}.feature-card{background:linear-gradient(135deg,#1e3a8a26,#3b82f61a,#1e3a8a26);border:1px solid rgba(136,204,255,.3);border-radius:1rem;padding:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .3s ease;box-shadow:0 4px 24px #0000001a,0 2px 8px #0000000d}.feature-card:hover{transform:translateY(-4px);background:linear-gradient(135deg,#1e3a8a33,#3b82f626,#1e3a8a33);border-color:#8cf6;box-shadow:0 8px 40px #00000026,0 4px 16px #0000001a}.feature-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.feature-card__icon{color:var(--stellar-blue);filter:drop-shadow(0 0 8px rgba(136,204,255,.4));flex-shrink:0}.feature-card__title{margin:0;font-family:var(--font-serif);font-size:1.25rem;font-weight:600;color:var(--cloud-white);line-height:1.3}.feature-card__description{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--sky-light)}@media(max-width:768px){.intelligent-design-section__features{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.25rem;min-height:200px;display:flex;flex-direction:column;justify-content:space-between}.feature-card__header{gap:.75rem}.feature-card__icon{width:28px;height:28px}.feature-card__title{font-size:1.125rem}.feature-card__description{font-size:.9rem}}.conclusion-section{padding:6rem 0 8rem;background:linear-gradient(180deg,#1e293bf2,#0a1128);position:relative;overflow:hidden}.conclusion-section__container{max-width:900px;margin:0 auto;padding:0 2rem}.conclusion-content{text-align:center}.conclusion-text{margin-bottom:4rem}.conclusion-text p{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.7;color:var(--sky-light);margin-bottom:2rem}.conclusion-pattern{font-family:var(--font-serif);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;color:var(--cloud-white);margin:2rem 0;line-height:1.3}.conclusion-thesis{font-family:var(--font-serif);font-size:var(--text-xl);line-height:1.5;color:var(--cloud-white);font-style:italic;margin:2rem 0}.conclusion-thesis strong{font-weight:700}.evidence-list{list-style:none;padding:0;margin:2.5rem 0;max-width:600px;margin-left:auto;margin-right:auto;text-align:left}.evidence-list li{font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6;color:var(--sky-light);margin-bottom:1rem;padding-left:2rem;position:relative}.evidence-list li:before{content:"✦";color:var(--stellar-blue);font-size:1.25rem;position:absolute;left:0;top:0}.final-message{margin:3rem 0}.final-message p{margin-bottom:1.5rem}.conclusion-emphasis{font-family:var(--font-serif);font-size:var(--text-xl);color:var(--cloud-white)!important;font-style:italic;margin-bottom:0!important}.conclusion-emphasis strong{font-weight:700}.cta-section{background:#1e3a8a33;border:1px solid rgba(30,58,138,.3);border-radius:1rem;padding:3rem;margin-top:4rem;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(148,163,184,.4),transparent)}.cta-content{position:relative;z-index:2}.cta-title{font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;color:var(--cloud-white);margin-bottom:1rem;line-height:1.3}.cta-description{font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.6;color:var(--sky-light);margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-description strong{color:var(--cloud-white);font-weight:600}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,var(--stellar-blue),#1e40af);color:var(--cloud-white);text-decoration:none;font-family:var(--font-sans);font-size:var(--text-lg);font-weight:600;padding:1rem 2rem;border-radius:.75rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #1e3a8a66;color:var(--cloud-white);text-shadow:none}.cta-button:hover:before{left:100%}.cta-button__text{position:relative;z-index:2}.cta-button__arrow{position:relative;z-index:2;transition:transform .3s ease;font-size:1.25rem}.cta-button:hover .cta-button__arrow{transform:translate(4px)}.conclusion-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.3}.conclusion-stars{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(1px 1px at 25px 15px,rgba(255,255,255,.6),transparent),radial-gradient(1px 1px at 80px 45px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 120px 25px,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 180px 65px,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 220px 35px,rgba(255,255,255,.7),transparent);background-repeat:repeat;background-size:250px 100px;animation:twinkle-slow 6s ease-in-out infinite alternate}@keyframes twinkle-slow{0%{opacity:.2}to{opacity:.6}}@media(max-width:768px){.conclusion-content{margin-bottom:0}.conclusion-text{margin-bottom:3rem}.evidence-list{text-align:center;max-width:100%}.evidence-list li{text-align:left;margin-bottom:1.25rem}.cta-section{padding:2rem;margin-top:3rem}.cta-description{margin-bottom:2rem}.cta-button{padding:.875rem 1.75rem;font-size:var(--text-base)}}@media(max-width:1024px)and (min-width:769px){.conclusion-section__container{padding:0 1.5rem}.cta-section{padding:2.5rem}}@media(prefers-reduced-motion:reduce){.cta-button{transition:none}.cta-button:hover{transform:none}.cta-button:before{transition:none}.cta-button:hover:before{left:-100%}.cta-button__arrow{transition:none}.cta-button:hover .cta-button__arrow{transform:none}.conclusion-stars{animation:none;opacity:.4}}.cta-button:focus{outline:2px solid var(--cloud-white);outline-offset:2px}.see-page{min-height:100vh;background:linear-gradient(180deg,#0a1128,#1e293b);color:var(--cloud-white);position:relative}.see-page__content{display:grid;grid-template-rows:repeat(7,auto);width:100%;max-width:100%;margin:0 auto;position:relative;z-index:2}.see-page__section{padding:4rem 2rem;box-sizing:border-box;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.see-page__section:not(.hero-section){padding-top:calc(4rem + 80px)}.see-page__section:nth-child(2){padding-top:calc(4rem + 80px)}.see-page__section.animate-in{opacity:1;transform:translateY(0)}@media(max-width:768px){.see-page__content{grid-template-rows:repeat(7,auto)}.see-page__section{padding:3rem 1.5rem}.see-page__section:not(.hero-section){padding-top:calc(3rem + 70px)}.see-page__section:nth-child(2){padding-top:calc(3rem + 70px)}}@media(max-width:480px){.see-page__section{padding:2rem 1rem}.see-page__section:not(.hero-section){padding-top:calc(2rem + 60px)}.see-page__section:nth-child(2){padding-top:calc(2rem + 60px)}}@media(max-width:360px){.see-page__section{padding:1.5rem .75rem}.see-page__section:not(.hero-section){padding-top:calc(1.5rem + 60px)}.see-page__section:nth-child(2){padding-top:calc(1.5rem + 60px)}}@media(prefers-reduced-motion:reduce){.see-page__section{transition:none;opacity:1;transform:none}.see-page__section.animate-in{opacity:1;transform:none}}.know-hero-section{position:relative;height:60vh;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,var(--space-black) 0%,var(--cosmic-navy) 50%,var(--stellar-blue) 100%)}.know-hero-section__container{max-width:1200px;padding:4rem 2rem;width:100%;position:relative;z-index:10}.know-hero-section__content{margin-bottom:2rem}.know-hero-section__title{font-family:var(--font-serif);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:600;line-height:1.2;color:var(--cloud-white);margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}.know-hero-section__subtitle{font-family:var(--font-sans);font-size:clamp(1.125rem,2.5vw,1.375rem);line-height:1.6;color:var(--cloud-white);max-width:700px;margin:0 auto;opacity:.9}.know-hero-section__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fffc;font-family:var(--font-sans);font-size:.875rem;margin-top:2rem;animation:scrollIndicatorPulse 2s ease-in-out infinite}.scroll-arrow{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#8cf3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid rgba(136,204,255,.4);animation:scrollArrowBounce 2s ease-in-out infinite;box-shadow:0 4px 20px #88ccff4d}.scroll-arrow svg{color:#8cf;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.scroll-hint{text-shadow:0 2px 8px rgba(0,0,0,.7);font-weight:500;letter-spacing:.5px}@keyframes scrollIndicatorPulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes scrollArrowBounce{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}@media(max-width:768px){.know-hero-section{height:50vh;min-height:350px;padding:0 1rem}.know-hero-section__container{padding:3rem 1rem}.know-hero-section__title{margin-bottom:1rem}.know-hero-section__scroll-indicator{margin-top:1.5rem}}@media(max-width:1024px){.know-hero-section__container{padding:3.5rem 1.5rem}}@media(prefers-reduced-motion:reduce){.know-hero-section__scroll-indicator,.scroll-arrow{animation:none}}@media(prefers-contrast:high){.know-hero-section{background:linear-gradient(135deg,#000,#1a1a1a,#333)}}.library-section{position:relative;min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.library-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.library-section__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(2px)}.library-section__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172a73,#1e293b8c,#0f172aa6);z-index:2}.library-section__content{position:relative;z-index:10;width:100%;height:100%;min-height:100vh;padding:2rem}.question-labels-container{position:relative;width:100%;height:100%;min-height:calc(100vh - 4rem)}@media(max-width:768px){.library-section{min-height:80vh}.library-section__content{min-height:80vh;padding:1rem}.question-labels-container{min-height:calc(80vh - 2rem)}.library-section__overlay{background:linear-gradient(135deg,#0f172a99,#1e293ba6,#0f172ab3)}.library-section__image{object-position:center 40%}}@media(max-width:1024px){.library-section__content{padding:1.5rem}}@media(prefers-contrast:high){.library-section__overlay{background:linear-gradient(135deg,#000000e6,#000000f2,#000000fa)}}.question-labels-mobile{width:100%;max-width:600px;margin:0 auto;padding:2rem 0}.question-labels-mobile__header{text-align:center;margin-bottom:2rem}.question-labels-mobile__title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:clamp(1.75rem,5vw,2.25rem);font-weight:700;color:var(--cloud-white, #f8fafc);margin:0 0 1rem;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.question-labels-mobile__subtitle{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:clamp(1rem,3vw,1.125rem);color:#f8fafcd9;margin:0;line-height:1.5}.question-labels-mobile__list{display:flex;flex-direction:column;gap:1rem}.library-section__image{transition:opacity .3s ease-in-out}.library-section__image:not([src]),.library-section__image[src=""]{opacity:0}.library-section__image{background:var(--cosmic-navy)}.question-label{position:relative;background:transparent;border:none;cursor:pointer;font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:clamp(1.035rem,2.875vw,1.265rem);font-weight:600;color:var(--cloud-white, #f8fafc);text-align:center;z-index:15;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center;outline:none;-webkit-tap-highlight-color:transparent}.question-label__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2}.question-label__title{padding:.75rem 1.25rem;background:linear-gradient(135deg,#334155e6,#1e293bf2,#0f172ae6);border-radius:2rem;border:1px solid rgba(248,250,252,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;text-shadow:0 2px 4px rgba(0,0,0,.3);letter-spacing:.025em;transition:all .3s ease;box-shadow:0 4px 12px #00000026,inset 0 1px #f8fafc1a}.question-label__tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.5rem;padding:1rem;min-width:280px;max-width:320px;background:linear-gradient(135deg,#0f172afa,#1e293bf2);border:1px solid rgba(248,250,252,.15);border-radius:.75rem;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #0000004d,0 4px 12px #0003,inset 0 1px #f8fafc1a;z-index:20}.question-label__tooltip-title{font-size:1rem;font-weight:700;color:var(--cloud-white, #f8fafc);margin-bottom:.5rem;line-height:1.3}.question-label__tooltip-description{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;color:#f8fafcd9;line-height:1.5;margin-bottom:.75rem}.question-label__tooltip-meta{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.75rem;color:#f8fafcb3}.question-label__category,.question-label__read-time{display:none}.question-label__indicators{position:absolute;inset:0;pointer-events:none;z-index:1}.question-label__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:2rem;background:radial-gradient(circle at center,rgba(139,92,246,.15) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;scale:1.2}.question-label__border{position:absolute;inset:0;border-radius:2rem;border:2px solid transparent;background:linear-gradient(135deg,#8b5cf64d,#3b82f633,#8b5cf64d) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .3s ease}.question-label--active .question-label__title,.question-label:hover .question-label__title,.question-label:focus-visible .question-label__title{transform:translateY(-2px);background:linear-gradient(135deg,#334155,#1e293b,#0f172afa);border-color:#8b5cf666;box-shadow:0 8px 20px #00000040,0 4px 12px #8b5cf626,inset 0 1px #f8fafc26}.question-label--active .question-label__tooltip,.question-label:hover .question-label__tooltip,.question-label:focus-visible .question-label__tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.question-label--active .question-label__glow,.question-label:hover .question-label__glow,.question-label:focus-visible .question-label__glow{opacity:1}.question-label--active .question-label__border,.question-label:hover .question-label__border,.question-label:focus-visible .question-label__border{opacity:1}.question-label:focus-visible{outline:2px solid rgba(139,92,246,.8);outline-offset:4px}.question-label--mobile{width:100%;margin-bottom:1rem;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.question-label--mobile .question-label__title{display:none}.question-label--mobile .question-label__tooltip{position:relative;top:0;left:0;transform:none;margin-top:0;opacity:1;max-height:none;overflow:visible;transition:none;visibility:visible}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.question-label,.question-label__title,.question-label__tooltip,.question-label__glow,.question-label__border{transition:none}.question-label--active .question-label__title,.question-label:hover .question-label__title,.question-label:focus-visible .question-label__title{transform:none}}@media(prefers-contrast:high){.question-label__title{background:#000000f2;border:2px solid #ffffff}.question-label__tooltip{background:#000000fa;border:2px solid #ffffff}.question-label__category{color:#fff}}@media(max-width:768px){.question-label--desktop,.question-label--mobile .question-label__title{display:none}.question-label--mobile .question-label__tooltip{min-width:100%;max-width:100%;opacity:1;visibility:visible;max-height:none}.question-label--mobile,.question-label--mobile .question-label__title,.question-label--mobile .question-label__tooltip{transition:none}.question-label--mobile .question-label__glow,.question-label--mobile .question-label__border{display:none}.question-label--mobile:hover .question-label__title,.question-label--mobile:focus .question-label__title{transform:none;background:linear-gradient(135deg,#334155e6,#1e293bf2,#0f172ae6);border-color:#f8fafc33;box-shadow:0 4px 12px #00000026,inset 0 1px #f8fafc1a}.question-label--mobile:hover .question-label__tooltip,.question-label--mobile:focus .question-label__tooltip{transform:none;opacity:1;visibility:visible}}.question-modal{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;z-index:9999!important;display:flex;align-items:center;justify-content:center;padding:1rem;margin:0!important;max-width:none!important;max-height:none!important;overscroll-behavior:contain;contain:layout style paint}.question-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0f172af2,#1e293be6,#0f172af2);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.question-modal__container{position:relative;width:100%;max-width:800px;max-height:90vh;background:linear-gradient(135deg,#f8fafcfa,#f1f5f9f2);border-radius:1rem;box-shadow:0 25px 50px #0000004d,0 12px 25px #0003,inset 0 1px #ffffff1a;border:1px solid rgba(148,163,184,.2);overflow:hidden;display:flex;flex-direction:column;will-change:transform;backface-visibility:hidden}.question-modal__header{position:relative;padding:2rem 2rem 1.5rem;background:linear-gradient(135deg,#1e293b0d,#33415505);border-bottom:1px solid rgba(148,163,184,.15);display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.question-modal__header-content{flex:1}.question-modal__category{display:inline-block;font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.75rem;font-weight:600;color:#8b5cf6e6;background:#8b5cf61a;padding:.25rem .75rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.question-modal__title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--cosmic-navy, #1e293b);line-height:1.2;margin:0 0 .5rem}.question-modal__meta{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.question-modal__read-time{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;color:#1e293bb3;font-weight:500}.question-modal__close{flex-shrink:0;width:2.5rem;height:2.5rem;border:none;background:#94a3b81a;color:#1e293bb3;border-radius:.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);outline:none}.question-modal__close:hover{background:#ef44441a;color:#ef4444cc;transform:scale(1.05)}.question-modal__close:focus-visible{outline:2px solid rgba(139,92,246,.8);outline-offset:2px}.question-modal__close:active{transform:scale(.95)}.question-modal__content{flex:1;overflow-y:auto;padding:0;scroll-behavior:smooth;overscroll-behavior:contain}.question-modal__content-wrapper{padding:1.5rem 2rem 2rem}.question-modal__description{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1.125rem;line-height:1.6;color:#1e293bd9;margin-bottom:1.5rem;font-weight:500}.question-modal__summary{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1rem;line-height:1.7;color:#1e293bbf;margin-bottom:2rem;padding:1.25rem;background:#8b5cf60d;border-left:4px solid rgba(139,92,246,.3);border-radius:.5rem}.question-modal__rich-content{margin-top:1.5rem}.question-modal__citations{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(148,163,184,.1);background:#f8fafc4d;border-radius:.75rem;padding:2rem}.question-modal__citations-title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.5rem;font-weight:700;color:#1e293be6;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}.question-modal__citations-title:before{content:"📖";font-size:1.25rem;opacity:.8}.question-modal__citations-list{list-style:none;padding:0;margin:0}.question-modal__citation{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;line-height:1.6;color:#1e293bcc;margin-bottom:1rem;display:flex;gap:.75rem;align-items:flex-start}.question-modal__citation-number{font-weight:600;color:#8b5cf6cc;flex-shrink:0;min-width:1.5rem}.question-modal__citation-text{flex:1;text-align:left}.question-modal__fallback{margin-top:1.5rem}.question-modal__placeholder{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#f8fafc80,#f1f5f94d);border:1px dashed rgba(148,163,184,.3);border-radius:.75rem;margin-top:2rem}.question-modal__placeholder-icon{font-size:3rem;margin-bottom:1rem;opacity:.7}.question-modal__placeholder-title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.5rem;font-weight:700;color:#1e293bcc;margin-bottom:1rem}.question-modal__placeholder-text{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1rem;line-height:1.6;color:#1e293bb3;margin-bottom:1.5rem;max-width:500px;margin-left:auto;margin-right:auto}.question-modal__footer{padding:1.5rem 2rem;background:#f8fafc80;border-top:1px solid rgba(148,163,184,.15)}.question-modal__footer-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.question-modal__tags{display:flex;gap:.5rem;flex-wrap:wrap}.question-modal__tag{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.75rem;font-weight:500;color:#1e293bb3;background:#94a3b81a;padding:.25rem .75rem;border-radius:1rem;border:1px solid rgba(148,163,184,.2)}.question-modal__navigation{display:flex;gap:.5rem}.question-modal__nav-button{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;font-weight:500;padding:.5rem 1rem;border:1px solid rgba(148,163,184,.2);border-radius:.5rem;background:#f8fafccc;color:#1e293bb3;cursor:pointer;transition:all .2s ease}.question-modal__nav-button--disabled{opacity:.5;cursor:not-allowed}.question-modal__nav-button:not(.question-modal__nav-button--disabled):hover{background:#8b5cf61a;border-color:#8b5cf64d;color:#8b5cf6cc}@media(max-width:768px){.question-modal{padding:.5rem}.question-modal__container{max-height:95vh;border-radius:.75rem}.question-modal__header{padding:1.5rem 1.5rem 1rem;gap:1rem}.question-modal__title{font-size:clamp(1.5rem,5vw,1.875rem)}.question-modal__content-wrapper{padding:1rem 1.5rem 1.5rem}.question-modal__placeholder{padding:2rem 1rem}.question-modal__footer{padding:1rem 1.5rem}.question-modal__footer-content{flex-direction:column;align-items:flex-start}.question-modal__navigation{width:100%;justify-content:space-between}}@media(max-width:1024px){.question-modal__container{max-width:600px}}@media(prefers-contrast:high){.question-modal__backdrop{background:#000000f2}.question-modal__container{background:#fff;border:2px solid #000000}.question-modal__category{background:#000;color:#fff}.question-modal__title{color:#000}}@media(prefers-reduced-motion:reduce){.question-modal__close,.question-modal__nav-button{transition:none}.question-modal__close:hover,.question-modal__close:active{transform:none}}@media(prefers-color-scheme:dark){.question-modal__container{background:linear-gradient(135deg,#1e293bfa,#0f172af2);color:#f8fafce6}.question-modal__title{color:#f8fafcf2}.question-modal__description,.question-modal__summary{color:#f8fafccc}.question-modal__close{background:#3341554d;color:#f8fafcb3}}.content-section{margin-bottom:2rem;border-radius:.75rem;overflow:hidden;transition:all .3s ease}.content-section--introduction,.content-section--practical-implications{background:#8b5cf60d;border:1px solid rgba(139,92,246,.1)}.content-section--scientific-perspective,.content-section--scientific-evidence,.content-section--scientific-proposals,.content-section--scientific-challenges,.content-section--the-hard-problem,.content-section--scientific-approaches{background:#3b82f60d;border:1px solid rgba(59,130,246,.1)}.content-section--theological-perspective,.content-section--theological-considerations,.content-section--theological-implications{background:#a855f70d;border:1px solid rgba(168,85,247,.1)}.content-section--philosophical-implications,.content-section--philosophical-perspectives,.content-section--challenges-and-responses{background:#22c55e0d;border:1px solid rgba(34,197,94,.1)}.content-section--synthesis{background:#f59e0b0d;border:1px solid rgba(245,158,11,.1)}.content-section--further-reading{background:#94a3b80d;border:1px solid rgba(148,163,184,.1)}.content-section__header{padding:1.5rem 1.5rem .5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.content-section__body .content-section__header{padding-left:0;padding-right:0}.content-section__header--expandable{cursor:pointer;padding-bottom:1rem;transition:all .2s ease;border-radius:.75rem}.content-section__header--expandable:hover{background:#ffffff80}.content-section__header--expandable:focus{outline:2px solid rgba(139,92,246,.5);outline-offset:2px}.content-section__title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.5rem;font-weight:700;color:#1e293be6;margin:0;line-height:1.3;flex:1}.content-section__toggle{flex-shrink:0;color:#1e293b99;transition:transform .3s ease,color .2s ease}.content-section__toggle--expanded{transform:rotate(180deg)}.content-section__header--expandable:hover .content-section__toggle{color:#1e293bcc}.content-section__body{padding:0 1.5rem 1.5rem;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.content-section__body--collapsed{max-height:0;padding-top:0;padding-bottom:0;opacity:0}.content-section__text{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1rem;line-height:1.7;color:#1e293bcc;margin-bottom:1rem}.content-section__overview{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1rem;line-height:1.7;color:#1e293bcc;margin-bottom:1.5rem;font-weight:500}.content-section__details{margin-top:1.5rem}.content-section__detail-group{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(148,163,184,.1)}.content-section__detail-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.content-section__subtitle{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.25rem;font-weight:600;color:#1e293be6;margin:0 0 1rem;line-height:1.3}.content-section__points{list-style:none;padding:0;margin:0}.content-section__point{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.95rem;line-height:1.6;color:#1e293bbf;margin-bottom:.75rem;padding-left:1.5rem;position:relative}.content-section__point:before{content:"•";color:#8b5cf6b3;font-weight:700;position:absolute;left:0;top:0}.content-section__quote{background:#f8fafccc;border-left:4px solid rgba(139,92,246,.4);border-radius:.5rem;padding:1.25rem;margin:1.5rem 0;font-style:normal}.content-section__quote-text{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.1rem;line-height:1.6;color:#1e293be6;margin-bottom:.75rem;font-style:italic}.content-section__quote-attribution{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;color:#1e293bb3;font-weight:500;font-style:normal}.content-section__synthesis{space-y:2rem}.content-section__approaches{margin-top:2rem}.content-section__approaches-title,.content-section__common-ground-title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.25rem;font-weight:600;color:#1e293be6;margin:0 0 1rem}.content-section__approach-cards{display:grid;gap:1rem;margin-top:1rem}.content-section__approach-card{background:#fff9;border:1px solid rgba(148,163,184,.2);border-radius:.5rem;padding:1.25rem;transition:all .2s ease}.content-section__approach-card:hover{background:#fffc;box-shadow:0 4px 12px #0000001a}.content-section__approach-name{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.125rem;font-weight:600;color:#1e293be6;margin:0 0 .5rem}.content-section__approach-description{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.95rem;line-height:1.6;color:#1e293bcc;margin:0 0 .75rem}.content-section__approach-proponents,.content-section__approach-considerations{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;line-height:1.5;color:#1e293bb3;margin-bottom:.5rem}.content-section__common-ground{background:#22c55e0d;border:1px solid rgba(34,197,94,.1);border-radius:.5rem;padding:1.25rem;margin-top:2rem}.content-section__key-points,.content-section__perspectives,.content-section__reflections{margin-top:1.5rem}.content-section__key-points h4,.content-section__perspectives h4,.content-section__reflections h4{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.125rem;font-weight:600;color:#1e293be6;margin:0 0 .75rem}.content-section__key-points ul,.content-section__perspectives ul,.content-section__reflections ul{list-style:none;padding:0;margin:0}.content-section__key-points li,.content-section__perspectives li,.content-section__reflections li{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.95rem;line-height:1.6;color:#1e293bbf;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.content-section__key-points li:before,.content-section__perspectives li:before,.content-section__reflections li:before{content:"▸";color:#f59e0bcc;font-weight:700;position:absolute;left:0;top:0}.content-section__media{margin-top:1.5rem}.content-section__media-grid{display:grid;gap:1.5rem;margin-top:1rem}.content-section__media-item{background:#fff9;border:1px solid rgba(148,163,184,.2);border-radius:.75rem;overflow:hidden;transition:all .2s ease}.content-section__media-item:hover{background:#fffc;box-shadow:0 4px 12px #0000001a}.content-section__media-placeholder{background:linear-gradient(135deg,#94a3b81a,#cbd5e11a);border-bottom:1px solid rgba(148,163,184,.15);padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;min-height:120px}.content-section__media-icon{font-size:2.5rem;opacity:.6}.content-section__media-info{text-align:center}.content-section__media-type{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.75rem;font-weight:600;color:#8b5cf6cc;background:#8b5cf61a;padding:.25rem .75rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.05em;display:inline-block;margin-bottom:.5rem}.content-section__media-filename{font-family:var(--font-mono, "Monaco", "Menlo", monospace);font-size:.875rem;color:#1e293bb3;margin-bottom:.25rem}.content-section__media-duration{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.75rem;color:#1e293b99;font-weight:500}.content-section__media-content{padding:1.5rem}.content-section__media-title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.125rem;font-weight:600;color:#1e293be6;margin:0 0 .75rem;line-height:1.3}.content-section__media-description{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.95rem;line-height:1.6;color:#1e293bcc;margin:0 0 1rem}.content-section__media-caption{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;line-height:1.5;color:#1e293bb3;font-style:italic;padding:.75rem;background:#8b5cf60d;border-left:3px solid rgba(139,92,246,.3);border-radius:.25rem}.content-section__resource-grid{display:grid;gap:1rem;margin-top:1rem}.content-section__resource-card{background:#fff9;border:1px solid rgba(148,163,184,.2);border-radius:.5rem;padding:1.25rem;transition:all .2s ease}.content-section__resource-card:hover{background:#fffc;box-shadow:0 4px 12px #0000001a}.content-section__resource-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.content-section__resource-title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.125rem;font-weight:600;color:#1e293be6;margin:0;line-height:1.3;flex:1}.content-section__resource-type{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.75rem;font-weight:500;color:#8b5cf6cc;background:#8b5cf61a;padding:.25rem .5rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.025em;flex-shrink:0}.content-section__resource-author{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;color:#1e293bb3;margin-bottom:.5rem;font-weight:500}.content-section__resource-description{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;line-height:1.5;color:#1e293bb3}.content-section--objection{background:#ef44440d;border:1px solid rgba(239,68,68,.1)}.content-section--objection .content-section__body{padding:2rem 1.5rem;display:flex;align-items:center;justify-content:center;min-height:200px}.content-section__objection{margin:0}.content-section__objection-quote{background:#f8fafce6;border-left:4px solid rgba(239,68,68,.4);border-radius:.75rem;padding:1.5rem;margin:0;font-style:normal;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;justify-content:center;min-height:120px}.content-section__objection-text{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.275rem;line-height:1.6;color:#1e293be6;margin-bottom:1rem;font-style:normal;font-weight:700;text-align:center}.content-section__objection-attribution{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.95rem;color:#1e293bb3;font-weight:500;font-style:normal}.content-section--introduction,.content-section--conclusion{background:#8b5cf60d;border:1px solid rgba(139,92,246,.1)}.content-section__text-content{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1rem;line-height:1.7;color:#1e293bcc}.content-section--response{background:#3b82f60d;border:1px solid rgba(59,130,246,.1)}.content-section__response-content{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1rem;line-height:1.7;color:#1e293bcc}.content-section--key-point{background:#f59e0b14;border:2px solid rgba(245,158,11,.2);box-shadow:0 4px 12px #f59e0b1a}.content-section__key-point-content{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.125rem;line-height:1.6;color:#1e293be6;font-weight:600;text-align:center;padding:.5rem}.content-section--expert-voices{background:#22c55e0d;border:1px solid rgba(34,197,94,.1)}.content-section__quotes{display:flex;flex-direction:column;gap:1.5rem}.content-section__expert-quote{background:#f8fafccc;border-left:4px solid rgba(34,197,94,.4);border-radius:.5rem;padding:1.25rem;margin:0;font-style:normal}.content-section__expert-quote-text{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1rem;line-height:1.6;color:#1e293be6;margin-bottom:.75rem;font-style:italic}.content-section__expert-quote-attribution{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;color:#1e293bb3;font-weight:500;font-style:normal}.content-section--learn-more{background:#94a3b80d;border:1px solid rgba(148,163,184,.1)}.content-section__resource-list{display:flex;flex-direction:column;gap:1rem}.content-section__learn-more-item{background:#ffffffb3;border:1px solid rgba(148,163,184,.2);border-radius:.5rem;overflow:hidden;transition:all .2s ease}.content-section__learn-more-item:hover{background:#ffffffe6;box-shadow:0 4px 12px #0000001a}.content-section__learn-more-link{display:block;padding:1.25rem;text-decoration:none;color:inherit}.content-section__learn-more-link:hover{text-decoration:none}.content-section__learn-more-title{font-family:var(--font-serif, "Crimson Text", Georgia, serif);font-size:1.125rem;font-weight:600;color:#1e293be6;margin-bottom:.5rem;line-height:1.3}.content-section__learn-more-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.content-section__learn-more-source{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;color:#1e293bb3;font-weight:500}.content-section__learn-more-perspective{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;color:#8b5cf6cc;font-weight:500}.content-section--visual-element{background:#a855f70d;border:1px solid rgba(168,85,247,.1)}.content-section__visual-placeholder{background:linear-gradient(135deg,#a855f71a,#cbd5e11a);border:2px dashed rgba(168,85,247,.3);border-radius:.75rem;padding:2rem 1.5rem;text-align:center;margin:1rem 0}.content-section__visual-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.content-section__visual-description{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:1rem;line-height:1.6;color:#1e293bcc;margin-bottom:1rem;font-style:italic}.content-section__visual-note{font-family:var(--font-sans, "Inter", system-ui, sans-serif);font-size:.875rem;line-height:1.5;color:#1e293bb3;background:#a855f70d;padding:.75rem;border-radius:.5rem;border:1px solid rgba(168,85,247,.1)}@media(max-width:768px){.content-section__header{padding:1rem 1rem .5rem}.content-section__body{padding:0 1rem 1rem}.content-section__title{font-size:1.25rem}.content-section__approach-cards,.content-section__resource-grid,.content-section__media-grid{grid-template-columns:1fr}.content-section__media-placeholder{padding:1.5rem 1rem;min-height:100px;flex-direction:column}.content-section__media-icon{font-size:2rem}.content-section__media-content{padding:1rem}.content-section__resource-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(min-width:769px)and (max-width:1024px){.content-section__approach-cards,.content-section__resource-grid,.content-section__media-grid{grid-template-columns:1fr}}@media(min-width:1025px){.content-section__approach-cards{grid-template-columns:repeat(2,1fr)}.content-section__resource-grid{grid-template-columns:repeat(1,1fr)}.content-section__media-grid{grid-template-columns:repeat(2,1fr)}.content-section__expert-quote-text{font-size:1.2rem}}@media(prefers-reduced-motion:reduce){.content-section,.content-section__header--expandable,.content-section__toggle,.content-section__body,.content-section__approach-card,.content-section__resource-card{transition:none}.content-section__toggle--expanded{transform:none}}@media(prefers-contrast:high){.content-section{border:2px solid #000000}.content-section__quote{background:#fff;border-left-color:#000}.content-section__approach-card,.content-section__resource-card{background:#fff;border:2px solid #000000}}.know-page{width:100%;min-height:100vh;background-color:var(--space-black);color:var(--cloud-white)}.know-page__content{width:100%;position:relative}.know-page__section{width:100%;position:relative;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.know-page__section.animate-in{opacity:1;transform:translateY(0)}.know-page{scroll-behavior:smooth}.know-page__content>*{position:relative;z-index:1}@media(max-width:768px){.know-page__section{padding-left:1rem;padding-right:1rem}}@media(prefers-reduced-motion:reduce){.know-page__section{transition:none;transform:none;opacity:1}}.yield-hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--text-light, #f9fafb)}.yield-hero-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(/assets/yieldhero-BLzOySZX.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover}.yield-hero-section__gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0f172ae6,#1e293bcc 25%,#7c3aedb3 70%,#f59e0b80)}.yield-hero-section__photo-overlay{display:none}.yield-hero-section__container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.yield-hero-section__content{text-align:center!important;max-width:800px;margin:0 auto}.yield-hero-section__eyebrow{font-size:var(--text-sm, .875rem);font-weight:800;text-transform:uppercase;letter-spacing:2px;color:#fff!important;margin-bottom:1.5rem;font-family:var(--font-sans, "Inter", sans-serif);text-shadow:0 2px 4px rgba(0,0,0,.8)}.yield-hero-section__title{font-size:var(--text-5xl, 3rem);font-weight:800;line-height:1.1;margin-bottom:2rem;color:#fff!important;font-family:var(--font-serif, "Crimson Text", serif);letter-spacing:-1px;text-shadow:0 4px 8px rgba(0,0,0,.9)}.yield-hero-section__subtitle{font-size:var(--text-xl, 1.25rem);font-weight:500;line-height:1.6;color:#fff!important;margin-bottom:3rem;font-family:var(--font-sans, "Inter", sans-serif);margin-left:auto;margin-right:auto;text-align:center!important;text-shadow:0 2px 6px rgba(0,0,0,.8)}.yield-hero-section__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:4rem}.scroll-arrow{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border:2px solid rgba(255,255,255,.6);border-radius:50%;color:#ffffffe6;animation:bounce-gentle 2s ease-in-out infinite;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;box-shadow:0 2px 8px #0000004d}.scroll-arrow:hover{border-color:#ffffffe6;color:#fff;background:#fff3}.scroll-hint{font-size:var(--text-sm, .875rem);color:#fefefe;font-family:var(--font-sans, "Inter", sans-serif);font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.8)}@keyframes bounce-gentle{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@media(max-width:768px){.yield-hero-section__container{padding:0 20px}.yield-hero-section__title{font-size:var(--text-4xl, 2.25rem);line-height:1.2;margin-bottom:1.5rem}.yield-hero-section__subtitle{font-size:var(--text-lg, 1.125rem);line-height:1.6;margin-bottom:2rem}.yield-hero-section__eyebrow{font-size:var(--text-xs, .75rem);letter-spacing:1px;margin-bottom:1rem}.yield-hero-section__scroll-indicator{margin-top:3rem}.scroll-arrow{width:40px;height:40px}}@media(max-width:1199px)and (min-width:769px){.yield-hero-section__container{padding:0 40px}.yield-hero-section__title{font-size:var(--text-5xl, 3rem)}.yield-hero-section__subtitle{font-size:var(--text-xl, 1.25rem)}}@media(prefers-reduced-motion:reduce){.scroll-arrow{animation:none}.yield-hero-section__content *,.yield-hero-section__scroll-indicator{transition:none}}.yield-opening-section{position:relative;width:100%;padding:6rem 0;background:linear-gradient(to bottom,#f59e0b,#fed7aa 30%,#fef3c7 70%,#fffbeb);color:var(--text-dark, #1f2937)}.yield-opening-section__container{width:100%;max-width:900px;margin:0 auto;padding:0 60px}.yield-opening-section__content{max-width:700px;margin:0 auto}.yield-opening-section__text{font-size:var(--text-lg, 1.125rem);line-height:1.7;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-opening-section__text--emphasis{font-weight:600;font-size:var(--text-xl, 1.25rem);color:#92400e;text-align:center;margin:2rem 0;padding:1rem 0}.yield-opening-section__text--final{font-weight:600;font-size:var(--text-xl, 1.25rem);color:#92400e;text-align:center;margin-top:2rem;font-style:italic}.yield-opening-section__subheading{font-size:var(--text-2xl, 1.5rem);font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;margin-top:3rem;font-family:var(--font-serif, "Crimson Text", serif)}.yield-opening-section__title{font-size:var(--text-3xl, 1.875rem);font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:1rem;margin-top:3rem;font-family:var(--font-serif, "Crimson Text", serif);text-align:center}.yield-opening-section__question{font-size:var(--text-xl, 1.25rem);font-weight:600;color:#f59e0b;text-align:center;margin:3rem 0 2rem;padding:1rem;border:2px solid rgba(245,158,11,.3);border-radius:12px;background:#ffffff80}.yield-opening-section__main{margin-bottom:3rem}.yield-opening-section__invitation{margin-bottom:3rem;padding:2rem;background:#fff9;border-radius:16px;border:1px solid rgba(245,158,11,.2)}.yield-opening-section__transition{text-align:center}@media(max-width:768px){.yield-opening-section{padding:4rem 0}.yield-opening-section__container{padding:0 20px}.yield-opening-section__text{font-size:var(--text-base, 1rem);line-height:1.6;margin-bottom:1.25rem}.yield-opening-section__text--emphasis,.yield-opening-section__text--final{font-size:var(--text-lg, 1.125rem)}.yield-opening-section__subheading{font-size:var(--text-xl, 1.25rem);margin-top:2.5rem;margin-bottom:1.25rem}.yield-opening-section__title{font-size:var(--text-2xl, 1.5rem);margin-top:2.5rem;margin-bottom:1rem}.yield-opening-section__question{font-size:var(--text-lg, 1.125rem);margin:2.5rem 0 1.5rem;padding:.75rem}.yield-opening-section__invitation{padding:1.5rem;margin-bottom:2.5rem}.yield-opening-section__main{margin-bottom:2.5rem}}@media(max-width:1199px)and (min-width:769px){.yield-opening-section__container{padding:0 40px}.yield-opening-section{padding:5rem 0}}.yield-opening-section__invitation:hover,.yield-opening-section__question:hover{background:#fffc;border-color:#f59e0b66;transition:all .3s ease}@media(prefers-reduced-motion:reduce){.yield-opening-section__invitation,.yield-opening-section__question{transition:none}}.yield-conversation-section{position:relative;width:100%;padding:6rem 0;background:linear-gradient(to bottom,#fffbeb,#fed7aa 20%,#fb923c,#ea580c 80%,#9a3412);color:#fff}.yield-conversation-section__container{width:100%;max-width:1200px;margin:0 auto;padding:0 60px}.yield-conversation-section__header{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:4rem}.yield-conversation-section__title{font-size:var(--text-3xl, 1.875rem);font-weight:600;color:#fff;margin-bottom:1.5rem;font-family:var(--font-serif, "Crimson Text", serif)}.yield-conversation-section__intro{font-size:var(--text-lg, 1.125rem);color:#fff;line-height:1.7;font-family:var(--font-sans, "Inter", sans-serif)}.yield-conversation-section__grid{display:flex;flex-direction:column;gap:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.yield-conversation-section__card{background:var(--white, #ffffff);border:1px solid rgba(251,191,36,.2);border-radius:12px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;overflow:hidden}.yield-conversation-section__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f;border-color:#fbbf2466}.yield-conversation-section__card.expanded{transform:translateY(0)!important}.yield-conversation-section__card-header{width:100%;padding:1.5rem 2rem;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:1.5rem;text-align:left;transition:all .3s ease}.yield-conversation-section__card-header:hover{background:#fbbf240d}.yield-conversation-section__card-header:focus{outline:3px solid rgba(251,191,36,.6);outline-offset:2px}.yield-conversation-section__card-icon{font-size:2rem;flex-shrink:0}.yield-conversation-section__card-header-content{flex-grow:1}.yield-conversation-section__card-title{font-size:var(--text-xl, 1.25rem);font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;font-family:var(--font-serif, "Crimson Text", serif)}.yield-conversation-section__expand-icon{font-size:1.5rem;font-weight:700;color:var(--gold, #f59e0b);transition:transform .3s ease;flex-shrink:0}.yield-conversation-section__card.expanded .yield-conversation-section__expand-icon{transform:rotate(180deg)}.yield-conversation-section__card-content{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1);background:#f8fafccc}.yield-conversation-section__card.expanded .yield-conversation-section__card-content{max-height:800px}.yield-conversation-section__card-detail{padding:2rem;display:flex;flex-direction:column;gap:1rem}.yield-conversation-section__principle{margin-bottom:0;margin-top:.5rem}.yield-conversation-section__principle-label{font-size:var(--text-sm, .875rem);font-weight:700;color:var(--gold, #f59e0b);text-transform:uppercase;letter-spacing:.5px;display:inline;margin-right:.5rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-conversation-section__principle-text{font-size:.95rem;font-weight:400;color:var(--text-dark, #1f2937);font-family:var(--font-sans, "Inter", sans-serif);display:inline}.yield-conversation-section__card-text{font-size:var(--text-sm, .875rem);line-height:1.7;color:#374151;margin-bottom:1rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-conversation-section__emphasis{font-size:var(--text-sm, .875rem);color:#92400e;background:#f59e0b1a;padding:.75rem;border-radius:6px;border-left:3px solid var(--gold, #f59e0b);margin:1rem 0;font-family:var(--font-sans, "Inter", sans-serif)}.yield-conversation-section__subsection-label{font-size:var(--text-sm, .875rem);font-weight:600;color:#92400e;display:block;margin-bottom:.5rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-conversation-section__list,.yield-conversation-section__tips-list{list-style:none;padding:0;margin:0}.yield-conversation-section__list-item,.yield-conversation-section__tip-item{font-size:var(--text-sm, .875rem);line-height:1.6;color:#374151;padding-left:1.5rem;position:relative;margin-bottom:.5rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-conversation-section__list-item:before,.yield-conversation-section__tip-item:before{content:"→";position:absolute;left:0;color:var(--gold, #f59e0b);font-weight:600}.yield-conversation-section__list-item:last-child,.yield-conversation-section__tip-item:last-child{margin-bottom:0}.yield-conversation-section__what-to-share{margin:1rem 0}.yield-conversation-section__tips{margin-top:1rem}.yield-conversation-section__additional-tips{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(245,158,11,.2)}@media(max-width:768px){.yield-conversation-section{padding:4rem 0}.yield-conversation-section__container{padding:0 20px}.yield-conversation-section__header{margin-bottom:3rem}.yield-conversation-section__title{font-size:var(--text-2xl, 1.5rem);margin-bottom:1rem}.yield-conversation-section__intro{font-size:var(--text-base, 1rem);line-height:1.6}.yield-conversation-section__grid{gap:1rem}.yield-conversation-section__card-header{padding:1.5rem;gap:1rem}.yield-conversation-section__card-icon{font-size:1.75rem}.yield-conversation-section__card-title{font-size:var(--text-lg, 1.125rem);margin-bottom:.75rem}.yield-conversation-section__expand-icon{font-size:1.25rem}.yield-conversation-section__card-detail{padding:1.5rem;gap:.875rem}.yield-conversation-section__card-text{font-size:var(--text-sm, .875rem);margin-bottom:.875rem}.yield-conversation-section__emphasis{font-size:var(--text-xs, .75rem);padding:.625rem;margin:.875rem 0}.yield-conversation-section__list-item,.yield-conversation-section__tip-item{font-size:var(--text-xs, .75rem);line-height:1.5;margin-bottom:.375rem;padding-left:1.25rem}}@media(max-width:1199px)and (min-width:769px){.yield-conversation-section__container{padding:0 40px}.yield-conversation-section{padding:5rem 0}.yield-conversation-section__grid{gap:1.75rem}.yield-conversation-section__card{padding:1.75rem 1.375rem}}@media(prefers-reduced-motion:reduce){.yield-conversation-section__card,.yield-conversation-section__card-header,.yield-conversation-section__card-content,.yield-conversation-section__expand-icon{transition:none}.yield-conversation-section__card:hover,.yield-conversation-section__card.expanded .yield-conversation-section__expand-icon{transform:none}}@media(prefers-contrast:high){.yield-conversation-section__card{border:2px solid var(--text-dark, #1f2937)}.yield-conversation-section__principle-label,.yield-conversation-section__subsection-label{color:var(--text-dark, #1f2937)}.yield-conversation-section__list-item:before,.yield-conversation-section__tip-item:before{color:var(--text-dark, #1f2937)}.yield-conversation-section__expand-icon{color:var(--text-dark, #1f2937)}}.yield-conversation-section__card-header:focus{outline:3px solid var(--gold, #f59e0b);outline-offset:2px}.yield-resources-section{position:relative;width:100%;padding:6rem 0;background:var(--cream-warm, #fef3c7);color:var(--text-dark, #1f2937)}.yield-resources-section__container{width:100%;max-width:1200px;margin:0 auto;padding:0 60px}.yield-resources-section__header{text-align:center;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:4rem}.yield-resources-section__title{font-size:var(--text-3xl, 1.875rem);font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;font-family:var(--font-serif, "Crimson Text", serif)}.yield-resources-section__intro{font-size:var(--text-lg, 1.125rem);color:var(--text-dark, #1f2937);line-height:1.7;margin-bottom:1rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-resources-section__intro:last-child{margin-bottom:0}.yield-resources-section__subheading{font-size:var(--text-2xl, 1.5rem);font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;font-family:var(--font-serif, "Crimson Text", serif)}.yield-resources-section__books{margin-bottom:5rem;background:#fffc;padding:3rem;border-radius:20px;border:1px solid rgba(245,158,11,.2)}.yield-resources-section__books-intro{font-size:var(--text-lg, 1.125rem);color:#92400e;font-weight:500;margin-bottom:2.5rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-resources-section__book-category{margin-bottom:3rem}.yield-resources-section__book-category:last-child{margin-bottom:0}.yield-resources-section__category-title{font-size:var(--text-lg, 1.125rem);font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;font-family:var(--font-sans, "Inter", sans-serif);font-style:italic}.yield-resources-section__book-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.yield-resources-section__book-link{text-decoration:none;display:block;height:100%}.yield-resources-section__book-card{background:var(--white, #ffffff);border:1px solid rgba(245,158,11,.2);border-radius:12px;padding:1.5rem;height:100%;transition:all .3s ease;display:flex;flex-direction:column}.yield-resources-section__book-card:hover{border-color:#f59e0b66;box-shadow:0 4px 12px #0000001a}.yield-resources-section__book-title{font-size:var(--text-lg, 1.125rem);font-weight:600;color:var(--gold, #f59e0b);margin-bottom:.5rem;font-family:var(--font-serif, "Crimson Text", serif);text-decoration:none}.yield-resources-section__book-title:hover{color:#d97706;text-decoration:underline}.yield-resources-section__book-author{font-size:var(--text-base, 1rem);color:var(--text-gray, #6b7280);margin-bottom:.75rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-resources-section__book-description{font-size:var(--text-sm, .875rem);color:#9ca3af;font-style:italic;flex-grow:1;font-family:var(--font-sans, "Inter", sans-serif);line-height:1.5}.yield-resources-section__organizations{margin-bottom:5rem}.yield-resources-section__org-intro{font-size:var(--text-lg, 1.125rem);color:#92400e;font-weight:500;margin-bottom:2rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-resources-section__org-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.yield-resources-section__org-link{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;background:var(--white, #ffffff);border:1px solid rgba(245,158,11,.2);border-radius:12px;text-decoration:none;transition:all .3s ease}.yield-resources-section__org-link:hover{border-color:var(--gold, #f59e0b);background:var(--cream-light, #fffbeb);transform:translate(4px)}.yield-resources-section__org-content{flex-grow:1}.yield-resources-section__org-name{font-size:var(--text-lg, 1.125rem);font-weight:600;color:var(--text-dark, #1f2937);margin-bottom:.25rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-resources-section__org-description{font-size:var(--text-sm, .875rem);color:var(--text-gray, #6b7280);font-family:var(--font-sans, "Inter", sans-serif);line-height:1.5}.yield-resources-section__org-arrow{font-size:var(--text-xl, 1.25rem);color:var(--gold, #f59e0b);font-weight:600;margin-left:1rem}.yield-resources-section__org-note{font-size:var(--text-sm, .875rem);color:var(--text-gray, #6b7280);font-style:italic;text-align:center;font-family:var(--font-sans, "Inter", sans-serif);line-height:1.6}.yield-resources-section__site-links{margin-bottom:5rem;background:linear-gradient(135deg,var(--cream-light, #fffbeb),#fed7aa);border:2px solid #fbbf24;border-radius:16px;padding:2.5rem 2rem}.yield-resources-section__site-intro{font-size:var(--text-lg, 1.125rem);color:#92400e;font-weight:500;margin-bottom:2rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-resources-section__internal-links{display:flex;flex-direction:column;gap:1rem}.yield-resources-section__internal-link{font-size:var(--text-lg, 1.125rem);color:#92400e;text-decoration:none;font-family:var(--font-sans, "Inter", sans-serif);line-height:1.6;padding:.5rem 0;transition:color .3s ease}.yield-resources-section__internal-link:hover{color:var(--gold, #f59e0b);text-decoration:underline}.yield-resources-section__internal-link--plain{color:#92400e;cursor:default}.yield-resources-section__internal-link--plain:hover{text-decoration:none}.yield-resources-section__encouragement{text-align:center;max-width:700px;margin:0 auto}.yield-resources-section__text{font-size:var(--text-lg, 1.125rem);line-height:1.7;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-resources-section__text:last-child{margin-bottom:0}.yield-resources-section__text--emphasis{font-weight:600;color:#92400e;font-size:var(--text-xl, 1.25rem);background:#f59e0b1a;padding:1rem 1.5rem;border-radius:12px;border-left:4px solid var(--gold, #f59e0b)}@media(max-width:768px){.yield-resources-section{padding:4rem 0}.yield-resources-section__container{padding:0 20px}.yield-resources-section__header{margin-bottom:3rem}.yield-resources-section__title{font-size:var(--text-2xl, 1.5rem);margin-bottom:1rem}.yield-resources-section__intro{font-size:var(--text-base, 1rem)}.yield-resources-section__subheading{font-size:var(--text-xl, 1.25rem);margin-bottom:1rem}.yield-resources-section__books{padding:2rem 1.5rem;margin-bottom:3rem}.yield-resources-section__book-grid{grid-template-columns:1fr;gap:1rem}.yield-resources-section__book-card{padding:1.25rem}.yield-resources-section__book-title{font-size:var(--text-base, 1rem)}.yield-resources-section__book-author{font-size:var(--text-sm, .875rem)}.yield-resources-section__book-description{font-size:var(--text-xs, .75rem)}.yield-resources-section__organizations{margin-bottom:3rem}.yield-resources-section__org-link{padding:1.25rem 1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem}.yield-resources-section__org-arrow{align-self:flex-end;margin-left:0}.yield-resources-section__site-links{padding:2rem 1.5rem;margin-bottom:3rem}.yield-resources-section__internal-link{font-size:var(--text-base, 1rem)}.yield-resources-section__text{font-size:var(--text-base, 1rem);margin-bottom:1.25rem}.yield-resources-section__text--emphasis{font-size:var(--text-lg, 1.125rem);padding:.875rem 1.25rem}}@media(max-width:1199px)and (min-width:769px){.yield-resources-section__container{padding:0 40px}.yield-resources-section{padding:5rem 0}.yield-resources-section__books{padding:2.5rem}.yield-resources-section__book-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media(prefers-reduced-motion:reduce){.yield-resources-section__book-card,.yield-resources-section__org-link,.yield-resources-section__internal-link{transition:none}.yield-resources-section__org-link:hover{transform:none}}.yield-resources-section__book-link:focus,.yield-resources-section__org-link:focus,.yield-resources-section__internal-link:focus{outline:2px solid var(--gold, #f59e0b);outline-offset:2px}.yield-closing-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 0;color:var(--text-dark, #1f2937);overflow:hidden}.yield-closing-section__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.yield-closing-section__gradient{width:100%;height:100%;background:linear-gradient(135deg,var(--cream-warm, #fef3c7) 0%,var(--cream-light, #fffbeb) 50%,var(--white, #ffffff) 100%)}.yield-closing-section__photo-overlay{position:absolute;top:0;right:0;width:60%;height:100%;background:linear-gradient(to left,rgba(245,158,11,.05) 0%,transparent 50%);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%23f59e0b" fill-opacity="0.05"/><circle cx="80" cy="20" r="15" fill="%23fbbf24" fill-opacity="0.3"/><text x="70%" y="90%" text-anchor="middle" font-family="sans-serif" font-size="8" fill="%23f59e0b" fill-opacity="0.6">Morning Light</text></svg>');background-repeat:no-repeat;background-position:top right;background-size:300px 200px;opacity:.6}.yield-closing-section__container{width:100%;max-width:900px;margin:0 auto;padding:0 60px;position:relative;z-index:1}.yield-closing-section__content{text-align:center;max-width:700px;margin:0 auto}.yield-closing-section__title{font-size:var(--text-5xl, 3rem);font-weight:700;color:var(--text-dark, #1f2937);margin-bottom:4.5rem;font-family:var(--font-serif, "Crimson Text", serif);line-height:1.1;text-shadow:0 2px 4px rgba(245,158,11,.1)}.yield-closing-section__subheading{font-size:var(--text-2xl, 1.5rem);font-weight:600;color:#92400e;margin-bottom:2rem;font-family:var(--font-serif, "Crimson Text", serif)}.yield-closing-section__text{font-size:var(--text-lg, 1.125rem);line-height:1.7;color:var(--text-dark, #1f2937);margin-bottom:1.5rem;font-family:var(--font-sans, "Inter", sans-serif)}.yield-closing-section__text:last-child{margin-bottom:0;margin-top:3rem}.yield-closing-section__text--first{margin-bottom:3rem}.yield-closing-section__text--final{font-size:var(--text-xl, 1.25rem);font-weight:600;color:#92400e;background:linear-gradient(135deg,#f59e0b1a,#fbbf2426);padding:1.5rem 2rem;border-radius:12px;border:2px solid rgba(245,158,11,.3);margin-top:4rem;font-style:italic;position:relative}.yield-closing-section__opening{margin-bottom:3rem}.yield-closing-section__ready{margin-bottom:4rem}.yield-closing-section__invitation{margin-bottom:4rem;background:#fffc;padding:2.5rem 2rem;border-radius:20px;border:1px solid rgba(245,158,11,.2);box-shadow:0 4px 20px #f59e0b1a}.yield-closing-section__cta{margin-top:3rem}.yield-closing-section__cta-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,var(--gold, #f59e0b),#fb923c);color:var(--white, #ffffff);font-size:var(--text-lg, 1.125rem);font-weight:600;border:none;border-radius:8px;cursor:pointer;text-decoration:none;font-family:var(--font-sans, "Inter", sans-serif);box-shadow:0 4px 12px #f59e0b4d;transition:all .3s ease;margin-bottom:1rem}.yield-closing-section__cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #f59e0b66}.yield-closing-section__cta-button:focus{outline:2px solid var(--gold, #f59e0b);outline-offset:2px}.yield-closing-section__cta-text{font-size:var(--text-sm, .875rem);color:var(--text-gray, #6b7280);font-style:italic;font-family:var(--font-sans, "Inter", sans-serif)}@media(max-width:768px){.yield-closing-section{min-height:80vh;padding:4rem 0}.yield-closing-section__container{padding:0 20px}.yield-closing-section__title{font-size:var(--text-4xl, 2.25rem);margin-bottom:2rem}.yield-closing-section__subheading{font-size:var(--text-xl, 1.25rem);margin-bottom:1.5rem}.yield-closing-section__text{font-size:var(--text-base, 1rem);line-height:1.6;margin-bottom:1.25rem}.yield-closing-section__text--final{font-size:var(--text-lg, 1.125rem);padding:1.25rem 1.5rem;margin-top:1.5rem}.yield-closing-section__opening{margin-bottom:2.5rem}.yield-closing-section__invitation{margin-bottom:3rem;padding:2rem 1.5rem}.yield-closing-section__cta{margin-top:2.5rem}.yield-closing-section__cta-button{font-size:var(--text-base, 1rem);padding:.875rem 1.75rem}.yield-closing-section__photo-overlay{width:80%;background-size:200px 150px;opacity:.4}}@media(max-width:1199px)and (min-width:769px){.yield-closing-section__container{padding:0 40px}.yield-closing-section{padding:5rem 0}.yield-closing-section__title{font-size:var(--text-5xl, 3rem)}.yield-closing-section__invitation{padding:2.25rem 1.75rem}}.yield-closing-section__title{background:linear-gradient(135deg,#1f2937,#92400e);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:200% 200%;animation:subtle-shimmer 3s ease-in-out infinite}@keyframes subtle-shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@media(prefers-reduced-motion:reduce){.yield-closing-section__cta-button{transition:none}.yield-closing-section__cta-button:hover{transform:none}.yield-closing-section__title{animation:none;background:var(--text-dark, #1f2937);background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}}@media(prefers-contrast:high){.yield-closing-section__text--final{border:3px solid var(--text-dark, #1f2937);background:var(--white, #ffffff)}.yield-closing-section__cta-button{background:var(--text-dark, #1f2937);border:2px solid var(--text-dark, #1f2937)}}.yield-closing-section__content{scroll-margin-top:2rem}@media print{.yield-closing-section__background,.yield-closing-section__photo-overlay{display:none}.yield-closing-section{background:var(--white, #ffffff);min-height:auto;padding:2rem 0}.yield-closing-section__cta-button{display:none}}:root{--twilight-dark: #0f172a;--twilight-blue: #1e293b;--dawn-violet: #7c3aed;--dawn-amber: #f59e0b;--cream-light: #fffbeb;--cream-warm: #fef3c7;--peach-soft: #fed7aa;--coral: #fb923c;--gold: #f59e0b;--gold-light: #fbbf24;--text-dark: #1f2937;--text-gray: #6b7280;--text-light: #f9fafb;--text-muted: #9ca3af;--white: #ffffff;--border-light: rgba(0, 0, 0, .1);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .12)}.yield-page{width:100%;min-height:100vh;position:relative;overflow-x:hidden;background:transparent}.yield-page__content{width:100%;position:relative;z-index:1}.yield-page__section{width:100%;position:relative;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.yield-page__section.animate-in{opacity:1;transform:translateY(0)}.yield-page h1,.yield-page h2,.yield-page h3,.yield-page h4,.yield-page h5,.yield-page h6{color:var(--text-dark);font-family:var(--font-serif, "Crimson Text", serif);line-height:1.2;margin:0}.yield-page p{color:var(--text-dark);font-family:var(--font-sans, "Inter", sans-serif);line-height:1.7;margin:0}.yield-container{max-width:1200px;margin:0 auto;padding:0 60px}@media(max-width:768px){.yield-container{padding:0 20px}}@media(max-width:1199px)and (min-width:769px){.yield-container{padding:0 40px}}.yield-page{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){.yield-page{scroll-behavior:auto}.yield-page__section{transition:none}.yield-page__section.animate-in{transform:none}}.yield-page main{focus-outline:none}.yield-page main:focus{outline:none}@media print{.yield-page{background:#fff;color:#000}.yield-page__section{page-break-inside:avoid;opacity:1;transform:none}}.faq-hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.faq-hero-section__background{position:absolute;inset:0;z-index:1}.faq-hero-section__gradient{position:absolute;inset:0;background:linear-gradient(135deg,#0a0a1a,#1a1a2e,#16213e,#0e3460,#1a1a2e)}.faq-hero-section__stars{position:absolute;inset:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 130px 80px,rgba(255,255,255,.3),transparent),radial-gradient(2px 2px at 160px 30px,rgba(255,255,255,.2),transparent);background-repeat:repeat;background-size:200px 100px;animation:twinkle 4s infinite}@keyframes twinkle{0%,to{opacity:.8}50%{opacity:.3}}.faq-hero-section__container{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:2rem 1rem}.faq-hero-section__content{color:#fff}.faq-hero-section__title{font-size:clamp(2.5rem,8vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e0e0ff,#c0c0ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(255,255,255,.1);letter-spacing:-.02em}.faq-hero-section__subtitle{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:300;line-height:1.4;color:#ffffffd9;max-width:600px;margin:0 auto 3rem}.faq-hero-section__scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;transition:opacity .3s ease,transform .3s ease}.scroll-arrow{animation:bounce 2s infinite}.scroll-arrow svg{color:#fff9}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.scroll-hint{opacity:.8}@media(max-width:768px){.faq-hero-section{min-height:80vh}.faq-hero-section__container{padding:2rem 1.5rem}.faq-hero-section__title{margin-bottom:1rem}.faq-hero-section__subtitle{margin-bottom:2rem}}@media(max-width:480px){.faq-hero-section{min-height:70vh}.faq-hero-section__container{padding:1.5rem 1rem}.faq-hero-section__stars{background-size:150px 75px}}@media(prefers-reduced-motion:reduce){.faq-hero-section__stars{animation:none;opacity:.5}.scroll-arrow{animation:none}}@media(prefers-contrast:high){.faq-hero-section__title{background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.faq-hero-section__subtitle,.faq-hero-section__scroll-indicator{color:#fff}}.faq-page{min-height:100vh;background:linear-gradient(180deg,#0a0a1a,#1a1a2e);color:#fff;position:relative;overflow-x:hidden}.faq-page__content{position:relative;z-index:2}.faq-page__section{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.faq-page__section.animate-in{opacity:1;transform:translateY(0)}.faq-section{padding:4rem 1rem;max-width:900px;margin:0 auto}.faq-section__title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#fff,#e0e0ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(255,255,255,.1)}.faq-section__items{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:all .3s ease}.faq-item:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px);box-shadow:0 8px 32px #0000004d}.faq-item__question{padding:1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:600;color:#fff;border:none;background:none;width:100%;text-align:left;transition:color .3s ease}.faq-item__question:hover{color:#e0e0ff}.faq-item__question:focus{outline:2px solid rgba(255,255,255,.3);outline-offset:-2px}.faq-item__icon{min-width:24px;width:24px;height:24px;transition:transform .3s ease;color:#fff9}.faq-item__icon.open{transform:rotate(180deg);color:#fff}.faq-item__answer{overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out}.faq-item__answer.closed{max-height:0;padding:0}.faq-item__answer.open{max-height:2000px;padding:0 0 2rem}.faq-item__content{padding:1.5rem 2rem 0;border-top:1px solid rgba(255,255,255,.1);font-size:1rem;line-height:1.8;color:#ffffffe6}.faq-item__text{margin-bottom:1.5rem}.faq-item__content:has(.faq-item__resources) .faq-item__resources:last-child{padding-bottom:1.5rem}.faq-item__resources:last-child{padding-bottom:1.5rem}.faq-item__text p{margin-bottom:1.5rem}.faq-item__text p:last-child{margin-bottom:0}.faq-item__content p{margin-bottom:1.5rem}.faq-item__content p:last-of-type{margin-bottom:1.5rem}.faq-item__content strong{color:#fff;font-weight:600}.faq-item__resources{margin-top:2rem;padding-top:1.5rem;padding-bottom:1rem;border-top:1px solid rgba(255,255,255,.1)}.faq-item__resources-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem;padding-left:.5rem}.faq-item__resources-list{display:flex;flex-direction:column;gap:.5rem}.faq-item__resource-link{display:block;padding:.75rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;text-decoration:none;color:#ffffffe6;transition:all .3s ease;position:relative}.faq-item__resource-link:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translate(4px)}.faq-item__resource-link:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}.faq-item__resource-title{font-weight:500;margin-bottom:.25rem;color:inherit}.faq-item__resource-source{font-size:.9rem;color:#fff9}.faq-item__resource-link[href^=http]:after{content:"↗";position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:1.2rem;color:#fff6;transition:color .3s ease}.faq-item__resource-link[href^=http]:hover:after{color:#fffc}@media(max-width:768px){.faq-section{padding:3rem 1rem}.faq-section__title{font-size:2rem;margin-bottom:2rem}.faq-item__question{padding:1.25rem;font-size:1.1rem}.faq-item__answer.open,.faq-item__answer.closed{padding:0}.faq-item__content{font-size:.95rem;padding:1.5rem 1.5rem 0}.faq-item__resources-title{padding-left:.25rem}}@media(max-width:480px){.faq-section{padding:2rem .75rem}.faq-section__title{font-size:1.75rem}.faq-item__question{padding:1rem;font-size:1rem}.faq-item__answer.open,.faq-item__answer.closed{padding:0}.faq-item__content{padding:1.5rem 1.25rem 0}.faq-item__resources-title{padding-left:.25rem}.faq-item__resource-link{padding:.5rem .75rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-item__content{animation:fadeInUp .4s ease-out}.faq-item__question:focus-visible,.faq-item__resource-link:focus-visible{outline:2px solid #ffffff;outline-offset:2px}html{scroll-behavior:smooth}.creation-views{display:grid;gap:1.5rem;margin:1.5rem 0 2rem}.creation-view{background:#ffffff08;border-radius:12px;padding:1.5rem;border-left:4px solid}.creation-view.yec{border-left-color:#86efac}.creation-view.oec{border-left-color:#93c5fd}.creation-view.ec{border-left-color:#c4b5fd}.creation-view__title{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.creation-view__badge{padding:.25rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600;border:1px solid;font-family:monospace}.yec .creation-view__badge{background:#86efac33;color:#86efac;border-color:#86efac80}.oec .creation-view__badge{background:#93c5fd33;color:#93c5fd;border-color:#93c5fd80}.ec .creation-view__badge{background:#c4b5fd33;color:#c4b5fd;border-color:#c4b5fd80}.creation-view h4{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.creation-view p{font-size:.95rem;line-height:1.6;color:#ffffffe6;margin:0 0 .75rem}.creation-view p:last-child{margin-bottom:0}.creation-view em{font-size:.85rem;color:#fff9;font-style:italic}.creation-views__unity{background:#ffffff08;border-radius:12px;padding:1.5rem;border-left:4px solid #f5c842;margin-top:1.5rem}.creation-views__unity h4{font-size:1rem;font-weight:600;color:#f5c842;margin:0 0 .75rem}.creation-views__unity p{font-size:.95rem;line-height:1.6;color:#ffffffe6;margin:0}@media(max-width:768px){.creation-view{padding:1.25rem}.creation-view__title{gap:.5rem}.creation-view__badge{padding:.2rem .4rem;font-size:.75rem}.creation-view h4{font-size:1rem}}@media(prefers-contrast:high){.faq-item{border-color:#fff;background:#000c}.faq-item__question,.faq-item__content{color:#fff}.creation-view{border-left-width:3px;background:#0009}.creation-views__unity{background:#0009}}.resources-page{width:100%;min-height:100vh;background-color:var(--space-black);color:var(--cloud-white)}.resources-page__content{width:100%;position:relative}.resources-page__section{width:100%;position:relative;opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.25,.46,.45,.94)}.resources-page__section.animate-in{opacity:1;transform:translateY(0)}.resources-page{scroll-behavior:smooth}.resources-page__content>*{position:relative;z-index:1}.resource-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.resource-card:hover{transform:translateY(-4px);background:#ffffff0d;border-color:#fff3;box-shadow:0 12px 40px #0000004d}.resource-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.resource-card__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--cosmic-gold);line-height:1.3;text-decoration:none;margin:0;flex:1;min-width:0}.resource-card__title:hover{color:var(--stellar-blue);text-decoration:underline}.resource-card__badges{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.resource-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:16px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.resource-badge--book{background:#3b82f633;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.resource-badge--article{background:#10b98133;color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}.resource-badge--video{background:#f5656533;color:#fca5a5;border:1px solid rgba(245,101,101,.3)}.resource-badge--organization{background:#8b5cf633;color:#c4b5fd;border:1px solid rgba(139,92,246,.3)}.resource-badge--academic{background:#f9731633;color:#fed7aa;border:1px solid rgba(249,115,22,.3)}.resource-badge--research{background:#06b6d433;color:#67e8f9;border:1px solid rgba(6,182,212,.3)}.resource-badge--advanced{background:#fbbf2433;color:#fde68a;border:1px solid rgba(251,191,36,.3)}.resource-badge--yec{background:#22c55e33;color:#86efac;border:1px solid rgba(34,197,94,.3)}.resource-badge--oec{background:#3b82f633;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.resource-badge--ec{background:#9333ea33;color:#c4b5fd;border:1px solid rgba(147,51,234,.3)}.resource-card__meta{margin-bottom:1rem;opacity:.8}.resource-card__author{font-size:.9rem;color:var(--stellar-blue);margin-bottom:.25rem}.resource-card__organization{font-size:.85rem;color:var(--cloud-white);opacity:.7}.resource-card__description{font-size:.95rem;line-height:1.6;color:var(--cloud-white);opacity:.9;margin-bottom:1rem}.resource-card__why-matters{background:#ffffff05;border-left:3px solid var(--cosmic-gold);padding:1rem;border-radius:0 8px 8px 0;margin:1rem 0}.resource-card__why-matters-label{font-size:.8rem;font-weight:600;color:var(--cosmic-gold);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.resource-card__why-matters-text{font-size:.9rem;line-height:1.5;color:var(--cloud-white);opacity:.9}.resource-card__features{margin-top:1rem}.resource-card__features-title{font-size:.85rem;font-weight:600;color:var(--stellar-blue);margin-bottom:.5rem}.resource-card__features-list{list-style:none;padding:0;margin:0}.resource-card__features-item{font-size:.85rem;line-height:1.4;color:var(--cloud-white);opacity:.8;margin-bottom:.25rem;padding-left:1rem;position:relative}.resource-card__features-item:before{content:"•";color:var(--cosmic-gold);position:absolute;left:0}.resource-card__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--cosmic-gold);text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem 0;transition:color .3s ease}.resource-card__link:hover{color:var(--stellar-blue)}.resource-card__link-icon{width:16px;height:16px;opacity:.7}.resource-section{padding:4rem 1rem;max-width:1200px;margin:0 auto}.resource-section__header{text-align:center;margin-bottom:3rem}.resource-section__title{font-family:var(--font-heading);font-size:clamp(2.5rem,8vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#e0e0ff,#c0c0ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 30px rgba(255,255,255,.1);letter-spacing:-.02em}.resource-section__description{font-size:1.1rem;line-height:1.6;color:var(--cloud-white);opacity:.9;max-width:800px;margin:0 auto}.resource-subsection{margin-top:3rem}.resource-subsection__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:var(--stellar-blue);margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.1)}.resource-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}.theological-key{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;margin:2rem auto 4rem;max-width:1000px;overflow:hidden}.theological-key__header{background:#ffffff08;padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}.theological-key__header:hover{background:#ffffff0d}.theological-key__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--cosmic-gold);margin:0}.theological-key__toggle{width:24px;height:24px;color:var(--stellar-blue);transition:transform .3s ease}.theological-key__toggle--expanded{transform:rotate(180deg)}.theological-key__content{padding:2rem;border-top:1px solid rgba(255,255,255,.1)}.theological-key__intro{font-size:1rem;line-height:1.6;color:var(--cloud-white);opacity:.9;margin-bottom:2rem}.theological-key__perspectives{display:grid;gap:1.5rem}.perspective-item{background:#ffffff05;border-radius:12px;padding:1.5rem;border-left:4px solid transparent}.perspective-item--yec{border-left-color:#86efac}.perspective-item--oec{border-left-color:#93c5fd}.perspective-item--ec{border-left-color:#c4b5fd}.perspective-item__title{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.perspective-item__name{font-size:1.1rem;font-weight:600;color:var(--cosmic-gold)}.perspective-item__description{font-size:.95rem;line-height:1.6;color:var(--cloud-white);opacity:.9;margin-bottom:.75rem}.perspective-item__examples{font-size:.85rem;color:var(--stellar-blue);opacity:.8;font-style:italic}.theological-key__common{background:#ffffff08;border-radius:12px;padding:1.5rem;margin-top:2rem}.theological-key__common-title{font-size:1rem;font-weight:600;color:var(--cosmic-gold);margin-bottom:.75rem}.theological-key__common-text{font-size:.95rem;line-height:1.6;color:var(--cloud-white);opacity:.9}@media(max-width:768px){.resources-page__section{padding-left:1rem;padding-right:1rem}.resource-section{padding:3rem 1rem}.resource-section__title{font-size:clamp(2rem,6vw,3rem);margin-bottom:1rem}.resource-card{padding:1.25rem}.resource-card__header{flex-direction:column;align-items:flex-start}.resource-card__badges{width:100%}.theological-key{margin:2rem 1rem 3rem}.theological-key__header{padding:1.25rem 1.5rem}.theological-key__content{padding:1.5rem}.theological-key__perspectives{gap:1rem}.perspective-item{padding:1.25rem}}@media(min-width:769px){.resource-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.theological-key__perspectives{grid-template-columns:1fr;gap:1rem}}@media(min-width:1024px){.resource-section{padding:5rem 2rem}.resource-section__title{font-size:clamp(3rem,8vw,4.5rem)}.resource-card{padding:2rem}}@media(prefers-reduced-motion:reduce){.resources-page__section,.resource-card,.resource-card__link,.theological-key__toggle{transition:none}.resource-card:hover{transform:none}}.resource-card__title:focus,.resource-card__link:focus,.theological-key__header:focus{outline:2px solid var(--stellar-blue);outline-offset:2px;border-radius:4px}@media(prefers-contrast:high){.resource-section__title{background:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}@media print{.resources-page{background:#fff;color:#000}.resource-card{border:1px solid #ccc;break-inside:avoid}.theological-key__content{display:block!important}}:root{--dawn-gold: #f59e0b;--sunrise-amber: #fbbf24;--coral-orange: #fb923c;--cream-light: #fffbeb;--cream-warm: #fef3c7;--peach-soft: #fed7aa;--text-dark: #1f2937;--text-gray: #6b7280;--text-muted: #9ca3af;--accent-purple: #7c3aed;--earth-green: #10b981;--sky-blue: #3b82f6;--gradient-sunrise: linear-gradient(135deg, #fb923c 0%, #fbbf24 50%, #f59e0b 100%);--gradient-dawn: linear-gradient(135deg, #fffbeb 0%, #fef3c7 50%, #fed7aa 100%);--gradient-warm-overlay: linear-gradient(rgba(251, 146, 60, .1), rgba(251, 191, 36, .05))}.about-page{width:100%;min-height:100vh;background:var(--cream-light);color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7}.about-page__section{padding:4rem 2rem;max-width:1200px;margin:0 auto;opacity:0;transform:translateY(30px);transition:all .8s ease-out}.about-page__section.animate-in{opacity:1;transform:translateY(0)}.about-page__section:nth-child(2n){background:var(--gradient-dawn);border-radius:0}.about-page__section:nth-child(odd){background:var(--cream-light)}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--dawn-gold);margin-bottom:1rem;font-family:Georgia,Times New Roman,serif;text-shadow:0 2px 4px rgba(245,158,11,.1)}.section-subtitle{font-size:1.2rem;color:var(--text-gray);max-width:600px;margin:0 auto;line-height:1.6}.content-container{max-width:800px;margin:0 auto}.content-container p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-dark)}.content-container strong{color:var(--dawn-gold);font-weight:600}.subsection{margin-bottom:3rem}.subsection h3{font-size:1.8rem;color:var(--sunrise-amber);margin-bottom:1.5rem;font-family:Georgia,Times New Roman,serif}.subsection h4{font-size:1.4rem;color:var(--coral-orange);margin-bottom:1rem;margin-top:2rem}.subsection ul{list-style:none;padding-left:0}.subsection li{position:relative;padding-left:2rem;margin-bottom:1rem;line-height:1.7}.subsection li:before{content:"✨";position:absolute;left:0;top:0;color:var(--dawn-gold);font-size:1.2rem}a{color:var(--sky-blue);text-decoration:none;transition:color .3s ease}a:hover{color:var(--dawn-gold);text-decoration:underline}.photo-container{display:flex;justify-content:center;margin:2rem 0}.creator-photo{width:250px;height:250px;border-radius:50%;object-fit:cover;box-shadow:0 8px 32px #f59e0b33;transition:transform .3s ease,box-shadow .3s ease}.creator-photo:hover{transform:scale(1.05);box-shadow:0 12px 40px #f59e0b4d}.contact-form{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 8px 32px #f59e0b1a;margin:2rem 0;border:1px solid var(--peach-soft)}.form-group{margin-bottom:2rem}.form-label{display:block;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem}.form-input,.form-select,.form-textarea{width:100%;padding:1rem;border:2px solid var(--cream-warm);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease;background:var(--cream-light)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--dawn-gold);box-shadow:0 0 0 3px #f59e0b1a;background:#fff}.form-textarea{resize:vertical;min-height:120px}.form-button{background:var(--gradient-sunrise);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #f59e0b33}.form-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b4d}.form-button:active{transform:translateY(0)}.form-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.social-links{display:flex;justify-content:center;gap:2rem;margin:2rem 0}.social-link{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:var(--gradient-sunrise);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #f59e0b33}.social-link:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 24px #f59e0b4d}.form-alert{padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:600}.form-alert.success{background:#10b9811a;color:var(--earth-green);border:1px solid rgba(16,185,129,.2)}.form-alert.error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}@media(max-width:768px){.about-page__section{padding:3rem 1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.content-container p{font-size:1rem}.creator-photo{width:200px;height:200px}.contact-form{padding:2rem 1.5rem}.social-links{flex-direction:column;align-items:center}.social-link{width:100%;max-width:300px;justify-content:center}}@media(max-width:480px){.about-page__section{padding:2rem 1rem}.section-title{font-size:1.75rem}.creator-photo{width:150px;height:150px}.contact-form{padding:1.5rem 1rem}}@media(min-width:1200px){.creator-story-content{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start}.photo-container{justify-content:flex-start;margin:0}.story-text{padding-top:1rem}}.form-input:invalid{border-color:#dc2626}.form-input:invalid:focus{box-shadow:0 0 0 3px #dc26261a}.form-button.loading{position:relative;color:transparent}.form-button.loading:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin-left:-10px;margin-top:-10px;border:2px solid white;border-radius:50%;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-contrast:high){.form-input,.form-select,.form-textarea{border-width:3px}.form-button{border:2px solid var(--text-dark)}}@media(prefers-reduced-motion:reduce){.about-page__section{transition:none}.creator-photo:hover,.form-button:hover,.social-link:hover{transform:none}}
