@charset "utf-8";
/* =========================
   AMABEL FLOW STYLESHEET
   ========================= */

/* ===== HERO BANNER ===== */

.flow-hero-banner {
  background-image: url("../images/lake-hero6.JPEG");
  background-size: cover;
  background-position: center;
  padding: 30px 40px 15px 40px;
  position: relative;
  color: white;
  border-top: 3px solid #ffffff;
   z-index: 1;
}



.flow-hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
}




.hero-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}



.hero-logo {
  flex-shrink: 0;
}
.hero-logo img {
  width: clamp(220px, 28vw, 360px);
  height: auto;
  display: block;
}
.hero-elements {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.element-link {
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: clamp(11px, 1.2vw, 16px);
  transition: transform 0.3s ease;
	 cursor: pointer;
  position: relative;
  text-shadow:
    0 1px 0 rgba(0,0,0,0.9),
    0 -1px 0 rgba(0,0,0,0.9),
    1px 0 0 rgba(0,0,0,0.9),
    -1px 0 0 rgba(0,0,0,0.9);
}

.element-link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: white;
  transition: width 0.3s ease;
}
.element-link:hover {
  transform: translateY(-5px);
}
.element-link:hover::after {
  width: 60%;
}
.element-link img {
  width: clamp(55px, 6vw, 85px);
  height: auto;
  display: block;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(255,255,255,0.8);
	transition: transform 0.3s ease;
}

.element-link:hover img {
  transform: scale(1.06);
}

@media (max-width: 1000px) {
  .hero-elements {
    gap: 24px;
  }
}

/* ===== EXPERIENCES SECTION ===== */

.experience-heading {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #8E9B53;
  letter-spacing: 0.5px;
}

.experience-option {
  background: #f7f6f2;          /* softer neutral */
  border: 1px solid #e3e1d8;
  border-radius: 10px;
border-left: 4px solid #8E9B53;
  padding: 8px 5px;           /* reduced */
  margin-bottom: 5px;          /* reduced */

  line-height: 1.55;            /* tighter */
}


.experience-option:hover {
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}
.experience-option h4 {
  font-size: 14px;
   margin: 0 0 6px 0;
	margin-bottom: 3px;
  letter-spacing: 0.3px;
}

.experience-option h4 {
  font-weight: 600;
  color: #2e2e2e;
  letter-spacing: 0.3px;
	margin: 0;
}

.experience-heading {
  position: relative;
  margin-bottom: 8px;
}

.experience-heading::after {
  content: "";
  width: 260px;
  height: 2px;
  background: #8E9B53;
  display: block;
  margin-top: 8px;
}

.experience-option:last-child {
  margin-bottom: 0;
}

/* ===== CARD HEADER ===== */





/* =========================
   CLEAN RITUAL SECTION
   ========================= */

.ritual-clean {
   padding: 5px 40px 0px 40px;
	padding-top:5px;
	}



.ritual-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

/* LEFT TEXT */
.ritual-text {
  margin-top: 0;
}
.ritual-text h2 {
  font-size: 30px;
  margin-bottom: 12px;
	margin-top: 0;
}

.ritual-text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 12px;
  color: #444;
}

.ritual-divider {
  width: 0px;
  height: 0px;
  background: #8E9B53;
  margin: 0px 0;
}

/* RIGHT GRID */

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

.ritual-card {
  padding: 20px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
	width:100%;
	box-sizing: border-box;
	min-height:100%;
}

/* header */

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-header img {
  width: 26px;
  height: 26px;
}

.ritual-card h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* list */


.ritual-card ul {
  padding-left: 16px;
  margin: 12px 0 14px 0;
}

.ritual-card ul li {
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.card-feel {
  font-style: italic;
  font-size: 13.5px;
  color: #6a6a6a;
  margin-top: auto;
  margin-bottom: 14px;
}

/* image */

.card-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  }
.card-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

/* background tones */

