:root {
  --cream: #f4f1e8;
  --paper: #fbfaf5;
  --forest: #12372b;
  --forest-deep: #09261e;
  --moss: #51794c;
  --leaf: #8ca46b;
  --lime: #d9e89b;
  --sand: #d7bf98;
  --ink: #17322b;
  --muted: #66746d;
  --line: rgba(18, 55, 43, 0.14);
  --shadow: 0 20px 45px rgba(19, 43, 35, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.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;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 16px clamp(22px, 5vw, 82px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.brand,
.brand-copy,
.site-nav,
.hero-actions,
.hero-proof,
.filter-row,
.footer-brand {
  display: flex;
  align-items: center;
}

.brand {
  gap: 11px;
}

.brand-mark {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--lime);
  background: var(--forest);
  border-radius: 50%;
}

.brand-mark svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.brand-copy {
  align-items: flex-start;
  flex-direction: column;
  line-height: 1;
}

.brand-copy strong {
  color: var(--forest);
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--moss);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  gap: 28px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 700;
}

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

.nav-cta,
.button-primary {
  color: white;
  background: var(--forest);
}

.nav-cta {
  padding: 13px 18px;
  border-radius: 999px;
}

.nav-cta:hover,
.button-primary:hover {
  background: var(--forest-deep);
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  min-height: 690px;
  overflow: hidden;
  background: var(--cream);
}

.hero-content {
  align-self: center;
  max-width: 760px;
  padding: 72px clamp(24px, 7vw, 112px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Fraunces", Georgia, serif;
}

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  color: var(--forest);
  font-size: clamp(58px, 6.2vw, 96px);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.97;
}

h1 em {
  color: var(--moss);
  font-weight: 600;
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  padding: 15px 20px;
  border: 1px solid var(--forest);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: 180ms ease;
}

.button-ghost {
  color: var(--forest);
}

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

.hero-proof {
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 56px;
  color: var(--forest);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-proof span::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  content: "";
  vertical-align: 1px;
  background: var(--leaf);
  border-radius: 50%;
}

.hero-art {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(217, 232, 155, 0.56), transparent 52%),
    linear-gradient(135deg, #6f9260, #1f5542);
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  opacity: 0.16;
}

.hero-art::before {
  right: -84px;
  bottom: -18px;
  width: 360px;
  height: 360px;
  background: var(--lime);
}

.hero-art::after {
  top: 86px;
  right: 62px;
  width: 180px;
  height: 180px;
  border: 1px solid var(--lime);
}

.sun {
  position: absolute;
  top: 20%;
  left: 16%;
  width: 112px;
  height: 112px;
  background: rgba(244, 232, 181, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 26px rgba(244, 232, 181, 0.1);
}

.hero-panel {
  position: absolute;
  z-index: 2;
  right: 11%;
  bottom: 15%;
  width: min(390px, 78%);
  padding: 34px;
  color: var(--cream);
  background: rgba(9, 38, 30, 0.86);
  border: 1px solid rgba(217, 232, 155, 0.32);
  box-shadow: var(--shadow);
}

.hero-panel p,
.hero-panel span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-panel p {
  color: var(--lime);
}

.hero-panel strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.hero-panel span {
  color: rgba(244, 241, 232, 0.65);
}

.panel-rule {
  width: 100%;
  height: 1px;
  margin: 28px 0 18px;
  background: rgba(217, 232, 155, 0.32);
}

.landscape-lines {
  position: absolute;
  right: -4%;
  bottom: 0;
  width: 108%;
  height: 82%;
  fill: none;
  stroke: rgba(217, 232, 155, 0.42);
  stroke-width: 4;
}

.landscape-lines .line-faint {
  stroke: rgba(244, 241, 232, 0.16);
  stroke-width: 18;
}

.landscape-lines .line-accent {
  stroke: rgba(9, 38, 30, 0.32);
  stroke-width: 52;
}

.section {
  padding: 112px clamp(24px, 7vw, 112px);
}

.section-heading {
  max-width: 680px;
}

h2 {
  margin-bottom: 20px;
  color: var(--forest);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 700;
  letter-spacing: -0.07em;
  line-height: 1;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 54px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-card {
  min-height: 280px;
  padding: 30px;
  background: var(--paper);
  transition: 180ms ease;
}

.service-card:hover {
  background: var(--cream);
}

.service-number {
  color: var(--moss);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-card h3 {
  margin: 76px 0 12px;
  color: var(--forest);
  font-size: 28px;
  letter-spacing: -0.05em;
}

.service-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.quote-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(24px, 7vw, 112px);
  color: var(--forest);
  background: var(--lime);
}

.quote-strip p,
.quote-strip a {
  margin: 0;
  font-weight: 700;
}

.quote-strip a {
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.projects-section {
  background: var(--forest);
}

.projects-section .eyebrow {
  color: var(--lime);
}

.projects-section h2 {
  color: var(--cream);
}

.projects-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.projects-intro > p {
  max-width: 420px;
  color: rgba(244, 241, 232, 0.68);
  font-size: 16px;
  line-height: 1.7;
}

.filter-row {
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 28px;
}

.filter-button {
  padding: 10px 14px;
  color: rgba(244, 241, 232, 0.72);
  cursor: pointer;
  background: transparent;
  border: 1px solid rgba(244, 241, 232, 0.24);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.filter-button.active,
.filter-button:hover {
  color: var(--forest);
  background: var(--lime);
  border-color: var(--lime);
}

.project-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: var(--cream);
}

.project-note span {
  padding: 7px 10px;
  color: var(--forest);
  background: var(--lime);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-note p {
  margin: 0;
  color: rgba(244, 241, 232, 0.72);
  font-size: 13px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.project-break {
  grid-column: 1 / -1;
  height: 1px;
  margin: 10px 0;
  background: rgba(217, 232, 155, 0.32);
}

.project-break::before,
.project-break::after {
  display: none;
}

.project-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #1b493b;
}

.project-card-large {
  grid-column: span 1;
}

.project-card[hidden] {
  display: none;
}

.project-image {
  position: relative;
  height: 190px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(217, 232, 155, 0.08), transparent 64%),
    #1b493b;
}

.project-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  content: "";
  border: 1px solid rgba(217, 232, 155, 0.52);
  border-radius: 50%;
  transform: translate(-50%, -62%);
}

.project-image::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  content: "+";
  color: var(--lime);
  font-size: 28px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  transform: translate(-50%, -95%);
}

.project-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  object-fit: contain;
  transition: transform 300ms ease;
}

.project-card:hover img {
  transform: scale(1.04);
}

.image-placeholder {
  display: none;
}

.project-card figcaption {
  min-height: 67px;
  padding: 14px 16px;
  color: var(--cream);
}

.project-card figcaption span {
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-card figcaption strong {
  display: block;
  margin-top: 6px;
  font-size: 13px;
}

.project-card figcaption p {
  max-width: 620px;
  margin: 8px 0 0;
  color: rgba(244, 241, 232, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.lightbox {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(3, 20, 15, 0.9);
}

.lightbox.open {
  display: flex;
}

.lightbox-image {
  display: block;
  max-width: min(1100px, 94vw);
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 44px;
  height: 44px;
  color: var(--cream);
  cursor: pointer;
  background: rgba(244, 241, 232, 0.08);
  border: 1px solid rgba(244, 241, 232, 0.4);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
}

.about-section {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 96px;
  background: var(--cream);
}

.about-copy p:not(.eyebrow) {
  max-width: 710px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.text-link {
  color: var(--forest);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.about-points {
  align-self: center;
  border-top: 1px solid var(--line);
}

.about-points div {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 24px 0;
  color: var(--forest);
  border-bottom: 1px solid var(--line);
}

.about-points strong {
  color: var(--moss);
  font-size: 12px;
  letter-spacing: 0.1em;
}

.about-points span {
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
  letter-spacing: -0.025em;
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 36px;
  padding: 78px clamp(24px, 7vw, 112px);
  color: var(--cream);
  background: var(--forest-deep);
}

.contact-section .eyebrow {
  color: var(--lime);
}

.contact-section h2 {
  margin-bottom: 0;
  color: var(--cream);
}

.service-area {
  margin: 18px 0 0;
  color: rgba(244, 241, 232, 0.72);
  font-size: 15px;
}

.contact-actions {
  display: grid;
  gap: 12px;
  min-width: min(100%, 340px);
}

.contact-actions a {
  padding: 16px 18px;
  border: 1px solid rgba(217, 232, 155, 0.32);
  transition: 180ms ease;
}

.contact-actions a:hover {
  background: rgba(217, 232, 155, 0.08);
  border-color: var(--lime);
}

.contact-actions span,
.contact-actions strong {
  display: block;
}

.contact-actions span {
  margin-bottom: 7px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-actions strong {
  color: var(--cream);
  font-size: 16px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(24px, 7vw, 112px);
  background: var(--paper);
}

.footer-brand .brand-mark {
  width: 38px;
  height: 38px;
}

.footer-brand .brand-mark svg {
  width: 28px;
  height: 28px;
}

.footer-brand .brand-copy strong {
  font-size: 20px;
}

.footer-brand .brand-copy small {
  font-size: 8px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 420px;
  }

  .services-grid,
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-section {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    position: relative;
    min-height: 74px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-copy strong {
    font-size: 21px;
  }

  .menu-toggle {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 9px;
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 50%;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 2px 0;
    background: var(--forest);
  }

  .site-nav {
    position: absolute;
    z-index: 5;
    top: 74px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 14px 22px 20px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 10px 18px rgba(18, 55, 43, 0.08);
  }

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

  .site-nav a {
    padding: 13px 0;
  }

  .site-nav .nav-cta {
    padding: 13px 17px;
    text-align: center;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  h1 {
    font-size: clamp(58px, 17vw, 80px);
  }

  .hero-copy {
    font-size: 16px;
  }

  .hero-proof {
    margin-top: 40px;
  }

  .hero-art {
    min-height: 350px;
  }

  .sun {
    top: 16%;
    width: 88px;
    height: 88px;
  }

  .hero-panel {
    bottom: 12%;
    padding: 26px;
  }

  .hero-panel strong {
    font-size: 34px;
  }

  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .service-card {
    min-height: 200px;
  }

  .service-card h3 {
    margin-top: 45px;
  }

  .quote-strip,
  .projects-intro,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-card-large {
    grid-column: span 1;
  }

  .project-image {
    height: 180px;
  }

  .about-points span {
    font-size: 19px;
  }

  .contact-actions {
    width: 100%;
  }

  .site-footer {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
