:root {
  --forest: #1a3a2a;
  --lake: #2d6e8e;
  --lake-light: #4a9ab5;
  --gold: #c8963a;
  --gold-light: #e8b94a;
  --cream: #f8f4ee;
  --dark: #12201a;
  --white: #ffffff;
  --text: #2c3e32;
  --text-light: #5a7060;
  --radius: 12px;
  --shadow: 0 8px 40px rgba(26, 58, 42, 0.13);
  --nav-h: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--nav-h) + 16px);
}

body {
  font-family: "Lato", sans-serif;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4 {
  font-family: "Playfair Display", serif;
}

img {
  max-width: 100%;
}

section {
  padding: 90px 20px;
}

.section-anchor {
  scroll-margin-top: calc(var(--nav-h) + 16px);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.cottage-intro {
  width: 100%;
  text-align: center;
  margin-bottom: 2.5rem;
}

.cottage-intro .section-sub {
  margin-inline: auto;
}

.section-sub--center {
  margin-inline: auto;
  text-align: center;
}

.faq-q > span:first-child {
  flex: 1;
  min-width: 0;
  padding-right: 0.5rem;
  line-height: 1.45;
}

/* Nav */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* background: rgba(18, 32, 26, 0.92); */
  background: white;
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  gap: 1rem;
}

.nav-brand {
  color: #12201a;
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.nav-logo {
  height: auto;
  width: auto;
  max-height: 70px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav-links a {
  /* color: rgba(255, 255, 255, 0.82); */
  color: #12201a;
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--gold-light);
}

.nav-cta {
  background: var(--gold);
  color: var(--dark) !important;
  padding: 9px 22px;
  border-radius: 6px;
  font-weight: 700 !important;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-cta:hover {
  background: var(--gold-light) !important;
  color: var(--dark) !important;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #12201a;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

/* Hero */
.hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media .hero-img {
  object-fit: cover;
  object-position: center;
  opacity: 0.65; /* More visible background image */
  animation: heroZoomPan 25s ease-in-out infinite alternate;
  transform-origin: center center;
  will-change: transform;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    165deg,
    rgba(13, 28, 38, 0.85) 0%,
    rgba(26, 58, 42, 0.75) 35%,
    rgba(45, 110, 142, 0.65) 65%,
    rgba(18, 32, 26, 0.80) 100%
  );
  animation: overlayPulse 20s ease-in-out infinite alternate;
}

@keyframes overlayPulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.92;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: calc(var(--nav-h) + 20px) 20px 30px;
  max-width: 900px;
  margin: 0 auto;
  animation: fadeUp 1s ease both;
}

.hero-eyebrow {
  display: inline-block;
  background: rgba(232, 185, 74, 0.18);
  border: 1.5px solid rgba(232, 185, 74, 0.85);
  color: #ffd97d;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 20px;
  border-radius: 30px;
  margin-bottom: 24px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(232, 185, 74, 0.15);
}

.hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 22px;
  text-shadow: 0 3px 25px rgba(0, 0, 0, 0.6), 0 1px 3px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  letter-spacing: -0.01em;
}

.hero h1 span {
  color: #ffd97d;
  text-shadow: 0 3px 25px rgba(232, 185, 74, 0.4), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.hero-sub {
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 32px;
  font-weight: 400;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 38px;
  padding: 0;
  list-style: none;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 16px 26px;
  border-radius: 50px;
  backdrop-filter: blur(16px);
  border: 2px solid;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
  cursor: default;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.trust-badge::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}

.trust-badge:hover::before {
  left: 100%;
}

.trust-badge::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
}

.trust-badge:hover {
  transform: translateY(-4px) scale(1.08);
}

.trust-badge svg {
  flex-shrink: 0;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.5));
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 26px;
  height: 26px;
}

.trust-badge:hover svg {
  transform: rotate(10deg) scale(1.2);
}

