:root {
  --ink: #102521;
  --blueprint: #163b59;
  --evergreen: #1f5b43;
  --leaf: #6f9a58;
  --citrus: #e9bd4a;
  --limestone: #f1eddf;
  --paper: #fbfaf5;
  --white: #fff;
  --line: rgba(16, 37, 33, .18);
  --shadow: 0 24px 70px rgba(7, 31, 27, .18);
  --display: "Archivo Black", "Arial Black", sans-serif;
  --body: "Manrope", "Avenir Next", sans-serif;
  --utility: "IBM Plex Mono", ui-monospace, monospace;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img {
  max-width: 100%;
  display: block;
}

a { color: inherit; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--citrus);
  outline-offset: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 700;
}

.skip-link:focus { transform: translateY(0); }

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad { padding: clamp(80px, 10vw, 144px) 0; }

.eyebrow {
  margin: 0 0 18px;
  color: var(--citrus);
  font-family: var(--utility);
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow.dark { color: var(--evergreen); }

h1, h2, h3, p { margin-top: 0; }

h1, h2 {
  margin-bottom: 24px;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

h1 { font-size: clamp(3.1rem, 7.4vw, 7rem); }
h2 { font-size: clamp(2.35rem, 4.5vw, 4.65rem); }
h3 { line-height: 1.25; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 14px 21px;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
}

.button:hover { transform: translateY(-2px); }

.button-call {
  color: var(--ink);
  background: var(--citrus);
}

.button-call:hover { background: #f4ca5d; }

.button-book {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .7);
}

.button-book:hover { background: rgba(255, 255, 255, .16); }

.button-small {
  min-height: 42px;
  padding: 10px 14px;
  font-size: .78rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-row.compact .button { min-height: 46px; }

.site-header {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 50%;
  width: min(1240px, calc(100vw - 32px));
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  transform: translateX(-50%);
  padding: 12px 14px 12px 18px;
  color: var(--white);
  background: rgba(9, 29, 28, .93);
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 18px 45px rgba(5, 22, 20, .22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  text-decoration: none;
}

.brand img { flex: 0 0 auto; }

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-copy strong {
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .7);
  font-family: var(--utility);
  font-size: .58rem;
  letter-spacing: .04em;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-nav > a:not(.button) {
  color: rgba(255, 255, 255, .82);
  font-size: .79rem;
  font-weight: 600;
  text-decoration: none;
}

.site-nav > a:not(.button):hover { color: var(--white); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav .button-call { color: var(--ink); }
.site-nav .button-book { color: var(--white); }

.menu-toggle {
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .3);
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  position: absolute;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease;
}

.menu-toggle span:last-child { transform: translateY(6px); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.hero {
  position: relative;
  min-height: 860px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: var(--ink) url("/assets/hero-garden.jpg") center/cover no-repeat;
  isolation: isolate;
}

.hero-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 28, 27, .93) 0%, rgba(7, 28, 27, .76) 48%, rgba(7, 28, 27, .24) 78%, rgba(7, 28, 27, .12) 100%),
    linear-gradient(0deg, rgba(7, 28, 27, .74), transparent 55%);
}

.hero-grid {
  min-height: 785px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
  align-items: center;
  gap: 40px;
  padding-top: 150px;
  padding-bottom: 82px;
}

.hero-copy { max-width: 770px; }

.hero h1 span {
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, .72);
}

.hero-lede {
  max-width: 680px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.hero-note {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .65);
  font-size: .82rem;
}

.site-plan {
  position: relative;
  justify-self: end;
  width: min(100%, 470px);
  color: rgba(255, 255, 255, .72);
}

.site-plan svg {
  width: 100%;
  filter: drop-shadow(0 24px 60px rgba(0, 0, 0, .3));
}

.site-plan path,
.site-plan circle {
  vector-effect: non-scaling-stroke;
  fill: rgba(255, 255, 255, .025);
  stroke: currentColor;
  stroke-width: 1.25;
}

.site-plan .plan-path {
  fill: none;
  stroke: var(--citrus);
  stroke-width: 3;
  stroke-dasharray: 780;
  stroke-dashoffset: 780;
  animation: draw-plan 2.2s .45s cubic-bezier(.2, .8, .2, 1) forwards;
}

.site-plan .plan-bed { stroke-dasharray: 5 6; }
.site-plan .plan-tree { fill: rgba(111, 154, 88, .2); }

.site-plan text {
  fill: rgba(255, 255, 255, .75);
  font-family: var(--utility);
  font-size: 11px;
  letter-spacing: .08em;
}

.plan-caption {
  position: absolute;
  right: 18px;
  bottom: 16px;
  font-family: var(--utility);
  font-size: .62rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@keyframes draw-plan { to { stroke-dashoffset: 0; } }

.hero-scope {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: rgba(10, 31, 29, .96);
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.hero-scope span {
  padding: 20px 28px;
  border-right: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .78);
  font-family: var(--utility);
  font-size: .68rem;
  letter-spacing: .07em;
  text-align: center;
  text-transform: uppercase;
}

.hero-scope span:last-child { border-right: 0; }

.intro { background: var(--limestone); }

.intro-grid {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: start;
}

.section-heading h2 { max-width: 850px; }

.intro-copy {
  padding-top: 40px;
  border-top: 1px solid var(--line);
  font-size: 1.03rem;
}

.intro-copy p { margin-bottom: 22px; }

.text-link {
  display: inline-flex;
  gap: 14px;
  color: var(--evergreen);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.services {
  color: var(--white);
  background: var(--blueprint);
}

.split-heading {
  display: grid;
  grid-template-columns: 1.25fr .55fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 56px;
}

.split-heading > p {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .72);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.service-card {
  min-height: 285px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  transition: background-color .25s ease;
}

.service-card:hover { background: rgba(255, 255, 255, .055); }

.service-mark {
  display: block;
  margin-bottom: 46px;
  color: var(--citrus);
  font-family: var(--utility);
  font-size: 2rem;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.28rem;
}

.service-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .7);
  font-size: .91rem;
}

.mid-cta {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.mid-cta p { max-width: 530px; margin-bottom: 0; }

.image-story { background: var(--paper); }

.story-grid {
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: clamp(50px, 8vw, 115px);
  align-items: center;
}

.story-image { margin: 0; }

.story-image-main img {
  width: 100%;
  min-height: 650px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.story-image figcaption {
  max-width: 540px;
  margin-top: 18px;
  font-family: var(--utility);
  font-size: .7rem;
  letter-spacing: .03em;
}

.story-copy > p:not(.eyebrow) { max-width: 590px; }

.story-image-detail {
  width: min(78%, 440px);
  margin: 55px 0 0 auto;
}

.story-image-detail img { aspect-ratio: 4/3; object-fit: cover; }

.process {
  color: var(--white);
  background: var(--evergreen);
}

.process-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(60px, 10vw, 150px);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .25);
}

.process-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.process-list li > span {
  color: var(--citrus);
  font-family: var(--utility);
  font-size: .75rem;
}

.process-list h3 { margin-bottom: 10px; font-size: 1.32rem; }
.process-list p { margin-bottom: 0; color: rgba(255, 255, 255, .72); }

.standards { background: var(--limestone); }

.standards-grid {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
}

.standards-photo img {
  width: 100%;
  min-height: 640px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.standards-photo p {
  margin: 15px 0 0;
  font-family: var(--utility);
  font-size: .65rem;
  line-height: 1.5;
}

.check-list {
  margin: 40px 0 28px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.check-list li {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.check-list span {
  color: var(--evergreen);
  font-family: var(--utility);
  font-size: .7rem;
}

.fine-print { color: rgba(16, 37, 33, .67); font-size: .78rem; }

.local {
  color: var(--white);
  background: var(--ink);
}

.local-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(55px, 9vw, 130px);
  align-items: center;
}

.local-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255, 255, 255, .72); }

.local address {
  margin-top: 38px;
  padding-left: 20px;
  border-left: 3px solid var(--citrus);
  font-style: normal;
}

.local address a { color: var(--citrus); font-weight: 700; }

.local-photo {
  margin: 0;
  min-height: 600px;
}

.local-photo img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; }

