:root {
  --bg-top: #edf1eb;
  --bg-bottom: #d8ddd3;
  --surface: #f7f9f5;
  --surface-soft: #eef2ea;
  --surface-strong: #ffffff;
  --ink: #1c2723;
  --ink-soft: #35433e;
  --ink-muted: #5b6a63;
  --line: #c6cec2;
  --line-strong: #aeb9ab;
  --accent: #29483b;
  --accent-strong: #1d352c;
  --accent-soft: #dce7df;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow-soft: 0 22px 44px rgba(17, 29, 24, 0.16);
  --shadow-card: 0 14px 28px rgba(22, 35, 29, 0.1);
  --container: min(1180px, 92%);
  --font-display: "Cormorant Garamond", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --font-body: "Gill Sans", "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--ink);
  line-height: 1.68;
  letter-spacing: 0.01em;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 88% 8%, rgba(196, 214, 203, 0.4), rgba(196, 214, 203, 0) 34%),
    linear-gradient(180deg, var(--bg-top) 0%, #e5eadf 54%, var(--bg-bottom) 100%);
}

#page-shell {
  min-height: 100vh;
}

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--accent-strong);
}

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

main {
  display: block;
}

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

h1,
h2,
h3,
h4 {
  margin: 0 0 0.78rem;
  line-height: 1.13;
  color: #1c2722;
  font-family: var(--font-display);
}

h1 {
  font-size: clamp(2.15rem, 4.6vw, 4rem);
}

h2 {
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

h3 {
  font-size: 1.3rem;
}

p {
  margin: 0 0 0.95rem;
}

.eyebrow {
  margin: 0 0 0.64rem;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #54635c;
}

.section {
  padding: 4.2rem 0;
}

.section-pad {
  padding: 3.25rem 0 2.5rem;
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0.84));
  border-top: 1px solid rgba(169, 182, 170, 0.38);
  border-bottom: 1px solid rgba(169, 182, 170, 0.38);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(241, 246, 239, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(157, 172, 160, 0.38);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 24px rgba(19, 33, 27, 0.14);
  border-bottom-color: rgba(134, 151, 140, 0.56);
}

.header-meta {
  background: linear-gradient(90deg, #dfe9e1 0%, #d3dfd6 50%, #e4ebe5 100%);
  border-bottom: 1px solid rgba(117, 137, 124, 0.3);
}

.header-meta-inner {
  min-height: 2.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
}

.meta-location {
  margin: 0;
  color: #32413a;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.header-meta-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.44rem;
}

.meta-chip {
  display: inline-flex;
  align-items: center;
  margin: 0;
  border: 1px solid rgba(62, 87, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #2a3a33;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding: 0.26rem 0.62rem;
  white-space: nowrap;
}

a.meta-chip:hover,
a.meta-chip:focus-visible {
  background: #f8fbf8;
  border-color: rgba(41, 72, 59, 0.54);
}

.nav-row {
  min-height: 4.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 0.8rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--ink);
  flex: 0 0 auto;
}

.logo-mark {
  width: 2.7rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, #6f9989 0%, #4b7161 48%, #284337 100%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.48), 0 6px 12px rgba(26, 45, 37, 0.22);
  position: relative;
}

.logo-mark::before,
.logo-mark::after {
  content: "";
  position: absolute;
  background: rgba(250, 254, 251, 0.84);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-mark::before {
  width: 1.15rem;
  height: 0.12rem;
  border-radius: 99px;
}

.logo-mark::after {
  width: 0.12rem;
  height: 1.15rem;
  border-radius: 99px;
}

.brand-text {
  display: grid;
  gap: 0.1rem;
  line-height: 1;
}

.brand-text strong {
  font-size: 1.44rem;
  letter-spacing: 0.01em;
  font-family: var(--font-display);
}

.brand-text small {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #596862;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.36rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #2d3d36;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 0.46rem 0.74rem;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  background: rgba(230, 237, 231, 0.92);
  border-color: rgba(146, 164, 151, 0.62);
  color: #192520;
}

.home-hero {
  position: relative;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 1.15rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(163, 180, 168, 0.56);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94) 0%, rgba(241, 247, 242, 0.9) 100%);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.2rem, 2.5vw, 2rem);
  overflow: hidden;
  position: relative;
}

.hero-shell::after {
  content: "";
  position: absolute;
  right: -10%;
  top: -40%;
  width: 48%;
  height: 180%;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(83, 123, 106, 0.18), rgba(83, 123, 106, 0));
  pointer-events: none;
}

