:root{
  --green:#58bf42;--green-dark:#2f8d2a;--ink:#202522;--muted:#6f776f;--line:#e3e7e2;--paper:#f7f8f5;--white:#fff;--dark:#171b18;--shadow:0 18px 60px rgba(26,38,28,.12);--radius:24px;--radius-sm:16px;--max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,system-ui,sans-serif;background:var(--paper);color:var(--ink);overflow-x:hidden}button,input,select{font:inherit}button{cursor:pointer}.container{width:min(calc(100% - 32px),var(--max));margin-inline:auto}.ambient{position:fixed;border-radius:999px;filter:blur(70px);pointer-events:none;z-index:-1;opacity:.3}.ambient-a{width:340px;height:340px;background:#bdf5af;right:-130px;top:160px}.ambient-b{width:270px;height:270px;background:#dfe4df;left:-120px;top:620px}
.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:14px max(16px,calc((100vw - var(--max))/2));background:rgba(247,248,245,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(227,231,226,.7)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.brand img{width:48px;height:48px;object-fit:contain;border-radius:14px;background:white}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy b{font:700 14px Sora;letter-spacing:.13em;color:var(--green-dark)}.brand-copy small{font-size:8px;font-weight:700;letter-spacing:.15em;margin-top:5px}.top-actions{display:flex;gap:8px}.icon-btn{width:42px;height:42px;border:1px solid var(--line);background:rgba(255,255,255,.8);border-radius:14px;display:grid;place-items:center;position:relative;color:var(--ink);font-size:20px}.icon-btn i{position:absolute;right:-4px;top:-4px;background:var(--green);color:#fff;border-radius:999px;min-width:18px;height:18px;font:700 10px/18px Manrope;font-style:normal}
.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding-block:76px 54px}.eyebrow,.kicker{font-size:11px;font-weight:800;letter-spacing:.16em;color:var(--green-dark)}.pulse-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 7px rgba(88,191,66,.12);margin-right:10px}.hero h1{font:700 clamp(42px,6vw,78px)/.98 Sora;margin:18px 0 22px;letter-spacing:-.055em}.hero h1 span{color:var(--green)}.hero p{max-width:650px;font-size:18px;line-height:1.7;color:var(--muted);margin:0}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:16px;padding:14px 18px;text-decoration:none;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.2s transform,.2s box-shadow,.2s background}.btn:hover{transform:translateY(-2px)}.btn-primary{background:var(--green);color:#10210f;box-shadow:0 10px 28px rgba(88,191,66,.24)}.btn-primary:hover{background:#62ca4c}.btn-ghost{background:#fff;color:var(--ink);border:1px solid var(--line)}.btn-dark{background:var(--dark);color:#fff}.hero-card{position:relative;border-radius:34px;background:#fff;padding:12px;box-shadow:var(--shadow);transform:rotate(1deg)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:180px 180px;gap:10px}.hero-grid img{width:100%;height:100%;object-fit:cover;border-radius:22px}.hero-grid img:first-child{grid-row:1/3}.hero-badge{position:absolute;left:-20px;bottom:28px;background:#151a16;color:#fff;border-radius:20px;padding:14px 16px;display:flex;gap:10px;align-items:center;box-shadow:0 12px 30px rgba(0,0,0,.2)}.hero-badge b{font:700 28px Sora;color:var(--green)}.hero-badge span{font-size:11px;line-height:1.35;color:#dfe4df}
.finder-wrap{position:sticky;top:77px;z-index:20;padding:8px 0;background:linear-gradient(var(--paper) 60%,rgba(247,248,245,0))}.finder{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:24px;padding:12px;box-shadow:0 10px 34px rgba(42,54,45,.08);backdrop-filter:blur(18px)}.searchbox{display:grid;grid-template-columns:34px 1fr auto;align-items:center}.searchbox>span{font-size:24px;color:var(--muted);text-align:center}.searchbox input{border:0;outline:0;background:transparent;padding:13px 10px;font-size:15px;min-width:0}.searchbox button{border:0;background:#eef6eb;border-radius:14px;padding:12px 14px;color:#275c25;font-weight:800}.searchbox button i{display:inline-grid;place-items:center;min-width:18px;height:18px;border-radius:999px;background:var(--green);font:700 10px Manrope;font-style:normal;margin-left:4px}.chip-row{display:flex;gap:8px;overflow:auto;padding:10px 0 2px;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800}.chip.active{background:var(--dark);color:#fff;border-color:var(--dark)}
.category-showcase,.projects-section{padding-top:54px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-head h2{font:700 clamp(28px,4vw,44px)/1.1 Sora;letter-spacing:-.035em;margin:6px 0 0}.section-head.compact h2{font-size:32px}.text-btn{border:0;background:transparent;color:var(--green-dark);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category-card{min-height:190px;border:1px solid var(--line);background:#fff;border-radius:22px;padding:18px;position:relative;overflow:hidden;text-align:left;transition:.22s transform,.22s box-shadow}.category-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(31,46,34,.1)}.category-card .category-orb{position:absolute;width:110px;height:110px;border-radius:999px;right:-28px;bottom:-30px;background:radial-gradient(circle,#baf2aa,var(--green));opacity:.42}.category-card .category-icon{width:44px;height:44px;border-radius:14px;background:#eff7ec;display:grid;place-items:center;font-size:22px;margin-bottom:26px}.category-card h3{margin:0 0 6px;font:700 18px Sora}.category-card p{margin:0;color:var(--muted);font-size:12px}.category-card b{position:absolute;right:16px;top:16px;font-size:11px;color:var(--green-dark)}
.result-meta{font-size:12px;color:var(--muted);font-weight:700}.active-filters{display:flex;gap:7px;flex-wrap:wrap;margin:-6px 0 18px}.filter-pill{border:1px solid #cfe5ca;background:#f3faf1;color:#346533;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800}.filter-pill button{border:0;background:transparent;color:inherit;margin-left:5px;padding:0}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card{background:#fff;border-radius:22px;overflow:hidden;border:1px solid var(--line);position:relative;transition:.24s transform,.24s box-shadow}.project-card:hover{transform:translateY(-4px);box-shadow:0 16px 44px rgba(34,48,37,.12)}.project-image{position:relative;aspect-ratio:4/3;background:#e8ece7;overflow:hidden}.project-image img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s transform}.project-card:hover .project-image img{transform:scale(1.035)}.project-code{position:absolute;left:12px;top:12px;background:rgba(19,24,20,.78);color:#fff;padding:7px 9px;border-radius:999px;font-size:10px;font-weight:800;backdrop-filter:blur(8px)}.heart-btn{position:absolute;right:12px;top:12px;width:38px;height:38px;border:0;border-radius:12px;background:rgba(255,255,255,.88);font-size:18px;box-shadow:0 6px 16px rgba(0,0,0,.1)}.heart-btn.active{background:var(--green);color:#10210f}.project-info{padding:16px}.project-info h3{font:700 18px/1.25 Sora;margin:0 0 8px}.project-meta{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:11px}.project-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.project-tags span{padding:6px 8px;border-radius:999px;background:#f2f4f1;color:#626a63;font-size:10px;font-weight:700}.project-open{position:absolute;inset:0;border:0;background:transparent;color:transparent}.empty-state{text-align:center;padding:70px 20px;background:#fff;border:1px dashed #ced7cc;border-radius:24px}.empty-icon{font-size:42px;color:var(--green)}.empty-state h3{font:700 24px Sora;margin:12px 0 6px}.empty-state p{color:var(--muted)}.load-more{display:block;margin:26px auto 0;border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px 18px;font-weight:800}
.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:72px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-strip>div{display:flex;align-items:center;gap:16px;padding:26px 18px}.trust-strip>div+div{border-left:1px solid var(--line)}.trust-strip b{font:700 32px Sora;color:#cbd0cb}.trust-strip span{font-weight:700;font-size:13px;line-height:1.4}.contact-panel{margin-top:70px;margin-bottom:44px;background:linear-gradient(135deg,#171b18,#293029);color:#fff;border-radius:30px;padding:40px;position:relative;overflow:hidden}.contact-panel:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;background:var(--green);filter:blur(10px);opacity:.18;right:-90px;top:-120px}.contact-panel h2{font:700 clamp(30px,5vw,50px)/1.08 Sora;margin:8px 0 10px}.contact-panel p{color:#cbd1cb}.contact-actions{display:flex;gap:10px;margin-top:24px}.address{margin-top:30px;color:#aeb6ae;font-size:12px;max-width:700px}.footer{display:flex;justify-content:space-between;align-items:center;padding:22px 0 92px;color:var(--muted);gap:18px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:44px;height:44px;object-fit:contain;border-radius:10px;background:#fff}.footer-brand span{font-size:11px;font-weight:700}.footer small{font-size:11px}
.mobile-bar{display:none}.sheet{position:fixed;inset:0;z-index:80;pointer-events:none;opacity:0;transition:.2s opacity}.sheet.open{pointer-events:auto;opacity:1}.sheet-backdrop{position:absolute;inset:0;background:rgba(12,15,13,.52);backdrop-filter:blur(4px)}.sheet-card{position:absolute;left:50%;bottom:18px;transform:translate(-50%,30px);width:min(calc(100% - 28px),720px);max-height:calc(100vh - 36px);overflow:auto;background:#fff;border-radius:28px;padding:22px;box-shadow:var(--shadow);transition:.25s transform}.sheet.open .sheet-card{transform:translate(-50%,0)}.sheet-handle{width:44px;height:5px;background:#d9ded8;border-radius:999px;margin:0 auto 15px}.sheet-head{display:flex;justify-content:space-between;align-items:center;gap:10px}.sheet-head h3{font:700 28px Sora;margin:4px 0 0}.close-btn,.project-close{border:0;background:#f0f3ef;width:42px;height:42px;border-radius:14px;font-size:26px}.filter-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:24px 0}.filter-grid label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800;color:var(--muted)}.filter-grid select{width:100%;border:1px solid var(--line);border-radius:14px;background:#fafbfa;padding:13px;color:var(--ink);outline:0}.sheet-actions{display:flex;gap:10px}.sheet-actions .btn{flex:1}.sheet-actions.stacked{flex-direction:column}
.project-card-full{position:absolute;right:0;top:0;height:100%;width:min(100%,820px);background:#fff;overflow:auto;transform:translateX(50px);transition:.26s transform;box-shadow:-20px 0 60px rgba(0,0,0,.18)}.sheet.open .project-card-full{transform:translateX(0)}.project-close{position:fixed;right:18px;top:18px;z-index:2;background:rgba(255,255,255,.92)}.project-gallery{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#111}.project-gallery img{width:100%;height:320px;object-fit:cover}.project-gallery img:first-child{grid-column:1/3;height:430px}.project-content{padding:30px 30px 50px}.project-content .project-headline{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.project-content h2{font:700 clamp(30px,5vw,48px)/1.08 Sora;letter-spacing:-.04em;margin:6px 0 10px}.project-content p{color:var(--muted);line-height:1.7}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:18px;overflow:hidden;margin:24px 0}.detail-grid div{background:#fff;padding:14px}.detail-grid small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.detail-grid b{display:block;margin-top:5px;font-size:13px}.project-cta-row{display:flex;gap:10px;position:sticky;bottom:10px;background:rgba(255,255,255,.92);padding:10px 0;backdrop-filter:blur(12px)}.project-cta-row .btn{flex:1}.selection-list{display:flex;flex-direction:column;gap:10px;margin:20px 0}.selection-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:8px}.selection-item img{width:74px;height:62px;object-fit:cover;border-radius:11px}.selection-item h4{margin:0 0 4px;font:700 13px Sora}.selection-item small{color:var(--muted)}.selection-item button{border:0;background:#f2f3f1;border-radius:10px;width:34px;height:34px}.selection-empty{text-align:center;padding:36px 10px;color:var(--muted)}.toast{position:fixed;left:50%;bottom:92px;transform:translate(-50%,15px);background:#171b18;color:#fff;border-radius:999px;padding:10px 15px;font-size:12px;font-weight:700;opacity:0;pointer-events:none;transition:.2s;z-index:100}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-block:48px 24px}.hero-card{max-width:640px}.category-grid{grid-template-columns:repeat(2,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}.finder-wrap{top:73px}.hero h1{max-width:720px}}
@media(max-width:620px){.container{width:min(calc(100% - 24px),var(--max))}.topbar{padding:10px 12px}.brand img{width:42px;height:42px}.brand-copy small{display:none}.hero{padding-top:34px;gap:26px}.hero h1{font-size:44px}.hero p{font-size:15px;line-height:1.65}.hero-card{border-radius:24px}.hero-grid{grid-template-rows:130px 130px}.hero-grid img{border-radius:16px}.hero-badge{left:10px;bottom:10px}.finder-wrap{top:63px}.finder{border-radius:18px;padding:8px}.searchbox{grid-template-columns:28px 1fr auto}.searchbox button{padding:10px;font-size:12px}.searchbox input{font-size:13px}.category-showcase,.projects-section{padding-top:38px}.section-head{align-items:flex-end}.section-head h2,.section-head.compact h2{font-size:28px}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.category-card{min-height:152px;padding:14px}.category-card .category-icon{margin-bottom:18px}.category-card h3{font-size:15px}.project-grid{grid-template-columns:repeat(2,1fr);gap:10px}.project-card{border-radius:17px}.project-info{padding:12px}.project-info h3{font-size:14px}.project-meta{font-size:9px}.project-tags span:nth-child(n+3){display:none}.project-tags{margin-top:9px}.heart-btn{width:34px;height:34px;border-radius:11px}.project-code{font-size:9px}.trust-strip{grid-template-columns:1fr;margin-top:52px}.trust-strip>div+div{border-left:0;border-top:1px solid var(--line)}.contact-panel{margin-top:48px;padding:28px 20px;border-radius:24px}.contact-actions{flex-direction:column}.footer{flex-direction:column;align-items:flex-start;padding-bottom:92px}.mobile-bar{position:fixed;display:grid;grid-template-columns:1fr 1.2fr 1.3fr;left:10px;right:10px;bottom:10px;z-index:60;background:rgba(20,24,21,.94);border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(18px);border-radius:18px;padding:7px;box-shadow:0 12px 35px rgba(0,0,0,.28)}.mobile-bar button,.mobile-bar a{border:0;background:transparent;color:#dfe5df;text-decoration:none;padding:9px 5px;font-size:10px;font-weight:800;text-align:center;border-radius:12px}.mobile-bar a{background:var(--green);color:#11200f}.mobile-bar i{font-style:normal}.sheet-card{bottom:8px;width:calc(100% - 16px);border-radius:24px;padding:18px}.filter-grid{grid-template-columns:1fr;gap:10px}.project-card-full{width:100%}.project-gallery{display:flex;overflow:auto;scroll-snap-type:x mandatory}.project-gallery img,.project-gallery img:first-child{min-width:100%;height:52vh;grid-column:auto;scroll-snap-align:start}.project-content{padding:22px 16px 40px}.project-content .project-headline{display:block}.project-content h2{font-size:32px}.detail-grid{grid-template-columns:1fr 1fr}.project-cta-row{bottom:72px}.toast{bottom:84px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* ===== V2: cleaner, image-first catalogue ===== */
:root{--max:1240px;--paper:#f9faf7;--line:#e7eae5;--radius:20px}
body{background:linear-gradient(180deg,#fbfcf9 0,#f7f9f5 100%)}
.topbar{min-height:68px;padding-block:9px;background:rgba(250,251,248,.94)}
.brand img{width:48px;height:48px;object-fit:contain;background:#fff;border-radius:14px;padding:3px}
.hero{padding-block:58px 34px;gap:56px}
.hero h1{font-size:clamp(42px,5.4vw,72px);max-width:720px}
.hero p{max-width:600px;font-size:16px}
.hero-card{max-width:540px;margin-left:auto;transform:none;border-radius:28px}
.hero-grid{grid-template-rows:155px 155px}
.hero-badge{left:18px;bottom:18px;border-radius:15px}.hero-badge b{font-size:20px}
.finder-wrap{top:68px;padding:6px 0 0;background:linear-gradient(var(--paper) 75%,rgba(249,250,247,0))}
.finder{border-radius:18px;padding:9px 10px;box-shadow:0 10px 28px rgba(33,45,36,.07)}
.searchbox button{border-radius:12px}
.category-showcase{padding-top:38px}.projects-section{padding-top:46px}
.category-grid{grid-template-columns:repeat(6,1fr);gap:10px}
.category-card{min-height:132px;border-radius:18px;padding:14px}
.category-card .category-icon{width:38px;height:38px;margin-bottom:18px;border-radius:12px;font-size:18px}
.category-card h3{font-size:14px}.category-card p{font-size:10px;line-height:1.4}.category-card b{font-size:9px;top:13px;right:13px}
.project-grid{grid-template-columns:repeat(3,1fr);gap:14px}
.project-card{border-radius:18px;box-shadow:0 4px 16px rgba(30,42,33,.035)}
.project-image{aspect-ratio:1.28/1}
.project-info{padding:14px}.project-info h3{font-size:16px;margin-bottom:7px}.project-tags{margin-top:9px}.project-tags span{padding:5px 7px;font-size:9px}
.project-gallery figure{margin:0;position:relative}.project-gallery figcaption{position:absolute;right:10px;bottom:10px;background:rgba(15,18,16,.68);color:#fff;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:800;backdrop-filter:blur(8px)}
.project-gallery figure:first-child{grid-column:1/3}.project-gallery figure:first-child img{height:430px}.project-gallery figure img{width:100%;height:320px;object-fit:cover;display:block}
.trust-strip{margin-top:56px}.contact-panel{margin-top:56px}

@media(max-width:900px){
  .category-grid{display:flex;overflow:auto;scroll-snap-type:x proximity;padding-bottom:4px;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}
  .category-card{min-width:180px;scroll-snap-align:start}
}

@media(max-width:620px){
  .container{width:min(calc(100% - 20px),var(--max))}
  .topbar{min-height:58px;padding:7px 10px}.brand img{width:40px;height:40px;border-radius:12px}.brand-copy b{font-size:13px}.top-actions{gap:6px}.icon-btn{width:38px;height:38px;border-radius:12px}
  .hero{padding-top:24px;padding-bottom:16px;gap:0}.hero-copy{padding:4px 2px}.eyebrow{font-size:9px;letter-spacing:.12em}.hero h1{font-size:37px;line-height:1.02;margin:14px 0 14px;letter-spacing:-.045em}.hero p{font-size:13.5px;line-height:1.55;max-width:95%}.hero-ctas{margin-top:18px}.hero-ctas .btn{padding:11px 14px;border-radius:13px;font-size:12px}.hero-card{display:none}
  .finder-wrap{top:58px;padding-top:4px}.finder{width:calc(100% - 12px);border-radius:16px;padding:6px 7px}.searchbox{grid-template-columns:26px 1fr auto}.searchbox input{padding:11px 6px;font-size:12px}.searchbox button{padding:9px 10px;font-size:11px}.chip-row{gap:6px;padding-top:7px}.chip{padding:8px 10px;font-size:10px}
  .category-showcase{padding-top:25px}.category-showcase .section-head{margin-bottom:12px}.section-head h2,.section-head.compact h2{font-size:22px}.kicker{font-size:9px}.text-btn{font-size:11px}
  .category-grid{display:flex;gap:8px;overflow:auto;padding:1px 0 4px}.category-card{min-width:142px;min-height:112px;padding:12px;border-radius:15px}.category-card .category-icon{width:32px;height:32px;margin-bottom:13px;font-size:15px}.category-card h3{font-size:12px}.category-card p{display:none}.category-card b{font-size:8px}.category-card .category-orb{width:80px;height:80px}
  .projects-section{padding-top:32px}.projects-section .section-head{margin-bottom:13px}.result-meta{font-size:10px}.active-filters{margin-bottom:12px;flex-wrap:nowrap;overflow:auto}.filter-pill{white-space:nowrap;font-size:9px;padding:6px 8px}
  .project-grid{grid-template-columns:1fr;gap:14px}.project-card{border-radius:18px}.project-image{aspect-ratio:4/3}.project-info{padding:13px 14px 15px}.project-info h3{font-size:15px;margin-bottom:6px}.project-meta{font-size:10px;justify-content:flex-start;gap:12px}.project-meta span:last-child:before{content:'• ';}.project-tags{display:none}.project-code{left:10px;top:10px;padding:6px 8px;font-size:8px}.heart-btn{right:10px;top:10px;width:36px;height:36px;border-radius:12px}
  .load-more{width:100%;margin-top:16px;padding:12px;border-radius:13px}.empty-state{padding:42px 18px;border-radius:18px}
  .trust-strip{display:none}.contact-panel{margin-top:38px;padding:22px 16px}.contact-panel h2{font-size:26px}.contact-panel p{font-size:12px}.address{font-size:10px;line-height:1.55}
  .footer{padding-top:28px;padding-bottom:82px}.footer-brand img{width:54px}
  .mobile-bar{grid-template-columns:1fr 1fr;left:9px;right:9px;bottom:9px;padding:6px;border-radius:16px}.mobile-bar button,.mobile-bar a{font-size:10px;padding:10px 6px}.mobile-bar a{border-radius:11px}
  .sheet-card{padding:16px}.project-card-full{border-radius:0}.project-close{top:10px;right:10px;width:40px;height:40px;border-radius:13px}
  .project-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;background:#111}.project-gallery figure,.project-gallery figure:first-child{min-width:100%;grid-column:auto;scroll-snap-align:start}.project-gallery figure img,.project-gallery figure:first-child img{height:58vh;max-height:560px}.project-content{padding:18px 14px 32px}.project-content h2{font-size:27px;margin-top:5px}.project-content p{font-size:12px;line-height:1.6}.detail-grid{margin:17px 0}.detail-grid div{padding:11px}.detail-grid small{font-size:8px}.detail-grid b{font-size:11px}.project-cta-row{bottom:66px;padding:8px 0}.project-cta-row .btn{padding:11px 9px;font-size:10px}
}