/* Badge Color Variants - All using Lake theme */
.trust-badge:nth-child(1) {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.65), rgba(45, 110, 142, 0.7));
  border-color: rgba(1, 41, 61, 0.9);
  color: #ffffff;
  animation: floatBadge1 3s ease-in-out infinite;
  box-shadow: 
    0 8px 24px rgba(29, 70, 90, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.trust-badge:nth-child(1) svg {
  color: #ffffff;
}

.trust-badge:nth-child(1):hover {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.8), rgba(45, 110, 142, 0.85));
  border-color: rgba(1, 41, 61, 0.9);
  box-shadow: 
    0 16px 36px rgba(29, 70, 90, 0.7),
    0 0 0 4px rgba(45, 110, 142, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.trust-badge:nth-child(2) {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.65), rgba(45, 110, 142, 0.7));
  border-color: rgba(1, 41, 61, 0.9);
  color: #ffffff;
  animation: floatBadge2 3s ease-in-out infinite 0.2s;
  box-shadow: 
    0 8px 24px rgba(29, 70, 90, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.trust-badge:nth-child(2) svg {
  color: #ffffff;
}

.trust-badge:nth-child(2):hover {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.8), rgba(45, 110, 142, 0.85));
  border-color: rgba(1, 41, 61, 0.9);
  box-shadow: 
    0 16px 36px rgba(29, 70, 90, 0.7),
    0 0 0 4px rgba(45, 110, 142, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.trust-badge:nth-child(3) {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.65), rgba(45, 110, 142, 0.7));
  border-color: rgba(1, 41, 61, 0.9);
  color: #ffffff;
  animation: floatBadge1 3s ease-in-out infinite 0.4s;
  box-shadow: 
    0 8px 24px rgba(29, 70, 90, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.trust-badge:nth-child(3) svg {
  color: #ffffff;
}

.trust-badge:nth-child(3):hover {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.8), rgba(45, 110, 142, 0.85));
  border-color: rgba(1, 41, 61, 0.9);
  box-shadow: 
    0 16px 36px rgba(29, 70, 90, 0.7),
    0 0 0 4px rgba(45, 110, 142, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.trust-badge:nth-child(4) {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.65), rgba(45, 110, 142, 0.7));
  border-color: rgba(1, 41, 61, 0.9);
  color: #ffffff;
  animation: floatBadge2 3s ease-in-out infinite 0.6s;
  box-shadow: 
    0 8px 24px rgba(29, 70, 90, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.trust-badge:nth-child(4) svg {
  color: #ffffff;
}

.trust-badge:nth-child(4):hover {
  background: linear-gradient(135deg, rgba(29, 70, 90, 0.8), rgba(45, 110, 142, 0.85));
  border-color: rgba(1, 41, 61, 0.9);
  box-shadow: 
    0 16px 36px rgba(29, 70, 90, 0.7),
    0 0 0 4px rgba(45, 110, 142, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-primary {
  background: linear-gradient(135deg, #e8b94a 0%, #d4a838 100%);
  color: #12201a;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 17px 36px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition:
    all 0.2s,
    transform 0.15s;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 24px rgba(232, 185, 74, 0.35);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffd97d 0%, #e8b94a 100%);
  transform: translateY(-2px);
  color: #12201a;
  box-shadow: 0 8px 30px rgba(232, 185, 74, 0.45);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 16px 34px;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  backdrop-filter: blur(8px);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-2px);
  color: white;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
}

.section-tag {
  display: inline-block;
  background: rgba(200, 150, 58, 0.12);
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid rgba(200, 150, 58, 0.35);
  margin-bottom: 14px;
}

.section-tag--on-dark {
  background: rgba(200, 150, 58, 0.18);
  border-color: rgba(200, 150, 58, 0.4);
}

.section-headline {
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: var(--forest);
}

.section-sub {
  font-size: 1.08rem;
  color: var(--text-light);
  line-height: 1.7;
  max-width: 680px;
}

#why {
  background: var(--white);
}

.why-header {
  text-align: center;
  margin-bottom: 60px;
}

.why-header .section-sub {
  margin: 0 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s;
}

.why-card:hover {
  transform: translateY(-6px);
}

.why-card-img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.why-card-body {
  padding: 28px 24px;
  background: white;
}

.why-card-body h3 {
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 10px;
}

.why-card-body p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.65;
}

#cottage {
  background: var(--cream);
}

.stat-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 2px solid var(--lake);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 56px;
  background: white;
  box-shadow: var(--shadow);
}

.stat-item {
  flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 22px 12px;
  border-right: 1px solid rgba(45, 110, 142, 0.18);
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-family: "Playfair Display", serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--lake);
  line-height: 1;
  display: block;
}

.stat-label {
  font-size: 0.78rem;
  color: var(--text-light);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 4px;
  font-weight: 700;
  display: block;
}

.photo-grid-main {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

.photo-grid-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 14px;
}

.photo-grid-row:last-child {
  margin-bottom: 0;
}

.photo-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #ddd;
}

.photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.photo-item:hover img {
  transform: scale(1.05);
}

.photo-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(18, 32, 26, 0.75));
  color: white;
  padding: 20px 14px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0;
  transition: opacity 0.3s;
}

.photo-item:hover .photo-label {
  opacity: 1;
}

.photo-item.tall {
  height: 420px;
}

.photo-item.med {
  height: 200px;
}

.photo-item.short {
  height: 190px;
}

.cottage-photo-grid {
  margin-bottom: 0;
}

.cottage-photo-slider {
  display: none;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  margin-bottom: 8px;
}

.cottage-photo-slider-stage {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.cottage-photo-slider-viewport {
  flex: 1;
  overflow: hidden;
  border-radius: 10px;
  min-width: 0;
}

.cottage-photo-slider-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.cottage-photo-slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.photo-item--slider {
  position: relative;
  height: 260px;
  width: 100%;
}

.photo-item--slider .photo-item-img {
  object-fit: cover;
}

.photo-label--visible {
  opacity: 1;
  z-index: 1;
}

.cottage-photo-slider-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(45, 110, 142, 0.35);
  background: var(--white);
  color: var(--lake);
  cursor: pointer;
  box-shadow: var(--shadow);
  transition:
    background 0.2s,
    transform 0.2s;
}

.cottage-photo-slider-btn:hover {
  background: var(--cream);
  transform: scale(1.05);
}

.cottage-photo-slider-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  width: 100%;
}

.cottage-photo-slider-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.cottage-photo-slider-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: rgba(45, 110, 142, 0.3);
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}

.cottage-photo-slider-dot.active {
  background: var(--lake);
  transform: scale(1.2);
}

.cottage-photo-slider-count {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cottage-facilities {
  margin-top: 56px;
}

.cottage-facilities-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-align: center;
  margin-bottom: 0;
}

.cottage-details {
  margin-top: 56px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.detail-col h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--lake);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(45, 110, 142, 0.2);
}

.detail-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.detail-list li {
  font-size: 0.93rem;
  color: var(--text);
  padding-left: 18px;
  position: relative;
  line-height: 1.55;
}

.detail-list li::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  font-size: 1.1rem;
}

#amenities {
  background: var(--forest);
  color: white;
}

#amenities .section-headline {
  color: white;
}

#amenities .section-sub {
  color: rgba(255, 255, 255, 0.75);
}

.amenities-header {
  text-align: center;
  margin-bottom: 60px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.amenity-row {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s;
}

.amenity-row:hover {
  transform: translateX(5px);
}

.amenity-row-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.amenity-body {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amenity-icon {
  font-size: 2.2rem;
  margin-bottom: 10px;
  line-height: 1;
}

.amenity-body h3 {
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--gold-light);
  margin-bottom: 10px;
}

.amenity-body p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

#location {
  background: var(--white);
}

.location-header {
  text-align: center;
  margin-bottom: 50px;
}

.location-header .section-sub {
  margin: 0 auto;
}

.address-highlight {
  background: linear-gradient(135deg, var(--forest), var(--lake));
  color: white;
  border-radius: 12px;
  padding: 22px 30px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.location-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}

.location-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.location-item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(18, 32, 26, 0.82));
  color: white;
  padding: 22px 14px 12px;
  font-size: 0.85rem;
  font-weight: 700;
}

.location-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.location-item--slider {
  position: relative;
  height: 220px;
  width: 100%;
}

.location-item--slider .location-item-label {
  z-index: 1;
}

.location-item--slider .location-item-img {
  object-fit: cover;
}

.location-photo-slider {
  margin-bottom: 24px;
}

.nearby-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--forest);
  margin: 38px 0 12px;
}

.nearby-sub {
  font-size: 0.95rem;
  color: var(--text-light);
  margin-bottom: 16px;
}

.nearby-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.nearby-item {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 0.9rem;
  color: var(--text);
}

.nearby-item strong {
  display: block;
  color: var(--forest);
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 0.92rem;
}

#reviews {
  background: linear-gradient(rgba(18, 32, 26, 0.82), rgba(18, 32, 26, 0.88)),
    url("../../_assets/Section-4/Beach.jpg") center / cover
      no-repeat;
  color: white;
}

.reviews-header {
  text-align: center;
  margin-bottom: 50px;
}

.reviews-header .section-headline {
  color: white;
}

