/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: TGP
Author URI: taranguest.com
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.6.20260727.6
Updated: 2026-04-04 02:50:18

*/

/* Coastal Oasis Homepage V3 */

body.home .site-content .ast-container {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
}

body.home.ast-plain-container.ast-no-sidebar #primary {
  margin: 0;
}

body.home .coastal-mobile-sticky-book-now {
  display: none !important;
}

body.home #ast-scroll-top {
  display: none !important;
}

.coastal-home-v3,
.coastal-home-v3 * {
  box-sizing: border-box;
}

.coastal-home-v3 {
  --coastal-ink: #10243e;
  --coastal-muted: #617286;
  --coastal-soft: #f6faf9;
  --coastal-panel: #ffffff;
  --coastal-line: #dbe6e8;
  --coastal-teal: #0f9f91;
  --coastal-teal-dark: #087a70;
  --coastal-gold: #c88a2f;
  --coastal-sage: #dfeee9;
  --coastal-rose: #f5e6df;
  background: var(--coastal-soft);
  color: var(--coastal-ink);
  font-family: "Roboto", sans-serif;
  overflow: hidden;
}

.coastal-home-v3 a {
  color: inherit;
}

.coastal-home-v3 a,
.coastal-home-v3 button {
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.coastal-home-v3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coastal-home-v3-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.coastal-home-v3-floating-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 80;
  display: grid;
  gap: 1px;
  min-width: 168px;
  padding: 13px 20px 14px;
  background: var(--coastal-ink);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(16, 36, 62, 0.22);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.coastal-home-v3-floating-cta span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.coastal-home-v3-floating-cta strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.coastal-home-v3-floating-cta:hover,
.coastal-home-v3-floating-cta:focus {
  background: var(--coastal-teal-dark);
  border-color: var(--coastal-teal-dark);
  color: #ffffff;
  transform: translateY(-2px);
}

.coastal-home-v3-hero {
  padding: 42px 0 26px;
  background: #ffffff;
  border-bottom: 1px solid var(--coastal-line);
}

.coastal-home-v3-hero-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: end;
  margin-bottom: 20px;
}

.coastal-home-v3-kicker {
  margin: 0 0 9px;
  color: var(--coastal-teal-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.coastal-home-v3 h1,
.coastal-home-v3 h2,
.coastal-home-v3 h3 {
  margin: 0;
  color: var(--coastal-ink);
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.coastal-home-v3 h1 {
  max-width: 780px;
  font-size: 62px;
  line-height: 1.02;
}

.coastal-home-v3 h2 {
  font-size: 34px;
  line-height: 1.14;
}

.coastal-home-v3 h3 {
  font-size: 22px;
  line-height: 1.18;
}

.coastal-home-v3-lede {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--coastal-muted);
  font-size: 18px;
  line-height: 1.62;
}

.coastal-home-v3-trust-card {
  display: grid;
  gap: 4px;
  padding: 16px;
  background: var(--coastal-panel);
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 36, 62, 0.08);
}

.coastal-home-v3-trust-card strong {
  color: var(--coastal-ink);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.coastal-home-v3-trust-card span {
  color: var(--coastal-ink);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.coastal-home-v3-trust-card small {
  color: var(--coastal-muted);
  font-size: 13px;
  line-height: 1.4;
}

.coastal-home-v3-facts,
.coastal-home-v3-anchor-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.coastal-home-v3-facts {
  margin-bottom: 18px;
}

.coastal-home-v3-facts span,
.coastal-home-v3-anchor-row a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--coastal-line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--coastal-ink);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.coastal-home-v3-facts span:nth-child(6),
.coastal-home-v3-facts span:nth-child(7) {
  background: var(--coastal-sage);
  border-color: #c4ddd6;
}

.coastal-home-v3-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.coastal-home-v3-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: #f8fbfb;
  border: 1px solid var(--coastal-line);
  border-radius: 999px;
  color: var(--coastal-ink);
  font-size: 12px;
  font-weight: 900;
}

.coastal-home-v3-gallery {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: 230px 230px;
  gap: 8px;
}

.coastal-home-v3-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #e8eef0;
}

.coastal-home-v3-gallery figure.is-featured {
  grid-row: span 2;
}

.coastal-home-v3-gallery img {
  transition: transform 260ms ease;
}

.coastal-home-v3-gallery figure:hover img,
.coastal-home-v3-gallery figure:focus-within img {
  transform: scale(1.035);
}

.coastal-home-v3-gallery-action {
  display: none;
}

.coastal-home-v3-anchor-row {
  position: sticky;
  top: 0;
  z-index: 4;
  justify-content: center;
  margin-top: 16px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--coastal-line);
  border-radius: 999px;
  backdrop-filter: blur(12px);
}

.coastal-home-v3-anchor-row a:hover,
.coastal-home-v3-anchor-row a:focus {
  background: var(--coastal-ink);
  border-color: var(--coastal-ink);
  color: #ffffff;
  transform: translateY(-1px);
}

.coastal-home-v3-anchor-row a:last-child {
  background: var(--coastal-teal);
  border-color: var(--coastal-teal);
  color: #ffffff;
}

.coastal-home-v3-main {
  padding: 46px 0 62px;
}

.coastal-home-v3-content {
  min-width: 0;
}

.coastal-home-v3-section {
  padding: 38px 0;
  border-bottom: 1px solid var(--coastal-line);
}

.coastal-home-v3-section:first-child {
  padding-top: 0;
}

.coastal-home-v3-section p {
  max-width: 860px;
  margin: 14px 0 0;
  color: var(--coastal-muted);
  font-size: 16px;
  line-height: 1.7;
}

.coastal-home-v3-section-head {
  display: grid;
  gap: 0;
  margin-bottom: 18px;
}

.coastal-home-v3-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.coastal-home-v3-highlight-grid article {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
}

.coastal-home-v3-highlight-grid article:hover {
  border-color: #b7d9d4;
  box-shadow: 0 14px 30px rgba(16, 36, 62, 0.08);
  transform: translateY(-2px);
}

.coastal-home-v3-highlight-grid strong {
  color: var(--coastal-ink);
  font-size: 15px;
  font-weight: 900;
}

.coastal-home-v3-highlight-grid span {
  color: var(--coastal-muted);
  font-size: 14px;
  line-height: 1.55;
}

.coastal-home-v3-booking-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 440px);
  gap: 30px;
  align-items: center;
  padding: 30px;
  margin: 8px 0 14px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(16, 36, 62, 0.08);
}

.coastal-home-v3-booking-strip > div:first-child p {
  max-width: 640px;
}

.coastal-home-v3-booking-nudge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 26px 28px;
  margin: 16px 0 8px;
  background: #ffffff;
  border: 1px solid #cde7e3;
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 36, 62, 0.07);
}

.coastal-home-v3-booking-nudge p {
  max-width: 720px;
}

.coastal-home-v3-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.coastal-home-v3-booking-actions .coastal-home-v3-primary-link,
.coastal-home-v3-booking-actions .coastal-home-v3-primary-link:visited {
  margin-top: 0;
  background: var(--coastal-teal);
  border-color: var(--coastal-teal);
  color: #ffffff !important;
}

.coastal-home-v3-booking-actions .coastal-home-v3-primary-link:hover,
.coastal-home-v3-booking-actions .coastal-home-v3-primary-link:focus {
  background: var(--coastal-teal-dark);
  border-color: var(--coastal-teal-dark);
  color: #ffffff !important;
}

.coastal-home-v3-secondary-action,
.coastal-home-v3-secondary-action:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  color: var(--coastal-ink) !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.coastal-home-v3-secondary-action:hover,
.coastal-home-v3-secondary-action:focus {
  background: var(--coastal-ink);
  border-color: var(--coastal-ink);
  color: #ffffff !important;
  transform: translateY(-1px);
}

.coastal-home-v3-feature-band {
  padding: 44px 0 48px;
  margin: 20px 0 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 250, 249, 0.92));
}

.coastal-home-v3-signature-grid {
  display: grid;
  gap: 14px;
}

.coastal-home-v3-signature-card {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #0b2543;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(16, 36, 62, 0.12);
  isolation: isolate;
}

.coastal-home-v3-signature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(11, 37, 67, 0.05) 0%, rgba(11, 37, 67, 0.28) 42%, rgba(11, 37, 67, 0.84) 100%);
  pointer-events: none;
}

.coastal-home-v3-signature-card img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, filter 420ms ease;
}

.coastal-home-v3-signature-card:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.coastal-home-v3-signature-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 24px;
}

.coastal-home-v3-signature-card span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: var(--coastal-ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.coastal-home-v3-signature-card h3 {
  max-width: 680px;
  color: #ffffff;
  text-shadow: 0 2px 18px rgba(11, 37, 67, 0.38);
}

.coastal-home-v3-signature-card p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
}

.coastal-home-v3-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.coastal-home-v3-feature-grid article {
  position: relative;
  min-width: 0;
  min-height: 250px;
  padding: 26px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(16, 36, 62, 0.06);
}

