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

.public-site.area-page-shell,
.public-site.area-page-shell main,
.public-site.area-page-shell .area-page,
.public-site.area-page-shell .area-page__hero {
  background: #fcf9f1;
}

.area-page {
  --area-green: #0b4b36;
  --area-ink: #173d2e;
  --area-muted: #5a6c63;
  --area-gold: #b78643;
  --area-line: rgb(23 61 46 / 0.16);
  --area-soft: #f3eee5;
  overflow: clip;
  color: var(--area-ink);
}

.area-page__shell {
  width: min(calc(100% - 40px), 1240px);
  margin-inline: auto;
}

.area-page__hero {
  padding: clamp(64px, 8vw, 112px) 0 clamp(70px, 8vw, 112px);
  background: #fcf9f1;
}

.area-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: clamp(40px, 6vw, 92px);
}

.area-page__hero-copy {
  max-width: 590px;
}

.area-page__eyebrow {
  margin: 0 0 14px;
  color: var(--area-gold);
  font-size: clamp(12px, 1.1vw, 15px);
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.area-page__hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--area-green);
  font-size: clamp(2.7rem, 5.2vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.98;
  text-wrap: balance;
}

.area-page__lead {
  max-width: 48ch;
  margin: 22px 0 0;
  color: var(--area-muted);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.6;
}

.area-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.area-page__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.area-page__button .material-symbols-outlined {
  font-size: 20px !important;
}

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

.area-page__button--primary:hover {
  background: var(--area-ink);
}

.area-page__button--secondary {
  border-color: rgb(11 75 54 / 0.35);
  color: var(--area-green);
}

.area-page__button--secondary:hover {
  border-color: var(--area-green);
  background: rgb(11 75 54 / 0.06);
}

.area-page__button--light {
  border-color: rgb(255 255 255 / 0.48);
  background: #fff;
  color: var(--area-green);
}

.area-page__button--light:hover {
  background: #f5f0e8;
}

.area-page__button:focus-visible,
.area-page__zone summary:focus-visible,
.area-page__city-links a:focus-visible {
  outline: 3px solid rgb(183 134 67 / 0.38);
  outline-offset: 4px;
}

.area-page__hero-visual {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
}

.area-page__hero-visual picture,
.area-page__hero-visual img {
  display: block;
  width: 100%;
}

.area-page__hero-visual img {
  height: auto;
  aspect-ratio: 1680 / 945;
  object-fit: cover;
}

.area-page__proof {
  border-top: 1px solid var(--area-line);
  border-bottom: 1px solid var(--area-line);
  background: #fff;
}

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

.area-page__proof-grid > div {
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: 4px;
  padding: 22px 26px;
}

.area-page__proof-grid > div + div {
  border-left: 1px solid var(--area-line);
}

.area-page__proof strong {
  color: var(--area-green);
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1;
}

.area-page__proof span {
  color: var(--area-muted);
  font-size: 13px;
  line-height: 1.4;
}

.area-page__zones,
.area-page__process,
.area-page__city-pages {
  padding: clamp(76px, 9vw, 124px) 0;
  background: #fcf9f1;
}

.area-page__services {
  padding: clamp(76px, 9vw, 124px) 0;
  background: #fff;
}

.area-page__section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.area-page__section-heading h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--area-green);
  font-size: clamp(1.9rem, 3.4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.03;
  text-wrap: balance;
}

.area-page__section-heading p:not(.area-page__eyebrow) {
  max-width: 57ch;
  margin: 15px 0 0;
  color: var(--area-muted);
  font-size: 16px;
  line-height: 1.6;
}

.area-page__zone-list {
  border-top: 1px solid var(--area-line);
}

.area-page__zone {
  border-bottom: 1px solid var(--area-line);
}

.area-page__zone summary {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 28px;
  min-height: 82px;
  align-items: center;
  gap: 18px;
  cursor: pointer;
  list-style: none;
}

.area-page__zone summary::-webkit-details-marker {
  display: none;
}

.area-page__zone-index {
  color: var(--area-gold);
  font-size: 15px;
  font-weight: 800;
}

.area-page__zone-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--area-ink);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 750;
}

.area-page__zone-title .material-symbols-outlined {
  color: var(--area-green);
  font-size: 23px !important;
}

.area-page__zone-toggle {
  color: var(--area-green);
  font-size: 24px !important;
  transition: transform 180ms ease;
}

.area-page__zone[open] .area-page__zone-toggle {
  transform: rotate(180deg);
}

.area-page__zone-content {
  display: grid;
  grid-template-columns: minmax(220px, 0.68fr) minmax(0, 1.32fr);
  gap: 30px;
  padding: 0 46px 28px 98px;
}