.reviews-header .section-sub {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.reviews-slider {
  display: none;
  position: relative;
  align-items: center;
  gap: 12px;
  max-width: 760px;
  margin: 0 auto;
}

.reviews-slider-viewport {
  flex: 1;
  overflow: hidden;
  border-radius: 14px;
}

.reviews-slider-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.reviews-slider-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 2px;
}

.reviews-slider-btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s,
    transform 0.2s;
}

.reviews-slider-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.55);
  transform: scale(1.05);
}

.reviews-slider-dots {
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.reviews-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}

.reviews-slider-dot.active {
  background: var(--gold-light);
  transform: scale(1.15);
}

.reviews-slider-dot:hover {
  background: rgba(255, 255, 255, 0.6);
}

.review-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 30px 26px;
  backdrop-filter: blur(8px);
  transition: transform 0.3s;
}

.review-card:hover {
  transform: translateY(-5px);
}

.review-stars {
  color: var(--gold-light);
  font-size: 1.1rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 18px;
}

.review-author {
  font-size: 0.85rem;
  color: var(--gold-light);
  font-weight: 700;
}

#faq {
  background: var(--cream);
}

.faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(26, 58, 42, 0.07);
  border-left: 4px solid var(--gold);
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  color: var(--forest);
  user-select: none;
  background: none;
  border: none;
  text-align: left;
  font-family: "Lato", sans-serif;
}

.faq-q:hover {
  background: rgba(200, 150, 58, 0.05);
}

.faq-toggle {
  font-size: 1.4rem;
  color: var(--gold);
  transition: transform 0.3s;
  flex-shrink: 0;
  margin-left: 12px;
}

.faq-item.open .faq-toggle {
  transform: rotate(45deg);
}

.faq-a {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s;
}

.faq-item.open .faq-a {
  max-height: 400px;
  padding: 0 24px 20px;
}

.faq-a p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.7;
}

.faq-a .detail-list {
  margin: 0;
  padding: 0;
}

.faq-a .detail-list li {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.65;
}

#cta {
  background: linear-gradient(135deg, var(--lake) 0%, var(--forest) 100%);
  color: white;
  text-align: center;
}

#cta .section-headline {
  color: white;
  margin-bottom: 14px;
}

.cta-lead {
  font-size: 1.08rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 36px;
  line-height: 1.6;
}

.cta-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 8px;
}

.cta-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
}

.cta-contact-item {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: white;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}

.cta-contact-item:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
}

.site-footer {
  background: var(--dark);
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 20px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.footer-brand h3 {
  font-family: "Playfair Display", serif;
  color: var(--gold-light);
  font-size: 1.15rem;
  margin-bottom: 8px;
}

.footer-brand-sub {
  font-style: italic;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.65;
}

.footer-rating {
  margin-top: 14px;
  color: var(--gold-light);
  font-size: 0.88rem;
  font-weight: 600;
}

.footer-col h4 {
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.footer-contact-item {
  font-size: 0.88rem;
  margin-bottom: 10px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.footer-contact-item a {
  color: var(--gold-light);
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: var(--white);
}

.review-link {
  color: var(--gold-light);
  font-size: 0.875rem;
  text-decoration: none;
}

.review-link:hover {
  color: var(--white);
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 1140px;
  margin: 0 auto;
}

.credit {
  text-align: center;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.4);
  padding: 0 20px 20px;
}

.credit a {
  color: var(--gold-light);
  text-decoration: none;
  font-weight: 600;
}

.credit a:hover {
  text-decoration: underline;
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(12, 24, 18, 0.82);
  backdrop-filter: blur(6px);
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.modal-overlay.open {
  display: flex;
}

.modal {
  background: white;
  border-radius: 16px;
  padding: 40px 36px;
  max-width: 560px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
  animation: slideUp 0.3s ease both;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--text-light);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal h2 {
  font-size: 1.5rem;
  color: var(--forest);
  margin-bottom: 6px;
  padding-right: 2rem;
}

.modal-sub {
  color: var(--text-light);
  font-size: 0.92rem;
  margin-bottom: 28px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.form-group label em {
  color: #c0392b;
  font-style: normal;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid rgba(45, 110, 142, 0.25);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: "Lato", sans-serif;
  color: var(--text);
  background: var(--cream);
  transition: border-color 0.2s;
  outline: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--lake);
}

.form-group textarea {
  height: 90px;
  resize: vertical;
}

.form-submit {
  width: 100%;
  background: var(--gold);
  color: var(--dark);
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  margin-top: 6px;
  transition: background 0.2s;
}

.form-submit:hover {
  background: var(--gold-light);
}

.form-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-error {
  margin: 0 0 12px;
  padding: 0.75rem;
  background: #fdecea;
  color: #c0392b;
  border-radius: 8px;
  font-size: 0.9rem;
}

.modal-success {
  text-align: center;
  padding: 1rem 0;
}

.modal-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--forest), var(--lake));
  color: var(--white);
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-success p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.reveal-visible {
  opacity: 1;
  transform: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroZoomPan {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.08) translate(-1%, -1%);
  }
  50% {
    transform: scale(1.12) translate(1%, 0);
  }
  75% {
    transform: scale(1.08) translate(-0.5%, 1%);
  }
  100% {
    transform: scale(1.05) translate(0.5%, -0.5%);
  }
}