.coastal-home-v3-feature-grid article:first-child {
  background: linear-gradient(135deg, #10243e, #174f67);
  border-color: #174f67;
}

.coastal-home-v3-feature-grid article:nth-child(2) {
  background: #ffffff;
  border-color: #c6e2d9;
}

.coastal-home-v3-feature-grid article::after {
  content: "";
  position: absolute;
  inset: auto 26px 0 26px;
  height: 4px;
  background: linear-gradient(90deg, var(--coastal-teal), var(--coastal-gold));
  border-radius: 999px 999px 0 0;
  opacity: 0.82;
}

.coastal-home-v3-feature-grid article:hover {
  box-shadow: 0 20px 40px rgba(16, 36, 62, 0.12);
  transform: translateY(-3px);
}

.coastal-home-v3-feature-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 0 10px;
  background: var(--coastal-sage);
  border: 1px solid #c4ddd6;
  border-radius: 999px;
  color: var(--coastal-teal-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.coastal-home-v3-feature-grid article:first-child span {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #a8eee4;
}

.coastal-home-v3-feature-grid article:first-child h3,
.coastal-home-v3-feature-grid article:first-child p {
  color: #ffffff;
}

.coastal-home-v3-feature-grid p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.65;
}

.coastal-home-v3-feature-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 14px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  color: var(--coastal-ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.coastal-home-v3-feature-grid article:first-child a {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--coastal-ink);
}

.coastal-home-v3-feature-grid a:hover,
.coastal-home-v3-feature-grid a:focus {
  background: var(--coastal-teal);
  border-color: var(--coastal-teal);
  color: #ffffff;
}

.coastal-home-v3-tour-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.coastal-home-v3-room-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 36, 62, 0.05);
}

.coastal-home-v3-room-card:hover {
  border-color: #b7d9d4;
  box-shadow: 0 18px 38px rgba(16, 36, 62, 0.1);
  transform: translateY(-3px);
}

.coastal-home-v3-room-card:nth-child(1),
.coastal-home-v3-room-card:nth-child(8) {
  grid-column: span 2;
}

.coastal-home-v3-room-media {
  position: relative;
  overflow: hidden;
  background: #e8eef0;
}

.coastal-home-v3-room-slides {
  position: relative;
  aspect-ratio: 4 / 3;
}

.coastal-home-v3-room-slide {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.coastal-home-v3-room-slide[data-active="true"] {
  display: block;
}

.coastal-home-v3-room-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transition: transform 260ms ease;
}

.coastal-home-v3-room-card:hover .coastal-home-v3-room-slide[data-active="true"] img {
  transform: scale(1.035);
}

.coastal-home-v3-room-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 36, 62, 0.16);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 36, 62, 0.18);
  color: var(--coastal-ink);
  cursor: pointer;
  transform: translateY(-50%);
}

.coastal-home-v3-room-nav.previous {
  left: 12px;
}

.coastal-home-v3-room-nav.next {
  right: 12px;
}

.coastal-home-v3-room-nav span {
  display: block;
  margin: -2px 0 0;
  color: var(--coastal-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.coastal-home-v3-room-nav:hover,
.coastal-home-v3-room-nav:focus {
  background: var(--coastal-ink);
  border-color: var(--coastal-ink);
  color: #ffffff;
}

.coastal-home-v3-room-nav:hover span,
.coastal-home-v3-room-nav:focus span {
  color: #ffffff;
}

.coastal-home-v3-room-dots {
  position: absolute;
  left: 14px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  gap: 6px;
  align-items: center;
}

.coastal-home-v3-room-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 36, 62, 0.22);
  border-radius: 999px;
  cursor: pointer;
}

.coastal-home-v3-room-dots button[aria-current="true"] {
  width: 22px;
  background: #ffffff;
}

