:root {
  --forest: #103c2a;
  --forest-deep: #09271c;
  --lime: #d7ef3f;
  --cream: #f6f7ef;
  --white: #ffffff;
  --ink: #172019;
  --muted: #647068;
  --line: #dce2d9;
  --radius: 22px;
  --shadow: 0 22px 65px rgba(8, 30, 21, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--lime); color: var(--forest-deep); font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { height: 84px; display: flex; align-items: center; gap: 2.2rem; padding: 0 clamp(1rem, 4vw, 4.5rem); background: rgba(246,247,239,.96); border-bottom: 1px solid rgba(16,60,42,.12); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; margin-right: auto; }
.brand-logo { width: 56px; height: 56px; object-fit: contain; background: white; border-radius: 50%; box-shadow: 0 5px 18px rgba(8,30,21,.14); }
.brand-copy { display: flex; flex-direction: column; color: var(--forest); font-family: "Archivo Black", sans-serif; font-size: 1.1rem; line-height: 1; text-transform: uppercase; }
.brand-copy small { margin-top: .35rem; font-family: "Manrope", sans-serif; font-size: .62rem; letter-spacing: .15em; font-weight: 800; }
.site-header nav { display: flex; align-items: center; gap: 1.7rem; }
.site-header nav a { text-decoration: none; font-weight: 700; }
.site-header nav a:hover { color: #2d704e; }
.header-call { padding: .7rem 1rem; border: 1px solid var(--forest); border-radius: 999px; color: var(--forest); text-decoration: none; font-weight: 800; white-space: nowrap; }
.menu-button { display: none; border: 1px solid var(--forest); border-radius: 999px; background: transparent; padding: .55rem .8rem; font-weight: 800; color: var(--forest); }

.hero { min-height: calc(100svh - 84px); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--forest-deep); }
.hero-image { position: absolute; inset: 0; background: url("assets/hero.webp") center 65% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,15,.92) 0%, rgba(7,29,20,.74) 43%, rgba(7,29,20,.18) 72%), linear-gradient(0deg, rgba(4,22,15,.68), transparent 50%); }
.hero-content { position: relative; z-index: 1; color: var(--white); max-width: 840px; padding: clamp(4rem, 9vw, 8.5rem) clamp(1.2rem, 7vw, 7.5rem); }
.eyebrow { margin: 0 0 1rem; color: var(--lime); font-size: .82rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.dark { color: #2d704e; }
h1, h2, h3 { margin: 0; line-height: 1.03; }
h1, h2 { font-family: "Archivo Black", sans-serif; letter-spacing: -.04em; text-transform: uppercase; }
h1 { max-width: 760px; font-size: clamp(3rem, 7.2vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4.5vw, 4.5rem); }
.hero-lede { max-width: 650px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.25rem; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; }
.button-primary { background: var(--lime); color: var(--forest-deep); box-shadow: 0 12px 35px rgba(215,239,63,.18); }
.button-primary:hover { background: #e6f86a; }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.72); background: rgba(255,255,255,.08); }
.button-secondary:hover { background: rgba(255,255,255,.16); }
.trust-list { display: flex; flex-wrap: wrap; gap: .55rem 1.6rem; list-style: none; padding: 0; margin: 2.2rem 0 0; color: rgba(255,255,255,.8); font-size: .9rem; font-weight: 700; }
.trust-list li::before { content: "✓"; color: var(--lime); margin-right: .5rem; }

.section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.2rem, 6vw, 7rem); }
.section-heading { max-width: 860px; }
.section-heading > p:last-child { max-width: 660px; margin: 1.3rem 0 0; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin-top: 3.2rem; }
.service-card { min-height: 270px; display: flex; flex-direction: column; padding: 1.7rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.service-card.featured { background: var(--forest); color: white; border-color: var(--forest); }
.service-number { margin-bottom: auto; color: #7b887f; font-size: .8rem; letter-spacing: .12em; font-weight: 800; }
.featured .service-number { color: var(--lime); }
.service-card h3 { margin-top: 2rem; font-size: 1.45rem; }
.service-card p { margin: .8rem 0 0; color: var(--muted); }
.featured p { color: rgba(255,255,255,.74); }
.action-card { background: var(--lime); border-color: var(--lime); }
.service-card.action-card { grid-column: span 2; }
.action-card .eyebrow { color: var(--forest); margin-bottom: auto; }
.action-card a { margin-top: 1rem; font-weight: 800; }

.work-section { background: var(--forest-deep); color: white; padding-bottom: clamp(4rem, 7vw, 7rem); }
.work-intro { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 2.5rem; }
.section-heading.light { max-width: 720px; }
.work-note { max-width: 460px; margin: 0; color: rgba(255,255,255,.68); }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 310px; grid-auto-flow: dense; gap: .8rem; padding: 0 clamp(1.2rem, 3vw, 3rem); }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 18px; background: #244333; }
.gallery-wide { grid-column: span 2; }
.gallery-tall { grid-row: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,18,12,.82), transparent 55%); pointer-events: none; }
.gallery-item figcaption { position: absolute; z-index: 1; left: 1.2rem; right: 1.2rem; bottom: 1rem; display: flex; flex-direction: column; line-height: 1.35; }
.gallery-item figcaption span { color: rgba(255,255,255,.72); font-size: .85rem; }