@keyframes floatBadge1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes floatBadge2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Mobile sticky bar — hidden on desktop */
.mobile-sticky-bar {
  display: none;
}

@media (max-width: 1024px) {
  body.mobile-bar-visible {
    padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-sticky-bar {
    display: flex !important;
    align-items: stretch;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(18, 32, 26, 0.96);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.22);
    visibility: hidden;
    transform: translateY(100%);
    transition:
      transform 0.3s ease,
      visibility 0.3s ease;
  }

  .mobile-sticky-bar--visible {
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-sticky-book {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    background: var(--gold);
    color: var(--dark);
    font-family: "Lato", sans-serif;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
    min-width: 0;
  }

  .mobile-sticky-book:hover {
    background: var(--gold-light);
    color: var(--dark);
  }

  .mobile-sticky-book-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.2;
    min-width: 0;
  }

  .mobile-sticky-book-title {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
    font-weight: 700;
    letter-spacing: 0.01em;
  }

  .mobile-sticky-book-desc {
    font-size: 0.72rem;
    font-weight: 600;
    opacity: 0.85;
    letter-spacing: 0.02em;
  }

  .mobile-sticky-top {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-height: 52px;
    padding: 0;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    color: var(--white);
    cursor: pointer;
    transition:
      background 0.2s,
      border-color 0.2s;
  }

  .mobile-sticky-top:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.45);
  }
}