.coastal-home-v3-room-photo-count {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  background: rgba(16, 36, 62, 0.78);
  border-radius: 999px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.coastal-home-v3-room-body {
  padding: 18px;
}

.coastal-home-v3-room-body span {
  display: block;
  margin-bottom: 8px;
  color: var(--coastal-teal-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.coastal-home-v3-room-body p {
  margin-top: 9px;
  font-size: 14px;
  line-height: 1.6;
}

.coastal-home-v3-amenities {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.coastal-home-v3-amenities span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  color: var(--coastal-ink);
  font-size: 14px;
  font-weight: 800;
  cursor: default;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.coastal-home-v3-amenities span::before {
  content: "";
  flex: 0 0 9px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--coastal-teal);
  box-shadow: 0 0 0 4px rgba(15, 159, 145, 0.1);
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.coastal-home-v3-amenities span:hover,
.coastal-home-v3-amenities span:focus-within {
  background: #f8fffd;
  border-color: #98d5cc;
  box-shadow: 0 14px 28px rgba(16, 36, 62, 0.09);
  transform: translateY(-2px);
}

.coastal-home-v3-amenities span:hover::before,
.coastal-home-v3-amenities span:focus-within::before {
  background: var(--coastal-gold);
  box-shadow: 0 0 0 5px rgba(200, 138, 47, 0.12);
  transform: scale(1.18);
}

.coastal-home-v3-location {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 28px;
  align-items: center;
}

.coastal-home-v3-location img {
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 8px;
  border: 1px solid var(--coastal-line);
}

.coastal-home-v3-reviews {
  overflow: hidden;
}

.coastal-home-v3-review-widget {
  margin: 4px 0 18px;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(16, 36, 62, 0.05);
}

body.home .ti-widget.ti-airb[data-layout-category="floating"] {
  display: none !important;
}

body.home .coastal-home-v3-review-widget .ti-widget.ti-airb[data-layout-category="floating"] {
  position: static !important;
  inset: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.home .coastal-home-v3-review-widget .ti-widget.ti-airb[data-layout-category="floating"] .ti-widget-container {
  max-width: none !important;
}

body.home .coastal-home-v3-review-widget .ti-widget.ti-airb[data-layout-category="floating"] .ti-review-item > .ti-inner {
  margin: 0 !important;
  box-shadow: none !important;
  border-color: var(--coastal-line) !important;
}

.coastal-home-v3-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.coastal-home-v3-review-grid article {
  display: grid;
  gap: 9px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.coastal-home-v3-review-grid article:hover {
  border-color: #b7d9d4;
  box-shadow: 0 14px 30px rgba(16, 36, 62, 0.08);
  transform: translateY(-2px);
}

.coastal-home-v3-review-grid span {
  color: var(--coastal-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.coastal-home-v3-review-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.coastal-home-v3-airbnb-note {
  margin-top: 18px;
  padding: 14px 16px;
  background: #f8fbfb;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  color: var(--coastal-muted);
  font-size: 14px;
  line-height: 1.55;
}

.coastal-home-v3-airbnb-note a {
  color: var(--coastal-teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.coastal-home-v3-faq {
  display: grid;
  gap: 10px;
}

.coastal-home-v3-faq details {
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
}

.coastal-home-v3-faq summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--coastal-ink);
  font-size: 16px;
  font-weight: 900;
}

.coastal-home-v3-faq details p {
  margin: 0;
  padding: 0 20px 20px;
}

.coastal-home-v3-booking-card {
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(16, 36, 62, 0.1);
}

.coastal-home-v3-booking-card h2 {
  margin-bottom: 16px;
}

.coastal-home-v3 .coastal-home-search {
  max-width: none;
  margin: 0;
}

.coastal-home-v3 .coastal-home-search-form {
  display: grid;
  gap: 12px;
}

.coastal-home-v3 .coastal-home-search-form label {
  width: auto;
  margin: 0;
  color: var(--coastal-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.coastal-home-v3 .coastal-home-search-form .coastal-home-dates {
  width: 100%;
  max-width: none;
  min-height: 58px;
  padding: 0 16px;
  background: #f8fbfb;
  border: 1px solid var(--coastal-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--coastal-ink);
  font-size: 16px;
  line-height: 58px;
}

.coastal-home-v3 .coastal-home-search-button {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  background: var(--coastal-teal);
  border: 1px solid var(--coastal-teal);
  border-radius: 8px;
  box-shadow: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}

.coastal-home-v3 .coastal-home-search-button:hover,
.coastal-home-v3 .coastal-home-search-button:focus {
  background: var(--coastal-teal-dark);
  border-color: var(--coastal-teal-dark);
  box-shadow: 0 12px 26px rgba(15, 159, 145, 0.22);
  transform: translateY(-1px);
}

.coastal-home-v3-booking-note {
  margin: 14px 0 0;
  color: var(--coastal-muted);
  font-size: 13px;
  line-height: 1.55;
}

.coastal-home-v3-booking-note a {
  color: var(--coastal-teal-dark);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.coastal-home-v3-secondary-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--coastal-teal-dark);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.coastal-home-v3-secondary-link:hover,
.coastal-home-v3-secondary-link:focus {
  text-decoration: underline;
}

.coastal-home-v3-final {
  padding: 46px 0;
  background: var(--coastal-ink);
  color: #ffffff;
}

.coastal-home-v3-final .coastal-home-v3-kicker,
.coastal-home-v3-final h2 {
  color: #ffffff;
}

.coastal-home-v3-final h2 {
  max-width: 700px;
}

.coastal-home-v3-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 22px;
  padding: 0 22px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  color: var(--coastal-ink);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.coastal-home-v3-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
}

.coastal-home-v3-final .coastal-home-v3-primary-link,
.coastal-home-v3-final .coastal-home-v3-primary-link:visited {
  margin-top: 0;
  background: var(--coastal-teal);
  border-color: var(--coastal-teal);
  color: #ffffff !important;
}

.coastal-home-v3-primary-link:hover,
.coastal-home-v3-primary-link:focus {
  background: var(--coastal-sage);
  border-color: var(--coastal-sage);
  color: var(--coastal-ink);
}

.coastal-home-v3-final .coastal-home-v3-primary-link:hover,
.coastal-home-v3-final .coastal-home-v3-primary-link:focus {
  background: #5ac7bc;
  border-color: #5ac7bc;
  color: var(--coastal-ink) !important;
  transform: translateY(-1px);
}

.coastal-home-v3-final-secondary,
.coastal-home-v3-final-secondary:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
}

.coastal-home-v3-final-secondary:hover,
.coastal-home-v3-final-secondary:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--coastal-ink) !important;
  transform: translateY(-1px);
}

/* Premium listing presentation pass */
@media (min-width: 761px) {
  body.home .site-header {
    position: sticky;
    top: 0;
    z-index: 70;
    background: rgba(255, 255, 255, 0.96) !important;
    border-bottom: 1px solid rgba(16, 36, 62, 0.08);
    box-shadow: 0 10px 30px rgba(16, 36, 62, 0.06);
    backdrop-filter: blur(18px);
  }

  body.home .ast-primary-header-bar,
  body.home .main-header-bar {
    min-height: 86px;
    background: transparent !important;
    border-bottom: 0 !important;
  }

  body.home .site-logo-img img {
    width: 58px;
    max-width: 58px;
    height: auto;
  }

  body.home .site-title a,
  body.home .main-header-menu .menu-link,
  body.home .ast-builder-menu-1 .menu-item > .menu-link {
    color: #10243e !important;
  }

  body.home .main-header-menu .current-menu-item > .menu-link,
  body.home .ast-builder-menu-1 .current-menu-item > .menu-link,
  body.home .main-header-menu .menu-link:hover,
  body.home .ast-builder-menu-1 .menu-item > .menu-link:hover {
    color: #0f9f91 !important;
  }

  body.home .ast-custom-button,
  body.home .ast-custom-button-link .ast-custom-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    background: #0f9f91 !important;
    border: 1px solid #0f9f91 !important;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 159, 145, 0.22);
    color: #ffffff !important;
    font-weight: 900;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap;
  }

  body.home .ast-header-button-1 .ast-custom-button-link,
  body.home .ast-header-button-1 .ast-custom-button-link:visited {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none !important;
  }

  body.home .ast-header-button-1 .ast-builder-button-wrap > a.menu-link {
    display: none !important;
  }

  body.home .ast-custom-button:hover,
  body.home .ast-custom-button-link .ast-custom-button:hover {
    background: #087a70 !important;
    border-color: #087a70 !important;
    transform: translateY(-1px);
  }

  .coastal-home-v3 {
    --coastal-soft: #f8fbfa;
    background:
      linear-gradient(180deg, #ffffff 0%, #f8fbfa 34%, #ffffff 100%);
  }

  .coastal-home-v3-shell {
    width: min(1220px, calc(100% - 56px));
  }

  .coastal-home-v3-floating-cta {
    right: 28px;
    bottom: 28px;
    min-width: 212px;
    padding: 14px 18px 15px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 36, 62, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 36, 62, 0.18);
    color: var(--coastal-ink);
    backdrop-filter: blur(14px);
  }

  .coastal-home-v3-floating-cta span {
    color: var(--coastal-teal-dark);
  }

  .coastal-home-v3-floating-cta strong {
    color: var(--coastal-ink);
    font-size: 18px;
  }

  .coastal-home-v3-floating-cta:hover,
  .coastal-home-v3-floating-cta:focus {
    background: var(--coastal-ink);
    border-color: var(--coastal-ink);
  }

  .coastal-home-v3-floating-cta:hover span,
  .coastal-home-v3-floating-cta:focus span,
  .coastal-home-v3-floating-cta:hover strong,
  .coastal-home-v3-floating-cta:focus strong {
    color: #ffffff;
  }

  .coastal-home-v3-hero {
    padding: 42px 0 42px;
    background:
      linear-gradient(180deg, #ffffff 0%, #ffffff 72%, #f8fbfa 100%);
    border-bottom: 0;
  }

  .coastal-home-v3-hero-head {
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 42px;
    align-items: center;
    margin-bottom: 22px;
  }

  .coastal-home-v3 h1 {
    max-width: 840px;
    font-size: clamp(48px, 4.35vw, 64px);
    line-height: 1.03;
  }

  .coastal-home-v3-lede {
    max-width: 790px;
    color: #465b71;
    font-size: 18px;
    line-height: 1.62;
  }

  .coastal-home-v3-hero-proof span {
    background: rgba(15, 159, 145, 0.08);
    border-color: rgba(15, 159, 145, 0.18);
    color: #10243e;
  }

  .coastal-home-v3-trust-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 13px;
    align-items: center;
    padding: 16px;
    background: #ffffff;
    border-color: rgba(16, 36, 62, 0.11);
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(16, 36, 62, 0.09);
  }

  .coastal-home-v3-trust-card strong {
    grid-row: span 2;
    color: var(--coastal-ink);
    font-size: 40px;
  }

  .coastal-home-v3-trust-card span {
    color: var(--coastal-ink);
  }

  .coastal-home-v3-trust-card small {
    color: var(--coastal-muted);
  }

  .coastal-home-v3-facts {
    display: flex;
    gap: 0;
    margin: 0 0 22px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(16, 36, 62, 0.1);
  }

  .coastal-home-v3-facts span {
    position: relative;
    justify-content: flex-start;
    min-height: 0;
    padding: 0 18px 0 0;
    background: transparent !important;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #203552;
    font-size: 14px;
    text-align: left;
  }

  .coastal-home-v3-facts span + span {
    padding-left: 18px;
  }

  .coastal-home-v3-facts span + span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    background: #9fb1c1;
    border-radius: 999px;
    transform: translateY(-50%);
  }

  .coastal-home-v3-facts span:hover {
    color: var(--coastal-teal-dark);
    transform: none;
  }

  .coastal-home-v3-gallery {
    position: relative;
    grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
    min-height: clamp(540px, 60vh, 700px);
    gap: 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 22px 58px rgba(16, 36, 62, 0.1);
  }

  .coastal-home-v3-gallery figure {
    border-radius: 0;
  }

  .coastal-home-v3-gallery figure.is-featured::before {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(11, 37, 67, 0), rgba(11, 37, 67, 0.58));
    pointer-events: none;
  }

  .coastal-home-v3-gallery figure.is-featured::after {
    content: "Premium coastal retreat";
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
    padding: 10px 13px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(16, 36, 62, 0.2);
    color: var(--coastal-ink);
    font-size: 13px;
    font-weight: 900;
  }

  .coastal-home-v3-gallery-action,
  .coastal-home-v3-gallery-action:visited {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 36, 62, 0.14);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 36, 62, 0.18);
    color: var(--coastal-ink);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }

  .coastal-home-v3-gallery-action:hover,
  .coastal-home-v3-gallery-action:focus {
    background: var(--coastal-ink);
    border-color: var(--coastal-ink);
    color: #ffffff;
  }

  .coastal-home-v3-anchor-row {
    top: 12px;
    width: fit-content;
    max-width: 100%;
    margin: 18px auto 0;
    box-shadow: 0 14px 34px rgba(16, 36, 62, 0.08);
  }

  .coastal-home-v3-main {
    padding: 64px 0 72px;
  }

  .coastal-home-v3-section {
    padding: 62px 0;
  }

  .coastal-home-v3-section:first-child {
    padding-top: 0;
  }

  .coastal-home-v3-intro {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 22px 46px;
    align-items: start;
  }

  .coastal-home-v3-intro .coastal-home-v3-kicker,
  .coastal-home-v3-intro h2 {
    grid-column: 1;
  }

  .coastal-home-v3-intro > p {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.68;
  }

  .coastal-home-v3-intro .coastal-home-v3-highlight-grid {
    grid-column: 1 / -1;
  }

  .coastal-home-v3-section-head {
    max-width: 920px;
    margin-bottom: 26px;
  }

  .coastal-home-v3-section h2 {
    max-width: 880px;
    font-size: clamp(34px, 3.15vw, 48px);
    line-height: 1.08;
  }

  .coastal-home-v3-intro h2 {
    max-width: 520px;
  }

  .coastal-home-v3-highlight-grid {
    gap: 14px;
  }

  .coastal-home-v3-highlight-grid article,
  .coastal-home-v3-review-grid article,
  .coastal-home-v3-faq details {
    border-color: rgba(16, 36, 62, 0.08);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(16, 36, 62, 0.04);
  }

  .coastal-home-v3-highlight-grid article {
    padding: 22px;
  }

  .coastal-home-v3-signature {
    padding-top: 44px;
  }

  .coastal-home-v3-signature .coastal-home-v3-section-head {
    max-width: 980px;
  }

  .coastal-home-v3-signature-grid {
    grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.82fr));
    gap: 16px;
  }

  .coastal-home-v3-signature-card {
    min-height: clamp(430px, 43vw, 560px);
  }

  .coastal-home-v3-signature-card.is-large h3 {
    max-width: 760px;
    font-size: clamp(34px, 3.6vw, 58px);
    line-height: 1.02;
  }

  .coastal-home-v3-signature-card:not(.is-large) h3 {
    font-size: 28px;
    line-height: 1.08;
  }

  .coastal-home-v3-signature-card > div {
    padding: 28px;
  }

  .coastal-home-v3-tour-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .coastal-home-v3-room-card {
    grid-column: span 2;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .coastal-home-v3-room-card:hover {
    border-color: transparent;
    box-shadow: none;
    transform: none;
  }

  .coastal-home-v3-room-card:nth-child(1),
  .coastal-home-v3-room-card:nth-child(8) {
    grid-column: span 3;
  }

  .coastal-home-v3-room-media {
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 36, 62, 0.11);
  }

  .coastal-home-v3-room-card:nth-child(1) .coastal-home-v3-room-slides,
  .coastal-home-v3-room-card:nth-child(8) .coastal-home-v3-room-slides {
    aspect-ratio: 16 / 10;
  }

  .coastal-home-v3-room-card:hover .coastal-home-v3-room-media {
    box-shadow: 0 22px 52px rgba(16, 36, 62, 0.16);
    transform: translateY(-2px);
  }

  .coastal-home-v3-room-body {
    padding: 14px 2px 0;
  }

  .coastal-home-v3-room-body h3 {
    font-size: 22px;
  }

  .coastal-home-v3-room-body p {
    max-width: none;
  }

  .coastal-home-v3-amenities {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .coastal-home-v3-amenities span {
    min-height: 62px;
    padding: 14px 16px;
    border-color: rgba(16, 36, 62, 0.08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(16, 36, 62, 0.04);
  }

  .coastal-home-v3-booking-nudge {
    padding: 34px;
    background:
      linear-gradient(135deg, #0b2543 0%, #123d55 100%);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 62px rgba(16, 36, 62, 0.18);
  }

  .coastal-home-v3-booking-nudge .coastal-home-v3-kicker,
  .coastal-home-v3-booking-nudge h2,
  .coastal-home-v3-booking-nudge p {
    color: #ffffff;
  }

  .coastal-home-v3-booking-nudge p {
    color: rgba(255, 255, 255, 0.78);
  }

  .coastal-home-v3-booking-actions .coastal-home-v3-primary-link,
  .coastal-home-v3-booking-actions .coastal-home-v3-primary-link:visited {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--coastal-ink) !important;
  }

  .coastal-home-v3-booking-actions .coastal-home-v3-primary-link:hover,
  .coastal-home-v3-booking-actions .coastal-home-v3-primary-link:focus {
    background: #a6eee5;
    border-color: #a6eee5;
    color: var(--coastal-ink) !important;
  }

  .coastal-home-v3-booking-nudge .coastal-home-v3-secondary-action,
  .coastal-home-v3-booking-nudge .coastal-home-v3-secondary-action:visited {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.26);
    color: #ffffff !important;
  }

  .coastal-home-v3-location {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 520px);
  }

  .coastal-home-v3-location img {
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(16, 36, 62, 0.12);
  }
}

