

:root{
  --olive:#223127;
  --olive-2:#334838;
  --sage:#97A78E;
  --sand:#D9CFBC;
  --stone:#EDEAE4;
  --ivory:#F8F5EE;
  --terracotta:#B77B58;
  --ink:#1E211E;
  --muted:#666B65;
  --white:#FFFFFF;
  --line:rgba(30,33,30,.14);
  --shadow:0 16px 42px rgba(24,31,25,.10);
  --radius:18px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--ivory);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{font-size:.74rem;letter-spacing:.19em;text-transform:uppercase;color:var(--muted);font-weight:700}
.display{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:500;
  line-height:.93;
  letter-spacing:-.025em;
}
h1,h2,h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;margin:0 0 18px;line-height:1}
h1{font-size:clamp(3.2rem,7vw,6.8rem)}
h2{font-size:clamp(2.4rem,4.4vw,4.8rem)}
h3{font-size:clamp(1.55rem,2vw,2rem)}
p{margin:0 0 18px}
.lead{font-size:clamp(1.05rem,1.5vw,1.28rem);max-width:760px}
.small{font-size:.9rem;color:var(--muted)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.6rem;
  min-height:48px;padding:0 22px;border:1px solid var(--olive);
  background:var(--olive);color:white;font-size:.92rem;font-weight:600;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px);background:#18241d}
.btn.light{background:var(--ivory);color:var(--olive);border-color:var(--ivory)}
.btn.ghost{background:transparent;color:inherit;border-color:currentColor}
.btn.text{border:0;background:transparent;color:inherit;padding:0;min-height:auto}
.arrow{font-size:1.15em}
header{
  position:fixed;z-index:40;left:0;right:0;top:0;
  background:rgba(248,245,238,.93);backdrop-filter:blur(12px);
  border-bottom:1px solid var(--line)
}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:26px}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{width:34px;height:34px;position:relative}
.brand-mark:before,.brand-mark:after{
  content:"";position:absolute;background:var(--olive);border-radius:100% 0 100% 0;
  transform-origin:bottom right;
}
.brand-mark:before{width:11px;height:27px;left:8px;top:4px;transform:rotate(-28deg)}
.brand-mark:after{width:10px;height:22px;left:17px;top:8px;transform:rotate(28deg)}
.brand-name{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.85rem;letter-spacing:.17em}
.brand-sub{font-size:.48rem;letter-spacing:.19em;text-transform:uppercase;margin-top:-4px}
nav ul{list-style:none;display:flex;gap:30px;margin:0;padding:0;font-size:.91rem}
.nav-actions{display:flex;align-items:center;gap:18px}
.menu-btn{display:none;border:0;background:none;font-size:1.5rem}