/* ── Tablet & mobile (≤900px) ── */
@media (max-width: 900px) {
  section {
    padding: 72px 16px;
  }

  .site-nav {
    padding: 12px 16px;
    min-height: var(--nav-h);
  }

  .nav-brand {
    font-size: 1rem;
    max-width: calc(100% - 52px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-links-wrap {
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    background: white;
    padding: 1rem 1.25rem 1.25rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 0.3s ease,
      opacity 0.3s ease;
    z-index: 999;
    max-height: calc(100dvh - var(--nav-h));
    overflow-y: auto;
  }

  .nav-links-wrap.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .nav-links a {
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-cta {
    margin-top: 0.75rem;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
  }

  .menu-toggle {
    display: flex;
    flex-shrink: 0;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-content {
    padding: calc(var(--nav-h) + 24px) 12px 40px;
  }

  .hero-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    padding: 6px 14px;
    max-width: 100%;
    line-height: 1.4;
  }

  .trust-badge {
    padding: 12px 18px;
    font-size: 0.85rem;
  }

  .trust-badge svg {
    width: 22px;
    height: 22px;
  }

  .stat-bar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }

  .stat-item {
    flex: none;
    min-width: 0;
    padding: 18px 8px;
    border-right: 1px solid rgba(45, 110, 142, 0.18);
    border-bottom: 1px solid rgba(45, 110, 142, 0.18);
  }

  .stat-item:nth-child(3n) {
    border-right: none;
  }

  .stat-item:nth-last-child(-n + 3) {
    border-bottom: none;
  }

  .stat-num {
    font-size: clamp(1.5rem, 5vw, 2.4rem);
  }

  .stat-label {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .amenities-header,
  .why-header,
  .location-header,
  .reviews-header,
  .faq-header {
    margin-bottom: 36px;
  }

  .amenity-body {
    padding: 22px 20px;
  }

  .address-highlight {
    padding: 18px 16px;
    font-size: 0.95rem;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .modal {
    padding: 28px 20px;
    width: 100%;
    max-height: 92dvh;
  }

  .modal h2 {
    font-size: 1.3rem;
  }
}

/* ── Small tablet / large phone (≤820px) ── */
@media (max-width: 820px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #reviews {
    padding-bottom: 120px;
  }

  .reviews-grid {
    display: none;
  }

  .reviews-slider {
    display: flex;
    gap: 8px;
    max-width: 100%;
  }

  .reviews-slider-btn {
    width: 38px;
    height: 38px;
  }

  .photo-grid-main,
  .photo-grid-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .photo-item.tall,
  .photo-item.med,
  .photo-item.short {
    height: 240px;
  }

  .photo-label {
    opacity: 1;
  }

  .cottage-details {
    grid-template-columns: 1fr;
  }

  .cottage-facilities {
    margin-top: 40px;
  }
}

/* ── Phone (≤700px) ── */
@media (max-width: 700px) {
  .amenity-row {
    grid-template-columns: 1fr;
  }

  .amenity-row-img {
    height: 200px;
  }

  .location-grid,
  .location-grid2 {
    grid-template-columns: 1fr;
  }

  .location-item img {
    height: 180px;
  }

  .section-headline {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }

  .section-sub {
    font-size: 1rem;
  }

  .cta-contact {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-contact-item {
    justify-content: center;
    text-align: center;
    padding: 12px 16px;
    font-size: 0.92rem;
    word-break: break-word;
  }

  .faq-q {
    padding: 16px 18px;
    font-size: 0.95rem;
  }

  .faq-a {
    padding: 0 18px;
  }

  .faq-item.open .faq-a {
    padding: 0 18px 18px;
  }
}

/* ── Small phone (≤600px) ── */
@media (max-width: 600px) {
  section {
    padding: 60px 14px;
  }

  .cottage-photo-grid {
    display: none;
  }

  .location-photo-grid {
    display: none;
  }

  .cottage-photo-slider {
    display: flex;
    margin-bottom: 24px;
  }

  .trust-badges {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .trust-badge {
    justify-content: center;
    width: 100%;
  }

  .nearby-list {
    grid-template-columns: 1fr;
  }

  .review-card {
    padding: 22px 18px;
  }

  .review-text {
    font-size: 0.9rem;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }

  .hero-btns {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cta-btns {
    width: 100%;
  }

  .cta-btns .btn-primary {
    width: 100%;
  }
}

/* ── Narrow phone (≤500px) ── */
@media (max-width: 500px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stat-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item {
    border-right: 1px solid rgba(45, 110, 142, 0.18);
    border-bottom: 1px solid rgba(45, 110, 142, 0.18);
  }

  .stat-item:nth-child(3n) {
    border-right: 1px solid rgba(45, 110, 142, 0.18);
  }

  .stat-item:nth-child(2n) {
    border-right: none;
  }

  .stat-item:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(45, 110, 142, 0.18);
  }

  .stat-item:nth-last-child(-n + 2) {
    border-bottom: none;
  }

  .copyright {
    font-size: 0.75rem;
    padding: 16px 12px;
    line-height: 1.5;
  }

  .credit {
    font-size: 0.72rem;
    padding: 0 12px 16px;
  }

  .reviews-slider-btn {
    width: 34px;
    height: 34px;
  }

  .reviews-slider-dots {
    bottom: -32px;
  }
}

/* ── Extra small (≤400px) ── */
@media (max-width: 400px) {
  .nav-brand {
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: 1.85rem;
  }

  .hero-sub {
    font-size: 0.95rem;
  }

  .reviews-slider-btn {
    display: none;
  }

  .reviews-slider {
    gap: 0;
  }

  .mobile-sticky-top {
    width: 48px;
    min-height: 48px;
  }

  .cottage-photo-slider-btn {
    display: none;
  }

  .cottage-photo-slider {
    gap: 10px;
  }

  .cottage-photo-slider-stage {
    gap: 0;
  }
}

/* ── Forms on small screens ── */
@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-content,
  .reveal,
  .hero-media .hero-img,
  .hero-overlay,
  .trust-badge {
    animation: none !important;
    opacity: 1;
    transform: none;
    transition: none;
  }

  .reviews-slider-track {
    transition: none;
  }

  .cottage-photo-slider-track {
    transition: none;
  }
}







/* Static HTML overrides (Next/Image fill equivalents) */
.hero-media .hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-item--slider,
.location-item--slider {
  position: relative;
}

.photo-item--slider img,
.location-item--slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-flex {
  display: inline-flex;
}

.shrink-0 {
  flex-shrink: 0;
}

.w-6 {
  width: 1.5rem;
}

.h-6 {
  height: 1.5rem;
}

.text-center {
  text-align: center;
}