@media (max-width: 1024px) {
  .coastal-home-v3 h1 {
    font-size: 48px;
  }

  .coastal-home-v3-hero-head,
  .coastal-home-v3-location,
  .coastal-home-v3-booking-strip,
  .coastal-home-v3-booking-nudge {
    grid-template-columns: 1fr;
  }

  .coastal-home-v3-tour-grid,
  .coastal-home-v3-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coastal-home-v3-trust-card {
    max-width: 320px;
  }

  .coastal-home-v3-booking-card {
    box-shadow: 0 12px 28px rgba(16, 36, 62, 0.08);
  }

  .coastal-home-v3-booking-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body.home {
    overflow-x: hidden;
  }

  body.home .site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    background: transparent;
  }

  body.home .ast-mobile-header-wrap .ast-primary-header-bar,
  body.home .ast-mobile-header-wrap .ast-primary-header-bar .site-primary-header-wrap {
    background: transparent !important;
    border-bottom: 0;
  }

  body.home .ast-mobile-header-wrap .site-logo-img img {
    filter: drop-shadow(0 8px 18px rgba(11, 37, 67, 0.35));
  }

  .coastal-home-v3 {
    padding-bottom: 88px;
    overflow-x: hidden;
  }

  .coastal-home-v3-shell {
    width: calc(100% - 28px);
    max-width: 1180px;
  }

  .coastal-home-v3-hero {
    padding: 0 0 24px;
    overflow: hidden;
    background: #ffffff;
    max-width: 100vw;
  }

  .coastal-home-v3-hero > .coastal-home-v3-shell {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .coastal-home-v3-hero > .coastal-home-v3-shell > * {
    min-width: 0;
    max-width: 100%;
  }

  .coastal-home-v3-hero-head {
    order: 2;
    width: auto;
    max-width: none;
    margin: 18px 14px 92px;
    gap: 14px;
    align-items: start;
  }

  .coastal-home-v3-hero-head > div {
    min-width: 0;
  }

  .coastal-home-v3 h1 {
    font-size: 42px;
    line-height: 1;
  }

  .coastal-home-v3 h2 {
    font-size: 30px;
    line-height: 1.08;
  }

  .coastal-home-v3 h3 {
    font-size: 24px;
  }

  .coastal-home-v3-lede {
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.55;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .coastal-home-v3-hero-proof {
    display: none;
  }

  .coastal-home-v3-trust-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 4px 12px;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 14px 15px;
    background: #0b2543;
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(16, 36, 62, 0.16);
  }

  .coastal-home-v3-trust-card > * {
    min-width: 0;
  }

  .coastal-home-v3-trust-card strong {
    grid-row: span 2;
    color: #ffffff;
    font-size: 34px;
  }

  .coastal-home-v3-trust-card span {
    color: #ffffff;
    font-size: 12px;
  }

  .coastal-home-v3-trust-card small {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    overflow-wrap: anywhere;
  }

  .coastal-home-v3-facts {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: auto;
    max-width: none;
    margin: 0 14px 4px;
    gap: 8px;
  }

  .coastal-home-v3-facts span {
    min-height: 50px;
    justify-content: center;
    padding: 8px 10px;
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(16, 36, 62, 0.05);
    text-align: center;
  }

  .coastal-home-v3-gallery {
    order: 1;
    position: relative;
    display: flex;
    min-width: 0;
    gap: 9px;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 14px 14px 12px;
    overflow-x: auto;
    scroll-padding: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .coastal-home-v3-gallery::-webkit-scrollbar {
    display: none;
  }

  .coastal-home-v3-gallery figure {
    flex: 0 0 86%;
    height: clamp(300px, 78vw, 420px);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 36, 62, 0.16);
    scroll-snap-align: start;
  }

  .coastal-home-v3-gallery figure.is-featured {
    flex-basis: 92%;
  }

  .coastal-home-v3-gallery figure.is-featured::before {
    content: "";
    position: absolute;
    inset: 42% 0 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(11, 37, 67, 0), rgba(11, 37, 67, 0.58));
    pointer-events: none;
  }

  .coastal-home-v3-gallery figure.is-featured::after {
    content: "Coastal Halifax retreat";
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 2;
    max-width: calc(100% - 32px);
    padding: 8px 11px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(16, 36, 62, 0.2);
    color: var(--coastal-ink);
    font-size: 12px;
    font-weight: 900;
  }

  .coastal-home-v3-gallery-action {
    display: none !important;
  }

  .coastal-home-v3-anchor-row {
    order: 4;
    width: auto;
    max-width: none;
    justify-content: flex-start;
    margin: 14px 14px 0;
    padding: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(16, 36, 62, 0.1);
    scrollbar-width: none;
  }

  .coastal-home-v3-anchor-row::-webkit-scrollbar {
    display: none;
  }

  .coastal-home-v3-anchor-row a {
    flex: 0 0 auto;
    min-height: 40px;
    border-radius: 8px;
  }

  .coastal-home-v3-highlight-grid,
  .coastal-home-v3-signature-grid,
  .coastal-home-v3-feature-grid,
  .coastal-home-v3-tour-grid,
  .coastal-home-v3-review-grid {
    grid-template-columns: 1fr;
  }

  .coastal-home-v3-signature-card {
    min-height: 360px;
  }

  .coastal-home-v3-signature-card.is-large {
    min-height: 430px;
  }

  .coastal-home-v3-signature-card > div {
    padding: 20px;
  }

  .coastal-home-v3-signature-card h3 {
    font-size: 26px;
    line-height: 1.08;
  }

  .coastal-home-v3-signature-card p {
    font-size: 14px;
    line-height: 1.5;
  }

  .coastal-home-v3-amenities {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .coastal-home-v3-amenities span {
    min-height: 58px;
    padding: 11px 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.25;
  }

  .coastal-home-v3-main {
    padding: 30px 0 42px;
  }

  .coastal-home-v3-room-card:nth-child(1),
  .coastal-home-v3-room-card:nth-child(8) {
    grid-column: auto;
  }

  .coastal-home-v3-room-card,
  .coastal-home-v3-highlight-grid article,
  .coastal-home-v3-review-grid article,
  .coastal-home-v3-faq details {
    border-radius: 8px;
  }

  .coastal-home-v3-room-card {
    box-shadow: 0 16px 36px rgba(16, 36, 62, 0.09);
  }

  .coastal-home-v3-tour-grid {
    gap: 18px;
  }

  .coastal-home-v3-room-slides {
    aspect-ratio: 1 / 1;
  }

  .coastal-home-v3-room-slide img {
    aspect-ratio: 1 / 1;
  }

  .coastal-home-v3-room-body {
    padding: 17px 16px 19px;
  }

  .coastal-home-v3-room-body span {
    margin-bottom: 7px;
    font-size: 11px;
    line-height: 1.3;
  }

  .coastal-home-v3-room-body p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.55;
  }

  .coastal-home-v3-room-nav {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.96);
  }

  .coastal-home-v3-room-nav.previous {
    left: 10px;
  }

  .coastal-home-v3-room-nav.next {
    right: 10px;
  }

  .coastal-home-v3-room-dots {
    left: 12px;
    bottom: 12px;
  }

  .coastal-home-v3-section {
    padding: 32px 0;
  }

  .coastal-home-v3-section p {
    font-size: 15px;
    line-height: 1.62;
  }

  .coastal-home-v3-section-head {
    margin-bottom: 16px;
  }

  .coastal-home-v3-highlight-grid article {
    padding: 18px;
  }

  .coastal-home-v3-booking-strip,
  .coastal-home-v3-booking-nudge {
    gap: 16px;
    padding: 21px;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(16, 36, 62, 0.09);
  }

  .coastal-home-v3-booking-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .coastal-home-v3-booking-actions .coastal-home-v3-primary-link,
  .coastal-home-v3-booking-actions .coastal-home-v3-secondary-action {
    width: 100%;
    margin-top: 0;
  }

  .coastal-home-v3-feature-grid article {
    min-height: 0;
    padding: 22px;
    border-radius: 8px;
  }

  .coastal-home-v3-review-grid {
    display: flex;
    gap: 12px;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 14px 6px;
    overflow-x: auto;
    scroll-padding: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .coastal-home-v3-review-grid::-webkit-scrollbar {
    display: none;
  }

  .coastal-home-v3-review-grid article {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }

  .coastal-home-v3-review-widget,
  body.home .ti-widget.ti-airb[data-layout-category="floating"] {
    display: none !important;
  }

  .coastal-home-v3-location {
    gap: 18px;
  }

  .coastal-home-v3-location img {
    border-radius: 8px;
  }

  .coastal-home-v3-feature-band {
    padding: 30px 0;
  }

  .coastal-home-v3-floating-cta {
    right: 14px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    left: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 0;
    max-width: none;
    min-height: 66px;
    padding: 12px 16px;
    background: #0b2543;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(11, 37, 67, 0.34);
    text-align: center;
    overflow: hidden;
  }

  .coastal-home-v3-floating-cta span {
    display: none;
  }

  .coastal-home-v3-floating-cta strong {
    flex: 0 1 auto;
    font-size: 18px;
    white-space: nowrap;
  }

  .coastal-home-v3-final {
    padding-bottom: 112px;
  }
}

