:root {
  color-scheme: light;
  --bg: #f4efe6;
  --bg-strong: #ede3d0;
  --surface: rgba(255, 251, 244, 0.84);
  --surface-strong: #fffaf2;
  --text: #2f2a24;
  --muted: #6d6458;
  --muted-strong: #50483f;
  --accent: #70814b;
  --accent-dark: #4f5d34;
  --accent-soft: rgba(112, 129, 75, 0.14);
  --accent-warm: #b56f4e;
  --cta: #ca7b4c;
  --cta-dark: #b65f33;
  --cta-active: #994824;
  --cta-shadow: rgba(182, 95, 51, 0.28);
  --border: rgba(47, 42, 36, 0.12);
  --shadow: 0 28px 70px rgba(56, 44, 28, 0.12);
  --shadow-soft: 0 20px 45px rgba(56, 44, 28, 0.09);
  --radius: 1.5rem;
  --max-width: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Manrope", "Segoe UI", sans-serif;
  line-height: 1.65;
  color: var(--text);
  background:
    url("images/vergne-feuille-watermark.png") right -5rem top 7rem / min(36vw, 28rem) auto no-repeat,
    radial-gradient(circle at top left, rgba(181, 111, 78, 0.15), transparent 28%),
    radial-gradient(circle at top right, rgba(112, 129, 75, 0.14), transparent 24%),
    linear-gradient(180deg, #fbf7ef 0%, var(--bg) 42%, #f8f2e7 100%);
}

body.has-lightbox-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.26) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 72%);
  opacity: 0.16;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(112, 129, 75, 0.4);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 40;
  padding: 0.85rem 1.2rem;
  color: #fff;
  background: var(--accent-dark);
  border-radius: 999px;
  transform: translateY(-220%);
  transition: transform 0.2s ease;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(250, 245, 235, 0.82);
  border-bottom: 1px solid rgba(47, 42, 36, 0.08);
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.site-header.is-scrolled,
.site-header.nav-open {
  background: rgba(255, 251, 244, 0.96);
  border-color: rgba(47, 42, 36, 0.12);
  box-shadow: 0 14px 32px rgba(56, 44, 28, 0.09);
}

.site-header__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem clamp(1.2rem, 3vw, 2rem);
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(47, 42, 36, 0.1);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(56, 44, 28, 0.06);
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.15rem;
  min-height: 2rem;
  padding: 0.25rem 0.55rem;
  color: var(--muted-strong);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.language-switcher a[aria-current="true"] {
  color: #fff;
  background: var(--accent-dark);
}

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

.brand__lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand__logo {
  width: clamp(12rem, 17vw, 15.5rem);
  min-width: clamp(12rem, 17vw, 15.5rem);
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(56, 44, 28, 0.1));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.9rem 1.35rem;
}

.site-nav a {
  position: relative;
  color: var(--muted-strong);
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  border-radius: 999px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-dark) 100%);
  border-radius: 999px;
  border: 1px solid rgba(182, 95, 51, 0.22);
  box-shadow: 0 14px 34px var(--cta-shadow);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.nav-cta::after {
  display: none;
}

.nav-cta:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 18px 38px rgba(182, 95, 51, 0.34);
}

.nav-cta:focus-visible {
  outline-color: rgba(202, 123, 76, 0.42);
}

.nav-cta:active {
  transform: translateY(0);
  background: linear-gradient(135deg, var(--cta-dark) 0%, var(--cta-active) 100%);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 3.4rem;
  min-height: 3.1rem;
  padding: 0 0.85rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 42, 36, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(56, 44, 28, 0.08);
  cursor: pointer;
}

.nav-toggle::before {
  content: "≡";
  font-size: 1.2rem;
  line-height: 1;
}

.nav-toggle__label {
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

main {
  overflow: hidden;
}

.hero {
  position: relative;
  overflow: clip;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.25rem, 4vw, 2rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 10% auto auto -14rem;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 111, 78, 0.2) 0%, rgba(181, 111, 78, 0) 72%);
  filter: blur(4px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12rem 12% auto;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 129, 75, 0.18) 0%, rgba(112, 129, 75, 0) 72%);
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
}

.hero--home {
  min-height: calc(100svh - 86px);
  display: flex;
  align-items: center;
}

.hero__copy {
  max-width: 39rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 2.8rem;
  height: 1px;
  background: currentColor;
  opacity: 0.55;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.03em;
}