.hero-copy,
.hero-media-stack {
  position: relative;
  z-index: 1;
}

.hero-lead {
  margin-bottom: 1.25rem;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.65vw, 1.23rem);
  max-width: 53ch;
}

.action-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.68rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.72rem 1.24rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #f4f8f5;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  color: #ffffff;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.74);
  border-color: rgba(147, 164, 152, 0.76);
  color: #25352f;
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
  background: #edf3ee;
  border-color: rgba(117, 141, 127, 0.82);
  color: #16231e;
}

.hero-facts {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
  max-width: 28rem;
}

.hero-facts li {
  border: 1px solid rgba(174, 189, 178, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  padding: 0.68rem 0.8rem;
}

.hero-facts span {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #597069;
  font-weight: 700;
  margin-bottom: 0.14rem;
}

.hero-facts strong {
  font-weight: 700;
  color: #1d2a25;
}

.hero-media-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
  align-content: start;
}

.media-card {
  margin: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(161, 176, 165, 0.72);
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(19, 31, 25, 0.14);
  background: #ffffff;
  animation: heroLift 0.72s ease both;
}

.media-primary img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.media-secondary {
  max-width: 74%;
  justify-self: end;
}

.media-secondary img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

@keyframes heroLift {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.split-layout {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 1rem;
  align-items: stretch;
}

.split-image {
  align-items: center;
}

.content-card,
.panel-image,
.feature-card,
.service-card,
.gallery-item,
.info-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface-strong);
  box-shadow: var(--shadow-card);
}

.content-card,
.info-card {
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.tone-card {
  background: var(--surface-soft);
}

.lead-copy {
  color: #364740;
  font-size: 1.04rem;
}

.priority-list {
  margin: 0.2rem 0 0.85rem;
  padding-left: 1.1rem;
}

.priority-list li {
  margin-bottom: 0.45rem;
  color: #32433d;
}

.text-link {
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.inline-note {
  margin-top: 1rem;
  border: 1px solid rgba(141, 164, 150, 0.62);
  border-radius: 14px;
  background: rgba(226, 235, 229, 0.72);
  padding: 0.78rem 0.95rem;
}

.inline-note p {
  margin: 0;
  color: #2d4138;
}

.section-head {
  max-width: 76ch;
  margin-bottom: 1.2rem;
}

.section-head p:last-child {
  color: #3c4d46;
}

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

.feature-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  overflow: hidden;
  padding: 0;
}

.feature-card figure,
.service-card figure,
.gallery-item figure,
.panel-image {
  margin: 0;
}

.feature-card img,
.service-card img,
.panel-image img,
.footer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card img {
  aspect-ratio: 4 / 3;
}

.feature-copy {
  padding: 0.95rem 1rem 1.1rem;
}

.feature-copy p {
  margin: 0;
  color: #3d4f47;
}

.panel-image {
  overflow: hidden;
}

.panel-image img {
  aspect-ratio: 4 / 3;
}

.simple-cards {
  display: grid;
  gap: 0.72rem;
}

.simple-cards article {
  border: 1px solid rgba(174, 189, 178, 0.72);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.68);
  padding: 0.74rem 0.8rem;
}

.simple-cards h3 {
  margin-bottom: 0.26rem;
  font-size: 1.1rem;
}

.simple-cards p {
  margin: 0;
  color: #3e5048;
}

.detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.detail-list li {
  border-top: 1px solid rgba(173, 189, 177, 0.64);
  padding: 0.72rem 0;
}

.detail-list li:first-child {
  border-top: 0;
  padding-top: 0.15rem;
}

.detail-list span {
  display: block;
  margin-bottom: 0.14rem;
  font-size: 0.66rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #5b6e66;
}

.detail-list strong {
  color: #1d2a24;
}

.page-hero {
  position: relative;
  padding: 5.2rem 0 4.4rem;
  border-bottom: 1px solid rgba(157, 172, 160, 0.54);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(24, 38, 31, 0.66) 0%, rgba(36, 54, 45, 0.56) 45%, rgba(53, 77, 66, 0.35) 100%);
  z-index: 1;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  filter: saturate(0.9);
  z-index: 0;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero .eyebrow,
.page-hero h1,
.page-hero p {
  color: #f4f8f4;
}

.page-hero p {
  max-width: 68ch;
  margin: 0;
}

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

