:root {
  --forest: #153c2e;
  --forest-dark: #0a261c;
  --leaf: #dce9ac;
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --ink: #14231b;
  --muted: #67736b;
  --line: rgba(20, 35, 27, .15);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .8rem 1rem; background: var(--white); color: var(--forest); border-radius: .3rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: min(100% - 8vw, 1440px); margin: auto; padding: 1.4rem 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.28); }
.brand { display: inline-flex; align-items: center; gap: .7rem; width: max-content; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border: 1px solid currentColor; border-radius: 50%; }
.brand-mark svg { width: 1.7rem; height: 1.7rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-weight: 500; text-transform: none; letter-spacing: .01em; }
.brand small { margin-top: .28rem; font-size: .54rem; letter-spacing: .35em; }
nav { display: flex; gap: clamp(1.5rem, 4vw, 3.6rem); }
nav a { position: relative; font-size: .82rem; font-weight: 700; text-decoration: none; }
nav a::after { position: absolute; content: ""; left: 0; right: 100%; bottom: -.45rem; height: 1px; background: currentColor; transition: right .25s ease; }
nav a:hover::after, nav a:focus-visible::after { right: 0; }
.header-call { justify-self: end; padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.6); border-radius: 99px; font-size: .76rem; font-weight: 800; text-decoration: none; transition: .2s ease; }
.header-call:hover { background: var(--white); color: var(--forest); }

