:root {
  --bg: #f4efe4;
  --bg-soft: #fbf7ef;
  --panel: rgba(255, 255, 255, 0.76);
  --panel-solid: #fffaf1;
  --panel-dark: rgba(255, 255, 255, 0.08);
  --green: #173a2a;
  --green-deep: #0f261c;
  --gold: #b89240;
  --gold-bright: #d7b86e;
  --ink: #122018;
  --muted: #5d6b63;
  --muted-light: rgba(255, 255, 255, 0.78);
  --line: rgba(18, 32, 24, 0.12);
  --line-dark: rgba(255, 255, 255, 0.12);
  --shadow: 0 26px 60px rgba(16, 38, 28, 0.16);
  --shadow-soft: 0 14px 30px rgba(16, 38, 28, 0.09);
  --radius: 28px;
  --radius-lg: 34px;
  --container: min(1180px, calc(100vw - 2rem));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  position: relative;
  isolation: isolate;
  font-family: "Manrope", system-ui, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(184, 146, 64, 0.15), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(23, 58, 42, 0.09), transparent 28%),
    linear-gradient(180deg, #fbf7ef 0%, #f4efe4 46%, #efe7d7 100%);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 36%),
    linear-gradient(115deg, transparent 0 32px, rgba(23, 58, 42, 0.03) 32px 64px);
  mix-blend-mode: multiply;
  opacity: 0.35;
  z-index: -1;
}

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

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

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

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  z-index: 40;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 1rem 0 0;
}

.header-shell {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr);
  align-items: center;
  gap: 1rem 1.25rem;
  padding: 0.95rem 1.15rem;
  border: 1px solid rgba(23, 58, 42, 0.12);
  border-radius: 26px;
  background: rgba(251, 247, 239, 0.96);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.site-header.is-scrolled .header-shell {
  box-shadow: 0 22px 44px rgba(16, 38, 28, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
  max-width: 100%;
}

.brand img {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 18px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(23, 58, 42, 0.08);
  box-shadow: 0 10px 20px rgba(16, 38, 28, 0.08);
}

.brand-copy {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.brand-copy strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 0.95;
  color: var(--green);
}

.brand-copy small {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.25;
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 0.3rem;
  min-width: 0;
}

.site-nav a {
  flex: 0 0 auto;
  padding: 0.72rem 0.96rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(23, 58, 42, 0.08);
  color: var(--ink);
  transform: translateY(-1px);
}

.section {
  padding-block: clamp(3.5rem, 7vw, 5.8rem);
  scroll-margin-top: 7.5rem;
}

.hero {
  padding-top: clamp(2.5rem, 5vw, 4.25rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.88fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: start;
}

.hero-copy {
  max-width: 46rem;
}

.hero-visual {
  position: relative;
  height: clamp(28rem, 53vw, 42rem);
  background: #e8e1d1;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(16, 38, 28, 0.16));
  pointer-events: none;
}

.hero-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
  margin-top: 1.75rem;
}

.hero-summary-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  background: rgba(255, 250, 241, 0.92);
}

.hero-summary-card span {
  display: inline-block;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-summary-card strong {
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.02;
}

.eyebrow,
.card-index {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 1.65rem;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

.hero h1,
.section-head h2,
.coverage-copy h2,
.contact-copy h2 {
  margin: 0.5rem 0 0.85rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.92;
  color: var(--green);
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(3rem, 6.4vw, 5.8rem);
  max-width: 14ch;
}

.section-head h2,
.coverage-copy h2,
.contact-copy h2 {
  font-size: clamp(2.2rem, 4.8vw, 4rem);
}

.hero p,
.section-head p,
.coverage-copy p,
.contact-copy p,
.value-card p,
.service-card p,
.coverage-aside p,
.gallery-card figcaption span {
  color: var(--muted);
  font-size: 1rem;
}

.hero-copy p {
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease,
    border-color 0.2s ease, color 0.2s ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--green) 0%, #204b3c 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(23, 58, 42, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 18px 36px rgba(23, 58, 42, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(23, 58, 42, 0.14);
  color: var(--green);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.45rem;
}

.hero-points span,
.coverage-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.52rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(23, 58, 42, 0.08);
  background: rgba(255, 255, 255, 0.56);
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 700;
}

.card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(23, 58, 42, 0.12);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.card:hover,
.card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 34px 70px rgba(16, 38, 28, 0.18);
  border-color: rgba(23, 58, 42, 0.18);
}

.meta-card span,
.coverage-aside .coverage-badge,
.contact-block > span {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.meta-card strong {
  display: block;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.18rem, 2vw, 1.5rem);
  line-height: 1.05;
}

.section-head {
  max-width: 38rem;
  margin-bottom: 1.5rem;
}

.service-grid,
.value-grid,
.gallery-grid {
  display: grid;
  gap: 1rem;
}

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

.service-card,
.value-card {
  display: grid;
  align-content: start;
  padding: 1.35rem;
}

.service-card h3,
.value-card h3 {
  margin: 0.65rem 0 0.55rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--green);
}

.service-card p,
.value-card p,
.coverage-copy p,
.contact-copy p,
.coverage-aside p {
  margin: 0;
}

.service-card ul,
.coverage-aside ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.service-card li,
.coverage-aside li {
  position: relative;
  padding-left: 1rem;
  color: var(--muted);
}

.service-card li::before,
.coverage-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.82rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--gold);
}

.section-dark {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
}