.ritual-card.water { background: #eaf3f7; }
.ritual-card.heat  { background: #f5e8df; }
.ritual-card.earth { background: #e9efe4; }
.ritual-card.body  { background: #f3ead7; }

/* responsive */

@media (max-width: 900px) {
  .ritual-inner {
    grid-template-columns: 1fr;
  }

  .ritual-grid {
    grid-template-columns: 1fr;
  }
}
/* Make card positioning context */


/* FarmHouse Fresh overlay */

/* BODY CARD — FarmHouse Fresh as watermark background */
.ritual-card.body {
  position: relative;
  overflow: hidden;
}

.fhf-watermark {
  position: absolute;
  bottom: 10px;
  right: -10px;
  width: 160px;
  height: auto;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}

.ritual-card.body .card-header,
.ritual-card.body ul,
.ritual-card.body .card-feel,
.ritual-card.body .card-image {
  position: relative;
  z-index: 1;
}

/* Remove body-top layout since FHF is now a watermark */
.body-top {
  position: relative;
  z-index: 1;
}

.body-text {
  flex: 1;
}



/* ===== SECTION HEADER — reusable ===== */
.section-header {
  text-align: center;
  padding: 40px 40px 10px 40px;
}

.section-header h2 {
  font-size: 28px;
  color: #2e2e2e;
  margin-bottom: 8px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.section-header .header-rule {
  width: 60px;
  height: 3px;
  background: #8E9B53;
  margin: 12px auto 0 auto;
  border-radius: 2px;
}

/* ===== PROPERTY MAP — updated ===== */
.property-map {
  background: #f8f7f3;
  padding: 5px 10px 5px 5px;       /* zero side padding so map goes full width */
  margin-top: 0;
  border-top: 1px solid #e4e2da;
  text-align: center;
}

.property-map h2 {
  font-size: 28px;
  color: #2e2e2e;
  margin-bottom: 8px;
  padding: 0 0px;              /* only the text gets side padding */
}

.property-map > p {
  padding: 0 20px;
  font-size: 15px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 0 auto;
}

.property-map .header-rule {
  width: 60px;
  height: 3px;
  background: #8E9B53;
  margin: 8px auto 16px auto;
  border-radius: 2px;
}

.map-container {
  margin-top: 12px;
  width: 100%;                  /* full width */
}

.map-image {
  width: 100%;                  /* stretch edge to edge */
  height: auto;
  border-radius: 10 0 0 0;             /* remove radius so it goes truly full width */
  display: block;
}

/* ===== SEASONAL FLOW SECTION ===== */

.seasonal-flow {
  background: #ffffff;
  padding: 20px 40px 40px 40px;
  border-top: 1px solid #e4e2da;
}

/* HEADER */

.seasonal-header {
  text-align: center;
  margin-bottom: 20px;
}

.seasonal-header h2 {
  font-size: 26px;
  color: #2e2e2e;
  margin: 0 0 8px 0;
}

.seasonal-header p {
  font-size: 15px;
  color: #666;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}

.seasonal-header .header-rule {
  width: 60px;
  height: 3px;
  background: #8E9B53;
  margin: 12px auto 0 auto;
  border-radius: 2px;
}

/* GRID */

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

/* CARD */

.season-card {
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

/* COLOR THEMES */

.season-card.spring { background: #eef4e8; border-top: 4px solid #7aaa50; }
.season-card.summer { background: #e8f3f7; border-top: 4px solid #4B89A9; }
.season-card.fall   { background: #f5ece0; border-top: 4px solid #b07540; }

/* TITLE ROW */

.season-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.season-icon {
  font-size: 22px;
  line-height: 1;
}

.season-card h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
}

/* SUBTITLE BELOW TITLE */

.season-subtitle {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

/* Subtitle colors per card */

.season-card.spring .season-subtitle { color: #7aaa50; }
.season-card.summer .season-subtitle { color: #4B89A9; }
.season-card.fall   .season-subtitle { color: #b07540; }

/* BODY TEXT */

.season-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  flex: 1;
  margin: 0 0 10px 0;
}

/* EMPHASIS LINE */

.season-emphasis {
  font-style: italic;
  font-size: 13px;
  color: #666;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

/* RESPONSIVE */

@media (max-width: 760px) {
  .seasonal-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== FLOW JOURNEY — Structured Elegant ===== */
.flow-journey {
  background: #f4f1ea;
  padding: 25px 40px 60px 40px; /* less top space */
  margin-top: 20px; /* optional – keeps gentle separation */
}
.journey-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 18px 40px;   /* tighter vertical spacing */
  max-width: 1100px;
  margin: 0 auto;
}
.journey-grid > div {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.25s ease, background 0.25s ease;
}

.journey-grid > div:hover {
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  border-radius: 6px;
}
/* ROW SPACING */
.journey-grid > div {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

/* remove border from last row */
.journey-grid > div:nth-last-child(-n+3) {
  border-bottom: none;
}

/* PHASE */
.journey-phase {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1f2c33;
}

/* VERTICAL DIVIDERS BETWEEN COLUMNS */
.journey-grid > div:nth-child(3n+1),
.journey-grid > div:nth-child(3n+2) {
  border-right: 1px solid rgba(0,0,0,0.08);
  padding-right: 20px;
}

/* ICON */
.journey-icon {
  width: 30px;
  height: 30px;
}

/* EXPERIENCE */
.journey-exp {
  font-size: 15px;
  line-height: 1.6;
  color: #2f2f2f;
}

/* FEEL */
.journey-feel {
  font-style: italic;
  font-size: 14px;
  color: #6a6a6a;
}

/* MOBILE */
@media (max-width: 900px) {
  .journey-grid {
    grid-template-columns: 1fr;
  }

  .journey-grid > div {
    border-right: none !important;
  }
}
/* EARTH PAGE GRID */

.earth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.earth-grid .element-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  background: #ffffff;
}

.earth-grid .element-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.earth-grid .element-card h4 {
  padding: 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 900px) {
  .earth-grid {
    grid-template-columns: 1fr;
  }

}

/* EARTH HERO — fully isolated */

/* EARTH HERO IMAGE VERSION */

/* EARTH HERO LAYOUT */

.earth-hero {
  background-image: url("../images/picutres/IMG_9009.JPEG");
  background-size: cover;
  background-position: center;
  padding: 40px 10px;
  position: relative;
  color: white;
	z-index: 1;
  
}

.earth-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

.earth-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.earth-hero-left img {
  width: clamp(180px, 22vw, 320px);
  height: auto;
  display: block;
}

.earth-hero-right h1 {
  font-size: 48px;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.earth-hero-right .element-tagline {
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Mobile */
@media (max-width: 900px) {
  .earth-hero-inner {
    flex-direction: column;
    text-align: center;
  }
}



/* EARTH PAGE TWO-COLUMN LAYOUT */

.earth-layout {
  padding: 30px 40px;
}

.earth-layout-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 900px) {
  .earth-layout-inner {
    grid-template-columns: 1fr;
  }
}

/* EARTH LEFT PANEL REFINEMENT */

.earth-layout .element-text h2 {
  font-size: 30px;
  margin-bottom: 16px;
  font-weight: 700;
}

.earth-layout .element-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #444;
}

.earth-layout .element-list {
  margin: 20px 0 24px 0;
  padding-left: 20px;
}

.earth-layout .element-list li {
  margin-bottom: 6px;
}

.earth-layout .element-feel {
  font-style: italic;
  color: #6a6a6a;
  margin-top: 15px;
}


/* Earth heading with icon */
.earth-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.earth-heading img {
  width: 70px;
  height: 70px;
}

.earth-heading h2 {
  margin: 0;
}

/* EARTH PAGE TWO-COLUMN LAYOUT */

.heat-layout {
  padding: 30px 40px;
}

.heat-layout-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 900px) {
  .heat-layout-inner {
    grid-template-columns: 1fr;
  }
}


/* EARTH LEFT PANEL WATERMARK */

.earth-text {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
	z-index: 1;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}

/* subtle garden watermark */
.earth-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/flower.jpeg"); /* your image */
  background-size: 500pt;
  background-repeat: no-repeat;
background-position: right bottom;
  opacity: 0.3;   /* VERY subtle */
  z-index: 0;
}

/* ensure text stays above watermark */


/* EARTH GALLERY */

/* EARTH GALLERY GRID */

.earth-gallery {
  padding: 40px 40px 60px 40px;
}

.earth-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.earth-gallery-grid .gallery-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  background: #ffffff;
}

.earth-gallery-grid .gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .earth-gallery-grid {
    grid-template-columns: 1fr;
  }
}
.earth-gallery-grid .gallery-item iframe {
  width: 100%;
  height: 260px;
  border: none;
  display: block;
}

.earth-gallery-grid .video-item {
  position: relative;
}

.earth-gallery-grid .video-item a {
  display: block;
  position: relative;
}

.video-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: white;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-item:hover .video-overlay {
  opacity: 1;
}


/* LOG STUDIO SECTION — refined version */

.logstudios-section {
  padding: 30px 40px 40px 40px;
  background: #f4f6f2;          /* soft warm neutral */
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Subtle Earth watermark */
.logstudios-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon-earth.svg"); /* VERIFY PATH */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;        /* increased slightly */
  pointer-events: none;
}

.logstudios-title {
  font-size: 28px;
  margin-bottom: 15px;
	margin-top: 5px;
  letter-spacing: 1px;
  color: #2e2e2e;
  position: relative;
  z-index: 2;
}

.logstudios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Individual cards */

.log-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.log-card:hover {
  transform: translateY(-6px);
}

.log-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.log-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2e2e2e;
}

.log-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */

@media (max-width: 1000px) {
  .logstudios-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .logstudios-grid {
    grid-template-columns: 1fr;
  }
}


.water-hero {
  background-image: url("../images/picutres/Adobe Express 2026-02-24 13.14.48.jpeg");
  background-size: cover;
  background-position: center;
  padding: 40px 0px;
  position: relative;
  color: white;
	z-index: 1;
	border-top: 3px solid #ffffff;
  
}

.water-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
}

.water-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
padding: 0 40px;
}

.water-hero-left img {
  width: clamp(180px, 22vw, 320px);
  height: auto;
  display: block;
}

.water-hero-right h1 {
  font-size: 48px;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.water-hero-right .element-tagline {
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Mobile */
@media (max-width: 900px) {
  .water-hero-inner {
    flex-direction: column;
    text-align: center;
  }
}

.water-layout {
  padding: 60px 0px;
}

.water-layout-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
	padding:0 40px;
}




@media (max-width: 900px) {
  .water-layout-inner {
    grid-template-columns: 1fr;
  }
}

/* Earth heading with icon */

.water-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.water-heading img {
  width: 70px;
	height:70px;
}

.water-heading h2 {
  margin: 0;
}
.water-text h2 {
  font-size: 28px;
  color: #1d4f63;
}

.water-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/* WATER GRID CARDS — mirror Earth */

.water-grid .element-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  background: #ffffff;
}

.water-grid .element-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.water-grid .element-card h4 {
  padding: 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}


/* water gallery */
/* GALLERY GRID */

.water-gallery {
  padding: 40px 40px 60px 40px;
}

.water-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.water-gallery-grid .gallery-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  background: #ffffff;
}

.water-gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .water-gallery-grid {
    grid-template-columns: 1fr;
  }
}


.water-gallery-grid .video-item {
  position: relative;
}

.water-gallery-grid .video-item a {
  display: block;
  position: relative;
}








/* water experiences SECTION — refined version */

.water-experiences-section {
  padding: 30px 40px 40px 40px;
  background: #f4f6f2;          /* soft warm neutral */
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Subtle water watermark */
.water-experiences-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon-water.svg"); /* VERIFY PATH */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;        /* increased slightly */
  pointer-events: none;
}

.water-experiences-title {
  font-size: 28px;
  margin-bottom: 15px;
	margin-top: 5px;
  letter-spacing: 1px;
  color: #2e2e2e;
  position: relative;
  z-index: 2;
}

.water-experiences-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Individual cards */

.water-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.water-card:hover {
  transform: translateY(-6px);
}

.water-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.water-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2e2e2e;
}

.water-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */

@media (max-width: 1000px) {
  .water-experiences-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .water-experiences-grid {
    grid-template-columns: 1fr;
  }
}





/* water LEFT PANEL WATERMARK */

.water-text {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
	z-index: 1;
	text-shadow: 0 1px 0px rgba(255,255,255,0.6);
}
/* subtle garden watermark */
.water-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/AngelsPools.jpg"); /* your image */
  background-size: 900px;
  background-repeat: no-repeat;
background-position: center;
  opacity: 0.25;   /* VERY subtle */
  z-index: 1;
}

.water-text > * {
  position: relative;
  z-index:0;
}

/* WATER ONLY VIDEO EMBED */

.water-gallery .water-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.water-gallery .water-video-wrapper iframe,
.water-gallery .water-video-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.custom-video {
  cursor: pointer;
  position: relative;
}

.custom-video img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.85);
  border-radius: 50%;
}