.hero { position: relative; display: flex; align-items: center; min-height: 760px; height: 94vh; padding: 8rem max(5vw, calc((100vw - 1440px) / 2)); color: var(--white); background: var(--forest) url("assets/earthly-hero.jpg") center / cover no-repeat; overflow: hidden; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,24,17,.88) 0%, rgba(5,24,17,.61) 38%, rgba(5,24,17,.08) 74%), linear-gradient(0deg, rgba(3,17,12,.35), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: min(740px, 62vw); margin-top: 3rem; }
.eyebrow, .kicker { margin: 0 0 1.5rem; color: #466252; font-size: .72rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .8rem; color: var(--leaf); }
.eyebrow span { width: 2.8rem; height: 1px; background: currentColor; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { max-width: 780px; font-size: clamp(3.6rem, 7.1vw, 7.4rem); line-height: .91; }
h1 em { color: var(--leaf); font-weight: 400; }
.hero-copy { max-width: 610px; margin: 2rem 0 0; color: rgba(255,255,255,.83); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1rem; margin-top: 2.2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.7rem; padding: .8rem 1.55rem; border: 1px solid transparent; border-radius: 99px; font-size: .82rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--leaf); color: var(--forest-dark); }
.button-primary:hover { background: var(--white); }
.button-quiet { color: var(--white); }
.button-quiet span { margin-left: .7rem; }
.hero-note { position: absolute; z-index: 1; right: 4vw; bottom: 2.3rem; padding-left: 1rem; border-left: 2px solid var(--leaf); color: rgba(255,255,255,.75); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.hero-note strong { display: block; margin-bottom: .2rem; color: var(--white); }

.section { padding: clamp(5rem, 9vw, 9rem) max(5vw, calc((100vw - 1320px) / 2)); }
.intro { display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 8vw; background: var(--paper); }
.section-heading h2, .contact h2 { max-width: 800px; font-size: clamp(3rem, 5vw, 5.5rem); line-height: .98; }
.intro-copy { align-self: end; max-width: 480px; margin: 0 0 .5rem; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.home-service-list { grid-column: 1 / -1; display: grid; gap: 1.4rem; margin-top: clamp(3.5rem, 7vw, 6.5rem); }
.home-service { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 430px; overflow: hidden; background: var(--white); }
.home-service.reverse .home-service-photo { order: 2; }
.home-service.reverse .home-service-detail { order: 1; }
.home-service-photo { position: relative; min-height: 400px; overflow: hidden; }
.home-service-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.home-service:hover .home-service-photo img { transform: scale(1.025); }
.home-service-photo span { position: absolute; left: 1.4rem; bottom: 1.4rem; display: grid; place-items: center; width: 3.2rem; height: 3.2rem; border-radius: 50%; color: var(--forest); background: var(--leaf); font-family: Georgia, serif; font-size: .82rem; }
.home-service-detail { display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 5rem); }
.home-service-detail .kicker { margin-bottom: 1rem; }
.home-service-detail h3 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.8rem, 4.2vw, 4.8rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.home-service-detail > p:last-child { margin: 1.5rem 0 0; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.brochure-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2rem; padding: 1.4rem 1.5rem; background: var(--cream); }
.brochure-cta p { margin: 0; font-family: Georgia, serif; font-size: 1.25rem; }
.brochure-cta .button span { margin-left: .6rem; }

.why { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; background: var(--forest); color: var(--white); }
.kicker.light { color: var(--leaf); }
.why h2 { max-width: 650px; font-size: clamp(3rem, 4.8vw, 5.3rem); line-height: .98; }
.why-panel > p:not(.kicker) { max-width: 560px; margin: 2rem 0; color: rgba(255,255,255,.7); line-height: 1.8; }
.text-link { display: inline-flex; gap: .8rem; padding-bottom: .35rem; border-bottom: 1px solid var(--leaf); color: var(--leaf); font-size: .86rem; font-weight: 800; text-decoration: none; }
.why-list { align-self: center; border-top: 1px solid rgba(255,255,255,.18); }
.why-list > div { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; padding: 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.why-list strong { color: var(--leaf); font-family: Georgia, serif; font-weight: 400; }
.why-list span { color: rgba(255,255,255,.66); line-height: 1.55; }
.why-list b { display: block; margin-bottom: .35rem; color: var(--white); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }

.contact { position: relative; overflow: hidden; text-align: center; background: var(--leaf); }
.contact::before, .contact::after { position: absolute; content: ""; width: 36vw; height: 36vw; border: 1px solid rgba(21,60,46,.15); border-radius: 50%; }
.contact::before { left: -21vw; bottom: -22vw; }
.contact::after { right: -23vw; top: -23vw; }
.contact .kicker { position: relative; }
.contact h2 { position: relative; margin: auto; color: var(--forest-dark); }
.contact > p:not(.kicker) { position: relative; margin: 1.5rem auto; color: #486053; }
.contact-actions { position: relative; display: flex; justify-content: center; align-items: center; gap: 1.5rem; margin-top: 2rem; }
.button-dark { background: var(--forest); color: var(--white); }
.button-dark:hover { background: var(--forest-dark); }
.email-link { padding: .8rem .2rem; border-bottom: 1px solid rgba(21,60,46,.45); font-size: .88rem; font-weight: 800; text-decoration: none; }

footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 2rem; padding: 3.5rem max(5vw, calc((100vw - 1320px) / 2)); color: rgba(255,255,255,.65); background: var(--forest-dark); font-size: .75rem; line-height: 1.65; }
.footer-brand { color: var(--white); }
footer p { margin: 0; }
.copyright { justify-self: end; text-align: right; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { min-height: 700px; }
  .hero-content { width: min(680px, 88vw); }
  .intro { grid-template-columns: 1fr; }
  .intro-copy { margin-top: 1.7rem; }
  .home-service { grid-template-columns: 1fr; }
  .home-service.reverse .home-service-photo, .home-service.reverse .home-service-detail { order: initial; }
  .why { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > p:not(.copyright) { display: none; }
}

@media (max-width: 620px) {
  .site-header { width: calc(100% - 2rem); padding: 1rem 0; }
  .brand strong { font-size: 1.05rem; }
  .brand-mark { width: 2.2rem; height: 2.2rem; }
  .header-call span { display: none; }
  .hero { min-height: 680px; height: 100svh; padding: 7rem 1.2rem 5rem; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,24,17,.88), rgba(5,24,17,.3)), linear-gradient(0deg, rgba(3,17,12,.6), transparent 60%); }
  .hero-content { width: 100%; }
  h1 { font-size: clamp(3.25rem, 16vw, 4.8rem); }
  .hero-copy { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 320px); }
  .button-quiet { justify-content: flex-start; padding-left: .8rem; }
  .hero-note { display: none; }
  .section { padding: 5rem 1.2rem; }
  .section-heading h2, .contact h2, .why h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .brochure-cta { align-items: stretch; flex-direction: column; }
  .home-service-photo { min-height: 280px; }
  .home-service-detail { padding: 2.5rem 1.5rem 3rem; }
  .contact-actions { flex-direction: column; }
  footer { grid-template-columns: 1fr; padding: 3rem 1.2rem; }
  .copyright { justify-self: start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
