/* Approved designer assets. Compact phone layouts preserve their labels alongside the icons. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.designer-picture,
.hero .designer-picture,
.story-panel .designer-picture {
  display: block;
  width: 100%;
  height: auto;
}
.designer-picture > img,
.hero .designer-picture > img,
.story-panel .designer-picture > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto 1920 / 840;
  object-fit: contain;
}
.designer-house .designer-picture > img { aspect-ratio: auto 1913 / 830; }
.designer-grill .designer-picture > img { aspect-ratio: auto 2171 / 724; }
.conditions .designer-picture > img { aspect-ratio: auto 2172 / 651; }
.house.designer-house {
  position: relative;
  max-width: 1920px;
  padding: 0;
  margin: 40px auto 72px;
  border: 0;
}
.bed-plan.designer-beds {
  grid-template-columns: 1.05fr 1fr 1.25fr 1.2fr;
  align-items: stretch;
}
.designer-beds .bed-art {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.designer-beds .bed-art img {
  width: 100%;
  max-width: 215px;
  height: 175px;
  object-fit: contain;
}
.bed-mobile { display: none; }
.story-caption {
  align-items: center;
}
.story-logo {
  position: relative;
  width: 280px;
  height: 90px;
  max-width: 100%;
  overflow: hidden;
}
.story-logo img {
  position: absolute;
  width: 312px;
  height: auto;
  max-width: none;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}
.story-caption > p { margin-top: 0; }
.grill-story.designer-grill {
  display: block;
  position: relative;
}
.conditions { position: relative; }
.conditions > .designer-picture { margin-bottom: 32px; }
@media (max-width: 1100px) {
  .bed-plan.designer-beds { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .designer-beds .bed-plan-intro { grid-column: 1 / -1; }
  .designer-beds .bed-art { padding: 0; border: 0; }
  .story-logo { width: 230px; height: 74px; }
  .story-logo img { width: 257px; left: -15px; }
}
@media (max-width: 900px) {
  .designer-house .designer-picture > img,
  .conditions .designer-picture > img { aspect-ratio: auto 989 / 1591; }
  .designer-grill .designer-picture > img { aspect-ratio: auto 949 / 1657; }
}
@media (max-width: 760px) {
  .house.designer-house { margin-top: 28px; margin-bottom: 40px; }
  .story-caption > p { margin-top: 24px; }
  .story-logo { width: 248px; height: 80px; }
  .story-logo img { width: 277px; left: -16px; }
  .conditions > .designer-picture { margin-bottom: 24px; }
}
@media (max-width: 640px) {
  .hero .designer-picture > img,
  .story-panel .designer-picture > img { aspect-ratio: auto 1122 / 1402; }
  .bed-plan.designer-beds { grid-template-columns: 1fr; gap: 0; padding: 20px 0 4px; }
  .bed-plan.designer-beds > .bed-plan-intro { padding-bottom: 18px; }
  .bed-plan.designer-beds > .bed-art {
    position: relative;
    padding: 16px 0;
    border-top: 1px solid var(--line);
  }
  .designer-beds .bed-art > img {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  .bed-mobile { display: flex; align-items: center; gap: 18px; width: 100%; }
  .bed-mobile > svg { display: block; width: 88px; height: 64px; flex: none; }
  .bed-mobile-copy { min-width: 0; }
  .designer-beds .bed-mobile-copy strong { font-size: 16px; line-height: 1.3; margin-bottom: 5px; }
  .designer-beds .bed-mobile-copy span { font-size: 13px; line-height: 1.45; }
}

/* The supplied amenity strip sits directly below the water note. */
.comfort-icons { position: relative; margin: 0; }
.comfort-icons .designer-picture > img { aspect-ratio: auto 2172 / 472; }
@media (max-width: 1100px) {
  .comfort-icons .designer-picture > img { aspect-ratio: auto 1145 / 824; }
}

.comfort-icons-mobile { display: none; }
@media (max-width: 600px) {
  .comfort-icons .designer-picture { display: none; }
  .comfort-icons-mobile {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 8px;
    margin-top: 24px;
    padding: 20px 8px;
    border-radius: 12px;
    background: #f5efe7;
  }
  .comfort-icon-item { min-width: 0; text-align: center; }
  .comfort-icon-item:last-child { grid-column: 2; }
  .comfort-icons-mobile svg { display: block; width: 60px; height: 60px; margin: 0 auto 8px; }
  .comfort-icon-item > span { display: block; font-size: clamp(12px, 3.2vw, 13px); line-height: 1.35; }
}
@media (max-width: 360px) {
  .bed-mobile { gap: 14px; }
  .bed-mobile > svg { width: 72px; height: 58px; }
  .designer-beds .bed-mobile-copy strong { font-size: 15px; }
  .designer-beds .bed-mobile-copy span { font-size: 12px; }
  .comfort-icons-mobile svg { width: 54px; height: 54px; }
}