.play-button::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 22px;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #1d4f63;
}





/* Heat HERO LAYOUT */

.heat-hero {
  background-image: url("../images/picutres/fireplace.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 10px;
  position: relative;
  color: white;
	z-index: 1;
		border-top: 3px solid #ffffff;
  
}

.heat-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

.heat-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.heat-hero-left img {
  width: clamp(180px, 22vw, 320px);
  height: auto;
  display: block;
}

.heat-hero-right h1 {
  font-size: 48px;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.heat-hero-right .element-tagline {
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Mobile */
@media (max-width: 900px) {
  .heat-hero-inner {
    flex-direction: column;
    text-align: center;
  }
}



/* Heat heading with icon */
.heat-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.heat-heading img {
  width: 70px;
  height: 70px;
}

.heat-heading h2 {
  margin: 0;
}
/* heat LEFT PANEL WATERMARK */

.heat-text {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
	z-index: 1;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}

/* subtle garden watermark */
.heat-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/picutres/lounge.jpg"); /* your image */
  background-size: 800px;
  background-repeat: no-repeat;
background-position: right bottom;
  opacity: 0.3;   /* VERY subtle */
  z-index: 0;
}




/* heat STUDIO SECTION — refined version */

.heatstudios-section {
  padding: 30px 40px 40px 40px;
  background: #f4f6f2;          /* soft warm neutral */
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Subtle Earth watermark */
.heatstudios-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon-heat.svg"); /* VERIFY PATH */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;        /* increased slightly */
  pointer-events: none;
}

.heatstudios-title {
  font-size: 28px;
  margin-bottom: 15px;
	margin-top: 5px;
  letter-spacing: 1px;
  color: #2e2e2e;
  position: relative;
  z-index: 2;
}

.heatstudios-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Individual cards */

.heat-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.heat-card:hover {
  transform: translateY(-6px);
}

.heat-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.heat-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2e2e2e;
}

.heat-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */

@media (max-width: 1000px) {
  .heatstudios-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .heatstudios-grid {
    grid-template-columns: 1fr;
  }
}


















/* Body HERO LAYOUT */

.bodypage-hero {
  background-image: url("../images/picutres/poolgirl.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px 10px;
  position: relative;
  color: white;
	z-index: 1;
		border-top: 3px solid #ffffff;
  
}

.bodypage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
}

.bodypage-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.bodypage-hero-left img {
  width: clamp(180px, 22vw, 320px);
  height: auto;
  display: block;
}

.bodypage-hero-right h1 {
  font-size: 48px;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.bodypage-hero-right .element-tagline {
  font-size: 20px;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

/* Mobile */
@media (max-width: 900px) {
  .bodypage-hero-inner {
    flex-direction: column;
    text-align: center;
  }
}



/* Heat heading with icon */
.bodypage-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.bodypage-heading img {
  width: 70px;
  height: 70px;
}

.bodypage-heading h2 {
  margin: 0;
}

/* Body PAGE TWO-COLUMN LAYOUT */

.bodypage-layout {
  padding: 30px 40px;
}

.bodypage-layout-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 900px) {
  .bodypage-layout-inner {
    grid-template-columns: 1fr;
  }
}




/* heat LEFT PANEL WATERMARK */

.bodypage-text {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
	z-index: 1;
	text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}

/* subtle garden watermark */
.bodypage-text::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/sunroom.jpeg"); /* your image */
  background-size: 800px;
  background-repeat: no-repeat;
background-position: right bottom;
  opacity: 0.3;   /* VERY subtle */
  z-index: 0;
}




/* body STUDIO SECTION — refined version */

.bodypagestudio-section {
  padding: 30px 40px 40px 40px;
  background: #f4f6f2;          /* soft warm neutral */
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Subtle Earth watermark */
.bodypagestudio-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  transform: translate(-50%, -50%);
  background-image: url("../images/icon-body.svg"); /* VERIFY PATH */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.3;        /* increased slightly */
  pointer-events: none;
}

.bodypagestudio-title {
  font-size: 28px;
  margin-bottom: 15px;
	margin-top: 5px;
  letter-spacing: 1px;
  color: #2e2e2e;
  position: relative;
  z-index: 2;
}

.bodypagestudio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* Individual cards */

.bodypagestudio-card {
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.bodypagestudio-card:hover {
  transform: translateY(-6px);
}

.bodypagestudio-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 22px;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.bodypagestudio-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #2e2e2e;
}

.bodypagestudio-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}

