/*  Change Blockquote font size | 18951355-hc  */
div blockquote p {
	font-size: 18px !important;
}

  :root {
    --sand: #F5EFE4; --driftwood: #C4A882; --ocean: #2B5F75;
    --deep: #1A3A47; --foam: #EAF4F7; --text: #2C2C2C;
    --muted: #7A7060; --white: #FDFBF8;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; background: var(--white); color: var(--text); overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 18px 48px; display: flex; align-items: center; justify-content: space-between; background: rgba(26,58,71,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(196,168,130,0.15); }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 300; color: var(--sand); letter-spacing: 0.12em; text-decoration: none; }
  .nav-logo span { color: var(--driftwood); }
  .nav-links { display: flex; gap: 28px; list-style: none; align-items: center; }
  .nav-links a { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(245,239,228,0.6); text-decoration: none; transition: color 0.2s; }
  .nav-links a:hover { color: var(--driftwood); }
  .nav-book { background: var(--driftwood); color: var(--deep) !important; padding: 10px 22px; border-radius: 3px; font-weight: 500 !important; }

  /* HERO */
  .hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; padding-top: 56px; }
  .hero-left { position: relative; overflow: hidden; }
  .hero-left img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .hero-left-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(26,58,71,0.28) 0%, transparent 55%); }
  .hero-thumbs { position: absolute; bottom: 16px; right: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; width: 210px; }
  .hero-thumbs img { width: 100%; height: 76px; object-fit: cover; border-radius: 4px; opacity: 0.85; transition: opacity 0.2s; cursor: pointer; }
  .hero-thumbs img:hover { opacity: 1; }
  .hero-right { background: var(--deep); display: flex; flex-direction: column; justify-content: center; padding: 52px 52px; position: relative; overflow: hidden; }
  .hero-right::before { content: ''; position: absolute; top: -100px; right: -100px; width: 380px; height: 380px; border-radius: 50%; border: 1px solid rgba(196,168,130,0.1); pointer-events: none; }

  .tagline { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 300; font-size: 0.88rem; letter-spacing: 0.22em; color: var(--driftwood); text-transform: uppercase; margin-bottom: 12px; opacity: 0; animation: fadeUp 0.7s ease 0.1s forwards; }
  .hero-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(2.2rem, 3.5vw, 3.4rem); line-height: 1.1; color: var(--sand); margin-bottom: 20px; opacity: 0; animation: fadeUp 0.7s ease 0.25s forwards; }
  .hero-title em { font-style: italic; color: var(--driftwood); }
  .pill-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; opacity: 0; animation: fadeUp 0.7s ease 0.4s forwards; }
  .pill { display: flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.07); border: 1px solid rgba(196,168,130,0.2); border-radius: 100px; padding: 7px 14px; font-size: 0.78rem; color: rgba(245,239,228,0.8); }
  .pill svg { color: var(--driftwood); flex-shrink: 0; }
  .rating-row { display: flex; align-items: center; gap: 11px; margin-bottom: 30px; opacity: 0; animation: fadeUp 0.7s ease 0.5s forwards; }
  .rating-num { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; color: var(--sand); }
  .stars { color: var(--driftwood); letter-spacing: 2px; font-size: 0.85rem; }
  .rating-text { font-size: 0.78rem; color: rgba(245,239,228,0.5); }
  .cta-stack { display: flex; flex-direction: column; gap: 10px; opacity: 0; animation: fadeUp 0.7s ease 0.65s forwards; }
  .btn-primary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--driftwood); color: var(--deep); padding: 15px 28px; border-radius: 4px; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: all 0.22s ease; }
  .btn-primary:hover { background: #D4B892; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(0,0,0,0.22); }
  .btn-ghost { display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: transparent; color: rgba(245,239,228,0.7); padding: 13px 28px; border-radius: 4px; font-size: 0.8rem; letter-spacing: 0.06em; text-decoration: none; border: 1px solid rgba(245,239,228,0.2); cursor: pointer; transition: all 0.22s ease; }
  .btn-ghost:hover { border-color: rgba(245,239,228,0.5); color: var(--sand); }
  .save-note { font-size: 0.72rem; color: rgba(245,239,228,0.32); text-align: center; }

  /* FEATURES BAR */
  .features-bar { background: var(--ocean); padding: 20px 48px; display: flex; justify-content: center; gap: 44px; flex-wrap: wrap; }
  .feature { display: flex; align-items: center; gap: 9px; color: rgba(245,239,228,0.85); font-size: 0.79rem; letter-spacing: 0.02em; }
  .feature svg { color: var(--driftwood); flex-shrink: 0; }

  /* MAIN GRID */
  .main-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 390px; gap: 64px; padding: 68px 48px; }

  .section-label { font-family: 'Cormorant Garamond', serif; font-style: italic; color: var(--driftwood); font-size: 0.82rem; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-weight: 300; font-size: clamp(1.7rem, 2.5vw, 2.3rem); line-height: 1.2; color: var(--deep); margin-bottom: 16px; }
  .desc-text { font-size: 0.9rem; line-height: 1.8; color: var(--muted); margin-bottom: 14px; }
  .detail-sub { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ocean); font-weight: 500; margin: 26px 0 11px; }

  .sleeps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 8px; }
  .sleep-card { background: var(--foam); border-radius: 6px; padding: 14px 16px; }
  .sleep-card h4 { font-size: 0.82rem; font-weight: 500; color: var(--deep); margin-bottom: 3px; }
  .sleep-card p { font-size: 0.74rem; color: var(--muted); }

  .amenity-chips { display: flex; flex-wrap: wrap; gap: 7px; }
  .chip { display: flex; align-items: center; gap: 6px; background: var(--foam); border-radius: 4px; padding: 8px 12px; font-size: 0.78rem; color: var(--text); }
  .chip svg { color: var(--ocean); flex-shrink: 0; }

  .loc-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
  .loc-fact { padding: 16px 12px; border: 1px solid rgba(196,168,130,0.25); border-radius: 6px; text-align: center; }
  .loc-fact strong { display: block; font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 300; color: var(--ocean); line-height: 1; margin-bottom: 4px; }
  .loc-fact span { font-size: 0.7rem; color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase; }

  /* BOOKING CARD */
  .booking-card { background: var(--deep); border-radius: 10px; padding: 34px; position: sticky; top: 80px; }
  .booking-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 300; color: var(--sand); margin-bottom: 3px; }
  .booking-subtitle { font-size: 0.74rem; color: var(--driftwood); margin-bottom: 22px; letter-spacing: 0.06em; }
  .form-row { margin-bottom: 13px; }
  .form-row label { display: block; font-size: 0.67rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(245,239,228,0.42); margin-bottom: 6px; }
  .form-row input, .form-row select { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(196,168,130,0.2); border-radius: 4px; padding: 10px 12px; color: var(--sand); font-family: 'DM Sans', sans-serif; font-size: 0.84rem; outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
  .form-row input:focus, .form-row select:focus { border-color: var(--driftwood); }
  .form-row select option { background: var(--deep); color: var(--sand); }
  .dates-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .form-divider { height: 1px; background: rgba(196,168,130,0.12); margin: 16px 0; }
  .price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 14px; }
  .price-note { font-size: 0.73rem; color: rgba(245,239,228,0.38); line-height: 1.6; }
  .price-note a { color: var(--driftwood); text-decoration: none; }
  .price-from span { display: block; font-size: 0.65rem; color: var(--driftwood); letter-spacing: 0.1em; text-transform: uppercase; text-align: right; }
  .price-from strong { font-family: 'Cormorant Garamond', serif; font-size: 1.85rem; font-weight: 300; color: var(--sand); }
  .price-from small { font-size: 0.7rem; color: rgba(245,239,228,0.38); }
  .book-btn { width: 100%; background: var(--driftwood); color: var(--deep); border: none; border-radius: 4px; padding: 14px; font-family: 'DM Sans', sans-serif; font-weight: 500; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; transition: all 0.22s ease; }
  .book-btn:hover { background: #D4B892; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
  .card-footer { text-align: center; margin-top: 13px; font-size: 0.69rem; color: rgba(245,239,228,0.28); line-height: 1.6; }
  .card-footer a { color: var(--driftwood); text-decoration: none; }

  /* RATES */
  .rates-section { background: var(--sand); padding: 64px 48px; }
  .rates-inner { max-width: 1100px; margin: 0 auto; }
  .rates-header { margin-bottom: 32px; }
  .rates-table-wrap { overflow-x: auto; }
  .rates-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
  .rates-table thead tr { border-bottom: 2px solid rgba(196,168,130,0.5); }
  .rates-table th { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 500; padding: 0 20px 11px 0; text-align: left; white-space: nowrap; }
  .rates-table th:nth-child(4), .rates-table th:nth-child(5) { text-align: right; }
  .rates-table tbody tr { border-bottom: 1px solid rgba(196,168,130,0.18); }
  .rates-table tbody tr:last-child { border-bottom: none; }
  .rates-table td { padding: 13px 20px 13px 0; color: var(--text); vertical-align: middle; }
  .rates-table td:nth-child(4), .rates-table td:nth-child(5) { text-align: right; }
  .season-badge { display: inline-block; padding: 3px 10px; border-radius: 100px; font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 500; }
  .badge-peak { background: rgba(43,95,117,0.12); color: var(--ocean); }
  .badge-mid { background: rgba(196,168,130,0.2); color: #8B6F45; }
  .badge-off { background: rgba(122,112,96,0.1); color: var(--muted); }
  .rate-price { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; font-weight: 400; color: var(--deep); }
  .rate-weekly { font-size: 0.78rem; color: var(--muted); }
  .rates-note { margin-top: 18px; font-size: 0.78rem; color: var(--muted); line-height: 1.7; }
  .rates-note a { color: var(--ocean); text-decoration: none; }

  /* REVIEWS */
  .reviews-section { padding: 64px 48px; }
  .reviews-inner { max-width: 1100px; margin: 0 auto; }
  .reviews-header { display: flex; align-items: center; gap: 18px; margin-bottom: 32px; }
  .big-num { font-family: 'Cormorant Garamond', serif; font-size: 3.8rem; font-weight: 300; color: var(--deep); line-height: 1; }
  .rating-meta { font-size: 0.8rem; color: var(--muted); }
  .rating-meta strong { display: block; font-size: 0.9rem; color: var(--deep); margin-bottom: 2px; }
  .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .review-card { background: var(--foam); padding: 22px; border-radius: 8px; }
  .review-stars { color: var(--driftwood); font-size: 0.7rem; letter-spacing: 3px; margin-bottom: 11px; }
  .review-text { font-size: 0.84rem; line-height: 1.7; color: var(--muted); margin-bottom: 16px; }
  .reviewer { display: flex; align-items: center; gap: 10px; }
  .reviewer-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--ocean); display: flex; align-items: center; justify-content: center; font-size: 0.72rem; font-weight: 500; color: white; flex-shrink: 0; }
  .reviewer-name { font-size: 0.8rem; font-weight: 500; color: var(--deep); }
  .reviewer-date { font-size: 0.7rem; color: var(--muted); }

  /* CTA STRIP */
  .cta-strip { background: var(--ocean); padding: 52px 48px; text-align: center; }
  .cta-strip .section-title { color: var(--sand); margin-bottom: 10px; }
  .cta-strip p { font-size: 0.88rem; color: rgba(245,239,228,0.6); max-width: 420px; margin: 0 auto 26px; line-height: 1.7; }
  .cta-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
  .cta-strip .btn-ghost { color: rgba(245,239,228,0.75); border-color: rgba(245,239,228,0.25); }

  @keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

  @media (max-width: 860px) {
    nav { padding: 14px 20px; }
    .nav-links li:not(:last-child) { display: none; }
    .hero { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { height: 56vw; min-height: 260px; }
    .hero-thumbs { width: 150px; }
    .hero-thumbs img { height: 55px; }
    .hero-right { padding: 36px 24px; }
    .features-bar { padding: 16px 20px; gap: 16px; justify-content: flex-start; }
    .main-grid { grid-template-columns: 1fr; padding: 44px 20px; gap: 36px; }
    .booking-card { position: static; }
    .sleeps-grid { grid-template-columns: 1fr 1fr; }
    .reviews-grid { grid-template-columns: 1fr; }
    .rates-section, .reviews-section, .cta-strip { padding: 48px 20px; }
  }