:root {
  --ink: #23251f;
  --graphite: #3f4038;
  --forest: #233a31;
  --forest-deep: #1b2d27;
  --sage: #697462;
  --moss: #e1e8dd;
  --paper: #faf7ef;
  --linen: #eee6d8;
  --stone: #d6ccbd;
  --clay: #8f715f;
  --brass: #b99455;
  --brass-soft: #d7c293;
  --white: #ffffff;
  --shadow: 0 16px 36px rgba(27, 31, 25, 0.13);
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(27, 31, 26, 0.84);
  color: var(--white);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 0;
  min-height: 68px;
  padding: 12px 5vw;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  background: rgba(250, 247, 239, 0.96);
  border-radius: 4px;
  height: 44px;
  object-fit: contain;
  padding: 4px;
  width: 40px;
}

.brand-name {
  font-size: 0.96rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.desktop-nav,
.language-nav {
  align-items: center;
  display: flex;
  gap: 20px;
}

.desktop-nav a,
.language-nav a,
.mobile-panel a {
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav a {
  color: rgba(255, 255, 255, 0.86);
}

.desktop-nav a:hover,
.language-nav a:hover,
.language-nav a.active {
  color: var(--white);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.language-nav {
  gap: 9px;
}

.language-nav a {
  color: rgba(255, 255, 255, 0.7);
}

.social-link {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  color: var(--white);
  display: inline-flex;
  height: 43px;
  justify-content: center;
  text-decoration: none;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  width: 43px;
}

.social-link svg {
  height: 18px;
  width: 18px;
}

.social-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--brass-soft);
  transform: translateY(-1px);
}

.button,
.book-button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0;
  min-height: 43px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.book-button,
.button.primary {
  background: var(--brass);
  color: var(--ink);
}

.book-button:hover,
.button.primary:hover {
  background: var(--brass-soft);
}

.button.dark {
  background: var(--forest-deep);
  color: var(--white);
}

.button.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--white);
}

.button.light {
  background: var(--white);
  color: var(--forest);
}

.button:hover,
.book-button:hover {
  transform: translateY(-1px);
}

.menu-button {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 4px;
  color: var(--white);
  display: none;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  background: currentColor;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 18px;
}

.menu-button {
  position: relative;
}

.menu-button::before {
  transform: translateY(-6px);
}

.menu-button::after {
  transform: translateY(6px);
}

.mobile-panel {
  background: var(--forest-deep);
  color: var(--white);
  display: none;
  gap: 14px;
  left: 0;
  padding: 18px 5vw 24px;
  position: fixed;
  right: 0;
  top: 68px;
  z-index: 45;
}

.mobile-panel.open {
  display: grid;
}