@media (max-width: 544px) {
  .ast-mobile-header-wrap .site-title {
    display: none;
  }

  .ast-mobile-header-wrap .site-logo-img img {
    width: 48px;
    max-width: 48px;
  }

  .ast-mobile-header-wrap .ast-primary-header-bar,
  .ast-mobile-header-wrap .ast-primary-header-bar .site-primary-header-wrap {
    min-height: 62px;
  }

  .coastal-home-v3 h1 {
    font-size: 36px;
  }

  .coastal-home-v3-hero-head,
  .coastal-home-v3-facts,
  .coastal-home-v3-anchor-row {
    width: min(calc(100vw - 28px), 362px) !important;
    max-width: min(calc(100vw - 28px), 362px) !important;
    margin-right: 14px !important;
    margin-left: 14px !important;
  }

  .coastal-home-v3-gallery figure {
    flex-basis: 88%;
    height: clamp(292px, 84vw, 380px);
  }

  .coastal-home-v3-gallery figure.is-featured {
    flex-basis: 94%;
  }

  .coastal-home-v3-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coastal-home-v3-amenities {
    grid-template-columns: 1fr;
  }
}

/* Airbnb-familiar white listing refinement */
.coastal-home-v3 {
  --coastal-soft: #ffffff;
  --coastal-panel: #ffffff;
  --coastal-line: #e5ecee;
  --coastal-teal: #009f92;
  --coastal-teal-dark: #007c72;
  --coastal-sage: #edf8f5;
  background: #ffffff;
}

.coastal-home-v3-kicker {
  color: var(--coastal-teal-dark);
}

.coastal-home-v3-hero,
.coastal-home-v3-main {
  background: #ffffff;
}

.coastal-home-v3-section {
  border-bottom-color: rgba(16, 36, 62, 0.09);
}

.coastal-home-v3-hero-proof span,
.coastal-home-v3-facts span {
  background: #ffffff;
}

.coastal-home-v3-trust-card,
.coastal-home-v3-highlight-grid article,
.coastal-home-v3-amenities span,
.coastal-home-v3-review-grid article,
.coastal-home-v3-faq details,
.coastal-home-v3-review-widget {
  background: #ffffff;
  border-color: rgba(16, 36, 62, 0.1);
  box-shadow: none;
}

.coastal-home-v3-gallery {
  box-shadow: none;
}

.coastal-home-v3-gallery figure.is-featured::after {
  content: "Premium coastal retreat";
}

.coastal-home-v3-signature-card {
  display: grid;
  min-height: 0;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 62, 0.1);
  border-radius: 8px;
  box-shadow: none;
}

.coastal-home-v3-signature-card::before {
  display: none;
}

