@font-face{font-family:"Manrope";src:url("../fonts/Manrope-VariableFont_wght.woff2") format("woff2");font-style:normal;font-weight:200 800;font-display:swap}
:root{--ls-lime:#b4ef30;--ls-green:#447f44;--ls-dark-green:#0e5439;--ls-ink:#101713;--ls-white:#fff;--ls-off-white:#f6f5ef;--ls-sand:#e7dfd0;--ls-gray-600:#676e69;--ls-gray-300:#c8ccc8;--color-bg:var(--ls-off-white);--color-text:var(--ls-ink);--color-muted:var(--ls-gray-600);--color-surface:var(--ls-white);--color-brand:var(--ls-dark-green);--color-accent:var(--ls-lime);--font-primary:"Manrope",Arial,sans-serif;--font-editorial:Georgia,"Times New Roman",serif;--text-xs:.7rem;--text-sm:.85rem;--text-body:1rem;--text-lead:clamp(1.05rem,1.5vw,1.3rem);--text-display:clamp(3.4rem,7.4vw,7.8rem);--text-section:clamp(2.8rem,5.6vw,6rem);--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:5rem;--space-7:8rem;--container-wide:1440px;--container-content:1220px;--page-gutter:clamp(1.25rem,4vw,4.5rem);--radius-sm:1rem;--radius-md:1.75rem;--radius-lg:3rem;--radius-pill:999px;--transition-fast:180ms ease;--transition-base:320ms cubic-bezier(.2,.75,.2,1);--transition-slow:700ms cubic-bezier(.2,.75,.2,1);--ink:var(--ls-ink);--paper:var(--ls-off-white);--white:var(--ls-white);--lime:var(--ls-lime);--green:var(--ls-green);--dark-green:var(--ls-dark-green);--coral:var(--ls-sand);--blue:var(--ls-green);--cream:var(--ls-white);--muted:var(--ls-gray-600);--line:rgba(16,23,19,.16);--container:var(--container-wide);--pad:var(--page-gutter);--s1:var(--space-1);--s2:var(--space-2);--s3:var(--space-3);--s4:var(--space-4);--s5:var(--space-5);--s6:var(--space-6);--s7:var(--space-7);--r-sm:var(--radius-sm);--r-md:var(--radius-md);--r-lg:var(--radius-lg);--font:var(--font-primary);--ease:cubic-bezier(.2,.75,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.5}body.menu-open{overflow:hidden}img{display:block;width:100%;height:100%;object-fit:cover}a{color:inherit;text-decoration:none}p,h1,h2,h3,figure{margin:0}.skip-link{position:fixed;z-index:100;top:1rem;left:1rem;transform:translateY(-200%);background:var(--ink);color:#fff;padding:.7rem 1rem}.skip-link:focus{transform:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.site-header{height:86px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:absolute;z-index:20;width:100%;color:#fff}.logo{font-size:1.5rem;font-weight:800;letter-spacing:-.08em}.logo span:first-child{font-weight:400}.logo-dot{color:var(--lime)}.main-nav{display:flex;align-items:center;gap:clamp(1rem,2vw,2.4rem);font-size:.85rem;font-weight:600}.main-nav>a:not(.nav-cta){position:relative}.main-nav>a:not(.nav-cta):after{content:"";position:absolute;left:0;bottom:-5px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:.3s}.main-nav>a:hover:after{transform:scaleX(1);transform-origin:left}.nav-cta{border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:.75rem 1.1rem}.menu-toggle{display:none;background:none;border:0;color:inherit}.hero{min-height:790px;height:100svh;position:relative;background:#111;color:#fff;display:grid;overflow:hidden}.hero-image{position:absolute;inset:0}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,13,11,.93) 0%,rgba(8,13,11,.54) 42%,rgba(8,13,11,.08) 74%)}.hero-image figcaption{position:absolute;right:var(--pad);bottom:2rem;z-index:2;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em}.hero-copy{position:relative;z-index:2;padding:clamp(8rem,16vh,11rem) var(--pad) 3rem;display:flex;flex-direction:column;justify-content:space-between;max-width:1040px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.7rem;font-weight:700}.hero h1{font-size:clamp(3.4rem,7.4vw,7.8rem);line-height:.92;letter-spacing:-.075em;max-width:1000px;font-weight:500}.hero h1 em,h2 em{font-family:Georgia,serif;font-weight:400}.hero-bottom{display:flex;align-items:end;gap:3rem;max-width:720px}.hero-bottom p{font-size:clamp(1rem,1.5vw,1.25rem);max-width:520px}.circle-link{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border:1px solid rgba(255,255,255,.5);border-radius:50%;font-size:1.25rem;transition:.3s}.circle-link:hover{background:var(--lime);color:var(--ink);border-color:var(--lime)}.section{padding:var(--s7) var(--pad);max-width:var(--container);margin:auto}.section-intro h2,.section-head h2,.about h2,.audience-copy h2,.cta h2{font-size:clamp(2.8rem,5.6vw,6rem);line-height:.98;letter-spacing:-.065em;font-weight:500}.section-intro{display:grid;grid-template-columns:1fr 3fr 1fr;align-items:end;margin-bottom:var(--s5)}.section-intro .eyebrow{align-self:start}.section-intro h2{grid-column:2}.section-intro .note{text-align:right;font-size:.68rem;color:var(--muted)}.impact-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.impact-grid article{padding:2.2rem 1.5rem 0 0;border-right:1px solid var(--line)}.impact-grid article+article{padding-left:1.5rem}.impact-grid strong{display:block;font-size:clamp(2.5rem,4.2vw,4.8rem);line-height:1;letter-spacing:-.07em}.impact-grid strong span{color:var(--coral)}.impact-grid p{margin-top:.8rem;color:var(--muted);font-size:.85rem}.about{border-top:1px solid var(--line)}.about>.eyebrow{margin-bottom:var(--s6)}.about-grid{display:grid;grid-template-columns:1.5fr .7fr;gap:8vw}.about-grid>div{align-self:end}.about-grid .lead{font-size:1.25rem;font-weight:600;margin-bottom:1.3rem}.about-grid>div>p:not(.lead){color:var(--muted)}.text-link{display:inline-flex;gap:2rem;border-bottom:1px solid;margin-top:2rem;padding-bottom:.5rem;font-weight:700;font-size:.85rem}.text-link span{transition:transform .25s}.text-link:hover span{transform:translateX(5px)}.dark{max-width:none;background:var(--ink);color:#fff}.work{border-radius:var(--r-lg) var(--r-lg) 0 0}.section-intro.light{max-width:var(--container);margin-left:auto;margin-right:auto}.section-intro.light h2{grid-column:2/4}.work-list{max-width:var(--container);margin:auto;border-top:1px solid rgba(255,255,255,.2)}.work-list article{display:grid;grid-template-columns:8% 38% 1fr;gap:1rem;align-items:center;padding:2.3rem 0;border-bottom:1px solid rgba(255,255,255,.2);transition:padding .3s,background .3s}.work-list article:hover{padding-left:1rem;padding-right:1rem;background:var(--lime);color:var(--ink)}.work-list span{font-size:.7rem}.work-list h3{font-size:clamp(1.7rem,3vw,3rem);letter-spacing:-.05em;font-weight:500}.work-list p{max-width:430px;color:#b8bdb9}.work-list article:hover p{color:var(--ink)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:var(--s5)}.section-head>p{max-width:400px;color:var(--muted)}.section-head .eyebrow{margin-bottom:var(--s3)}.project-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:clamp(1rem,2vw,2rem)}.project-card{margin-bottom:2rem}.project-card a{display:block}.project-image{height:360px;border-radius:var(--r-md);overflow:hidden;background:#ddd}.project-large .project-image{height:560px}.project-wide{grid-column:1/3}.project-wide a{display:grid;grid-template-columns:1.25fr .75fr;gap:2rem}.project-wide .project-image{height:390px}.project-image img{transition:transform .6s var(--ease)}.project-card:hover img{transform:scale(1.035)}.crop-right img{object-position:72% center}.crop-left img{object-position:20% center}.project-meta{padding-top:1rem}.project-meta span,.resource>span,.news-grid article>span{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.project-meta h3{font-size:clamp(1.7rem,2.5vw,2.6rem);letter-spacing:-.05em;margin:.25rem 0}.project-meta p{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:3rem;border-radius:999px;padding:1rem 1.25rem;font-weight:700;font-size:.85rem;transition:.25s}.button-dark{background:var(--ink);color:#fff}.button:hover{transform:translateY(-2px)}.audiences{display:grid;grid-template-columns:.8fr 1.2fr;gap:5vw;align-items:center}.audience-copy>p:last-child{color:var(--muted);max-width:410px;margin-top:2rem}.audience-copy .eyebrow{margin-bottom:var(--s4)}.audience-cloud{height:620px;position:relative}.audience-cloud span{position:absolute;display:grid;place-items:center;text-align:center;border-radius:50%;font-size:clamp(1rem,1.8vw,1.5rem);font-weight:600;line-height:1.2}.a1{width:210px;height:210px;background:var(--lime);left:5%;top:8%}.a2{width:250px;height:250px;background:var(--ink);color:#fff;right:4%;top:0}.a3{width:160px;height:160px;background:var(--coral);left:36%;top:37%}.a4{width:240px;height:240px;background:var(--blue);color:#fff;left:0;bottom:0}.a5{width:180px;height:180px;background:var(--cream);right:4%;bottom:8%}.a6{width:135px;height:135px;border:1px solid var(--ink);right:1%;top:39%;background:var(--paper)}.library{max-width:none;background:#ede9df}.library>.section-head,.library-grid{max-width:calc(var(--container) - 2 * var(--pad));margin-left:auto;margin-right:auto}.library-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.resource{min-height:480px;padding:1.5rem;border-radius:var(--r-md);display:flex;flex-direction:column;position:relative}.resource.corals{}.coral{background:var(--coral)}.blue{background:var(--blue);color:#fff}.cream{background:var(--cream)}.lime{background:var(--lime)}.resource>span{color:inherit}.resource-art{height:220px;display:grid;place-items:center;position:relative}.resource-art b{font-family:Georgia,serif;font-size:7rem;font-weight:400;line-height:1;z-index:1}.resource-art i{position:absolute;width:130px;height:130px;border:1px solid currentColor;border-radius:50%}.resource h3{font-size:1.35rem;line-height:1.15;letter-spacing:-.03em;margin-top:auto}.resource p{font-size:.8rem;margin-top:.6rem;max-width:210px;opacity:.75}.resource>a{position:absolute;right:1.3rem;bottom:1.3rem;border:1px solid currentColor;width:38px;height:38px;border-radius:50%;display:grid;place-items:center}.events{padding-top:var(--s7);padding-bottom:var(--s7)}.events>.section-head,.event-list,.demo-note{max-width:calc(var(--container) - 2 * var(--pad));margin-left:auto;margin-right:auto}.section-head.light>p{color:#aaa}.source-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;text-align:right}.event-list{border-top:1px solid rgba(255,255,255,.25)}.event-list>a{display:grid;grid-template-columns:120px 1fr 50px;gap:2rem;align-items:center;padding:1.7rem 0;border-bottom:1px solid rgba(255,255,255,.25)}.event-list time{display:flex;align-items:baseline;gap:.5rem}.event-list time b{font-size:2.4rem}.event-list time span,.event-list div>span{font-size:.65rem;letter-spacing:.12em;color:#9da19d}.event-list h3{font-size:clamp(1.3rem,2.2vw,2.1rem);font-weight:500;letter-spacing:-.03em}.event-list strong{width:44px;height:44px;border:1px solid #555;border-radius:50%;display:grid;place-items:center;transition:.25s}.event-list a:hover strong{background:var(--lime);color:var(--ink);border-color:var(--lime)}.demo-note{font-size:.65rem;color:#777;margin-top:1rem}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.news-grid article{border-top:1px solid var(--ink);padding-top:1rem;min-height:310px;display:flex;flex-direction:column}.news-no{font-size:3rem;font-family:Georgia,serif;color:var(--coral);margin-bottom:2rem}.news-grid h3{font-size:1.35rem;line-height:1.3;letter-spacing:-.03em;margin-top:.6rem}.news-grid a{margin-top:auto;font-size:.78rem;font-weight:700}.partners{border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.logo-row{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:2rem;margin:4rem 0;font-size:clamp(1rem,1.6vw,1.5rem);font-weight:800;color:#85877f}.partners .note{font-size:.65rem;color:var(--muted)}.cta{position:relative;overflow:hidden;max-width:none;background:var(--lime);min-height:650px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.cta h2{max-width:1020px;margin:2rem 0 3rem}.button-light{background:#fff;min-width:190px}.cta-orbit{position:absolute;right:-6rem;bottom:-7rem;width:330px;height:330px;border:1px solid rgba(17,21,18,.4);border-radius:50%;display:grid;place-items:center;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;animation:spin 18s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.footer{background:var(--ink);color:#fff;padding:var(--s6) var(--pad) 2rem}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;border-bottom:1px solid #3b3d3b;padding-bottom:var(--s6)}.footer-top p{color:#aaa}.footer-top>a:last-child{justify-self:end;border-bottom:1px solid}.footer-links{display:grid;grid-template-columns:1fr 1fr 1fr;padding:var(--s5) 0;gap:2rem}.footer-links h3{font-size:.65rem;text-transform:uppercase;letter-spacing:.14em;color:#777;margin-bottom:1rem}.footer-links a,.footer-links p{display:block;color:#bbb;font-size:.85rem;margin:.45rem 0}.footer-bottom{border-top:1px solid #3b3d3b;padding-top:1.5rem;display:flex;gap:2rem;color:#747774;font-size:.65rem}.footer-bottom span:last-child{margin-left:auto}.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease)}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.cta-orbit{animation:none}}
@media(max-width:900px){.site-header{height:72px}.menu-toggle{display:grid;gap:5px;z-index:2;padding:10px}.menu-toggle span:not(.sr-only){width:24px;height:1px;background:currentColor}.main-nav{position:fixed;inset:0;background:var(--ink);display:flex;flex-direction:column;justify-content:center;font-size:1.5rem;transform:translateY(-100%);transition:transform .45s var(--ease)}.main-nav.open{transform:none}.nav-cta{margin-top:1rem}.hero{min-height:700px}.hero-copy{padding-top:8rem}.section{padding-top:6rem;padding-bottom:6rem}.section-intro{grid-template-columns:1fr}.section-intro h2{grid-column:auto;margin:2rem 0}.section-intro .note{text-align:left}.impact-grid{grid-template-columns:1fr 1fr}.impact-grid article{border-bottom:1px solid var(--line);padding-bottom:2rem}.about-grid{grid-template-columns:1fr;gap:3rem}.section-intro.light h2{grid-column:auto}.work-list article{grid-template-columns:10% 42% 1fr}.project-large .project-image{height:430px}.audiences{grid-template-columns:1fr}.audience-cloud{max-width:650px;width:100%;margin:auto}.library-grid{grid-template-columns:1fr 1fr}.logo-row{grid-template-columns:repeat(3,1fr)}.logo-row span:nth-child(4),.logo-row span:nth-child(5){display:none}}
@media(max-width:600px){:root{--r-lg:2rem}.hero{height:auto;min-height:760px}.hero h1{font-size:clamp(3rem,15vw,4.5rem)}.hero-copy{padding-bottom:2rem}.hero-bottom{gap:1rem}.hero-image img{object-position:62% center}.hero-image:after{background:linear-gradient(90deg,rgba(8,13,11,.88),rgba(8,13,11,.28)),linear-gradient(0deg,rgba(8,13,11,.7),transparent 50%)}.hero-image figcaption{display:none}.section{padding-top:5rem;padding-bottom:5rem}.section-intro h2,.section-head h2,.about h2,.audience-copy h2,.cta h2{font-size:clamp(2.7rem,13vw,4rem)}.impact-grid{grid-template-columns:1fr 1fr}.impact-grid article,.impact-grid article+article{padding:1.5rem .6rem}.impact-grid strong{font-size:2.55rem}.work-list article{grid-template-columns:32px 1fr;padding:1.5rem 0}.work-list article p{grid-column:2}.section-head{align-items:flex-start;flex-direction:column}.project-grid{grid-template-columns:1fr}.project-wide{grid-column:auto}.project-wide a{display:block}.project-image,.project-large .project-image,.project-wide .project-image{height:360px}.audience-cloud{height:470px}.a1{width:145px;height:145px}.a2{width:170px;height:170px}.a3{width:110px;height:110px;left:39%}.a4{width:165px;height:165px}.a5{width:135px;height:135px}.a6{width:100px;height:100px;top:43%}.library-grid{grid-template-columns:1fr}.resource{min-height:420px}.event-list>a{grid-template-columns:70px 1fr 35px;gap:1rem}.event-list time{display:block}.event-list h3{font-size:1.1rem}.event-list strong{width:34px;height:34px}.news-grid{grid-template-columns:1fr}.news-grid article{min-height:250px}.logo-row{grid-template-columns:1fr 1fr}.logo-row span:nth-child(3){display:none}.cta{min-height:580px}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-top>a:last-child{justify-self:start}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-wrap:wrap}.footer-bottom span:last-child{margin-left:0;width:100%}}