.service-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  min-height: 14rem;
}

.service-card img {
  aspect-ratio: 3 / 4;
}

.service-card > div {
  padding: 1rem;
}

.service-card p {
  margin: 0;
  color: #3d4f47;
}

.gallery-masonry {
  column-count: 3;
  column-gap: 0.95rem;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 0.95rem;
  overflow: hidden;
  break-inside: avoid;
}

.gallery-item img {
  height: auto;
  max-height: 24rem;
}

.gallery-copy {
  padding: 0.86rem 0.9rem 1rem;
}

.gallery-copy h3 {
  margin-bottom: 0.24rem;
  font-size: 1.14rem;
}

.gallery-copy p {
  margin: 0;
  color: #3d4e47;
}

.info-card p {
  margin: 0;
  color: #3f5049;
}

.simple-list {
  margin: 0;
  padding-left: 1.1rem;
  color: #35463f;
}

.simple-list li {
  margin-bottom: 0.5rem;
}

.site-footer {
  margin-top: 2.8rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(129, 163, 144, 0.22), rgba(129, 163, 144, 0) 35%),
    linear-gradient(180deg, #1b2a24 0%, #13201b 100%);
  color: #deebe3;
  padding-top: 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 0.92fr;
  gap: 1.2rem;
}

.footer-col h3,
.footer-col h4 {
  margin-bottom: 0.6rem;
  color: #f3f8f5;
}

.footer-col h3 {
  font-size: 1.58rem;
}

.footer-col h4 {
  font-size: 1.1rem;
}

.site-footer p {
  margin: 0 0 0.62rem;
  color: #c6d6cd;
}

.footer-location {
  color: #dfebe4;
}

.site-footer a {
  color: #e4f0e8;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #ffffff;
}

.footer-photo-wrap {
  display: flex;
  align-items: stretch;
}

.footer-photo {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(190, 213, 200, 0.34);
  min-height: 100%;
  width: 100%;
}

.footer-photo img {
  aspect-ratio: 3 / 4;
}

.footer-bottom {
  margin-top: 1.3rem;
  padding: 0.95rem 0 1.15rem;
  border-top: 1px solid rgba(207, 224, 215, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.88rem;
  color: #bad0c3;
}

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

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

@media (max-width: 1180px) {
  .main-nav a {
    padding-inline: 0.6rem;
    font-size: 0.71rem;
  }

  .feature-grid,
  .feature-grid-3,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .gallery-masonry {
    column-count: 2;
  }
}

@media (max-width: 980px) {
  .header-meta {
    display: none;
  }

  .nav-row {
    flex-wrap: wrap;
    gap: 0.8rem;
    padding: 0.74rem 0;
  }

  .main-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.24rem;
    justify-content: flex-start;
  }

  .hero-shell,
  .split-layout,
  .service-card {
    grid-template-columns: 1fr;
  }

  .media-secondary {
    max-width: 56%;
  }

  .service-card img {
    aspect-ratio: 4 / 3;
  }

  .page-hero {
    padding-top: 4.3rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 740px) {
  .section {
    padding: 3.2rem 0;
  }

  .section-pad {
    padding-top: 2.4rem;
    padding-bottom: 2rem;
  }

  .action-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .feature-grid,
  .feature-grid-3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .media-secondary {
    max-width: 100%;
    justify-self: stretch;
  }

  .gallery-masonry {
    column-count: 1;
  }

  .footer-photo img {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal,
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }

/* ===== Contact Form ===== */
.contact-form-wrap {
  max-width: 780px;
  margin: 0 auto;
  background: var(--surface-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: clamp(1.2rem, 3vw, 2.4rem);
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  margin-bottom: 1rem;
}

.contact-form label {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3d4e47;
}

.contact-form label .optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #6b7e77;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 0.68rem 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #f9fbf9;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.95rem;
  line-height: 1.5;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  appearance: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(41, 72, 59, 0.12);
}

.contact-form textarea {
  resize: vertical;
  min-height: 130px;
}

.contact-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%235b6a63' stroke-width='2' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.4rem;
  cursor: pointer;
}

.form-privacy {
  margin-bottom: 0.5rem;
}

.form-privacy p {
  margin: 0;
  font-size: 0.82rem;
  color: #5b6a63;
}

.contact-form .btn-primary {
  padding: 0.82rem 2rem;
  font-size: 0.82rem;
}

@media (max-width: 680px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}
}