.coastal-home-v3-signature-card img {
  position: static;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.coastal-home-v3-signature-card > div {
  position: static;
  padding: 18px 18px 20px;
}

.coastal-home-v3-signature-card span {
  background: var(--coastal-sage);
  border-color: #cde8e2;
  color: var(--coastal-teal-dark);
}

.coastal-home-v3-signature-card h3 {
  color: var(--coastal-ink);
  text-shadow: none;
}

.coastal-home-v3-signature-card p {
  color: var(--coastal-muted);
}

.coastal-home-v3-feature-band {
  background: #ffffff;
}

.coastal-home-v3-feature-grid article,
.coastal-home-v3-feature-grid article:first-child,
.coastal-home-v3-feature-grid article:nth-child(2) {
  background: #ffffff;
  border-color: rgba(16, 36, 62, 0.1);
  box-shadow: none;
}

.coastal-home-v3-feature-grid article:first-child span,
.coastal-home-v3-feature-grid span {
  background: var(--coastal-sage);
  border-color: #cde8e2;
  color: var(--coastal-teal-dark);
}

.coastal-home-v3-feature-grid article:first-child h3,
.coastal-home-v3-feature-grid article:first-child p {
  color: var(--coastal-ink);
}

.coastal-home-v3-feature-grid article:first-child p {
  color: var(--coastal-muted);
}

.coastal-home-v3-feature-grid article::after {
  background: var(--coastal-teal);
  opacity: 1;
}

.coastal-home-v3-feature-grid a,
.coastal-home-v3-feature-grid article:first-child a {
  background: #ffffff;
  border-color: rgba(16, 36, 62, 0.14);
  color: var(--coastal-ink);
}

.coastal-home-v3-feature-grid a:hover,
.coastal-home-v3-feature-grid a:focus {
  background: var(--coastal-teal);
  border-color: var(--coastal-teal);
  color: #ffffff;
}

.coastal-home-v3-booking-nudge {
  background: #ffffff;
  border: 1px solid rgba(16, 36, 62, 0.1);
  box-shadow: inset 4px 0 0 var(--coastal-teal);
}

.coastal-home-v3-booking-nudge .coastal-home-v3-kicker {
  color: var(--coastal-teal-dark);
}

.coastal-home-v3-booking-nudge h2 {
  color: var(--coastal-ink);
}

.coastal-home-v3-booking-nudge p {
  color: var(--coastal-muted);
}

.coastal-home-v3-booking-actions .coastal-home-v3-primary-link,
.coastal-home-v3-booking-actions .coastal-home-v3-primary-link:visited,
.coastal-home-v3-final .coastal-home-v3-primary-link,
.coastal-home-v3-final .coastal-home-v3-primary-link:visited {
  background: var(--coastal-teal);
  border-color: var(--coastal-teal);
  color: #ffffff !important;
}

.coastal-home-v3-booking-actions .coastal-home-v3-primary-link:hover,
.coastal-home-v3-booking-actions .coastal-home-v3-primary-link:focus,
.coastal-home-v3-final .coastal-home-v3-primary-link:hover,
.coastal-home-v3-final .coastal-home-v3-primary-link:focus {
  background: var(--coastal-teal-dark);
  border-color: var(--coastal-teal-dark);
  color: #ffffff !important;
}

.coastal-home-v3-final {
  background: #ffffff;
  border-top: 1px solid rgba(16, 36, 62, 0.09);
  color: var(--coastal-ink);
}

.coastal-home-v3-final .coastal-home-v3-kicker {
  color: var(--coastal-teal-dark);
}

.coastal-home-v3-final h2 {
  color: var(--coastal-ink);
}

.coastal-home-v3-final-secondary,
.coastal-home-v3-final-secondary:visited {
  background: #ffffff;
  border-color: rgba(16, 36, 62, 0.16);
  color: var(--coastal-ink) !important;
}

.coastal-home-v3-final-secondary:hover,
.coastal-home-v3-final-secondary:focus {
  background: var(--coastal-ink);
  border-color: var(--coastal-ink);
  color: #ffffff !important;
}

@media (min-width: 761px) {
  .coastal-home-v3-floating-cta {
    display: none !important;
  }

  body.home .ast-header-button-1,
  body.home .ast-header-button-1 a,
  body.home .ast-header-button-1 a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
  }

  body.home .ast-custom-button,
  body.home .ast-custom-button-link .ast-custom-button {
    min-height: 46px;
    border-radius: 999px;
    box-shadow: none;
  }

  .coastal-home-v3 {
    background: #ffffff;
  }

  .coastal-home-v3-hero {
    padding-top: 38px;
    background: #ffffff;
  }

  .coastal-home-v3 h1 {
    max-width: 800px;
    font-size: clamp(48px, 4vw, 60px);
    line-height: 1.04;
  }

  .coastal-home-v3-lede {
    max-width: 760px;
    font-size: 18px;
  }

  .coastal-home-v3-trust-card {
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(16, 36, 62, 0.06);
  }

  .coastal-home-v3-gallery {
    min-height: clamp(500px, 56vh, 640px);
    border: 1px solid rgba(16, 36, 62, 0.08);
    border-radius: 12px;
  }

  .coastal-home-v3-gallery-action,
  .coastal-home-v3-gallery-action:visited {
    border-radius: 999px;
    box-shadow: 0 10px 26px rgba(16, 36, 62, 0.14);
  }

  .coastal-home-v3-anchor-row {
    top: 0;
    width: 100%;
    margin-top: 18px;
    padding: 0;
    background: #ffffff;
    border: 0;
    border-top: 1px solid rgba(16, 36, 62, 0.09);
    border-bottom: 1px solid rgba(16, 36, 62, 0.09);
    border-radius: 0;
    box-shadow: none;
  }

  .coastal-home-v3-anchor-row a {
    min-height: 56px;
    padding: 0 18px;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--coastal-ink);
  }

  .coastal-home-v3-anchor-row a:hover,
  .coastal-home-v3-anchor-row a:focus {
    background: transparent;
    color: var(--coastal-teal-dark);
    box-shadow: inset 0 -3px 0 var(--coastal-teal);
    transform: none;
  }

  .coastal-home-v3-anchor-row a:last-child {
    background: transparent;
    border-color: transparent;
    color: var(--coastal-teal-dark);
    box-shadow: inset 0 -3px 0 var(--coastal-teal);
  }

  .coastal-home-v3-section h2 {
    font-size: clamp(32px, 2.85vw, 44px);
  }

  .coastal-home-v3-highlight-grid article,
  .coastal-home-v3-review-grid article,
  .coastal-home-v3-faq details,
  .coastal-home-v3-amenities span {
    border-radius: 12px;
  }

  .coastal-home-v3-signature-card {
    border-radius: 12px;
  }

  .coastal-home-v3-signature-card.is-large h3,
  .coastal-home-v3-signature-card:not(.is-large) h3 {
    font-size: 24px;
    line-height: 1.16;
  }

  .coastal-home-v3-signature-card.is-large img {
    aspect-ratio: 16 / 10;
  }

  .coastal-home-v3-signature-card:not(.is-large) img {
    aspect-ratio: 4 / 3;
  }

  .coastal-home-v3-room-media {
    box-shadow: none;
  }

  .coastal-home-v3-room-card:hover .coastal-home-v3-room-media {
    box-shadow: 0 14px 34px rgba(16, 36, 62, 0.1);
  }

  .coastal-home-v3-booking-nudge {
    border-radius: 12px;
    box-shadow: inset 4px 0 0 var(--coastal-teal), 0 16px 40px rgba(16, 36, 62, 0.06);
  }
}

@media (max-width: 760px) {
  .coastal-home-v3-gallery figure.is-featured::after {
    content: "Coastal Halifax retreat";
  }

  .coastal-home-v3-hero-head {
    margin-bottom: 24px;
  }

  .coastal-home-v3-trust-card {
    background: #ffffff;
    border-color: rgba(16, 36, 62, 0.1);
    box-shadow: 0 12px 28px rgba(16, 36, 62, 0.08);
  }

  .coastal-home-v3-trust-card strong,
  .coastal-home-v3-trust-card span {
    color: var(--coastal-ink);
  }

  .coastal-home-v3-trust-card small {
    color: var(--coastal-muted);
  }

  .coastal-home-v3-floating-cta {
    background: var(--coastal-teal);
    border-color: var(--coastal-teal);
    border-radius: 999px;
    box-shadow: 0 14px 36px rgba(0, 159, 146, 0.28);
  }

  .coastal-home-v3-floating-cta strong {
    color: #ffffff;
  }
}

/* Decisive Airbnb-style listing pass */
.coastal-home-v3-hero-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
}

.coastal-home-v3-hero-actions a,
.coastal-home-v3-hero-actions a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 62, 0.13);
  border-radius: 999px;
  color: var(--coastal-ink);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.coastal-home-v3-hero-actions a:hover,
.coastal-home-v3-hero-actions a:focus {
  background: var(--coastal-sage);
  border-color: #c7e7e1;
  color: var(--coastal-teal-dark);
  transform: translateY(-1px);
}

.coastal-home-v3-listing-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 370px);
  gap: 64px;
  align-items: start;
  margin-top: 30px;
}

.coastal-home-v3-listing-main {
  min-width: 0;
}

.coastal-home-v3-listing-main h2,
.coastal-home-v3-direct-card h2 {
  color: var(--coastal-ink);
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.coastal-home-v3-listing-main h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.18;
}

.coastal-home-v3-listing-main .coastal-home-v3-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 8px 0 22px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(16, 36, 62, 0.1);
}

.coastal-home-v3-listing-main .coastal-home-v3-facts span {
  position: relative;
  min-height: 0;
  padding: 0 15px 0 0;
  background: transparent !important;
  border: 0;
  border-radius: 0;
  color: var(--coastal-ink);
  font-size: 16px;
  font-weight: 650;
}

.coastal-home-v3-listing-main .coastal-home-v3-facts span + span {
  padding-left: 15px;
}

.coastal-home-v3-listing-main .coastal-home-v3-facts span + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  background: #a8b5c3;
  border-radius: 999px;
  transform: translateY(-50%);
}

.coastal-home-v3-listing-main .coastal-home-v3-lede {
  max-width: 720px;
  margin: 0;
  color: #445a70;
  font-size: 17px;
  line-height: 1.62;
}

.coastal-home-v3-guest-favourite-card {
  display: grid;
  grid-template-columns: minmax(130px, 0.72fr) minmax(0, 1fr) auto auto;
  gap: 20px;
  align-items: center;
  max-width: 760px;
  min-height: 86px;
  margin-top: 26px;
  padding: 18px 22px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 62, 0.14);
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(16, 36, 62, 0.05);
}

.coastal-home-v3-guest-favourite-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--coastal-ink);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.05;
  text-align: center;
}

.coastal-home-v3-guest-favourite-mark::before,
.coastal-home-v3-guest-favourite-mark::after {
  content: "";
  display: block;
  flex: 0 0 34px;
  width: 34px;
  height: 52px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='52' viewBox='0 0 34 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23d3a13f' fill-rule='evenodd'%3E%3Cellipse cx='23' cy='43' rx='3.7' ry='8' transform='rotate(38 23 43)'/%3E%3Cellipse cx='20' cy='34' rx='3.5' ry='7.5' transform='rotate(28 20 34)'/%3E%3Cellipse cx='18' cy='25' rx='3.3' ry='7' transform='rotate(16 18 25)'/%3E%3Cellipse cx='18' cy='16' rx='3.1' ry='6.5' transform='rotate(2 18 16)'/%3E%3Cellipse cx='21' cy='8' rx='3' ry='6.2' transform='rotate(-22 21 8)'/%3E%3Cpath d='M8 49c7-8 10-17 10-28 0-6 1-11 4-16' fill='none' stroke='%23b98424' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  filter: drop-shadow(0 7px 10px rgba(211, 161, 63, 0.16));
}

