@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--blue:#174f36;--ink:#20221f;--paper:#faf9f5;--yellow:#d8f878;--pink:#c7e9a8;--line:#dcded7}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px 'DM Sans',sans-serif}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #678d19;outline-offset:4px}.demo-strip{background:var(--yellow);padding:9px 4%;font-size:12px;letter-spacing:.06em;display:flex;gap:22px;align-items:center}.demo-strip span{letter-spacing:0;flex:1}.demo-strip button{border:0;background:none;text-decoration:underline;font-size:12px}header{min-height:99px;margin:0 4%;display:flex;align-items:center;gap:35px;border-bottom:1px solid var(--line)}.wordmark{font:700 29px 'Space Grotesk',sans-serif;letter-spacing:-1.6px;white-space:nowrap}.mark-dot{color:var(--blue);margin-left:8px;font-size:35px;display:inline-block}nav{display:flex;gap:28px;margin:auto;font-size:14px}nav a{padding:12px 0}nav a.active{border-bottom:2px solid var(--blue);color:var(--blue)}.button{border:1px solid var(--ink);border-radius:6px;padding:13px 20px;font-weight:600;display:inline-flex;justify-content:center;gap:18px;align-items:center;background:transparent}.button.dark{background:var(--ink);color:white}.button.blue{background:var(--blue);color:white;border-color:var(--blue)}.button.yellow{background:var(--yellow);border-color:var(--yellow);color:var(--ink)}.button.white{background:white}.button.small{padding:9px 14px;font-size:14px}h1,h2,h3,h4{font-family:'Space Grotesk',sans-serif;margin:0;font-weight:600}h1{font-size:clamp(48px,5.9vw,88px);line-height:1.01;letter-spacing:-.06em}h2{font-size:36px;line-height:1.15;letter-spacing:-1.5px}h3{font-size:23px;letter-spacing:-.7px}p{line-height:1.6}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.hero{display:grid;grid-template-columns:1.12fr 1fr;min-height:530px;margin:32px 4% 0;gap:32px}.hero-copy{padding:30px 15px 36px 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-copy h1{margin:24px 0}.hero-copy h1 em{font-style:normal;color:var(--blue)}.hero-copy p{max-width:430px;color:#555951;margin:0 0 26px;font-size:18px}.actions{display:flex;flex-wrap:wrap;gap:12px}.hero-art{background:var(--blue);border-radius:8px;position:relative;overflow:hidden;min-height:470px;color:var(--yellow);display:flex;align-items:center;justify-content:center}.orbit{position:absolute;width:440px;height:440px;border:2px solid var(--yellow);border-radius:50%;transform:rotateX(57deg) rotate(-32deg);animation:orbit 20s linear infinite}.orbit:nth-child(2){width:520px;height:520px;animation-delay:-3s}.orbit:nth-child(3){width:600px;height:600px;animation-delay:-6s}.orbit:nth-child(4){width:680px;height:680px;animation-delay:-9s}.art-star{font-size:210px;font-family:serif;position:absolute;right:18px;top:25px;color:var(--pink);animation:spin 40s linear infinite}.art-label{position:absolute;top:24px;left:26px;letter-spacing:.14em;font-size:12px}.art-bottom{position:absolute;bottom:25px;left:26px;right:26px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.1em}.floating-note{transform:rotate(-8deg);background:var(--yellow);color:var(--ink);padding:23px 29px;box-shadow:9px 9px 0 #163d2c;z-index:1;width:265px}.floating-note b{font:600 38px/1.04 'Space Grotesk',sans-serif;letter-spacing:-1.5px}.floating-note p{font-size:13px;margin:13px 0 0}.ticker{margin-top:32px;overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--pink);padding:15px 0;font:500 19px 'Space Grotesk',sans-serif;white-space:nowrap}.ticker div{width:max-content;animation:marquee 45s linear infinite}.section{margin:62px 4%}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.section-heading .eyebrow{margin-bottom:12px}.text-button{background:none;border:0;padding:4px 0;font-weight:600;font-size:14px;text-decoration:underline;text-underline-offset:5px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}.card-body{padding:22px}.card p{font-size:14px;color:#5b6056;margin:12px 0 18px}.artwork{height:185px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.artwork .initials{font:600 76px 'Space Grotesk',sans-serif;letter-spacing:-7px;z-index:1}.artwork:before,.artwork:after{content:'';position:absolute;width:230px;height:230px;border:2px solid currentColor;border-radius:50%;transform:translate(-65px,50px)}.artwork:after{transform:translate(65px,-50px)}.lime{background:var(--yellow);color:#245638}.pink{background:var(--pink);color:#264c2b}.blue-art{background:#d5e9bf;color:#174f36}.orange{background:#c2d684;color:#35491b}.sample{font-size:11px;letter-spacing:.08em;text-transform:uppercase;border:1px solid currentColor;border-radius:3px;padding:4px 6px;opacity:.75}.artwork .sample{position:absolute;top:13px;left:14px}.pill{display:inline-block;border:1px solid var(--line);border-radius:20px;padding:5px 10px;font-size:12px;margin:3px 3px 3px 0}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.location{font-size:13px;color:#62675d;margin:7px 0}.card-bottom{border-top:1px solid var(--line);margin-top:17px;padding-top:15px;display:flex;align-items:center;justify-content:space-between;font-size:12px}.callout{background:var(--yellow);margin:60px 4%;padding:40px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:25px}.callout p{max-width:560px;margin-bottom:0}.page-top{margin:50px 4% 25px}.page-top h1{font-size:54px;margin:16px 0}.page-top p{color:#5b6056;max-width:630px}.toolbar{margin:28px 4%;display:flex;gap:12px;flex-wrap:wrap}.toolbar input{flex:1;min-width:200px}.toolbar input,.toolbar select,input,textarea,select{padding:13px 15px;border:1px solid #a9aea2;border-radius:5px;background:white;min-width:0;color:var(--ink)}.toolbar+.section{margin-top:25px}.feed-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:30px}.post{padding:25px;margin-bottom:22px}.avatar{width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.person{display:flex;align-items:center;gap:12px}.person strong{font-size:14px}.person .location{margin:3px 0}.post h3{margin:22px 0 10px}.post p{font-size:16px}.audio-placeholder{background:#edf3e5;padding:18px;border-radius:6px;display:flex;align-items:center;gap:18px;font-size:13px;color:#305c35}.wave{height:35px;display:flex;align-items:center;gap:3px;flex:1;overflow:hidden}.wave i{display:block;background:var(--blue);min-width:3px;border-radius:4px;height:var(--h)}.post .card-bottom{font-size:14px}.aside{padding:27px;height:fit-content;background:var(--yellow);border:0}.aside p{font-size:16px}.aside li{line-height:1.6;margin-bottom:15px}.opportunity{padding:27px;display:flex;flex-direction:column}.opportunity h3{margin:19px 0 8px}.opportunity .button{margin-top:auto}.opportunity p{font-size:16px}.detail{max-width:780px;margin:35px auto;padding:30px}.detail h1{font-size:48px;margin-top:23px}.detail .artwork{height:220px;border-radius:6px}.empty{padding:40px;text-align:center;border:1px dashed #888;grid-column:1/-1}footer{border-top:1px solid var(--line);margin:65px 4% 0;padding:32px 0;display:flex;align-items:center;gap:25px;flex-wrap:wrap}footer p{font-size:14px}footer>span{width:100%;font-size:12px;color:#64675f}footer button{margin-left:auto}dialog{border:1px solid var(--ink);border-radius:10px;padding:35px;max-width:540px;width:calc(100% - 30px);max-height:90vh;color:var(--ink)}dialog::backdrop{background:#12291d88;backdrop-filter:blur(4px)}dialog h2{font-size:30px;margin:8px 25px 15px 0}dialog p{color:#5b6056;font-size:14px}.close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:28px}.form{display:grid;gap:16px}.form label{display:grid;gap:7px;font-size:14px;font-weight:600}.form textarea{min-height:95px;resize:vertical}.form .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.notice{padding:12px 15px;background:#eff1e8;border-radius:5px;font-size:13px;line-height:1.5}.comment{border-left:3px solid var(--blue);padding:8px 15px;margin:15px 0;background:#f0f5e9}.comment p{margin:4px 0}.muted{font-size:13px;color:#60675e}#toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;padding:15px 22px;border-radius:6px;z-index:10;display:none;max-width:90%;width:max-content;font-size:14px}@keyframes orbit{50%{transform:rotateX(57deg) rotate(22deg)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes marquee{to{transform:translateX(-50%)}}@media(min-width:1500px){body{max-width:1550px;margin:auto}}@media(max-width:1050px){header{gap:20px;flex-wrap:wrap;padding:20px 0}nav{order:3;width:100%;justify-content:center}header>.button{margin-left:auto}.hero{gap:20px}.hero-art{min-height:430px}.grid{gap:14px}.card-body{padding:17px}}@media(max-width:700px){.demo-strip{flex-wrap:wrap;gap:5px 12px;font-size:10px}.demo-strip span{order:3;flex-basis:100%;font-size:11px}.demo-strip button{margin-left:auto}.wordmark{font-size:25px}header{gap:15px;min-height:auto;padding:19px 0 0}header>.button{padding:10px;font-size:12px}nav{justify-content:space-between;gap:10px;overflow:auto;font-size:12px;white-space:nowrap}.hero{grid-template-columns:1fr;margin-top:15px;gap:0}.hero-copy{padding:22px 0 30px}.hero-copy h1{font-size:57px;margin:20px 0}.hero-copy p{font-size:16px}.hero-art{min-height:330px}.art-star{font-size:160px}.floating-note b{font-size:32px}.floating-note{width:235px}.section{margin-top:40px;margin-bottom:40px}.section-heading{align-items:start}h2{font-size:28px}.grid{grid-template-columns:1fr}.artwork{height:205px}.callout{padding:25px;flex-direction:column;align-items:start;margin-top:40px}.page-top{margin-top:32px}.page-top h1{font-size:43px}.feed-layout{grid-template-columns:1fr}.post{padding:18px}.row{flex-wrap:wrap}.post .person{flex-wrap:nowrap}.detail{padding:20px;margin:20px 4%}.detail h1{font-size:38px}footer{gap:12px}footer p{width:100%;margin:0}footer button{margin-left:0}dialog{padding:27px}.form .two{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;scroll-behavior:auto!important}}

