
/* Video-led cottage redesign */
.video-feature {
  padding: clamp(42px, 6vw, 82px) 0;
  background: #f7f1e6;
}

.video-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.25fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.video-feature .video-copy h2 {
  margin-bottom: .7rem;
}

.video-feature .video-copy p {
  max-width: 42rem;
}

.video-card,
.cottage-film-card {
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(80,60,30,.16);
  border-radius: 22px;
  padding: 12px;
  box-shadow: 0 20px 55px rgba(20,20,20,.13);
}

.video-card video,
.cottage-film-card video {
  display: block;
  width: 100%;
  border-radius: 16px;
  background: #111;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-card .caption,
.cottage-film-card .caption {
  font-size: .92rem;
  opacity: .75;
  margin: .7rem .3rem .1rem;
}

.cottage-film-wrap {
  margin-top: -28px;
  margin-bottom: 38px;
}

.cottage-film-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.15fr);
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
}

.cottage-film-copy {
  background: rgba(255,255,255,.72);
  border-radius: 20px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid rgba(80,60,30,.12);
}

.cottage-gallery {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.cottage-gallery .gallery-shot img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.farm-map-compact {
  padding: clamp(28px, 4vw, 48px) 0;
}

.farm-map-compact .map-details {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(80,60,30,.16);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(20,20,20,.08);
}

.farm-map-compact summary {
  cursor: pointer;
  list-style: none;
  padding: 20px clamp(20px, 3vw, 34px);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-weight: 800;
}

.farm-map-compact summary::-webkit-details-marker {
  display: none;
}

.farm-map-compact summary span {
  opacity: .72;
  font-weight: 600;
}

.farm-map-compact .compact-map-body {
  padding: 0 clamp(18px, 3vw, 34px) clamp(18px, 3vw, 34px);
}

.farm-map-compact img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 850px) {
  .video-feature-grid,
  .cottage-film-grid {
    grid-template-columns: 1fr;
  }

  .cottage-film-wrap {
    margin-top: 0;
  }
}


/* Audio video/header fix */
.video-card,
.cottage-film-card {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.video-card video,
.cottage-film-card video,
.cottage-hero-video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  background: transparent;
  object-fit: cover;
}

.video-card .caption,
.cottage-film-card .caption {
  margin: .55rem 0 0;
}

.cottage-hero-img.video-hero {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}

.cottage-hero-img.video-hero video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  cursor: pointer;
}

.cottage-film-wrap {
  display: none !important;
}

.video-feature .video-card {
  overflow: hidden;
  border-radius: 18px;
}

.video-feature .video-card video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-feature {
  background: transparent;
}

/* Exact image poster refinement */
.home-video-feature .video-card,
.video-card,
.cottage-film-card,
.cottage-hero-img.video-hero,
.split-art.framed.video-hero {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-video-feature .video-card {
  overflow: hidden;
  border-radius: 18px;
}

.home-video-feature video,
.cottage-hero-video,
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 18px;
  background: transparent;
}

.cottage-hero-img.video-hero video {
  cursor: pointer;
}

.lmk-video-fallback-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 18px;
  background: #f2eee5;
}

.lmk-video-fallback {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.lmk-video-fallback-note {
  margin: 0;
  padding: .7rem 1rem;
  color: #3c473f;
  background: #f2eee5;
  font-size: .9rem;
  line-height: 1.45;
}

.cottage-film-wrap {
  display: none !important;
}

