@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap");

:root {
  --paper: #f4f1e9;
  --paper-dark: #e7e3d8;
  --ink: #1f332d;
  --muted: #617069;
  --green: #31584c;
  --green-dark: #24463c;
  --mint: #d9e3d5;
  --line: rgba(31, 51, 45, .16);
  --white: #fbfaf6;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; line-height: 1.6; }
a { color: inherit; }
.container { margin: 0 auto; max-width: 1180px; padding-left: 32px; padding-right: 32px; }
.site-header { border-bottom: 1px solid var(--line); }
.nav { align-items: center; display: flex; justify-content: space-between; min-height: 86px; }
.brand { align-items: center; display: inline-flex; text-decoration: none; }
.brand-logo { display: block; height: 54px; object-fit: contain; width: 176px; }
.brand strong { font-weight: 700; }
.brand-mark { align-items: center; background: var(--green); border-radius: 50%; color: var(--paper); display: inline-flex; font-family: Georgia, serif; font-size: 1.15rem; height: 34px; justify-content: center; width: 34px; }
.nav-links { align-items: center; display: flex; gap: 34px; list-style: none; }
.nav-links a { color: var(--muted); font-size: .85rem; text-decoration: none; }
.nav-links a:hover, .text-link:hover { color: var(--green); }
.nav-cta { border: 1px solid var(--green); border-radius: 30px; color: var(--green) !important; padding: 11px 17px; }
.nav-cta span, .button span { margin-left: 8px; }
.menu-toggle { display: none; }
.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: 1.03fr .97fr; min-height: 610px; padding-bottom: 70px; padding-top: 62px; }
.eyebrow, .section-label { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 11px; }
.eyebrow-line { background: var(--green); display: inline-block; height: 1px; width: 31px; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(3.6rem, 6.7vw, 6.1rem); margin: 27px 0; max-width: 680px; }
h1 em, h2 em { color: var(--green); font-family: "Playfair Display", serif; font-weight: 500; }
.hero-text { color: var(--muted); font-size: 1.06rem; max-width: 490px; }
.hero-actions { align-items: center; display: flex; gap: 28px; margin-top: 37px; }
.button { border-radius: 28px; display: inline-flex; font-size: .85rem; font-weight: 700; padding: 15px 21px; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: var(--green-dark); }
.text-link { color: var(--green); font-size: .82rem; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 1.1rem; margin-left: 8px; }
.hero-art { background: var(--mint); height: 445px; overflow: hidden; position: relative; }
.sun { background: #d7b475; border-radius: 50%; height: 185px; left: 31%; position: absolute; top: 45px; width: 185px; }
.hill { border-radius: 50% 50% 0 0; bottom: -85px; height: 275px; position: absolute; transform: rotate(-10deg); width: 115%; }
.hill-back { background: #98b096; left: -18%; }
.hill-front { background: var(--green); bottom: -150px; left: 12%; transform: rotate(12deg); }
.plant { bottom: 66px; position: absolute; }
.plant i { background: var(--green-dark); border-radius: 100% 0; display: block; height: 53px; position: absolute; transform-origin: bottom left; width: 20px; }
.plant i:nth-child(1) { transform: rotate(-32deg); }
.plant i:nth-child(2) { transform: rotate(28deg) translate(8px, -4px); }
.plant i:nth-child(3) { transform: rotate(-4deg) translate(6px, -8px); }
.plant-one { left: 19%; transform: scale(1.3); }
.plant-two { bottom: 30px; right: 13%; transform: rotate(15deg) scale(.8); }
.hero-note { align-items: center; background: var(--paper); bottom: 27px; display: flex; gap: 13px; padding: 14px 18px; position: absolute; right: 26px; }
.hero-note span { color: var(--green); font-family: "Playfair Display", serif; font-size: 2rem; }
.hero-note small { color: var(--muted); font-size: .65rem; line-height: 1.3; text-transform: uppercase; }
.section { padding-bottom: 110px; padding-top: 110px; }
.intro { border-top: 1px solid var(--line); }
.intro-content { display: grid; gap: 100px; grid-template-columns: .9fr 1fr; margin-top: 42px; }
h2 { font-size: clamp(2.5rem, 4.2vw, 4rem); }
.intro-content p { color: var(--muted); font-size: .97rem; margin-bottom: 18px; max-width: 520px; }
.intro-content .lead { color: var(--ink); font-size: 1.17rem; line-height: 1.5; }
.section-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 48px; }
.section-heading h2 { max-width: 475px; text-align: right; }
.service-grid { display: grid; gap: 15px; grid-template-columns: repeat(3, 1fr); }
.service-card { background: var(--paper-dark); min-height: 325px; padding: 28px; position: relative; }
.service-card:nth-child(odd) { background: var(--green); color: var(--white); }
.service-card-featured { background: var(--green); color: var(--white); }
.service-number { font-size: .67rem; font-weight: 700; letter-spacing: .12em; opacity: .65; }
.service-icon { font-size: 2rem; margin: 36px 0 20px; }
.service-card h3 { font-size: 1.23rem; letter-spacing: -.02em; margin-bottom: 10px; }
.service-card p { color: var(--muted); font-size: .86rem; max-width: 240px; }
.service-card:nth-child(odd) p { color: #dbe4d9; }
.experience { background: var(--green); color: var(--white); }
.experience-inner { display: grid; gap: 100px; grid-template-columns: .9fr 1fr; }
.experience .section-label { color: #b6c9bd; }
.experience h2 { margin-bottom: 30px; }
.experience h2 em { color: #bfd2bc; }
.experience p { color: #dbe4d9; font-size: .98rem; max-width: 500px; }
.stats { border-top: 1px solid rgba(255,255,255,.25); display: flex; gap: 55px; margin-top: 45px; padding-top: 20px; }
.stats div { display: flex; flex-direction: column; }
.stats strong { font-family: "Playfair Display", serif; font-size: 2.2rem; font-weight: 500; }
.stats span { color: #b6c9bd; font-size: .7rem; text-transform: uppercase; }
.contact { padding-bottom: 120px; padding-top: 120px; }
.contact-card { align-items: end; background: #c6d6c2; display: grid; gap: 55px; grid-template-columns: 190px 1fr 1fr; padding: 58px 65px; }
.contact-image-wrap { align-self: center; }
.contact-image-button { background: none; border: 0; cursor: pointer; display: block; padding: 0; }
.contact-image { aspect-ratio: 768 / 1365; border-radius: 12px; display: block; height: 135px; max-height: 135px; max-width: 76px; object-fit: cover; width: 76px; }
.contact-card h2 { margin-top: 24px; }
.contact-copy { padding-bottom: 5px; }
.contact-copy p { color: var(--green); font-size: 1rem; margin-bottom: 28px; max-width: 290px; }
.contact-links { align-items: flex-start; display: flex; flex-direction: column; gap: 14px; }
.contact-links > a:not(.button) { color: var(--green); font-size: .86rem; font-weight: 700; text-decoration: none; }
.contact-links > a:not(.button):hover { text-decoration: underline; }
.button-light { background: var(--paper); color: var(--green); }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0; }
.footer-inner { align-items: center; display: flex; justify-content: space-between; }
.footer-inner p { color: var(--muted); font-size: .7rem; }
.image-modal[hidden] { display: none; }
.image-modal { align-items: center; display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 10; }
.image-modal-backdrop { background: rgba(15, 29, 25, .78); inset: 0; position: absolute; }
.image-modal-content { max-height: calc(100vh - 48px); max-width: min(90vw, 620px); position: relative; z-index: 1; }
.image-modal-content img { border: 8px solid var(--paper); border-radius: 8px; display: block; max-height: calc(100vh - 48px); max-width: 100%; object-fit: contain; }
.image-modal-close { background: var(--paper); border: 0; border-radius: 50%; color: var(--ink); cursor: pointer; font-size: 1.7rem; height: 36px; line-height: 1; position: absolute; right: -16px; top: -16px; width: 36px; z-index: 2; }
.image-modal-close:hover { background: var(--white); }
.sr-only { height: 1px; margin: -1px; overflow: hidden; position: absolute; width: 1px; clip: rect(0, 0, 0, 0); }

@media (max-width: 760px) {
  .container { padding-left: 22px; padding-right: 22px; }
  .nav { min-height: 72px; position: relative; }
  .brand-logo { height: 46px; width: 150px; }
  .menu-toggle { background: none; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: 8px; }
  .menu-toggle > span:not(.sr-only) { background: var(--green); display: block; height: 1px; width: 23px; }
  .nav-links { background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 20px; left: -22px; padding: 24px 22px 28px; position: absolute; right: -22px; top: 72px; z-index: 2; }
  .nav-links.is-open { display: flex; }
  .hero { display: block; min-height: auto; padding-bottom: 65px; padding-top: 55px; }
  h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .hero-art { height: 300px; margin-top: 55px; }
  .hero-note { bottom: 16px; right: 16px; }
  .section { padding-bottom: 75px; padding-top: 75px; }
  .intro-content, .experience-inner, .contact-card { display: block; }
  .intro-content { margin-top: 28px; }
  .intro-content > div { margin-top: 30px; }
  .section-heading { align-items: start; display: block; }
  .section-heading h2 { margin-top: 25px; text-align: left; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .experience h2 { margin-top: 25px; }
  .stats { gap: 20px; justify-content: space-between; }
  .stats strong { font-size: 1.7rem; }
  .contact-card { padding: 38px 28px; }
  .contact-image { height: 125px; max-height: 125px; max-width: 70px; margin-bottom: 32px; width: 70px; }
  .contact-copy { margin-top: 38px; }
  .footer-inner { align-items: start; flex-direction: column; gap: 12px; }
}
