/* Mobile-first editorial funnel for cold Meta traffic. */
.social-discovery-page { background: var(--color-bg); color: var(--color-text); }
.social-discovery-page a { color: inherit; }
.sd-header { position: absolute; z-index: 5; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; color: #fff; background: linear-gradient(180deg, rgba(15,31,24,.7), transparent); }
.sd-brand { display: inline-flex; align-items: center; gap: .65rem; color: #fff !important; text-decoration: none; font-weight: 800; letter-spacing: .01em; }
.sd-brand img { width: 2.8rem; height: 2.8rem; border-radius: 50%; background: rgba(255,255,255,.92); }
.sd-brand small { display: block; margin-top: .1rem; font-size: .65rem; font-weight: 500; opacity: .84; }
.sd-nav { display: flex; align-items: center; gap: .75rem; font-size: .82rem; font-weight: 700; }
.sd-nav > a { display: none; color: #fff; text-decoration: none; }
.sd-nav .lang-switcher { position: relative; }
.sd-nav .lang-btn { min-height: 2.5rem; padding: .35rem .65rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: #fff; background: rgba(0,0,0,.18); font: inherit; cursor: pointer; }
.sd-nav .lang-dropdown { display: none; position: absolute; top: calc(100% + .5rem); right: 0; width: 12rem; max-height: min(70svh, 32rem); overflow-y: auto; overscroll-behavior: contain; padding: .35rem; border: 1px solid rgba(255,255,255,.22); border-radius: .8rem; background: rgba(20,45,35,.97); box-shadow: 0 1rem 2rem rgba(0,0,0,.24); list-style: none; }
.sd-nav .lang-switcher.open .lang-dropdown { display: block; }
.sd-nav .lang-item button { display: block; width: 100%; padding: .55rem .65rem; border: 0; border-radius: .5rem; color: #fff; background: transparent; text-align: left; font: inherit; cursor: pointer; }
.sd-nav .lang-item button:hover, .sd-nav .lang-item.active button { background: rgba(255,255,255,.14); }
@media (max-width: 699px) {
  .sd-nav .lang-switcher {
    position: fixed;
    z-index: 70;
    top: calc(env(safe-area-inset-top, 0px) + .75rem);
    right: .75rem;
  }
  .sd-nav .lang-btn {
    min-width: 4.15rem;
    border-color: rgba(255,255,255,.55);
    background: rgba(20,45,35,.88);
    box-shadow: 0 .45rem 1.4rem rgba(0,0,0,.22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .sd-nav .lang-dropdown {
    right: 0;
    max-height: min(68svh, 32rem);
  }
}
.sd-container { width: min(100% - 2rem, 74rem); margin-inline: auto; }
.sd-hero { position: relative; min-height: min(86svh, 46rem); display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--color-green-dark); }
.sd-hero-image, .sd-hero-image picture, .sd-hero-image img, .sd-hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.sd-hero-image img { object-fit: cover; object-position: 50% 40%; }
.sd-hero-scrim { background: linear-gradient(180deg, rgba(10,28,20,.18) 15%, rgba(10,28,20,.25) 38%, rgba(10,28,20,.9) 100%); }
.sd-hero-content { position: relative; z-index: 1; box-sizing: border-box; width: min(100%, 44rem); margin-inline: auto; padding: 7.5rem 1rem 2.8rem; }
.sd-eyebrow, .sd-label { margin: 0 0 .7rem; color: var(--color-terracotta-light); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sd-hero .sd-eyebrow { color: #f5d8aa; }
.sd-hero h1 { max-width: 14ch; margin: 0; color: #fff; font-family: var(--font-serif); font-size: clamp(2.6rem, 12vw, 5.6rem); line-height: .98; letter-spacing: -.04em; }
.sd-hero-content > p:not(.sd-eyebrow) { max-width: 35rem; margin: 1.2rem 0 1.5rem; color: rgba(255,255,255,.9); font-size: clamp(1.02rem, 3vw, 1.25rem); line-height: 1.58; }
.sd-discovery-cta { display: inline-flex; align-items: center; gap: .55rem; }
.sd-section { padding: clamp(3.5rem, 10vw, 7.5rem) 0; }
.sd-section h2 { max-width: 18ch; margin: 0 0 1rem; color: var(--color-green); font-family: var(--font-serif); font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.04; letter-spacing: -.035em; }
.sd-story { background: var(--color-bg); }
.sd-story-copy { max-width: 42rem; }
.sd-story-copy p:not(.sd-label) { max-width: 38rem; color: var(--color-text-light); font-size: 1.03rem; line-height: 1.75; }
.sd-story-copy p + p { margin-top: .9rem; }
.sd-gallery { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: .65rem; margin-top: 2rem; }
.sd-gallery-item { min-width: 0; min-height: 0; height: 10rem; overflow: hidden; border-radius: 1.1rem; }
.sd-gallery-item-1 { grid-row: span 2; height: 21rem; }
.sd-gallery-item-5, .sd-gallery-item-6, .sd-gallery-item-7 { height: 12rem; }
.sd-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sd-benefits { background: var(--color-bg-alt); }
.sd-benefit-grid { display: grid; gap: .75rem; }
.sd-benefit-grid article { display: flex; gap: .8rem; align-items: flex-start; padding: 1.05rem 1rem; border: 1px solid rgba(30,67,52,.1); border-radius: 1rem; background: rgba(255,255,255,.7); }
.sd-benefit-grid article > span { color: var(--color-terracotta); font-size: 1.2rem; line-height: 1.4; }
.sd-benefit-grid p { margin: 0; color: var(--color-text-light); line-height: 1.5; }
.sd-location { color: #fff; background: var(--color-green); }
.sd-location h2 { color: #fff; }
.sd-location .sd-label { color: #efc88e; }
.sd-location .sd-lead { max-width: 34rem; color: rgba(255,255,255,.8); line-height: 1.7; }
.sd-location .btn-secondary { margin-top: .8rem; border-color: rgba(255,255,255,.45); color: #fff; background: transparent; }
.sd-location-grid { display: grid; gap: 2rem; }
.sd-location-cards { display: grid; gap: .8rem; }
.sd-location-cards article { display: grid; grid-template-columns: 6.2rem 1fr; gap: .75rem; align-items: center; }
.sd-location-cards img { grid-row: span 2; width: 6.2rem; height: 6.2rem; border-radius: .8rem; object-fit: cover; }
.sd-location-cards h3 { margin: 0; color: #fff; font-family: var(--font-serif); font-size: 1.1rem; text-shadow: 0 1px 1px rgba(0,0,0,.12); }
.sd-location-cards p { margin: 0; color: rgba(255,255,255,.9); font-size: .88rem; line-height: 1.5; }
.sd-suites { background: #fff; }
.sd-lead { max-width: 44rem; margin: 0 0 1.6rem; color: var(--color-text-light); line-height: 1.7; }
.sd-suite-grid { display: grid; gap: 1rem; }
.sd-suite-card { overflow: visible; position: relative; border: 1px solid rgba(30,67,52,.12); border-radius: 1.1rem; background: var(--color-bg); box-shadow: 0 .7rem 1.5rem rgba(31,43,35,.07); }
.sd-suite-card a { display: block; text-decoration: none; }
.sd-suite-card img { display: block; width: 100%; aspect-ratio: 1.28; object-fit: cover; }
.sd-suite-card-body { display: grid; gap: .4rem; padding: 1rem; }
.sd-suite-kicker { color: var(--color-green); font-family: var(--font-serif); font-size: 1.4rem; }
.sd-suite-card-body strong { color: var(--color-text-light); font-size: .9rem; font-weight: 500; line-height: 1.45; }
.sd-suite-detail { color: var(--color-terracotta-dark); font-size: .88rem; font-weight: 800; }
.sd-all-suites { margin-top: 1.3rem; }
.sd-trust { background: var(--color-bg-alt); }
.sd-review-grid { display: grid; gap: 1rem; overflow: auto; grid-auto-flow: column; grid-auto-columns: minmax(17rem, 86%); padding: .25rem .1rem .8rem; scroll-snap-type: x mandatory; }
.sd-review-card { display: flex; min-height: 100%; flex-direction: column; gap: .8rem; padding: 1.2rem; border: 1px solid rgba(30,67,52,.1); border-radius: 1rem; background: #fff; scroll-snap-align: start; }
.sd-review-score { color: #ba7a2a; letter-spacing: .12em; }
.sd-review-card blockquote { flex: 1; margin: 0; color: var(--color-text-light); font-size: .96rem; line-height: 1.6; }
.sd-review-card footer { display: flex; justify-content: space-between; gap: .7rem; color: var(--color-green); font-size: .82rem; }
.sd-review-card footer span { color: var(--color-text-muted); }
.sd-review-card small { color: var(--color-text-muted); font-size: .74rem; }
.sd-booking { background: var(--color-green-dark); color: #fff; scroll-margin-top: 1rem; }
.sd-booking h2 { color: #fff; }
.sd-booking .sd-label { color: #efc88e; }
.sd-booking .sd-booking-form { margin-top: 1.3rem; }
.sd-booking .booking-date-selector-intro, .sd-booking .booking-date-selector-note { color: var(--color-text-light); }
.sd-booking-form .booking-date-submit {
  min-width: 0;
  gap: .45rem;
  font-size: .9rem;
  line-height: 1.2;
}
.sd-booking-form .booking-date-submit .booking-submit-icon {
  display: block;
  flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  object-fit: contain;
}
.sd-booking-form .booking-date-submit span {
  min-width: 0;
  white-space: nowrap;
}
@media (max-width: 420px) {
  .sd-booking-form .booking-date-submit {
    padding-inline: .85rem;
    font-size: .86rem;
  }
}
.sd-booking-help { margin: 1rem 0 0; color: rgba(255,255,255,.72); font-size: .9rem; line-height: 1.6; }
.sd-booking-help a { color: #f1ca8e; font-weight: 700; }
.sd-booking-direct { display: inline-block; margin-top: .9rem; color: #f1ca8e !important; font-size: .88rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2em; }
.sd-booking-secondary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .45rem 1rem;
  margin-top: .75rem;
}
.sd-booking-secondary .booking-date-selector-note {
  flex: 1 1 22rem;
  margin: 0;
  color: var(--color-text-muted) !important;
}
.sd-booking-secondary .sd-booking-direct {
  flex: 0 0 auto;
  margin: 0;
  color: var(--color-green) !important;
  font-size: .8rem;
  font-weight: 700;
}
.sd-booking-form .sd-booking-help {
  margin: .85rem 0 0;
  padding-top: .8rem;
  border-top: 1px solid rgba(30,67,52,.12);
  color: var(--color-text-muted);
  font-size: .86rem;
}
.sd-booking-form .sd-booking-help a {
  color: var(--color-terracotta-dark);
  font-weight: 800;
}
.sd-footer { padding: 2rem 0 5rem; background: #142e23; color: rgba(255,255,255,.76); }
.sd-footer .sd-container { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1rem; }
.sd-footer img { width: 3rem; height: 3rem; border-radius: 50%; background: #fff; }
.sd-footer p { width: 100%; margin: 0; font-size: .85rem; line-height: 1.5; }
.sd-footer-address {
  width: 100%;
  margin: .15rem 0 .1rem;
  color: rgba(255,255,255,.82);
  font-size: .84rem;
  font-style: normal;
  line-height: 1.65;
}
.sd-footer-address strong { color: #fff; font-weight: 800; }
.sd-footer-address a { color: rgba(255,255,255,.82); text-decoration: none; }
.sd-footer-address a:hover,
.sd-footer-address a:focus-visible { color: #f1ca8e; text-decoration: underline; text-underline-offset: .18em; }
.sd-footer a { color: #f1ca8e; font-size: .84rem; font-weight: 700; }
.sd-footer-nav { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem 1rem; }
.sd-social-links { display: flex; flex-wrap: wrap; align-items: center; gap: .55rem; margin-left: auto; }
.sd-social-links a {
  display: inline-grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(241,202,142,.38);
  border-radius: 999px;
  color: #f1ca8e !important;
  background: rgba(255,255,255,.04);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.sd-social-links a:hover,
.sd-social-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(241,202,142,.8);
  background: rgba(255,255,255,.1);
}
.sd-social-links svg { width: 1.2rem; height: 1.2rem; fill: currentColor; }
.sd-social-links img { width: 1.2rem; height: 1.2rem; display: block; object-fit: contain; }
@media (max-width: 520px) {
  .sd-social-links { width: 100%; margin-left: 0; }
}
@media (min-width: 700px) {
  .sd-header { padding: 1rem 2rem; }
  .sd-nav > a { display: inline-block; }
  .sd-hero-content { width: min(100% - 4rem, 44rem); padding-inline: 0; padding-bottom: 5rem; }
  .sd-container { width: min(100% - 4rem, 74rem); }
  .sd-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sd-location-grid { grid-template-columns: .8fr 1.2fr; align-items: start; gap: 4rem; }
  .sd-location-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sd-location-cards article { display: block; }
  .sd-location-cards img { width: 100%; height: 10rem; margin-bottom: .7rem; }
  .sd-suite-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sd-review-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(20rem, 31%);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .25rem .1rem 1rem;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .sd-review-card { scroll-snap-align: start; }
}
@media (min-width: 1000px) {
  .sd-header { padding-inline: max(2rem, calc((100vw - 74rem) / 2)); }
  .sd-hero-content { width: min(100% - 4rem, 74rem); margin-inline: auto; }
  .sd-benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sd-gallery { grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr) minmax(0, .8fr); grid-template-rows: 15rem 15rem; }
  .sd-gallery-item-1 { grid-row: span 2; }
  .sd-gallery-item-4 { grid-column: span 2; }
  .sd-gallery-item-5 { grid-column: span 1; }
  .sd-gallery-item-6 { grid-column: span 1; }
  .sd-gallery-item-7 { grid-column: span 1; }
}


/* Experiment: shorter mobile narrative bridge for cold Meta traffic. */
.sd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  align-items: center;
}
.sd-hero-booking-cta {
  border-color: rgba(255,255,255,.72) !important;
  color: #fff !important;
  background: rgba(10,28,20,.35) !important;
}
.sd-story {
  display: none;
}
.sd-experiment-story {
  padding-top: 2.6rem;
  padding-bottom: 2.4rem;
  background: #fff;
}
.sd-experiment-story h2 {
  max-width: 14ch;
}
.sd-story-steps {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.sd-story-step {
  position: relative;
  min-height: 25rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--color-green-dark);
  color: #fff;
}
.sd-story-step img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sd-story-step::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,20,14,.05) 20%, rgba(5,20,14,.82) 100%);
}
.sd-story-step > div {
  position: absolute;
  z-index: 1;
  inset: auto 1rem 1rem;
}
.sd-story-step > div > span {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: .55rem;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  font-size: .72rem;
  font-weight: 800;
}
.sd-story-step h3 {
  margin: 0 0 .35rem;
  max-width: 18ch;
  color: #fff;
  font-family: var(--font-serif);
  font-size: 1.65rem;
  line-height: 1.05;
}
.sd-story-step p {
  margin: 0;
  max-width: 30rem;
  color: rgba(255,255,255,.9);
  font-size: .92rem;
  line-height: 1.5;
}
.sd-experiment-proof {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: var(--color-bg-alt);
}
.sd-experiment-review-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(17rem, 86%);
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: .25rem .1rem .9rem;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.sd-experiment-review-strip .sd-review-card {
  min-height: 100%;
  scroll-snap-align: start;
}
.sd-experiment-review-strip .sd-review-card blockquote {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.sd-experiment-bridge {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #fff;
}
.sd-experiment-bridge .sd-container {
  padding: 1.4rem;
  border: 1px solid rgba(30,67,52,.12);
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(239,247,241,.95), rgba(255,255,255,.98));
}
.sd-experiment-actions {
  display: grid;
  gap: .7rem;
}
.sd-experiment-actions .btn {
  width: 100%;
  justify-content: center;
}
.sd-mobile-sticky-cta {
  position: fixed;
  z-index: 40;
  left: .7rem;
  right: .7rem;
  bottom: max(.7rem, env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: .5rem;
  padding: .5rem;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(17,42,31,.94);
  box-shadow: 0 .8rem 2.4rem rgba(0,0,0,.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.sd-mobile-sticky-cta a {
  display: grid;
  place-items: center;
  min-height: 2.85rem;
  border-radius: 999px;
  color: #fff !important;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 800;
}
.sd-mobile-sticky-cta a:first-child {
  border: 1px solid rgba(255,255,255,.35);
}
.sd-mobile-sticky-cta a:last-child {
  background: var(--color-terracotta);
}
.sd-footer {
  padding-bottom: 7rem;
}
@media (min-width: 700px) {
  .sd-experiment-review-strip {
    grid-auto-columns: minmax(20rem, 31%);
    scroll-snap-type: x proximity;
  }
  .sd-story-steps {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .sd-experiment-actions {
    display: flex;
  }
  .sd-experiment-actions .btn {
    width: auto;
  }
  .sd-mobile-sticky-cta {
    display: none;
  }
  .sd-footer {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1000px) {
  .sd-story-steps {
    grid-template-columns: repeat(4, minmax(0,1fr));
  }
  .sd-story-step {
    min-height: 31rem;
  }
}


/* Compact reviews with full-text modal. */
.sd-review-preview {
  position: relative;
  min-height: 0;
}
.sd-review-preview blockquote {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin-bottom: 0;
}
.sd-review-preview::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 2.4rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0), #fff 86%);
}
.sd-review-more {
  align-self: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-terracotta-dark);
  font: inherit;
  font-size: .82rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: .18em;
  cursor: pointer;
}
.sd-review-more:hover,
.sd-review-more:focus-visible {
  color: var(--color-green);
}
.sd-review-full {
  display: none !important;
}
.sd-review-modal[hidden] {
  display: none;
}
.sd-review-modal {
  position: fixed;
  z-index: 120;
  inset: 0;
  display: grid;
  align-items: end;
}
.sd-review-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(7,20,14,.68);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.sd-review-modal-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: min(82svh, 44rem);
  overflow-y: auto;
  padding: 1.25rem 1.25rem calc(1.4rem + env(safe-area-inset-bottom));
  border-radius: 1.3rem 1.3rem 0 0;
  background: #fff;
  box-shadow: 0 -1.2rem 3rem rgba(0,0,0,.25);
  outline: none;
}
.sd-review-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}
.sd-review-modal-score {
  color: #ba7a2a;
  font-weight: 800;
  letter-spacing: .08em;
}
.sd-review-modal-close {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border: 1px solid rgba(30,67,52,.15);
  border-radius: 999px;
  background: var(--color-bg-alt);
  color: var(--color-green);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.sd-review-modal-panel blockquote {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 5vw, 1.55rem);
  line-height: 1.5;
}
.sd-review-modal-meta {
  margin: 1.2rem 0 .35rem;
  color: var(--color-green);
  font-size: .9rem;
  font-weight: 800;
}
.sd-review-modal-panel small {
  color: var(--color-text-muted);
  font-size: .78rem;
}
@media (min-width: 700px) {
  .sd-review-modal {
    align-items: center;
    justify-items: center;
    padding: 2rem;
  }
  .sd-review-modal-panel {
    width: min(92vw, 42rem);
    max-height: min(82vh, 44rem);
    border-radius: 1.3rem;
    padding: 1.5rem 1.6rem 1.65rem;
  }
}

.sd-suite-image-link { overflow: hidden; border-radius: 1.1rem 1.1rem 0 0; }
.sd-suite-name-link { min-width: 0; text-decoration: none; }
.sd-suite-name-row { justify-content: space-between; }


/* Suite bird identity popovers */
.suite-bird-info {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  vertical-align: middle;
}
.suite-bird-trigger {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(30,67,52,.16);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(20,46,35,.12);
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.suite-bird-trigger:hover,
.suite-bird-trigger:focus-visible,
.suite-bird-info.is-open .suite-bird-trigger {
  transform: translateY(-1px);
  border-color: rgba(184,134,11,.5);
  box-shadow: 0 5px 14px rgba(20,46,35,.18);
}
.suite-bird-trigger img {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
  min-width: 30px;
  aspect-ratio: 1 !important;
  border-radius: 999px;
  object-fit: cover !important;
}
.suite-bird-question {
  position: absolute;
  right: -4px;
  bottom: -3px;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #b36a3c;
  color: #fff;
  font-family: system-ui, sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
}
.suite-bird-popover {
  position: absolute;
  z-index: 80;
  left: 50%;
  bottom: calc(100% + 10px);
  width: min(18rem, calc(100vw - 2rem));
  padding: .85rem .95rem;
  border: 1px solid rgba(30,67,52,.13);
  border-radius: .9rem;
  background: #fff;
  color: #3c473f;
  box-shadow: 0 14px 34px rgba(12,31,22,.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
  text-align: left;
}
.suite-bird-popover::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-right: 1px solid rgba(30,67,52,.13);
  border-bottom: 1px solid rgba(30,67,52,.13);
  transform: translate(-50%, -5px) rotate(45deg);
}
.suite-bird-popover strong,
.suite-bird-popover span {
  display: block;
}
.suite-bird-popover strong {
  margin-bottom: .28rem;
  color: #1e4334;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
}
.suite-bird-popover span {
  font-size: .82rem;
  line-height: 1.5;
}
.suite-bird-info:hover .suite-bird-popover,
.suite-bird-info:focus-within .suite-bird-popover,
.suite-bird-info.is-open .suite-bird-popover {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.suite-title-bird-row,
.sd-suite-name-row {
  display: flex;
  align-items: center;
  gap: .55rem;
}
.suite-title-bird-row h1 {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .suite-bird-popover {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 5.25rem;
    width: auto;
    transform: translateY(6px);
  }
  .suite-bird-popover::after { display: none; }
  .suite-bird-info:hover .suite-bird-popover,
  .suite-bird-info:focus-within .suite-bird-popover,
  .suite-bird-info.is-open .suite-bird-popover {
    transform: translateY(0);
  }
}


/* Inline real bird-call controls */
.suite-bird-info {
  align-items: center;
  gap: .35rem;
}
.suite-bird-play {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  padding: 0;
  border: 1px solid rgba(30,67,52,.2);
  border-radius: 999px;
  background: #fff;
  color: #1e4334;
  box-shadow: 0 2px 8px rgba(20,46,35,.1);
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.suite-bird-play:hover,
.suite-bird-play:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(179,106,60,.5);
  box-shadow: 0 5px 14px rgba(20,46,35,.16);
}
.suite-bird-play.is-playing {
  border-color: #b36a3c;
  background: #b36a3c;
  color: #fff;
  box-shadow: 0 0 0 3px rgba(179,106,60,.14), 0 5px 14px rgba(20,46,35,.16);
}
.suite-bird-play-icon {
  display: block;
  transform: translateX(1px);
  font-family: system-ui, sans-serif;
  font-size: 13px;
  line-height: 1;
}
.suite-bird-play.is-playing .suite-bird-play-icon {
  transform: none;
  font-size: 10px;
}
.suite-bird-audio {
  display: none;
}
.suite-bird-audio-credit {
  display: block;
  margin-top: .55rem;
  padding-top: .5rem;
  border-top: 1px solid rgba(30,67,52,.1);
  color: #6f7b74;
  font-size: .66rem;
  line-height: 1.35;
}
.suite-bird-audio-credit a {
  color: #456d5b;
  text-decoration: underline;
  text-underline-offset: .12em;
}


/* Cleaner booking/help hierarchy */
.sd-booking-help a {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  vertical-align: middle;
}
.sd-booking-help a img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