/* Responsive */

@media (max-width: 1000px) {
  .bodypagestudio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bodypagestudio-grid {
    grid-template-columns: 1fr;
  }
}







/* ==========================
   RATES SECTION
   ========================== */

.rates-section {
  background: #f3f0ea;   /* warm stone */
  border-radius: 24px;
  padding: 30px 30px;
  max-width: 1200px;
  margin: 0 auto 60px auto;
  text-align: center;
	 overflow: visible;
}
/* ==========================
   RATES HEADER (Refined)
========================== */

.rates-brand-header {
  background: linear-gradient(135deg, #5e8fa8, #4B89A9);
  color: white;
  border-radius: 20px;
  padding: 40px 50px;
  margin-bottom: 30px;

  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  gap: 40px;
}

/* Logos */

.rates-logo-left {
  max-width: 180px;
}

.rates-logo-right {
  max-width: 200px;
}

/* Center */

.rates-brand-center h2 {
  font-size: 46px;
  margin: 0 0 16px 0;
  font-weight: 900;
  letter-spacing: 1px;
  font-family: "Playfair Display", serif;
	color: white;
}

.rates-subtext {
  color: white;
  font-size: 20px;
  margin: 8px 0;
  line-height: 1.4;
}

/* Flow link */

.flow-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.flow-link:hover {
  opacity: 0.85;
}


/* ==========================
   RESPONSIVE HEADER FIX
========================== */

@media (max-width: 1000px) {
  .rates-brand-header {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 22px;
    padding: 30px 24px;
  }

 .rates-brand-left,
.rates-brand-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

 .rates-logo-left,
.rates-logo-right {
  display: block;
  max-width: 100%;
  height: auto;
}

  .rates-logo-left {
    max-width: 140px;
  }

  .rates-logo-right {
    max-width: 160px;
  }

  .rates-brand-center h2 {
    font-size: 32px;
    line-height: 1.1;
  }

  .rates-subtext {
    font-size: 17px;
    line-height: 1.35;
  }
}



/* TABLE */

.rates-table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 10px;
}

