:root {
  color-scheme: light;
  --cream: #f8f5ee;
  --paper: #fffcf6;
  --green: #294d3e;
  --ink: #283e33;
  --muted: #65685e;
  --rose: #99596a;
  --line: #dcded2;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
}
body.modal-open {
  overflow: hidden;
}
[hidden] {
  display: none !important;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
figure,
p {
  margin: 0;
}
h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  text-wrap: balance;
}
h2 {
  font-size: clamp(2rem, 3.2vw, 2.9rem);
  line-height: 1.16;
  letter-spacing: -0.035em;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.section {
  padding-block: 80px;
}
.eyebrow {
  color: var(--rose);
  font-size: 0.68rem;
  font-weight: 650;
  letter-spacing: 0.17em;
  line-height: 1.7;
  margin-bottom: 18px;
}
.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
  max-width: 100%;
  font-family: var(--serif);
  font-size: 1.95rem;
  line-height: 1.2;
}
.brand-flower {
  flex-shrink: 0;
  width: 39px;
  height: 56px;
  color: var(--rose);
}
.brand-sub {
  display: block;
  font: 500 0.57rem/2 var(--sans);
  letter-spacing: 0.19em;
}
.brand > span {
  min-width: 0;
}
.main-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.main-nav a {
  font-size: 0.83rem;
  text-decoration: none;
  padding-block: 12px;
}
.main-nav a:hover,
.text-link:hover,
.site-footer a:hover {
  color: var(--rose);
}
.languages {
  display: flex;
  gap: 1px;
  flex-shrink: 0;
}
.languages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 44px;
  text-decoration: none;
  font-size: 0.7rem;
  color: var(--muted);
}
.languages a[aria-current="page"] {
  color: var(--green);
  text-decoration: underline;
  text-decoration-color: var(--rose);
  text-underline-offset: 7px;
  font-weight: 700;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.13fr;
  gap: 50px;
  align-items: center;
  padding-block: 54px 46px;
}
.hero h1 {
  hyphens: auto;
  overflow-wrap: anywhere;
  font-size: clamp(2.8rem, 4.9vw, 4.5rem);
  line-height: 1.04;
  letter-spacing: -0.052em;
  margin-bottom: 26px;
}
.hero h1 em {
  display: block;
  font-weight: 400;
  color: #57705b;
}
.little-flower {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 7px;
}
.hero-intro {
  color: var(--muted);
  max-width: 380px;
  font-size: 0.98rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  align-items: center;
  margin-top: 30px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  min-height: 50px;
  padding: 13px 22px;
  background: var(--green);
  color: var(--paper);
  border: 1px solid var(--green);
  border-radius: 3px;
  font-size: 0.79rem;
  font-weight: 550;
  text-decoration: none;
  transition: background 0.2s;
}
.button:hover {
  background: #3c624e;
}
.button .icon {
  width: 1.15rem;
  height: 1.15rem;
}
.text-link {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  min-height: 44px;
  font-size: 0.8rem;
  text-decoration: none;
}
.text-link > span:first-child {
  text-decoration: underline;
  text-decoration-color: #a6afa0;
}
.host-line {
  margin-top: 36px;
  color: var(--rose);
  font: italic 1.05rem var(--serif);
}
.host-line > span:first-child {
  margin-right: 8px;
}
.hero-photo {
  position: relative;
  padding-bottom: 20px;
}
.hero-photo > img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  object-position: 45% center;
  border-radius: 160px 5px 5px 5px;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 0;
  left: -24px;
  padding: 18px 25px;
  background: var(--paper);
  box-shadow: 0 8px 20px #243d3010;
  font: italic 1.06rem var(--serif);
  transform: rotate(-3deg);
}
.hero-photo figcaption > .icon:first-child {
  color: var(--rose);
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 12px;
}
.welcome-strip {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--muted);
}
.welcome-strip span {
  flex: 1;
  height: 1px;
  background: var(--line);
}
.welcome-strip p {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}
.about {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}
.about-copy > p:not(.signature) {
  color: var(--muted);
  font-size: 0.94rem;
}
.about-copy > p + p {
  margin-top: 16px;
}
.signature {
  font: italic 1.35rem var(--serif);
  color: var(--rose);
}
.features {
  list-style: none;
  padding: 22px 0 0;
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  border-top: 1px solid var(--line);
}
.features li {
  font-size: 0.74rem;
  display: flex;
  gap: 8px;
  align-items: center;
}
.features li > .icon:first-child {
  width: 1.05rem;
  height: 1.05rem;
  color: var(--rose);
}
.gallery-section {
  padding-top: 12px;
}
.section-top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 30px;
}
.section-note {
  color: var(--muted);
  font-size: 0.78rem;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 18px;
}
.gallery a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.3s;
}
.gallery a:hover img {
  transform: scale(1.035);
}
.gallery figcaption {
  font: italic 0.95rem/1.4 var(--serif);
  padding-top: 10px;
}
.photo-expand {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--paper);
  border-radius: 50%;
  padding: 7px;
}
.season-picker {
  display: inline-flex;
  border: 1px solid #a9b6a2;
  border-radius: 30px;
  padding: 4px;
  margin-top: 26px;
  gap: 4px;
}
.season-picker button {
  border: 0;
  border-radius: 25px;
  min-width: 100px;
  min-height: 44px;
  padding: 8px 20px;
  background: transparent;
  font-size: 0.83rem;
}
.season-picker button[aria-pressed="true"] {
  background: var(--season-accent);
  color: white;
}
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.contact-copy > p:not(.eyebrow) {
  margin-top: 22px;
}
.contact-copy > p:not(.eyebrow, .signature) {
  font-size: 0.94rem;
  color: var(--muted);
  max-width: 440px;
}
.contact-details {
  align-self: center;
  min-width: 0;
}
.contact-details address {
  font-style: normal;
}
.contact-link {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding: 0 0 18px;
  margin-bottom: 20px;
}
.contact-label {
  display: block;
  color: var(--muted);
  font-size: 0.63rem;
  letter-spacing: 0.14em;
  margin-bottom: 4px;
}
.contact-link > span:last-child {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 1.15rem;
  overflow-wrap: anywhere;
}
.contact-link:hover {
  color: var(--rose);
}
.contact-details .button {
  width: 100%;
}
.site-footer {
  flex-wrap: wrap;
  padding-block: 26px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 0.72rem;
  color: var(--muted);
}
.site-footer p:first-child span {
  display: block;
}
.footer-brand {
  font: 1.2rem var(--serif);
  color: var(--ink);
  margin-bottom: 4px;
}
.site-footer > p:nth-child(2) {
  font: italic 0.95rem var(--serif);
}
.site-footer a {
  padding-block: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -120px;
  background: var(--paper);
  padding: 12px 20px;
  z-index: 10;
  clip-path: inset(50%);
}
.skip-link:focus {
  top: 15px;
  clip-path: none;
}
.lightbox {
  width: min(1050px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  border: 0;
  padding: 18px 22px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 5px;
}
.lightbox::backdrop {
  background: #14271de8;
}
.lightbox-toolbar,
.lightbox-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.lightbox button {
  min-height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 3px;
  padding: 7px 14px;
  font-size: 0.86rem;
}
.lightbox button:hover {
  background: #e9ede3;
}
.lightbox-toolbar {
  margin-bottom: 12px;
  font-size: 0.8rem;
}
.lightbox-close .icon {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 12px;
}
.lightbox figure img {
  width: 100%;
  height: auto;
  max-height: calc(100dvh - 220px);
  object-fit: contain;
}
.lightbox figcaption {
  text-align: center;
  font: italic 1rem/1.5 var(--serif);
  padding: 12px 0;
}
/* La région : repères géographiques et suggestions de saison. */
.area-section {
  --season-accent: #52694a;
  background: #e9ede3;
}
.area-section[data-season="winter"] {
  --season-accent: #486272;
  background: #e7edf0;
}
.area-section .eyebrow {
  color: #854659;
}
.region-heading {
  margin-bottom: 38px;
}
.region-intro {
  max-width: 750px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}
.region-overview {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 48px;
  align-items: start;
}
.landscape img {
  width: 100%;
  aspect-ratio: 1.07;
  object-fit: cover;
  border-radius: 3px 80px 3px 3px;
}
.landscape figcaption {
  font: italic 1rem/1.5 var(--serif);
  color: var(--season-accent);
  margin-top: 14px;
}
.map-panel {
  min-width: 0;
}
.region-map {
  display: block;
  width: 100%;
  height: auto;
  color: #294d3e;
}
.map-trees {
  color: #78916a;
}
.map-mountains {
  fill: none;
  stroke: #8a9a77;
  stroke-width: 1.5;
}
.map-region {
  font: 500 14px var(--sans);
  letter-spacing: 5px;
  fill: #606c53;
}
.map-compass {
  fill: none;
  stroke: #697563;
  stroke-width: 1.5;
}
.map-compass text {
  fill: #697563;
  stroke: none;
  text-anchor: middle;
  font: 11px var(--sans);
}
.map-home {
  font: 600 18px var(--serif);
  fill: #294d3e;
}
.map-start {
  font: italic 12px var(--serif);
  fill: #99596a;
}
.map-marker {
  outline: none;
  text-decoration: none;
}
.map-hit {
  fill: transparent;
}
.map-dot {
  fill: #294d3e;
  stroke: #fffdf7;
  stroke-width: 2;
}
.map-number {
  fill: #fffdf7;
  text-anchor: middle;
  dominant-baseline: middle;
  font: 600 11px var(--sans);
  pointer-events: none;
}
.map-place {
  fill: #294d3e;
  font: 15px var(--serif);
  paint-order: stroke;
  stroke: #f7f5ec;
  stroke-width: 4;
  stroke-linejoin: round;
}
.map-marker:hover .map-dot,
.map-marker:focus-visible .map-dot {
  fill: var(--rose);
}
.map-marker:focus-visible .map-hit {
  fill: #ffffff80;
  stroke: var(--rose);
  stroke-width: 2;
}
.map-hint {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 12px;
}
.route-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px 14px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.route-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  text-decoration: none;
  font-size: 0.75rem;
  border-bottom: 1px solid #c5cec0;
}
.route-list a:hover {
  color: var(--rose);
}
.route-list a span:first-child {
  color: var(--rose);
  font: italic 1.1rem var(--serif);
}
.route-list a span:last-child {
  margin-left: auto;
}
.outings-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-block: 56px 28px;
}
.outings-heading h3 {
  font: 400 clamp(1.65rem, 2.5vw, 2.1rem)/1.25 var(--serif);
  margin: 0;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.outings-heading .eyebrow {
  margin-bottom: 10px;
}
.outings-heading .season-picker {
  margin: 0;
  flex-shrink: 0;
}
.trip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.trip-card {
  min-width: 0;
}
.trip-card > img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 4px;
}
.trip-copy {
  padding: 22px 0 0;
}
.trip-copy h3 {
  font: 400 1.6rem/1.2 var(--serif);
  margin: 0 0 14px;
  letter-spacing: -0.025em;
}
.trip-copy .eyebrow {
  margin-bottom: 10px;
  font-size: 0.61rem;
}
.trip-description {
  font-size: 0.87rem;
  color: #536053;
}
.trip-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin-top: 14px;
}
.trip-links .text-link {
  font-size: 0.75rem;
}
.footer-details {
  order: 4;
  flex-basis: 100%;
  font-size: 0.75rem;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.footer-details summary {
  cursor: pointer;
  width: fit-content;
  min-height: 44px;
  padding-block: 10px;
}
.footer-details > div {
  max-width: 800px;
  padding-block: 10px 14px;
  font-size: 0.875rem;
  overflow-wrap: anywhere;
}
.footer-details address {
  margin-top: 10px;
  font-style: normal;
}
.footer-details ul {
  padding-left: 20px;
}
.footer-details h2 {
  margin-block: 20px 8px;
  font-size: 1.2rem;
  letter-spacing: normal;
}
.footer-details p + p {
  margin-top: 10px;
}

@media (min-width: 1600px) {
  .hero-photo > img {
    height: 560px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .main-nav {
    gap: 20px;
  }
  .hero {
    gap: 30px;
  }
  .hero-photo > img {
    height: 470px;
    border-top-left-radius: 120px;
  }
  .about {
    gap: 40px;
  }
  .contact-section {
    gap: 55px;
  }
  .hero-actions {
    gap: 10px;
  }
  .region-overview {
    gap: 28px;
  }
  .route-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trip-grid {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .site-header {
    flex-wrap: wrap;
    gap: 8px 20px;
    padding-block: 18px 0;
  }
  .main-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--line);
  }
  .hero h1 {
    font-size: 3.1rem;
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section-top {
    display: block;
  }
  .section-note {
    margin-top: 16px;
  }
  .contact-section {
    gap: 35px;
  }
  .contact-link > span:last-child {
    font-size: 1rem;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .section {
    padding-block: 52px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 36px;
  }
  .hero h1 {
    font-size: clamp(2.85rem, 8.5vw, 4rem);
    max-width: 540px;
  }
  .hero-intro {
    max-width: 470px;
  }
  .hero-actions {
    gap: 12px 22px;
    margin-top: 24px;
  }
  .host-line {
    margin-top: 24px;
  }
  .hero-photo > img {
    height: auto;
    aspect-ratio: 1.3;
    border-top-left-radius: 100px;
  }
  .hero-photo figcaption {
    left: 12px;
    max-width: calc(100% - 24px);
    padding: 13px 18px;
    font-size: 0.98rem;
  }
  .welcome-strip {
    gap: 12px;
  }
  .welcome-strip p {
    font-size: 0.57rem;
    letter-spacing: 0.1em;
  }
  .about,
  .contact-section {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .about .section-heading h2 {
    max-width: 430px;
  }
  .features {
    gap: 12px 20px;
  }
  .gallery-section {
    padding-top: 4px;
  }
  .gallery {
    gap: 22px 14px;
  }
  .gallery figcaption {
    font-size: 0.88rem;
  }
  .contact-details {
    margin-top: 4px;
  }
  .contact-link > span:last-child {
    font-size: 1.1rem;
  }
  .site-footer {
    gap: 18px;
  }
  .site-footer > p:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .region-heading {
    margin-bottom: 26px;
  }
  .region-overview,
  .trip-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .landscape img {
    aspect-ratio: 3/2;
  }
  .region-map {
    margin-top: 0;
  }
  .map-place {
    font-size: 20px;
  }
  .map-home {
    font-size: 22px;
  }
  .map-number {
    font-size: 15px;
  }
  .route-list {
    gap: 8px 20px;
  }
  .route-list a {
    font-size: 0.8rem;
  }
  .outings-heading {
    display: block;
    margin-top: 40px;
  }
  .outings-heading .season-picker {
    margin-top: 22px;
  }
  .trip-grid {
    gap: 36px;
  }
  .trip-copy {
    padding-top: 18px;
  }
  .trip-links .text-link {
    font-size: 0.8rem;
  }
}
@media (max-width: 380px) {
  .brand {
    font-size: 1.7rem;
  }
  .brand-flower {
    width: 31px;
  }
  .brand-sub {
    font-size: 0.51rem;
  }
  .languages a {
    min-width: 32px;
  }
  .main-nav {
    gap: 19px;
  }
  .main-nav a {
    font-size: 0.74rem;
  }
  .button {
    padding-inline: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
