.places-page {
  background: #f7f5f0;
  color: #2f2f2f;
}
.places-intro h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 500;
  margin: 0 0 18px;
}

.places-intro {
  max-width: 760px;
  margin: 140px auto 50px;
  padding: 0 30px;
  text-align: center;
}

.places-intro p {
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  color: #666;
}

.places-intro-line2 {
  white-space: nowrap;
}

.places-grid {
  max-width: 1180px;
  margin: 0 auto 100px;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.place-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: #2f2f2f;
  box-shadow: 0 18px 45px rgba(0,0,0,.1);
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex;
  flex-direction: column;
}

.place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,.16);
}

.place-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.place-card-content {
  padding: 26px 28px 30px;
  flex: 1;
}

.place-card-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 8px;
}

.place-card-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  opacity: .75;
}

@media (min-width: 1500px) {
  .places-grid {
    max-width: 1480px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  .places-hero {
    min-height: 48vh;
    padding: 135px 22px 55px;
  }

  .places-hero-content h1 {
    font-size: 42px;
  }

  .places-hero-content p {
    font-size: 18px;
  }

  .places-intro {
    margin: 190px auto 35px;
    padding: 0 22px;
    text-align: left;
  }

  .places-intro-line2 {
    white-space: normal;
  }

  .places-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 22px;
    margin-bottom: 70px;
  }

  .place-card img {
    height: 230px;
  }

  .place-card-content h2 {
    font-size: 27px;
  }
}
.place-card:nth-child(4n+1) .place-card-content {
  background: #ddd0be; /* pierre */
}

.place-card:nth-child(4n+2) .place-card-content {
  background: #c8d3dd; /* bleu-gris */
}

.place-card:nth-child(4n+3) .place-card-content {
  background: #d3b89c; /* terre cuite douce */
}

.place-card:nth-child(4n+4) .place-card-content {
  background: #c4cfb7; /* vert olive */
}
.focus-section {
    text-align: center;
    max-width: 900px;
    margin: 80px auto 45px;
    padding: 0 20px;
}

.focus-title {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 14px;
}

.focus-description {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.7;
    color: #666;
}
.focus-section {
    margin-bottom: 60px;
}

.places-page {
  position: relative;
  overflow: hidden;
}

.places-page::after {
  content: "";
  position: fixed;
  top: 0%;
  right: -400px;
  width: 1800px;
  height: 1800px;

  background-image: url("images/olivier2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;

  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

.places-page > * {
  position: relative;
  z-index: 1;
}

.moments-page {
  position: relative;
  overflow: hidden;
}

.moments-page::after {
  content: "";
  position: absolute;
  inset: 0;
  top: -80px;
  right: -500px;
  width: 1800px;
  height: 1800px;

  background:linear-gradient(
  to top,
  rgba(0,0,0,.65)
  rgba(0,0,0,.10)
  rgba(0,0,0,0)
  );
  background-image: url("images/olivier2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;

  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.moments-page > * {
  position: relative;
  z-index: 1;
}

.moment-block {
    margin: 120px auto;
    max-width: 1300px;
}

.moment-header {
    margin-bottom: 40px;
}

.moment-header span {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9a938b;
    font-size: 0.85rem;
}

.moment-header h2 {
    font-family: 'Cormorant Garamond', serif;
    margin-top: 10px;
    font-size: 2.2rem;
    font-weight: 400;
}

.moment-header p {
    margin-top: 12px;
    max-width: 650px;
    color: #666;
    line-height: 1.7;
}

.moment-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 28px;
    align-items: stretch;
	
}

.moment-featured {
    position: relative;
    height: 560px;
	border-radius: 26px;
    overflow: hidden;
    display: block;
    text-decoration: none;
}

.moment-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.moment-overlay {
    position: absolute;
    left: 38px;
    bottom: 34px;
    color: white;
	z-index: 2;
}

.moment-overlay span {
    letter-spacing: 4px;
    font-size: 13px;
	display: block;
	letter-spacing: 4px;
	font-weight: 700;
	margin-bottom: 10px;
}

.moment-overlay h3 {
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
	margin-top: 10px;
    font-size: 44px;
	line-height: 1.05;
}

.moment-side {
	height: 560px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 28px;
}

.moment-small {
    overflow: hidden;
	border-radius: 24px;
    background: white;
    
}

.moment-small img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    display: block;
}

.moment-small h4 {
    font-family: 'Cormorant Garamond', serif;
    margin: 0;
	padding: 24px;
    font-size: 22px;
}

.moment-footer {
    margin-top: 40px;
    text-align: center;
}

.moment-footer a {
    display: inline-block;
    padding: 12px 24px;
    border: 1px solid rgba(182,139,82,.35);
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    color: #b68b52;
    transition: all .25s ease;
}

.moment-footer a:hover {
    background: rgba(182,139,82,.08);
    border-color: rgba(182,139,82,.60);
}

.moment-header span {
    font-weight: 700;
    color: #b68b52;
}

.moment-overlay {
    position: absolute;
    left: 40px;
    bottom: 30px;
    color: white;
}

.moment-overlay span {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 12px;
}

.moment-overlay h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 3rem;
    line-height: 1.1;
    margin: 0;
}
.video-collection-intro {
    max-width: 820px;
    margin: 140px auto 70px;
    padding: 0 30px;
    text-align: center;
}

.video-collection-intro span,
.video-featured-text span {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #b68b52;
}

.video-collection-intro h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 500;
    margin: 12px 0 18px;
}

.video-collection-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #666;
}

.video-featured-section {
    max-width: 1180px;
    margin: 0 auto 80px;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    gap: 45px;
    align-items: center;
}

.video-featured-text h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 38px;
    font-weight: 500;
    margin: 12px 0;
}

.video-featured-text p {
    line-height: 1.7;
    color: #666;
}

.video-placeholder {
    height: 430px;
    border-radius: 26px;
    background: #ddd0be;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a6853;
    font-weight: 700;
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

.video-list-section {
    max-width: 1180px;
    margin: 0 auto 80px;
    padding: 0 30px;
}

.video-list-section h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 28px;
}

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

.video-card {
    background: white;
    border-radius: 22px;
    overflow: hidden;
    text-decoration: none;
    color: #2f2f2f;
    box-shadow: 0 16px 38px rgba(0,0,0,.09);
}

.video-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

.video-card h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    margin: 18px 18px 6px;
}

.video-card p {
    margin: 0 18px 18px;
    color: #777;
}

.video-back-link {
    text-align: center;
    margin: 20px 0 100px;
}

.video-back-link a {
    text-decoration: none;
    font-weight: 700;
    color: #b68b52;
}
.video-embed {
    aspect-ratio: 16 / 9;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

.video-embed iframe {
    width: 100%;
    height: 100%;
    display: block;
}