/* RE:VISION: overlapping open circles, room to become. */
.wordmark{display:inline-flex;align-items:center;gap:10px;letter-spacing:-1.3px}.wordmark img{flex-shrink:0}.intro-mode header{border-bottom:0}.intro-mode header nav{display:none}.intro-mode header>.button{margin-left:auto}.intro-mode footer{margin-top:0}.welcome-scene,.signup-scene{position:relative;isolation:isolate;overflow:hidden;margin:0 2% 24px;border-radius:14px;background:#123c2a;color:#f4f8e9;min-height:720px}.ambient{position:absolute;inset:0;z-index:-1;overflow:hidden;background:radial-gradient(ellipse at 90% 10%,#4e7e37 0,transparent 48%),radial-gradient(ellipse at 65% 95%,#2b6139 0,transparent 50%),#123c2a}.contours{position:absolute;width:680px;height:680px;animation:breathe-lines 22s ease-in-out infinite alternate}.contours i{position:absolute;inset:calc(var(--i)*17px);border:1px solid #c8ed8680;border-radius:48% 52% 38% 62% / 58% 40% 60% 42%;transform:rotate(calc(var(--i)*7deg))}.contour-one{right:-100px;top:-170px;transform:rotate(-25deg)}.contour-two{right:160px;bottom:-360px;animation-delay:-11s;opacity:.55}.ambient-disc{position:absolute;right:13%;top:42%;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle at 32% 30%,#e2f99b,#9ccc69 45%,#538844 90%);box-shadow:0 0 100px #a7d45c22;animation:float-disc 15s ease-in-out infinite}.ambient-grain{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' opacity='.1' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");opacity:.28}.welcome-copy{position:relative;max-width:850px;padding:72px 5% 50px}.welcome-copy .eyebrow{color:#d3e8b4;margin-bottom:30px}.welcome-copy h1{font-size:clamp(48px,5.4vw,78px);line-height:1.05;letter-spacing:-.055em;max-width:740px;text-wrap:balance}.welcome-copy>p{font-size:19px;max-width:540px;margin:25px 0 28px;color:#edf5df;line-height:1.55}.welcome-copy .button{padding:16px 25px}.welcome-return{font-size:14px;text-decoration:underline;text-underline-offset:5px;padding:14px 0;align-self:center;color:#edf5df}.welcome-footnote{margin-top:52px;font-size:12px;letter-spacing:.08em;color:#d8edbe}.welcome-footnote span{display:block;letter-spacing:0;margin-top:10px;font-size:14px}.scene-caption{position:absolute;bottom:45px;right:5%;font:400 23px/1.3 'Space Grotesk',sans-serif;color:#d1eaaa}.signup-scene{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:65px 7%;gap:60px;min-height:680px}.signup-scene .ambient-disc{right:auto;left:13%;top:65%;opacity:.25}.signup-intro h1{font-size:clamp(42px,4.5vw,67px);margin:26px 0;line-height:1.08}.signup-intro>p{font-size:18px;color:#e5efd8}.signup-card{color:var(--ink);background:var(--paper);padding:38px;border-radius:12px;box-shadow:0 20px 60px #071d2730;width:100%;max-width:490px;justify-self:end}.signup-card h2{margin:14px 0 27px;font-size:35px}.signup-card .form{gap:20px}.signup-card input,.signup-card select{min-height:49px;width:100%}.signup-card .signup-note{font-size:12px;font-weight:400;color:#606c58;line-height:1.6;margin:0}.community-heading{margin:42px 4%;padding:35px;border-radius:9px;background:#e3efce;display:flex;align-items:center;justify-content:space-between;gap:25px}.community-heading h1{font-size:clamp(32px,3.2vw,49px);margin:18px 0;line-height:1.12}.community-heading p{margin:0;color:#4d5b43}.community-heading+.section{margin-top:38px}@keyframes breathe-lines{to{transform:translate(35px,40px) rotate(30deg) scale(1.08)}}@keyframes float-disc{50%{transform:translate(-24px,28px)}}@media(min-width:1500px){.welcome-copy{max-width:970px}}@media(max-width:1000px){.welcome-copy{max-width:76%;padding-top:55px}.welcome-copy h1{font-size:58px}.scene-caption{font-size:18px;right:3%}.ambient-disc{right:6%;width:130px;height:130px}.signup-scene{gap:30px;padding:45px 5%}.signup-card{padding:28px}.community-heading{align-items:flex-start;flex-direction:column}}@media(max-width:700px){.intro-mode header{padding:19px 0}.welcome-scene,.signup-scene{margin:0 3% 20px;border-radius:10px}.welcome-copy{max-width:100%;padding:38px 7% 165px}.welcome-copy h1{font-size:clamp(39px,10.5vw,58px);line-height:1.09;max-width:100%;letter-spacing:-.045em}.welcome-copy .eyebrow{font-size:11px;margin-bottom:25px;line-height:1.6}.welcome-copy>p{font-size:17px}.welcome-footnote{margin-top:30px}.scene-caption{bottom:25px;right:7%;font-size:18px}.contour-one{top:auto;bottom:-440px;right:-270px;opacity:.6}.contour-two{right:-160px;bottom:-500px}.ambient-disc{top:auto;bottom:35px;right:auto;left:9%;width:90px;height:90px}.welcome-scene{min-height:0}.signup-scene{grid-template-columns:1fr;padding:35px 6%;gap:28px}.signup-intro h1{font-size:42px;margin:20px 0}.signup-intro>p{font-size:16px}.signup-card{padding:25px;max-width:none}.signup-card h2{font-size:30px}.signup-scene .ambient-disc{display:none}.community-heading{padding:25px;margin-top:25px}.community-heading h1{font-size:35px}.wordmark{gap:6px}.wordmark img{width:33px;height:33px}.intro-mode header>.button{font-size:12px;padding:10px}.signup-note{font-size:12px}}@media(prefers-reduced-motion:reduce){.contours,.ambient-disc{animation:none}}

[hidden]{display:none!important}.feedback-tab{position:fixed;bottom:24px;right:24px;z-index:8;border:1px solid #8db853;background:#d8f878;color:#174f36;border-radius:40px;padding:15px 22px;box-shadow:0 7px 24px #143b2826;font-weight:700;animation:feedback-arrive .35s ease-out}.submission-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr);gap:30px;align-items:start}.submission-form{padding:32px}.submission-form h2{font-size:29px}.submission-form>.muted{margin-bottom:25px}.field-help{font-size:12px;font-weight:400;color:#5a6854;line-height:1.5}.submission-history{margin-top:28px}.saved-submission{padding:20px;margin-top:15px}.saved-submission h4{font-size:20px;margin-top:15px}.saved-submission p{overflow-wrap:anywhere}.rating-field{margin:0;padding:0;border:0}.rating-field legend{font-size:14px;font-weight:600;margin-bottom:10px}.star-rating{display:flex;gap:8px}.star-rating label{position:relative;display:block}.star-rating input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.star-rating span{font-size:38px;color:#aebba0;display:block;line-height:1;padding:5px}.star-rating label.selected span{color:#346b29}.star-rating input:focus-visible+span{outline:2px solid #174f36;border-radius:5px;outline-offset:3px}.star-rating label:hover span{color:#346b29}.form .consent-row{display:flex;align-items:flex-start;gap:10px;line-height:1.5;font-weight:400}.consent-row input{width:18px;height:18px;flex-shrink:0;margin:3px 0 0;accent-color:#174f36}header{gap:20px}nav{gap:20px}.submission-form input,.submission-form textarea,.submission-form select{width:100%}@keyframes feedback-arrive{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1150px){header{flex-wrap:wrap;padding-top:18px}header nav{order:3;width:100%;justify-content:center}header>.button{margin-left:auto}}@media(max-width:700px){header nav{justify-content:flex-start;gap:22px;overflow-x:auto;padding-bottom:5px;font-size:14px}.submission-layout{grid-template-columns:1fr}.submission-form{padding:22px}.feedback-tab{bottom:16px;right:16px;font-size:14px;padding:12px 18px}.star-rating{gap:7px}.star-rating span{font-size:34px}}

/* A nocturnal blue identity, with quiet concentric motion. */
:root{--blue:#234b76;--ink:#172b41;--paper:#f4f6f8;--yellow:#d2e6f5;--pink:#d3dfe9;--line:#d5dee6}.welcome-scene,.signup-scene{background:#081525;color:#f0f5fa}.ambient{background:radial-gradient(ellipse at 90% 10%,#1c3b59 0,transparent 48%),radial-gradient(ellipse at 65% 95%,#122c47 0,transparent 50%),#081525}.contours i{border-color:#8ab4d44d}.contours{opacity:.42}.ambient-disc{width:80px;height:80px;background:radial-gradient(circle at 32% 30%,#c0d7e8,#6b91b4 45%,#284c6c 90%);box-shadow:0 0 70px #a5c8e522}.welcome-copy .eyebrow,.welcome-footnote,.scene-caption{color:#b6cbe0}.welcome-copy>p,.welcome-return,.signup-intro>p{color:#dfebf5}.ripple-field{position:absolute;width:340px;height:340px;right:2%;top:35%;pointer-events:none}.ripple-field i{position:absolute;inset:0;border:1px solid #94bdd066;border-radius:50%;animation:quiet-ripple 12s ease-out infinite;opacity:0}.ripple-field i:nth-child(2){animation-delay:-3s}.ripple-field i:nth-child(3){animation-delay:-6s}.ripple-field i:nth-child(4){animation-delay:-9s}@keyframes quiet-ripple{0%{transform:scale(.15);opacity:0}15%{opacity:.5}100%{transform:scale(1.3);opacity:0}}.community-home{background:#0c1c30;color:#eaf1f8}.community-home header,.community-home footer{border-color:#2a3f55}.community-home .wordmark img{filter:brightness(0) invert(1);opacity:.9}.community-home nav a.active{color:#b5d7f3;border-color:#b5d7f3}.community-home .demo-strip{color:#172b41}.community-home .community-heading{position:relative;overflow:hidden;background:radial-gradient(ellipse at 94% 50%,#234e72 0,transparent 50%),#142d47;border:1px solid #32516b}.community-home .community-heading:after{content:'';position:absolute;right:3%;width:180px;height:180px;border:1px solid #bad1e63d;border-radius:50%;box-shadow:0 0 0 24px #aacce414,0 0 0 48px #aacce40c;animation:quiet-ripple 12s ease-out infinite;pointer-events:none}.community-heading>div,.community-heading>.button{position:relative;z-index:1}.community-home .community-heading p,.community-home>.section .muted{color:#c2d2e2}.community-home .section>.muted,.community-home footer>span{color:#bdcddd}.community-home .card{background:#122a42;border-color:#30465d;color:#e9f1f7}.community-home .card p,.community-home .location{color:#c3d0dd}.community-home .card-bottom,.community-home .pill{border-color:#3b5165}.community-home .aside{background:#1c3a55}.community-home .button.blue{background:#c5def1;border-color:#c5def1;color:#14304b}.community-home .audio-placeholder{background:#1e3d5b;color:#c4dbea}.community-home .wave i{background:#a7c9e5}.community-home dialog{color:#172b41}.lime{background:#d5e5ee;color:#22486a}.pink{background:#c0d0de;color:#28445f}.blue-art{background:#bacfe4;color:#294b6b}.orange{background:#d9e2e8;color:#344e65}.callout,.aside{background:#dce9f2}.notice{background:#e9eff4}.audio-placeholder{background:#e6eef5;color:#365a79}.feedback-tab{background:#d3e7f6;border-color:#83a9c8;color:#173553}.rating-field .star-rating label.selected span,.star-rating label:hover span{color:#2b587e}.consent-row input{accent-color:#234b76}.service-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.service-options{display:grid;gap:16px}.service-option{padding:25px;position:relative}.service-option h3{padding-right:40px}.service-option p{margin-bottom:0;font-size:16px}.service-number{position:absolute;right:23px;top:25px;color:#67829b;font:500 15px 'Space Grotesk',sans-serif}.service-process{margin-top:30px}.service-process p{color:#526475}.service-request{padding:32px;position:sticky;top:24px}.service-request h2{font-size:30px;margin:16px 0 25px}.service-request input,.service-request textarea,.service-request select{width:100%}.service-saved{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}header{flex-wrap:wrap;padding-top:18px}header nav{order:3;width:100%;justify-content:space-between;gap:20px;margin:0;overflow-x:auto;white-space:nowrap;padding-bottom:5px}header>.button{margin-left:auto}.intro-mode header{padding-bottom:18px}@media(max-width:800px){.service-layout{grid-template-columns:1fr}.service-request{position:static}.service-saved{grid-template-columns:1fr}.ripple-field{top:auto;bottom:-15px;right:-30px;width:240px;height:240px}.service-request{padding:24px}header nav{justify-content:flex-start;gap:24px}.community-home .community-heading:after{right:-70px}.ambient-disc{width:65px;height:65px}.intro-mode header>.button{max-width:48%}}@media(prefers-reduced-motion:reduce){.ripple-field i,.community-home .community-heading:after{animation:none}.ripple-field i:first-child{opacity:.3;transform:scale(.8)}}

/* Earth & growth: shared roots, a warm place to begin. */
:root{--blue:#586341;--ink:#322e25;--paper:#f6f1e7;--yellow:#e9d5ad;--pink:#dec9ad;--line:#d9cebc}body{background:var(--paper);color:var(--ink)}.wordmark{letter-spacing:-1px}.wordmark img{width:45px;height:45px}.button{border-radius:12px}.card{border-radius:13px;background:#fcf9f2}.button.blue{background:#586341;border-color:#586341;color:#fffaf0}.button.yellow{background:#e9d5ad;border-color:#e9d5ad;color:#342c22}.button.dark{background:#3e4232;border-color:#3e4232;color:#fff8e9}input,textarea,select{border-color:#aaa18c;background:#fffdf7;color:#322e25}.welcome-scene,.signup-scene{background:#241f19;color:#f4ead7;border-radius:20px}.ambient.earth-ambient{background:#241f19}.tree-art,.root-pulse{position:absolute;inset:0 0 0 34%;background:none center center/cover no-repeat;mask-image:linear-gradient(to right,transparent,black 23%);-webkit-mask-image:linear-gradient(to right,transparent,black 23%)}.tree-art{opacity:.88}.root-pulse{filter:brightness(1.55) saturate(1.15);clip-path:inset(53% 0 0 0);animation:roots-breathe 8s ease-in-out infinite;transform-origin:65% 62%}.earth-haze{position:absolute;inset:0;background:linear-gradient(90deg,#241f19 0%,#241f19f2 30%,#241f1990 49%,transparent 69%);pointer-events:none}.welcome-copy{max-width:780px;padding-top:65px;padding-bottom:55px}.welcome-copy h1{font-size:clamp(46px,4.8vw,70px);line-height:1.08;max-width:650px}.welcome-copy>p{max-width:485px;color:#e6d9c1}.welcome-copy .eyebrow,.welcome-footnote,.scene-caption{color:#d6bd90}.welcome-return,.signup-intro>p{color:#e6d9c1}.scene-caption{right:4%;bottom:24px;font-size:18px;text-shadow:0 1px 7px #211b16}.signup-scene .tree-art,.signup-scene .root-pulse{inset:0 20% 0 0;opacity:.2}.signup-scene .earth-haze{background:linear-gradient(90deg,#241f19aa,transparent)}.signup-card{background:#f6f1e7}.community-home{background:#29251e;color:#f2e9d9}.community-home header,.community-home footer{border-color:#514b3d}.community-home .wordmark img{filter:none;background:#eee1c5;padding:4px;border-radius:50%;opacity:1}.community-home nav a.active{color:#e8cf9e;border-color:#c7aa73}.community-home .demo-strip{color:#322e25}.community-home .community-heading{background:#241f19;border-color:#5b4f3c;min-height:290px;isolation:isolate;gap:22px}.community-home .community-heading>div:not(.community-growth-art){max-width:62%;position:relative;z-index:1}.community-home .community-heading h1{font-size:clamp(32px,3.2vw,49px)}.community-home .community-heading p{color:#deceb3;max-width:470px}.community-home .community-heading:after{display:none}.community-heading>.community-growth-art{position:absolute;inset:0 0 0 48%;z-index:0;max-width:none;background:none center/cover no-repeat;mask-image:linear-gradient(to right,transparent,black 35%);-webkit-mask-image:linear-gradient(to right,transparent,black 35%);opacity:.75;pointer-events:none}.community-growth-art:after{content:'';position:absolute;inset:0;background:inherit;clip-path:inset(53% 0 0 0);filter:brightness(1.6);animation:roots-breathe 8s ease-in-out infinite}.community-heading>.button{align-self:flex-end;white-space:normal;text-align:center;max-width:290px}.community-home .card{background:#353227;border-color:#5b5443;color:#f0e6d5}.community-home .card p,.community-home .location{color:#d8cbb5}.community-home .section>.muted,.community-home footer>span{color:#cebea3}.community-home .card-bottom,.community-home .pill{border-color:#655c49}.community-home .aside{background:#414733}.community-home .button.blue{background:#e5ce9f;border-color:#e5ce9f;color:#322e25}.community-home .audio-placeholder{background:#484834;color:#e2d1aa}.community-home .wave i{background:#c7ba8b}.community-home dialog{color:#322e25}.lime{background:#d4d2b0;color:#515a38}.pink{background:#d8baa0;color:#6c4734}.blue-art{background:#d8ca9f;color:#6a5a34}.orange{background:#c8c7a5;color:#485039}.aside,.callout{background:#dfddbd}.notice{background:#ede5d5;color:#504a3b}.audio-placeholder{background:#e5e1cf;color:#5d6447}.feedback-tab{background:#e5cea5;border-color:#ae9568;color:#393d2e}.star-rating span{color:#b7ad94}.rating-field .star-rating label.selected span,.star-rating label:hover span{color:#887037}.consent-row input{accent-color:#586341}.service-number{color:#8b7654}.service-process p,.location,.muted,.field-help{color:#696450}.service-option p,.card p{color:#625d4e}.comment{background:#eee8d8}.service-request{background:#fcf9f2}.section-heading h2{letter-spacing:-1px}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:#b7804a}@keyframes roots-breathe{0%,100%{opacity:.05;transform:scale(1)}50%{opacity:.65;transform:scale(1.012)}}@media(min-width:1450px){.welcome-copy{max-width:880px}.welcome-copy h1{max-width:730px}}@media(max-width:1000px){.welcome-copy{max-width:75%}.welcome-copy h1{font-size:55px}.community-home .community-heading>div:not(.community-growth-art){max-width:80%}.community-heading>.button{align-self:flex-start}.community-heading>.community-growth-art{inset:0 0 0 35%;opacity:.5}}@media(max-width:700px){.welcome-scene{min-height:0}.welcome-copy{max-width:100%;padding:35px 7% 320px}.welcome-copy h1{font-size:clamp(38px,10.2vw,54px)}.welcome-copy>p{font-size:17px}.tree-art,.root-pulse{inset:auto -7% 0 -7%;height:355px;background-position:center;background-size:cover;mask-image:linear-gradient(to bottom,transparent,black 25%);-webkit-mask-image:linear-gradient(to bottom,transparent,black 25%)}.earth-haze{background:linear-gradient(to bottom,#241f19 0%,#241f19 54%,transparent 73%)}.scene-caption{font-size:15px;bottom:17px;right:7%;text-shadow:0 2px 10px #211b16}.welcome-footnote{margin-top:25px}.signup-scene .tree-art,.signup-scene .root-pulse{display:none}.signup-scene .earth-haze{background:none}.community-home .community-heading{min-height:395px;padding-bottom:175px}.community-home .community-heading>div:not(.community-growth-art){max-width:100%}.community-heading>.community-growth-art{inset:auto 0 0 0;height:220px;opacity:.65;mask-image:linear-gradient(to bottom,transparent,black 32%);-webkit-mask-image:linear-gradient(to bottom,transparent,black 32%)}.community-home .community-heading h1{font-size:35px}.wordmark img{width:36px;height:36px}.community-heading>.button{font-size:14px}.intro-mode header>.button{font-size:12px}.community-home .card .muted{color:#d8cbb5}}@media(prefers-reduced-motion:reduce){.root-pulse,.community-growth-art:after{animation:none;opacity:.12;transform:none}}

/* White homepages with the retained earth-tone identity. */
body,.community-home{background:#fff;color:#322e25}.welcome-scene{background:#fff;color:#322e25;min-height:0;overflow:visible}.welcome-copy{max-width:1000px;padding:62px 5% 70px;margin:0 auto}.welcome-copy h1{max-width:870px;font-size:clamp(44px,5.4vw,78px);line-height:1.08}.welcome-copy .eyebrow,.welcome-footnote{color:#75613e}.welcome-copy>p{color:#625d4e;max-width:570px}.welcome-return{color:#586341}.signup-intro .welcome-return{color:#e6d9c1}.community-home header,.community-home footer{border-color:#d9cebc}.community-home .wordmark img{filter:none;background:none;padding:0;border-radius:0;opacity:1}.community-home nav a.active{color:#586341;border-color:#586341}.community-home .community-heading{background:#fff;border:0;border-bottom:1px solid #d9cebc;border-radius:0;min-height:0;padding:12px 0 32px;overflow:visible}.community-home .community-heading>div:not(.community-growth-art){max-width:75%}.community-home .community-heading p{color:#625d4e}.community-heading>.button{align-self:center}.community-home .card{background:#fcf9f2;border-color:#d9cebc;color:#322e25}.community-home .card p,.community-home .location,.community-home .card .muted{color:#625d4e}.community-home .section>.muted,.community-home footer>span{color:#696450}.community-home .card-bottom,.community-home .pill{border-color:#d9cebc}.community-home .aside{background:#dfddbd}.community-home .button.blue{background:#586341;border-color:#586341;color:#fffaf0}.community-home .audio-placeholder{background:#e5e1cf;color:#5d6447}.community-home .wave i{background:#7b8054}.tree-art,.root-pulse,.community-growth-art,.earth-haze,.scene-caption{display:none!important}@media(max-width:1000px){.welcome-copy{max-width:900px}.community-home .community-heading>div:not(.community-growth-art){max-width:100%}.community-heading>.button{align-self:flex-start}}@media(max-width:700px){.welcome-scene{margin-bottom:0}.welcome-copy{max-width:100%;padding:30px 5% 45px}.welcome-copy h1{font-size:clamp(38px,10.2vw,54px)}.welcome-copy>p{font-size:17px}.community-home .community-heading{min-height:0;padding:8px 0 27px}.welcome-footnote{margin-top:30px}}

.support-card{padding:28px;display:flex;flex-direction:column;align-items:flex-start}.support-card h2{font-size:29px;margin:22px 0 4px}.support-card p{font-size:16px}.support-card .muted{font-size:14px;margin-top:0;margin-bottom:28px}.support-card .button{margin-top:auto}.support-back{margin:28px 4% -20px}.support-grid{align-items:stretch}@media(max-width:950px){.support-grid{grid-template-columns:1fr}.support-card{padding:25px}.support-card h2{margin-top:16px}.support-back{margin-bottom:-12px}}
