:root {
  --forest: #163b2f;
  --forest-deep: #0c241c;
  --leaf: #587c55;
  --sage: #dbe7da;
  --mist: #edf3ee;
  --porcelain: #fbfaf5;
  --white: #ffffff;
  --clay: #a9523b;
  --clay-dark: #7b3828;
  --gold: #d8b56c;
  --ink: #1b2822;
  --muted: #596860;
  --line: #cfd9d0;
  --shadow: 0 20px 44px rgba(12, 36, 28, 0.16);
  --radius: 6px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--porcelain);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body {
  margin: 0;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

body,
button {
  font: inherit;
}

a {
  color: inherit;
  text-underline-offset: 0.18em;
}

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

[id] {
  scroll-margin-top: 96px;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--forest-deep);
}

.skip-link {
  background: var(--forest);
  color: var(--white);
  font-weight: 800;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -100px;
  z-index: 2000;
}

.skip-link:focus,
.skip-link:focus-visible {
  top: 1rem;
}

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

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 1.4rem;
  width: 100%;
}

.concept-note {
  align-items: center;
  background: var(--forest-deep);
  color: var(--white);
  display: flex;
  font-size: 0.88rem;
  font-weight: 800;
  gap: 1rem;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 1rem;
  text-align: center;
}

.concept-note a {
  color: var(--white);
}

.land-header {
  background: rgba(251, 250, 245, 0.98);
  border-bottom: 1px solid rgba(22, 59, 47, 0.16);
  position: sticky;
  top: 0;
  z-index: 50;
}

.land-header-inner {
  align-items: center;
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(220px, 1fr) auto minmax(190px, 1fr);
  min-height: 82px;
  position: relative;
}

.land-brand {
  align-items: center;
  color: var(--forest);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 700;
  gap: 0.7rem;
  line-height: 1.12;
  text-decoration: none;
}

.land-brand b {
  color: var(--clay-dark);
  display: block;
  font-weight: 700;
}

.leaf-mark {
  background: var(--leaf);
  border-radius: 70% 0 70% 70%;
  flex: 0 0 auto;
  height: 34px;
  transform: rotate(-36deg);
  width: 34px;
}

.land-nav {
  align-items: center;
  display: flex;
  gap: 0.15rem;
  justify-content: center;
}

.land-nav a {
  border-bottom: 2px solid transparent;
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 0.58rem 0.62rem;
  text-decoration: none;
}

.land-nav a:hover {
  border-bottom-color: var(--clay);
  color: var(--clay-dark);
}

.desktop-quote,
.mobile-quote,
.land-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0.75rem 1rem;
  text-decoration: none;
}

.desktop-quote {
  background: var(--clay);
  color: var(--white);
  justify-self: end;
}

.desktop-quote:hover,
.land-button.primary:hover {
  background: var(--clay-dark);
}

.mobile-quote {
  display: none;
}

.land-toggle {
  align-items: center;
  background: var(--forest);
  border: 0;
  border-radius: var(--radius);
  color: var(--white);
  cursor: pointer;
  display: none;
  height: 44px;
  justify-content: center;
  justify-self: end;
  padding: 0;
  position: relative;
  width: 44px;
}

.land-toggle span:not(.sr-only) {
  background: currentColor;
  height: 2px;
  position: absolute;
  width: 22px;
}

.land-toggle span:nth-child(2) { transform: translateY(-7px); }
.land-toggle span:nth-child(4) { transform: translateY(7px); }
.land-toggle[aria-expanded="true"] span:nth-child(2) { transform: rotate(45deg); }
.land-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
.land-toggle[aria-expanded="true"] span:nth-child(4) { transform: rotate(-45deg); }

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

h1,
h2,
h3 {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

h1 {
  color: var(--white);
  font-size: 4rem;
  margin-bottom: 1.2rem;
  max-width: 760px;
}

h2 {
  font-size: 2.55rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.32rem;
  margin-bottom: 0.55rem;
}

.land-eyebrow {
  color: var(--clay-dark);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 0.9rem;
  text-transform: uppercase;
}

.land-hero {
  color: var(--white);
  min-height: 700px;
  overflow: hidden;
  position: relative;
}

.land-hero-image,
.land-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.land-hero-image {
  object-fit: cover;
  object-position: center;
}

.land-hero-shade {
  background: linear-gradient(90deg, rgba(8, 31, 23, 0.88) 0%, rgba(8, 31, 23, 0.65) 40%, rgba(8, 31, 23, 0.12) 72%, rgba(8, 31, 23, 0.03) 100%);
}

.land-hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 700px;
  padding-bottom: 6rem;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}

.land-hero .land-eyebrow {
  color: #f3d79b;
}