h1 {
  font-size: clamp(3.25rem, 8vw, 6.4rem);
  line-height: 0.9;
}

h2 {
  font-size: clamp(2.3rem, 4.5vw, 4rem);
  line-height: 0.94;
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1;
}

p {
  margin: 0;
}

.hero__lede,
.section__lead {
  margin-top: 1.3rem;
  max-width: 36rem;
  color: var(--muted-strong);
  font-size: clamp(1.06rem, 1.8vw, 1.28rem);
}

.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
  padding: 0;
  margin: 1.7rem 0 0;
  list-style: none;
}

.hero__meta li {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--muted-strong);
  font-weight: 700;
}

.hero__meta li::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0.28rem rgba(112, 129, 75, 0.16);
}

.hero__actions,
.cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.85rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--cta) 0%, var(--cta-dark) 100%);
  border-color: rgba(182, 95, 51, 0.24);
  box-shadow: 0 18px 36px var(--cta-shadow);
}

.button--secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(47, 42, 36, 0.12);
}

.button--primary:hover {
  color: #fff;
  box-shadow: 0 22px 42px rgba(182, 95, 51, 0.34);
}

.button--primary:focus-visible {
  outline-color: rgba(202, 123, 76, 0.38);
}

.button--primary:active {
  background: linear-gradient(135deg, var(--cta-dark) 0%, var(--cta-active) 100%);
  box-shadow: 0 12px 26px rgba(153, 72, 36, 0.28);
}

.button--secondary:hover {
  background: rgba(255, 255, 255, 0.9);
}

.button--secondary:active {
  background: rgba(255, 255, 255, 0.75);
}

.hero__visual {
  position: relative;
  isolation: isolate;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: auto auto -2rem -2rem;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(112, 129, 75, 0.24), rgba(112, 129, 75, 0));
  z-index: -1;
}

.hero__visual img,
.section__media img,
.photo-card img,
.surface-photo img {
  width: 100%;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero__visual--portrait img {
  aspect-ratio: 4 / 5;
  border-radius: min(14rem, 28vw) min(14rem, 28vw) 1.6rem 1.6rem;
  animation: heroFloat 10s ease-in-out infinite;
}

.hero__visual--landscape img {
  aspect-ratio: 1 / 0.92;
  border-radius: 1.6rem;
  animation: heroFloat 11s ease-in-out infinite;
}

.surface {
  background: var(--surface);
  border: 1px solid rgba(47, 42, 36, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
}

.section {
  padding: clamp(4rem, 7vw, 6.2rem) clamp(1.25rem, 4vw, 2rem);
}

.section--alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 251, 244, 0.68) 16%, rgba(255, 251, 244, 0.68) 84%, rgba(255, 255, 255, 0) 100%);
}

.section__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}

.section__header {
  max-width: 40rem;
  margin-bottom: 2.2rem;
}

.section__header p + h2,
.section__header p + h3 {
  margin-top: 0.35rem;
}

.section__header .section__lead {
  max-width: 38rem;
}

.section__grid {
  display: grid;
  gap: clamp(1.4rem, 4vw, 3rem);
}

.section__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.section__grid--asymmetric {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
}

.section__media img {
  aspect-ratio: 4 / 4.6;
  border-radius: 1.5rem;
}

.section__content {
  display: grid;
  gap: 1.3rem;
}

.section__content p {
  max-width: 40rem;
  color: var(--muted-strong);
}

.facts-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.6rem;
}

.fact {
  padding-top: 1rem;
  border-top: 1px solid rgba(47, 42, 36, 0.14);
}

.fact strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.95rem, 4vw, 3rem);
  line-height: 0.9;
}

.fact span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.check-list,
.amenities-grid,
.contact-list,
.route-list,
.plain-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 0.95rem;
}

