:root {
  --green: #707766;
  --green-dark: #4d5548;
  --green-deep: #30362e;
  --orange: #ff9500;
  --orange-dark: #df7900;
  --cream: #f7f5ef;
  --white: #ffffff;
  --ink: #242820;
  --muted: #70736b;
  --line: rgba(112, 119, 102, .22);
  --shadow: 0 24px 70px rgba(48, 54, 46, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin: auto; }

.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 20;
  background: #ffffff;
  color: var(--green-deep);
  box-shadow: 0 8px 30px rgba(48, 54, 46, .08);
}
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 300px; max-width: 62vw; display: block; }
.nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.nav a { opacity: .86; transition: .2s ease; }
.nav a:hover { opacity: 1; color: var(--orange-dark); }
.nav-cta { border: 1px solid var(--green); padding: 11px 17px; }
.menu-toggle { display: none; background: none; border: 0; color: white; font-size: 28px; }

.hero {
  min-height: 780px; position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 80% 22%, rgba(255,149,0,.18), transparent 24%),
    linear-gradient(135deg, #4d5548 0%, #30362e 62%, #252b24 100%);
  color: var(--white);
}
.hero-grid {
  position: absolute; inset: 0; opacity: .08;
  background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}
.hero-content { min-height: 780px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; padding-top: 85px; }
.hero-copy { padding: 70px 0; position: relative; z-index: 2; }
.eyebrow, .section-label { color: var(--orange); text-transform: uppercase; font-weight: 800; font-size: 11px; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 30px; height: 2px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(54px, 6.1vw, 86px);
  line-height: .98; letter-spacing: -.045em; margin: 22px 0 28px;
}
h1 em { color: #ffb84d; font-style: normal; }
.hero-copy > p { max-width: 600px; color: rgba(255,255,255,.74); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 34px 0 52px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 20px;
  min-height: 52px; padding: 0 23px; border: 1px solid transparent;
  font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .08em;
  cursor: pointer; transition: transform .2s, background .2s, color .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--orange); color: #2b241a; }
.btn-primary:hover { background: #ffac2e; }
.btn-ghost { border-color: rgba(255,255,255,.42); color: white; }
.btn-ghost:hover { background: white; color: var(--green-dark); }
.btn span { font-size: 20px; line-height: 0; }
.hero-meta { display: flex; gap: 0; }
.hero-meta > div { padding: 0 28px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-meta > div:first-child { padding-left: 0; border-left: 0; }
.hero-meta strong, .hero-meta span { display: block; }
.hero-meta strong { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.hero-meta span { color: rgba(255,255,255,.5); font-size: 11px; margin-top: 3px; }

.hero-art { height: 560px; position: relative; align-self: end; margin-bottom: 0; }
.sun {
  position: absolute; width: 340px; height: 340px; border-radius: 50%;
  right: 10%; top: 7%; background: rgba(255,149,0,.17); box-shadow: 0 0 100px rgba(255,149,0,.18);
}
.building { position: absolute; bottom: 0; transform: skewY(-7deg); transform-origin: bottom; }
.building-back { right: 14%; width: 160px; height: 360px; background: #5f675a; opacity: .75; }
.building-main {
  right: 24%; width: 270px; height: 455px;
  background: linear-gradient(90deg, #8c9383 0 8%, #6f7768 8% 100%);
  box-shadow: 28px 0 0 rgba(255,255,255,.04);
}
.building-main:before {
  content: ""; position: absolute; left: -60px; top: -55px; width: 0; height: 0;
  border-left: 135px solid transparent; border-right: 135px solid transparent; border-bottom: 70px solid #858c7d;
}
.building-main i {
  position: relative; display: inline-block; width: 40px; height: 58px;
  margin: 28px 9px 0 14px; background: rgba(255,255,255,.14);
  border-top: 3px solid rgba(255,149,0,.75);
}
.ground { position: absolute; bottom: -80px; right: -20%; width: 120%; height: 160px; background: var(--orange); transform: rotate(-5deg); opacity: .9; }
.art-badge {
  position: absolute; right: 3%; top: 44%; width: 125px; height: 125px; border-radius: 50%;
  background: var(--cream); color: var(--green-dark); display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center; box-shadow: var(--shadow);
}
.art-badge span { font-family: "Playfair Display", serif; font-size: 30px; font-weight: 800; color: var(--orange-dark); }
.art-badge small { font-size: 9px; line-height: 1.2; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.trust-strip { background: var(--orange); color: #322719; }
.trust-inner { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.trust-inner p { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.trust-line { height: 1px; flex: 1; background: rgba(50,39,25,.35); }
.trust-location { white-space: nowrap; }

.section { padding: 120px 0; }
.two-col { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.section h2 {
  font-family: "Playfair Display", serif; font-size: clamp(42px, 5vw, 66px);
  line-height: 1.02; letter-spacing: -.04em; margin: 18px 0 0;
}
.section h2 span { color: var(--green); }
.about { background: var(--cream); }
.about-copy { padding-top: 14px; max-width: 640px; }
.about-copy p { color: var(--muted); font-size: 16px; }
.about-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.5; }
.about-copy .lead strong { color: var(--green-dark); }

.services { background: var(--white); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 55px; }
.section-heading > p { max-width: 320px; color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card {
  min-height: 330px; padding: 28px; background: var(--cream); border: 1px solid transparent;
  position: relative; transition: .25s ease;
}
.service-card:hover { transform: translateY(-7px); border-color: var(--line); box-shadow: var(--shadow); }
.service-card.featured { background: var(--green); color: white; }
.service-icon { color: var(--orange); font-weight: 900; font-size: 12px; letter-spacing: .1em; }
.service-card h3 { font-family: "Playfair Display", serif; font-size: 27px; line-height: 1.1; margin: 75px 0 16px; }
.service-card p { color: var(--muted); font-size: 13px; }
.service-card.featured p { color: rgba(255,255,255,.68); }
.card-arrow { position: absolute; bottom: 25px; right: 28px; font-size: 25px; color: var(--orange); }

.why-us { background: var(--green-deep); color: white; }
.why-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.why-visual { height: 470px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at 50% 50%, rgba(255,149,0,.18), transparent 45%); }
.outline-house {
  position: absolute; width: 250px; height: 250px; border: 2px solid rgba(255,255,255,.25);
  left: 50%; top: 50%; transform: translate(-50%,-40%) rotate(45deg); 
}
.outline-house:before, .outline-house:after { content:""; position:absolute; background:var(--orange); }
.outline-house:before { width: 150px; height: 2px; top: 48px; left: -26px; transform: rotate(-45deg); }
.outline-house:after { width: 150px; height: 2px; bottom: 48px; right: -26px; transform: rotate(-45deg); }
.why-number { position: absolute; left: 28px; bottom: 22px; color: var(--orange); font-size: 70px; font-family:"Playfair Display",serif; font-weight: 800; }
.why-visual > span { position: absolute; right: 26px; top: 25px; font-size: 10px; font-weight: 800; letter-spacing: .18em; line-height: 1.5; color: rgba(255,255,255,.55); }
.why-copy h2 { color: white; margin-bottom: 50px; }
.why-copy h2 span { color: #ffb84d; }
.reason { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.13); }
.reason > span { color: var(--orange); font-weight: 900; font-size: 12px; }
.reason h3 { margin: 0 0 5px; font-size: 16px; }
.reason p { margin: 0; color: rgba(255,255,255,.56); font-size: 13px; max-width: 530px; }

.cta { background: var(--orange); color: #2e271e; padding: 70px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.section-label.light { color: rgba(46,39,30,.7); }
.cta h2 { font-family:"Playfair Display",serif; font-size: clamp(42px,5vw,62px); line-height:1; letter-spacing:-.04em; margin: 12px 0 0; }
.btn-light { background: var(--green-deep); color: white; }
.btn-light:hover { background: var(--green-dark); }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 110px; align-items: center; }
.contact-intro { color: var(--muted); max-width: 450px; margin: 28px 0 38px; }
.contact-details { display: grid; gap: 24px; }
.detail { display: flex; align-items: start; gap: 16px; }
.detail-icon { width: 38px; height: 38px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; font-weight: 900; }
.detail small { display:block; font-size:9px; font-weight:900; letter-spacing:.15em; color:var(--green); margin-bottom:4px; }
.detail strong { font-size: 14px; line-height: 1.6; }
.contact-card { background: white; padding: 34px; box-shadow: var(--shadow); border-top: 4px solid var(--orange); }
.card-top { display:flex; justify-content:space-between; font-size:9px; font-weight:900; letter-spacing:.15em; color:var(--green); }
.contact-card h3 { font-family:"Playfair Display",serif; font-size: 37px; line-height:1.05; margin: 35px 0 28px; }
form { display:grid; gap:17px; }
label { font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; color:var(--green-dark); }
input, textarea {
  display:block; width:100%; border:0; border-bottom:1px solid var(--line); background:transparent;
  padding:11px 0; margin-top:4px; outline:0; font: inherit; font-size:13px; color:var(--ink); resize:vertical;
}
input:focus, textarea:focus { border-color:var(--orange); }
.full { width:100%; border:0; margin-top:5px; }

footer { background: #252b24; color: rgba(255,255,255,.6); }
.footer-inner { min-height: 100px; display:flex; align-items:center; justify-content:space-between; gap:25px; }
.footer-brand img { width: 220px; max-width: 40vw; }
.footer-inner p, .footer-inner a { margin:0; font-size:10px; letter-spacing:.06em; }
.footer-inner a { color:var(--orange); font-weight:800; }

@media (max-width: 950px) {
  .nav { gap: 18px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-art { display:none; }
  .hero { min-height: 720px; }
  .hero-content { min-height: 720px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .two-col, .why-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .why-visual { max-width: 550px; }
  .contact-grid { gap: 60px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 30px, 1160px); }
  .nav-wrap { height: 78px; }
  .brand img { width: 250px; }
  .menu-toggle { display:block; }
  .nav {
    display:none; position:absolute; top:78px; left:15px; right:15px; padding:20px;
    background:var(--green-deep); flex-direction:column; align-items:stretch; gap:0;
    box-shadow:var(--shadow);
  }
  .nav.open { display:flex; color: white; }
  .nav a { padding:13px 0; border-bottom:1px solid rgba(255,255,255,.1); }
  .nav-cta { text-align:center; margin-top:10px; }
  h1 { font-size: 52px; }
  .hero-copy { padding: 80px 0 40px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-meta { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
  .hero-meta > div { padding:0 0 0 14px; }
  .trust-inner { flex-wrap:wrap; padding:20px 0; gap:10px; }
  .trust-line { display:none; }
  .trust-location { width:100%; }
  .section { padding:85px 0; }
  .section-heading, .cta-inner, .footer-inner { flex-direction:column; align-items:flex-start; }
  .section-heading { gap:20px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card { min-height:290px; }
  .service-card h3 { margin-top:55px; }
  .why-visual { height:350px; }
  .contact-card { padding:25px 20px; }
  .contact-card h3 { font-size:32px; }
  .footer-inner { padding:30px 0; }
}