.faq { background: var(--paper); }

.faq-grid {
  display: grid;
  grid-template-columns: .75fr 1.1fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
}

.faq-list { border-top: 1px solid var(--line); }

.faq details { border-bottom: 1px solid var(--line); }

.faq summary {
  position: relative;
  padding: 24px 52px 24px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }

.faq summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 4px;
  color: var(--evergreen);
  font-family: var(--utility);
  font-size: 1.45rem;
}

.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 680px; padding: 0 50px 22px 0; color: rgba(16, 37, 33, .75); }
.faq details a { color: var(--evergreen); font-weight: 700; }

.final-cta {
  position: relative;
  min-height: 660px;
  display: grid;
  place-items: center;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
}

.final-cta > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta-overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 30, 28, .94), rgba(8, 30, 28, .68) 62%, rgba(8, 30, 28, .22));
}

.final-cta-content { padding-block: 100px; }
.final-cta-content h2 { max-width: 850px; }
.final-cta-content > p:not(.eyebrow) { max-width: 590px; color: rgba(255, 255, 255, .78); }

.site-footer {
  padding: 76px 0 100px;
  color: rgba(255, 255, 255, .72);
  background: #091c1b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr repeat(3, .6fr);
  gap: 55px;
}

.footer-brand p { max-width: 470px; margin: 24px 0 0; }