.mobile-panel .mobile-book {
  align-items: center;
  background: var(--brass);
  border-radius: 4px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 0.02em;
  margin-top: 6px;
  min-height: 46px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero {
  background: var(--forest-deep);
  color: var(--white);
  display: flex;
  min-height: 100svh;
  padding: 132px 5vw 54px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  background: url("../../images/outside/entrance_perpsective_zoomed_out.jpg") center bottom / cover no-repeat;
  content: "";
  filter: brightness(1.12) saturate(1.16) contrast(1.02);
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: scale(1.001);
  z-index: 0;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(17, 22, 18, 0.68) 0%, rgba(17, 22, 18, 0.48) 32%, rgba(17, 22, 18, 0.16) 54%, rgba(17, 22, 18, 0) 76%),
    linear-gradient(180deg, rgba(17, 22, 18, 0.1) 0%, rgba(17, 22, 18, 0) 34%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-inner {
  align-items: center;
  display: block;
  margin: 0 auto;
  max-width: 1240px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-content {
  align-self: center;
  max-width: 500px;
}

.eyebrow,
.section-label,
.mini-label {
  color: var(--brass);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.78rem;
}

h3 {
  font-size: 1.75rem;
}

.hero-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.16rem;
  margin-top: 22px;
  max-width: 470px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

section {
  padding: 76px 5vw;
}

.section-inner {
  margin: 0 auto;
  max-width: 1240px;
}

.intro-band {
  background: var(--forest-deep);
  color: var(--white);
  padding: 34px 5vw;
}

.intro-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
}

.intro-grid strong {
  display: block;
  font-family: var(--display);
  font-size: 1.42rem;
  line-height: 1.08;
  margin-bottom: 8px;
}

.intro-grid p {
  color: rgba(255, 255, 255, 0.75);
}

.split {
  align-items: center;
  display: grid;
  gap: 52px;
  grid-template-columns: 0.95fr 1.05fr;
}

.split.reverse {
  grid-template-columns: 1.05fr 0.95fr;
}

.lead {
  color: var(--graphite);
  font-size: 1.08rem;
  margin-top: 18px;
  max-width: 660px;
}

.benefits {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.benefit {
  border-left: 3px solid var(--brass);
  padding-left: 16px;
}

.benefit strong {
  display: block;
  margin-bottom: 3px;
}

.benefit span {
  color: var(--graphite);
}

.image-pair {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 0.78fr;
}

.image-pair img,
.wide-image,
.gallery-slide img,
.story-card img,
.tile img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-main {
  aspect-ratio: 4 / 5;
}

.image-side {
  aspect-ratio: 3 / 5;
  margin-top: 44px;
}

.rooms,
.breakfast,
.faq {
  background: var(--linen);
}

.section-row {
  align-items: end;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin-bottom: 34px;
}

.section-row .lead {
  margin-top: 0;
  max-width: 440px;
}

.room-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}

.story-card {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 26px rgba(35, 38, 31, 0.08);
  overflow: hidden;
}

.story-card img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
}

.story-card img.image-contain {
  background: #f3eee4;
  object-fit: contain;
  padding: 10px;
}

.story-card-body {
  padding: 22px;
}

.story-card p {
  color: var(--graphite);
  margin-top: 8px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}

.tags span {
  background: #e8eadf;
  border-radius: 4px;
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 900;
  padding: 5px 8px;
  text-transform: uppercase;
}

.gallery-set {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.curated-preview {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.curated-preview figure {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(35, 38, 31, 0.06);
  overflow: hidden;
}

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

.curated-preview img.image-contain {
  background: #f3eee4;
  object-fit: contain;
  padding: 8px;
}

.curated-preview figcaption {
  color: var(--graphite);
  font-size: 0.88rem;
  padding: 10px 12px 12px;
}

.preview-actions {
  margin-top: 20px;
}

.gallery {
  background: var(--paper);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(35, 38, 31, 0.07);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  min-width: 0;
  min-height: 420px;
  overflow: hidden;
}

.gallery.breakfast-gallery,
.gallery.detail-gallery {
  background: var(--white);
}

.gallery-viewport {
  min-width: 0;
  min-height: 420px;
  overflow: hidden;
  position: relative;
}

.gallery-slide {
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease;
}

.gallery-slide.active {
  opacity: 1;
  z-index: 1;
}

.gallery-slide img {
  border-radius: 0;
}

.gallery-caption {
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  padding: 26px;
}

.gallery-caption > div {
  min-width: 0;
}

.gallery-caption h3,
.gallery-caption p {
  max-width: 100%;
}

.gallery-caption h3 {
  margin-bottom: 10px;
}

.gallery-caption p {
  color: var(--graphite);
}

.gallery-controls {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.icon-button {
  align-items: center;
  background: var(--forest-deep);
  border: 0;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.3rem;
  height: 42px;
  justify-content: center;
  line-height: 1;
  width: 42px;
}

.slide-count {
  color: var(--graphite);
  font-size: 0.86rem;
  font-weight: 800;
  min-width: 68px;
  text-align: center;
}

.thumb-strip {
  display: flex;
  gap: 7px;
  margin-top: 18px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.thumb {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 58px;
  height: 48px;
  overflow: hidden;
  padding: 0;
}

.thumb.active {
  border-color: var(--brass);
}

.thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.breakfast {
  background: #20251f;
  color: var(--white);
}

.breakfast h2,
.breakfast .lead,
.breakfast .benefit span {
  color: var(--white);
}

.breakfast .lead,
.breakfast .benefit span {
  opacity: 0.78;
}

.breakfast .gallery-caption {
  background: #f5efe4;
  color: var(--ink);
}

.breakfast-layout {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 0.9fr 1.1fr;
}

.breakfast-collage,
.arrival-pair {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 0.76fr;
}

.breakfast-collage img,
.arrival-pair img {
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.breakfast-collage img:first-child,
.arrival-pair img:first-child {
  aspect-ratio: 4 / 5;
  grid-row: span 2;
}

.breakfast-collage img:not(:first-child),
.arrival-pair img:not(:first-child) {
  aspect-ratio: 4 / 3;
}

.amenities-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 34px;
}

.tile {
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(35, 38, 31, 0.06);
  overflow: hidden;
}

.tile img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
}

.tile-body {
  padding: 18px;
}

.tile-body p {
  color: var(--graphite);
  font-size: 0.94rem;
  margin-top: 5px;
}

.location {
  background: var(--paper);
}

.wide-image {
  aspect-ratio: 5 / 3;
}

.contact-panel {
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px;
}

.contact-panel a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.faq-item {
  background: var(--white);
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  min-height: 62px;
  padding: 18px 22px;
  text-align: left;
  width: 100%;
}

.faq-question span:last-child {
  color: var(--brass);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-answer {
  color: var(--graphite);
  display: none;
  padding: 0 22px 22px;
}

.faq-item.open .faq-answer {
  display: block;
}

.final-cta {
  background:
    linear-gradient(rgba(27, 32, 27, 0.68), rgba(27, 32, 27, 0.68)),
    url("../../images/lobby/lounge_area.jpg") center center / cover no-repeat;
  color: var(--white);
  text-align: center;
}

.image-modal {
  background: rgba(19, 23, 20, 0.7);
  display: none;
  inset: 0;
  padding: 28px;
  position: fixed;
  z-index: 100;
}

.image-modal.open {
  display: grid;
  place-items: center;
}

.image-modal-panel {
  background: var(--paper);
  border-radius: 8px;
  box-shadow: var(--shadow);
  max-height: min(86vh, 860px);
  max-width: 1120px;
  overflow: hidden;
  width: min(100%, 1120px);
}

.image-modal-header {
  align-items: center;
  border-bottom: 1px solid var(--stone);
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
}

.image-modal-header h2 {
  font-size: 1.8rem;
}

.modal-close {
  align-items: center;
  background: var(--forest-deep);
  border: 0;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.modal-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  max-height: calc(min(86vh, 860px) - 82px);
  overflow: auto;
  padding: 18px;
}

.modal-grid figure {
  background: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.modal-grid img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.modal-grid figcaption {
  color: var(--graphite);
  font-size: 0.78rem;
  padding: 8px 10px;
}

.final-cta h2,
.final-cta .lead {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.final-cta .lead {
  opacity: 0.82;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  background: #1d221d;
  color: rgba(255, 255, 255, 0.72);
  padding: 38px 5vw;
}

.footer-inner {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: 1.3fr 1fr 1fr;
  margin: 0 auto;
  max-width: 1240px;
}

.footer-inner strong {
  color: var(--white);
}

.footer-inner a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.footer-links {
  display: grid;
  gap: 8px;
}

@media (max-width: 1080px) {
  .desktop-nav,
  .language-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .hero-inner,
  .split,
  .split.reverse,
  .gallery {
    grid-template-columns: 1fr;
  }

  .intro-grid,
  .room-grid,
  .amenities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery {
    min-height: 0;
  }

  .gallery-viewport {
    min-height: 480px;
  }

  .curated-preview,
  .breakfast-layout {
    grid-template-columns: 1fr;
  }

  .modal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 64px;
    padding: 10px 18px;
  }

  .brand-name {
    font-size: 0.84rem;
  }

  .book-button {
    font-size: 0.78rem;
    min-height: 40px;
    padding: 0 12px;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 10px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    min-height: 46px;
  }

  .header-actions .social-link {
    display: none;
  }

  .mobile-panel {
    padding-left: 18px;
    padding-right: 18px;
    top: 64px;
  }

  .hero {
    background:
      linear-gradient(rgba(38, 40, 33, 0), rgba(38, 40, 33, 0)),
      url("../../images/outside/entrance_perpsective_zoomed_out.jpg") center top / 100% auto no-repeat,
      var(--forest);
    min-height: 0;
    padding: 76vw 18px 34px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.85rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  section {
    padding: 56px 18px;
  }

  .intro-band {
    padding: 36px 18px;
  }

  .intro-grid,
  .room-grid,
  .amenities-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .section-row {
    align-items: start;
    flex-direction: column;
  }

  .image-pair {
    grid-template-columns: 1fr;
  }

  .image-main,
  .image-side,
  .wide-image {
    aspect-ratio: 4 / 3;
    margin-top: 0;
  }

  .gallery-viewport {
    min-height: 330px;
  }

  .gallery-caption {
    padding: 22px;
  }

  .gallery-caption h3 {
    font-size: 1.5rem;
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .curated-preview {
    grid-template-columns: 1fr 1fr;
  }

  .breakfast-collage,
  .arrival-pair {
    grid-template-columns: 1fr;
  }

  .breakfast-collage img:first-child,
  .arrival-pair img:first-child {
    aspect-ratio: 4 / 3;
    grid-row: span 1;
  }

  .image-modal {
    padding: 14px;
  }

  .modal-grid {
    grid-template-columns: 1fr 1fr;
    padding: 12px;
  }

  .image-modal-header h2 {
    font-size: 1.35rem;
  }
}

@media (min-width: 621px) and (max-width: 760px) {
  .hero {
    background: var(--forest-deep);
    min-height: 100svh;
    padding: 112px 5vw 44px;
  }

  .hero-content {
    max-width: 500px;
  }

  .curated-preview {
    grid-template-columns: repeat(4, 1fr);
  }
}


/* ---- Infos pratiques widget ---- */
.info-widget {
  bottom: 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
  left: 16px;
  position: fixed;
  z-index: 60;
  width: min(280px, calc(100vw - 32px));
}

.info-widget-toggle {
  align-items: center;
  background: var(--forest-deep);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(17, 22, 18, 0.22);
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-family: var(--body);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  min-height: 42px;
  padding: 0 16px;
  text-transform: uppercase;
  transition: background 160ms ease;
}

.info-widget-toggle:hover,
.info-widget-toggle[aria-expanded="true"] {
  background: var(--forest);
}

.info-widget-panel {
  background: var(--white);
  border: 1px solid var(--stone);
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(17, 22, 18, 0.16);
  display: grid;
  gap: 0;
  overflow: hidden;
  width: 100%;
}

.info-widget-panel[hidden] {
  display: none;
}

.info-widget-panel a {
  border-top: 1px solid var(--linen);
  color: var(--ink);
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  text-decoration: none;
}

.info-widget-panel a:first-child {
  border-top: 0;
  background: var(--forest-deep);
  color: var(--white);
}

.info-widget-panel a:first-child span {
  color: var(--brass-soft);
}

.info-widget-panel a:hover {
  background: var(--moss);
}

.info-widget-panel a:first-child:hover {
  background: var(--forest);
}

.info-widget-panel span {
  color: var(--sage);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.info-widget-panel strong {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 760px) {
  .info-widget {
    bottom: 14px;
    left: 12px;
    width: min(260px, calc(100vw - 24px));
  }
}