.land-hero-content > p:not(.land-eyebrow) {
  color: #f1f3ef;
  font-size: 1.16rem;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.land-button.primary {
  background: var(--clay);
  color: var(--white);
}

.land-button.ghost {
  background: rgba(8, 31, 23, 0.4);
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--white);
}

.land-button.ghost:hover {
  background: var(--white);
  color: var(--forest);
}

.garden-brief {
  background: var(--gold);
  color: var(--forest-deep);
  padding: 1.4rem 0;
}

.garden-brief-grid {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}

.garden-brief p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}

.garden-brief ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.garden-brief li {
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
}

.land-section {
  padding: 6rem 0;
}

.land-intro {
  margin-bottom: 2.5rem;
  max-width: 820px;
}

.land-intro > p:last-child,
.service-heading > p:last-child,
.process-heading > p:last-child,
.faq-layout > div > p:last-child {
  color: var(--muted);
  font-size: 1.05rem;
}

.design-studies {
  background: var(--white);
}

.design-studies-intro {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) 440px;
  max-width: none;
}

.design-studies-intro > p {
  margin-bottom: 0.4rem;
}

.design-study-pair {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: 0.84fr 1.16fr;
}

.design-study-pair figure {
  margin: 0;
  position: relative;
}

.design-study-pair img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.design-study-pair figure:first-child img {
  filter: saturate(0.72);
}

.design-study-featured {
  box-shadow: var(--shadow);
}

.image-label {
  background: var(--porcelain);
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  left: 0.8rem;
  padding: 0.5rem 0.7rem;
  position: absolute;
  top: 0.8rem;
  z-index: 1;
}

.design-study-pair figcaption {
  background: var(--porcelain);
  color: var(--forest);
  padding: 0.9rem 1rem;
}

.concept-image-note {
  color: var(--muted);
  font-size: 0.86rem;
  margin: 1rem 0 0;
}

.services {
  background: var(--mist);
}

.service-editorial {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
}

.service-heading {
  align-self: start;
  position: sticky;
  top: 118px;
}