.footer-grid h2 {
  margin-bottom: 16px;
  color: var(--white);
  font-family: var(--utility);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-grid .footer-call { color: var(--citrus); font-weight: 700; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 58px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-family: var(--utility);
  font-size: .62rem;
  line-height: 1.5;
}

.mobile-action-bar { display: none; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1060px) {
  .site-header { top: 12px; }
  .menu-toggle { display: grid; }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: min(420px, calc(100vw - 32px));
    max-height: calc(100vh - 110px);
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 20px;
    overflow: auto;
    background: rgba(9, 29, 28, .98);
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open { display: flex; }

  .site-nav > a:not(.button) {
    padding: 13px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    font-size: .9rem;
  }

  .nav-actions { margin-top: 18px; align-items: stretch; flex-direction: column; }
  .nav-actions .button { width: 100%; }

  .hero-grid { grid-template-columns: 1fr .62fr; }
  .site-plan { opacity: .72; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 32px, 680px); }

  body { padding-bottom: 62px; }
  .section-pad { padding: 82px 0; }
  .brand-copy small { white-space: normal; }

  .hero { min-height: 800px; }
  .hero-grid {
    min-height: 745px;
    grid-template-columns: 1fr;
    padding-top: 150px;
    padding-bottom: 58px;
  }

  .site-plan { display: none; }
  .hero-overlay {
    background: linear-gradient(90deg, rgba(7, 28, 27, .94), rgba(7, 28, 27, .66)), linear-gradient(0deg, rgba(7, 28, 27, .78), transparent 54%);
  }

  .hero-scope { grid-template-columns: repeat(2, 1fr); }
  .hero-scope span:nth-child(2) { border-right: 0; }
  .hero-scope span:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .14); }

  .intro-grid,
  .split-heading,
  .story-grid,
  .process-layout,
  .standards-grid,
  .local-grid,
  .faq-grid { grid-template-columns: 1fr; }

  .intro-copy { padding-top: 28px; }
  .split-heading { gap: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-mark { margin-bottom: 28px; }
  .mid-cta { align-items: stretch; flex-direction: column; }

  .story-image-main img,
  .standards-photo img,
  .local-photo,
  .local-photo img { min-height: 480px; }

  .story-image-detail { width: 72%; margin-top: 40px; }
  .process-layout { gap: 30px; }
  .standards-grid, .local-grid, .faq-grid { gap: 48px; }

  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }

  .mobile-action-bar {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    height: 62px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    box-shadow: 0 -8px 30px rgba(5, 24, 21, .24);
  }

  .mobile-action-bar a {
    display: grid;
    place-items: center;
    color: var(--ink);
    background: var(--citrus);
    font-weight: 800;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    color: var(--white);
    background: var(--blueprint);
  }
}

@media (max-width: 500px) {
  h1 { font-size: clamp(2.75rem, 14vw, 4.25rem); }
  h2 { font-size: clamp(2.1rem, 10.5vw, 3.1rem); }

  .site-header {
    min-height: 68px;
    padding: 9px 10px 9px 12px;
  }

  .brand { gap: 8px; }
  .brand img { width: 42px; height: 42px; }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { max-width: 185px; font-size: .48rem; }
  .menu-toggle { width: 44px; height: 44px; }

  .hero { min-height: 780px; }
  .hero-grid { min-height: 725px; padding-top: 130px; }
  .hero .cta-row { flex-direction: column; align-items: stretch; }
  .hero .button { width: 100%; }
  .hero-scope span { padding: 15px 8px; font-size: .56rem; }

  .cta-row.compact { flex-direction: column; }
  .story-image-main img,
  .standards-photo img,
  .local-photo,
  .local-photo img { min-height: 390px; }

  .story-image-detail { width: 82%; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .final-cta { min-height: 610px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
