:root {
  --forest: #0a3a2b;
  --forest-deep: #05261d;
  --leaf: #7cab35;
  --leaf-bright: #a8cd55;
  --cream: #f6f3ea;
  --paper: #fbfaf6;
  --ink: #173027;
  --muted: #68766f;
  --line: rgba(10, 58, 43, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.topbar { background: var(--forest-deep); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .06em; }
.topbar-inner { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.topbar a:hover { color: white; }

.site-header { background: rgba(251,250,246,.96); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.nav-wrap { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-copy { display: flex; flex-direction: column; line-height: .95; }
.brand-copy strong { color: var(--forest); text-transform: uppercase; letter-spacing: -.035em; font-size: 22px; }
.brand-copy small { color: #758179; font-size: 10px; letter-spacing: .08em; margin-top: 7px; }
.leaf-mark { position: relative; width: 40px; height: 46px; display: inline-block; }
.leaf { position: absolute; display: block; width: 17px; height: 27px; border-radius: 90% 10% 90% 10%; background: var(--leaf); transform-origin: bottom left; }
.leaf-one { left: 19px; top: 0; transform: rotate(6deg); }
.leaf-two { left: 4px; top: 12px; width: 16px; height: 24px; background: var(--forest); transform: rotate(-53deg); }
.leaf-three { left: 22px; top: 18px; width: 12px; height: 20px; background: #c4c748; transform: rotate(32deg); }
.stem { position: absolute; width: 2px; height: 30px; background: var(--leaf); left: 19px; top: 14px; transform: rotate(10deg); }
.nav-links { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.nav-links a { font-size: 13px; font-weight: 700; color: #42564d; transition: color .2s; }
.nav-links a:hover { color: var(--leaf); }
.nav-phone { border-left: 1px solid var(--line); padding-left: 26px; display: flex; flex-direction: column; gap: 4px; }
.nav-phone span { color: #849088; text-transform: uppercase; font-size: 9px; letter-spacing: .16em; }
.nav-phone strong { color: var(--forest); font-size: 14px; }

.hero {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(5,38,29,.97) 0%, rgba(5,38,29,.90) 39%, rgba(5,38,29,.54) 65%, rgba(5,38,29,.24) 100%),
    url("../assets/garden-hero.png") center / cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0; opacity: .16;
  background-image: radial-gradient(rgba(255,255,255,.16) .6px, transparent .6px);
  background-size: 7px 7px;
}
.hero-glow { position: absolute; width: 760px; height: 760px; right: -240px; top: -320px; border-radius: 50%; background: rgba(169,205,85,.10); filter: blur(4px); }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; position: relative; z-index: 1; }
.hero-copy { padding: 72px 0 82px; max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--leaf-bright); text-transform: uppercase; letter-spacing: .21em; font-size: 11px; font-weight: 800; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(48px, 6.1vw, 78px); line-height: .98; margin: 0; max-width: 760px; }
.hero h1 em, .section-heading h2 em { color: var(--leaf-bright); font-weight: 400; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--forest); }
.button-light:hover { background: white; }
.button span { font-size: 18px; font-weight: 400; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.4); padding: 6px 0; font-weight: 700; font-size: 13px; }
.hero-visual { min-height: 100%; position: relative; }
.hero-visual::before { content: ""; position: absolute; width: 270px; height: 360px; top: 78px; right: 18px; border-top: 1px solid rgba(255,255,255,.22); border-right: 1px solid rgba(255,255,255,.22); }
.hero-visual::after { content: ""; position: absolute; width: 78px; height: 1px; top: 78px; right: 210px; background: var(--leaf-bright); }
.hero-card { position: absolute; right: 38px; bottom: 78px; width: 152px; height: 132px; padding: 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(5,38,29,.55); backdrop-filter: blur(10px); display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; z-index: 2; }
.hero-card-number { font-family: Georgia, serif; font-size: 54px; line-height: .9; color: var(--leaf-bright); }
.hero-card-label { font-size: 9px; line-height: 1.45; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.65); padding-bottom: 3px; }
.promise-row { min-height: 104px; border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(3,1fr); position: relative; z-index: 1; }
.promise-row > div { display: grid; grid-template-columns: 34px 1fr; align-content: center; column-gap: 14px; padding: 20px 34px 20px 0; }
.promise-row > div + div { border-left: 1px solid rgba(255,255,255,.14); padding-left: 34px; }
.promise-row span { grid-row: 1 / 3; color: var(--leaf-bright); font-family: Georgia, serif; font-size: 19px; }
.promise-row strong { font-size: 12px; letter-spacing: .04em; }
.promise-row small { margin-top: 5px; color: rgba(255,255,255,.48); font-size: 10px; }

.section { padding: 112px 0; }
.services { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.eyebrow-green { color: #769a3a; margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 4.6vw, 58px); line-height: 1.04; color: var(--forest); }
.section-heading h2 em { color: #7fa23e; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0 0 4px; max-width: 420px; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 282px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); transition: background .2s, transform .2s; }
.service-card:hover { background: white; transform: translateY(-3px); box-shadow: 0 18px 40px rgba(23,48,39,.07); }
.service-number { color: #98a29d; font: 12px Georgia, serif; }
.service-line { height: 1px; width: 30px; background: var(--leaf); margin: 20px 0 32px; }
.service-card h3 { color: var(--forest); font: 400 24px Georgia, serif; margin: 0 0 14px; }
.service-card p { color: var(--muted); font-size: 12px; line-height: 1.7; min-height: 62px; margin: 0; }
.service-card a { display: inline-flex; gap: 10px; align-items: center; margin-top: 22px; color: #648932; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.service-card a span { font-size: 13px; }

.process { background: var(--forest-deep); color: white; }
.process-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 60px; }
.process-heading .eyebrow { margin: 0 0 8px; }
.process-heading h2 { margin: 0; color: white; font: 400 clamp(38px, 4.6vw, 58px)/1.04 Georgia, serif; letter-spacing: -.045em; text-align: right; }
.process-heading h2 em { color: var(--leaf-bright); font-weight: 400; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.process-grid article { position: relative; padding: 34px 34px 8px 0; }
.process-grid article + article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.12); }
.process-grid article > span { display: block; color: rgba(255,255,255,.40); font: 13px Georgia, serif; }
.process-dot { width: 9px; height: 9px; border: 2px solid var(--leaf-bright); border-radius: 50%; margin: 24px 0 32px; box-shadow: 0 0 0 6px rgba(168,205,85,.08); }
.process-grid h3 { margin: 0 0 12px; font: 400 22px Georgia, serif; }
.process-grid p { max-width: 210px; margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.7; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 620px; }
.about-statement { position: relative; background: #e5e3d8; padding: 64px 56px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; }
.about-statement::before { content: ""; position: absolute; width: 420px; height: 420px; left: -130px; top: -120px; border-radius: 50%; background: radial-gradient(circle, rgba(124,171,53,.24), rgba(124,171,53,0) 68%); }
.about-statement::after { content: "P"; position: absolute; right: -14px; top: -48px; color: rgba(10,58,43,.06); font: 430px/.9 Georgia, serif; }
.about-statement .leaf-mark { transform: scale(1.45); transform-origin: left bottom; margin-bottom: 50px; z-index: 1; }
.about-statement p { position: relative; z-index: 1; margin: 0; color: var(--forest); font: 400 clamp(28px,3vw,40px)/1.15 Georgia, serif; letter-spacing: -.035em; }
.about-copy { padding: 96px 0 96px 92px; align-self: center; }
.about-copy h2 { margin: 0; color: var(--forest); font: 400 clamp(40px,4.5vw,58px)/1.02 Georgia, serif; letter-spacing: -.045em; }
.about-copy h2 em { color: #789a3e; font-weight: 400; }
.about-lead { max-width: 590px; color: var(--muted); font-size: 14px; line-height: 1.8; margin: 26px 0 36px; }
.about-points { border-top: 1px solid var(--line); max-width: 620px; }
.about-points > div { display: grid; grid-template-columns: 36px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.about-points strong { color: #84a24b; font: 12px Georgia, serif; padding-top: 2px; }
.about-points span { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.about-points b { color: var(--forest); font-size: 12px; }
.about-points small { color: #78857e; font-size: 10px; text-align: right; }

.contact { position: relative; overflow: hidden; background: var(--forest); color: white; }
.contact::after { content: ""; position: absolute; right: -170px; bottom: -310px; width: 650px; height: 650px; border-radius: 50%; border: 1px solid rgba(168,205,85,.14); box-shadow: 0 0 0 70px rgba(168,205,85,.025), 0 0 0 140px rgba(168,205,85,.018); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.contact-copy h2 { margin: 0; color: white; font: 400 clamp(44px,5.2vw,66px)/1 Georgia, serif; letter-spacing: -.045em; }
.contact-copy h2 em { color: var(--leaf-bright); font-weight: 400; }
.contact-copy > p:last-child { max-width: 520px; margin: 26px 0 0; color: rgba(255,255,255,.61); font-size: 14px; line-height: 1.8; }
.contact-card { border: 1px solid rgba(255,255,255,.15); background: rgba(5,38,29,.48); backdrop-filter: blur(10px); }
.contact-option { min-height: 94px; display: grid; grid-template-columns: 46px 1fr 26px; gap: 18px; align-items: center; padding: 20px 26px; transition: background .2s; }
.contact-option + .contact-option { border-top: 1px solid rgba(255,255,255,.14); }
.contact-option:hover { background: rgba(255,255,255,.06); }
.contact-icon { width: 42px; height: 42px; border: 1px solid rgba(168,205,85,.42); display: grid; place-items: center; color: var(--leaf-bright); font: 11px Georgia, serif; }
.contact-option > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.contact-option small { color: rgba(255,255,255,.42); text-transform: uppercase; letter-spacing: .14em; font-size: 8px; }
.contact-option strong { font-size: 13px; overflow-wrap: anywhere; }
.contact-option > b { color: var(--leaf-bright); font-size: 18px; font-weight: 400; }

.footer { background: #041d16; color: white; padding: 54px 0 24px; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 54px; padding-bottom: 42px; }
.brand-footer .brand-copy strong { color: white; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.42); }
.footer-main > p { margin: 0; max-width: 630px; color: rgba(255,255,255,.40); font-size: 10px; line-height: 1.8; letter-spacing: .03em; }
.footer-top { color: var(--leaf-bright); text-transform: uppercase; font-size: 9px; letter-spacing: .12em; font-weight: 800; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; padding-top: 22px; color: rgba(255,255,255,.30); font-size: 9px; letter-spacing: .05em; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-bottom: 42px; }
  .hero-visual { display: none; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .process-heading { align-items: flex-start; flex-direction: column; }
  .process-heading h2 { text-align: left; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding-left: 0; }
  .process-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .about-grid { grid-template-columns: .7fr 1.3fr; }
  .about-statement { padding: 48px 34px; }
  .about-copy { padding-left: 54px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-main { grid-template-columns: 1fr auto; }
  .footer-main > p { grid-column: 1 / -1; order: 3; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 32px, 1180px); }
  .topbar-inner { justify-content: center; min-height: 30px; }
  .topbar-inner a { display: none; }
  .nav-wrap { min-height: 74px; }
  .brand-copy strong { font-size: 19px; }
  .leaf-mark { transform: scale(.88); transform-origin: left center; width: 35px; }
  .nav-phone { padding-left: 14px; }
  .nav-phone span { display: none; }
  .nav-phone strong { font-size: 11px; }
  .hero-copy { padding: 58px 0 44px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { width: 100%; justify-content: space-between; }
  .promise-row { grid-template-columns: 1fr; padding: 10px 0; }
  .promise-row > div, .promise-row > div + div { min-height: 72px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.1); padding: 14px 0; }
  .promise-row > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 236px; padding: 25px; }
  .process-heading { margin-bottom: 36px; }
  .process-heading h2 { font-size: 39px; }
  .process-grid { grid-template-columns: 1fr; border-top: 1px solid rgba(255,255,255,.16); }
  .process-grid article, .process-grid article + article, .process-grid article:nth-child(3) { min-height: 150px; border-left: 0; border-top: 1px solid rgba(255,255,255,.10); padding: 24px 0; display: grid; grid-template-columns: 34px 24px 1fr; grid-template-rows: auto auto; gap: 2px 12px; align-items: center; }
  .process-grid article:first-child { border-top: 0; }
  .process-grid article > span { grid-row: 1 / 3; }
  .process-dot { grid-row: 1 / 3; margin: 0; }
  .process-grid h3 { margin: 0; }
  .process-grid p { margin-top: 5px; }
  .about-grid { width: 100%; grid-template-columns: 1fr; }
  .about-statement { min-height: 330px; padding: 38px 28px; }
  .about-copy { padding: 70px 16px; }
  .about-copy h2 { font-size: 40px; }
  .about-points span { align-items: flex-start; flex-direction: column; gap: 4px; }
  .about-points small { text-align: left; }
  .contact-grid { gap: 36px; }
  .contact-copy h2 { font-size: 44px; }
  .contact-option { grid-template-columns: 42px 1fr 18px; gap: 12px; padding: 18px; }
  .footer { padding-bottom: 86px; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-top { justify-self: start; }
  .footer-main > p { grid-column: 1; order: initial; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-actions { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 56px; box-shadow: 0 -8px 28px rgba(5,38,29,.16); }
  .mobile-actions a { display: grid; place-items: center; background: var(--cream); color: var(--forest); text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; }
  .mobile-actions a + a { background: var(--leaf); color: #082a1f; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
}
