:root{
  --green:#0f5f46;
  --ink:#151816;
  --deep:#0d1510;
  --paper:#ffffff;
  --muted:#6f756f;
  --line:#dfe3df;
  --soft:#f2f4f2;
  --accent:#ff5a46;
  --max:1120px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:"DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height:1.5;
}

a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}

.site-header{
  max-width:var(--max);
  margin:0 auto;
  padding:28px 28px 18px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:24px;
}

.brand{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-size:12px;
  line-height:.95;
  font-weight:600;
  letter-spacing:-.02em;
}
.brand-mark{
  width:14px;
  height:24px;
  margin-top:1px;
  background:var(--green);
  clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
}
nav{display:flex;gap:22px;font-size:13px;color:#404640}
nav a:hover{color:var(--green)}

.section-shell{
  max-width:var(--max);
  margin:0 auto;
  padding-left:28px;
  padding-right:28px;
}

.hero{
  padding-top:90px;
  padding-bottom:110px;
}
.eyebrow{
  margin:0 0 20px;
  font-size:12px;
  letter-spacing:.02em;
  color:#556059;
}
.hero h1{
  max-width:980px;
  margin:0;
  font-family:"Manrope", sans-serif;
  font-weight:500;
  font-size:clamp(42px,6vw,78px);
  line-height:1.03;
  letter-spacing:-.045em;
}
.hero h1 span{color:var(--green)}
.intro,.section-copy{
  max-width:760px;
  margin:30px 0 0;
  color:#5f665f;
  font-size:15px;
}

.gallery-section{
  padding-bottom:120px;
}
.gallery-section h2,
.contact h2{
  margin:0;
  max-width:820px;
  font-family:"Manrope", sans-serif;
  font-weight:500;
  font-size:clamp(34px,4.5vw,58px);
  letter-spacing:-.035em;
  line-height:1.05;
}
.gallery{
  margin-top:38px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
}
.gallery-item{
  margin:0;
  aspect-ratio:1/1;
  background:
    linear-gradient(135deg, rgba(15,95,70,.08), rgba(15,95,70,.18)),
    var(--soft);
  overflow:hidden;
}

.promise{
  background:var(--deep);
  color:white;
  padding:105px 28px;
}
.promise-inner{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}
.promise .eyebrow{color:#4e8a72}
.promise h2{
  margin:0;
  font-family:"Manrope", sans-serif;
  font-weight:400;
  font-size:clamp(38px,5.2vw,68px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.promise h2 span{color:var(--green)}

.contact{
  padding-top:110px;
  padding-bottom:120px;
  text-align:center;
}
.contact .section-copy{
  margin-left:auto;
  margin-right:auto;
}
.contact-form{
  max-width:620px;
  margin:44px auto 0;
  display:grid;
  gap:18px;
  text-align:left;
}
.contact-form label{
  font-size:13px;
  font-weight:500;
}
.contact-form input,
.contact-form textarea{
  width:100%;
  margin-top:7px;
  border:1px solid var(--line);
  background:#f7f8f7;
  border-radius:10px;
  padding:14px 15px;
  font:inherit;
  color:var(--ink);
}
.contact-form input:focus,
.contact-form textarea:focus{
  outline:2px solid rgba(15,95,70,.22);
  border-color:var(--green);
}
button{
  justify-self:start;
  border:0;
  border-radius:999px;
  background:var(--accent);
  color:white;
  padding:13px 20px;
  font:inherit;
  font-weight:600;
  cursor:pointer;
}
button:hover{filter:brightness(.96)}
.hidden{display:none}

footer{
  background:#eef0ee;
  padding:54px 28px;
  text-align:center;
  color:#697069;
  font-size:12px;
}
.footer-brand{
  margin:0 0 7px;
  color:var(--ink);
  font-size:22px;
}
footer p{margin:6px 0}

@media (max-width:760px){
  .site-header{padding-top:22px}
  nav{gap:14px;font-size:12px}
  .hero{padding-top:64px;padding-bottom:86px}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .gallery-section{padding-bottom:90px}
  .promise{padding:80px 24px}
  .contact{padding-top:88px;padding-bottom:94px}
}

@media (max-width:520px){
  .site-header{align-items:center}
  nav a:nth-child(2){display:none}
  .hero h1{font-size:42px}
  .gallery{grid-template-columns:1fr}
}


/* Centered layout refinement */
.hero,
.gallery-section,
.contact {
  text-align: center;
}

.hero .eyebrow,
.gallery-section .eyebrow,
.contact .eyebrow,
.hero h1,
.gallery-section h2,
.contact h2,
.intro,
.section-copy {
  margin-left: auto;
  margin-right: auto;
}

.site-header {
  align-items: center;
}

.email-cta-wrap {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.email-cta {
  display: inline-block;
  border-radius: 999px;
  background: var(--green);
  color: white;
  padding: 14px 22px;
  font-weight: 600;
  transition: transform .15s ease, filter .15s ease;
}

.email-cta:hover {
  filter: brightness(.96);
  transform: translateY(-1px);
}


@media (max-width: 760px) {
  .site-header {
    align-items: center;
  }
}


/* Welcome block: black background to match Our Promise */
.hero {
  max-width: none;
  background: var(--deep);
  color: white;
  padding-left: max(28px, calc((100vw - var(--max)) / 2 + 28px));
  padding-right: max(28px, calc((100vw - var(--max)) / 2 + 28px));
}
.hero .eyebrow { color: #4e8a72; }
.gallery-detail { margin-top: 12px; }

/* Hero heading balance */
.hero h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-wrap: balance;
}


/* Add breathing room between dark hero and gallery section */
.gallery-section {
  padding-top: 90px;
}