.rates-table {
  width: max-content;
  min-width: 760px;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
}

.rates-table th,
.rates-table td {
  padding: 16px;
  font-size: 18px;
  border-bottom: 1px solid #e4e2da;
}

.rates-table th {
  background: #4B89A9;
  color: white;
  font-weight: 800;
	font-size: 24px;
	letter-spacing: 0.5px;
}
.rates-table tr:hover {
  background: #f4f6f2;
}

.rates-title {
	color: white;
	font-size: 19px;
}

.rates-table td:first-child {
  font-weight: 800;
}


@media (max-width: 600px) {
  .rates-section {
    padding: 18px 10px;
    border-radius: 18px;
  }

.rates-brand-header {
    padding: 24px 14px;
    gap: 16px;
    border-radius: 16px;
  }

  .rates-logo-left {
    max-width: 110px;
    margin: 0 auto;
  }

  .rates-logo-right {
    max-width: 125px;
    margin: 0 auto;
  }

  .rates-brand-center h2 {
    font-size: 25px;
    margin-bottom: 10px;
	  
  }

  .rates-subtext {
    font-size: 14px;
    line-height: 1.3;
    margin: 6px 0;
  }

  .rates-table th,
  .rates-table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .rates-table th {
    font-size: 16px;
  }

  .rates-notes {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 4px;
  }

.rates-notes p {
  margin: 1px 0;
}
	
}
/* ==========================
   FLOW STRIP UNDER RATES
   ========================== */

