@charset "UTF-8";
:root{--green:#287b42;--green-dark:#174e2a;--lime:#c9f594;--light:#eff8e8;--ink:#1c2c23;--muted:#5d6b62;--line:#dce6da;--white:#fff;--danger:#a32424;--radius:14px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-size:16px;line-height:1.6;background:#fff}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3{line-height:1.1;letter-spacing:-.035em}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:500}h1{font-size:clamp(2.6rem,5.7vw,5.5rem)}h2{font-size:clamp(2.2rem,4vw,3.5rem)}h3{font-size:1.65rem;font-weight:600}em{font-weight:400;color:var(--green)}p{margin-bottom:1.3rem}a:hover{color:var(--green)}:focus-visible{outline:3px solid #369cec;outline-offset:4px}.skip{position:fixed;top:-100px;background:white;padding:12px;z-index:1000}.skip:focus{top:0}.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,4.5vw,80px);border-bottom:1px solid var(--line);background:white;gap:25px}.brand{display:flex;align-items:center;gap:11px;font-size:1.7rem;font-weight:800;letter-spacing:-.05em;line-height:1}.brand-light{font-weight:400}.brand small{display:block;font-size:.62rem;letter-spacing:.13em;font-weight:600;margin-top:8px}.brand-mark{background:var(--green);color:white;border-radius:10px;position:relative;width:43px;height:43px;font-family:Georgia,serif;font-size:2.9rem;text-align:center;line-height:.9}.brand-mark span{position:absolute;font-family:Arial;font-size:1.15rem;right:-3px;top:0;color:var(--lime)}nav{display:flex;align-items:center;gap:28px;font-size:.9rem;font-weight:600}nav form{margin:0}.menu-toggle{display:none}.button{display:inline-flex;gap:30px;justify-content:center;align-items:center;padding:15px 23px;background:var(--green);border:1px solid var(--green);border-radius:7px;color:white;font-weight:600;font-size:1rem;line-height:1.4;min-height:48px;transition:background .15s}.button:hover{background:var(--green-dark);color:#fff}.button span{font-size:1.25rem;font-weight:400}.button.small{padding:10px 17px;min-height:42px;font-size:.9rem}.button.bright{background:var(--lime);color:var(--green-dark);border-color:var(--lime)}.button.bright:hover{background:#e1ffb9}.button.ghost{background:transparent;border-color:#aab5a6;color:#fff}.button.ghost:hover{background:#ffffff20}.button.outline{color:var(--green);background:transparent}.button.dark{background:var(--green-dark);border-color:var(--green-dark)}.button.light-button{background:#fff;color:var(--green);border-color:#fff}.button.danger{background:var(--danger);border-color:var(--danger)}.text-button{border:0;background:none;color:var(--muted);padding:8px 0}.text-button:hover{text-decoration:underline}.hero{min-height:calc(100svh - 92px);height:770px;max-height:1000px;position:relative;isolation:isolate;color:white;display:flex;align-items:center}.hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:65% center;z-index:-3}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,26,15,.87),rgba(8,26,15,.54) 43%,rgba(8,26,15,.02) 76%);z-index:-2}.hero-copy{width:min(760px,65%);padding:60px 0 125px clamp(25px,7vw,110px)}.eyebrow{font-size:.75rem;letter-spacing:.15em;font-weight:700;color:var(--green);margin-bottom:22px}.eyebrow.light{color:var(--lime)}.eyebrow.light span{display:inline-block;width:7px;height:7px;background:var(--lime);border-radius:50%;margin-right:9px}.hero h1{margin-bottom:27px;line-height:1.06}.hero em{color:var(--lime)}.hero-copy>p:not(.eyebrow){font-size:1.13rem;color:#e0e9dd;line-height:1.6}.actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.hero .actions{margin-top:33px}.hero-note{font-size:.81rem;margin-top:23px;color:#d2ddcf}.hero-note span{color:var(--lime);margin-right:7px}.hero-bottom{position:absolute;bottom:0;left:0;right:0;border-top:1px solid #ffffff33;padding:21px 5vw;display:flex;align-items:center;justify-content:space-between;font-size:.68rem;letter-spacing:.13em}.hero-bottom a{color:white;letter-spacing:0;font-size:.87rem}.hero-bottom a span{margin-left:18px}.section{padding:95px max(24px,calc((100vw - 1200px)/2));}.section-heading{margin-bottom:45px}.section-heading h2{margin:0}.horizontal{display:flex;justify-content:space-between;gap:30px;align-items:end}.path-section{background:#f9fbf7}.path-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.path-card{padding:40px;border:1px solid var(--line);border-radius:var(--radius);background:white}.path-card.pro{background:var(--light)}.number{font-size:.75rem;letter-spacing:.1em;color:var(--green);display:block;margin-bottom:25px}.path-card h3{font-family:Georgia,serif;font-weight:400;font-size:2.5rem}.path-card p{max-width:470px;color:var(--muted)}.subtle-link{display:block;font-size:.84rem;margin-top:18px;color:var(--muted);text-decoration:underline;text-underline-offset:4px}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:7%;}.split.reverse .photo-wrap{order:2}.split-copy p{color:var(--muted)}.split-copy h2{margin-bottom:25px}.photo-wrap{position:relative}.photo-wrap img{aspect-ratio:1.15;object-fit:cover;border-radius:var(--radius)}.photo-tag{position:absolute;bottom:24px;left:24px;right:24px;font-size:.65rem;letter-spacing:.12em;background:white;padding:14px;text-align:center;border-radius:5px}.arrow-link{font-weight:600;color:var(--green);display:inline-flex;gap:30px;align-items:center;padding:7px 0;border-bottom:1px solid var(--green)}.cta-band{display:flex;align-items:center;justify-content:space-between;background:var(--green);color:#fff;padding:27px max(24px,calc((100vw - 1200px)/2));gap:25px}.cta-band p{font-family:Georgia,serif;font-size:1.8rem;margin:0}.service-intro{background:var(--light)}.category-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-tiles>a{padding:24px;background:white;border:1px solid var(--line);border-radius:10px;position:relative}.category-tiles h3{font-size:1.2rem;max-width:150px;line-height:1.25;min-height:3em}.category-tiles>a>span:last-child{position:absolute;right:20px;bottom:20px;color:var(--green)}.reviews-section>h2{text-align:center}.reviews-section>.eyebrow{text-align:center}.sample-label{font-size:.85rem;color:var(--muted);text-align:center;margin:25px 0 35px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:27px;border:1px solid var(--line);border-radius:12px;background:white}.review-card blockquote{margin:15px 0 25px;font-size:1rem;color:var(--muted);line-height:1.6}.review-card strong{font-size:.9rem}.review-card div>span{display:block;font-size:.8rem;color:var(--muted);margin-top:5px}.stars{letter-spacing:.12em;color:var(--green)}.final-cta{text-align:center;background:var(--lime)}.final-cta h2{font-size:clamp(3rem,6vw,5rem)}.final-cta .actions{justify-content:center}.site-footer{background:#173e27;color:#e5efdf;padding:50px clamp(24px,5vw,90px) 22px}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-bottom:40px}.footer-brand{font-family:Georgia,serif;font-weight:400;font-size:2rem}.leaf-dot{font-size:.55rem;color:var(--lime);align-self:flex-end}.footer-top p{margin:0;color:#b5cdb6}.footer-top>a:last-child{font-size:.9rem}.footer-bottom{border-top:1px solid #ffffff22;padding-top:22px;display:flex;justify-content:space-between;gap:20px;font-size:.75rem;color:#b5cdb6}.footer-bottom div{display:flex;gap:24px}.site-footer a:hover{color:var(--lime)}
/* Application */
.workspace{max-width:1200px;margin:auto;padding:50px 25px 85px;min-height:65vh}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:32px}.page-heading h1{font-size:2.8rem;margin-bottom:10px}.page-heading p{color:var(--muted);margin:0}.breadcrumb{font-size:.85rem;color:var(--green);margin-bottom:22px}.panel{border:1px solid var(--line);border-radius:var(--radius);background:white;padding:30px;margin-bottom:24px}.panel.tint{background:var(--light)}.panel h2{font-family:Arial,sans-serif;font-weight:600;font-size:1.4rem;letter-spacing:-.02em;margin-bottom:22px}.panel h3{font-size:1.1rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 24px}.field.full{grid-column:1/-1}.field label,.field-label{display:block;font-weight:600;font-size:.9rem;margin-bottom:7px}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;padding:12px 13px;border:1px solid #b9c9bc;border-radius:6px;background:white;color:var(--ink);min-height:47px}textarea{resize:vertical;min-height:125px}.field small,.helper{display:block;color:var(--muted);font-size:.83rem;line-height:1.5;margin:6px 0 0}.field-validation-error{display:block;color:var(--danger);font-size:.85rem;margin-top:5px}.input-validation-error{border-color:var(--danger)!important}.check{display:flex;gap:10px;align-items:center;font-size:.93rem}.check input{width:18px;height:18px;accent-color:var(--green)}.form-actions{margin-top:25px;display:flex;align-items:center;gap:18px}.form-actions a:not(.button){font-size:.9rem;color:var(--muted)}.auth-shell{min-height:76vh;background:var(--light);padding:65px 25px}.auth-panel{max-width:620px;margin:auto;background:white;padding:40px;border:1px solid var(--line);border-radius:var(--radius)}.auth-panel h1{font-size:2.6rem}.auth-panel>p{color:var(--muted)}.auth-panel .field{margin-bottom:17px}.switch-path{padding-top:20px;margin-top:20px;border-top:1px solid var(--line);font-size:.9rem}.switch-path a{text-decoration:underline;color:var(--green)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dashboard-card{display:block;border:1px solid var(--line);border-radius:12px;padding:27px;position:relative;background:#fff}.dashboard-card:hover{background:var(--light);border-color:#8abc8b}.dashboard-card .icon{font-size:1.55rem;width:48px;height:48px;background:var(--light);color:var(--green);display:grid;place-items:center;border-radius:10px;margin-bottom:25px}.dashboard-card h2{font:600 1.2rem Arial;letter-spacing:-.01em;margin-bottom:10px}.dashboard-card p{font-size:.9rem;color:var(--muted);margin:0}.dashboard-card .card-arrow{position:absolute;right:24px;top:33px;font-size:1.2rem;color:var(--green)}.stat-line{display:flex;gap:25px;padding:18px 23px;background:var(--light);border-radius:9px;margin-bottom:28px;flex-wrap:wrap;font-size:.95rem}.stat-line strong{font-size:1.3rem;margin-right:5px;color:var(--green)}.empty{padding:45px 20px;text-align:center;border:1px dashed #b5cab7;border-radius:12px;background:#f9fcf6}.empty h2{font-size:1.7rem}.empty p{color:var(--muted);max-width:550px;margin:0 auto 20px}.badge{display:inline-flex;padding:4px 10px;border-radius:30px;background:var(--light);color:var(--green-dark);font-size:.75rem;font-weight:600;white-space:nowrap}.badge.gray{background:#f0f2ef;color:#616960}.job-row{border:1px solid var(--line);border-radius:10px;margin-bottom:13px;overflow:hidden}.job-row>summary{list-style:none;cursor:pointer;padding:23px;display:flex;align-items:center;justify-content:space-between;gap:18px}.job-row>summary::-webkit-details-marker{display:none}.job-row>summary::after{content:'+';font-size:1.5rem;color:var(--green);margin-left:12px}.job-row[open]>summary::after{content:'−'}.job-row>summary h2{font:600 1.1rem Arial;letter-spacing:0;margin:0 0 7px}.job-row>summary p{font-size:.83rem;color:var(--muted);margin:0}.job-row[open]>summary{background:var(--light)}.lazy-body{padding:22px;border-top:1px solid var(--line)}.lazy-body>.panel{margin-bottom:0}.quote-row{border:1px solid var(--line);border-radius:8px;margin-top:12px}.quote-row>summary{display:flex;justify-content:space-between;padding:18px;list-style:none;cursor:pointer;gap:20px}.quote-row>summary::-webkit-details-marker{display:none}.quote-row>summary::after{content:'+';color:var(--green)}.quote-row[open]>summary::after{content:'−'}.quote-row small{display:block;color:var(--muted);font-size:.8rem}.quote-price{font-size:1.1rem;color:var(--green);white-space:nowrap}.toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:20px 0}.toolbar form{margin:0}.filter-tabs{display:flex;gap:8px;margin-bottom:24px}.filter-tabs a{padding:8px 17px;border:1px solid var(--line);border-radius:25px;font-size:.85rem}.filter-tabs a.active{background:var(--green);color:white}.pagination{display:flex;align-items:center;justify-content:center;gap:20px;margin:28px 0;font-size:.9rem}.pagination a{color:var(--green);text-decoration:underline}.two-pane{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,1fr);gap:25px;align-items:start}.preserve{white-space:pre-wrap;overflow-wrap:anywhere}.job-meta{display:flex;flex-wrap:wrap;gap:8px 20px;font-size:.85rem;color:var(--muted);margin:18px 0}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.photo-grid img{width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:8px}.photo-item{position:relative}.photo-item form{margin-top:8px}.photo-item button{font-size:.8rem}.thread{display:flex;flex-direction:column;gap:14px;max-height:550px;overflow:auto;padding:10px 0 20px}.bubble{max-width:86%;padding:14px 17px;border-radius:12px;background:#f0f3ef;align-self:flex-start;overflow-wrap:anywhere}.bubble.mine{background:var(--light);align-self:flex-end}.bubble p{white-space:pre-wrap;margin:0 0 8px}.bubble small{font-size:.73rem;color:var(--muted)}.service-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--line);gap:15px}.service-row form{display:flex;align-items:center;gap:10px}.service-row input{max-width:100px}.help-box{padding:18px;border-radius:9px;background:var(--light);color:var(--green-dark);font-size:.9rem;margin:20px 0}.toast-stack{position:fixed;top:15px;left:50%;transform:translateX(-50%);width:min(600px,calc(100% - 24px));z-index:100;pointer-events:none}.toast{pointer-events:auto;display:flex;justify-content:space-between;gap:20px;border-radius:10px;padding:17px 20px;box-shadow:0 10px 35px #10241b25;border:1px solid #aad2a4;background:#f4ffeb;color:var(--green-dark);margin-bottom:8px;font-size:.92rem}.toast.error{background:#fff2f0;border-color:#edafa6;color:#80241d}.toast button{border:0;background:none;font-size:1.45rem;color:inherit;align-self:start;line-height:1;min-width:25px}.toast ul{padding-left:20px;margin:7px 0 0}.service-hero{display:grid;grid-template-columns:1fr 1fr;min-height:470px;background:var(--green-dark);color:white;align-items:center}.service-hero .copy{padding:65px 7vw}.service-hero h1{font-size:clamp(2.7rem,4.5vw,4.5rem)}.service-hero img{width:100%;height:100%;max-height:650px;object-fit:cover}.service-hero p{color:#d1e3cc}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.category-card{border:1px solid var(--line);border-radius:12px;overflow:hidden}.category-card img{aspect-ratio:1.6;object-fit:cover;width:100%}.category-card>div{padding:23px}.category-card h2{font-family:Arial;font-size:1.3rem;font-weight:600}.category-card p{font-size:.9rem;color:var(--muted)}.prose{max-width:800px;margin:auto}.prose h1{font-size:3rem}.prose h2{font-size:1.8rem;margin-top:35px}.prose p,.prose li{color:var(--muted)}.service-content p{white-space:pre-line}.profile-head{display:flex;align-items:center;gap:24px}.profile-head img{width:120px;height:120px;object-fit:cover;border-radius:16px}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[hidden]{display:none!important}
@media(max-width:950px){nav{gap:16px;font-size:.84rem}.brand{font-size:1.5rem}.brand small{font-size:.55rem}.hero-copy{width:75%;padding-left:6vw}.card-grid,.category-grid{grid-template-columns:repeat(2,1fr)}.section{padding:70px 30px}.split{gap:5%}.path-card{padding:30px}.category-tiles{grid-template-columns:repeat(2,1fr)}.reviews-grid{grid-template-columns:repeat(2,1fr)}.footer-top{flex-wrap:wrap}.two-pane{grid-template-columns:1fr}.service-hero .copy{padding:40px}.service-hero{min-height:420px}}
@media(max-width:700px){.site-header{height:78px;padding:0 20px}.menu-toggle{display:flex;gap:15px;background:none;border:1px solid var(--line);border-radius:5px;padding:8px 12px;font-size:.85rem}nav{display:none;position:absolute;top:78px;left:0;right:0;padding:23px;background:white;z-index:50;border-bottom:1px solid var(--line);align-items:stretch;gap:18px}nav.open{display:flex;flex-direction:column}.brand small{font-size:.54rem}.hero{height:auto;min-height:calc(100svh - 78px)}.hero>img{object-position:65% center}.hero-shade{background:linear-gradient(90deg,#081a0ee6,#081a0e88 90%)}.hero-copy{width:100%;padding:70px 25px 120px}.hero h1{font-size:clamp(3rem,11.7vw,4.5rem)}.hero-copy>p:not(.eyebrow){font-size:1rem}.hero .actions{align-items:stretch;flex-direction:column;max-width:300px}.hero-bottom{padding:19px 25px;font-size:.55rem}.hero-bottom>span{max-width:150px}.hero-bottom a{font-size:.8rem}.hero-note{font-size:.73rem}.section{padding:60px 23px}.path-grid,.split,.card-grid,.category-grid,.reviews-grid{grid-template-columns:1fr}.path-card h3{font-size:2.1rem}.path-card{padding:28px}.split{gap:30px}.split.reverse .photo-wrap{order:0}.photo-wrap img{aspect-ratio:1.35}.cta-band{flex-direction:column;text-align:center;padding:30px 23px;gap:17px}.cta-band p{font-size:1.5rem}.horizontal{display:block}.horizontal>.arrow-link{margin-top:20px}.category-tiles>a{padding:20px}.category-tiles h3{font-size:1.1rem}.footer-top{display:block}.footer-top p{margin:25px 0}.footer-bottom{flex-direction:column}.footer-bottom div{flex-wrap:wrap;gap:13px 20px}.workspace{padding:35px 18px 55px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading h1{font-size:2.2rem}.panel{padding:22px}.form-grid{grid-template-columns:1fr}.auth-shell{padding:35px 16px}.auth-panel{padding:28px 22px}.auth-panel h1{font-size:2.25rem}.form-actions{flex-wrap:wrap}.job-row>summary{padding:18px;flex-wrap:wrap;gap:9px}.job-row>summary::after{margin-left:auto}.lazy-body{padding:15px}.photo-grid{grid-template-columns:repeat(2,1fr)}.quote-row>summary{flex-wrap:wrap;gap:10px}.service-row{align-items:flex-start;flex-direction:column}.service-hero{grid-template-columns:1fr}.service-hero .copy{padding:45px 24px}.service-hero img{height:300px}.service-hero h1{font-size:3rem}.profile-head{align-items:flex-start}.profile-head img{width:80px;height:80px}.bubble{max-width:94%}.final-cta .actions{flex-direction:column}.stat-line{gap:14px;font-size:.85rem}.toast{font-size:.85rem}.button{font-size:.95rem}.prose h1{font-size:2.4rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Distinct account entrances retain the site's two-path layout. */
.login-choice h1{font-size:clamp(2.5rem,5vw,4rem)}.login-choice .path-card h2{font-size:2.4rem}.login-choice .section-heading{max-width:760px}.login-choice .path-card .button{margin-top:12px}
@media(min-width:701px) and (max-width:1050px){.site-header{padding-left:22px;padding-right:22px;gap:15px}.site-header nav{gap:12px}.site-header nav .button{padding:10px 12px;white-space:nowrap}.site-header .brand{font-size:1.4rem}.site-header .brand small{font-size:.5rem}.site-header .brand-mark{width:37px;height:37px;font-size:2.5rem}}
@media(min-width:701px) and (max-width:850px){.site-header .menu-toggle{display:flex;gap:15px;background:none;border:1px solid var(--line);border-radius:5px;padding:8px 12px;font-size:.85rem}.site-header nav{display:none;position:absolute;top:92px;left:0;right:0;padding:23px;background:white;z-index:50;border-bottom:1px solid var(--line);align-items:stretch;gap:18px}.site-header nav.open{display:flex;flex-direction:column}}

/* SynHy development credit and planned AIXE experience. */
.footer-bottom div{flex-wrap:wrap}
.synhy-page .synhy-hero{background:linear-gradient(90deg,rgba(14,44,27,.95),rgba(14,44,27,.76) 60%,rgba(14,44,27,.42)),url('/images/consultation.webp') center 42%/cover;color:#fff;padding-top:100px;padding-bottom:105px}
.synhy-hero-copy{max-width:780px}
.synhy-hero h1{margin-bottom:25px}
.synhy-hero h1 em{color:var(--lime)}
.synhy-hero-copy>p:not(.eyebrow){max-width:670px;color:#e5efdf;font-size:1.13rem;line-height:1.75;margin-bottom:30px}
.synhy-intro{display:grid;grid-template-columns:1fr 1fr;gap:7%;align-items:start;padding-bottom:40px}
.synhy-intro h2{margin-bottom:0}
.synhy-intro>div>p:not(.eyebrow),.synhy-partner>p:not(.eyebrow){color:var(--muted)}
.synhy-story{padding-top:55px}
.synhy-capabilities{background:var(--light)}
.synhy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.synhy-grid article{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:32px}
.synhy-step{color:var(--green);font-size:.8rem;font-weight:700;letter-spacing:.12em;margin-bottom:24px}
.synhy-grid h3{font-size:1.35rem;line-height:1.25;letter-spacing:-.02em;margin-bottom:18px}
.synhy-grid p{color:var(--muted);font-size:.96rem}
.synhy-grid blockquote{margin:12px 0 0;padding:20px 0 0;border-top:1px solid var(--line);color:var(--green);font-family:Georgia,'Times New Roman',serif;font-size:1.15rem;line-height:1.5}
.synhy-note{max-width:820px;margin:28px 0 0;color:var(--muted);font-size:.88rem}
.synhy-partner{text-align:center}
.synhy-partner>p:not(.eyebrow){max-width:780px;margin-left:auto;margin-right:auto}
.synhy-partner .actions{justify-content:center;margin-top:30px}
@media(max-width:950px){.synhy-grid{grid-template-columns:1fr}.synhy-grid article{padding:28px}.synhy-intro{gap:5%}}
@media(max-width:700px){.synhy-page .synhy-hero{padding-top:65px;padding-bottom:70px}.synhy-hero h1{font-size:clamp(2.5rem,10.5vw,3.4rem)}.synhy-hero-copy>p:not(.eyebrow){font-size:1rem}.synhy-intro{grid-template-columns:1fr;gap:24px;padding-bottom:25px}.synhy-story{padding-top:30px}.synhy-partner h2{font-size:2.2rem}.synhy-partner .actions{align-items:stretch}.synhy-partner .button{text-align:center}}