.service-list {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-list article {
  border-bottom: 1px solid var(--line);
  min-height: 190px;
  padding: 1.35rem 1.35rem 1.35rem 0;
}

.service-list article:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.service-list article:nth-child(even) {
  padding-left: 1.35rem;
}

.service-list span {
  color: var(--clay-dark);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 1.6rem;
}

.service-list p {
  color: var(--muted);
  margin: 0;
}

.service-image {
  grid-column: 2;
  margin: 0;
}

.service-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.service-image figcaption {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  padding-top: 0.75rem;
}

.gallery {
  background: var(--porcelain);
}

.gallery-intro {
  max-width: 680px;
}

.garden-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.garden-gallery figure {
  background: var(--white);
  box-shadow: 0 12px 32px rgba(44, 65, 52, 0.1);
  margin: 0;
  overflow: hidden;
}

.gallery-feature {
  grid-column: 1 / -1;
}

.garden-gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.gallery-feature img {
  aspect-ratio: 16 / 7;
}

.garden-gallery figcaption {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.9rem 1rem;
}

.garden-gallery figcaption span {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 700;
}

.garden-gallery figcaption small {
  color: var(--muted);
}

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

.process h2,
.process h3 {
  color: var(--white);
}

.process .land-eyebrow {
  color: #f0cd88;
}

.process-layout {
  display: grid;
  gap: 5rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.process-heading > p:last-child {
  color: #d7e5dc;
}

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

.process-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 1.35rem 0;
}

.process-list span {
  color: #f0cd88;
  font-size: 0.82rem;
  font-weight: 900;
}

.process-list p {
  color: #d7e5dc;
  margin: 0;
}

.areas {
  background: var(--gold);
  color: var(--forest-deep);
}

.area-panel {
  text-align: center;
}

.area-panel .land-eyebrow {
  color: #663d18;
}

.area-panel h2 {
  margin-inline: auto;
  max-width: 800px;
}

.area-panel ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.area-panel li {
  border-bottom: 1px solid rgba(12, 36, 28, 0.35);
  font-weight: 900;
  margin: 0 0.65rem;
  padding: 0.45rem 0;
}

.faqs {
  background: var(--white);
}

.faq-layout {
  align-items: start;
  display: grid;
  gap: 4rem;
  grid-template-columns: 360px minmax(0, 1fr);
}

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

details {
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}

summary {
  color: var(--forest);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
  padding-right: 2rem;
}

details p {
  color: var(--muted);
  margin: 0.8rem 0 0;
}

.design-principles {
  background: var(--porcelain);
}

.principle-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.principle-grid article {
  border-top: 2px solid var(--forest);
  min-height: 235px;
  padding: 1.4rem 0;
}

.principle-grid article:nth-child(2) {
  border-top-color: var(--clay);
}

.principle-grid span {
  color: var(--clay-dark);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 2.8rem;
}

.principle-grid p {
  color: #42534a;
}

.land-contact {
  background: var(--clay);
  color: var(--white);
  padding: 5rem 0;
}

.contact-panel {
  align-items: center;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.land-contact h2 {
  color: var(--white);
  max-width: 760px;
}

.land-contact .land-eyebrow {
  color: #fff5ef;
}

.land-contact p {
  color: #fff1eb;
  margin-bottom: 0;
  max-width: 760px;
}

.land-contact .land-button {
  background: var(--forest);
}

.land-contact .land-button:hover {
  background: var(--forest-deep);
}

.land-footer {
  background: var(--forest-deep);
  color: #d8e5dc;
  padding: 2.7rem 0;
}

.footer-grid {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.25fr 1fr auto;
}

.land-footer strong,
.land-footer a {
  color: var(--white);
}

.land-footer nav {
  display: grid;
  gap: 0.45rem;
}

.land-footer p {
  margin-bottom: 0;
}

.land-footer .studio-legal {
  color: #b8cdc0;
  font-size: 0.8rem;
  grid-column: 1 / -1;
  line-height: 1.65;
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  a,
  button,
  summary,
  .land-toggle span,
  .garden-gallery img { transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, opacity 180ms ease, transform 220ms ease; }
  .garden-gallery figure:hover img { transform: scale(1.02); }
}

@media (max-width: 1080px) {
  .land-header-inner { grid-template-columns: minmax(200px, 1fr) auto; }
  .desktop-quote { display: none; }
  h1 { font-size: 3.3rem; }
  h2 { font-size: 2.2rem; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .land-header-inner { display: flex; justify-content: space-between; }
  .land-toggle { display: inline-flex; }
  .land-nav {
    align-items: stretch;
    background: var(--porcelain);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.15rem;
    left: 1.4rem;
    padding: 0.85rem;
    position: absolute;
    right: 1.4rem;
    top: 100%;
  }
  .js .land-nav { display: none; }
  .js .land-nav.is-open { display: grid; }
  .land-nav a { border: 0; font-size: 0.95rem; padding: 0.85rem; }
  .land-nav a:hover { background: var(--sage); }
  .mobile-quote { background: var(--clay); color: var(--white) !important; display: inline-flex; margin-top: 0.35rem; }
  .design-studies-intro,
  .process-layout,
  .faq-layout,
  .contact-panel { grid-template-columns: 1fr; }
  .service-editorial { grid-template-columns: 1fr; }
  .service-heading { position: static; }
  .service-image { grid-column: auto; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: auto; }
}

@media (max-width: 680px) {
  .container { padding-inline: 1rem; }
  .concept-note { align-items: stretch; flex-direction: column; gap: 0.15rem; }
  .land-header-inner { min-height: 70px; }
  .land-brand { font-size: 1.03rem; }
  .leaf-mark { height: 30px; width: 30px; }
  .land-hero,
  .land-hero-content { min-height: 640px; }
  .land-hero-image { object-position: 61% center; }
  .land-hero-shade { background: linear-gradient(90deg, rgba(8, 31, 23, 0.9), rgba(8, 31, 23, 0.46)); }
  .land-hero-content { justify-content: flex-end; padding-bottom: 4rem; }
  h1 { font-size: 2.5rem; }
  h2 { font-size: 1.85rem; }
  .land-hero-content > p:not(.land-eyebrow) { font-size: 1.04rem; }
  .hero-actions,
  .land-button { width: 100%; }
  .garden-brief-grid { align-items: flex-start; flex-direction: column; gap: 0.7rem; }
  .garden-brief ul { gap: 0.35rem 1rem; }
  .land-section { padding: 4.4rem 0; }
  .design-study-pair { grid-template-columns: 1fr; }
  .service-list { grid-template-columns: 1fr; }
  .service-list article,
  .service-list article:nth-child(even) { border-right: 0; min-height: auto; padding: 1.2rem 0; }
  .service-list span { margin-bottom: 0.8rem; }
  .garden-gallery { grid-template-columns: 1fr; }
  .gallery-feature { grid-column: auto; }
  .gallery-feature img { aspect-ratio: 4 / 3; }
  .garden-gallery figcaption { align-items: flex-start; flex-direction: column; gap: 0.1rem; }
  .process-layout { gap: 2.5rem; }
  .area-panel ul { flex-direction: column; }
  .area-panel li { margin: 0; }
  .contact-panel { gap: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