.rates-flow-strip {
  margin-top: 50px;
  padding: 30px 20px;
	background: #4B89A9;
  border-top: 1px solid #e4e2da;
  display: grid;
  grid-template-columns: 1fr auto 1.4fr;
  align-items: center;
  gap: 40px;
}

/* LEFT LOGO */

.flow-strip-logo img {
  max-width: 180px;
}

/* CENTER ICONS */

.flow-strip-icons {
  display: flex;
  gap: 25px;
  align-items: center;
}

.flow-strip-icons img {
  width: 55px;
  height: 55px;
  transition: transform 0.3s ease;
}

.flow-strip-icons a:hover img {
  transform: scale(1.1);
}

/* RIGHT TEXT */

.flow-strip-text {
  font-size: 15px;
  line-height: 1.6;
  }

.flow-strip-text a {
  color: #1d4f63;
  font-weight: 600;
  text-decoration: none;
}

.flow-strip-text a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .rates-flow-strip {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 25px;
  }

  .flow-strip-icons {
    justify-content: center;
  }
}
/* HOTEL GALLERY — Fully Isolated */

.hotel-gallery {
  max-width: 1200px;
  margin: 0 auto;
   padding: 10px 20px 10px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.hotel-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

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

.hotel-card-body {
  padding: 20px;
}

.hotel-card h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
}

