:root {
  --bg: #efede9;
  --surface: #f8f7f4;
  --text: #1d2a24;
  --muted: #4d5a53;
  --deep-green: #2d4a3b;
  --sage: #93a696;
  --deep-olive: #1c2f27;
  --soft-highlight: #dce8df;
  --line: rgba(17, 35, 28, 0.12);
  --max: 72ch;
  --radius: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top, #fbfbf9 0, var(--bg) 50%, #ece9e4 100%);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.2;
  margin: 0 0 0.9rem;
  color: var(--deep-olive);
}

h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  letter-spacing: -0.015em;
}

h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

p {
  margin: 0 0 1rem;
}

.accent {
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.002em;
}

.container {
  width: min(1120px, calc(100% - 4rem));
  margin: 0 auto;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(239, 237, 233, 0.86);
  border-bottom: 1px solid var(--line);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.2rem;
  gap: 0.8rem;
  position: relative;
  height: 4.2rem;
}

.wordmark {
  text-decoration: none;
  font-size: 1.05rem;
  color: var(--deep-olive);
  letter-spacing: 0.01em;
  font-weight: 600;
  font-variant: none;
  line-height: 1.2;
  text-transform: none;
}

.site-nav {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-actions {
  display: none;
  gap: 0.55rem;
  margin-left: auto;
  align-items: center;
}

.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--surface);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--deep-olive);
}

.icon-btn svg {
  fill: currentColor;
}

.icon-btn:hover,
.icon-btn:focus-visible {
  background: var(--surface);
}

.site-nav-desktop {
  display: flex;
}

.header-call {
  display: none;
  text-decoration: none;
  color: var(--deep-green);
  border: 1px solid rgba(45, 74, 59, 0.28);
  border-radius: 999px;
  padding: 0.42rem 0.85rem;
  font-size: 0.9rem;
  line-height: 1.2;
  white-space: nowrap;
}

.site-nav-mobile {
  display: none;
}

.mobile-nav-toggle {
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 0;
  height: 0;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--surface);
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
  color: var(--deep-olive);
}