.check-list li,
.route-list li,
.contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.check-list li::before,
.route-list li::before,
.contact-list li::before {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  margin-top: 0.35rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff, #fff 22%, var(--accent) 24%, var(--accent) 100%);
  box-shadow: 0 0 0 0.24rem rgba(112, 129, 75, 0.13);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.photo-card {
  grid-column: span 4;
  display: grid;
  align-content: start;
  align-self: start;
  gap: 0.7rem;
}

.photo-card--wide {
  grid-column: span 6;
}

.photo-card--tall {
  grid-column: span 5;
}

.photo-card a {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  line-height: 0;
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.photo-card img {
  aspect-ratio: 4 / 3;
  height: 100%;
  transition: transform 0.45s ease;
}

.photo-card--tall a {
  aspect-ratio: 3 / 4;
}

.photo-card--tall img {
  aspect-ratio: 3 / 4;
}

.photo-card a:hover img {
  transform: scale(1.04);
}

.photo-card figcaption {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
}

.detail-list {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2rem);
}

.detail-list > div {
  padding-top: 0.9rem;
  border-top: 1px solid rgba(47, 42, 36, 0.1);
}

.detail-list > div:first-child {
  padding-top: 0;
  border-top: 0;
}

.detail-list dt {
  margin: 0 0 0.2rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.detail-list dd {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.4rem;
}

.amenities-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

.amenities-grid li::before {
  content: "";
  width: 0.82rem;
  height: 0.82rem;
  margin-top: 0.42rem;
  border-radius: 0.22rem;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
}

.amenities-themes {
  display: grid;
  gap: 1rem;
}

.amenity-group {
  display: grid;
  gap: 0.95rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(47, 42, 36, 0.1);
  border-radius: 1.1rem;
}

.amenity-group h3 {
  color: var(--text);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.05;
}

.amenity-group .amenities-grid {
  gap: 0.7rem 1.1rem;
}

.attraction-list {
  display: grid;
  gap: 1.2rem;
}

.attraction {
  display: grid;
  gap: 0.5rem;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(47, 42, 36, 0.12);
}

.attraction:first-child {
  padding-top: 0;
  border-top: 0;
}

.attraction p {
  color: var(--muted-strong);
}

.tourism-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tourism-card {
  overflow: hidden;
}

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

.tourism-card__body {
  display: grid;
  gap: 0.75rem;
  padding: 1.2rem;
}

.tourism-card__body h3 {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.tourism-card__body p {
  color: var(--muted-strong);
}

.photo-credit {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.photo-credit a,
.tax-note a {
  color: var(--cta-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.tourism-note {
  margin-top: 1.1rem;
}

.tourism-note h2 + p {
  margin-top: 1rem;
}

.resource-links {
  display: grid;
  gap: 0.9rem;
}

.resource-link {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(47, 42, 36, 0.1);
  border-radius: 1rem;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.resource-link:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 129, 75, 0.26);
  background: rgba(255, 255, 255, 0.82);
}

.resource-link span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.resource-link strong {
  font-size: 1rem;
}

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

.pricing-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 780px;
  margin: 0 auto;
}

.pricing-card {
  display: grid;
  gap: 0.85rem;
  padding: 1.6rem;
  border-radius: 1.4rem;
  background: rgba(255, 251, 244, 0.9);
  border: 1px solid rgba(47, 42, 36, 0.12);
  box-shadow: var(--shadow-soft);
}

.pricing-card--featured {
  background: linear-gradient(180deg, rgba(112, 129, 75, 0.14), rgba(255, 251, 244, 0.94));
  border-color: rgba(112, 129, 75, 0.24);
}

.pricing-card__label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pricing-card__price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 0.9;
}

.pricing-card p {
  color: var(--muted-strong);
}

.tax-note {
  display: grid;
  gap: 0.75rem;
  margin-top: 0.4rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(47, 42, 36, 0.1);
  border-radius: 1rem;
}

.tax-note p {
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.note-block {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.note-block p + p {
  margin-top: 0.8rem;
}

.map-frame {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.info-card {
  padding: 1.35rem 1.25rem;
  background: rgba(255, 251, 244, 0.82);
  border: 1px solid rgba(47, 42, 36, 0.1);
  border-radius: 1.2rem;
}

.info-card h3 {
  margin-bottom: 0.55rem;
  font-size: 1.55rem;
}

.info-card p,
.info-card li {
  color: var(--muted-strong);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.75rem 1.2rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(47, 42, 36, 0.12);
  border-radius: 999px;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
}

.contact-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(112, 129, 75, 0.2);
}

.contact-link:focus-visible {
  outline-color: rgba(202, 123, 76, 0.34);
}

.contact-link:active {
  transform: translateY(0);
}

.section__grid--contact {
  grid-template-columns: minmax(0, 1.05fr) minmax(21rem, 0.95fr);
  align-items: start;
}

.contact-intro-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.3rem;
}

.contact-intro-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  align-items: start;
}

.contact-intro-list li::before {
  content: "";
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.34rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff, #fff 22%, var(--cta) 24%, var(--cta) 100%);
  box-shadow: 0 0 0 0.24rem rgba(202, 123, 76, 0.14);
}

.form-panel,
.contact-panel {
  padding: clamp(1.5rem, 3vw, 2.2rem);
}

.contact-panel {
  display: grid;
  gap: 1.3rem;
}

.contact-panel__group {
  display: grid;
  gap: 0.8rem;
}

.contact-panel__group p,
.contact-panel__group li {
  color: var(--muted-strong);
}

.contact-form {
  display: grid;
  gap: 1.1rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
}

.field-group {
  display: grid;
  gap: 0.42rem;
}

.field-group--full,
.field-group--checkbox,
.field-group--hidden {
  grid-column: 1 / -1;
}

.field-label {
  color: var(--muted-strong);
  font-size: 0.92rem;
  font-weight: 700;
}

.field-required {
  color: var(--cta-dark);
}

.field-input,
.field-select,
.field-textarea {
  width: 100%;
  min-height: 3.3rem;
  padding: 0.9rem 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(47, 42, 36, 0.12);
  border-radius: 1rem;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.field-textarea {
  min-height: 10rem;
  resize: vertical;
}

.field-input::placeholder,
.field-textarea::placeholder {
  color: rgba(80, 72, 63, 0.56);
}

.field-input:hover,
.field-select:hover,
.field-textarea:hover {
  border-color: rgba(202, 123, 76, 0.2);
}

.field-input:focus,
.field-select:focus,
.field-textarea:focus {
  outline: none;
  border-color: rgba(202, 123, 76, 0.5);
  box-shadow: 0 0 0 4px rgba(202, 123, 76, 0.14);
  background: #fff;
}

.field-help {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.field-help--accent {
  color: var(--cta-dark);
  font-weight: 700;
}

.field-error {
  margin: 0;
  color: #8d3420;
  font-size: 0.86rem;
  font-weight: 700;
}

.field-input[aria-invalid="true"],
.field-select[aria-invalid="true"],
.field-textarea[aria-invalid="true"] {
  border-color: rgba(141, 52, 32, 0.44);
  box-shadow: 0 0 0 4px rgba(141, 52, 32, 0.12);
}

.checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(47, 42, 36, 0.1);
  border-radius: 1rem;
}

.checkbox input {
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.2rem;
  accent-color: var(--cta-dark);
}

.checkbox__text {
  color: var(--muted-strong);
  font-size: 0.92rem;
}

.checkbox__text a {
  color: var(--cta-dark);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.form-status {
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  font-weight: 700;
}

.form-status--success {
  color: #25451f;
  background: rgba(112, 129, 75, 0.16);
  border: 1px solid rgba(112, 129, 75, 0.24);
}

.form-status--error {
  color: #7d321f;
  background: rgba(181, 111, 78, 0.12);
  border: 1px solid rgba(181, 111, 78, 0.22);
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.form-actions .button {
  min-width: 15rem;
}

.form-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-meta a {
  color: var(--cta-dark);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-meta {
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.2rem;
}

.footer-fineprint {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.86rem;
}

.legal-layout {
  display: grid;
  gap: 1.25rem;
}

.legal-layout p,
.legal-layout li {
  color: var(--muted-strong);
}

.legal-layout ul {
  margin: 0;
  padding-left: 1.1rem;
}

.legal-card {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.legal-card h2 + p,
.legal-card h2 + ul {
  margin-top: 1rem;
}

.legal-card p + p,
.legal-card ul + p {
  margin-top: 0.85rem;
}

.legal-card ul {
  display: grid;
  gap: 0.55rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2rem);
  background: rgba(22, 19, 16, 0.88);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox__figure {
  display: grid;
  gap: 0.9rem;
  width: min(100%, 1100px);
  margin: 0;
  place-items: center;
}

.lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 820px);
  object-fit: contain;
  border-radius: 1rem;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36);
}

.lightbox__caption {
  max-width: 52rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

.lightbox__button {
  position: absolute;
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.lightbox__button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.2);
}

.lightbox__button--close {
  top: clamp(0.8rem, 3vw, 1.6rem);
  right: clamp(0.8rem, 3vw, 1.6rem);
  font-size: 1.6rem;
  line-height: 1;
}

.lightbox__button--prev,
.lightbox__button--next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.1rem;
  line-height: 1;
}

.lightbox__button--prev:hover,
.lightbox__button--next:hover {
  transform: translateY(calc(-50% - 1px));
}

.lightbox__button--prev {
  left: clamp(0.8rem, 3vw, 1.6rem);
}

.lightbox__button--next {
  right: clamp(0.8rem, 3vw, 1.6rem);
}

.cta-band {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem 2rem;
  padding: clamp(1.6rem, 4vw, 2.5rem);
  border-radius: 1.75rem;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(31, 28, 25, 0.96), rgba(79, 93, 52, 0.92)),
    url("images/gite-exterieur-jardin.jpg") center / cover;
  box-shadow: 0 30px 60px rgba(31, 28, 25, 0.2);
}

.cta-band p {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.82);
}

.cta-band h2 + p {
  margin-top: 0.95rem;
}

.cta-band .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.cta-band .button--secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.site-footer {
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: 2.8rem 1.25rem 3.2rem;
  color: rgba(255, 255, 255, 0.86);
  background: #26211c;
}

.site-footer__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 0.9fr);
  gap: 1.6rem 2rem;
}

