@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;
}
#guide.soft {
  background-color: #f3f1ea;
  background-image: radial-gradient(
    circle,
    rgba(23, 42, 39, 0.055) 0.8px,
    transparent 0.9px
  );
  background-size: 9px 9px;
}
#formulaire {
  scroll-margin-top: 96px;
}
.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;
}
.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;
  border: 1px solid rgba(23, 42, 39, 0.13);
  color: #17352f;
  text-decoration: none;
  font-weight: 750;
}
.context-links a:hover,
.context-links a:focus-visible {
  background: #e8f0ed;
  color: #0d2823;
}

.price-section {
  background: linear-gradient(135deg, #f5eee3 0%, #eef4f1 100%);
}

.price-intro {
  max-width: 850px;
  margin: 0 0 28px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.price-cards {
  align-items: stretch;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.price-cards--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 900px;
}

.price-card {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(23, 53, 47, 0.12);
  box-shadow: 0 18px 45px rgba(13, 40, 35, 0.08);
}

.price-amount {
  display: block;
  margin: 20px 0 12px;
  color: #17352f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.price-card p,
.price-disclaimer {
  margin: 0;
  line-height: 1.65;
}

.price-note {
  display: block;
  color: #465b56;
  line-height: 1.55;
}

.price-table-title {
  margin: 38px 0 18px;
  color: #17352f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 500;
  line-height: 1.15;
}

.price-disclaimer {
  max-width: 960px;
  margin-top: 22px;
  color: #465b56;
  font-size: 0.94rem;
}

.price-table .price-cell {
  color: #17352f;
  font-size: 1.08rem;
  font-weight: 850;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .price-card {
    min-height: 0;
  }

  .price-amount {
    font-size: 2.35rem;
  }

  .price-table .price-cell {
    white-space: normal;
  }
}

@media (max-width: 1050px) {
  .price-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .price-cards {
    grid-template-columns: 1fr;
  }
}
.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:
    radial-gradient(circle at 1px 1px, rgba(37, 85, 72, 0.1) 1px, transparent 1.5px),
    #fbfaf6;
  background-size: 22px 22px;
}
.commune-directory-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.commune-directory-head .section-title {
  margin-bottom: 10px;
}
.commune-count {
  flex: 0 0 auto;
  padding: 13px 19px;
  border: 1px solid rgba(23, 42, 39, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--green);
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(23, 42, 39, 0.07);
}
.commune-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  padding: 14px;
  margin: 0 0 25px;
  border: 1px solid rgba(23, 42, 39, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 55px rgba(23, 42, 39, 0.09);
}
.commune-search-label {
  position: relative;
  display: block;
}
.commune-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  color: var(--green);
  pointer-events: none;
}
.commune-search .field {
  min-height: 58px;
  padding-left: 52px;
  border: 0;
  background: #f3f5f1;
  font-size: 1.04rem;
  outline: 2px solid transparent;
  outline-offset: -2px;
}
.commune-search .field:focus {
  outline-color: var(--copper);
  background: #fff;
}
.commune-search-reset {
  align-self: stretch;
  padding: 0 24px;
  border: 0;
  border-radius: 14px;
  background: var(--green);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.commune-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.commune-card {
  position: relative;
  min-width: 0;
  min-height: 126px;
  padding: 24px 54px 21px 24px;
  border: 1px solid rgba(23, 42, 39, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.93);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(23, 42, 39, 0.045);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.commune-card:hover,
.commune-card:focus-visible {
  transform: translateY(-3px);
  border-color: var(--copper);
  box-shadow: 0 18px 38px rgba(23, 42, 39, 0.11);
}
.commune-card-name {
  display: block;
  overflow-wrap: anywhere;
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.25;
}
.commune-card-postal {
  display: block;
  margin-top: 12px;
  color: var(--copper);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}
.commune-card-arrow {
  position: absolute;
  right: 19px;
  top: 22px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #e6eee9;
  color: var(--green);
  font-weight: 900;
}
.commune-directory-empty {
  padding: 30px;
  border: 1px dashed rgba(23, 42, 39, 0.25);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.commune-directory-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.commune-more {
  border: 1px solid rgba(23, 42, 39, 0.16);
  background: #fff;
  color: var(--green);
  cursor: pointer;
}
.commune-card[hidden],
.commune-directory-empty[hidden],
.commune-search-reset[hidden],
.commune-more[hidden] {
  display: none !important;
}
@media (max-width: 1050px) {
  .commune-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.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: 54px;
  align-items: start;
}
.form-intro {
  position: sticky;
  top: 108px;
  padding: 8px 0;
}
.time-pill {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 17px;
  border-radius: 999px;
  background: #173b33;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
}
.form-intro .section-title {
  max-width: 520px;
  margin: 18px 0 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 4.5vw, 4.9rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.form-points {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(23, 42, 39, 0.16);
}
.form-points li {
  position: relative;
  padding: 15px 4px 15px 32px;
  border-bottom: 1px solid rgba(23, 42, 39, 0.16);
  color: #253936;
  font-size: 1.06rem;
}
.form-points li::before {
  position: absolute;
  left: 2px;
  top: 14px;
  content: "✓";
  color: #b66b38;
  font-weight: 900;
}
.assurance-card {
  margin-top: 28px;
  padding: 23px;
  border: 1px solid rgba(157, 100, 61, 0.12);
  border-radius: 22px;
  background: rgba(255, 251, 244, 0.88);
  box-shadow: 0 18px 45px rgba(33, 55, 49, 0.07);
}
.assurance-card strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.08rem;
}
.assurance-card p {
  margin: 0;
  color: #52615e;
}
.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 {
  display: grid;
  gap: 18px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.85rem;
}
.portfolio-links {
  padding: 20px;
  border: 1px solid rgba(224, 186, 146, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}
.portfolio-links > strong {
  display: block;
  color: #e0ba92;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.portfolio-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 13px;
}
.portfolio-link-grid a {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.portfolio-link-grid a:hover,
.portfolio-link-grid a:focus-visible {
  background: rgba(224, 186, 146, 0.18);
}
.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;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.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;
  }
  .form-intro {
    position: static;
  }
  .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-directory-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .commune-count {
    padding: 10px 15px;
  }
  .commune-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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-search {
    grid-template-columns: 1fr;
  }
  .commune-search-reset {
    min-height: 50px;
  }
  .commune-grid {
    grid-template-columns: 1fr;
  }
  .commune-card {
    min-height: 104px;
  }
  .sticky-cta {
    display: grid;
    grid-template-columns: minmax(72px, 0.7fr) minmax(142px, 1.4fr) 38px;
    gap: 10px;
    padding: 12px;
    border-radius: 22px;
  }
  .sticky-cta strong {
    font-size: 0.9rem;
    line-height: 1.25;
  }
  .sticky-cta a {
    width: auto;
    min-height: 46px;
    margin: 0;
    padding: 0 12px;
    text-align: center;
  }
  .sticky-close {
    flex: none;
  }
  main section {
    padding: 64px 0;
  }
}
.business-intro {
  margin-bottom: 24px;
}
.business-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.business-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(23, 42, 39, 0.1);
  border-radius: 20px;
  padding: 22px;
  box-shadow: 0 14px 38px rgba(33, 55, 49, 0.06);
}
.business-card h3 {
  margin: 14px 0 6px;
  font-size: 1.12rem;
  line-height: 1.25;
}
.business-card p {
  margin: 0;
  color: #465653;
}
.business-meta {
  margin-top: 14px;
  font-size: 0.82rem;
  color: #687572;
}
.business-cta {
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  transform: translateY(18px);
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .business-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  .portfolio-link-grid {
    grid-template-columns: 1fr;
  }
  .business-grid {
    grid-template-columns: 1fr;
  }
}