.hotel-tag {
  font-weight: 600;
  color: #4B89A9;
  margin-bottom: 10px;
  font-size: 14px;
}

.hotel-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Responsive */
@media (max-width: 1000px) {
  .hotel-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hotel-gallery {
    grid-template-columns: 1fr;
  }
}


.rates-elements {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.rates-elements img {
  width: 60px;
  opacity: 0.9;
  transition: transform 0.3s ease;
}

.rates-elements img:hover {
  transform: translateY(-4px);
}



/* =============================
   SHORELINE PAGE
============================== */

.shoreline-hero {
  background-image: url("../../rockgardenterrace/IMG_1709_piuer2.jpg");
  background-size: cover;
  background-position: center 50%;
  padding: 60px 30px;
  position: relative;
  color: white;
  text-align: center;
	border-top: 3px solid #ffffff;
}

.shoreline-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
}

.shoreline-hero-inner {
  position: relative;
  z-index: 2;
}

.shoreline-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.shoreline-hero p {
  font-size: 20px;
  letter-spacing: 1px;
}

/* CONTENT */

.shoreline-section {
  padding: 30px 20px;
  background: #f8f7f3;
}

.shoreline-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch;
}

.shoreline-text h2 {
  font-size: 26px;
  margin-bottom: 15px;
}

.shoreline-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 18px;
  color: #444;
}

.shoreline-text a {
  color: #1d4f63;
  font-weight: 600;
  text-decoration: none;
}

.shoreline-text a:hover {
  text-decoration: underline;
}

.shoreline-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 280px;
  gap: 25px;
}

.shoreline-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.02);
  transition: 0.3s ease;
}

