:root{--green:#768a53;--green-dark:#59683e;--cream:#f4f0e8;--paper:#fbfaf7;--ink:#262823;--muted:#73756d;--line:#e7e1d7;--brown:#8a735f;--white:#fff;--shadow:0 18px 50px rgba(50,46,39,.09)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.55}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,92vw);margin:auto}.nav{position:sticky;top:0;z-index:50;background:rgba(251,250,247,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,225,215,.8)}.nav-inner{height:82px;display:flex;align-items:center;gap:28px}.brand img{width:230px;height:auto}.menu{margin-left:auto;display:flex;gap:24px;align-items:center;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;background:var(--green);color:#fff;font-weight:600;transition:.2s}.btn:hover{background:var(--green-dark);transform:translateY(-1px)}.btn.ghost{background:transparent;color:var(--green-dark);border:1px solid var(--green)}.hero{min-height:78vh;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding:64px 0 46px}.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:12px;color:var(--green-dark);font-weight:700}.hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,82px);line-height:1.02;font-weight:500;margin:15px 0 22px}.hero p{font-size:19px;color:var(--muted);max-width:590px;margin-bottom:28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;gap:14px;height:620px}.hero-visual img{width:100%;height:100%;object-fit:cover;border-radius:24px}.hero-visual img:first-child{grid-row:1/3}.section{padding:90px 0}.section.alt{background:var(--cream)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:34px}.section h2{font-family:Georgia,serif;font-size:clamp(34px,4vw,54px);font-weight:500;line-height:1.08;margin:0}.section-head p{max-width:520px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;min-height:310px;position:relative}.card img{width:100%;height:250px;object-fit:cover}.card-body{padding:20px}.card h3{font-size:22px;margin:0 0 5px}.card p{margin:0;color:var(--muted)}.soon{opacity:.7}.soon .tag{position:absolute;top:16px;right:16px;background:rgba(255,255,255,.9);padding:7px 11px;border-radius:999px;font-size:12px}.statement{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.statement img{border-radius:28px;box-shadow:var(--shadow);height:560px;width:100%;object-fit:cover}.statement p{color:var(--muted);font-size:18px}.projects{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.projects img{width:100%;height:390px;object-fit:cover;border-radius:20px}.projects img:nth-child(2),.projects img:nth-child(3){height:390px}.about{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.big-number{font-family:Georgia,serif;font-size:120px;line-height:.9;color:var(--green)}.contact-box{border-radius:30px;padding:60px;background:var(--green-dark);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:40px}.contact-box h2{color:#fff}.contact-box p{color:rgba(255,255,255,.78)}.contact-box .btn{background:#fff;color:var(--green-dark);justify-self:end}.footer{padding:42px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.footer-row{display:flex;justify-content:space-between;gap:25px;align-items:center}.footer img{width:180px}.page-hero{padding:64px 0 40px}.page-hero h1{font-family:Georgia,serif;font-size:clamp(44px,6vw,72px);font-weight:500;margin:10px 0 14px}.page-hero p{max-width:720px;color:var(--muted);font-size:18px}.toolbar{display:flex;gap:12px;align-items:center;margin:8px 0 28px}.search{flex:1;padding:14px 18px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:15px}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.model{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.model img{width:100%;height:280px;object-fit:cover;cursor:pointer}.model-foot{padding:13px 14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.code{font-weight:700;color:var(--green-dark)}.model-foot a{font-size:13px;color:var(--brown)}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.info{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.info strong{display:block;margin-bottom:7px}.info span{color:var(--muted);font-size:14px}.modal{position:fixed;inset:0;background:rgba(20,21,18,.78);z-index:100;display:none;place-items:center;padding:25px}.modal.open{display:grid}.modal-box{background:#fff;border-radius:22px;overflow:hidden;width:min(950px,95vw);max-height:92vh;display:grid;grid-template-columns:1.25fr .75fr}.modal-box img{width:100%;height:78vh;object-fit:contain;background:#f5f3ee}.modal-side{padding:28px;display:flex;flex-direction:column}.modal-side .close{align-self:flex-end;border:0;background:#eee;border-radius:50%;width:38px;height:38px;font-size:22px;cursor:pointer}.modal-side h3{font-size:30px;margin:30px 0 8px}.modal-side p{color:var(--muted)}.modal-side .btn{margin-top:auto}.mobile-toggle{display:none}.note{font-size:13px;color:var(--muted);margin-top:12px}
@media(max-width:900px){.menu{display:none}.mobile-toggle{display:block;margin-left:auto}.hero{grid-template-columns:1fr;padding-top:38px}.hero-visual{height:520px}.cards{grid-template-columns:1fr 1fr}.statement,.about,.contact-box{grid-template-columns:1fr}.projects{grid-template-columns:1fr 1fr}.projects img:first-child{grid-column:1/3}.gallery{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:1fr 1fr}.contact-box .btn{justify-self:start}.modal-box{grid-template-columns:1fr}.modal-box img{height:55vh}.modal-side{padding:20px}.brand img{width:190px}}
@media(max-width:560px){.nav-inner{height:72px}.brand img{width:165px}.hero h1{font-size:48px}.hero-visual{height:430px;gap:9px}.section{padding:62px 0}.cards{grid-template-columns:1fr}.projects{grid-template-columns:1fr}.projects img:first-child{grid-column:auto}.projects img{height:320px!important}.gallery{grid-template-columns:1fr 1fr;gap:10px}.model img{height:210px}.model-foot{padding:11px 10px}.model-foot a{display:none}.info-grid{grid-template-columns:1fr}.contact-box{padding:36px 26px}.footer-row{flex-direction:column;align-items:flex-start}.section-head{display:block}.section-head p{margin-top:14px}}
.portfolio-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.portfolio-preview a{position:relative;border-radius:20px;overflow:hidden;min-height:300px;background:#ddd}.portfolio-preview img{width:100%;height:320px;object-fit:cover;transition:.35s transform}.portfolio-preview a:hover img{transform:scale(1.035)}.portfolio-preview span{position:absolute;left:16px;bottom:16px;background:rgba(251,250,247,.92);padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700;color:var(--green-dark)}.center-action{text-align:center;margin-top:28px}.filters{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 30px}.filter-btn{border:1px solid var(--line);background:#fff;color:var(--ink);padding:10px 15px;border-radius:999px;cursor:pointer;font:inherit}.filter-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.project-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-item{position:relative;overflow:hidden;border-radius:18px;background:#eee;min-height:340px}.project-item img{width:100%;height:100%;min-height:340px;object-fit:cover;transition:.3s transform;cursor:pointer}.project-item:hover img{transform:scale(1.025)}.project-meta{position:absolute;left:14px;bottom:14px;background:rgba(251,250,247,.94);padding:8px 11px;border-radius:999px;font-size:12px;font-weight:700;color:var(--green-dark)}.project-item.hidden{display:none}.lightbox{position:fixed;inset:0;background:rgba(19,20,18,.86);z-index:120;display:none;place-items:center;padding:20px}.lightbox.open{display:grid}.lightbox-inner{width:min(1120px,96vw);height:min(88vh,900px);position:relative}.lightbox img{width:100%;height:100%;object-fit:contain}.lightbox button{position:absolute;top:8px;right:8px;width:42px;height:42px;border:0;border-radius:50%;font-size:24px;cursor:pointer}.project-note{color:var(--muted);max-width:780px;margin-top:8px}
@media(max-width:900px){.portfolio-preview,.project-gallery{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.portfolio-preview,.project-gallery{grid-template-columns:1fr}.portfolio-preview a{min-height:260px}.portfolio-preview img{height:280px}.project-item,.project-item img{min-height:300px}}