.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(23, 58, 42, 0.98), rgba(13, 32, 24, 0.98)),
    radial-gradient(circle at 20% 10%, rgba(214, 184, 110, 0.14), transparent 30%);
  z-index: -2;
}

.section-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.05), transparent 28%),
    radial-gradient(circle at 12% 85%, rgba(255, 255, 255, 0.04), transparent 26%);
  z-index: -1;
}

.section-dark .section-head h2,
.section-dark .section-head p {
  color: inherit;
}

.section-dark .eyebrow {
  color: var(--gold-bright);
}

.section-dark .eyebrow::before {
  background: currentColor;
}

.sustainability-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.25rem;
  align-items: start;
}

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

.value-card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.value-card h3,
.value-card p {
  color: inherit;
}

.coverage-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.7fr);
  gap: 1rem;
  padding: 1.2rem;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(249, 243, 231, 0.95));
}

.coverage-copy {
  padding: 0.45rem 0.35rem 0.45rem 0.2rem;
}

.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.3rem;
}

.coverage-region-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.coverage-region {
  padding: 1rem 1.05rem;
  border-radius: 24px;
  border: 1px solid rgba(23, 58, 42, 0.08);
  background: rgba(255, 255, 255, 0.6);
}

.coverage-region span {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.coverage-region p {
  margin: 0;
  color: var(--green);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.38rem;
  line-height: 1.02;
}

.coverage-aside {
  padding: 1.15rem;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--green) 0%, var(--green-deep) 100%);
  color: #fff;
  display: grid;
  align-content: start;
  gap: 0.95rem;
}

.coverage-aside .coverage-badge {
  margin-bottom: 0;
  color: var(--gold-bright);
}

.coverage-aside p,
.coverage-aside li {
  color: var(--muted-light);
}

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

.gallery-card {
  position: relative;
  min-height: 26rem;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(23, 58, 42, 0.12);
  background: #ece6d8;
}

.gallery-card-wide {
  grid-column: span 2;
  min-height: 26rem;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 0.5s ease;
}

.gallery-card:hover img,
.gallery-card:focus-within img {
  transform: scale(1.04);
}

.gallery-card figcaption {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1rem 0.95rem;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 20, 15, 0.82) 100%);
  color: #fff;
}

.gallery-card figcaption strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.gallery-card figcaption span {
  font-size: 0.85rem;
  line-height: 1.45;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
  gap: 1.25rem;
  padding: 1.35rem;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
  color: #fff;
}

.contact-copy {
  padding: 0.3rem 0.4rem 0.3rem 0.15rem;
}

.contact-card .eyebrow {
  color: var(--gold-bright);
}

.contact-card .eyebrow::before {
  background: currentColor;
}

.contact-card h2,
.contact-card p,
.contact-card a,
.contact-card strong,
.contact-card address {
  color: inherit;
}

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

.contact-block {
  display: grid;
  gap: 0.15rem;
  padding: 1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-style: normal;
}

.contact-block strong,
.contact-block a {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
  word-break: break-word;
}

.contact-block a {
  color: #fff;
}

.contact-block a:hover,
.contact-block a:focus-visible {
  color: var(--gold-bright);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.3rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.social-links a i {
  color: var(--gold-bright);
  font-size: 0.95rem;
}

.social-links span {
  margin-bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  text-transform: none;
}

.social-links a:hover,
.social-links a:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  transform: translateY(-1px);
}

.site-footer {
  padding: 1.1rem 0 2.4rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(23, 58, 42, 0.12);
  color: var(--muted);
  font-size: 0.94rem;
}

.footer-inner p {
  margin: 0;
}

.footer-inner p:first-child {
  color: var(--green);
  font-weight: 700;
}

body.js-enabled .reveal {
  opacity: 0;
  transform: translateY(24px);
}

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

.reveal {
  transition:
    opacity 0.85s ease,
    transform 0.85s ease;
  transition-delay: var(--delay, 0ms);
}

body.js-enabled .card.reveal.is-visible:hover,
body.js-enabled .card.reveal.is-visible:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 34px 70px rgba(16, 38, 28, 0.18);
  border-color: rgba(23, 58, 42, 0.18);
}

.hero-copy,
.hero-visual,
.section-head,
.service-card,
.value-card,
.coverage-card,
.gallery-card,
.contact-card {
  will-change: transform, opacity;
}

*:focus-visible {
  outline: 3px solid rgba(184, 146, 64, 0.45);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .header-shell {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .site-nav {
    justify-self: stretch;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .sustainability-grid,
  .coverage-card,
  .contact-card {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    max-width: 70rem;
  }

  .hero-visual {
    height: 24rem;
  }

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

  .service-grid,
  .value-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-card-wide {
    grid-column: span 2;
  }

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

  .hero-summary {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 0.7rem;
  }

  .header-shell {
    border-radius: 28px;
    padding: 0.95rem;
  }

  .brand {
    justify-content: flex-start;
  }

  .brand img {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
    min-width: 56px;
  }

  .brand-copy strong {
    font-size: 1.08rem;
  }

  .brand-copy small {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hero-summary {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .hero-visual {
    display: none;
  }

  .coverage-region-grid {
    grid-template-columns: 1fr;
  }

  .site-nav {
    gap: 0.2rem;
  }

  .site-nav a {
    padding: 0.68rem 0.82rem;
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 1.5rem;
  }

  .service-grid,
  .value-grid,
  .gallery-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .gallery-card-wide {
    grid-column: auto;
  }

  .gallery-card {
    min-height: 22rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  body.js-enabled .reveal {
    opacity: 1;
    transform: none;
  }
}