.shoreline-images img:hover {
  transform: translateY(-4px);
}

/* Fisherman adjustment */
.fishing-img {
  object-position: center 25%;
}

/* Responsive */
@media (max-width: 900px) {
  .shoreline-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .shoreline-hero h1 {
    font-size: 34px;
  }

  .shoreline-hero p {
    font-size: 17px;
  }

  .shoreline-images {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;   /* better mobile height */
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .shoreline-section {
    padding: 25px 14px;
  }

  .shoreline-hero {
    padding: 45px 18px;
  }

  .shoreline-hero h1 {
    font-size: 28px;
  }

  .shoreline-hero p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .shoreline-text h2 {
    font-size: 22px;
  }

  .shoreline-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  .shoreline-images {
    grid-auto-rows: 220px;
  }

  .shoreline-images img {
    display: block;
  }
}

/* Chalet */

.chalet-hero {
  background-image: url("../../rockgardenterrace/Images_2023/IMG_8850_dayview3.jpg"); /* update path */
  background-size: cover;
  background-position: center;
  padding: 40px 40px;
  position: relative;
  color: white;
  text-align: center;
}

.chalet-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.05);
}

.chalet-hero-inner {
  position: relative;
  z-index: 2;
}

.chalet-hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.chalet-hero p {
  font-size: 20px;
  letter-spacing: 1px;
}


/* ===============================
   CHALET SECTION LAYOUT
================================= */

.chalet-section {
  padding: 60px 40px;
  background: #f8f7f3;
}

.chalet-inner {
  max-width: 1300px;   /* slightly wider for balance */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: stretch;  /* THIS fixes height alignment */
}

/* LEFT PANEL */

.chalet-text-panel {
  position: relative;
  padding: 40px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
	line-height: 1.6;
}

/* Watermark example */
.chalet-text-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../rockgardenterrace/Images_2023/IMG_5956.JPEG") center/cover no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

/* Make text sit above watermark */
.chalet-text {
  position: relative;
  z-index: 2;
}

/* RIGHT SIDE IMAGE GRID */

.chalet-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}

.chalet-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .chalet-inner {
    grid-template-columns: 1fr;
  }
}


/* CHALET RATES */

.chalet-rates-section {
  padding: 70px 40px;
  background: #f4f2ec;
}

.chalet-rates-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.chalet-rates-inner h2 {
  font-size: 34px;
  margin-bottom: 10px;
}

.rates-subtitle {
  font-size: 16px;
  color: #666;
  margin-bottom: 35px;
}

.chalet-table-wrapper {
  overflow-x: auto;
}

.chalet-rates-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.chalet-rates-table th,
.chalet-rates-table td {
  padding: 20px;
  text-align: left;
}

.chalet-rates-table th {
  background: #4B89A9;
  color: white;
  font-weight: 700;
}

.chalet-rates-table tr:not(:last-child) td {
  border-bottom: 1px solid #e6e3db;
}

.chalet-rates-table tr:hover {
  background: #f7f9f6;
}

.rates-note {
  margin-top: 25px;
  font-size: 14px;
  color: #777;
}


/* ===============================
   weekly SECTION LAYOUT
================================= */

.weekly-section {
  padding: 60px 40px;
  background: #f8f7f3;
}

.weekly-inner {
  max-width: 1300px;   /* slightly wider for balance */
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: stretch;  /* THIS fixes height alignment */
}

/* LEFT PANEL */

.weekly-text-panel {
  position: relative;
  padding: 40px;
  background: white;
  border-radius: 20px;
  overflow: hidden;
	line-height: 1.6;
}

/* Watermark example */
.weekly-text-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../rockgardenterrace/Images_2023/IMG_7579.JPEG") center/cover no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

/* Make text sit above watermark */
.weekly-text {
  position: relative;
  z-index: 2;
}

/* RIGHT SIDE IMAGE GRID */

.weekly-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  height: 100%;
}

.chalet-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .weekly-inner {
    grid-template-columns: 1fr;
  }
}


