:root{--ivory:#fbf7f1;--cream:#f5e9de;--peach:#e8b99e;--terra:#b64d2d;--terra-dark:#913b25;--plum:#54253f;--espresso:#302421;--white:#fffdf9;--line:rgba(182,77,45,.2)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--espresso);background:var(--ivory);font-family:var(--font-sans),sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-serif),Georgia,serif;font-weight:500}.site-header{height:94px;padding:0 clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;gap:32px;border-bottom:1px solid #eadfd3;background:rgba(251,247,241,.96);position:relative;z-index:10}.logo{color:var(--terra-dark);display:inline-flex;flex-direction:column;align-items:center;width:max-content;line-height:.72}.logo span{font:500 48px/1 var(--font-serif),Georgia,serif;letter-spacing:-.03em}.logo small{font-size:10px;letter-spacing:.48em;margin-left:.48em;font-weight:700}nav{display:flex;align-items:center;gap:clamp(20px,3.5vw,52px);margin-left:auto}nav a{font:500 16px var(--font-serif),Georgia,serif;white-space:nowrap}footer a:hover,nav a.active,nav a:hover{color:var(--terra)}nav a.active{position:relative}nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--terra)}.menu{display:none;color:var(--espresso);position:relative}.menu summary{display:grid;place-items:center;cursor:pointer;list-style:none}.menu summary::-webkit-details-marker{display:none}.mobile-nav{position:absolute;top:37px;right:0;width:min(290px,calc(100vw - 32px));padding:20px;display:flex;flex-direction:column;gap:6px;border:1px solid #eadfd3;border-radius:8px;background:var(--white);box-shadow:0 18px 50px rgba(65,35,27,.15)}.mobile-nav>a:not(.button){padding:10px 4px;font-family:var(--font-serif),Georgia,serif;font-size:18px;border-bottom:1px solid #f0e6de}.button{min-height:48px;padding:0 30px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--terra);color:white;font-weight:700;font-size:14px;border:1px solid var(--terra);transition:transform .2s,background .2s}.button:hover{background:var(--terra-dark);transform:translateY(-2px)}.button-small{min-height:44px;padding-inline:25px;white-space:nowrap}.button-outline{background:transparent;color:var(--terra-dark)}.button-outline:hover{color:white}.hero{min-height:545px;display:grid;grid-template-columns:43% 57%;background:linear-gradient(110deg,var(--ivory),#f8efe5)}.hero-copy{padding:48px 4vw 44px max(5vw,52px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.eyebrow{color:var(--terra);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;margin-bottom:12px}.hero h1{max-width:590px;font-size:clamp(50px,5vw,72px);line-height:.96;letter-spacing:-.035em;margin-bottom:22px}.rule{width:54px;height:3px;background:var(--terra);margin-bottom:20px}.hero-intro{max-width:490px;font-size:16px;line-height:1.5;margin-bottom:24px}.button-row{display:flex;gap:18px}.hero-image{position:relative;min-height:545px;overflow:hidden}.hero-image:after{content:"";position:absolute;inset:0 auto 0 0;width:18%;background:linear-gradient(90deg,#f7eee3,transparent)}.culture-image img,.hero-image img{object-fit:cover}.problem{min-height:152px;padding:20px max(4vw,40px);display:grid;grid-template-columns:1.45fr repeat(3,1fr);grid-gap:0;gap:0;align-items:center;background:#f7e9dc;border-block:1px solid #ead9c9}.problem-lead{display:flex;align-items:center;padding-right:30px}.mother-mark{flex:0 0 104px;height:104px;margin-right:26px;border-radius:50%;background:#e9b497;color:var(--terra-dark);display:grid;place-items:center}.mother-mark svg{width:47px;height:47px;stroke-width:1.2}.problem h2{font-size:29px;line-height:1.05;margin:0;max-width:235px}.problem-item{min-height:88px;display:flex;gap:15px;padding:8px 24px;border-left:1px solid rgba(182,77,45,.24)}.problem-item>svg{color:var(--terra);flex:0 0 30px;stroke-width:1.5}.problem-item h3{font-family:var(--font-sans);font-size:14px;font-weight:700;margin:3px 0 9px}.problem-item p{font-size:11px;line-height:1.55;margin:0}.section{padding:54px max(4vw,48px)}.section-heading{text-align:center}.section-heading h2,.support h2{font-size:38px;line-height:1;margin-bottom:34px}.steps{display:grid;grid-template-columns:repeat(4,1fr);max-width:1280px;margin:auto;position:relative}.steps:before{content:"";position:absolute;top:16px;left:10%;right:10%;border-top:1px dashed var(--terra)}.step{position:relative;display:grid;grid-template-columns:92px 1fr;align-items:center;grid-gap:14px;gap:14px;padding:25px 20px 0}.step-number{position:absolute;top:0;left:45px;transform:translateX(-50%);z-index:1;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--terra);color:white;font:600 16px var(--font-serif)}.icon-orb{width:86px;height:86px;border-radius:48% 52% 50% 45%;display:grid;place-items:center;color:var(--terra);background:#f7e9de}.icon-orb svg{width:43px;height:43px;stroke-width:1.4}.step h3{font-size:18px;margin-bottom:8px}.step p{font-size:11px;line-height:1.5;margin:0}.support{padding-top:12px}.support-panel{background:linear-gradient(100deg,#f8e7db,#faeee5);border-radius:12px;max-width:1320px;margin:auto;padding:25px 38px 20px;text-align:center}.support-panel h2{font-size:27px;margin-bottom:20px}.support-panel .eyebrow{margin-bottom:7px}.service-grid{display:grid;grid-template-columns:repeat(7,1fr)}.service{padding:0 16px;border-left:1px solid var(--line)}.service:first-child{border-left:0}.service-icon{margin:auto auto 9px;width:65px;height:65px;border-radius:50%;display:grid;place-items:center;color:var(--terra);background:rgba(255,253,249,.75)}.service-icon svg{width:36px;height:36px;stroke-width:1.5}.service h3{font-size:16px;line-height:1.05;margin:0}.culture{min-height:262px;display:grid;grid-template-columns:43% 57%;background:#f3cbb8}.culture-image{position:relative;min-height:262px}.culture-copy{padding:33px 13vw 28px 4vw;position:relative;overflow:hidden}.culture-copy h2{font-size:34px;margin-bottom:8px}.culture-copy>p:not(.eyebrow){max-width:600px;font-size:13px;line-height:1.55;margin-bottom:17px}.culture-copy .button{min-height:42px}.arch-art{position:absolute;right:4vw;bottom:0;width:120px;height:175px;border-radius:70px 70px 0 0;background:var(--terra);opacity:.88}.arch-art span{position:absolute;width:33px;height:33px;border-radius:50%;background:#efc9b6;top:27px;right:22px}.arch-art b,.arch-art em,.arch-art i{position:absolute;width:56px;height:15px;right:0;background:#81311f;bottom:0}.arch-art i{bottom:15px;width:44px}.arch-art b{bottom:30px;width:32px}.arch-art em{bottom:45px;width:20px}.cta{padding:20px max(6vw,60px);display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:26px;gap:26px;color:white;background:linear-gradient(90deg,#9e3e27,#bd4d2c)}.cta-icon{width:67px;height:67px;border:1px solid rgba(255,255,255,.7);border-radius:50%;display:grid;place-items:center}.cta-icon svg{stroke-width:1.4}.cta h2{font-size:27px;line-height:1.05;margin-bottom:5px}.cta p{font-size:11px;margin:0}.button-light{color:var(--terra-dark);border-color:var(--ivory);min-width:178px}.button-light,footer{background:var(--ivory)}footer{padding:24px max(5vw,50px);display:grid;grid-template-columns:1.5fr repeat(4,1fr) 1.25fr;grid-gap:30px;gap:30px}footer .logo span{font-size:42px}.footer-links{display:flex;flex-direction:column;gap:7px;font-size:10px}.footer-links h3{font-family:var(--font-sans);font-size:11px;font-weight:700;margin:0 0 2px}.footer-meta{font-size:9px;line-height:1.5}.socials{display:flex;gap:12px;margin-bottom:9px}.socials a{width:27px;height:27px;border:1px solid #8b6e63;border-radius:50%;display:grid;place-items:center}.socials svg{width:14px;height:14px}.disclaimer{padding:8px 24px;text-align:center;font-size:9px;color:#735e56;border-top:1px solid #eee3da}.join-hero{min-height:70vh;display:grid;place-items:center;padding:64px max(4vw,24px);background:linear-gradient(110deg,var(--ivory),#f8efe5)}.join-card{width:100%;max-width:520px;background:var(--white);border:1px solid #eadfd3;border-radius:14px;padding:44px 40px;box-shadow:0 24px 60px rgba(65,35,27,.08)}.join-card h1{font-size:clamp(32px,4vw,40px);line-height:1.05;margin-bottom:14px}.join-intro{font-size:15px;line-height:1.55;margin-bottom:28px}.join-form{display:flex;flex-direction:column;gap:6px}.join-form label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--terra-dark);margin-top:14px}.join-form label:first-child{margin-top:0}.join-form input{min-height:48px;padding:0 16px;border:1px solid #e2d3c4;border-radius:6px;font-size:15px;background:var(--ivory);font-family:var(--font-sans)}.join-form input:focus{outline:2px solid var(--terra);outline-offset:1px}.join-form .button{margin-top:22px;width:100%}.join-form .button:disabled{opacity:.6;cursor:not-allowed;transform:none}.join-error{color:var(--terra-dark);font-size:13px;margin:10px 0 0}.join-note{display:flex;align-items:center;gap:10px;margin-top:22px;color:#735e56;font-size:12px}.join-note svg{color:var(--terra);flex:0 0 auto}.confirm-hero{min-height:545px;display:grid;grid-template-columns:43% 57%;background:linear-gradient(110deg,var(--ivory),#f8efe5)}.confirm-copy{padding:48px 4vw 44px max(5vw,52px);display:flex;flex-direction:column;justify-content:center}.confirm-copy h1{font-size:clamp(38px,4.4vw,52px);line-height:1.02;letter-spacing:-.03em;margin-bottom:14px;max-width:480px}.confirm-intro{line-height:1.55;margin-bottom:22px}.confirm-intro,.status-card{font-size:15px;max-width:460px}.status-card{display:flex;align-items:center;gap:14px;background:var(--white);border:1px solid #eadfd3;border-radius:10px;padding:18px 22px;font-weight:600;margin-bottom:26px;box-shadow:0 10px 30px rgba(65,35,27,.06)}.status-check{width:34px;height:34px;border-radius:50%;background:var(--terra);color:#fff;display:grid;place-items:center;flex:0 0 auto}.confirm-prompt{display:flex;gap:16px;margin-bottom:22px;max-width:440px}.confirm-prompt h3{font-size:15px;margin-bottom:5px;font-family:var(--font-sans)}.confirm-prompt p{font-size:13px;line-height:1.5;margin:0}.confirm-prompt .icon-orb{width:56px;height:56px;flex:0 0 56px}.confirm-prompt .icon-orb svg{width:26px;height:26px}.confirm-hero .button{width:max-content}.resources{padding-top:8px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:1280px;margin:auto}.resource-card{background:var(--white);border:1px solid #eadfd3;border-radius:12px;padding:28px 26px}.resource-card .icon-orb{width:56px;height:56px;margin-bottom:16px}.resource-card .icon-orb svg{width:26px;height:26px}.resource-card h3{font-size:19px;margin-bottom:8px}.resource-card p{font-size:13px;line-height:1.55;margin-bottom:16px;color:#4a3b34}.resource-link{color:var(--terra-dark);font-weight:700;font-size:13px}.resource-link:hover{color:var(--terra)}.book-hero{min-height:640px;display:grid;grid-template-columns:40% 60%;grid-gap:24px;gap:24px;padding:48px max(4vw,52px) 64px;background:linear-gradient(110deg,var(--ivory),#f8efe5);align-items:start}.book-copy{padding-top:10px}.back-link{display:inline-flex;align-items:center;gap:6px;color:var(--terra-dark);font-weight:700;font-size:13px;margin-bottom:26px}.back-link:hover{color:var(--terra)}.book-copy h1{font-size:clamp(34px,4vw,44px);line-height:1.05;letter-spacing:-.03em;margin-bottom:16px;max-width:420px}.book-intro{font-size:15px;line-height:1.6;max-width:420px;margin-bottom:30px}.book-features{display:flex;flex-direction:column;gap:18px}.book-feature{display:flex;align-items:center;gap:14px;font-weight:600;font-size:14px}.book-feature .icon-orb{width:44px;height:44px;flex:0 0 44px}.book-feature .icon-orb svg{width:20px;height:20px}.book-panel{background:var(--white);border:1px solid #eadfd3;border-radius:14px;padding:12px;box-shadow:0 24px 60px rgba(65,35,27,.08);overflow:hidden}.accent-word{font-style:italic;color:var(--terra)}.rule-center{margin-left:auto;margin-right:auto}.meaning{text-align:center}.meaning-divider{width:90px;height:1px;background:var(--line);margin:16px auto 18px;position:relative}.meaning-divider:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:8px;height:8px;background:var(--terra)}.meaning-intro{max-width:620px;margin:0 auto 44px;font-size:15px;line-height:1.55;color:#4a3b34}.origin-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:980px;margin:auto}.origin-item{text-align:center;padding:0 30px;border-left:1px solid var(--line)}.origin-item:first-child{border-left:0}.origin-item .icon-orb{margin:0 auto 18px}.origin-item h3{font-size:26px;margin-bottom:6px}.origin-item .origin-sub{font-size:13px;font-weight:700;margin-bottom:12px}.origin-item p{font-size:13px;line-height:1.55;color:#4a3b34;margin:0}.mission-banner{display:grid;grid-template-columns:120px 1fr;grid-gap:32px;gap:32px;align-items:center;background:var(--cream);border-radius:14px;padding:36px 44px;max-width:1280px;margin:8px auto 0}.mission-leaf{color:var(--terra)}.mission-banner h2{font-size:28px;margin-bottom:8px}.mission-banner p{font-size:14px;line-height:1.55;margin:0;max-width:560px}.roots-section{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:44px;gap:44px;max-width:1280px;margin:auto}.roots-section>.section-heading{display:none}.roots-heading{font-size:27px;margin-bottom:6px}.roots-list{margin-top:24px;display:flex;flex-direction:column;gap:26px}.roots-item{display:flex;gap:16px}.roots-item .icon-orb{width:44px;height:44px;flex:0 0 44px}.roots-item .icon-orb svg{width:20px;height:20px}.roots-item h4{font-family:var(--font-sans);font-size:15px;margin:0 0 6px}.roots-item p{font-size:13px;line-height:1.55;margin:0;color:#4a3b34}.roots-card{background:var(--cream);border-radius:14px;padding:34px 30px;align-self:start}.roots-card .icon-orb{width:56px;height:56px;margin-bottom:18px;background:var(--white)}.roots-card h3{font-size:22px;margin-bottom:10px}.roots-card p{font-size:13px;line-height:1.6;margin:0;color:#4a3b34}.close-banner{display:flex;align-items:center;gap:28px;background:var(--cream);border-radius:14px;padding:30px 44px;max-width:1280px;margin:0 auto}.close-banner h2{font-size:26px;line-height:1.25;margin:0;font-weight:500}.arch-icon{position:relative;flex:0 0 auto;width:70px;height:100px;border-radius:40px 40px 0 0;background:var(--terra);opacity:.88}.arch-icon span{position:absolute;width:20px;height:20px;border-radius:50%;background:#efc9b6;top:16px;right:14px}.arch-icon b,.arch-icon em,.arch-icon i{position:absolute;width:34px;height:9px;right:0;background:#81311f;bottom:0}.arch-icon i{bottom:9px;width:27px}.arch-icon b{bottom:18px;width:20px}.arch-icon em{bottom:27px;width:12px}@media (max-width:1050px){nav{display:none}.site-header>.button{margin-left:auto}.menu{display:block}.hero{grid-template-columns:48% 52%}.problem{grid-template-columns:1fr 1fr;padding-block:28px}.problem-lead{grid-row:span 2}.problem-item:nth-child(4){grid-column:2}.steps{grid-template-columns:1fr 1fr;gap:32px 0}.steps:before{display:none}.service-grid{grid-template-columns:repeat(4,1fr);gap:24px 0}.service:nth-child(5){border-left:0}footer{grid-template-columns:repeat(3,1fr)}.confirm-hero{grid-template-columns:48% 52%}.book-hero,.roots-section{grid-template-columns:1fr}}@media (max-width:700px){.site-header{height:76px;padding-inline:20px;gap:12px}.site-header .logo span{font-size:38px}.site-header>.button{display:none}.hero{display:flex;flex-direction:column}.hero-copy{padding:50px 24px 38px}.hero h1{font-size:51px}.hero-intro{font-size:15px}.hero-image{min-height:410px;order:-1}.hero-image:after{inset:auto 0 0;width:100%;height:25%;background:linear-gradient(0deg,var(--ivory),transparent)}.hero-image img{object-position:62% center}.button-row{flex-direction:column}.problem{display:block;padding:34px 24px}.problem-lead{margin-bottom:28px;padding:0}.mother-mark{flex-basis:80px;height:80px;margin-right:18px}.problem h2{font-size:28px}.problem-item{padding:18px 0;border-left:0;border-top:1px solid var(--line)}.section{padding:48px 24px}.section-heading h2,.support h2{font-size:34px}.steps{display:block}.step{grid-template-columns:78px 1fr;padding:0 0 30px}.step-number{left:6px;top:0;transform:none}.icon-orb{width:72px;height:72px}.step>div:last-child{padding-top:8px}.support{padding-top:0}.support-panel{padding:28px 18px}.service-grid{grid-template-columns:1fr 1fr}.service{padding:10px;border-left:0}.culture{display:flex;flex-direction:column}.culture-image{min-height:360px}.culture-copy{padding:38px 24px 160px}.arch-art{height:135px;width:95px}.cta{grid-template-columns:auto 1fr;padding:28px 24px}.cta h2{font-size:24px}.cta .button{grid-column:1/-1}footer{grid-template-columns:1fr 1fr;padding:34px 24px}.footer-meta,footer>.logo{grid-column:1/-1}.join-card{padding:32px 24px}.confirm-hero{display:flex;flex-direction:column}.confirm-copy{padding:40px 24px 32px}.confirm-hero .hero-image{min-height:320px;order:-1}.resource-grid{grid-template-columns:1fr}.book-hero{padding:36px 24px 48px}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-sans:"Manrope","Manrope Fallback"}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/665e920483964785-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Newsreader;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/5611c55482296524-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Newsreader Fallback;src:local("Times New Roman");ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.00%;size-adjust:105.48%}.__className_64b714{font-family:Newsreader,Newsreader Fallback;font-style:normal}.__variable_64b714{--font-serif:"Newsreader","Newsreader Fallback"}