:root {
  color-scheme: light;
  --ink: #12211d;
  --muted: #5d6a66;
  --line: #d8e2dc;
  --paper: #f7faf6;
  --white: #ffffff;
  --green: #1e8b5a;
  --green-dark: #0c5f3b;
  --blue: #186b85;
  --aqua: #dff4f1;
  --clay: #b86c42;
  --shadow: 0 18px 48px rgba(17, 33, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body::selection {
  background: var(--aqua);
}

a {
  color: inherit;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(216, 226, 220, 0.82);
  background: rgba(247, 250, 246, 0.92);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), var(--blue));
  font-weight: 800;
}

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

.brand small {
  color: var(--muted);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--green-dark);
}

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

.lang-switch {
  display: inline-flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.lang-switch button {
  min-width: 42px;
  border: 0;
  border-radius: 6px;
  padding: 7px 10px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.lang-switch button.is-active {
  color: var(--white);
  background: var(--ink);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  padding: 11px 16px;
  text-decoration: none;
  font-weight: 750;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}

.button.small {
  min-height: 38px;
  padding: 8px 13px;
}

.button.primary {
  border-color: var(--green-dark);
  color: var(--white);
  background: var(--green-dark);
}

.button.secondary {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}

.button.ghost {
  border-color: var(--line);
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 74px);
  padding: clamp(44px, 8vw, 96px) clamp(18px, 5vw, 76px) 32px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  max-width: 760px;
  font-size: 5.35rem;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.lead {
  margin: 22px 0 26px;
  max-width: 680px;
  color: var(--muted);
  font-size: 1.18rem;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
}

.quick-facts div,
.proof-grid article,
.steps article,
.location-grid article,
.service-panel,
.planner-box,
details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.quick-facts div {
  padding: 16px;
}

.quick-facts dt {
  font-size: 2rem;
  font-weight: 850;
}

.quick-facts dd {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-media {
  position: relative;
  min-height: 520px;
}

.hero-media img {
  width: 100%;
  height: min(68vh, 720px);
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.status-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(290px, calc(100% - 36px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: var(--white);
  background: rgba(18, 33, 29, 0.78);
  backdrop-filter: blur(14px);
}

.status-card span,
.status-card small,
.status-card strong {
  display: block;
}

.status-card span {
  color: #bff5d2;
  font-weight: 800;
}

.status-card strong {
  margin: 5px 0;
  font-size: 1.4rem;
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 76px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.contact-strip a {
  display: grid;
  gap: 4px;
  padding: 20px;
  background: var(--white);
  text-decoration: none;
}

.contact-strip span {
  color: var(--muted);
  font-size: 0.88rem;
}

.section {
  padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 76px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1.18fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 28px;
}

.section-heading.narrow {
  display: block;
  max-width: 820px;
}

.proof-grid,
.steps,
.location-grid,
.gallery-grid {
  display: grid;
  gap: 16px;
}

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

.proof-grid article,
.steps article {
  padding: 24px;
}

.proof-grid span,
.steps span {
  display: inline-block;
  margin-bottom: 26px;
  color: var(--clay);
  font-weight: 850;
}

.proof-grid p,
.steps p,
.service-panel p,
.location-grid p,
.faq p,
.planner p,
.site-footer p {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  background: #edf5ee;
}

.split-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
}

.service-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 14px;
}

.service-tabs button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 13px;
  color: var(--muted);
  background: var(--white);
  cursor: pointer;
}

.service-tabs button.is-active {
  border-color: var(--green-dark);
  color: var(--white);
  background: var(--green-dark);
}

.service-panel {
  min-height: 188px;
  padding: 24px;
}

.service-panel ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.image-stack {
  position: relative;
  min-height: 620px;
}

.image-stack .wide {
  width: min(76%, 440px);
  height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-stack .inset {
  position: absolute;
  right: 0;
  bottom: 42px;
  width: min(64%, 430px);
  height: 280px;
  object-fit: cover;
  border: 10px solid #edf5ee;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.process {
  background: var(--ink);
  color: var(--white);
}

.process .eyebrow {
  color: #98e6b7;
}

.process p,
.process .steps p {
  color: rgba(255, 255, 255, 0.72);
}

.steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 30px;
}

.steps article {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

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

.gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}

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

.gallery figcaption {
  min-height: 58px;
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.92rem;
}

.planner {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: #fdf8f3;
}

.planner-box {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.planner-box label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 750;
}

.planner-box input,
.planner-box select,
.planner-box textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfdfb;
}

.microcopy {
  margin: 0;
  font-size: 0.9rem;
}

.location-grid {
  grid-template-columns: 1.4fr repeat(2, 0.8fr);
  align-items: stretch;
}

.location-grid article {
  padding: 22px;
}

.location-grid article.featured {
  padding: 0;
  overflow: hidden;
}

.location-grid article.featured h3,
.location-grid article.featured p,
.location-grid article.featured a {
  margin-left: 22px;
  margin-right: 22px;
}

.location-grid article.featured a {
  display: inline-block;
  margin-bottom: 22px;
}

.location-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
}

.location-grid a {
  color: var(--green-dark);
  font-weight: 800;
}

.faq {
  max-width: 980px;
  margin: 0 auto;
}

details {
  margin-top: 12px;
  padding: 18px 20px;
}

summary {
  cursor: pointer;
  font-weight: 850;
}

summary::marker {
  color: var(--green-dark);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 20px clamp(18px, 5vw, 76px) 58px;
  padding: clamp(26px, 5vw, 46px);
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green-dark), #143d50);
}