/* Lifestarter brand layer — portable overrides for the future WordPress theme. */
a:focus-visible,button:focus-visible{outline:3px solid var(--ls-lime);outline-offset:4px}
.skip-link{background:var(--ls-dark-green);border-radius:var(--radius-sm)}
.site-header{position:fixed;border-color:rgba(255,255,255,.24);transition:background var(--transition-base),color var(--transition-base),height var(--transition-base),box-shadow var(--transition-base)}
.site-header.scrolled{height:72px;background:rgba(246,245,239,.94);color:var(--ls-ink);box-shadow:0 8px 30px rgba(16,23,19,.08);backdrop-filter:blur(14px)}
.logo{display:block;width:clamp(126px,11vw,162px);height:48px;overflow:hidden}
.logo img{object-fit:contain;filter:brightness(0) invert(1);transform:scale(1.32)}
.site-header.scrolled .logo img{filter:none}
.site-header.scrolled .nav-cta{background:var(--ls-lime);border-color:var(--ls-lime)}
.nav-cta{border-color:currentColor;border-radius:var(--radius-pill)}
.hero{background:var(--ls-dark-green)}
.hero-image img{object-position:center 55%}
.hero-image:after{background:linear-gradient(90deg,rgba(5,39,27,.95) 0%,rgba(5,39,27,.76) 42%,rgba(5,39,27,.12) 78%)}
.hero h1{font-size:var(--text-display)}
.hero h1 em,h2 em{font-family:var(--font-editorial);font-style:italic}
.section-intro h2,.section-head h2,.about h2,.audience-copy h2,.cta h2{font-size:var(--text-section)}
.impact-grid strong span{color:var(--ls-green)}
.dark{background:var(--ls-dark-green)}
.work-list article:hover{background:var(--ls-lime);color:var(--ls-ink)}
.button-dark{background:var(--ls-dark-green)}
.project-image{aspect-ratio:4/3;height:auto}
.project-large .project-image{aspect-ratio:4/3;height:auto}
.project-wide .project-image{aspect-ratio:16/9;height:auto}
.project-card:first-child .project-image img{object-position:center 45%}
.project-card:nth-child(2) .project-image img{object-position:55% center}
.project-card:nth-child(3) .project-image img{object-position:70% center}
.project-card:nth-child(4) .project-image img{object-position:center 35%}
.a2{background:var(--ls-dark-green)}.a3{background:var(--ls-sand)}.a4{background:var(--ls-green)}.a5{background:var(--ls-white)}
.library{background:#ece9df}.coral{background:var(--ls-sand)}.blue{background:var(--ls-green)}.cream{background:var(--ls-white)}.lime{background:var(--ls-lime)}
.news-grid article{min-height:440px;border-top:0}.news-image{aspect-ratio:4/3;border-radius:var(--radius-sm);overflow:hidden;margin-bottom:1.2rem}.news-image img{transition:transform var(--transition-slow)}.news-grid article:hover .news-image img{transform:scale(1.035)}.news-grid article>p{font-size:.85rem;color:var(--muted);margin-top:.7rem}
.cta{background:var(--ls-dark-green);color:var(--ls-white)}.cta-orbit{border-color:rgba(255,255,255,.35)}.button-light{background:var(--ls-lime);color:var(--ls-ink)}
.footer{background:var(--ls-ink)}.footer .logo img{filter:brightness(0) invert(1)}
@media(max-width:900px){.site-header{height:72px}.main-nav{background:var(--ls-dark-green)}.site-header.scrolled .main-nav{color:#fff}.site-header.scrolled .logo img{filter:none}.project-image,.project-large .project-image,.project-wide .project-image{height:auto}}
@media(max-width:600px){.hero-image img{object-position:58% center}.hero-image:after{background:linear-gradient(90deg,rgba(5,39,27,.94),rgba(5,39,27,.35)),linear-gradient(0deg,rgba(5,39,27,.76),transparent 48%)}.logo{width:120px}.news-grid article{min-height:0;padding-bottom:2rem}.news-image{aspect-ratio:16/10}.project-image,.project-large .project-image,.project-wide .project-image{height:auto}}

/* Selected projects: one card system, editorial 7/5 rhythm. */
.projects .section-head{margin-bottom:var(--space-5)}
.project-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:var(--space-3);row-gap:var(--space-5);align-items:start}
.project-card{margin:0;min-width:0}
.project-card:nth-child(1){grid-column:span 7}
.project-card:nth-child(2){grid-column:span 5}
.project-card:nth-child(3){grid-column:span 5}
.project-card:nth-child(4){grid-column:span 7}
.project-card a,.project-wide a{display:block}
.project-image,.project-large .project-image,.project-wide .project-image{width:100%;height:auto;aspect-ratio:3/2;border-radius:var(--radius-md);overflow:hidden;background:var(--ls-gray-300)}
.project-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}
.project-meta{padding-top:var(--space-3)}
.project-meta>span:first-child{display:block;font-size:.65rem;line-height:1.35;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted)}
.project-meta h3{margin:.5rem 0 .55rem;font-size:clamp(1.65rem,2.25vw,2.35rem);font-weight:600;line-height:1.08;letter-spacing:-.045em}
.project-meta p{max-width:42ch;min-height:3em;color:var(--color-muted);line-height:1.5}
.project-meta .project-arrow{display:inline-flex;align-items:center;gap:.65rem;margin-top:var(--space-2);font-size:.72rem;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--ls-ink)}
.project-arrow b{font-size:1rem;font-weight:500;transition:transform var(--transition-fast)}
.project-card:hover .project-arrow b{transform:translate(3px,-3px)}
.projects>.button{display:flex;width:max-content;margin-top:var(--space-6)}
@media(max-width:900px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--space-2);row-gap:var(--space-5)}.project-card:nth-child(n){grid-column:auto}.project-meta p{min-height:4.5em}}
@media(max-width:700px){.projects .section-head{margin-bottom:var(--space-4)}.project-grid{grid-template-columns:1fr;row-gap:var(--space-5)}.project-meta{padding-top:var(--space-2)}.project-meta p{min-height:0}.projects>.button{margin-top:var(--space-5)}}
@media(max-width:900px){.main-nav{top:0;left:0;right:auto;bottom:auto;width:100vw;height:100dvh;transform:translateY(-110%)}.main-nav.open{transform:translateY(0)}}
