@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Courier+Prime:ital,wght@0,400;0,700;1,400&display=swap");:root{--bg:#f3ebe0;--text:#1a1a1a;--text-secondary:rgba(26,26,26,.75);--card:hsla(0,0%,100%,.5);--divider:rgba(26,26,26,.1);--btn-bg:#1a1a1a;--btn-text:#f3ebe0;--shadow:rgba(0,0,0,.06);--font-primary:"Libre Baskerville","Baskerville",serif;--font-body:"Libre Baskerville","Baskerville",serif;--font-label:"Courier Prime","American Typewriter",monospace;--h1:clamp(48px,8vw,64px);--h2:clamp(32px,6vw,48px);--h3:34px;--body-large:24px;--body-regular:20px;--body-medium:18px;--label-regular:16px;--label-small:14px;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:32px;--space-xl:48px;--space-2xl:64px;--space-3xl:96px;--space-4xl:128px;--max-width:1200px;--border-radius:8px;--transition:all 0.3s ease}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-body);background-color:var(--bg);color:var(--text);line-height:1.6;scroll-behavior:smooth}h1{font-size:var(--h1);line-height:1.2;margin-bottom:var(--space-lg)}h1,h2{font-family:var(--font-primary);font-weight:700}h2{font-size:var(--h2);line-height:1.3}h2,h3{margin-bottom:var(--space-md)}h3{font-size:var(--h3);font-family:var(--font-primary);font-weight:400;line-height:1.4}p{font-size:var(--body-regular);margin-bottom:var(--space-md);color:var(--text-secondary)}.body-large{font-size:var(--body-large)}.body-medium{font-size:var(--body-medium)}.label{font-size:var(--label-regular)}.label,.label-small{font-family:var(--font-label);text-transform:uppercase;letter-spacing:.05em}.label-small{font-size:var(--label-small)}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}@media (min-width:768px){.container{padding:0 var(--space-xl)}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-lg);font-family:var(--font-label);font-size:var(--label-regular);text-transform:uppercase;letter-spacing:.05em;text-decoration:none;border:none;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);min-height:44px}.btn-primary{background-color:var(--btn-bg);color:var(--btn-text)}.btn-primary:hover{background-color:var(--black-hover);transform:translateY(-1px)}.btn-secondary{background-color:transparent;color:var(--text);border:2px solid var(--text)}.btn-secondary:hover{background-color:var(--text);color:var(--bg)}.card{background-color:var(--card);border-radius:var(--border-radius);padding:var(--space-xl);box-shadow:0 4px 20px var(--shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width:767px){.card{padding:var(--space-lg)}}.input-field{width:100%;padding:var(--space-sm) var(--space-md);font-family:var(--font-body);font-size:var(--body-medium);background-color:hsla(0,0%,100%,.5);border:2px solid var(--divider);border-radius:var(--border-radius);transition:var(--transition);min-height:44px}.input-field:focus{outline:none;border-color:var(--text);background-color:hsla(0,0%,100%,.8)}.input-field::placeholder{color:var(--text-secondary)}.hero-image{width:100%;height:auto;display:block;border-radius:var(--border-radius);box-shadow:0 6px 30px var(--shadow)}.text-center{text-align:center}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.fade-in{transition:none}}:focus-visible{outline:2px solid var(--text);outline-offset:2px}@media (prefers-contrast:high){:root{--bg:#fff;--text:#000;--text-secondary:rgba(0,0,0,.8);--divider:rgba(0,0,0,.2);--shadow:rgba(0,0,0,.3)}}.stippled-divider{flex-shrink:0}.carousel{width:100%}.carousel__hint{font-size:var(--label-small);font-family:var(--font-label);color:var(--text-secondary);text-align:center;margin-bottom:var(--space-sm);letter-spacing:1px}.carousel__container{width:100%;overflow-x:auto;scroll-snap-type:x mandatory;display:flex;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.carousel__container::-webkit-scrollbar{display:none}.carousel__slide{min-width:100%;scroll-snap-align:center;flex-direction:column;align-items:center;padding:var(--space-lg)}.carousel__slide,.pagination-dots{display:flex;justify-content:center}.pagination-dots{gap:12px;margin-top:var(--space-lg)}.pagination-dots__dot{width:8px;height:8px;border-radius:50%;background-color:var(--divider);border:none;padding:0;cursor:pointer;transition:background-color .3s ease}.pagination-dots__dot:hover{background-color:var(--text-secondary)}.pagination-dots__dot--active{background-color:var(--text)}.pagination-dots__dot:focus-visible{outline:2px solid var(--text);outline-offset:2px}.feeling-slider{text-align:center;width:100%;max-width:500px;margin:0 auto}.feeling-slider__prompt{font-size:var(--body-regular);color:var(--text-secondary);margin-bottom:var(--space-md)}.feeling-slider__track-container{width:100%;padding:var(--space-xs) 0}.feeling-slider__input{width:100%;height:4px;background-color:var(--divider);outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border-radius:2px}.feeling-slider__input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--text);cursor:pointer;-webkit-transition:transform .2s ease;transition:transform .2s ease}.feeling-slider__input::-webkit-slider-thumb:hover{transform:scale(1.1)}.feeling-slider__input::-webkit-slider-thumb:active{transform:scale(1.15)}.feeling-slider__input::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--text);cursor:pointer;border:none;-moz-transition:transform .2s ease;transition:transform .2s ease}.feeling-slider__input::-moz-range-thumb:hover{transform:scale(1.1)}.feeling-slider__input:focus-visible{outline:none}.feeling-slider__input:focus-visible::-webkit-slider-thumb{outline:2px solid var(--text);outline-offset:2px}.feeling-slider__value{font-size:var(--h3);font-family:var(--font-primary);color:var(--text);margin-top:var(--space-md);font-weight:400}.feeling-slider__community{margin-top:var(--space-xl);padding:var(--space-lg);background-color:var(--card);border-radius:var(--border-radius);animation:fadeIn .5s ease}.feeling-slider__community-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-xs) 0;border-bottom:1px solid var(--divider)}.feeling-slider__community-item:last-of-type{border-bottom:none}.feeling-slider__community-label{font-family:var(--font-label);font-size:var(--label-small);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.feeling-slider__community-value{font-family:var(--font-primary);font-size:var(--body-medium);color:var(--text)}.feeling-slider__community-count{margin-bottom:0}.feeling-slider__community-count,.feeling-slider__loading{font-size:var(--label-small);font-family:var(--font-label);color:var(--text-secondary);margin-top:var(--space-md)}.feeling-slider__committed{margin-top:var(--space-md)}.feeling-slider__committed-value{font-size:var(--h3);font-family:var(--font-primary);color:var(--text)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.carousel__slide--alternate{background-color:#ede5d8}.word-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--space-3xl) 0}.word-section--alternate{background-color:#ede5d8}.word-content{max-width:700px;text-align:center;padding:0 var(--space-lg)}.word-title{font-size:clamp(48px,8vw,72px);font-weight:400;margin-bottom:var(--space-md)}.word-pronunciation{font-size:var(--body-medium);font-family:var(--font-label);color:var(--text-secondary);letter-spacing:1px;margin-bottom:var(--space-xl)}.word-definition{font-size:26px;margin:0 auto}.word-definition,.word-quote{line-height:1.6;max-width:650px;color:var(--text)}.word-quote{font-size:28px;font-style:italic;margin:0 auto var(--space-lg)}.word-quote-origin{font-size:var(--label-regular);letter-spacing:1px;margin-bottom:var(--space-xl)}.word-quote-author,.word-quote-origin{font-family:var(--font-label);color:var(--text-secondary)}.word-quote-author{font-size:var(--body-medium)}.header{position:fixed;top:0;left:0;right:0;padding:var(--space-md) var(--space-lg);background-color:transparent;border-bottom:1px solid transparent;transition:background-color .3s ease,border-color .3s ease;z-index:1000}.header--scrolled{background-color:var(--bg);border-bottom-color:var(--divider)}.header__container{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header__logo{font-size:var(--body-large);font-family:var(--font-primary);font-weight:400;letter-spacing:.5px;color:var(--text);text-decoration:none;transition:opacity .2s ease}.header__logo:hover{opacity:.7}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--space-3xl) var(--space-lg);text-align:center}.hero__content{max-width:800px}.hero__title{font-size:clamp(48px,8vw,72px);font-weight:400;margin-bottom:var(--space-lg);line-height:1.1;color:var(--text)}.hero__pronunciation{font-size:var(--body-medium);font-family:var(--font-label);margin-bottom:var(--space-md);color:var(--text-secondary);letter-spacing:1px}.hero__definition{font-size:var(--body-large);line-height:1.6;margin-bottom:var(--space-xl);max-width:600px;margin-left:auto;margin-right:auto;color:var(--text)}.hero__divider{margin:var(--space-2xl) auto}.hero__tagline{font-size:22px;margin:0 auto var(--space-lg)}.hero__description,.hero__tagline{line-height:1.7;color:var(--text-secondary);max-width:700px}.hero__description{font-size:var(--body-regular);margin:0 auto}.footer{padding:var(--space-xl) var(--space-lg);text-align:center}.footer__text{font-size:var(--label-small);font-family:var(--font-label);color:var(--text-secondary);margin:0}.hero__hand{font-size:48px;margin-top:var(--space-xl);color:var(--text);animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.intro-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--space-3xl) var(--space-lg);text-align:center}.intro-section__content{max-width:700px}.intro-section__tagline{font-size:clamp(24px,4vw,32px);line-height:1.5;color:var(--text);margin-bottom:var(--space-xl);font-style:italic}.intro-section__description{font-size:var(--body-regular);line-height:1.7;color:var(--text-secondary);margin:0}@media (max-width:767px){.hero__hand{font-size:36px;margin-top:var(--space-lg)}.intro-section{min-height:auto;padding:var(--space-2xl) var(--space-md)}.intro-section__tagline{font-size:clamp(20px,5vw,26px)}.intro-section__description{font-size:var(--body-medium)}}.word-section__header{max-width:var(--max-width);width:100%;text-align:center;margin-bottom:var(--space-lg);padding:0 var(--space-lg)}.community-word-label{font-size:var(--label-small);font-family:var(--font-label);color:var(--text-secondary);margin-bottom:var(--space-xs);letter-spacing:1px}.community-section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--space-3xl) var(--space-lg);background-color:#ede5d8}.community-section__content{max-width:800px;text-align:center}.community-section__title{font-size:clamp(36px,6vw,48px);font-weight:400;margin-bottom:var(--space-xl);color:var(--text)}.community-section__intro{font-size:22px;line-height:1.7;margin-bottom:var(--space-2xl);color:var(--text)}.community-section__steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:var(--space-xl);gap:var(--space-xl);margin-bottom:var(--space-2xl)}.community-step{text-align:center}.community-step__number{width:64px;height:64px;border-radius:50%;background-color:var(--text);margin:0 auto var(--space-md);display:flex;align-items:center;justify-content:center;font-size:var(--h2);font-family:var(--font-primary);color:var(--bg)}.community-step__title{font-size:var(--body-regular);font-weight:400;margin-bottom:var(--space-sm);color:var(--text)}.community-step__description{font-size:var(--label-regular);line-height:1.6;color:var(--text-secondary)}.community-section__closing{font-size:var(--body-medium);line-height:1.7;color:var(--text-secondary);font-style:italic;margin:0}.the-why-section{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--space-3xl) var(--space-lg)}.the-why-section__content{max-width:700px;text-align:center}.the-why-section__title{font-size:clamp(32px,5vw,42px);font-weight:400;margin-bottom:var(--space-xl);line-height:1.3;color:var(--text)}.the-why-section__text{font-size:22px;line-height:1.8;margin-bottom:var(--space-lg);color:var(--text)}.the-why-section__text:last-child{margin-bottom:0}.email-capture-section{min-height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:var(--space-3xl) var(--space-lg);background-color:var(--text);color:var(--bg)}.email-capture-section__content{max-width:600px;text-align:center}.email-capture-section__tagline{font-size:26px;line-height:1.6;margin-bottom:var(--space-sm);font-weight:400;color:var(--bg)}.email-capture-section__tagline:nth-child(2){margin-bottom:var(--space-2xl)}.email-capture-section__ready{font-size:var(--h2);margin-bottom:var(--space-xl);font-weight:400;color:var(--bg)}.email-capture-form{display:flex;flex-direction:column;gap:var(--space-sm);max-width:400px;margin:0 auto}.email-capture-form__input{padding:var(--space-sm) var(--space-md);font-size:var(--body-medium);background-color:var(--bg);color:var(--text);border:none;font-family:var(--font-body);min-height:44px}.email-capture-form__input::placeholder{color:var(--text-secondary)}.email-capture-form__input:focus{outline:2px solid var(--bg);outline-offset:2px}.email-capture-form__input:disabled{opacity:.7}.email-capture-form__button{padding:var(--space-sm) var(--space-md);font-size:var(--body-medium);background-color:var(--bg);color:var(--text);border:none;cursor:pointer;font-family:var(--font-body);transition:background-color .3s ease;min-height:44px}.email-capture-form__button:hover{background-color:#faf7f3}.email-capture-form__button:disabled{opacity:.7;cursor:not-allowed}.email-capture-form__error{font-size:var(--label-small);color:#ff6b6b;margin:0}.email-capture-section__success{padding:var(--space-lg)}.email-capture-section__success-text{font-size:var(--body-regular);color:var(--bg);margin:0}.email-capture-section__count{font-size:var(--label-small);font-family:var(--font-label);margin-top:var(--space-lg);color:#ede5d8;margin-bottom:0}@media (max-width:767px){:root{--space-3xl:64px;--space-4xl:96px}.hero{min-height:100svh;padding:var(--space-2xl) var(--space-md)}.hero__title{font-size:clamp(40px,12vw,56px)}.hero__definition{font-size:var(--body-regular)}.hero__description,.hero__tagline{font-size:var(--body-medium)}.word-section{min-height:auto;padding:var(--space-2xl) 0}.word-title{font-size:clamp(36px,10vw,48px)}.word-definition,.word-quote{font-size:var(--body-regular)}.word-content{padding:0 var(--space-md)}.carousel__slide{padding:var(--space-md)}.community-section{min-height:auto;padding:var(--space-2xl) var(--space-md)}.community-section__title{font-size:clamp(28px,8vw,36px)}.community-section__intro{font-size:var(--body-medium)}.community-section__steps{grid-template-columns:1fr;gap:var(--space-lg)}.community-step__number{width:48px;height:48px;font-size:var(--h3)}.the-why-section{min-height:auto;padding:var(--space-2xl) var(--space-md)}.the-why-section__title{font-size:clamp(24px,6vw,32px)}.the-why-section__text{font-size:var(--body-medium)}.email-capture-section{min-height:auto;padding:var(--space-2xl) var(--space-md)}.email-capture-section__tagline{font-size:var(--body-regular)}.email-capture-section__ready{font-size:var(--h3)}.email-capture-form{width:100%;max-width:none}.feeling-slider{max-width:100%}.feeling-slider__community{padding:var(--space-md)}.header{padding:var(--space-sm) var(--space-md)}.header__logo{font-size:var(--body-regular)}}@media (min-width:768px) and (max-width:1023px){.hero__content{max-width:700px}.word-content{max-width:600px}.community-section__steps{grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}.community-step__number{width:56px;height:56px}}@media (min-width:1400px){.hero__content{max-width:900px}.word-content{max-width:800px}.community-section__content{max-width:1000px}}@media (pointer:coarse){.pagination-dots__dot{width:44px;height:44px;padding:18px;background-clip:content-box}.carousel__hint{font-size:var(--label-regular);padding:var(--space-sm)}}.skip-link{position:absolute;top:-100px;left:50%;transform:translateX(-50%);background-color:var(--text);color:var(--bg);padding:var(--space-sm) var(--space-md);z-index:10000;font-family:var(--font-label);font-size:var(--label-regular);text-decoration:none;border-radius:var(--border-radius);transition:top .3s ease}.skip-link:focus{top:var(--space-sm)}.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}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--text);outline-offset:3px}@media (prefers-contrast:high){.btn-primary{border:2px solid var(--btn-text)}.email-capture-form__button,.email-capture-form__input,.pagination-dots__dot{border:2px solid var(--text)}}@media (forced-colors:active){.btn-primary,.btn-secondary,.community-step__number,.pagination-dots__dot{forced-color-adjust:none}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.is-visible{opacity:1;transform:translateY(0)}.animate-fade-up{opacity:0;transform:translateY(40px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-fade-up.is-visible{opacity:1;transform:translateY(0)}.animate-scale-in{opacity:0;transform:scale(.95);transition:opacity .6s ease-out,transform .6s ease-out}.animate-scale-in.is-visible{opacity:1;transform:scale(1)}.animate-delay-1{transition-delay:.1s}.animate-delay-2{transition-delay:.2s}.animate-delay-3{transition-delay:.3s}.animate-delay-4{transition-delay:.4s}.animate-delay-5{transition-delay:.5s}@media (prefers-reduced-motion:reduce){.animate-fade-up,.animate-on-scroll,.animate-scale-in{opacity:1;transform:none;transition:none}}@supports not (scroll-snap-type:x mandatory){.carousel__container{scroll-snap-type:none;-webkit-overflow-scrolling:touch}}@supports not ((-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px))){.card{background-color:hsla(0,0%,100%,.95)}}@supports not (height:100svh){.hero{min-height:100vh;min-height:-webkit-fill-available}}@supports not (font-size:clamp(1rem,2vw,3rem)){.hero__title{font-size:48px}@media (min-width:768px){.hero__title{font-size:64px}}.word-title{font-size:48px}@media (min-width:768px){.word-title{font-size:72px}}}@supports not (gap:1rem){.pagination-dots__dot{margin:0 6px}.email-capture-form>*+*{margin-top:var(--space-sm)}.community-section__steps>*+*{margin-top:var(--space-xl)}}@supports not selector(:focus-visible){[tabindex]:focus,a:focus,button:focus,input:focus{outline:3px solid var(--text);outline-offset:3px}}@supports not (scroll-behavior:smooth){html{scroll-behavior:auto}}@media print{.carousel__hint,.email-capture-section,.header,.pagination-dots,.skip-link{display:none!important}.community-section,.hero,.the-why-section,.word-section{min-height:auto;page-break-inside:avoid}body{background:#fff;color:#000}a{text-decoration:underline}}