html{scroll-behavior:smooth}:root{--hw-black:#121212;--hw-near-black:#1a1a1a;--hw-gray-900:#1a1a1a;--hw-gray-800:#1f2937;--hw-gray-700:#374151;--hw-gray-600:#4b5563;--hw-gray-500:#6b7280;--hw-gray-400:#9ca3af;--hw-gray-200:#e5e7eb;--hw-gray-100:#f3f4f6;--hw-gray-50:#fcfcfc;--hw-white:#fff;--hw-indigo:#401078;--hw-yellow:#f6c523;--hw-offwhite:#fcfcfc;--hw-coral:#fa764f;--hw-azure:#009bdd;--hw-red:#ab3016;--hw-aquamarine:#62baac;--hw-max-width:72rem;--hw-max-width-narrow:64rem}.section-label{text-transform:uppercase;letter-spacing:.15em;color:var(--hw-yellow);margin-bottom:3rem;font-size:.75rem;font-weight:500}.section-heading{margin-bottom:5rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hw-container{max-width:var(--hw-max-width-narrow);margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.hw-container{padding:0 3rem}}.hw-header{z-index:50;-webkit-backdrop-filter:blur(8px);background:#000000f2;border-bottom:1px solid #ffffff1a;position:fixed;top:0;left:0;right:0}.header__inner{max-width:var(--hw-max-width);justify-content:space-between;align-items:center;height:5rem;margin:0 auto;padding:0 1.5rem;display:flex}@media (min-width:768px){.header__inner{padding:0 3rem}}.header__logo{align-items:center;text-decoration:none;display:flex}.header__logo-img{object-fit:cover;border-radius:50%;width:60px;height:60px}.header__nav{align-items:center;gap:2rem;display:none}@media (min-width:768px){.header__nav{display:flex}}.header__nav a{color:#ffffffd9;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.header__nav a:hover{color:#fff}.header__menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.5rem;transition:background .2s;display:flex}.header__menu-btn:hover{background:#ffffff1a}@media (min-width:768px){.header__menu-btn{display:none}}.mobile-nav{background:#000000f2;border-top:1px solid #ffffff1a;padding:1.5rem;display:none}.menu-open .mobile-nav{display:block}.mobile-nav a{color:#ffffffd9;text-transform:uppercase;letter-spacing:.08em;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .2s;display:block}.mobile-nav a:hover{background:#ffffff1a}.header__menu-btn .icon-close,.menu-open .header__menu-btn .icon-menu{display:none}.menu-open .header__menu-btn .icon-close{display:block}@media (min-width:768px){.mobile-nav{display:none!important}}.hero{background:var(--hw-indigo);height:100vh;color:var(--hw-white);text-align:center;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero__gradient{opacity:.5;background:linear-gradient(#401078,#2a0a50,#401078);position:absolute;inset:0}.hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:72rem;padding:0 1rem;display:flex;position:relative}.hero__title{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(4rem,10vw,9rem);font-weight:700;line-height:1}.hero__subtitle{letter-spacing:.03em;color:var(--hw-yellow);max-width:48rem;margin:0 auto 2rem;font-size:clamp(1.25rem,3vw,2.5rem);font-weight:300;line-height:1.4}.hero__description{color:#ffffffa6;max-width:42rem;margin:0 auto;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.7}.hero__scroll{color:#ffffff80;font-size:2rem;text-decoration:none;transition:color .2s;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.hero__scroll:hover{color:var(--hw-white)}@keyframes hw-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.hero__scroll ion-icon{animation:2s infinite hw-bounce}.manifesto{background:var(--hw-black);color:var(--hw-offwhite);padding:8rem 0}.manifesto__blocks{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:767px){.manifesto__blocks{grid-template-columns:1fr}}.manifesto__block{border-top:3px solid var(--hw-indigo);background:#1a1a2e;border-radius:.5rem;padding:1.5rem}.manifesto__block h3{color:var(--hw-yellow);margin-bottom:.75rem;font-size:1rem;font-weight:600}.manifesto__block p{color:var(--hw-gray-400);font-size:.875rem;line-height:1.7}.latest{background:var(--hw-black);color:var(--hw-offwhite);padding:8rem 0}.latest__cards{flex-direction:column;gap:3rem;display:flex}.latest__card{background:var(--hw-near-black);border:1px solid #2a2a2a;transition:border-color .3s;overflow:hidden}.latest__cover{width:100%;height:200px;position:relative}@media (min-width:768px){.latest__cover{height:280px}}.latest__content{padding:1.25rem}@media (min-width:768px){.latest__content{padding:1.5rem}}.latest__card:not(:has(.latest__cover)){padding:1.25rem}@media (min-width:768px){.latest__card:not(:has(.latest__cover)){padding:1.5rem}}.latest__card:hover{border-color:var(--hw-indigo)}.latest__meta{color:var(--hw-gray-500);flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;display:flex}.latest__date{align-items:center;gap:.5rem;display:flex}.latest__badge{color:var(--hw-indigo);text-transform:uppercase;letter-spacing:.05em;background:#f0e6fa;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.latest__card h3{color:var(--hw-white);margin-bottom:1rem;font-size:clamp(1.25rem,2.5vw,1.875rem);font-weight:700;transition:color .2s}.latest__card:hover h3{color:var(--hw-gray-200)}.latest__card p{color:var(--hw-gray-400);word-break:break-word;overflow-wrap:break-word;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.7}.latest__readmore{color:var(--hw-white);align-items:center;gap:.5rem;font-weight:500;transition:gap .3s;display:inline-flex}.latest__card:hover .latest__readmore{color:var(--hw-gray-200);gap:1rem}.latest__view-all{text-align:center;margin-top:3rem}.fiesta{background:var(--hw-indigo);color:var(--hw-white);min-height:100vh;padding:6rem 0}@media (min-width:768px){.fiesta{padding:8rem 0}}.fiesta__description{color:#ffffffb3;max-width:48rem;margin-bottom:5rem;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6}.fiesta .section-label{color:var(--hw-yellow)}.fiesta .section-heading{margin-bottom:1.5rem}.fiesta__subtitle{margin-bottom:1rem;font-size:1.875rem;font-weight:700}.fiesta__categories{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:6rem;display:flex}.fiesta__category{border:1px solid #fff3;padding:1.5rem;transition:border-color .3s}.fiesta__category:hover{border-color:var(--hw-yellow)}.fiesta__category ion-icon{color:var(--hw-yellow);margin-bottom:1rem;font-size:2rem}.fiesta__category h4{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.fiesta__category p{color:#fff9}.fiesta__phases{flex-direction:column;gap:2rem;margin-bottom:5rem;display:flex}.fiesta__phase{border-left:2px solid #fff3;padding-top:1rem;padding-bottom:1rem;padding-left:2rem;transition:border-color .3s}.fiesta__phase:hover{border-color:var(--hw-yellow)}.fiesta__phase-inner{align-items:flex-start;gap:1.5rem;display:flex}.fiesta__phase-number{color:#fff3;flex-shrink:0;font-size:3rem;font-weight:700;line-height:1}.fiesta__phase-content{flex:1}.fiesta__phase-header{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}@media (min-width:768px){.fiesta__phase-header{flex-direction:row;justify-content:space-between;align-items:center}}.fiesta__phase-content h4{font-size:1.5rem;font-weight:700}.fiesta__phase-timeline{color:#ffffff80;letter-spacing:.03em;font-size:.875rem;font-weight:500}.fiesta__phase-content p{color:#fff9;font-size:1.125rem;line-height:1.6}.fiesta__participate{background:#0003;border:1px solid #fff3;padding:2rem}@media (min-width:768px){.fiesta__participate{padding:3rem}}.fiesta__participate h3{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}.fiesta__participate-list{color:#ffffffb3;flex-direction:column;gap:1rem;margin-bottom:2rem;font-size:1.125rem;display:flex}.hw-btn{cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hw-btn--white{background:var(--hw-yellow);color:var(--hw-indigo)}.hw-btn--white:hover{background:#e5b520}.hw-btn--outline{color:var(--hw-white);background:0 0;border:1px solid #ffffff4d}.hw-btn--outline:hover{background:var(--hw-yellow);color:var(--hw-indigo);border-color:var(--hw-yellow)}.fiesta__participate-note{color:#ffffff73;margin-top:1rem;font-size:.875rem}.information{background:var(--hw-black);min-height:100vh;padding:6rem 0}@media (min-width:768px){.information{padding:8rem 0}}.information .section-heading{color:var(--hw-offwhite)}.info__guidelines{grid-template-columns:1fr;gap:2rem;margin-bottom:6rem;display:grid}@media (min-width:768px){.info__guidelines{grid-template-columns:repeat(2,1fr)}}.info__guideline{border:1px solid #ffffff1a;padding:2rem}.info__guideline h3{color:var(--hw-offwhite);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.info__guideline ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.info__guideline li{color:var(--hw-gray-400);line-height:1.6}.info__faq-heading{color:var(--hw-offwhite);margin-bottom:2.5rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.info__faq{flex-direction:column;gap:0;display:flex}.info__faq .faq-answer{color:var(--hw-gray-400);padding:0 0 1.25rem;font-size:.875rem;line-height:1.7}.ecosystem{background:var(--hw-black);color:var(--hw-offwhite);padding:8rem 0}.ecosystem__description{color:var(--hw-gray-400);max-width:48rem;margin-bottom:3rem;font-size:.875rem;line-height:1.8}.ecosystem__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.ecosystem__grid{grid-template-columns:repeat(3,1fr)}}.ecosystem__card{background:#1a1a2e;border:1px solid #0000;border-radius:.5rem;padding:1.5rem;transition:border-color .3s}.ecosystem__card:hover{border-color:var(--hw-indigo)}.ecosystem__card svg{color:var(--hw-yellow);margin-bottom:1rem}.ecosystem__card h3{color:var(--hw-offwhite);margin-bottom:.5rem;font-size:1rem;font-weight:600}.ecosystem__card p{color:var(--hw-gray-500);font-size:.8rem;line-height:1.6}.hw-join{background:var(--hw-black);color:var(--hw-white);min-height:100vh;padding:6rem 0}.hw-join .section-label{color:var(--hw-yellow)}@media (min-width:768px){.hw-join{padding:8rem 0}}.join__description{color:var(--hw-gray-400);max-width:48rem;margin-bottom:5rem;font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6}.join__pathways{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:768px){.join__pathways{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.join__pathways{grid-template-columns:repeat(2,1fr)}}.join__pathway{border:1px solid var(--hw-gray-800);flex-direction:column;padding:1.5rem;transition:border-color .3s;display:flex}.join__pathway:hover{border-color:var(--hw-yellow)}.join__pathway-inner{flex-direction:column;gap:1.5rem;height:100%;display:flex}.join__pathway-content{flex:1}.join__pathway-header{flex-direction:column;gap:1rem;margin-bottom:0;display:flex}.join__pathway-header svg{color:var(--hw-yellow);flex-shrink:0}.join__pathway-header h3{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.join__pathway-header p{color:var(--hw-gray-400);font-size:.85rem;line-height:1.6}.join__pathway .hw-btn--outline{justify-content:center;width:100%;margin-top:auto;padding:.6rem 1rem;font-size:.8rem}.join__pathway .hw-btn--outline:hover{background:var(--hw-yellow);color:var(--hw-indigo);border-color:var(--hw-yellow)}.join__contact{border-top:1px solid var(--hw-gray-800);margin-top:5rem;padding-top:3rem}.join__contact h3{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.join__contact p{color:var(--hw-gray-400);font-size:1.125rem;line-height:1.6}.join__contact a{color:var(--hw-white);text-underline-offset:4px;text-decoration:underline;transition:color .2s}.join__contact a:hover{color:#d1d5db}.hw-footer{background:var(--hw-black);color:var(--hw-white);padding:4rem 0 0}.footer__grid{grid-template-columns:1fr;gap:3rem;margin-bottom:3rem;display:grid}@media (min-width:768px){.footer__grid{grid-template-columns:5fr 3fr 4fr}}.footer__brand h3{margin-bottom:1.5rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}.footer__brand p{color:var(--hw-gray-400);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}.footer__brand a{color:var(--hw-gray-400);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.footer__brand a:hover{color:var(--hw-white)}.footer__links h4,.footer__social h4{text-transform:uppercase;letter-spacing:.15em;color:var(--hw-gray-500);margin-bottom:1.5rem;font-size:.75rem;font-weight:600}.footer__links ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.footer__links a{color:var(--hw-gray-400);text-decoration:none;transition:color .2s}.footer__links a:hover{color:var(--hw-white)}.footer__social-icons{gap:1rem;display:flex}.footer__social-icon{border:1px solid var(--hw-gray-800);width:2.5rem;height:2.5rem;color:var(--hw-white);justify-content:center;align-items:center;font-size:1.25rem;text-decoration:none;transition:all .2s;display:flex}.footer__social-icon:hover{border-color:var(--hw-yellow);background:var(--hw-yellow);color:var(--hw-indigo)}.footer__bottom{border-top:1px solid var(--hw-gray-800);color:var(--hw-gray-500);flex-direction:column;gap:1rem;padding:2rem 0;font-size:.875rem;display:flex}@media (min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.hw-btn--yellow{background:var(--hw-yellow);color:var(--hw-black);border-radius:.375rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.hw-btn--yellow:hover{opacity:.9}.hw-btn--outline-yellow{border:1px solid var(--hw-yellow);color:var(--hw-yellow);border-radius:.375rem;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,color .3s;display:inline-flex}.hw-btn--outline-yellow:hover{background:var(--hw-yellow);color:var(--hw-black)}.stand-for{background:var(--hw-black);color:var(--hw-offwhite);padding:8rem 0}.stand-for__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}@media (max-width:767px){.stand-for__grid{grid-template-columns:1fr}}.stand-for__card{border-left:1px solid var(--hw-yellow);background:#1a1a2e;border-radius:.5rem;padding:1.25rem}.stand-for__card h3{color:var(--hw-offwhite);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.stand-for__card p{color:var(--hw-gray-500);font-size:.8rem;line-height:1.6}.hw-standard{background:var(--hw-black);color:var(--hw-offwhite);padding:8rem 0}.hw-standard__subtitle{color:var(--hw-gray-500);margin-top:-3rem;margin-bottom:3rem;font-size:.875rem}.hw-standard__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:767px){.hw-standard__grid{grid-template-columns:1fr}}.hw-standard__card{text-align:center;border-bottom:3px solid var(--hw-indigo);background:#1a1a2e;border-radius:.5rem;padding:1.5rem}.hw-standard__number{color:var(--hw-yellow);margin-bottom:.5rem;font-size:2rem;font-weight:900;display:block}.hw-standard__card h3{color:var(--hw-offwhite);margin-bottom:.5rem;font-size:1rem;font-weight:600}.hw-standard__card p{color:var(--hw-gray-500);font-size:.8rem;line-height:1.6}.hw-standard__closing{background:linear-gradient(135deg, var(--hw-indigo), #2a0a4e);text-align:center;border-radius:.5rem;margin-top:1.5rem;padding:1.25rem}.hw-standard__closing p{color:var(--hw-offwhite);font-size:.875rem;font-style:italic}.fiesta__text-block{margin-bottom:5rem}.fiesta__text-block p{color:var(--hw-gray-400);max-width:48rem;font-size:.875rem;line-height:1.8}.fiesta__process{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}@media (max-width:767px){.fiesta__process{grid-template-columns:1fr}}.fiesta__process-step{border-top:3px solid var(--hw-indigo);background:#1a1a2e;border-radius:.5rem;padding:1.5rem}.fiesta__process-step h4{color:var(--hw-yellow);margin-bottom:.5rem;font-size:1rem;font-weight:600}.fiesta__process-step p{color:var(--hw-gray-500);font-size:.8rem;line-height:1.6}.fiesta__cat-intro{color:var(--hw-gray-400);margin-bottom:1.5rem;font-size:.875rem}.fiesta__category-btn{background:var(--hw-indigo);color:var(--hw-yellow);white-space:nowrap;border-radius:2rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.fiesta__category-btn:hover{opacity:.85}.hillypix{background:var(--hw-indigo);color:var(--hw-offwhite);padding:8rem 0}.hillypix .section-heading{margin-bottom:1.5rem}.hillypix__description{color:var(--hw-gray-400);max-width:42rem;margin-bottom:3rem;font-size:.875rem;line-height:1.8}.info__faq-item{border-bottom:1px solid #ffffff1a}.info__faq-trigger{width:100%;color:var(--hw-offwhite);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.25rem 0;font-size:.875rem;font-weight:500;display:flex}.info__faq-trigger svg{color:var(--hw-yellow);flex-shrink:0;margin-left:1rem;transition:transform .2s}.info__faq-trigger--open svg{transform:rotate(180deg)}.form-page{background:var(--hw-black);justify-content:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex}.form-page__card{width:100%;max-width:640px}.form-page__back{color:var(--hw-gray-400);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-flex}.form-page__back:hover{color:var(--hw-offwhite)}.form-page__title{color:var(--hw-offwhite);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.form-page__error{border:1px solid var(--hw-red);color:var(--hw-red);background:#ab301633;border-radius:.375rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.875rem}.form-page__form{flex-direction:column;gap:1.25rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.form-row{grid-template-columns:1fr}}.form-field{flex-direction:column;gap:.25rem;display:flex}.form-field span{color:var(--hw-gray-500);font-size:.75rem}.form-field input,.form-field select,.form-field textarea{color:var(--hw-offwhite);background:#1a1a2e;border:1px solid #333;border-radius:.375rem;padding:.625rem .75rem;font-family:inherit;font-size:.875rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--hw-indigo);outline:none}.form-field input[type=file]{border:2px dashed var(--hw-indigo);cursor:pointer;padding:1rem}.form-fieldset{border:none;margin:0;padding:0}.form-fieldset legend{color:var(--hw-gray-500);margin-bottom:.5rem;font-size:.75rem}.form-pills{flex-wrap:wrap;gap:.5rem;display:flex}.form-pill{cursor:pointer}.form-pill input{display:none}.form-pill span{color:var(--hw-gray-400);background:#1a1a2e;border:1px solid #333;border-radius:2rem;padding:.5rem 1rem;font-size:.8rem;transition:all .2s;display:inline-block}.form-pill input:checked+span{background:var(--hw-indigo);color:var(--hw-yellow);border-color:var(--hw-indigo)}.form-radio{color:var(--hw-gray-400);cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.form-radio input{accent-color:var(--hw-yellow)}.form-checkbox{cursor:pointer;align-items:flex-start;gap:.5rem;display:flex}.form-checkbox input{accent-color:var(--hw-yellow);margin-top:.125rem}.form-checkbox span{color:var(--hw-gray-500);font-size:.75rem;line-height:1.5}.form-submit{cursor:pointer;border:none;justify-content:center;width:100%;margin-top:.5rem}.form-submit:disabled{opacity:.7;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}.article-page{background:var(--hw-black);justify-content:center;min-height:100vh;padding:6rem 1.5rem 4rem;display:flex}.article-page__inner{width:100%;max-width:680px}.article-page__title{color:var(--hw-offwhite);margin-bottom:1rem;font-size:1.75rem;font-weight:700;line-height:1.3}.article-page__divider{background:#333;width:100%;height:1px;margin-bottom:2rem}.article-page__body p{color:#aaa;margin-bottom:.75rem;font-size:.875rem;line-height:1.8}