.coastal-home-v3-guest-favourite-mark::before {
  transform: scaleX(-1);
}

.coastal-home-v3-guest-favourite-mark::after {
  transform: none;
}

.coastal-home-v3-guest-favourite-mark span {
  max-width: 96px;
}

.coastal-home-v3-guest-favourite-card span {
  color: var(--coastal-ink);
  font-size: 17px;
  font-weight: 750;
  line-height: 1.25;
}

.coastal-home-v3-guest-favourite-card b {
  color: var(--coastal-ink);
  font-size: 28px;
  font-weight: 850;
  line-height: 1;
}

.coastal-home-v3-guest-favourite-card em {
  color: var(--coastal-muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.2;
}

.coastal-home-v3-direct-card {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 62, 0.14);
  border-radius: 14px;
  box-shadow: 0 18px 46px rgba(16, 36, 62, 0.12);
}

.coastal-home-v3-direct-card h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.15;
}

.coastal-home-v3-direct-card p {
  margin: 0;
  color: var(--coastal-muted);
  font-size: 15px;
  line-height: 1.55;
}

.coastal-home-v3-direct-card .coastal-home-v3-primary-link,
.coastal-home-v3-direct-card .coastal-home-v3-primary-link:visited {
  width: 100%;
  min-height: 56px;
  margin-top: 4px;
  background: var(--coastal-teal);
  border-color: var(--coastal-teal);
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 16px;
}

.coastal-home-v3-direct-card .coastal-home-v3-primary-link:hover,
.coastal-home-v3-direct-card .coastal-home-v3-primary-link:focus {
  background: var(--coastal-teal-dark);
  border-color: var(--coastal-teal-dark);
  color: #ffffff !important;
}

