
:root{
  --cream:#f4efe5;
  --paper:#fbf8f1;
  --green:#203b2b;
  --deep:#14251b;
  --brown:#966239;
  --ink:#181a18;
  --muted:#66665f;
  --line:#d9d1c4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
img{display:block;max-width:100%}
a{color:inherit}
.shell{width:min(1160px,calc(100% - 40px));margin:0 auto}
.site-header{height:84px;background:var(--paper);border-bottom:1px solid #e8e0d4;position:relative;z-index:20}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo img{width:240px;height:auto}
.nav{display:flex;align-items:center;gap:30px}
.nav a{text-decoration:none;font-size:.95rem;font-weight:700}
.nav-cta{background:var(--green);color:white;padding:12px 18px;border-radius:4px}
.menu-button{display:none;border:1px solid var(--line);background:transparent;padding:9px 12px;font-weight:700}
.hero{height:min(620px,66vw);min-height:470px;position:relative;overflow:hidden;background:var(--deep)}
.hero-photo{width:100%;height:100%;object-fit:cover;object-position:center 52%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,19,13,.76) 0%,rgba(10,19,13,.56) 39%,rgba(10,19,13,.15) 72%,rgba(10,19,13,.06) 100%)}
.hero-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:white}
.kicker{margin:0 0 13px;text-transform:uppercase;letter-spacing:2px;font-size:.74rem;font-weight:800}
.kicker.dark{color:#795736}
h1,h2,h3{font-family:Georgia,'Times New Roman',serif}
h1{font-size:clamp(3rem,6vw,5.4rem);line-height:.98;letter-spacing:-2px;margin:0 0 22px;max-width:850px}
.hero-sub{font-size:1.15rem;max-width:590px;margin:0 0 28px;color:#f3efe7}
.button{display:inline-block;border:0;border-radius:3px;padding:13px 21px;text-decoration:none;font-weight:800;font-size:.98rem;cursor:pointer}
.button.light{background:#f3eee4;color:var(--deep)}
.button.brown{background:var(--brown);color:white}
.services{padding:72px 0 76px;background:var(--paper)}
.section-heading{margin-bottom:28px}
h2{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.02;letter-spacing:-1.3px;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.service img{width:100%;aspect-ratio:1.55/1;object-fit:cover;margin-bottom:17px}
.service h3{font-size:1.75rem;margin:0 0 7px}
.service p{margin:0;color:var(--muted);font-size:.97rem}
.about{padding:76px 0;background:var(--cream)}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.about-copy{font-size:1.08rem;color:#474842;padding-top:7px}
.about-copy p{margin-top:0}
.service-area{font-size:.96rem;color:#5c5c55;margin-top:24px!important}
.quote{background:var(--deep);color:white;padding:78px 0}
.quote-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:74px;align-items:start}
.quote-intro h2{max-width:390px}
.quote-intro>p:last-child{color:#d5ddd7;max-width:360px;font-size:1.04rem}
.quote-form{display:grid;gap:15px}
.quote-form .row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.quote-form label{font-size:.82rem;font-weight:700;color:#e8ebe9}
.quote-form input,.quote-form select,.quote-form textarea{display:block;width:100%;margin-top:6px;border:1px solid rgba(255,255,255,.35);border-radius:2px;background:#f9f7f1;color:#1e211f;padding:12px 13px;font:inherit}
.quote-form textarea{min-height:115px;resize:vertical}
.quote-form .button{justify-self:start;margin-top:2px}
.hidden{position:absolute;left:-9999px}
footer{background:var(--paper);padding:28px 0;border-top:1px solid #e7dfd3}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-inner img{width:180px}
.footer-inner p{margin:3px 0;text-align:right;font-size:.86rem;color:#4f514d}
.footer-inner .legal{font-size:.75rem;color:#77776f}
@media(max-width:780px){
  .site-header{height:74px}.logo img{width:205px}.menu-button{display:block}.nav{display:none;position:absolute;left:0;right:0;top:74px;background:var(--paper);padding:20px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.nav.open{display:flex}.nav a{text-align:center}.hero{height:560px}.hero-shade{background:linear-gradient(90deg,rgba(10,19,13,.75),rgba(10,19,13,.25))}.hero-photo{object-position:46% 50%}h1{letter-spacing:-1px}.services{padding:55px 0}.service-grid{grid-template-columns:1fr;gap:38px}.about{padding:58px 0}.about-grid,.quote-grid{grid-template-columns:1fr;gap:30px}.quote{padding:58px 0}.quote-form .row{grid-template-columns:1fr}.footer-inner{flex-direction:column;align-items:flex-start}.footer-inner p{text-align:left}}