.footer-note,
.site-footer p,
.site-footer li,
.site-footer a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-heading {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-nav,
.footer-contact {
  display: grid;
  gap: 0.65rem;
}

.footer-nav a,
.footer-contact a {
  width: fit-content;
}

.footer-nav a:hover,
.footer-contact a:hover,
.site-footer .brand:hover {
  color: #fff;
}

html.has-motion [data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

html.has-motion [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 980px) {
  .hero__inner,
  .section__grid--two,
  .section__grid--asymmetric,
  .section__grid--contact,
  .site-footer__inner,
  .pricing-grid,
  .tourism-card-grid,
  .info-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .hero--home {
    min-height: auto;
  }

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

  .photo-card,
  .photo-card--wide,
  .photo-card--tall {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    padding: 0.8rem;
    background: rgba(255, 251, 244, 0.98);
    border: 1px solid rgba(47, 42, 36, 0.12);
    border-radius: 1.2rem;
    box-shadow: 0 18px 36px rgba(56, 44, 28, 0.12);
    opacity: 0;
    transform: translateY(-0.5rem);
    pointer-events: none;
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }

  .site-header.nav-open .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .site-nav a {
    padding: 0.95rem 1rem;
    border-radius: 0.9rem;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a:hover,
  .site-nav a[aria-current="page"] {
    background: rgba(112, 129, 75, 0.1);
  }

  .nav-cta {
    margin-top: 0.35rem;
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }

  .hero__meta,
  .hero__actions,
  .cta-band__actions,
  .contact-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .contact-link,
  .form-actions .button {
    width: 100%;
  }

  .facts-grid,
  .amenities-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    gap: 0.9rem;
  }

  .photo-card,
  .photo-card--wide,
  .photo-card--tall {
    grid-column: span 12;
  }

  .map-frame {
    min-height: 340px;
  }

  .lightbox {
    padding: 4.5rem 1rem 5.2rem;
  }

  .lightbox__image {
    max-height: 66vh;
  }

  .lightbox__button--prev,
  .lightbox__button--next {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .lightbox__button--prev:hover,
  .lightbox__button--next:hover {
    transform: translateY(-1px);
  }
}

@media (max-width: 540px) {
  .site-header__inner,
  .hero,
  .section,
  .site-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .site-header__inner {
    align-items: stretch;
    flex-direction: column;
    gap: 0.55rem;
  }

  .brand {
    gap: 0.7rem;
  }

  .brand__lockup {
    gap: 0.7rem;
  }

  .hero__visual--portrait img {
    aspect-ratio: 4 / 4.8;
  }

  .brand__logo {
    width: 10rem;
    min-width: 10rem;
  }

  .site-nav {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-nav a {
    padding: 0.45rem 0.55rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(47, 42, 36, 0.08);
    border-radius: 999px;
    font-size: 0.78rem;
    text-align: center;
  }

  .nav-toggle {
    display: none;
  }

  .nav-cta {
    grid-column: 1 / -1;
    width: 100%;
    padding: 0.55rem 0.85rem;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html.has-motion [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