.coastal-home-v3-direct-card .coastal-home-v3-secondary-link {
  justify-content: center;
  margin-top: 0;
  color: var(--coastal-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 761px) {
  body.home .site-header {
    box-shadow: 0 6px 18px rgba(16, 36, 62, 0.04);
  }

  body.home .ast-primary-header-bar,
  body.home .main-header-bar,
  body.home .site-header .ast-builder-grid-row {
    min-height: 74px !important;
  }

  body.home .site-logo-img img {
    width: 46px;
    max-width: 46px;
  }

  body.home .site-title a {
    font-size: 25px !important;
    letter-spacing: 0 !important;
    line-height: 1.05 !important;
  }

  body.home .main-header-menu .menu-link,
  body.home .ast-builder-menu-1 .menu-item > .menu-link {
    font-size: 15px !important;
    font-weight: 750 !important;
  }

  body.home .ast-custom-button,
  body.home .ast-custom-button-link .ast-custom-button {
    min-height: 46px !important;
    padding: 0 27px !important;
    border-radius: 999px !important;
    font-size: 15px !important;
  }

  .coastal-home-v3-shell {
    width: min(1120px, calc(100% - 64px));
  }

  .coastal-home-v3-hero {
    padding: 34px 0 0;
  }

  .coastal-home-v3-hero-head {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 28px;
    align-items: start;
    margin-bottom: 24px;
  }

  .coastal-home-v3 h1 {
    max-width: 900px;
    font-size: clamp(34px, 2.7vw, 38px);
    line-height: 1.14;
  }

  .coastal-home-v3-kicker {
    margin-bottom: 12px;
    font-size: 12px;
  }

  .coastal-home-v3-gallery {
    grid-template-rows: 230px 230px;
    min-height: 470px;
    border: 0;
    border-radius: 12px;
  }

  .coastal-home-v3-gallery figure {
    border-radius: 0;
  }

  .coastal-home-v3-gallery figure.is-featured {
    border-radius: 12px 0 0 12px;
  }

  .coastal-home-v3-gallery figure:nth-child(3) {
    border-radius: 0 12px 0 0;
  }

  .coastal-home-v3-gallery figure:nth-child(5) {
    border-radius: 0 0 12px 0;
  }

  .coastal-home-v3-anchor-row {
    margin-top: 26px;
  }

  .coastal-home-v3-main {
    padding-top: 54px;
  }
}

@media (max-width: 1024px) {
  .coastal-home-v3-listing-summary {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coastal-home-v3-direct-card {
    position: static;
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .coastal-home-v3-hero > .coastal-home-v3-shell {
    display: flex;
  }

  .coastal-home-v3-hero-head {
    order: 2;
    margin-bottom: 14px;
  }

  .coastal-home-v3-hero-actions {
    display: none;
  }

  .coastal-home-v3 h1 {
    font-size: 33px;
    line-height: 1.08;
  }

  .coastal-home-v3-gallery {
    order: 1;
  }

  .coastal-home-v3-listing-summary {
    order: 3;
    display: grid;
    gap: 18px;
    width: min(calc(100vw - 28px), 362px);
    max-width: min(calc(100vw - 28px), 362px);
    margin: 0 14px 4px;
  }

  .coastal-home-v3-listing-main h2 {
    font-size: 23px;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-facts {
    display: flex;
    margin: 7px 0 16px;
    padding-bottom: 16px;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-facts span {
    width: auto;
    min-height: 0;
    padding-right: 12px;
    box-shadow: none;
    font-size: 15px;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-facts span + span {
    padding-left: 12px;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-lede {
    font-size: 15px;
  }

  .coastal-home-v3-guest-favourite-card {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
    margin-top: 18px;
    padding: 16px;
  }

  .coastal-home-v3-guest-favourite-card strong {
    font-size: 20px;
  }

  .coastal-home-v3-guest-favourite-card span {
    grid-column: 1 / -1;
    font-size: 14px;
  }

  .coastal-home-v3-guest-favourite-card b {
    grid-row: 1;
    grid-column: 2;
    font-size: 24px;
  }

  .coastal-home-v3-guest-favourite-card em {
    grid-column: 2;
    font-size: 12px;
    text-align: right;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-hero-proof {
    display: flex;
    margin-top: 14px;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-hero-proof span {
    min-height: 32px;
    font-size: 11px;
  }

  .coastal-home-v3-direct-card {
    display: none;
  }

  .coastal-home-v3-anchor-row {
    order: 4;
  }
}

/* Compact listing content pass */
.coastal-home-v3-about-grid,
.coastal-home-v3-good-grid,
.coastal-home-v3-location-points {
  display: grid;
  gap: 12px;
}

.coastal-home-v3-about-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coastal-home-v3-about-grid article,
.coastal-home-v3-good-card,
.coastal-home-v3-more-amenities,
.coastal-home-v3-faq-compact details {
  background: #ffffff;
  border: 1px solid rgba(16, 36, 62, 0.1);
  border-radius: 12px;
}

.coastal-home-v3-about-grid article,
.coastal-home-v3-good-card {
  padding: 18px;
}

.coastal-home-v3-about-grid strong,
.coastal-home-v3-good-card h3 {
  display: block;
  color: var(--coastal-ink);
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
}

.coastal-home-v3-about-grid span,
.coastal-home-v3-good-card p {
  display: block;
  margin-top: 8px;
  color: var(--coastal-muted);
  font-size: 14px;
  line-height: 1.55;
}

.coastal-home-v3-good-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 10px;
  padding: 0 10px;
  background: var(--coastal-sage);
  border: 1px solid #cde8e2;
  border-radius: 999px;
  color: var(--coastal-teal-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.coastal-home-v3-good-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-top: 14px;
  color: var(--coastal-teal-dark);
  font-size: 13px;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.coastal-home-v3-location-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.coastal-home-v3-location-points span {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 12px;
  background: var(--coastal-sage);
  border: 1px solid #cde8e2;
  border-radius: 999px;
  color: var(--coastal-ink);
  font-size: 13px;
  font-weight: 850;
}

.coastal-home-v3-more-amenities {
  margin-top: 12px;
  padding: 0;
}

.coastal-home-v3-more-amenities summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--coastal-ink);
  font-size: 15px;
  font-weight: 850;
}

.coastal-home-v3-more-amenities .coastal-home-v3-amenities {
  padding: 0 18px 18px;
}

.coastal-home-v3-faq-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.coastal-home-v3-faq-compact details {
  min-width: 0;
}

@media (min-width: 761px) {
  .coastal-home-v3-main {
    padding: 34px 0 48px;
  }

  .coastal-home-v3-section {
    padding: 38px 0;
  }

  .coastal-home-v3-section h2 {
    max-width: 780px;
    font-size: clamp(28px, 2.2vw, 34px);
    line-height: 1.14;
  }

  .coastal-home-v3-section p {
    max-width: 780px;
    font-size: 15px;
    line-height: 1.62;
  }

  .coastal-home-v3-tour-grid {
    gap: 22px 16px;
  }

  .coastal-home-v3-room-body p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .coastal-home-v3-amenities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .coastal-home-v3-amenities span {
    min-height: 54px;
  }

  .coastal-home-v3-good-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .coastal-home-v3-about-grid,
  .coastal-home-v3-location-points,
  .coastal-home-v3-faq-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .coastal-home-v3-main {
    padding-top: 22px;
  }

  .coastal-home-v3-section {
    padding: 28px 0;
  }

  .coastal-home-v3-section h2 {
    font-size: 26px;
  }

  .coastal-home-v3-about-grid,
  .coastal-home-v3-good-grid {
    grid-template-columns: 1fr;
  }

  .coastal-home-v3-location-points {
    grid-template-columns: 1fr;
  }
}

/* Integrated premium moments pass */
.coastal-home-v3-gallery figure,
.coastal-home-v3-room-media,
.coastal-home-v3-about-grid article,
.coastal-home-v3-good-card,
.coastal-home-v3-amenities span {
  position: relative;
  overflow: hidden;
}

.coastal-home-v3-gallery figure img,
.coastal-home-v3-room-slide img {
  transition: transform 520ms ease, filter 520ms ease;
}

.coastal-home-v3-gallery figure:hover img,
.coastal-home-v3-gallery figure:focus-within img,
.coastal-home-v3-room-card:hover .coastal-home-v3-room-slide[data-active="true"] img,
.coastal-home-v3-room-card:focus-within .coastal-home-v3-room-slide[data-active="true"] img {
  filter: saturate(1.07) contrast(1.04);
  transform: scale(1.035);
}

.coastal-home-v3-guest-favourite-card {
  background:
    linear-gradient(135deg, rgba(255, 251, 241, 0.98), rgba(255, 255, 255, 0.98) 48%, rgba(244, 253, 251, 0.98)),
    #ffffff;
  border-color: rgba(199, 137, 38, 0.28);
  box-shadow: 0 16px 38px rgba(16, 36, 62, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.coastal-home-v3-guest-favourite-card strong {
  color: #0e223a;
  text-wrap: balance;
}

.coastal-home-v3-guest-favourite-mark::before,
.coastal-home-v3-guest-favourite-mark::after {
  flex-basis: 38px;
  width: 38px;
  height: 58px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='58' viewBox='0 0 38 58' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop stop-color='%23ffdf76'/%3E%3Cstop offset='.52' stop-color='%23e3a531'/%3E%3Cstop offset='1' stop-color='%23b87618'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='url(%23g)' stroke='%239a640f' stroke-width='.7' stroke-linejoin='round'%3E%3Cellipse cx='25.2' cy='48.2' rx='4.5' ry='8.9' transform='rotate(39 25.2 48.2)'/%3E%3Cellipse cx='21.6' cy='38.4' rx='4.2' ry='8.5' transform='rotate(29 21.6 38.4)'/%3E%3Cellipse cx='19.4' cy='28.6' rx='4' ry='8' transform='rotate(16 19.4 28.6)'/%3E%3Cellipse cx='19.4' cy='18.9' rx='3.8' ry='7.6' transform='rotate(2 19.4 18.9)'/%3E%3Cellipse cx='22.5' cy='9.7' rx='3.6' ry='7.2' transform='rotate(-22 22.5 9.7)'/%3E%3Cpath d='M8.5 54c7.8-9.4 11.3-19.7 11.3-31.8 0-7.1 1.4-12.8 4.9-18' fill='none' stroke='%23a66b13' stroke-width='2.3' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
  filter: drop-shadow(0 6px 7px rgba(194, 126, 26, 0.28));
}

.coastal-home-v3-guest-favourite-card b::after {
  content: "★★★★★";
  display: block;
  margin-top: 5px;
  color: #c98d26;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
}

.coastal-home-v3-about-grid {
  counter-reset: coastal-moment;
}

.coastal-home-v3-about-grid article {
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.coastal-home-v3-about-grid article::before {
  counter-increment: coastal-moment;
  content: "0" counter(coastal-moment);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  background: #e6f6f3;
  border: 1px solid rgba(15, 159, 145, 0.2);
  border-radius: 999px;
  color: var(--coastal-teal-dark);
  font-size: 12px;
  font-weight: 950;
}

.coastal-home-v3-about-grid article:hover,
.coastal-home-v3-about-grid article:focus-within,
.coastal-home-v3-good-card:hover,
.coastal-home-v3-good-card:focus-within {
  border-color: rgba(15, 159, 145, 0.28);
  box-shadow: 0 18px 38px rgba(16, 36, 62, 0.09);
  transform: translateY(-2px);
}

.coastal-home-v3-room-media::after {
  content: "Tap through photos";
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 4;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 36, 62, 0.12);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 36, 62, 0.12);
  color: var(--coastal-ink);
  font-size: 11px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.coastal-home-v3-room-card:hover .coastal-home-v3-room-media::after,
.coastal-home-v3-room-card:focus-within .coastal-home-v3-room-media::after {
  opacity: 1;
  transform: translateY(0);
}

.coastal-home-v3-amenities span::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 0;
  left: 12px;
  height: 3px;
  background: linear-gradient(90deg, var(--coastal-teal), #d6a13d);
  border-radius: 999px 999px 0 0;
  opacity: 0;
  transition: opacity 180ms ease;
}

.coastal-home-v3-amenities span:hover::after,
.coastal-home-v3-amenities span:focus-within::after {
  opacity: 1;
}

@media (min-width: 761px) {
  .coastal-home-v3-gallery figure.is-featured::after {
    content: "Guest Favourite · 4.97";
    padding-left: 15px;
    border: 1px solid rgba(199, 137, 38, 0.26);
    box-shadow: 0 16px 34px rgba(16, 36, 62, 0.2), inset 0 -3px 0 rgba(216, 161, 53, 0.28);
  }

  .coastal-home-v3-direct-card {
    box-shadow: 0 24px 56px rgba(16, 36, 62, 0.14), inset 0 -4px 0 rgba(15, 159, 145, 0.16);
  }
}

@media (max-width: 760px) {
  .coastal-home-v3-gallery {
    padding-top: 12px;
  }

  .coastal-home-v3-gallery figure {
    height: clamp(340px, 88vw, 470px);
  }

  .coastal-home-v3-gallery figure.is-featured::after {
    content: "Guest Favourite · 4.97";
    border: 1px solid rgba(199, 137, 38, 0.24);
    box-shadow: 0 14px 30px rgba(16, 36, 62, 0.22), inset 0 -3px 0 rgba(216, 161, 53, 0.3);
  }

  .coastal-home-v3 h1 {
    font-size: 35px;
    line-height: 1.05;
  }

  .coastal-home-v3-listing-summary {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    margin-right: 12px;
    margin-left: 12px;
  }

  .coastal-home-v3-guest-favourite-card {
    gap: 10px 12px;
    padding: 15px 14px;
    border-radius: 14px;
  }

  .coastal-home-v3-guest-favourite-mark::before,
  .coastal-home-v3-guest-favourite-mark::after {
    flex-basis: 30px;
    width: 30px;
    height: 46px;
  }

  .coastal-home-v3-guest-favourite-mark span {
    max-width: 86px;
  }

  .coastal-home-v3-guest-favourite-card b::after {
    font-size: 8px;
    letter-spacing: .5px;
  }

  .coastal-home-v3-room-media::after {
    opacity: 1;
    transform: none;
  }

  .coastal-home-v3-floating-cta {
    min-height: 64px;
    background: linear-gradient(135deg, #0f9f91, #087a70);
    border-color: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(15, 159, 145, 0.34);
  }

  .coastal-home-v3-floating-cta span {
    display: block;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .coastal-home-v3-listing-main,
  .coastal-home-v3-listing-main > * {
    min-width: 0;
    max-width: 100%;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-lede {
    overflow-wrap: break-word;
    padding-right: 6px;
  }

  .coastal-home-v3-guest-favourite-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .coastal-home-v3-guest-favourite-card > * {
    min-width: 0;
  }

  .coastal-home-v3-guest-favourite-card strong {
    flex: 1 1 calc(100% - 72px);
    justify-content: flex-start;
    gap: 5px;
    max-width: calc(100% - 72px);
    font-size: 18px;
  }

  .coastal-home-v3-guest-favourite-mark::before,
  .coastal-home-v3-guest-favourite-mark::after {
    flex-basis: 24px;
    width: 24px;
    height: 38px;
  }

  .coastal-home-v3-guest-favourite-mark span {
    max-width: 76px;
  }

  .coastal-home-v3-guest-favourite-card > span {
    flex: 1 0 100%;
    display: block;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
    white-space: normal;
  }

  .coastal-home-v3-guest-favourite-card > span::after {
    content: "Top 10% Airbnb home";
    display: block;
    color: var(--coastal-ink);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
  }

  .coastal-home-v3-guest-favourite-card b {
    flex: 0 0 60px;
    font-size: 23px;
    text-align: right;
  }

  .coastal-home-v3-guest-favourite-card em {
    flex: 1 0 100%;
    text-align: left;
  }

  .coastal-home-v3-listing-main .coastal-home-v3-hero-proof {
    display: none !important;
  }
}