.menu-toggle span {
  width: 17px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-nav a,
.wordmark,
.btn {
  transition: color 180ms ease;
}

.site-nav a:focus-visible,
.btn:focus-visible,
.wordmark:focus-visible {
  outline: 2px solid rgba(46, 75, 59, 0.4);
  outline-offset: 2px;
  border-radius: 2px;
}

.site-nav a {
  text-decoration: none;
  color: var(--deep-olive);
  font-size: 0.95rem;
}

.cta-row {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

section[id] {
  scroll-margin-top: 4.8rem;
}

main section {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.hero-section {
  padding: clamp(1.6rem, 4vw, 2.6rem) 0;
}

.hero-copy-wrap {
  padding-bottom: 0;
}

.eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.86rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero-video-shell {
  width: 100%;
  max-width: 640px;
  margin: 0;
  display: grid;
  overflow: hidden;
  border-radius: var(--radius);
  background: #d8dfd5;
  box-shadow: 0 14px 28px rgba(20, 30, 25, 0.12);
  justify-self: end;
}

.hero-video {
  grid-area: 1 / 1;
  width: 100%;
  height: clamp(240px, 32vw, 360px);
  display: block;
  object-fit: cover;
  object-position: center 42%;
  background: #d8dfd5;
}

.hero-poster {
  grid-area: 1 / 1;
  display: none;
  width: 100%;
  height: clamp(240px, 32vw, 360px);
  object-fit: cover;
  object-position: center 42%;
  background: #d8dfd5;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.8rem;
  align-items: center;
}

.hero-text {
  max-width: 34rem;
}

.hero-cta-row {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.hero-text-link,
.text-link {
  color: var(--deep-green);
  text-decoration-color: rgba(45, 74, 59, 0.4);
  text-underline-offset: 0.18em;
}

.media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}

.media-hero,
.media-after1,
.media-after2 {
  object-position: center 16%;
}

.media-after2,
.media-bush-after {
  object-position: center 70%;
}

.media-bush-before {
  object-position: center 78%;
}

.media-vertical-crop {
  aspect-ratio: 4 / 5;
}

.media-before1,
.media-before2 {
  object-position: center 24%;
}

.media-before-extra,
.media-after-extra {
  object-position: center 24%;
}

.media-wide-hedge {
  object-position: center 30%;
}

.media-border-detail {
  object-position: center 34%;
}

.media-portrait {
  object-position: center 12%;
  aspect-ratio: 3 / 4;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.intro {
  color: var(--muted);
  max-width: var(--max);
}

.proof-line {
  max-width: 24rem;
}

section {
  border-top: 1px solid var(--line);
}

.cred-strip {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.cred-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.cred-item {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  text-align: center;
  font-size: 0.88rem;
}

.section-intro {
  max-width: var(--max);
  color: var(--muted);
}

.work-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.1rem;
}

.before-after-row {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.media-frame {
  display: grid;
  grid-template-rows: auto min-content;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 4px);
  overflow: hidden;
}

.media-frame img {
  aspect-ratio: 4 / 3;
  min-height: clamp(190px, 30vw, 300px);
  width: 100%;
  content-visibility: auto;
  contain-intrinsic-size: 300px 225px;
}

.caption {
  font-size: 0.85rem;
  color: var(--muted);
  padding: 0.7rem;
}

.work-highlight {
  margin-top: 1.25rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: 2fr 1fr;
}

.wide-image {
  min-height: 320px;
}

.wide-image img {
  aspect-ratio: 16 / 10;
  object-position: center 12%;
  min-height: clamp(210px, 36vw, 360px);
}

.small-image {
  min-height: 320px;
}

.small-image img {
  aspect-ratio: 4 / 5;
  object-position: center 14%;
  min-height: clamp(230px, 40vw, 340px);
}

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

.service-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
  background: var(--surface);
}

.service-card h3 {
  margin-bottom: 0.35rem;
  font-size: 1.02rem;
}

.about {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
}

.about-image {
  width: 220px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
}

.about-image img {
  aspect-ratio: 4 / 5;
  object-position: center 6%;
}

.contact {
  background: linear-gradient(160deg, var(--soft-highlight), #f2f5f0 60%, #f7f7f4);
}

.contact-inner {
  display: grid;
  gap: 1.1rem;
}

.contact-grid {
  display: grid;
  gap: 1rem;
}

.contact-phone {
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 600;
  color: var(--deep-olive);
  margin: 0;
}

.areas-details {
  margin: 0.35rem 0 0.2rem;
}

.areas-details summary {
  cursor: pointer;
  color: var(--deep-olive);
  font-weight: 500;
}

.contact-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

.btn {
  border: 1px solid transparent;
  background: var(--deep-green);
  color: #ffffff;
  text-decoration: none;
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 250ms ease, background-color 250ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  background: #2f4d3c;
}

.btn-ghost {
  background: transparent;
  border-color: var(--deep-green);
  color: var(--deep-green);
}

.btn-ghost:hover {
  background: rgba(46, 75, 59, 0.08);
}

footer {
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  font-size: 0.9rem;
  color: var(--muted);
}

footer .footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.fade-up {
  opacity: 1;
  transform: none;
}

html.js .fade-up {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 650ms ease, transform 650ms ease;
}

html.js .fade-up.visible {
  opacity: 1;
  transform: none;
}

.muted-text {
  color: var(--muted);
}

@media (min-width: 1024px) {
  .topbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.2rem;
    min-height: 4.5rem;
    height: 4.5rem;
  }

  .site-nav-desktop {
    justify-self: center;
    justify-content: center;
    gap: 1.4rem;
  }

  .header-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.5rem;
  }

  .hero-copy-wrap {
    max-width: 36rem;
  }

  .hero-video-shell {
    max-width: 600px;
  }

  .before-after-row {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 0.7rem;
    background: rgba(248, 247, 244, 0.6);
  }

  .contact-grid {
    grid-template-columns: 1fr auto;
    gap: 2.2rem;
    align-items: start;
  }

  .contact-right {
    min-width: 270px;
    padding-left: 1rem;
    border-left: 1px solid var(--line);
  }

  .contact-right .contact-actions {
    margin-top: 0.45rem;
    margin-bottom: 0.55rem;
  }
}

@media (max-width: 768px) {
  body {
    background: var(--bg);
  }

  .before-after-row,
  .service-grid,
  .about {
    grid-template-columns: 1fr !important;
  }

  header {
    backdrop-filter: none;
    background: rgba(239, 237, 233, 0.98);
  }

  .container {
    width: min(1120px, calc(100% - 2.1rem));
  }

  .topbar {
    min-height: 4.25rem;
    height: 4.25rem;
  }

  .wordmark {
    max-width: 15.5rem;
    font-size: 1.02rem;
    line-height: 1.15;
  }

  .topbar-actions {
    display: inline-flex;
  }

  .site-nav-desktop {
    display: none;
  }

  .header-call {
    display: none;
  }

  .site-nav-mobile {
    position: fixed;
    top: 4.25rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--surface);
    display: flex;
    flex-direction: column;
    padding: 0.9rem 1rem 1.2rem;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 30;
    border-top: 1px solid var(--line);
  }

  .mobile-nav-toggle:checked ~ .site-nav-mobile {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .menu-close {
    align-self: flex-end;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid var(--line);
    margin-bottom: 0.75rem;
    position: relative;
    cursor: pointer;
  }

  .menu-close span {
    position: absolute;
    width: 16px;
    height: 2px;
    background: currentColor;
    top: 50%;
    left: 50%;
    border-radius: 999px;
    transform-origin: center;
  }

  .menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .site-nav-mobile a {
    width: 100%;
    padding: 0.95rem 0.25rem;
    font-size: 1.05rem;
    text-decoration: none;
    color: var(--deep-olive);
    border-bottom: 1px solid var(--line);
  }

  .site-nav-mobile a:last-child {
    border-bottom: none;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: 0;
  }

  .hero-section {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .hero-text {
    gap: 0.6rem;
    max-width: 24rem;
  }

  h1 {
    font-size: clamp(1.95rem, 10vw, 2.45rem);
    max-width: 100%;
    margin-bottom: 0.45rem;
  }

  .intro {
    font-size: 1rem;
    max-width: 24rem;
    margin-bottom: 0.15rem;
  }

  .proof-line {
    margin-bottom: 0.85rem;
    font-size: 0.94rem;
    line-height: 1.35;
    font-style: normal;
  }

  .hero-cta-row {
    display: grid;
    gap: 0.65rem;
    margin-top: 0.1rem;
  }

  .hero-cta-row .btn {
    width: 100%;
    text-align: center;
    min-height: 48px;
    padding: 0.5rem 1rem;
    border-radius: 999px;
  }

  .hero-copy-wrap {
    padding-bottom: 0.2rem;
  }

  .hero-video-shell {
    width: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    justify-self: stretch;
  }

  .hero-video {
    display: block;
    height: 36vh;
    min-height: 220px;
    max-height: 320px;
    object-fit: cover;
    object-position: center 42%;
  }

  .hero-poster {
    display: none;
  }

  html.js .hero-section .fade-up {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .cred-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    display: none;
  }

  .hero-poster {
    display: block;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
