:root{--color-bg:#f7faf8;--color-bg-soft:#f1f4f2;--color-surface:#fff;--color-ink:#061b0e;--color-text:#303a34;--color-muted:#657069;--color-border:#c3c8c1;--color-accent:#02afaf;--color-accent-dark:#8c6743;--color-deep:#4d703a;--color-deep-muted:#9fb09f;--font-serif:Georgia, "Times New Roman", serif;--font-sans:"Instrument Sans", Arial, sans-serif;--container:1152rem;--page-x:20rem;--header-height:72rem;--space-1:8rem;--space-2:16rem;--space-3:24rem;--space-4:32rem;--space-5:48rem;--space-6:64rem;--space-7:96rem;--space-8:80rem;--radius:4rem;--shadow-soft:0 20rem 60rem #061b0e14}html{scroll-behavior:smooth;font-size:1px}*{box-sizing:border-box}body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);letter-spacing:0;margin:0;font-size:16rem;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{outline-color:#0000}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2rem solid var(--color-accent);outline-offset:4rem}.site-shell{min-height:100vh}.container{width:min(var(--container), calc(100% - (var(--page-x) * 2)));margin:0 auto}.site-header{z-index:50;min-height:var(--header-height);background:var(--color-deep);-webkit-backdrop-filter:blur(10rem);backdrop-filter:blur(10rem);border-bottom:1rem solid #ffffff24;position:sticky;top:0}.site-header__inner{min-height:var(--header-height);justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.brand{flex:none;align-items:center;width:168rem;display:inline-flex}.brand__logo{object-fit:contain;width:100%;height:48rem}.site-nav{align-items:center;gap:var(--space-4);display:flex}.site-nav__link{color:#ffffffc7;border-bottom:2rem solid #0000;padding:10rem 0;font-size:15rem;line-height:1.3}.site-nav__link:hover,.site-nav__link.is-active{color:#fff;border-bottom-color:#fff}.site-header .button--accent{color:var(--color-deep);background:#fff;border-color:#ffffffe0}.button{border:1rem solid var(--color-ink);border-radius:var(--radius);min-height:48rem;color:var(--color-ink);cursor:pointer;text-transform:uppercase;background:0 0;justify-content:center;align-items:center;padding:0 28rem;font-size:12rem;font-weight:700;line-height:1;display:inline-flex}.button--accent{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.button--light{color:#fff;border-color:#fff}.button:hover{transform:translateY(-1rem)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.mobile-menu-button{border-radius:var(--radius);color:#fff;cursor:pointer;background:0 0;border:1rem solid #ffffff61;justify-content:center;align-items:center;width:44rem;height:44rem;display:none}.mobile-menu-button__lines,.mobile-menu-button__lines:before,.mobile-menu-button__lines:after{content:"";background:currentColor;width:20rem;height:2rem;display:block}.mobile-menu-button__lines{position:relative}.mobile-menu-button__lines:before,.mobile-menu-button__lines:after{position:absolute;left:0}.mobile-menu-button__lines:before{top:-7rem}.mobile-menu-button__lines:after{top:7rem}.hero{min-height:calc(100svh - var(--header-height) - 56rem);background:var(--color-deep);color:#fff;align-items:center;display:flex;position:relative;overflow:hidden}.hero--page{background:var(--color-bg);min-height:420rem;color:var(--color-ink)}.hero--article{background:var(--color-deep);color:#fff;min-height:320rem}.hero__media{position:absolute;inset:0}.hero__media img{object-fit:cover;width:100%;height:100%}.hero__overlay{background:#061b0e6b;position:absolute;inset:0}.hero__content{max-width:760rem;padding:var(--space-8) 0;position:relative}.hero--article .hero__content{max-width:900rem;padding:var(--space-5) 0}.eyebrow{margin:0 0 var(--space-2);color:var(--color-accent);text-transform:uppercase;font-size:12rem;font-weight:700;line-height:1.3}.hero .eyebrow{color:#ffffffd6}.page-intro .eyebrow,.hero--page .eyebrow{color:var(--color-accent)}.hero--article .eyebrow{color:#ffffffd1}.article-hero-meta{margin:calc(var(--space-1) * -1) 0 var(--space-3);color:#ffffffd6;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:8rem 14rem;font-size:13rem;font-weight:700;line-height:1.3;display:flex}.article-hero-meta a,.article-hero-meta time{align-items:center;min-height:28rem;display:inline-flex}.article-hero-meta a{color:#fff;border:1rem solid #ffffff52;padding:5rem 8rem}.eyebrow a{text-underline-offset:4rem;text-decoration:underline;text-decoration-thickness:1rem}.hero h1,.page-intro h1,.section-heading h2{color:inherit;font-family:var(--font-serif);letter-spacing:0;margin:0;font-weight:400}.hero h1{font-size:72rem;line-height:1.04}.hero--page h1,.page-intro h1{max-width:820rem;font-size:64rem;line-height:1.12}.hero--article h1{max-width:920rem;font-size:56rem;line-height:1.08}.hero__lead,.page-intro__lead{max-width:680rem;margin:var(--space-3) 0 0;color:#ffffffe0;font-family:var(--font-serif);font-size:20rem;line-height:1.5}.hero--page .hero__lead,.page-intro__lead{color:var(--color-muted)}.hero--article .hero__lead{max-width:780rem;margin-top:var(--space-2);color:#ffffffe6;font-size:18rem}.hero__actions{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;display:flex}.section{padding:var(--space-8) 0}.section--soft{background:var(--color-bg-soft)}.section-heading{justify-content:space-between;align-items:flex-end;gap:var(--space-4);margin-bottom:var(--space-5);display:flex}.section-heading h2{color:var(--color-ink);font-size:40rem;line-height:1.16}.section-heading p{max-width:520rem;color:var(--color-muted);margin:0}.advantages-grid,.services-grid,.projects-grid,.articles-grid,.related-grid{gap:var(--space-3);display:grid}.advantages-grid{grid-template-columns:repeat(3,1fr)}.advantage{border-left:1rem solid var(--color-border);padding:var(--space-4)}.advantage__number{color:#061b0e29;font-weight:700}.advantage h3,.service-card h2,.service-card h3,.project-card h2,.project-card h3{margin:var(--space-2) 0;color:var(--color-ink);font-family:var(--font-serif);font-weight:400}.services-grid{grid-template-columns:repeat(3,1fr)}.service-card,.project-card,.article-card{border:1rem solid var(--color-border);background:var(--color-surface);flex-direction:column;min-height:100%;display:flex}.service-card--wide{grid-column:span 2}.service-card__image,.project-card__image,.article-card__image{aspect-ratio:4/3;background:var(--color-bg-soft);overflow:hidden}.service-card__image img,.project-card__image img,.article-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.service-card:hover img,.project-card:hover img,.article-card:hover img{transform:scale(1.03)}.service-card__body,.project-card__body,.article-card__body{padding:var(--space-4);flex-direction:column;flex:1;display:flex}.service-card__body p,.project-card__body p,.article-card__body p{color:var(--color-muted);margin:0}.service-card__price,.project-card__category{margin-top:var(--space-1);color:var(--color-accent);text-transform:uppercase;font-size:12rem;font-weight:700}.feature-list{margin:var(--space-3) 0 0;gap:10rem;padding:0;list-style:none;display:grid}.feature-list li{color:var(--color-ink);padding-left:16rem;position:relative}.feature-list li:before{background:var(--color-accent);content:"";width:4rem;height:4rem;position:absolute;top:11rem;left:0}.detail-block{margin-top:var(--space-5)}.detail-block h2,.empty-state h2{margin:0 0 var(--space-2);color:var(--color-ink);font-family:var(--font-serif);font-size:32rem;font-weight:400;line-height:1.2}.card-link{padding-top:var(--space-4);color:var(--color-ink);text-transform:uppercase;margin-top:auto;font-size:12rem;font-weight:700}.projects-grid,.articles-grid{grid-template-columns:repeat(3,1fr)}.article-card__meta{margin-bottom:var(--space-2);color:var(--color-accent);text-transform:uppercase;flex-wrap:wrap;gap:8rem 14rem;font-size:12rem;font-weight:700;display:flex}.article-card h3{margin:0 0 var(--space-2);color:var(--color-ink);font-family:var(--font-serif);font-size:28rem;font-weight:400;line-height:1.18}.article-detail{gap:var(--space-5);grid-template-columns:minmax(0,1fr);align-items:start;display:grid}.article-tags{flex-wrap:wrap;gap:8rem;display:flex}.article-tags a{border:1rem solid var(--color-border);color:var(--color-ink);padding:8rem 10rem}.article-detail__cover{background:var(--color-bg-soft);grid-column:1;width:100%;margin:0;overflow:hidden}.article-detail__cover img{aspect-ratio:16/9;object-fit:cover;width:100%;height:100%;max-height:460rem}.article-prose{grid-column:1;width:100%;max-width:none}.article-prose--wide{grid-column:1;max-width:none}.article-prose h2,.article-prose h3{color:var(--color-ink);font-family:var(--font-serif);font-weight:400}.article-prose img{width:100%;max-height:560rem;margin:var(--space-4) 0;object-fit:cover}.article-detail__gallery{grid-column:1;width:100%}.project-card__meta{margin-top:var(--space-3);padding-top:var(--space-2);border-top:1rem solid var(--color-border);gap:8rem;display:grid}.project-card__meta-row,.facts__row{justify-content:space-between;gap:var(--space-2);display:flex}.project-card__meta span,.facts dt{color:var(--color-muted);text-transform:uppercase}.project-card__meta strong,.facts dd{color:var(--color-ink);margin:0}.filters{gap:var(--space-3);margin-bottom:var(--space-5);padding-bottom:var(--space-2);border-bottom:1rem solid var(--color-border);flex-wrap:wrap;display:flex}.filters a{color:var(--color-muted);text-transform:uppercase;border-bottom:2rem solid #0000;padding:0 0 12rem}.filters a.is-active{border-bottom-color:var(--color-ink);color:var(--color-ink)}.split-section,.contact-grid{gap:var(--space-6);grid-template-columns:minmax(0,.82fr) minmax(0,1fr);align-items:start;display:grid}.split-section h2,.contact-panel h2,.value-card h3,.process-step h2,.legal-content h2{color:var(--color-ink);font-family:var(--font-serif);margin:0;font-weight:400;line-height:1.18}.split-section h2{font-size:42rem}.prose p:first-child{margin-top:0}.values-grid,.stats-grid{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.value-card,.stats-grid>div,.contact-panel{border:1rem solid var(--color-border);background:var(--color-surface);padding:var(--space-4)}.value-card span,.process-step>span{color:#061b0e38;font-weight:700}.value-card h3{margin-top:var(--space-3);font-size:28rem}.value-card p,.contact-panel p{color:var(--color-muted);margin-bottom:0}.stats-grid strong{color:var(--color-ink);font-family:var(--font-serif);font-size:44rem;font-weight:400;line-height:1.05;display:block}.stats-grid span{margin-top:var(--space-2);color:var(--color-muted);display:block}.process-list{gap:var(--space-2);display:grid}.process-step{gap:var(--space-4);border-top:1rem solid var(--color-border);padding:var(--space-4) 0;grid-template-columns:64rem minmax(0,1fr) minmax(220rem,.52fr);align-items:start;display:grid}.process-step:last-child{border-bottom:1rem solid var(--color-border)}.process-step h2{font-size:30rem}.process-step p{margin:var(--space-2) 0 0;color:var(--color-muted)}.process-step strong{color:var(--color-ink);font-weight:700}.contact-grid{grid-template-columns:minmax(0,1fr) minmax(320rem,.8fr)}.contact-panel--muted{background:var(--color-bg-soft)}.contact-panel h2{font-size:34rem}.contact-list{margin-top:var(--space-4);gap:12rem;display:grid}.contact-list a{color:var(--color-ink);font-weight:700}.contact-list span{color:var(--color-muted)}.legal-content{max-width:780rem}.legal-content h2{margin-top:var(--space-5);font-size:30rem}.legal-content h2:first-child{margin-top:0}.legal-content p{color:var(--color-muted)}.legal-content a,.form-note a{color:var(--color-ink);text-underline-offset:4rem;text-decoration:underline}.lead-band{background:var(--color-deep);color:#fff}.lead-panel{gap:var(--space-6);padding:var(--space-7);background:var(--color-deep);grid-template-columns:minmax(0,.9fr) minmax(320rem,.8fr);align-items:start;display:grid}.lead-panel h2{font-family:var(--font-serif);margin:0;font-size:42rem;font-weight:400;line-height:1.12}.lead-panel p{color:var(--color-deep-muted)}.lead-form{gap:var(--space-2);display:grid}.form-note{color:var(--color-deep-muted);margin:0;font-size:13rem}.form-note a{color:#fff}.field{gap:8rem;display:grid}.field label{color:inherit;font-size:13rem;font-weight:700}.field input,.field textarea{border:1rem solid var(--color-border);border-radius:var(--radius);width:100%;color:var(--color-ink);background:#fff;padding:16rem}.field textarea{resize:vertical;min-height:112rem}.field__error{color:#b84a3a;font-size:13rem}.status-message{color:var(--color-ink);padding:var(--space-2);background:#b68a5f1f;border:1rem solid #b68a5f80}.lead-band .status-message{color:#fff}.detail-layout{gap:var(--space-6);grid-template-columns:minmax(0,1fr) 340rem;align-items:start;display:grid}.prose{color:var(--color-text);font-family:var(--font-serif);font-size:21rem;line-height:1.55}.facts{border:1rem solid var(--color-border);background:var(--color-surface);padding:var(--space-4);gap:12rem;margin:0;display:grid}.gallery{gap:var(--space-3);grid-template-columns:repeat(2,1fr);display:grid}.gallery img{aspect-ratio:4/3;object-fit:cover;width:100%}.empty-state{border:1rem solid var(--color-border);background:var(--color-surface);padding:var(--space-5);color:var(--color-muted);grid-column:1/-1}.empty-state p{margin:0}.site-footer{border-top:1rem solid var(--color-border);background:var(--color-bg-soft)}.site-footer__grid{gap:var(--space-4);padding:var(--space-7) 0;grid-template-columns:1.4fr repeat(3,1fr);display:grid}.site-footer h3,.site-footer h4{margin:0 0 var(--space-2);color:var(--color-ink)}.site-footer h3{font-family:var(--font-serif);font-size:24rem;font-weight:400}.site-footer p,.site-footer a{color:var(--color-muted)}.site-footer__links{gap:10rem;display:grid}.site-footer__bottom{border-top:1rem solid var(--color-border);padding:var(--space-3) 0;color:var(--color-muted);text-transform:uppercase;font-size:12rem}@media (width<=900px){:root{--page-x:20rem;--header-height:64rem}body{font-size:16rem}.site-nav,.site-header .button{display:none}.mobile-menu-button{display:inline-flex}.site-header.is-open .site-nav{top:var(--header-height);background:var(--color-deep);padding:var(--space-2) var(--page-x) var(--space-3);border-bottom:1rem solid #ffffff24;gap:0;display:grid;position:absolute;left:0;right:0}.site-header.is-open .site-nav__link{padding:14rem 0}.hero h1,.hero--page h1,.page-intro h1{font-size:48rem}.hero--article h1{font-size:42rem}.hero--article .hero__content{padding:var(--space-4) 0}.hero__lead,.page-intro__lead{font-size:18rem}.section{padding:var(--space-6) 0}.section-heading,.lead-panel,.split-section,.contact-grid,.detail-layout,.site-footer__grid{grid-template-columns:1fr}.section-heading{display:grid}.advantages-grid,.services-grid,.projects-grid,.articles-grid,.related-grid,.values-grid,.stats-grid,.gallery{grid-template-columns:1fr}.process-step{gap:var(--space-2);grid-template-columns:1fr}.article-detail{grid-template-columns:1fr}.article-detail__cover,.article-prose,.article-prose--wide,.article-detail__gallery{grid-column:1}.service-card--wide{grid-column:auto}.lead-panel{padding:var(--space-5)}}
