:root{
  --green:#18352c;
  --green-2:#23483d;
  --sage:#9ca99e;
  --cream:#f5f3ed;
  --sand:#ebe7df;
  --ink:#252724;
  --muted:#666b67;
  --white:#fff;
  --line:rgba(24,53,44,.18);
  --shadow:0 18px 45px rgba(15,30,24,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif;font-size:17px;line-height:1.67}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.wrap{width:min(1240px,88vw);margin-inline:auto}
.serif,h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400}
h1,h2,h3{line-height:1.06;margin:0 0 .45em}
h1{font-size:clamp(3.1rem,6.2vw,6rem)}
h2{font-size:clamp(2.45rem,4.5vw,4.4rem)}
h3{font-size:clamp(1.45rem,2.3vw,2.15rem)}
p{margin:0 0 1.1em}
ul{margin-top:.4rem}
.eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:var(--green)}
.btn{display:inline-flex;align-items:center;gap:.6em;padding:.82rem 1.08rem;border:1px solid var(--green);background:var(--green);color:#fff;font-size:.84rem;transition:.2s ease}
.btn:hover{background:var(--green-2);transform:translateY(-1px)}
.btn.light{background:var(--cream);color:var(--green);border-color:var(--cream)}
.link-arrow{font-size:.85rem;border-bottom:1px solid currentColor;padding-bottom:.15rem}
.section{padding:5rem 0}
.section.sand{background:var(--sand)}
.section.green{background:var(--green);color:#fff}
.site-header{position:absolute;z-index:50;top:0;left:0;right:0;color:#fff;transition:.25s ease}
.site-header.scrolled{position:fixed;background:rgba(245,243,237,.96);color:var(--ink);box-shadow:0 8px 35px rgba(20,38,31,.08);backdrop-filter:blur(10px)}
.header-inner{height:86px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.brand{font-family:Georgia,"Times New Roman",serif;font-size:1.95rem;line-height:.95}
.brand small{display:block;font-family:Arial,sans-serif;font-size:.48rem;letter-spacing:.2em;margin-top:.55rem}
.site-nav{display:flex;align-items:center;gap:1.8rem;font-size:.84rem}
.site-nav a:not(.btn){opacity:.92}
.site-nav a:not(.btn):hover{text-decoration:underline;text-underline-offset:4px}
.menu-toggle{display:none;border:0;background:transparent;color:inherit;font-size:1.4rem}
.hero{min-height:720px;color:#fff;display:flex;align-items:flex-end;background:
linear-gradient(90deg,rgba(7,20,15,.65),rgba(7,20,15,.15)),
url("../img/hero.jpg") center 48%/cover no-repeat}
.hero-inner{padding:10rem 0 5rem}
.hero .kicker{font:400 1.2rem Georgia,serif;margin-bottom:1rem}
.hero .sub{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;margin-bottom:1.2rem}
.hero h1{max-width:820px}
.hero .btn{margin-top:1.6rem}
.intro-grid{display:grid;grid-template-columns:.72fr 2.28fr;gap:4rem;align-items:start}
.intro-copy{max-width:860px}
.keywords{font-size:.7rem;letter-spacing:.16em;line-height:1.95;margin-top:2.5rem}
.offer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.offer-card{background:#fff;padding:1.6rem;border-top:3px solid var(--green);min-height:240px;box-shadow:0 10px 30px rgba(15,30,24,.04)}
.offer-card p{color:var(--muted);font-size:.96rem}
.dual{display:grid;grid-template-columns:1fr 1fr}
.dual-card{min-height:520px;padding:2.8rem;display:flex;align-items:flex-end;color:#fff;position:relative;background-size:cover;background-position:center;overflow:hidden}
.dual-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,22,17,.1),rgba(8,22,17,.68))}
.dual-card.arch{background-image:url("../img/architecture.jpg")}
.dual-card.land{background-image:url("../img/landscape.jpg")}
.dual-content{position:relative;z-index:2;max-width:560px}
.dual-content ul{padding-left:1.2rem;margin:1.4rem 0 1.9rem}
.section-top{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2rem}
.projects-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:1rem}
.project-card{display:block;margin-bottom:1.2rem}
.project-card img{width:100%;height:360px;object-fit:cover;transition:transform .35s ease}
.project-card.small img{height:230px}
.project-card .image-wrap{overflow:hidden;background:#d8d4c8}
.project-card:hover img{transform:scale(1.015)}
.project-card h3{font-size:1.45rem;margin-top:.85rem;margin-bottom:.12rem}
.project-card p.excerpt{font-size:.94rem;color:var(--muted);margin-top:.55rem}
.meta{font-size:.78rem;color:var(--muted)}
.three-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.about-grid{display:grid;grid-template-columns:.9fr 1.35fr;gap:3.2rem;align-items:center}
.portrait{width:100%;height:460px;object-fit:cover}
.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin:2rem 0}
.fact{border-top:1px solid var(--line);padding-top:1rem;font-size:.82rem}
.office-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}
.office-photo{width:100%;height:520px;object-fit:cover}
.contact-list{margin:1rem 0 1.3rem;line-height:1.9}
.philosophy{color:#fff;min-height:330px;display:flex;align-items:center;background:
linear-gradient(90deg,rgba(24,53,44,.90),rgba(24,53,44,.55)),
url("../img/philosophy.jpg") left center/cover no-repeat}
.philosophy h2{max-width:900px}
.philosophy p{font-size:1.12rem;max-width:720px}
.mini-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.mini-gallery img{width:100%;height:290px;object-fit:cover}
.about-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.about-gallery img{width:100%;height:430px;object-fit:cover}
.steps{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);margin-top:2rem}
.step{padding:1.35rem 1rem;border-right:1px solid var(--line)}
.step:last-child{border-right:0}
.step .num{font:400 2.5rem Georgia,serif;color:var(--sage)}
.contact-grid{display:grid;grid-template-columns:1.6fr .9fr;gap:4rem;align-items:end}
.contact-box{border-left:1px solid rgba(255,255,255,.28);padding-left:1.7rem}
.contact-box a[data-email],.contact-box a[data-phone]{display:block;margin:.35rem 0}
.footer{padding:1.7rem 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;font-size:.76rem}
.footer-links{display:flex;gap:1.2rem;flex-wrap:wrap}
.page-hero{min-height:66vh;color:#fff;display:flex;align-items:flex-end;background-size:cover;background-position:center}
.page-hero.arch{background-image:linear-gradient(90deg,rgba(8,20,15,.68),rgba(8,20,15,.18)),url("../img/architecture.jpg")}
.page-hero.land{background-image:linear-gradient(90deg,rgba(8,20,15,.68),rgba(8,20,15,.18)),url("../img/landscape.jpg")}
.page-hero.about{background-image:linear-gradient(90deg,rgba(8,20,15,.68),rgba(8,20,15,.18)),url("../img/aneta_standing.jpg")}
.page-hero.contact{background-image:linear-gradient(90deg,rgba(8,20,15,.68),rgba(8,20,15,.25)),url("../img/aneta_sofa.jpg")}
.page-hero .wrap{padding-bottom:4.5rem}
.page-hero h1{max-width:900px}
.page-hero p{max-width:720px;font-size:1.16rem}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.4rem}
.service{background:#fff;padding:2rem;border-top:3px solid var(--green);min-height:250px}
.service p{color:var(--muted)}
.project-hero{padding:10rem 0 3rem}
.project-hero .meta{font-size:.86rem;margin-bottom:1rem}
.project-cover{width:100%;height:min(70vh,760px);object-fit:cover}
.project-copy{display:grid;grid-template-columns:.7fr 1.7fr;gap:4rem}
.project-gallery{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.project-gallery img{width:100%;height:460px;object-fit:cover}
.project-gallery img.wide{grid-column:1/-1;height:620px}
.contact-panel{background:#fff;padding:2.4rem;box-shadow:var(--shadow)}
.copy{max-width:820px}
.privacy-copy{max-width:980px}
.privacy-copy h2{font-size:2rem;margin-top:1.6rem}
.privacy-copy h3{font-size:1.3rem;margin-top:1.3rem}
.note{font-size:.76rem;color:var(--muted)}
@media(max-width:960px){
  .menu-toggle{display:block}
  .site-nav{position:absolute;top:86px;left:0;right:0;background:var(--cream);color:var(--ink);display:none;flex-direction:column;align-items:flex-start;padding:1.4rem 5vw;box-shadow:var(--shadow)}
  .site-nav.open{display:flex}
  .site-header:not(.scrolled) .site-nav{background:rgba(245,243,237,.98)}
  .intro-grid,.about-grid,.contact-grid,.projects-grid,.project-copy{grid-template-columns:1fr}
  .offer-grid,.office-grid{grid-template-columns:1fr 1fr}
  .dual{grid-template-columns:1fr}
  .dual-card{min-height:480px}
  .steps{grid-template-columns:1fr 1fr}
  .step{border-bottom:1px solid var(--line)}
  .facts{grid-template-columns:1fr}
  .three-grid,.mini-gallery{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  body{font-size:16px}
  .wrap{width:min(92vw,1240px)}
  .section{padding:4.2rem 0}
  .hero{min-height:610px}
  .hero-inner{padding-bottom:4rem}
  .dual-card{padding:2rem 1.35rem;min-height:440px}
  .section-top,.footer-inner{align-items:flex-start;flex-direction:column}
  .three-grid,.service-grid,.steps,.project-gallery,.offer-grid,.office-grid,.about-gallery,.mini-gallery{grid-template-columns:1fr}
  .project-card img,.project-card.small img,.project-gallery img,.project-gallery img.wide,.portrait,.office-photo,.about-gallery img{height:auto}
}


/* ===== V4 FINAL ===== */
.hero{
  min-height:760px;
  background-position:center center;
}
.hero h1{
  max-width:760px;
  font-size:clamp(3rem,5.4vw,5.35rem);
}
.hero-inner{
  padding-top:9.5rem;
  padding-bottom:5.5rem;
}
.dual-card{
  min-height:560px;
  background-position:center center;
}
.dual-content h2{
  font-size:clamp(2.7rem,4vw,4.15rem);
  max-width:540px;
}
.project-card .image-wrap{
  background:#dfe3da;
  border-radius:2px;
}
.project-card img{
  filter:saturate(.96) contrast(1.02);
}
.page-hero{
  min-height:600px;
}
.page-hero.arch,
.page-hero.land,
.philosophy{
  background-position:center center;
}
@media(max-width:960px){
  .hero{min-height:680px;}
  .hero h1{font-size:clamp(3rem,8vw,4.7rem);}
  .dual-card{min-height:500px;}
}
@media(max-width:640px){
  .hero{min-height:620px;}
  .hero h1{font-size:clamp(2.75rem,12vw,4rem);}
  .dual-card{min-height:460px;}
}
