:root{--project-ink:#16231b;--project-forest:#193528;--project-forest-2:#254b39;--project-paper:#f8f5ee;--project-cream:#ede7dc;--project-white:#fff;--project-line:#ddd7cc;--project-muted:#707a73;--project-accent:#d16c38;--project-lime:#d9eea8;--project-shadow:0 24px 70px #13241b1f}*{box-sizing:border-box}.projects-page{min-height:100vh;color:var(--project-ink);background:var(--project-paper);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.projects-page a{color:inherit;text-decoration:none}.projects-page img{max-width:100%;display:block}.projects-page button{font:inherit}.projects-container{width:min(100% - 40px,1180px);margin-inline:auto}.projects-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f5eee6;border-bottom:1px solid #16231b14;position:sticky;top:0}.projects-header>.projects-container{align-items:center;gap:30px;min-height:78px;display:flex}.projects-brand{align-items:center;gap:11px;display:flex}.projects-brand i{color:#fff;background:var(--project-forest);border-radius:13px;place-items:center;width:42px;height:42px;font-style:normal;font-weight:900;display:grid}.projects-brand span,.projects-phone span{flex-direction:column;display:flex}.projects-brand b{font-size:16px}.projects-brand small,.projects-phone small{color:var(--project-muted);text-transform:uppercase;letter-spacing:.06em;margin-top:2px;font-size:10px}.projects-header nav{align-items:center;gap:25px;margin:auto;font-size:13px;font-weight:750;display:flex}.projects-header nav a{position:relative}.projects-header nav a:after{background:var(--project-accent);content:"";height:2px;transition:transform .2s;position:absolute;bottom:-9px;left:0;right:0;transform:scaleX(0)}.projects-header nav a:hover:after,.projects-header nav a.active:after{transform:scaleX(1)}.projects-phone,.header-projects-link{align-items:center;gap:9px;font-size:13px;display:flex}.projects-phone>svg{width:18px}.projects-phone b{font-size:14px}.header-projects-link{font-weight:800}.header-projects-link svg{width:16px}.projects-hero{color:#f8f5ee;background:radial-gradient(circle at 88% 20%,#d9eea829,#0000 25%),linear-gradient(145deg,#1d3d2e,#12281e);padding:86px 0 90px;position:relative;overflow:hidden}.projects-hero:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:460px;height:460px;position:absolute;bottom:-240px;right:-120px}.back-home{align-items:center;gap:8px;margin-bottom:40px;font-size:12px;font-weight:750;display:inline-flex;color:#c2cec6!important}.back-home svg{width:16px}.projects-hero-grid{z-index:1;grid-template-columns:1.15fr .55fr;align-items:end;gap:90px;display:grid;position:relative}.projects-eyebrow{color:var(--project-accent);letter-spacing:.13em;text-transform:uppercase;margin:0 0 17px;font-size:11px;font-weight:900}.projects-hero .projects-eyebrow,.project-detail-hero .projects-eyebrow{color:var(--project-lime)}.projects-hero h1,.project-detail-hero h1{letter-spacing:-.05em;max-width:820px;margin:0 0 25px;font:500 clamp(50px,6.2vw,78px)/.98 Georgia,Times New Roman,serif}.projects-hero-grid>div:first-child>p:last-child{color:#bfcbc3;max-width:690px;margin:0;font-size:17px;line-height:1.7}.projects-hero-facts{grid-template-columns:1fr 1fr;gap:12px;display:grid}.projects-hero-facts>div{background:#ffffff0e;border:1px solid #ffffff1f;border-radius:18px;padding:22px}.projects-hero-facts strong{color:#fff;margin-bottom:7px;font:500 38px/1 Georgia,serif;display:block}.projects-hero-facts span{color:#b9c6bd;font-size:11px}.projects-hero-facts>p{color:#d7e0da;grid-column:1/-1;align-items:center;gap:9px;margin:7px 0 0;font-size:11px;display:flex}.projects-hero-facts svg{width:17px;color:var(--project-lime)}.projects-catalog{padding:100px 0 115px}.projects-section-head,.project-story-head{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:40px;display:flex}.projects-section-head h2,.project-story-head h2,.projects-cta h2{letter-spacing:-.04em;margin:0;font:500 clamp(38px,4.5vw,56px)/1.02 Georgia,serif}.projects-section-head>p,.project-story-head>p{max-width:470px;color:var(--project-muted);margin:0;line-height:1.7}.projects-toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px;display:flex}.projects-filters{flex-wrap:wrap;gap:8px;display:flex}.projects-filters button{border:1px solid var(--project-line);color:#405047;background:var(--project-white);cursor:pointer;border-radius:99px;align-items:center;gap:9px;min-height:44px;padding:0 15px;font-size:12px;font-weight:750;display:flex}.projects-filters button span{background:var(--project-cream);border-radius:50%;place-items:center;min-width:21px;height:21px;font-size:9px;display:grid}.projects-filters button.active{color:#fff;border-color:var(--project-forest);background:var(--project-forest)}.projects-filters button.active span{color:var(--project-forest);background:var(--project-lime)}.projects-toolbar>p{color:var(--project-muted);align-items:center;gap:7px;margin:0;font-size:11px;display:flex}.projects-toolbar>p svg{width:16px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.project-card{border:1px solid var(--project-line);background:var(--project-white);border-radius:26px;min-width:0;transition:transform .25s,box-shadow .25s;display:grid;overflow:hidden;box-shadow:0 10px 30px #16231b0b}.project-card:hover{box-shadow:var(--project-shadow);transform:translateY(-5px)}.project-card.featured{grid-column:1/-1;grid-template-columns:1.3fr .7fr}.project-cover{aspect-ratio:16/10;background:#dedbd4;position:relative;overflow:hidden}.project-card.featured .project-cover{aspect-ratio:auto;min-height:520px}.project-cover img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.8,.2,1)}.project-card:hover .project-cover img{transform:scale(1.025)}.project-cover>span{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1e16bf;border:1px solid #ffffff59;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800;position:absolute;bottom:15px;right:15px}.project-card-copy{flex-direction:column;min-width:0;padding:29px;display:flex}.project-card.featured .project-card-copy{justify-content:center;padding:42px}.project-card-meta{color:var(--project-accent);text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;font-size:10px;font-weight:800;display:flex}.project-card-meta span{align-items:center;gap:5px;display:flex}.project-card-meta svg{width:13px}.project-card h2{letter-spacing:-.025em;margin:0 0 13px;font:500 30px/1.08 Georgia,serif}.project-card.featured h2{font-size:39px}.project-card-copy>p{color:var(--project-muted);margin:0 0 22px;font-size:13px;line-height:1.65}.project-card dl{border-block:1px solid var(--project-line);grid-template-columns:1fr 1fr;margin:auto 0 22px;padding:15px 0;display:grid}.project-card dl>div+div{border-left:1px solid var(--project-line);padding-left:18px}.project-card dt{color:var(--project-muted);text-transform:uppercase;font-size:9px}.project-card dd{margin:4px 0 0;font-weight:800}.project-card-copy>strong{justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.project-card-copy>strong svg{color:#fff;background:var(--project-forest);border-radius:11px;width:37px;height:37px;padding:10px}.gallery-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.gallery-card{border:1px solid var(--project-line);background:var(--project-white);border-radius:24px;flex-direction:column;min-width:0;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 12px 34px #16231b0e}.gallery-card:hover{box-shadow:var(--project-shadow);transform:translateY(-4px)}.gallery-card-media{aspect-ratio:16/10;background:#d8d5cd;position:relative;overflow:hidden}.gallery-card-media>img{object-fit:cover;width:100%;height:100%}.gallery-photo-count{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1e16b8;border:1px solid #ffffff59;border-radius:9px;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:800;display:flex;position:absolute;top:14px;right:14px}.gallery-photo-count svg{width:14px}.gallery-arrow{z-index:2;color:#fff;cursor:pointer;opacity:0;background:#0f1e169e;border:1px solid #fff6;border-radius:50%;place-items:center;width:42px;height:42px;padding:0;transition:opacity .2s,background .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.gallery-card-media:hover .gallery-arrow{opacity:1}.gallery-arrow:focus-visible{opacity:1}.gallery-arrow:hover{background:var(--project-forest)}.gallery-arrow svg{width:20px}.gallery-prev{left:13px}.gallery-next{right:13px}.gallery-dots{z-index:2;justify-content:center;gap:6px;display:flex;position:absolute;bottom:13px;left:0;right:0}.gallery-dots button{cursor:pointer;background:#ffffff8c;border:0;border-radius:50%;width:7px;height:7px;padding:0;box-shadow:0 1px 4px #00000040}.gallery-dots button.active{background:var(--project-lime);border-radius:9px;width:21px}.gallery-card-copy{flex-direction:column;flex:1;padding:26px;display:flex}.gallery-card-meta{color:var(--project-accent);letter-spacing:.07em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:10px;font-weight:850;display:flex}.gallery-card-meta span{align-items:center;gap:5px;display:flex}.gallery-card-meta svg{width:13px}.gallery-card h2{letter-spacing:-.025em;margin:0 0 12px;font:500 30px/1.08 Georgia,serif}.gallery-card-copy>p{color:var(--project-muted);margin:0 0 21px;font-size:13px;line-height:1.65}.gallery-card-facts{border-block:1px solid var(--project-line);grid-template-columns:1fr 1fr;margin:auto 0 20px;padding:15px 0;display:grid}.gallery-card-facts>span+span{border-left:1px solid var(--project-line);padding-left:18px}.gallery-card-facts small,.gallery-card-facts b{display:block}.gallery-card-facts small{color:var(--project-muted);text-transform:uppercase;letter-spacing:.05em;font-size:9px}.gallery-card-facts b{margin-top:4px;font-size:13px}.gallery-card-copy>a{color:#fff;background:var(--project-forest);border-radius:11px;justify-content:space-between;align-items:center;min-height:44px;padding:0 15px;font-size:11px;font-weight:850;display:flex}.gallery-card-copy>a span{color:var(--project-lime);font-size:17px}.projects-empty{border:1px dashed var(--project-line);text-align:center;border-radius:24px;padding:70px 24px}.projects-empty svg{width:34px;color:var(--project-accent);margin:0 auto 18px}.projects-empty h2{font:500 30px Georgia,serif}.projects-empty p{color:var(--project-muted);margin:0}.projects-cta{color:#fff;background:var(--project-forest);padding:90px 0}.projects-cta>.projects-container{justify-content:space-between;align-items:end;gap:50px;display:flex}.projects-cta h2{max-width:700px}.projects-cta div>p:last-child{color:#bcc9c1;max-width:670px;margin:20px 0 0}.projects-cta a{min-height:55px;color:var(--project-forest);background:var(--project-lime);border-radius:14px;flex:none;align-items:center;gap:12px;padding:0 22px;font-size:13px;font-weight:850;display:flex}.projects-cta a svg{width:18px}.projects-footer{color:#b9c4bd;background:#12271e;padding:28px 0}.projects-footer>.projects-container{justify-content:space-between;align-items:center;gap:30px;font-size:11px;display:flex}.projects-footer div>div{gap:18px;display:flex}.project-detail-hero{color:#fff;background:var(--project-forest);padding:68px 0 54px}.project-detail-hero h1{max-width:930px;margin-bottom:21px;font-size:clamp(48px,6vw,74px)}.project-lead{color:#bdcbc2;max-width:760px;margin:0;font-size:17px;line-height:1.7}.project-facts{background:#ffffff1f;border:1px solid #ffffff1f;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:48px;display:grid;overflow:hidden}.project-facts>span{background:var(--project-forest);grid-template-rows:auto auto;grid-template-columns:34px 1fr;align-content:center;min-height:94px;padding:18px;display:grid;position:relative}.project-facts svg{width:20px;color:var(--project-lime);grid-row:1/3}.project-facts small{color:#9eb0a5;text-transform:uppercase;letter-spacing:.06em;font-size:9px}.project-facts b{margin-top:4px;font-size:14px}.project-story{padding:94px 0 115px}.project-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.project-photo-grid button{aspect-ratio:4/3;cursor:zoom-in;background:#ddd;border:0;border-radius:20px;padding:0;position:relative;overflow:hidden}.project-photo-grid button.large{aspect-ratio:16/8.7;grid-column:1/-1}.project-photo-grid img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.project-photo-grid button:hover img{transform:scale(1.025)}.project-photo-grid button>span{color:#fff;opacity:0;background:#0f1d16b8;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-size:10px;font-weight:800;transition:opacity .2s;display:flex;position:absolute;top:14px;right:14px}:is(.project-photo-grid button:hover>span,.project-photo-grid button:focus-visible>span){opacity:1}.project-photo-grid button>span svg{width:14px}.project-photo-grid button>small{color:#fff;text-align:left;background:linear-gradient(#0000,#08100cc2);padding:42px 18px 16px;font-size:11px;position:absolute;bottom:0;left:0;right:0}.lightbox-open{overflow:hidden}.lightbox{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050a07f0;place-items:center;padding:60px 90px;display:grid;position:fixed;inset:0}.lightbox figure{flex-direction:column;max-width:min(1200px,100%);max-height:calc(100vh - 100px);margin:0;display:flex}.lightbox figure img{object-fit:contain;border-radius:10px;max-width:100%;max-height:calc(100vh - 150px)}.lightbox figcaption{color:#dbe1dd;justify-content:center;gap:15px;padding-top:13px;font-size:11px;display:flex}.lightbox figcaption span{color:var(--project-lime);font-weight:800}.lightbox>button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:46px;height:46px;padding:0;display:grid;position:absolute}.lightbox>button svg{width:22px}.lightbox-close{top:18px;right:20px}.lightbox-prev{top:50%;left:22px}.lightbox-next{top:50%;right:22px}@media (max-width:900px){.projects-header nav{display:none}.projects-phone,.header-projects-link{margin-left:auto}.projects-hero-grid{grid-template-columns:1fr;gap:42px}.projects-hero-facts{max-width:560px}.project-facts{grid-template-columns:1fr 1fr}.projects-cta>.projects-container{flex-direction:column;align-items:flex-start}.lightbox{padding:60px}}@media (max-width:620px){.projects-container{width:min(100% - 28px,1180px)}.projects-header>.projects-container{min-height:68px}.projects-brand i{width:38px;height:38px}.projects-brand small,.projects-phone>svg,.projects-phone small{display:none}.projects-phone b{font-size:12px}.header-projects-link{font-size:11px}.projects-hero{padding:56px 0 66px}.back-home{margin-bottom:30px}.projects-hero h1,.project-detail-hero h1{font-size:clamp(41px,13vw,56px)}.projects-hero-grid>div:first-child>p:last-child,.project-lead{font-size:15px}.projects-catalog,.project-story{padding:70px 0 78px}.projects-section-head,.project-story-head{flex-direction:column;align-items:flex-start;gap:18px;margin-bottom:30px}.projects-section-head>p,.project-story-head>p{font-size:14px}.projects-toolbar{flex-direction:column;align-items:flex-start}.projects-filters{scrollbar-width:none;flex-wrap:nowrap;width:calc(100vw - 14px);margin-left:-1px;padding:2px 16px 7px 0;overflow-x:auto}.projects-filters button{flex:none}.gallery-card-grid{grid-template-columns:1fr}.gallery-card{border-radius:19px}.gallery-card-media{aspect-ratio:16/10}.gallery-arrow{opacity:1;width:40px;height:40px}.gallery-card-copy{padding:22px 20px 23px}.gallery-card h2{font-size:28px}.projects-cta{padding:67px 0}.projects-cta a{justify-content:center;width:100%}.projects-footer>.projects-container{flex-direction:column;align-items:flex-start}.projects-footer div>div{flex-direction:column;gap:8px}.project-detail-hero{padding:48px 0 38px}.project-facts{grid-template-columns:1fr;margin-top:35px}.project-photo-grid{grid-template-columns:1fr}.project-photo-grid button,.project-photo-grid button.large{aspect-ratio:4/3;border-radius:15px;grid-column:auto}.project-photo-grid button>span{opacity:1}.lightbox{padding:70px 10px}.lightbox-prev{left:9px}.lightbox-next{right:9px}.lightbox>button{width:42px;height:42px}.lightbox figcaption{text-align:center;padding-inline:45px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important}}.gallery-index-page{background:#f4f1e9}.gallery-index-page .projects-header{background:#f8f6f0eb}.portfolio-hero{background:linear-gradient(#f8f6f0 0,#f4f1e9 100%);padding:28px 0 0}.portfolio-hero .back-home{margin:8px 0 26px;color:#637068!important}.portfolio-hero-layout{background:var(--project-forest);border-radius:32px;grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);min-height:610px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 90px #152a1f29}.portfolio-hero-copy{z-index:1;flex-direction:column;justify-content:center;padding:66px 54px 62px;display:flex;position:relative;overflow:hidden}.portfolio-hero-copy:before{content:"";border:1px solid #ffffff14;border-radius:50%;width:440px;height:440px;position:absolute;top:-150px;left:-170px}.portfolio-hero-copy:after{content:"";border:1px solid #d9eea81c;border-radius:50%;width:330px;height:330px;position:absolute;bottom:-180px;right:-95px}.portfolio-hero-copy>*{z-index:1;position:relative}.portfolio-hero-copy .projects-eyebrow{color:var(--project-lime)}.portfolio-hero-copy h1{color:#fff;letter-spacing:-.052em;max-width:590px;margin:0;font:500 clamp(48px,5.2vw,70px)/.98 Georgia,Times New Roman,serif}.portfolio-hero-copy h1 em{color:var(--project-lime);font-style:normal}.portfolio-hero-copy>p:not(.projects-eyebrow){color:#c4d0c9;max-width:530px;margin:27px 0 0;font-size:15px;line-height:1.75}.portfolio-hero-actions{align-items:center;gap:24px;margin-top:38px;display:flex}.portfolio-hero-actions>a{min-height:52px;color:var(--project-forest);background:var(--project-lime);border-radius:13px;align-items:center;gap:12px;padding:0 20px;font-size:12px;font-weight:850;display:flex}.portfolio-hero-actions>a svg{width:17px}.portfolio-hero-actions>span{color:#cbd6cf;align-items:center;gap:8px;font-size:11px;display:flex}.portfolio-hero-actions>span svg{width:17px;color:var(--project-lime)}.portfolio-feature{background:#b9b5ac;min-height:610px;position:relative;overflow:hidden}.portfolio-feature>img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.75,.25,1)}.portfolio-feature:hover>img{transform:scale(1.025)}.portfolio-feature-shade{background:linear-gradient(#08140d14 25%,#08140ddb 100%);position:absolute;inset:0}.portfolio-feature-top{justify-content:space-between;align-items:center;gap:14px;display:flex;position:absolute;top:22px;left:22px;right:22px}.portfolio-feature-top>span,.portfolio-feature-top>b{color:#fff;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0c1d148f;border:1px solid #ffffff59;border-radius:99px;align-items:center;gap:6px;min-height:32px;padding:0 11px;font-size:9px;font-weight:850;display:flex}.portfolio-feature-top>b svg{width:13px}.portfolio-feature-copy{color:#fff;position:absolute;bottom:30px;left:30px;right:28px}.portfolio-feature-copy>div{color:#dce4df;text-transform:uppercase;letter-spacing:.06em;gap:17px;margin-bottom:13px;font-size:10px;font-weight:750;display:flex}.portfolio-feature-copy>div span{align-items:center;gap:6px;display:flex}.portfolio-feature-copy>div svg{width:14px;color:var(--project-lime)}.portfolio-feature-copy h2{letter-spacing:-.035em;max-width:620px;margin:0;padding-right:70px;font:500 clamp(32px,3vw,45px)/1.03 Georgia,Times New Roman,serif}.portfolio-feature-copy>i{width:52px;height:52px;color:var(--project-forest);background:var(--project-lime);border-radius:50%;place-items:center;transition:transform .25s;display:grid;position:absolute;bottom:0;right:0}.portfolio-feature:hover .portfolio-feature-copy>i{transform:rotate(8deg)scale(1.05)}.portfolio-feature-copy>i svg{width:20px}.portfolio-summary{border:1px solid var(--project-line);background:#ffffffc7;border-radius:20px;grid-template-columns:150px 150px minmax(0,1fr);align-items:center;gap:0;margin-top:14px;padding:24px 30px;display:grid;box-shadow:0 10px 40px #16231b0a}.portfolio-summary>div{align-items:center;gap:11px;padding-right:24px;display:flex}.portfolio-summary>div+div{border-left:1px solid var(--project-line);padding-left:24px}.portfolio-summary strong{color:var(--project-accent);font:500 34px/1 Georgia,serif}.portfolio-summary span{color:#4f5d55;text-transform:uppercase;letter-spacing:.04em;max-width:75px;font-size:10px;font-weight:750;line-height:1.35}.portfolio-summary>p{max-width:620px;color:var(--project-muted);margin:0 0 0 auto;font-size:12px;line-height:1.65}.gallery-index-page .projects-catalog{padding:112px 0 122px}.gallery-index-page .projects-section-head{align-items:start;margin-bottom:42px}.gallery-index-page .projects-section-head h2{font-size:clamp(42px,5vw,62px)}.gallery-index-page .projects-section-head>p{padding-top:3px}.gallery-index-page .projects-toolbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f8f6f0e8;border:1px solid #d3cdc2cc;border-radius:18px;margin:0 0 28px;padding:9px 11px;position:sticky;top:91px;box-shadow:0 12px 35px #16231b0f}.gallery-index-page .projects-filters{gap:3px}.gallery-index-page .projects-filters button{background:0 0;border-color:#0000;min-height:40px;padding:0 14px}.gallery-index-page .projects-filters button:hover{background:#ebe7dd}.gallery-index-page .projects-filters button.active{background:var(--project-forest)}.gallery-index-page .projects-toolbar>p{padding-right:7px}.gallery-index-page .gallery-card-grid{gap:24px}.gallery-index-page .gallery-card{border:0;border-radius:28px;box-shadow:0 14px 42px #16231b13}.gallery-index-page .gallery-card:hover{transform:translateY(-3px);box-shadow:0 24px 60px #16231b21}.gallery-index-page .gallery-card-featured{grid-column:1/-1;grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);display:grid}.gallery-index-page .gallery-card-featured .gallery-card-media{aspect-ratio:auto;height:100%;min-height:500px}.gallery-index-page .gallery-card-media{aspect-ratio:4/3}.gallery-index-page .gallery-card-media:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0b17102e);position:absolute;inset:55% 0 0}.gallery-card-category{z-index:3;color:#fff;letter-spacing:.07em;text-transform:uppercase;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#0f1e16a3;border:1px solid #ffffff6b;border-radius:99px;align-items:center;min-height:31px;padding:0 11px;font-size:9px;font-weight:850;display:flex;position:absolute;top:14px;left:14px}.gallery-index-page .gallery-photo-count{z-index:3;border-radius:99px}.gallery-index-page .gallery-arrow{z-index:4;opacity:.92;width:44px;height:44px;box-shadow:0 8px 20px #05100a2e}.gallery-index-page .gallery-arrow:hover{opacity:1}.gallery-index-page .gallery-dots{z-index:4}.gallery-index-page .gallery-dots button{width:6px;height:6px}.gallery-index-page .gallery-dots button.active{width:24px}.gallery-index-page .gallery-card-copy{padding:28px 28px 30px}.gallery-index-page .gallery-card-featured .gallery-card-copy{justify-content:center;padding:42px}.gallery-index-page .gallery-card-meta{margin-bottom:17px}.gallery-index-page .gallery-card h2{font-size:clamp(29px,3vw,38px)}.gallery-index-page .gallery-card-featured h2{font-size:clamp(36px,4vw,48px)}.gallery-index-page .gallery-card-copy>p{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:24px;display:-webkit-box;overflow:hidden}.gallery-index-page .gallery-card-facts{gap:16px;margin-top:auto}.gallery-index-page .gallery-card-facts>span{grid-template-rows:auto auto;grid-template-columns:26px 1fr;min-width:0;display:grid;position:relative}.gallery-index-page .gallery-card-facts>span+span{padding-left:18px}.gallery-index-page .gallery-card-facts svg{width:16px;color:var(--project-accent);grid-row:1/3}.gallery-index-page .gallery-card-facts small,.gallery-index-page .gallery-card-facts b{min-width:0}.gallery-index-page .gallery-card-copy>a{min-height:48px;color:var(--project-forest);background:#f0f3ef;border:1px solid #dfe5df;border-radius:13px;padding:0 17px;transition:color .2s,background .2s,border-color .2s}.gallery-index-page .gallery-card-copy>a svg{width:18px;color:var(--project-accent)}.gallery-index-page .gallery-card-copy>a:hover{color:#fff;border-color:var(--project-forest);background:var(--project-forest)}.gallery-index-page .gallery-card-copy>a:hover svg{color:var(--project-lime)}.gallery-index-page .projects-cta{background:#f4f1e9;padding:0 0 96px}.gallery-index-page .projects-cta>.projects-container{background:linear-gradient(135deg,#193528,#11281d);border-radius:28px;padding:56px 58px;position:relative;overflow:hidden}.gallery-index-page .projects-cta>.projects-container:after{content:"";border:1px solid #d9eea821;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-260px;right:-100px}.gallery-index-page .projects-cta>.projects-container>*{z-index:1;position:relative}@media (max-width:900px){.portfolio-hero-layout{grid-template-columns:1fr}.portfolio-hero-copy{padding:58px 48px}.portfolio-feature{min-height:520px}.portfolio-summary{grid-template-columns:140px 140px 1fr}.gallery-index-page .gallery-card-featured{grid-template-columns:1fr}.gallery-index-page .gallery-card-featured .gallery-card-media{aspect-ratio:16/10;min-height:0}.gallery-index-page .gallery-card-featured .gallery-card-copy{padding:32px}.gallery-index-page .projects-toolbar{top:81px}}@media (max-width:620px){.portfolio-hero{padding-top:8px}.portfolio-hero .back-home{margin:10px 0 19px}.portfolio-hero-layout{border-radius:22px;min-height:0}.portfolio-hero-copy{padding:39px 24px 36px}.portfolio-hero-copy h1{font-size:clamp(42px,13vw,55px)}.portfolio-hero-copy>p:not(.projects-eyebrow){margin-top:22px;font-size:14px}.portfolio-hero-actions{flex-direction:column;align-items:flex-start;gap:17px;margin-top:28px}.portfolio-hero-actions>a{justify-content:center;width:100%}.portfolio-feature{min-height:370px}.portfolio-feature-top{top:15px;left:15px;right:15px}.portfolio-feature-copy{bottom:21px;left:20px;right:20px}.portfolio-feature-copy h2{padding-right:55px;font-size:29px}.portfolio-feature-copy>i{width:44px;height:44px}.portfolio-summary{grid-template-columns:1fr 1fr;padding:20px 18px}.portfolio-summary>div{flex-direction:column;align-items:flex-start;gap:6px;padding-right:15px}.portfolio-summary>div+div{padding-left:18px}.portfolio-summary>p{border-top:1px solid var(--project-line);grid-column:1/-1;margin:18px 0 0;padding-top:17px}.gallery-index-page .projects-catalog{padding:76px 0 82px}.gallery-index-page .projects-section-head h2{font-size:41px}.gallery-index-page .projects-toolbar{margin-bottom:22px;padding:8px;position:static}.gallery-index-page .projects-filters{width:calc(100vw - 30px);margin-left:0;padding-right:8px}.gallery-index-page .gallery-card-grid{gap:18px}.gallery-index-page .gallery-card,.gallery-index-page .gallery-card-featured{border-radius:21px;display:flex}.gallery-index-page .gallery-card-media,.gallery-index-page .gallery-card-featured .gallery-card-media{aspect-ratio:4/3}.gallery-index-page .gallery-card-copy,.gallery-index-page .gallery-card-featured .gallery-card-copy{padding:23px 20px 24px}.gallery-index-page .gallery-card h2,.gallery-index-page .gallery-card-featured h2{font-size:29px}.gallery-index-page .gallery-card-facts{gap:8px}.gallery-index-page .gallery-card-facts>span{grid-template-columns:23px 1fr}.gallery-index-page .projects-cta{padding:0 0 68px}.gallery-index-page .projects-cta>.projects-container{border-radius:22px;padding:43px 24px}}
