@font-face {
  font-family: InterLocal;
  src: local("Segoe UI Variable Text"), local("Segoe UI");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #f7f4ee;
  color: #172a27;
  font:
    17px/1.7 InterLocal,
    system-ui,
    sans-serif;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 244, 238, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(23, 42, 39, 0.11);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 850;
  letter-spacing: -0.035em;
}
.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #214e43, #9d643d);
  display: grid;
  place-items: center;
  color: #fff;
}
.nav-links {
  display: flex;
  gap: 22px;
  margin-left: auto;
}
.nav-links a {
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 650;
}
.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: #214e43;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 0;
  cursor: pointer;
  box-shadow: 0 12px 35px rgba(33, 78, 67, 0.18);
}
.nav-cta:hover,
.btn:hover {
  background: #173b33;
}
.menu-btn {
  display: none;
  margin-left: auto;
  border: 0;
  background: #e7eee9;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
}
.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 70px;
  background:
    radial-gradient(
      circle at 80% 10%,
      rgba(157, 100, 61, 0.16),
      transparent 38%
    ),
    #102e29;
  color: #fff;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 850;
  color: #d8b795;
}
.hero h1 {
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.065em;
  margin: 18px 0 24px;
  max-width: 900px;
}
.hero p {
  font-size: 1.15rem;
  color: #d7e2df;
  max-width: 690px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
.btn.alt {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.hero-media {
  position: relative;
}
.hero-media img {
  border-radius: 32px;
  aspect-ratio: 16/10;
  object-fit: cover;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}
.hero-note {
  position: absolute;
  left: -24px;
  bottom: 24px;
  background: #fff;
  color: #173b33;
  padding: 16px 20px;
  border-radius: 18px;
  font-weight: 850;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
}
main section {
  padding: 88px 0;
}
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 850;
  color: #9d643d;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  margin: 8px 0 22px;
  max-width: 920px;
}
.lede {
  font-size: 1.12rem;
  color: #50605d;
  max-width: 820px;
}
.grid {
  display: grid;
  gap: 24px;
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.card {
  background: #fff;
  border: 1px solid rgba(23, 42, 39, 0.1);
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 18px 55px rgba(33, 55, 49, 0.07);
}
.card h3 {
  margin: 0 0 9px;
  font-size: 1.2rem;
}
.card p {
  margin: 0;
  color: #56635f;
}
.image-card {
  padding: 0;
  overflow: hidden;
}
.image-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.image-card .body {
  padding: 25px;
}
.soft {
  background: #e8eee9;
}
.dark {
  background: #153932;
  color: #fff;
}
.dark .section-kicker {
  color: #e0ba92;
}
.dark .lede,
.dark p {
  color: #d4e0dd;
}
.prose {
  max-width: 960px;
}
.prose p {
  color: #465653;
}
.fact-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 35px 0;
}
.price-summary {
  margin: 30px 0 18px;
  padding: 18px;
  border-radius: 26px;
  background: linear-gradient(135deg, #292b49, #5b55c8);
  box-shadow: 0 26px 70px rgba(41, 39, 70, 0.22);
}
.price-summary .fact {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-summary .fact b {
  font-size: clamp(1.55rem, 2.2vw, 2.05rem);
  line-height: 1.05;
  margin-bottom: 10px;
}
.price-summary .fact span {
  color: #434760;
  line-height: 1.4;
}
.price-disclaimer {
  max-width: 980px;
  padding-left: 18px;
  border-left: 4px solid #9d643d;
}
.fact {
  padding: 18px;
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(23, 42, 39, 0.09);
}
.fact b {
  display: block;
  font-size: 1.45rem;
  color: #214e43;
}
.table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid rgba(23, 42, 39, 0.12);
  background: #fff;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 680px;
}
th,
td {
  padding: 17px 19px;
  text-align: left;
  border-bottom: 1px solid rgba(23, 42, 39, 0.09);
}
th {
  background: #dfe9e3;
  color: #173b33;
}
details {
  background: #fff;
  border: 1px solid rgba(23, 42, 39, 0.1);
  border-radius: 16px;
  padding: 18px 20px;
  margin: 12px 0;
}
summary {
  font-weight: 850;
  cursor: pointer;
}
.context-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.context-links a {
  padding: 11px 16px;
  border-radius: 999px;
  background: #fff;
  color: #272946;
  border: 1px solid rgba(23, 42, 39, 0.13);
  text-decoration: none;
  font-weight: 750;
}
.search-panel {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(23, 42, 39, 0.1);
}
.search-fields {
  display: grid;
  grid-template-columns: 1fr 220px auto;
  gap: 12px;
}
.field {
  width: 100%;
  padding: 15px 17px;
  border: 1px solid #b9c5c0;
  border-radius: 13px;
  font: inherit;
}
.search-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.search-results a {
  padding: 13px;
  background: #eef3f0;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
}
.commune-directory-section {
  background-color: #fbfaf8;
  background-image: radial-gradient(
    rgba(88, 83, 201, 0.11) 1px,
    transparent 1px
  );
  background-size: 18px 18px;
}
.directory-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}
.directory-heading .section-title {
  margin-bottom: 12px;
}
.commune-count {
  flex: none;
  padding: 11px 18px;
  border: 1px solid rgba(32, 35, 50, 0.14);
  border-radius: 999px;
  background: #f1eee8;
  color: #272946;
  font-weight: 850;
}
.commune-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.commune-card {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 24px 27px;
  border: 1px solid rgba(32, 35, 50, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #202332;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(41, 39, 70, 0.05);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.commune-card:hover,
.commune-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(88, 83, 201, 0.42);
  box-shadow: 0 18px 42px rgba(41, 39, 70, 0.12);
}
.commune-card strong {
  font-size: 1.05rem;
}
.commune-card span {
  color: #b4562f;
  font-weight: 800;
}
.directory-status {
  grid-column: 1 / -1;
  margin: 0;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  color: #465653;
}
.weather {
  background: linear-gradient(135deg, #1b433b, #2d6255);
  color: #fff;
  border-radius: 25px;
  padding: 28px;
}
.weather-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 20px 0;
}
.weather-grid div {
  padding: 14px;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 14px;
}
.form-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 28px;
}
.form-card {
  background: #fff;
  padding: 32px;
  border-radius: 26px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid .wide {
  grid-column: 1/-1;
}
.label {
  display: block;
  font-weight: 780;
  margin-bottom: 6px;
}
.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #465653;
}
.check input {
  margin-top: 6px;
}
.notice {
  padding: 14px 16px;
  background: #eef3f0;
  border-radius: 13px;
  font-size: 0.92rem;
}
.sticky-cta {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 140%);
  width: min(760px, calc(100% - 24px));
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 12px 12px 22px;
  border-radius: 999px;
  background: #102e29;
  color: #fff;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.36);
  transition: 0.35s;
}
.sticky-cta.show {
  transform: translate(-50%, 0);
}
.sticky-cta a {
  margin-left: auto;
}
.sticky-close {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.25rem;
}
.site-footer {
  background: #0d2823;
  color: #d5e1de;
  padding: 60px 0 28px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 38px;
}
.site-footer a {
  color: #fff;
}
.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.85rem;
}
.breadcrumbs {
  font-size: 0.86rem;
  color: #71807c;
  padding: 22px 0 0;
}
.breadcrumbs a {
  color: #355c52;
}
.skip {
  position: absolute;
  left: -999px;
}
.skip:focus {
  left: 10px;
  top: 10px;
  z-index: 100;
  background: #fff;
  padding: 12px;
}
.tag {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 999px;
  background: #e0ebe4;
  color: #214e43;
  font-size: 0.79rem;
  font-weight: 850;
}
.legal {
  max-width: 840px;
}
.legal h2 {
  margin-top: 40px;
}
.status {
  min-height: 28px;
  font-weight: 750;
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: #f7f4ee;
    padding: 20px;
    flex-direction: column;
  }
  .nav-links.open {
    display: flex;
  }
  .menu-btn {
    display: block;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    padding-top: 55px;
  }
  .hero-grid,
  .grid.two,
  .grid.three,
  .form-layout {
    grid-template-columns: 1fr;
  }
  .hero-media {
    margin-top: 10px;
  }
  .hero-note {
    left: 10px;
  }
  .fact-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .search-fields,
  .search-results {
    grid-template-columns: 1fr;
  }
  .commune-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .directory-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .weather-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .wide {
    grid-column: auto;
  }
  .sticky-cta span {
    display: none;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 16px;
  }
  .wrap {
    width: min(100% - 26px, 1180px);
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .hero-media img {
    border-radius: 22px;
  }
  .fact-row {
    grid-template-columns: 1fr;
  }
  .weather-grid {
    grid-template-columns: 1fr;
  }
  .commune-grid {
    grid-template-columns: 1fr;
  }
  .commune-card {
    min-height: 108px;
  }
  .sticky-cta {
    border-radius: 22px;
  }
  .sticky-cta a {
    width: 100%;
  }
  .sticky-close {
    flex: none;
  }
  main section {
    padding: 64px 0;
  }
}
body {
  background: #f6f4f1;
  color: #202332;
}
.site-header {
  background: rgba(246, 244, 241, 0.94);
  border-color: rgba(32, 35, 50, 0.1);
}
.brand-mark {
  background: linear-gradient(135deg, #272946, #c47a52);
}
.nav-cta,
.btn {
  background: #5853c9;
  box-shadow: 0 14px 36px rgba(88, 83, 201, 0.22);
}
.nav-cta:hover,
.btn:hover {
  background: #403bb0;
}
.menu-btn {
  background: #eceaf8;
}
.hero {
  background:
    radial-gradient(
      circle at 78% 12%,
      rgba(220, 166, 121, 0.27),
      transparent 34%
    ),
    radial-gradient(
      circle at 14% 82%,
      rgba(111, 170, 166, 0.2),
      transparent 38%
    ),
    #252743;
}
.eyebrow,
.dark .section-kicker {
  color: #f1bd91;
}
.hero-note {
  color: #272946;
}
.section-kicker {
  color: #a3553c;
}
.soft {
  background: #eeedf5;
}
.dark,
.site-footer {
  background: #22243e;
}
.card,
.search-panel,
.form-card,
details,
.fact,
.table-wrap {
  box-shadow: 0 24px 70px rgba(41, 39, 70, 0.08);
}
th {
  background: #e8e6f4;
  color: #292b49;
}
.weather {
  background: linear-gradient(135deg, #363960, #5b55c8);
}
.tag {
  background: #eceaf8;
  color: #4541a6;
}
.context-links a {
  border-color: rgba(64, 59, 176, 0.18);
}
@media (max-width: 900px) {
  .nav-links {
    background: #f6f4f1;
  }
}
