:root {
  color-scheme: light;
  --ink: #17211b;
  --muted: #5b6b61;
  --paper: #fbfbf7;
  --panel: #ffffff;
  --line: #dde4dc;
  --green: #237148;
  --green-2: #6eb68b;
  --aqua: #dff0ef;
  --rose: #f4d8d5;
  --charcoal: #24312b;
  --shadow: 0 18px 45px rgba(23, 33, 27, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  letter-spacing: 0;
}

body.lightbox-open {
  overflow: hidden;
}

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

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-160%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  background: rgba(251, 251, 247, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 58px;
  height: 42px;
  border-radius: 50%;
  color: var(--green);
  font-family: Georgia, serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 700;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.desktop-nav a:hover,
.text-link:hover {
  color: var(--green);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

button,
.btn,
.icon-link,
.quick-band a,
.mobile-cta a {
  -webkit-tap-highlight-color: transparent;
}

.lang-toggle,
.icon-link {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.lang-toggle {
  font-weight: 800;
}

.icon-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: #dae9df;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251,251,247,.95), rgba(251,251,247,.8) 46%, rgba(251,251,247,.25) 72%, rgba(251,251,247,.08));
}

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

.hero-content {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0 70px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 850;
  letter-spacing: .08em;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 8vw, 84px);
  line-height: .95;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 590px;
  margin: 24px 0 0;
  color: #334239;
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.5;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 4px;
  padding: 13px 18px;
  font-weight: 800;
  border: 1px solid transparent;
}

.btn.primary {
  background: var(--green);
  color: #fff;
}

.btn.secondary {
  background: rgba(255,255,255,.82);
  color: var(--ink);
  border-color: var(--line);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(760px, 100%);
  margin: 38px 0 0;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(221, 228, 220, .88);
  box-shadow: var(--shadow);
}

.hero-facts div {
  padding: 18px;
  border-right: 1px solid var(--line);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dt {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-facts dd {
  margin: 7px 0 0;
  font-size: 16px;
  font-weight: 850;
}

.quick-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--charcoal);
  color: #fff;
}

.quick-band a {
  min-height: 94px;
  padding: 22px clamp(18px, 4vw, 44px);
  border-right: 1px solid rgba(255,255,255,.14);
}

.quick-band span,
.quick-band strong {
  display: block;
}

.quick-band span {
  color: #b7d7c4;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-band strong {
  margin-top: 6px;
  font-size: clamp(15px, 2vw, 20px);
}

.section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 90px 0;
}

.intro-grid,
.proof,
.contact {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.02;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.18;
}

.intro-copy p,
.feature-copy p,
.section-heading p,
.proof-card p,
.contact-panel p,
.map-panel p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 17px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p:last-child {
  margin: 14px 0 0;
}

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

.service-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(23, 33, 27, .08);
}

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

.service-card div {
  padding: 22px;
}

.service-card p {
  color: var(--muted);
  line-height: 1.6;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  background: #e9f2ed;
}

.feature-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.feature-copy {
  padding: clamp(42px, 7vw, 90px);
  align-self: center;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 28px;
}

.mini-gallery button {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.mini-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 6px;
}

.prices {
  padding-bottom: 70px;
}

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

.price-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
  padding: 18px 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-item span {
  color: #334239;
}

.price-item strong {
  white-space: nowrap;
  font-size: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--green);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.proof {
  align-items: stretch;
}

.proof-card {
  background: var(--green);
  color: #fff;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 8px;
}

.proof-card p {
  color: #dff0e7;
}

.proof-card .rating {
  margin: 0 0 18px;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 84px;
  line-height: 1;
}

.review-list {
  display: grid;
  gap: 14px;
}

blockquote {
  margin: 0;
  padding: 26px;
  border-left: 4px solid var(--green-2);
  background: #fff;
  color: #334239;
  font-size: 20px;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(23, 33, 27, .08);
}

.contact {
  padding-top: 40px;
}

.contact-panel,
.map-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 10px 28px rgba(23, 33, 27, .08);
}

.hours {
  margin-top: 32px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.hours p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 12px 0 0;
}

.map-panel img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 24px;
}

.map-panel .text-link {
  margin-right: 18px;
}

.mobile-cta {
  display: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 96px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--green);
  font-weight: 800;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 24, 19, .86);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  width: min(980px, 100%);
  max-height: 82vh;
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 32px;
  cursor: pointer;
}

@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand small {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    position: relative;
    height: 280px;
    inset: auto;
  }

  .hero-media::after {
    background: linear-gradient(0deg, var(--paper), rgba(251,251,247,.2));
  }

  .hero-content {
    padding: 32px 0 34px;
  }

  .hero-facts,
  .quick-band,
  .intro-grid,
  .service-grid,
  .feature-section,
  .price-grid,
  .proof,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  .quick-band a {
    min-height: 78px;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .section {
    padding: 62px 0;
  }

  .feature-media img {
    min-height: 320px;
  }

  .feature-copy {
    padding: 36px 16px 52px;
  }

  .mobile-cta {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 18;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .mobile-cta a {
    display: grid;
    place-items: center;
    min-height: 52px;
    background: var(--green);
    color: #fff;
    font-weight: 900;
    border-right: 1px solid rgba(255,255,255,.2);
  }

  .mobile-cta a:last-child {
    border-right: 0;
  }

  .site-footer {
    display: block;
    padding-bottom: 92px;
  }

  .site-footer a {
    display: inline-block;
    margin-top: 12px;
  }
}

@media (max-width: 520px) {
  .header-inner,
  .hero-content,
  .section,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .brand strong {
    font-size: 13px;
  }

  .brand-mark {
    width: 48px;
    font-size: 25px;
  }

  .hero-media {
    height: 240px;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-actions,
  .contact-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .price-item,
  .hours p {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  blockquote {
    font-size: 18px;
  }
}