.hero{
  min-height:100vh;padding-top:78px;
  background:
    linear-gradient(90deg,rgba(14,24,18,.78) 0%,rgba(14,24,18,.62) 34%,rgba(14,24,18,.22) 66%,rgba(14,24,18,.04) 100%),
    url('/assets/images/hero.png') center/cover;
  color:white;display:flex;align-items:flex-end;
}
.hero-inner{padding:110px 0 72px}
.hero h1{max-width:820px}
.hero .lead{max-width:650px;color:rgba(255,255,255,.9)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.hero-tag{position:absolute;right:4vw;bottom:54px;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;text-align:right}
.section{padding:110px 0}
.section.compact{padding:76px 0}
.bg-stone{background:var(--stone)}
.bg-olive{background:var(--olive);color:white}
.bg-sand{background:var(--sand)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.services-intro{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:42px}
.services-intro p{max-width:570px}
.card{background:rgba(255,255,255,.52);border:1px solid var(--line);overflow:hidden}
.card-img{aspect-ratio:4/3;object-fit:cover;width:100%}
.card-body{padding:22px}
.card .meta{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);margin-bottom:8px}
.card p{color:var(--muted);font-size:.94rem}
.card a{font-weight:600;font-size:.9rem}
.project-feature{
  display:grid;grid-template-columns:1.3fr .7fr;min-height:620px
}
.project-feature .image{
  background:url('/assets/images/twilight.png') center/cover
}
.project-feature .copy{padding:80px;display:flex;flex-direction:column;justify-content:center}
.steps{display:grid;grid-template-columns:1.1fr repeat(4,1fr);gap:28px}
.step-num{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.9rem;color:var(--muted);margin-bottom:14px}
.philosophy{display:grid;grid-template-columns:1fr 1fr;min-height:580px}
.philosophy .image{
  background:url('/assets/images/landscape.png') center/cover
}
.philosophy .copy{padding:80px;display:flex;justify-content:center;flex-direction:column;background:#efe8de}
.cta-band{padding:82px 0;background:var(--olive);color:white}
.cta-wrap{display:flex;align-items:end;justify-content:space-between;gap:30px}
.cta-wrap h2{max-width:760px;font-size:clamp(2.4rem,4.3vw,4.4rem)}
footer{background:#17221b;color:white;padding:44px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px}
.footer-links{display:grid;gap:8px;font-size:.92rem;color:rgba(255,255,255,.78)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:34px;padding-top:18px;font-size:.8rem;color:rgba(255,255,255,.58);display:flex;justify-content:space-between;gap:18px}

.page-hero{padding:170px 0 90px;background:var(--stone)}
.page-hero p{max-width:760px}
.split-media{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.split-media img{width:100%;height:100%;object-fit:cover}
.split-media .copy{padding:80px;display:flex;flex-direction:column;justify-content:center}
.service-list{display:grid;gap:12px;margin-top:24px}
.service-list span{border-top:1px solid var(--line);padding:14px 0}
.quote{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.2rem,4vw,4rem);line-height:1.02}
.project-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.project-tile{position:relative;min-height:480px;overflow:hidden}
.project-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.5s}
.project-tile:hover img{transform:scale(1.03)}
.project-overlay{position:absolute;inset:auto 0 0;padding:70px 28px 26px;background:linear-gradient(transparent,rgba(0,0,0,.65));color:white}
.project-overlay h3{margin-bottom:5px}
.form-shell{max-width:860px;margin:auto;background:white;padding:46px;border:1px solid var(--line);box-shadow:var(--shadow)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.field{display:grid;gap:8px}
.field.full{grid-column:1/-1}
label{font-size:.86rem;font-weight:600}
input,select,textarea{
  width:100%;border:1px solid #cfcfc8;background:#fbfaf7;padding:14px 15px;outline:none
}
textarea{min-height:140px;resize:vertical}
.choice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.choice{border:1px solid var(--line);padding:14px;background:#fbfaf7}
.form-step{padding:28px 0;border-top:1px solid var(--line)}
.form-step:first-of-type{border-top:0}
.form-step h3{font-size:1.65rem}
.note{padding:18px;background:#eef0ea;border-left:3px solid var(--olive)}

@media(max-width:980px){
  nav ul,.nav-actions .btn{display:none}
  .menu-btn{display:block}
  .grid-4{grid-template-columns:repeat(2,1fr)}
  .grid-3{grid-template-columns:1fr}
  .grid-2,.split-media,.philosophy,.project-feature{grid-template-columns:1fr}
  .project-feature .image{min-height:520px}
  .steps{grid-template-columns:1fr 1fr}
  .steps>div:first-child{grid-column:1/-1}
  .project-grid{grid-template-columns:1fr}
  .services-intro,.cta-wrap{align-items:start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,var(--max))}
  .nav{height:68px}
  .hero{padding-top:68px;min-height:92vh}
  .hero-inner{padding:90px 0 42px}
  .hero-tag{display:none}
  .section{padding:76px 0}
  .grid-4,.steps,.form-grid,.choice-grid,.footer-grid{grid-template-columns:1fr}
  .project-feature .copy,.philosophy .copy,.split-media .copy{padding:44px 24px}
  .form-shell{padding:26px 18px}
  .project-tile{min-height:380px}
  .footer-bottom{flex-direction:column}
}

/* v1 refinements */
body{overflow-x:hidden}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(183,123,88,.45);outline-offset:3px
}
.hero-inner{max-width:850px}
.hero .eyebrow{margin-bottom:18px}
.page-hero h1{max-width:980px}
.page-hero .lead{color:#4f554f}
.nav a:hover{opacity:.72}
.card,.project-tile,.btn{transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease}
.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.project-tile:hover{box-shadow:var(--shadow)}
.logo-lockup{display:flex;align-items:center;gap:12px}
.footer-brand-line{margin-top:8px;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.kicker{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.35rem;color:var(--terracotta)}
.fact-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.fact{background:var(--ivory);padding:26px}
.fact strong{display:block;font-family:"Cormorant Garamond",Georgia,serif;font-size:2.3rem;font-weight:500;line-height:1}
.faq{max-width:900px;margin:auto}
.faq details{border-top:1px solid var(--line);padding:18px 0}
.faq summary{cursor:pointer;font-weight:600}
.faq p{padding-top:12px;color:var(--muted)}
.tag-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}
.tag{border:1px solid var(--line);padding:8px 12px;font-size:.82rem;background:rgba(255,255,255,.45)}
@media(max-width:640px){
  .fact-row{grid-template-columns:1fr}
}



.cookie-banner{position:fixed;z-index:1000;left:18px;right:18px;bottom:18px;max-width:860px;margin:auto;background:#17221b;color:#fff;padding:22px 24px;box-shadow:0 20px 60px rgba(0,0,0,.28);display:none}
.cookie-banner.is-open{display:block}
.cookie-banner h3{font-size:1.45rem;margin:0 0 8px;color:#fff}
.cookie-banner p{font-size:.9rem;color:rgba(255,255,255,.76);margin:0 0 16px}
.cookie-actions{display:flex;gap:10px;flex-wrap:wrap}
.cookie-actions button{cursor:pointer}
.cookie-settings-link{border:0;background:none;color:rgba(255,255,255,.78);padding:0;text-align:left;cursor:pointer;font:inherit}
.cookie-settings-link:hover{text-decoration:underline}
.legal-links{margin-top:14px}
@media(max-width:640px){.cookie-banner{left:10px;right:10px;bottom:10px;padding:18px}}


/* Service detail pages */
.service-detail-hero{
  min-height:72vh;
  display:grid;
  grid-template-columns:1fr 1fr;
  margin-top:78px;
  background:var(--stone);
}
.service-detail-hero .copy{
  padding:90px max(40px,calc((100vw - var(--max))/2));
  padding-right:70px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.service-detail-hero .media{min-height:620px;overflow:hidden}
.service-detail-hero .media img{width:100%;height:100%;object-fit:cover}
.service-detail-hero h1{font-size:clamp(3.4rem,6vw,6.7rem)}
.service-detail-hero .lead{max-width:640px}
.service-pills{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 0}
.service-pill{border:1px solid var(--line);padding:8px 12px;font-size:.78rem;letter-spacing:.05em;background:rgba(255,255,255,.36)}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.feature-box{padding:28px;border-top:1px solid var(--line);background:rgba(255,255,255,.38)}
.feature-box .num{font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem;color:var(--terracotta);margin-bottom:20px}
.feature-box h3{font-size:1.65rem}
.feature-box p{color:var(--muted)}
.deliverables{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:35px}
.deliverable{padding:20px 0;border-top:1px solid var(--line);display:flex;gap:14px}
.deliverable .check{width:26px;height:26px;flex:0 0 26px;border-radius:50%;background:var(--olive);color:white;display:flex;align-items:center;justify-content:center;font-size:.82rem;margin-top:2px}
.service-dark{background:var(--olive);color:white}
.service-dark .eyebrow,.service-dark p{color:rgba(255,255,255,.72)}
.service-process{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(255,255,255,.18);margin-top:40px}
.service-process>div{padding:30px;background:var(--olive)}
.service-process .step-num{color:rgba(255,255,255,.55)}
.service-process p{color:rgba(255,255,255,.72)}
.service-side-note{padding:28px;background:var(--sand);font-family:"Cormorant Garamond",Georgia,serif;font-size:1.55rem;line-height:1.15}
.service-faq{max-width:920px}
.service-faq details{border-top:1px solid var(--line);padding:18px 0}
.service-faq summary{cursor:pointer;font-weight:600}
.service-faq details p{padding-top:10px;color:var(--muted)}
.related-services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:35px}
.related-card{padding:24px;border:1px solid var(--line);background:rgba(255,255,255,.42)}
.related-card h3{font-size:1.6rem}
@media(max-width:980px){
  .service-detail-hero{grid-template-columns:1fr;margin-top:68px}
  .service-detail-hero .copy{padding:70px 28px}
  .service-detail-hero .media{min-height:500px;order:-1}
  .feature-grid{grid-template-columns:1fr}
  .service-process{grid-template-columns:1fr 1fr}
  .related-services{grid-template-columns:1fr}
}
@media(max-width:640px){
  .deliverables,.service-process{grid-template-columns:1fr}
  .service-detail-hero .media{min-height:380px}
}