.owner-section { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; background: white; }
.owner-copy { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.2rem, 7vw, 7rem); }
.owner-copy > p:not(.eyebrow) { max-width: 650px; color: var(--muted); font-size: 1.1rem; }
.owner-points { display: grid; gap: 1.2rem; margin-top: 2.3rem; }
.owner-points div { display: grid; grid-template-columns: 115px 1fr; gap: 1rem; padding-top: 1.1rem; border-top: 1px solid var(--line); }
.owner-points strong { color: var(--forest); }
.owner-points span { color: var(--muted); }
.owner-section > img { height: 100%; min-height: 650px; object-fit: cover; }

.reviews-section { padding: clamp(4.5rem, 9vw, 8rem) clamp(1.2rem, 6vw, 7rem); background: var(--cream); }
.reviews-heading { display: flex; justify-content: space-between; align-items: end; gap: 2rem; }
.reviews-heading > div:first-child { max-width: 760px; }
.rating-summary { min-width: 270px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .15rem .8rem; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: 18px; background: white; }
.rating-summary strong { grid-row: span 2; color: var(--forest); font-family: "Archivo Black", sans-serif; font-size: 3rem; line-height: 1; }
.rating-summary > span:last-child { color: var(--muted); font-size: .86rem; }
.stars { color: #f5b700; letter-spacing: .08em; }
.review-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin-top: 3rem; }
.review-card { display: flex; flex-direction: column; min-height: 300px; margin: 0; padding: clamp(1.4rem,3vw,2.2rem); border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.review-card.review-featured { grid-row: span 2; background: var(--forest); color: white; }
.review-top { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .8rem; font-weight: 700; }
.review-featured .review-top { color: rgba(255,255,255,.64); }
.review-card blockquote { margin: 2rem 0; font-size: clamp(1.05rem,1.6vw,1.3rem); line-height: 1.6; }
.review-featured blockquote { font-size: clamp(1.25rem,2.1vw,1.75rem); }
.review-card figcaption { margin-top: auto; color: var(--forest); font-weight: 800; }
.review-featured figcaption { color: var(--lime); }

.estimate-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 7vw, 7rem); padding: clamp(4.5rem, 9vw, 8rem) clamp(1.2rem, 7vw, 7rem); background: var(--forest); color: white; }
.estimate-copy { align-self: start; position: sticky; top: 120px; }
.estimate-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.quick-contact { display: grid; gap: .8rem; margin-top: 2rem; }
.quick-contact a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.2); text-decoration: none; }
.quick-contact span { color: rgba(255,255,255,.62); }
.quick-contact strong { color: var(--lime); }
.estimate-form { display: grid; gap: 1rem; padding: clamp(1.3rem, 3vw, 2.5rem); background: white; color: var(--ink); border-radius: 28px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.estimate-form label { display: grid; gap: .45rem; font-size: .88rem; font-weight: 800; }
.optional { color: var(--muted); font-size: .78rem; font-weight: 600; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; min-height: 50px; padding: .8rem .9rem; border: 1px solid #ccd5ce; border-radius: 12px; background: #fbfcf9; color: var(--ink); }
.estimate-form textarea { resize: vertical; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { outline: 3px solid rgba(215,239,63,.55); border-color: var(--forest); }
.submit-button { margin-top: .3rem; font-size: 1rem; }
.form-note { margin: 0; color: var(--muted); text-align: center; font-size: .78rem; }

footer { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 2rem; align-items: center; padding: 2.5rem clamp(1.2rem, 6vw, 7rem); background: #071a12; color: rgba(255,255,255,.72); }
.footer-brand .brand-copy { color: white; }
.footer-logo { width: 72px; height: 72px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 1.4rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .menu-button { display: block; }
  .header-call { display: none; }
  .site-header nav { display: none; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: .5rem 1rem 1rem; background: var(--cream); border-bottom: 1px solid var(--line); }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: .9rem; border-bottom: 1px solid var(--line); }
  .hero { min-height: calc(100svh - 72px); }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .work-intro { display: block; }
  .work-note { margin-top: 1.3rem; }
  .gallery { grid-template-columns: repeat(2,1fr); }
  .owner-section, .estimate-section { grid-template-columns: 1fr; }
  .reviews-heading { display: grid; }
  .owner-section > img { min-height: 520px; }
  .estimate-copy { position: static; }
}

@media (max-width: 640px) {
  .brand-copy small { display: none; }
  .brand-logo { width: 48px; height: 48px; }
  .hero-content { padding-top: 5rem; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.5rem); }
  .hero-shade { background: linear-gradient(0deg, rgba(4,22,15,.95) 0%, rgba(4,22,15,.76) 62%, rgba(4,22,15,.24) 100%); }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: .5rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card.action-card { grid-column: span 1; }
  .service-card { min-height: 235px; }
  .gallery { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-wide, .gallery-tall { grid-column: span 1; grid-row: span 1; }
  .owner-section > img { min-height: 380px; }
  .owner-points div { grid-template-columns: 1fr; gap: .25rem; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card.review-featured { grid-row: auto; }
  .rating-summary { min-width: 0; }
  .field-row { grid-template-columns: 1fr; }
  .quick-contact a { flex-direction: column; gap: .2rem; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gallery-item img { transition: none; }
}
