:root{--color-crimson: #7B2020;--color-crimson-deep: #5E1818;--color-orange: #E05A1C;--color-orange-bright:#F07A28;--color-amber: #C88A2A;--color-cream: #F0E5D5;--color-cream-light: #FAF6F0;--color-dark: #1C0A00;--color-text-dark: #2C1810;--color-text-muted: #8B7060;--color-text-white: #FFFFFF;--color-text-cream: #F0E5D5;--font-serif: "Playfair Display", Georgia, serif;--font-sans: "Inter", system-ui, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--shadow-card: 0 2px 12px rgba(0, 0, 0, .08);--shadow-card-hover: 0 4px 24px rgba(0, 0, 0, .14);--max-width: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-sans);color:var(--color-text-dark);background:var(--color-cream-light);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}ul{list-style:none}button{font-family:var(--font-sans);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font-sans);outline:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-lg)}.section{padding:var(--space-2xl) 0}.section--cream{background:var(--color-cream)}.section--white{background:#fff}.section--crimson{background:var(--color-crimson)}.section--dark{background:var(--color-dark)}.section--orange{background:var(--color-orange)}.section-label{display:flex;align-items:center;gap:.75rem;font-family:var(--font-sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-orange);margin-bottom:var(--space-md)}.section-label:before{content:"";display:block;width:2rem;height:2px;background:var(--color-orange);flex-shrink:0}.section-label--light{color:var(--color-orange-bright)}.section-label--light:before{background:var(--color-orange-bright)}.heading-xl{font-family:var(--font-serif);font-size:clamp(2.2rem,4vw,3.4rem);font-weight:900;line-height:1.1}.heading-lg{font-family:var(--font-serif);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;line-height:1.15}.heading-md{font-family:var(--font-serif);font-size:clamp(1.3rem,2vw,1.7rem);font-weight:700;line-height:1.2}.text-white{color:var(--color-text-white)}.text-cream{color:var(--color-text-cream)}.text-muted{color:var(--color-text-muted)}.text-orange{color:var(--color-orange)}.text-orange-bright{color:var(--color-orange-bright)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.6rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;transition:opacity .2s,transform .2s;cursor:pointer}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn--orange{background:var(--color-orange-bright);color:#fff;border:2px solid transparent}.btn--outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.6)}.btn--outline-cream{background:transparent;color:var(--color-text-cream);border:2px solid rgba(240,229,213,.5)}.btn--crimson{background:var(--color-crimson);color:#fff}.card{background:#fff;border-radius:var(--radius-md);padding:var(--space-md);box-shadow:var(--shadow-card)}.card:hover{box-shadow:var(--shadow-card-hover)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-md)}.divider-dashed{border:none;border-top:2px dashed var(--color-orange);opacity:.4;margin:0}.form-field{display:flex;flex-direction:column;gap:.35rem}.form-field label{font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.form-field input,.form-field textarea,.form-field select{padding:.75rem 1rem;border:1.5px solid rgba(139,112,96,.3);border-radius:var(--radius-sm);font-size:.95rem;color:var(--color-text-dark);background:#ffffffd9;transition:border-color .2s}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--color-orange)}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--color-text-muted);opacity:.7}.icon-box{width:2.5rem;height:2.5rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:var(--space-sm);flex-shrink:0}.icon-box--crimson{background:var(--color-crimson)}.icon-box--orange{background:var(--color-orange)}.icon-box--teal{background:#2a7b8a}.icon-box--blue{background:#2a5a8b}@media (max-width: 1024px){:root{--space-2xl: 4rem;--space-xl: 3rem}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-5{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){:root{--space-2xl: 3rem;--space-lg: 1.5rem}.container{padding:0 1.25rem}.grid-2,.grid-3,.grid-4,.grid-5{grid-template-columns:1fr}}.navbar{position:sticky;top:0;z-index:100;background:#1c0800;border-bottom:1px solid rgba(255,255,255,.08)}.navbar__inner{display:flex;align-items:center;height:60px;gap:2rem}.navbar__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;flex-shrink:0}.navbar__logo-circle{display:flex;align-items:center;justify-content:center}.navbar__logo-emblem{border-radius:50%;object-fit:cover;display:block}.navbar__logo-text{display:flex;flex-direction:column;line-height:1.1}.navbar__logo-main{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#fff;letter-spacing:.04em}.navbar__logo-sub{font-family:Inter,sans-serif;font-size:.6rem;font-weight:500;color:#ffffff8c;letter-spacing:.12em;text-transform:uppercase}.navbar__links{display:flex;align-items:center;gap:.25rem;list-style:none;margin-left:auto}.navbar__link{font-family:Inter,sans-serif;font-size:.88rem;font-weight:400;color:#fffc;padding:.4rem .75rem;border-radius:4px;transition:color .2s;text-decoration:none;display:block}.navbar__link:hover{color:#fff}.navbar__link--active{color:#f07a28;font-weight:500;text-decoration:underline;text-underline-offset:3px}.navbar__cta{flex-shrink:0;background:#e05a1c;color:#fff;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:.5rem 1.1rem;border-radius:4px;text-decoration:none;transition:background .2s;white-space:nowrap}.navbar__cta:hover{background:#f07a28}@media (max-width: 768px){.navbar__links{display:none}.navbar__inner{justify-content:space-between}}.navbar__menu{display:none;background:none;border:none;font-size:1.6rem;color:#fff;cursor:pointer}@media (max-width: 768px){.navbar__menu{display:block}.navbar__cta{display:none}.navbar__links{position:absolute;top:60px;left:0;width:100%;background:#1c0800;flex-direction:column;align-items:flex-start;padding:1rem 2rem;display:none}.navbar__links--open{display:flex}.navbar__link{padding:.75rem 0;width:100%}}.footer{background:#1c0800;color:#ffffffbf;padding-top:3.5rem}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem}.footer__logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;margin-bottom:.75rem}.footer__logo-circle{display:flex;align-items:center}.footer__logo-emblem{border-radius:50%;object-fit:cover;display:block}.footer__logo-text{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.14em;color:#ffffffd9;text-transform:uppercase}.footer__tagline{font-size:.82rem;line-height:1.6;color:#ffffff80;max-width:260px;margin-bottom:1.25rem}.footer__social{display:flex;gap:.6rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#fff9;font-size:.75rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s}.footer__social-link:hover{border-color:#e05a1c;color:#e05a1c}.footer__col-heading{font-family:Inter,sans-serif;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:1rem}.footer__col-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__col-links a{font-size:.88rem;color:#ffffffb3;text-decoration:none;transition:color .2s}.footer__col-links a:hover{color:#f07a28}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem 0}.footer__bottom p{font-size:.78rem;color:#ffffff59}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1}}.about-hero{background:linear-gradient(160deg,#8b2020,#6a1818);padding:5rem 0 3.5rem;position:relative}.about-hero__heading{max-width:600px;margin-top:.75rem;margin-bottom:1.25rem}.about-hero__sub{max-width:380px;font-size:.95rem;line-height:1.7;opacity:.85}.about-hero__divider{position:absolute;bottom:0;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,#E05A1C 0px,#E05A1C 8px,transparent 8px,transparent 16px);opacity:.6}.about-quote{background:#e05a1c;padding:3rem 0}.about-quote__marks{font-family:Playfair Display,serif;font-size:5rem;line-height:.6;color:#ffffff4d;margin-bottom:.5rem}.about-quote__text{font-family:Playfair Display,serif;font-size:clamp(1.2rem,2.2vw,1.7rem);font-style:italic;font-weight:700;color:#fff;line-height:1.5;max-width:820px}.about-problem__heading{margin-bottom:.75rem}.about-problem__sub{font-size:.95rem;color:var(--color-text-muted);max-width:480px;line-height:1.7;margin-bottom:2.5rem}.about-problem__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-problem__card{padding:1.5rem}.about-problem__card-title{font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700;color:var(--color-orange);margin-bottom:.5rem}.about-problem__card-body{font-size:.87rem;line-height:1.65;color:var(--color-text-muted)}.about-solution__sub{max-width:480px;font-size:.95rem;line-height:1.7;opacity:.8;margin-bottom:2.5rem}.about-solution__diagram{display:flex;align-items:center;justify-content:center;gap:1.5rem;background:#00000040;border-radius:var(--radius-lg);padding:2.5rem;flex-wrap:wrap}.about-solution__node{display:flex;flex-direction:column;align-items:center;gap:.6rem}.about-solution__node span{font-size:.85rem;font-weight:500;color:#ffffffbf}.about-solution__node-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.about-solution__node--center span{color:#fff;font-weight:700}.about-solution__node-icon--center{background:var(--color-orange);width:4rem;height:4rem;font-size:1.7rem}.about-solution__arrow{font-size:1.4rem;color:#fff6;margin-top:-1rem}.about-dual{padding-top:0!important}.about-dual__sub{max-width:480px;font-size:.95rem;line-height:1.7;opacity:.8;margin-bottom:2.5rem}.about-dual__cards{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.about-dual__card{border-radius:var(--radius-md);padding:2rem}.about-dual__card--foundation{background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.about-dual__card--platform{background:#ffffff12;border:1px solid rgba(255,255,255,.1)}.about-dual__card-label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-orange-bright);margin-bottom:.5rem}.about-dual__card-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:1.25rem}.about-dual__card-list{list-style:none;display:flex;flex-direction:column;gap:.55rem}.about-dual__card-list li{font-size:.87rem;color:#ffffffbf;padding-left:1rem;position:relative}.about-dual__card-list li:before{content:"✓";position:absolute;left:0;color:var(--color-orange-bright);font-size:.75rem;top:.05em}@media (max-width: 768px){.about-problem__cards,.about-dual__cards{grid-template-columns:1fr}.about-solution__diagram{flex-direction:column;gap:1rem}.about-solution__arrow{transform:rotate(90deg);margin:0}}.hiw-hero{background:linear-gradient(150deg,#6a1010,#8b2020,#7a2a10)}.hiw-hero__inner{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;padding-top:4rem;padding-bottom:3rem}.hiw-hero__heading{margin-top:.75rem;margin-bottom:1.25rem;max-width:580px}.hiw-hero__italic{font-style:italic;color:#f07a28}.hiw-hero__sub{font-size:.95rem;line-height:1.7;max-width:480px;opacity:.85;margin-bottom:1.75rem}.hiw-hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hiw-hero__seal{display:flex;align-items:center;justify-content:center}.hiw-hero__seal-circle{opacity:1}.hiw-hero__stats{background:#00000040;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1)}.hiw-hero__stats-inner{display:flex;gap:4rem}.hiw-hero__stat{display:flex;flex-direction:column;gap:.2rem}.hiw-hero__stat-value{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900;color:#fff}.hiw-hero__stat-label{font-size:.78rem;color:#fff9;font-weight:500}.hiw-challenges__heading{margin-bottom:.75rem}.hiw-challenges__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}.hiw-challenge-card{padding:1.5rem}.hiw-challenge-card__title{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--color-orange);margin-bottom:.5rem}.hiw-challenge-card__body{font-size:.87rem;line-height:1.65;color:var(--color-text-muted)}.hiw-steps__sub{font-size:.95rem;line-height:1.7;max-width:480px;opacity:.8;margin-bottom:2.5rem}.hiw-steps__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.hiw-step-card{background:#ffffff14;border-radius:var(--radius-md);padding:1.25rem;border:1px solid rgba(255,255,255,.1)}.hiw-step-card__top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.hiw-step-card__num{font-family:Playfair Display,serif;font-size:.85rem;font-weight:700}.hiw-step-card__icon{width:2.4rem;height:2.4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.hiw-step-card__label{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.5rem}.hiw-step-card__body{font-size:.8rem;line-height:1.6;color:#ffffffa6}.hiw-districts__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.hiw-districts__body{font-size:.9rem;line-height:1.7;opacity:.8;margin-bottom:.75rem}.hiw-districts__features{display:flex;flex-direction:column;gap:1.5rem}.hiw-districts__feature{display:flex;gap:1rem;align-items:flex-start}.hiw-districts__feature-icon{font-size:1.6rem;flex-shrink:0}.hiw-districts__feature-title{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:#fff;margin-bottom:.25rem}.hiw-districts__feature-body{font-size:.83rem;line-height:1.6;color:#ffffffa6}.hiw-launch__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hiw-launch__body{font-size:.9rem;line-height:1.7;opacity:.8;margin-bottom:1.25rem}.hiw-launch__bullets{list-style:none;display:flex;flex-direction:column;gap:.55rem}.hiw-launch__bullets li{font-size:.87rem;color:#ffffffbf;padding-left:1.2rem;position:relative}.hiw-launch__bullets li:before{content:"▸";position:absolute;left:0;color:var(--color-orange-bright)}.hiw-launch__event-card{background:#00000040;border-radius:var(--radius-lg);padding:2rem;text-align:center;border:1px solid rgba(255,255,255,.1)}.hiw-launch__event-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-orange-bright);background:#e05a1c33;padding:.3rem .8rem;border-radius:2rem;margin-bottom:1.5rem}.hiw-launch__event-logo{display:flex;justify-content:center;margin-bottom:1rem}.hiw-launch__event-circle{opacity:1}.hiw-launch__event-title{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1rem}.hiw-launch__event-stats{display:flex;justify-content:center;gap:1.5rem;font-size:.82rem;color:#fff9}.hiw-partners__heading{margin-bottom:.75rem}.hiw-partners__sub{font-size:.95rem;color:var(--color-text-muted);max-width:480px;line-height:1.7;margin-bottom:2.5rem}.hiw-partners__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.hiw-partner-card{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.hiw-partner-card__icon{font-size:1.8rem;display:block;margin-bottom:.25rem}.hiw-partner-card__title{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:var(--color-orange)}.hiw-partner-card__body{font-size:.83rem;line-height:1.6;color:var(--color-text-muted)}.hiw-founders__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.hiw-founders__card{background:#ffffff14;border-radius:var(--radius-md);padding:2rem;border:1px solid rgba(255,255,255,.1)}.hiw-founders__photo{width:4rem;height:4rem;background:var(--color-crimson);border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.hiw-founders__photo-placeholder{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#fff6}.hiw-founders__name{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.25rem}.hiw-founders__role{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-orange-bright);margin-bottom:.75rem}.hiw-founders__bio{font-size:.85rem;line-height:1.65;color:#ffffffa6}@media (max-width: 1024px){.hiw-steps__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hiw-hero__inner{grid-template-columns:1fr}.hiw-hero__seal{display:none}.hiw-challenges__cards,.hiw-partners__grid,.hiw-founders__grid,.hiw-districts__inner,.hiw-launch__inner{grid-template-columns:1fr}.hiw-steps__grid{grid-template-columns:repeat(2,1fr)}.hiw-hero__stats-inner{gap:2rem;flex-wrap:wrap}}.districts-hero{background:linear-gradient(160deg,#8b2020,#6a1818);padding:5rem 0 3.5rem}.districts-hero__heading{margin-top:.75rem;margin-bottom:1rem}.districts-hero__sub{font-size:.95rem;line-height:1.7;max-width:420px;opacity:.85;margin-bottom:2.5rem}.districts-hero__flow{background:#0000004d;border-radius:var(--radius-md);padding:1.25rem 2rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;max-width:800px}.districts-hero__flow-item{display:flex;align-items:center;gap:.5rem}.districts-hero__flow-btn{background:#ffffff1f;color:#ffffffbf;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.5rem .9rem;font-family:Inter,sans-serif;font-size:.83rem;font-weight:500;cursor:default;white-space:nowrap}.districts-hero__flow-btn--active{background:var(--color-orange);color:#fff;border-color:var(--color-orange);font-weight:600}.districts-hero__flow-arrow{color:#fff6;font-size:.9rem}.districts-launch__heading{margin-bottom:.75rem}.districts-launch__sub{font-size:.95rem;color:var(--color-text-muted);max-width:500px;line-height:1.7;margin-bottom:2.5rem}.districts-launch__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.districts-launch-card{padding:1.5rem}.districts-launch-card__icon{font-size:1.8rem;display:block;margin-bottom:.75rem}.districts-launch-card__title{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:var(--color-orange);margin-bottom:.5rem}.districts-launch-card__body{font-size:.83rem;line-height:1.65;color:var(--color-text-muted)}.districts-who__heading{margin-bottom:.75rem}.districts-who__sub{font-size:.95rem;color:var(--color-text-muted);max-width:480px;line-height:1.7;margin-bottom:2.5rem}.districts-who__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.districts-who-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;gap:.5rem}.districts-who-card__icon-box{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.25rem}.districts-who-card__title{font-family:Playfair Display,serif;font-size:.9rem;font-weight:700}.districts-who-card__body{font-size:.8rem;line-height:1.55;color:var(--color-text-muted)}.districts-form-section{padding:var(--space-2xl) 0}.districts-form__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.districts-form__body{font-size:.9rem;line-height:1.7;opacity:.8;margin-bottom:.75rem}.districts-form__form{background:#0003;border-radius:var(--radius-lg);padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.districts-form__submit{width:100%;justify-content:center;padding:.9rem;font-size:.95rem;margin-top:.5rem}@media (max-width: 1024px){.districts-who__grid{grid-template-columns:repeat(3,1fr)}.districts-launch__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.districts-hero__flow{flex-direction:column;align-items:flex-start}.districts-who__grid,.districts-launch__cards,.districts-form__inner{grid-template-columns:1fr}}.partners-hero{background:linear-gradient(135deg,#d95015,#e8601a 60%,#c84010);padding:5rem 0 3.5rem}.partners-hero__heading{margin-top:.75rem;margin-bottom:1.25rem}.partners-hero__sub{font-size:.95rem;line-height:1.7;max-width:420px;opacity:.9}.partners-who__heading{margin-bottom:.75rem}.partners-who__sub{font-size:.95rem;color:var(--color-text-muted);max-width:480px;line-height:1.7;margin-bottom:2.5rem}.partners-who__cards{display:grid;grid-template-columns:repeat(5,1fr);gap:1.25rem}.partners-who-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;gap:.5rem}.partners-who-card__icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:.25rem}.partners-who-card__title{font-family:Playfair Display,serif;font-size:.92rem;font-weight:700}.partners-who-card__body{font-size:.8rem;line-height:1.55;color:var(--color-text-muted)}.partners-value__sub{font-size:.95rem;line-height:1.7;max-width:480px;opacity:.8;margin-bottom:3rem}.partners-value__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 3rem}.partners-value-item{display:flex;gap:1.25rem;align-items:flex-start}.partners-value-item__num{font-family:Playfair Display,serif;font-size:1.4rem;font-weight:900;color:var(--color-orange-bright);flex-shrink:0;line-height:1.1}.partners-value-item__title{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.partners-value-item__body{font-size:.85rem;line-height:1.65;color:#ffffffa6}.partners-form__inner{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start}.partners-form__heading{margin-bottom:1rem}.partners-form__body{font-size:.9rem;line-height:1.7;color:var(--color-text-muted);margin-bottom:1.5rem}.partners-form__contact-items{display:flex;flex-direction:column;gap:.75rem}.partners-form__contact-item{display:flex;align-items:center;gap:.75rem;font-size:.87rem;color:var(--color-text-dark)}.partners-form__contact-icon{width:1.8rem;height:1.8rem;border-radius:4px;background:var(--color-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;flex-shrink:0}.partners-form__contact-item a{color:var(--color-orange);text-decoration:none}.partners-form__contact-item a:hover{text-decoration:underline}.partners-form__form{padding:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.partners-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.partners-form__submit{width:100%;justify-content:center;padding:.9rem;font-size:.95rem;margin-top:.5rem;transition:opacity .2s}.partners-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.partners-form__feedback{font-size:.88rem;font-weight:500;padding:.75rem 1rem;border-radius:var(--radius-sm)}.partners-form__feedback--success{background:#e6f4ea;color:#1e6e3a;border:1px solid #a8d5b5}.partners-form__feedback--error{background:#fdecea;color:#8b1a1a;border:1px solid #f5b7b1}@media (max-width: 1024px){.partners-who__cards{grid-template-columns:repeat(3,1fr)}.partners-value__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.partners-who__cards,.partners-form__inner,.partners-form__row,.partners-value__grid{grid-template-columns:1fr}}.founders-hero{background:var(--color-cream);padding:5rem 0 3rem;position:relative}.founders-hero__heading{color:var(--color-text-dark);margin-top:.75rem;margin-bottom:1rem}.founders-hero__sub{font-size:.95rem;line-height:1.7;color:var(--color-text-muted);max-width:420px}.founders-hero__divider{position:absolute;bottom:0;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,var(--color-orange) 0px,var(--color-orange) 8px,transparent 8px,transparent 16px);opacity:.4}.founders-profile{background:#fff;padding:5rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.founders-profile:nth-child(2n){background:var(--color-cream-light)}.founders-profile__inner{display:grid;grid-template-columns:300px 1fr;gap:4rem;align-items:start}.founders-profile--flipped .founders-profile__inner{grid-template-columns:1fr 300px}.founders-profile--flipped .founders-profile__photo{order:2}.founders-profile--flipped .founders-profile__bio{order:1}.founders-profile__photo{display:flex;flex-direction:column}.founders-profile__photo-inner{width:100%;aspect-ratio:3 / 4;background:var(--color-crimson);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.founders-profile__photo-id{font-family:Playfair Display,serif;font-size:3.5rem;font-weight:900;color:#fff3;letter-spacing:.05em}.founders-profile__photo-caption{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;background:var(--color-orange);padding:.4rem .75rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);text-align:center}.founder-image{width:100%;max-width:400px;height:auto;object-fit:cover}.founders-profile__name{margin-bottom:.25rem;color:var(--color-text-dark)}.founders-profile__role{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-orange);margin-bottom:1rem}.founders-profile__divider-line{width:100%;height:1px;background:#0000001a;margin-bottom:1.25rem}.founders-profile__para{font-size:.9rem;line-height:1.75;color:var(--color-text-dark);margin-bottom:1rem}.founders-profile__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem;border-top:1px solid rgba(0,0,0,.08);padding-top:1.25rem}.founders-profile__stat{display:flex;flex-direction:column;gap:.25rem}.founders-profile__stat-label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted)}.founders-profile__stat-value{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:var(--color-text-dark)}.founders-story__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.founders-story__body{font-size:.9rem;line-height:1.75;opacity:.8;margin-top:1rem}.founders-story__right{display:flex;flex-direction:column;gap:1.75rem}.founders-story__item{display:flex;gap:1.25rem;align-items:flex-start}.founders-story__item-marker{width:.85rem;height:.85rem;border-radius:2px;background:var(--color-orange);flex-shrink:0;margin-top:.2rem}.founders-story__item-title{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:.35rem}.founders-story__item-body{font-size:.85rem;line-height:1.65;color:#ffffffa6}@media (max-width: 768px){.founders-profile__inner,.founders-profile--flipped .founders-profile__inner,.founders-story__inner{grid-template-columns:1fr}.founders-profile--flipped .founders-profile__photo,.founders-profile--flipped .founders-profile__bio{order:unset}.founders-profile__photo-inner{aspect-ratio:16 / 9}.founders-profile__stats{grid-template-columns:1fr 1fr}}