.area-page__zone-content p {
  max-width: 34ch;
  margin: 0;
  color: var(--area-muted);
  font-size: 14px;
  line-height: 1.6;
}

.area-page__zone-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.area-page__zone-content li {
  border: 1px solid rgb(11 75 54 / 0.18);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--area-green);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.15;
}

.area-page__service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--area-line);
}

.area-page__service-list article {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 18px;
  padding: 30px 34px 30px 0;
}

.area-page__service-list article:nth-child(even) {
  border-left: 1px solid var(--area-line);
  padding-right: 0;
  padding-left: 34px;
}

.area-page__service-list article:nth-child(n + 3) {
  border-top: 1px solid var(--area-line);
}

.area-page__service-list article > .material-symbols-outlined {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(11 75 54 / 0.2);
  border-radius: 50%;
  color: var(--area-green);
  font-size: 19px !important;
}

.area-page__service-list h3,
.area-page__service-list p {
  margin: 0;
}

.area-page__service-list h3 {
  color: var(--area-ink);
  font-size: 16px;
  font-weight: 750;
  line-height: 1.25;
}

.area-page__service-list p {
  max-width: 38ch;
  margin-top: 8px;
  color: var(--area-muted);
  font-size: 14px;
  line-height: 1.55;
}

.area-page__process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--area-line);
}

.area-page__process-list li {
  position: relative;
  min-width: 0;
  padding: 28px 28px 0 0;
}

.area-page__process-list li + li {
  border-left: 1px solid var(--area-line);
  padding-left: 28px;
}

.area-page__process-list span {
  color: var(--area-gold);
  font-size: 15px;
  font-weight: 800;
}

.area-page__process-list h3 {
  margin: 22px 0 0;
  color: var(--area-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.25;
}

.area-page__process-list p {
  max-width: 28ch;
  margin: 9px 0 0;
  color: var(--area-muted);
  font-size: 14px;
  line-height: 1.55;
}

.area-page__city-pages {
  background: #fff;
}

.area-page__city-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.area-page__city-links a {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--area-line);
  color: var(--area-green);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, padding 180ms ease;
}

.area-page__city-links a:hover {
  padding-inline: 6px;
  color: var(--area-gold);
}

.area-page__city-links .material-symbols-outlined {
  font-size: 20px !important;
}

.area-page__cta {
  padding: 0 0 clamp(76px, 9vw, 124px);
  background: #fff;
}

.area-page__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  border-radius: 18px;
  background: var(--area-green);
  padding: clamp(32px, 5vw, 58px);
  color: #fff;
}

.area-page__cta .area-page__eyebrow {
  color: #e5c990;
}

.area-page__cta h2 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.area-page__cta p:not(.area-page__eyebrow) {
  max-width: 48ch;
  margin: 14px 0 0;
  color: rgb(255 255 255 / 0.76);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .area-page__hero-grid {
    grid-template-columns: 1fr;
  }

  .area-page__hero-copy {
    max-width: 720px;
  }

  .area-page__hero h1 {
    max-width: 15ch;
  }

  .area-page__zone-content {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-right: 28px;
  }

  .area-page__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .area-page__process-list li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .area-page__process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--area-line);
  }

  .area-page__city-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .area-page__shell {
    width: min(calc(100% - 32px), 1240px);
  }

  .area-page__hero {
    padding: 52px 0 64px;
  }

  .area-page__hero h1 {
    max-width: 12ch;
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .area-page__actions,
  .area-page__button {
    width: 100%;
  }

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

  .area-page__proof-grid > div {
    min-height: 92px;
    padding: 18px 16px;
  }

  .area-page__proof-grid > div:nth-child(odd) {
    border-left: 0;
  }

  .area-page__proof-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--area-line);
  }

  .area-page__zone summary {
    grid-template-columns: 42px minmax(0, 1fr) 24px;
    min-height: 74px;
    gap: 10px;
  }

  .area-page__zone-content {
    padding: 0 0 24px 52px;
  }

  .area-page__service-list,
  .area-page__process-list,
  .area-page__city-links {
    grid-template-columns: 1fr;
  }

  .area-page__service-list article,
  .area-page__service-list article:nth-child(even) {
    border-left: 0;
    padding: 24px 0;
  }

  .area-page__service-list article:nth-child(n + 2) {
    border-top: 1px solid var(--area-line);
  }

  .area-page__process-list li,
  .area-page__process-list li + li,
  .area-page__process-list li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--area-line);
    padding: 24px 0 0;
  }

  .area-page__process-list li:first-child {
    border-top: 0;
  }

  .area-page__cta-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .area-page__button,
  .area-page__zone-toggle,
  .area-page__city-links a {
    transition: none;
  }
}
