/* PICCOLI GESTI — reference implementation. Keep tokens and component geometry. */
:root{--brand:#718d66;--dark:#35462e;--ink:#243021;--muted:#52604d;--soft:#e8eedf;--pale:#f2f5ee;--canvas:#fafbf7;--border:#d3dccb;--white:#fff;--radius:18px;--max:1240px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px;overflow-x:clip}body{margin:0;background:var(--canvas);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.55}a{color:inherit;text-underline-offset:4px}button,input,textarea{font:inherit}button,a,input,textarea,summary{touch-action:manipulation}button,a,summary{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #536b42;outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em;overflow-wrap:break-word}h1{font-size:58px;margin-bottom:18px;color:var(--dark)}h2{font-size:36px;margin-bottom:22px}h3{font-size:22px;margin-bottom:12px}p{margin-bottom:18px}img{max-width:100%;display:block}.wrap{width:min(var(--max),calc(100% - 96px));margin-inline:auto}.section{padding-block:52px}.soft{background:var(--pale)}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:12px;font-weight:700;display:flex;align-items:center;gap:22px;margin-bottom:18px}.eyebrow:after{content:'';width:70px;height:1px;background:currentColor;opacity:.6}.lead{font-size:24px;line-height:1.3;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--dark);color:white;border:1px solid var(--dark);border-radius:999px;padding:15px 28px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;min-height:48px;line-height:1.25}.button:hover{background:#243021}.arrow{font-weight:400;font-size:25px;line-height:1}.text-link{font-size:15px}.skip{position:absolute;left:20px;top:-100px;z-index:20;padding:12px;background:white}.skip:focus{top:10px}.site-header{background:var(--canvas)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:132px}.brand{width:112px;height:112px;flex-shrink:0;display:block;overflow:hidden;border-radius:50%;background:var(--brand)}.brand img{width:100%;height:100%;max-width:none;object-fit:contain;transform:scale(1.155);transform-origin:49.8% 49.1%}.nav{display:flex;align-items:center;gap:28px;font-size:16px;font-weight:600}.nav a{text-decoration:none}.nav a:hover{text-decoration:underline}.nav details{position:relative}.nav summary{list-style:none;cursor:pointer;padding:18px 0}.nav summary::-webkit-details-marker{display:none}.nav details[open] summary{text-decoration:underline}.dropdown{position:absolute;z-index:10;left:-20px;top:54px;background:white;border:1px solid var(--border);border-radius:12px;padding:12px;width:285px;box-shadow:0 12px 30px #24302114}.dropdown a{display:block;padding:9px 12px;line-height:1.4}.dropdown a:hover{background:var(--pale)}.menu-toggle{display:none;background:none;border:1px solid var(--border);border-radius:999px;padding:0;width:44px;height:44px;cursor:pointer;font-size:22px;line-height:1;color:var(--ink)}.hero{display:grid;grid-template-columns:46% 54%;align-items:center;gap:30px;padding-bottom:20px}.hero>div:first-child{padding-right:16px}.hero h1{max-width:565px}.hero .lead{max-width:505px}.home-hero{grid-template-columns:45% 55%;gap:22px}.home-hero h1{max-width:530px}.crop{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--soft);isolation:isolate;width:100%;aspect-ratio:var(--w)/var(--h)}.crop img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.carr-crop img{inset:auto;width:calc(var(--sw)/var(--w)*100%);height:auto;left:calc(var(--x)/var(--w)*-100%);top:calc(var(--y)/var(--h)*-100%);object-fit:unset}.hero .crop{border-radius:18px}.values{padding:38px 0;background:var(--pale);margin-top:0}.value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.value{display:flex;gap:22px;padding-right:25px;border-right:1px solid var(--border)}.value:last-child{border:0;padding:0}.value h3{font-size:21px;letter-spacing:-.02em}.value p{font-size:16px;margin:0;color:var(--muted)}.icon-circle{display:flex;align-items:center;justify-content:center;width:78px;height:78px;border-radius:50%;background:#dde6d5;color:var(--dark);flex-shrink:0}.icon{width:43px;height:43px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.area-card{background:var(--pale);border-radius:14px;overflow:hidden;text-decoration:none;transition:transform .2s}.area-card:hover{transform:translateY(-4px)}.area-card .crop{border-radius:0}.area-card h3{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px;margin:0;font-size:20px;letter-spacing:-.02em;gap:14px}.area-card h3 span:first-child{min-width:0}.green-band{position:relative;overflow:hidden;background:linear-gradient(100deg,#59734d,#657e58);color:white}.green-band .wrap{position:relative;z-index:1}.green-band .lead{color:#f0f3ea;font-size:21px}.green-band h2{color:white}.leaves{position:absolute;right:-45px;bottom:-60px;width:260px;height:300px;opacity:.16;pointer-events:none}.leaves:before,.leaves:after{content:'';position:absolute;width:95px;height:185px;background:#dce6cc;border-radius:100% 0 100% 0;transform:rotate(-30deg);right:75px;top:8px}.leaves:after{transform:rotate(65deg);right:160px;top:90px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:30px}.step{position:relative}.step:not(:last-child):after{content:'⟶';position:absolute;top:3px;right:20px;font-size:45px;font-weight:400;color:#d9e3d1}.step .icon-circle{background:white;width:64px;height:64px;margin-bottom:16px}.step .icon{width:36px;height:36px}.step h3{font-size:22px;letter-spacing:-.02em}.step p{font-size:17px;line-height:1.4;margin:0;color:#eff3e9}.two{display:grid;grid-template-columns:1fr 1fr;gap:26px}.client-card{border:1px solid #edf0e9;border-radius:var(--radius);background:white;text-align:center;padding:22px 35px;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between}.client-logo{height:132px;display:flex;align-items:center;justify-content:center}.client-logo>img{width:390px;max-height:105px;object-fit:contain}.client-card p{border-top:1px solid var(--border);padding-top:15px;margin:10px 0 0;color:var(--muted);font-size:16px}.carr-crop{width:360px;max-width:100%;border-radius:0;background:white}.heading-row{display:flex;align-items:baseline;justify-content:space-between;gap:20px}.heading-row h2{margin-bottom:20px}.resource-card{display:flex;gap:22px;background:white;border:1px solid #edf0e9;border-radius:14px;padding:14px;text-decoration:none;align-items:stretch}.resource-card>.crop{width:38%;flex-shrink:0;border-radius:10px;align-self:start}.resource-card>div:last-child{padding:6px 0}.resource-card h3{font-size:20px;letter-spacing:-.025em}.resource-card p{font-size:15px;color:var(--muted);line-height:1.5;margin-bottom:14px}.resource-card .text-link{text-decoration:underline}.faq-list{display:grid;gap:10px;margin-bottom:32px}.faq{background:white;border:1px solid #e5ebdf;border-radius:12px;padding:0 13px}.faq summary{font-weight:600;list-style:none;cursor:pointer;padding:16px 10px;display:flex;justify-content:space-between;gap:22px;font-size:18px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';font-size:25px;font-weight:400;line-height:1}.faq[open] summary:after{content:'−'}.faq p{padding:15px 18px;background:var(--pale);border-radius:8px;font-size:16px;color:var(--muted);margin:0 0 10px}.cta{position:relative;overflow:hidden;background:var(--soft);padding:35px 0}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}.cta h2{max-width:540px;margin-bottom:10px}.cta p{margin:0;color:var(--muted)}.site-footer{background:var(--dark);color:white;padding:26px 0 30px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:40px;border-bottom:1px solid #8e9c87;padding-bottom:24px}.footer-links{display:flex;gap:32px;font-size:14px;flex-wrap:wrap}.footer-links a{text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:flex-end;gap:34px;font-size:12px;padding-top:24px;align-items:center;flex-wrap:wrap}.footer-bottom a{text-decoration:none}.footer-bottom a:hover{text-decoration:none}.footer-bottom p{margin:0 0 0 auto;font-style:italic}.footer-bottom .footer-payoff{font-size:22px;font-weight:600;letter-spacing:-.02em;font-style:italic;line-height:1.2}.footer-bottom .footer-copy{flex-basis:100%;order:5;margin:10px 0 0;font-style:normal;font-size:12px;font-weight:400}.breadcrumb{font-size:13px;color:var(--muted);margin:8px 0 22px}.breadcrumb a{text-decoration:none}.anchor-nav{background:var(--pale);padding:18px;display:flex;justify-content:center;gap:0;flex-wrap:wrap}.anchor-nav a{padding:0 35px;border-right:1px solid var(--border);text-decoration:none;font-size:15px}.anchor-nav a:last-child{border:0}.start-card{display:flex;gap:24px;padding:25px;background:var(--pale);border-radius:14px;text-decoration:none}.start-card p{font-size:17px;color:var(--muted);margin:0}.journey-grid{display:grid;grid-template-columns:1fr 220px;gap:28px}.journey-rows{display:grid;gap:20px}.journey-row{display:grid;grid-template-columns:1.35fr 1fr;align-items:center;gap:30px}.journey-row:nth-child(even){grid-template-columns:1fr 1.35fr}.journey-row:nth-child(even) .journey-copy{order:2}.journey-copy{display:flex;align-items:flex-start;gap:24px}.number{font-size:52px;font-weight:300;line-height:1;letter-spacing:-.06em;color:var(--muted)}.journey-copy>div{border-left:1px solid var(--border);padding-left:24px}.journey-copy p{font-size:16px;line-height:1.5;color:var(--muted);margin:0}.journey-copy h3{font-size:22px}.journey-row .crop{border-radius:10px}.journey-aside{background:var(--pale);border-radius:15px;padding:24px;position:relative;overflow:hidden;align-self:start;min-height:490px}.journey-aside .icon{margin-bottom:20px;width:62px;height:62px;color:var(--dark)}.journey-aside p{font-size:16px;color:var(--muted)}.journey-aside .leaves{opacity:.5}.checklist{list-style:none;background:white;border:1px solid var(--border);border-radius:14px;padding:24px;margin:0;display:grid;gap:18px}.checklist li{display:flex;gap:18px;align-items:flex-start}.check{width:36px;height:36px;background:var(--soft);border-radius:50%;display:grid;place-items:center;flex-shrink:0}.checklist strong{display:block;font-size:18px;line-height:1.2;margin:0 0 4px}.checklist p{font-size:15px;margin:0;color:var(--muted)}.metrics{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.metrics h2{font-size:32px}.metrics p{margin:0}.metric-icons{display:flex;justify-content:space-between;gap:24px;text-align:center}.metric-icons .icon-circle{margin:0 auto 15px;background:#ffffff20;color:white}.metric-icons p{font-size:16px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px}.contact-copy{position:relative}.contact-copy h2{font-size:36px}.contact-copy p{max-width:420px;color:var(--muted)}.people-list{display:grid;gap:14px;margin:8px 0 18px}.person-card{background:white;border:1px solid #e9ede4;border-radius:14px;padding:18px 20px}.person-card h3{font-size:20px;margin-bottom:6px;letter-spacing:-.02em}.person-card p{margin-bottom:4px;max-width:none}.person-card .role{color:var(--dark);font-weight:600}.recapiti{margin:0 0 16px;max-width:none}.recapiti .phones{display:block;font-weight:600;color:var(--dark);margin:6px 0}.recapiti a{display:inline;font-weight:600;color:var(--dark);text-decoration:none}.recapiti a[href^="mailto"]{display:block;margin:6px 0}.recapiti a:hover{text-decoration:underline}.contact-form{background:white;border-radius:16px;padding:24px;border:1px solid #e9ede4}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:block;font-size:14px;margin-bottom:14px}input:not([type=checkbox]),textarea{display:block;width:100%;border:1px solid var(--border);border-radius:6px;padding:10px 12px;color:var(--ink);background:white;margin-top:5px}textarea{resize:vertical;min-height:100px}.consent{display:flex;align-items:flex-start;gap:12px;margin:4px 0 18px;font-size:13px;line-height:1.5;color:var(--muted);cursor:pointer}.consent input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin:3px 0 0;accent-color:var(--dark)}.consent strong{display:block;color:var(--ink);font-size:14px;margin-bottom:6px}.form-note{font-size:13px;color:var(--muted);margin:12px 0}.form-status{font-size:15px;margin:14px 0 0}.form-status:empty{display:none}.editorial-hero{padding:20px 0 48px}.editorial-hero h1{max-width:900px}.editorial-hero .lead{max-width:780px}.editorial-layout{display:grid;grid-template-columns:255px 1fr;gap:64px;padding-top:42px;padding-bottom:52px}.toc{align-self:start;position:sticky;top:24px;border-top:2px solid var(--brand);padding-top:20px}.toc strong{font-size:14px}.toc ol{list-style:none;padding:0;margin-bottom:24px}.toc li{padding:7px 0;font-size:15px}.toc a{color:var(--muted);text-decoration:none}.toc a:hover{text-decoration:underline}.article-content{max-width:850px}.article-content section{margin-bottom:38px}.article-content h2{font-size:30px}.article-content h3{font-size:22px}.article-content p,.article-content li{color:var(--muted);font-size:18px;line-height:1.7}.article-content .crop{margin:28px 0;max-width:650px}.related{background:var(--pale);border-radius:14px;padding:24px}.related a{display:inline-block;margin:6px 18px 6px 0;font-size:16px}.badge{display:inline-block;border:1px solid var(--border);border-radius:999px;padding:5px 12px;font-size:12px;letter-spacing:.03em;color:var(--muted);margin-bottom:18px}.sources{border-top:1px solid var(--border);padding-top:25px;font-size:14px}.sources p,.sources a{font-size:14px}.resource-list{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:48px}.resource-list .resource-card{min-height:180px}.filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 28px}.filter-row button{border:1px solid var(--border);background:white;border-radius:999px;padding:10px 18px;color:var(--dark);cursor:pointer;font-size:14px}.filter-row button[aria-pressed=true]{background:var(--dark);color:white}.filter-row[hidden],[hidden]{display:none!important}.notice{padding:20px 24px;background:var(--pale);border-left:3px solid var(--brand);margin:20px 0;color:var(--muted)}.project-hero-logo{background:white;border-radius:16px;padding:36px;margin-bottom:30px;max-width:600px}.project-hero-logo .client-logo{height:140px}.resource-category{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}
.hero{grid-template-columns:minmax(0,46fr) minmax(0,54fr)}.home-hero{grid-template-columns:minmax(0,45fr) minmax(0,55fr)}.resource-card h2{font-size:20px;letter-spacing:-.025em;margin-bottom:12px}.button:disabled{opacity:.65;cursor:not-allowed}
.cookie-banner{position:fixed;z-index:40;left:0;right:0;bottom:0;background:var(--white);border-top:3px solid var(--brand);box-shadow:0 -12px 32px #24302124;padding:20px 0 22px}.cookie-banner-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.cookie-banner h2{font-size:20px;margin:0 0 8px;letter-spacing:-.02em;color:var(--dark)}.cookie-banner p{margin:0;font-size:15px;line-height:1.5;color:var(--muted);max-width:760px}.cookie-banner a{color:var(--dark);font-weight:600}.cookie-banner .button{flex-shrink:0}.cookie-banner[hidden]{display:none!important}
@media(min-width:1500px){.home-hero h1{font-size:62px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.nav{gap:20px}.header-inner{gap:15px}.brand{width:94px;height:94px}.nav>.button{padding-inline:20px}h1{font-size:46px}h2{font-size:31px}.lead{font-size:21px}.value{gap:15px;padding-right:14px}.icon-circle{width:60px;height:60px}.journey-grid{grid-template-columns:1fr 190px;gap:22px}.journey-row{gap:20px}.number{font-size:42px}.journey-copy{gap:14px}.journey-copy>div{padding-left:14px}.journey-copy h3{font-size:19px}.steps{gap:25px}.step:not(:last-child):after{right:10px}.area-card h3{font-size:17px;padding:15px}.contact-grid{gap:35px}.resource-card{gap:15px}.resource-card h3{font-size:18px}}
@media(max-width:820px){.header-inner{min-height:106px;position:relative}.brand{width:84px;height:84px}.menu-toggle{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--canvas);z-index:15;padding:18px 22px;border:1px solid var(--border);border-radius:14px;box-shadow:0 14px 30px #2430211a}.nav.is-open{display:block}.nav.is-open a,.nav.is-open summary{transition:color .15s ease,background-color .15s ease}.nav.is-open a:hover,.nav.is-open a:active,.nav.is-open a:focus-visible,.nav.is-open summary:hover,.nav.is-open summary:active,.nav.is-open summary:focus-visible{color:var(--brand);text-decoration:none}.nav.is-open .dropdown a:hover,.nav.is-open .dropdown a:active,.nav.is-open .dropdown a:focus-visible{background:var(--soft);color:var(--brand)}.nav.is-open>.button:hover,.nav.is-open>.button:active,.nav.is-open>.button:focus-visible{background:var(--brand);border-color:var(--brand);color:#fff}.nav>a{display:block;padding:12px 0}.nav>.button{display:inline-flex;padding:14px 24px;margin:12px 0}.nav summary{padding:12px 0}.dropdown{position:static;width:auto;box-shadow:none;margin-bottom:10px;border:0;background:var(--pale)}.hero,.home-hero{grid-template-columns:1fr;gap:28px}.title-break,br.desktop-break{display:none}h1,.hero h1{font-size:38px;max-width:none}.hero .lead{font-size:20px}.hero>div:first-child{padding:0}.eyebrow{font-size:11px;gap:12px;letter-spacing:.14em}.eyebrow:after{width:35px}.value-grid{grid-template-columns:1fr;gap:22px}.value{display:flex;gap:18px;border:0;padding:0}.value .icon-circle{margin:0}.value h3{font-size:19px}.value p{font-size:15px}.grid-4{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr);row-gap:30px}.step:not(:last-child):after{display:none}.journey-grid{grid-template-columns:1fr}.journey-aside{min-height:0}.journey-aside .icon{float:left;margin:0 24px 10px 0}.journey-aside p{margin:0}.contact-grid{grid-template-columns:1fr;gap:20px}.two{grid-template-columns:1fr;gap:20px}.cta .wrap{display:block}.cta .button{margin-top:20px}.metrics{grid-template-columns:1fr;gap:25px}.metric-icons{justify-content:flex-start;gap:45px}.editorial-layout{display:block;gap:30px}.resource-list{grid-template-columns:1fr}.footer-links{gap:20px}.client-card{padding:20px}.client-logo{height:100px}.resource-card{flex-direction:column;gap:14px}.resource-card>.crop{width:100%}.home-resources .two{grid-template-columns:1fr}.cookie-banner-inner{align-items:flex-start;flex-wrap:wrap}.cookie-banner .button{width:100%}}
@media(max-width:600px){.wrap{width:calc(100% - 32px)}body{font-size:16px}.section{padding-block:36px}.hero,.home-hero{grid-template-columns:1fr;gap:20px;padding:12px 0 24px}h1,.hero h1,.home-hero h1{font-size:32px;max-width:none;letter-spacing:-.02em}.hero .lead{font-size:18px;line-height:1.4}.hero .crop{max-width:100%;margin-top:2px}.hero .eyebrow{font-size:11px}.header-inner{min-height:88px}.brand{width:68px;height:68px}.eyebrow{font-size:11px;letter-spacing:.12em;gap:12px}.button{font-size:14px;padding:14px 20px;gap:14px;white-space:normal}h2{font-size:26px}h3{font-size:20px}.values{padding:26px 0}.value-grid{grid-template-columns:1fr;gap:20px}.value{display:flex;gap:16px;border:0;padding:0}.value .icon-circle{margin:0}.value h3{margin-bottom:6px;font-size:18px}.value p{font-size:15px}.grid-4{gap:12px}.area-card h3{font-size:15px;padding:14px 12px;letter-spacing:-.02em;gap:8px}.steps{gap:24px 16px}.step h3{font-size:18px}.step p{font-size:15px}.step .icon-circle{width:55px;height:55px}.green-band .lead{font-size:17px}.two{grid-template-columns:1fr;gap:16px}.client-card{padding:18px 24px}.client-logo{height:110px}.heading-row{display:block}.heading-row>.text-link{display:block;margin-bottom:16px}.resource-card{flex-direction:column;gap:12px;padding:12px}.resource-card>.crop{width:100%}.resource-card h3{font-size:18px}.resource-card p{font-size:14px}.resource-card .text-link{font-size:14px}.faq summary{font-size:16px;padding:15px 5px}.faq p{font-size:15px;padding:12px}.cta .leaves{display:none}.cta h2{font-size:26px}.footer-top{align-items:start;gap:24px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;font-size:13px;padding-top:12px}.footer-bottom{flex-wrap:wrap;justify-content:flex-start;gap:12px 16px}.footer-bottom p{margin:0;flex-basis:100%}.footer-bottom .footer-payoff{font-size:20px}.footer-bottom .footer-copy{order:5;margin-top:4px;line-height:1.45}.phones{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.recapiti .phones{display:flex;flex-direction:column}.phones [aria-hidden]{display:none}.consent{font-size:12px;gap:10px}.anchor-nav{padding:10px 0;justify-content:flex-start}.anchor-nav a{padding:8px 12px;font-size:13px;border-right:0}.start-card{padding:18px;gap:14px}.start-card h3{font-size:20px}.start-card p{font-size:16px}.journey-row,.journey-row:nth-child(even){grid-template-columns:1fr;gap:15px}.journey-row:nth-child(even) .journey-copy{order:0}.journey-rows{gap:30px}.journey-copy h3{font-size:20px}.journey-copy p{font-size:16px}.journey-row .crop{max-width:100%}.journey-aside{margin-top:10px}.metrics h2{font-size:26px}.metric-icons{justify-content:space-between;gap:12px}.metric-icons p{font-size:14px}.metric-icons .icon-circle{width:58px;height:58px}.checklist{padding:20px}.contact-form{padding:18px}.field-row{grid-template-columns:1fr;gap:0}.contact-copy h2{font-size:26px}.editorial-hero{padding-top:12px;padding-bottom:24px}.editorial-hero h1{font-size:30px}.editorial-hero .lead{font-size:18px}.editorial-layout{display:block;padding-top:22px}.toc{position:static;padding-bottom:10px;margin-bottom:24px;border-bottom:1px solid var(--border)}.toc ol{columns:1;column-gap:0}.toc li{break-inside:avoid;font-size:14px}.article-content h2{font-size:24px}.article-content p,.article-content li{font-size:16px}.project-hero-logo{padding:20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