.final-cta .eyebrow {
  color: #bff5d2;
}

.final-cta .button.ghost {
  color: var(--ink);
}

.site-footer {
  padding: 28px clamp(18px, 5vw, 76px) 94px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  max-width: 980px;
  margin: 0;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

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

  .hero {
    min-height: auto;
  }

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

  .hero-media img {
    height: 520px;
    min-height: 420px;
  }

  .image-stack {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .image-stack .wide,
  .image-stack .inset {
    position: static;
    width: 100%;
    height: 360px;
    border: 0;
  }

  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3rem;
  }

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

@media (max-width: 760px) {
  .site-header {
    gap: 12px;
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    display: none;
  }

  .header-actions .button {
    display: none;
  }

  .hero {
    padding: 34px 14px 20px;
  }

  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .lead {
    font-size: 1rem;
  }

  .hero-actions,
  .final-cta,
  .header-actions {
    align-items: stretch;
  }

  .hero-actions .button,
  .final-cta .button {
    width: 100%;
  }

  .quick-facts,
  .contact-strip,
  .proof-grid,
  .steps,
  .gallery-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .contact-strip {
    margin: 0 14px;
  }

  .section {
    padding: 48px 14px;
  }

  .section-heading {
    display: block;
  }

  .hero-media,
  .hero-media img {
    min-height: 260px;
    height: 290px;
  }

  .hero-media {
    order: -1;
  }

  .status-card {
    right: 12px;
    bottom: 12px;
    padding: 13px;
  }

  .status-card strong {
    font-size: 1.12rem;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }

  .image-stack .wide,
  .image-stack .inset {
    height: 330px;
  }

  .final-cta {
    display: block;
    margin: 12px 14px 78px;
  }

  .final-cta .hero-actions {
    margin-top: 18px;
  }

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

  .mobile-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    background: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(74px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  body.show-mobile-cta .mobile-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-cta a {
    min-height: 48px;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 850;
  }

  .mobile-cta a + a {
    border-left: 1px solid var(--line);
  }
}

@media (max-width: 390px) {
  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .lang-switch button {
    min-width: 38px;
    padding-left: 8px;
    padding-right: 8px;
  }

  h1 {
    font-size: 2.25rem;
  }
}
