@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --forest: #6b503e;
  --forest-deep: #34271f;
  --moss: #927764;
  --cream: #eadfce;
  --paper: #f8f2e9;
  --sand: #d8c6af;
  --copper: #b3835b;
  --ink: #2c2622;
  --muted: #746a62;
  --line: rgba(79, 61, 48, 0.16);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', system-ui, sans-serif;
  --radius: 20px;
  --shadow: 0 18px 55px rgba(74, 54, 40, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 76px;
}
body[data-language="fr"] .lang-en,
body[data-language="en"] .lang-fr { display: none !important; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }

.topbar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 10px clamp(18px, 5vw, 68px);
  color: white;
  background: rgba(52, 39, 31, 0.97);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(14px);
}
.brand { display: flex; flex-direction: column; text-decoration: none; line-height: 1.1; }
.brand-name { font-family: var(--serif); font-size: 21px; letter-spacing: .15em; }
.brand-sub { margin-top: 5px; font-size: 10px; letter-spacing: .08em; opacity: .72; text-transform: uppercase; }
.language-switch { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.language-switch button { min-width: 38px; padding: 6px 9px; color: white; background: none; border: 0; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 600; }
.language-switch button[aria-pressed="true"] { color: var(--forest-deep); background: var(--cream); }

.hero { position: relative; min-height: min(74vh, 680px); color: white; overflow: hidden; }
.hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(45,34,27,.04) 25%, rgba(45,34,27,.84) 100%); }
.hero-copy { position: absolute; left: clamp(22px, 7vw, 100px); right: 22px; bottom: clamp(38px, 9vw, 88px); max-width: 690px; }
.eyebrow, .kicker { margin: 0 0 10px; color: var(--copper); font-size: 12px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.hero .eyebrow { color: #f1d7ba; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 12px; font-family: var(--serif); font-size: clamp(64px, 13vw, 128px); font-weight: 500; letter-spacing: -.04em; line-height: .9; }
.hero-intro { max-width: 620px; margin-bottom: 0; font-family: var(--serif); font-size: clamp(18px, 3vw, 27px); line-height: 1.38; }

.quick-nav { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); width: min(92%, 980px); margin: -22px auto 0; background: #f1e6d7; border: 1px solid rgba(107,80,62,.14); border-radius: 16px; box-shadow: var(--shadow); overflow: hidden; }
.quick-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 90px; padding: 12px 6px; text-align: center; text-decoration: none; border-right: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.quick-nav a:last-child { border-right: 0; }
.quick-nav a > span:first-child { color: var(--copper); font-size: 22px; font-weight: 400; }

.section { width: min(100% - 36px, 1120px); margin: 0 auto; padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
h2 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(36px, 6vw, 64px); font-weight: 500; letter-spacing: -.03em; line-height: 1.04; }
h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.2; }
.lead { max-width: 680px; color: var(--muted); font-size: 18px; }

.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.info-card { display: flex; gap: 16px; min-height: 182px; padding: 24px; background: #fffaf3; border: 1px solid var(--line); border-radius: var(--radius); }
.info-card.featured { color: white; background: var(--forest); border-color: transparent; }
.info-card .icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; color: var(--copper); background: var(--cream); border-radius: 50%; font-size: 20px; }
.info-card p { margin-bottom: 10px; color: var(--muted); }
.info-card.featured p { color: rgba(255,255,255,.78); }
.text-link { color: var(--copper); font-size: 14px; font-weight: 600; text-underline-offset: 4px; }
.status { display: inline-block; padding: 5px 9px; color: #7e5a38; background: #f6eadc; border-radius: 999px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .07em; }

.photo-break { position: relative; min-height: 520px; color: white; overflow: hidden; }
.photo-break img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.photo-break::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(52,40,32,.78), rgba(52,40,32,.04) 72%); }
.photo-break > div { position: absolute; z-index: 2; left: clamp(22px, 8vw, 110px); bottom: 60px; max-width: 560px; }
.photo-break h2 { margin: 0; }
.photo-break .kicker { color: #f1d7ba; }

.spaces { padding-bottom: 58px; }
.space-editorial { display: flex; flex-direction: column; gap: 72px; }
.space-row { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(34px, 7vw, 88px); align-items: center; }
.space-row.reverse { grid-template-columns: .65fr 1.35fr; }
.space-row.reverse img { order: 2; }
.space-row img { height: clamp(360px, 48vw, 580px); object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.space-copy { position: relative; padding: 26px 0; }
.space-copy .space-number { display: block; margin-bottom: 42px; color: var(--copper); font-size: 12px; letter-spacing: .18em; }
.space-copy h3 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 50px); }
.space-copy > p:not(.kicker) { color: var(--muted); }
.space-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 76px; }
.space-cards article { background: #fffaf3; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.space-cards img { height: 270px; object-fit: cover; }
.space-cards article > div { padding: 24px; }
.space-cards p { margin-bottom: 0; color: var(--muted); }
.chalet-practical { padding-top: 64px; }

.details-stack { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 24px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 6px; top: 18px; color: var(--copper); font-family: var(--sans); font-size: 28px; font-weight: 300; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
.detail-copy { max-width: 720px; padding: 0 30px 22px 0; color: var(--muted); }
.detail-copy p { margin: 0; }

.wellness { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(32px, 7vw, 90px); }
.wellness-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wellness-gallery img { height: 500px; object-fit: cover; border-radius: var(--radius); }
.wellness-gallery img:last-child { margin-top: 50px; height: 400px; }
.wellness-copy p:not(.kicker) { color: var(--muted); }
.wellness-copy .note { padding: 16px 18px; color: var(--forest) !important; background: var(--cream); border-left: 3px solid var(--copper); }

.equipment { padding-top: 30px; }
.equipment-visual { margin-bottom: 54px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.equipment-visual img { height: clamp(280px, 42vw, 500px); object-fit: cover; }
.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.equipment-grid article { min-height: 290px; padding: 30px; background: var(--cream); border-radius: var(--radius); }
.equipment-grid article:first-child { color: white; background: var(--forest); }
.equipment-grid article > span { display: block; margin-bottom: 48px; color: var(--copper); font-size: 12px; letter-spacing: .18em; }
.equipment-grid article:first-child > span { color: #f1d7ba; }
.equipment-grid p { margin-bottom: 0; color: var(--muted); }
.equipment-grid article:first-child p { color: rgba(255,255,255,.78); }

.village-hero { position: relative; min-height: 640px; color: white; overflow: hidden; }
.village-hero > img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.village-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(48,37,30,.82), rgba(48,37,30,.08) 72%); }
.village-overlay { position: absolute; z-index: 2; left: clamp(22px, 8vw, 110px); right: 22px; bottom: 65px; max-width: 750px; }
.village-overlay .kicker { color: #f1d7ba; }
.village-overlay h2 { margin-bottom: 0; }
.village-story { padding-top: 70px; }
.story-intro { max-width: 870px; margin-bottom: 48px; font-family: var(--serif); font-size: clamp(24px, 4vw, 38px); line-height: 1.35; }
.heritage-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.heritage-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.heritage-grid article > span { display: block; margin-bottom: 30px; color: var(--copper); font-size: 12px; letter-spacing: .15em; }
.heritage-grid p { color: var(--muted); }

.activities { padding-top: 30px; }
.activity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.activity-card { position: relative; display: flex; flex-direction: column; min-height: 530px; padding: 32px; color: white; background: var(--forest); border-radius: var(--radius); overflow: hidden; }
.activity-card:nth-child(2) { background: #8d725e; }
.activity-card:nth-child(3) { background: #62554b; }
.activity-card:nth-child(4) { background: #9a704e; }
.activity-card::before { content: ''; position: absolute; width: 240px; height: 240px; right: -105px; top: -105px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.activity-number { margin-bottom: 70px; color: #f1d7ba; font-size: 12px; letter-spacing: .15em; }
.activity-card h3 { font-size: 40px; }
.activity-card p, .activity-card li { color: rgba(255,255,255,.78); }
.activity-card ul { margin: 6px 0 24px; padding-left: 20px; }
.activity-card li { margin-bottom: 5px; }
.button-link { align-self: flex-start; margin-top: auto; padding: 11px 15px; color: var(--forest-deep); background: var(--cream); border-radius: 999px; font-size: 13px; font-weight: 600; text-decoration: none; }
.official-box { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; margin-top: 18px; padding: 30px; background: var(--cream); border-radius: var(--radius); }
.official-box h3 { margin-bottom: 0; }
.official-links { display: flex; flex-direction: column; }
.official-links a { display: flex; justify-content: space-between; gap: 16px; padding: 13px 0; text-decoration: none; border-bottom: 1px solid var(--line); }

.practical { padding-bottom: 55px; }
.checklist { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.checklist label { display: flex; align-items: center; gap: 13px; min-height: 62px; padding: 14px 18px; background: #fffaf3; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
.checklist input { width: 22px; height: 22px; accent-color: var(--forest); }
.emergency { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; width: min(100% - 36px, 1120px); margin-bottom: 88px; padding: 42px; color: white; background: var(--forest-deep); border-radius: var(--radius); }
.emergency .kicker { color: #f1d7ba; }
.emergency h2 { font-size: clamp(34px, 5vw, 54px); }
.emergency p:not(.kicker) { color: rgba(255,255,255,.72); }
.emergency-numbers { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; align-items: stretch; }
.emergency-numbers a { display: flex; flex-direction: column; justify-content: center; min-height: 150px; padding: 16px; color: var(--ink); background: var(--cream); border-radius: 14px; text-align: center; text-decoration: none; }
.emergency-numbers strong { color: var(--copper); font-family: var(--serif); font-size: 46px; line-height: 1; }
.emergency-numbers span { margin-top: 8px; font-size: 12px; }

footer { padding: 70px 22px 100px; color: white; background: var(--forest); text-align: center; }
.footer-brand { margin-bottom: 8px; font-family: var(--serif); font-size: 34px; letter-spacing: .16em; }
footer > p:not(.footer-brand) { margin-bottom: 6px; color: rgba(255,255,255,.72); }
.offline-note { margin: 28px auto 0 !important; max-width: 470px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; }
.bottom-nav { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: max(10px, env(safe-area-inset-bottom)); display: none; grid-template-columns: repeat(4,1fr); padding: 8px; color: white; background: rgba(61,49,41,.97); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.bottom-nav a { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 4px; text-decoration: none; }
.bottom-nav span { color: #f1d7ba; font-size: 18px; }
.bottom-nav small { font-size: 9px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }

@media (max-width: 760px) {
  .topbar { min-height: 66px; }
  .brand-name { font-size: 18px; }
  .hero { min-height: 590px; }
  .hero > img { object-position: 49% center; }
  .hero-copy { bottom: 45px; }
  .quick-nav { width: calc(100% - 24px); }
  .quick-nav a { min-height: 78px; font-size: 10px; }
  .section { width: min(100% - 28px, 1120px); padding: 68px 0; }
  .info-grid, .activity-grid, .checklist { grid-template-columns: 1fr; }
  .info-card { min-height: 0; }
  .photo-break { min-height: 480px; }
  .photo-break img { object-position: 62% center; }
  .space-editorial { gap: 48px; }
  .space-row, .space-row.reverse { grid-template-columns: 1fr; gap: 18px; }
  .space-row.reverse img { order: 0; }
  .space-row img { height: 360px; }
  .space-copy { padding: 10px 2px 4px; }
  .space-copy .space-number { margin-bottom: 20px; }
  .space-cards, .equipment-grid { grid-template-columns: 1fr; }
  .space-cards { margin-top: 54px; }
  .space-cards img { height: 310px; }
  .equipment-grid article { min-height: 0; }
  .equipment-grid article > span { margin-bottom: 30px; }
  .wellness { grid-template-columns: 1fr; }
  .wellness-gallery img { height: 360px; }
  .wellness-gallery img:last-child { height: 300px; margin-top: 32px; }
  .village-hero { min-height: 560px; }
  .village-hero > img { object-position: 44% center; }
  .heritage-grid { grid-template-columns: 1fr; gap: 22px; }
  .heritage-grid article > span { margin-bottom: 12px; }
  .activity-card { min-height: 540px; padding: 28px 24px; }
  .activity-number { margin-bottom: 50px; }
  .official-box, .emergency { grid-template-columns: 1fr; }
  .official-box { gap: 10px; }
  .emergency { gap: 24px; width: calc(100% - 28px); padding: 28px 20px; }
  .emergency-numbers { gap: 7px; }
  .emergency-numbers a { min-height: 125px; padding: 10px 5px; }
  .emergency-numbers strong { font-size: 38px; }
  .bottom-nav { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
