*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --night:       #080E18;
    --deep:        #0D1525;
    --navy:        #111D30;
    --teal:        #4EC9BE;
    --teal-lt:     #7DDBD4;
    --teal-pale:   rgba(78,201,190,0.10);
    --white:       #FFFFFF;
    --fog:         rgba(255,255,255,0.85);   /* was 0.60 — much brighter */
    --fog-dim:     rgba(255,255,255,0.55);   /* was 0.28 — much brighter */
    --fog-faint:   rgba(255,255,255,0.06);   /* leave this one, it's just a background tint */
    --border:      rgba(78,201,190,0.18);
    --border-soft: rgba(255,255,255,0.07);
    --airbnb:      #FF5A5F;
    --ff-serif:    'Playfair Display', Georgia, serif;
    --ff-sans:     'Raleway', sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--ff-sans); background: var(--night); color: var(--white); overflow-x: hidden; }

  /* NAV */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 68px; background: rgba(8,14,24,0.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); }
  .nav-brand { font-family: var(--ff-serif); font-size: 1.1rem; font-weight: 400; color: var(--white); text-decoration: none; letter-spacing: 0.06em; white-space: nowrap; flex-shrink: 0; }
  .nav-brand em { color: var(--teal); font-style: italic; }
  .nav-links { display: flex; gap: 20px; list-style: none; align-items: center; flex-wrap: nowrap; }
  .nav-links a { font-size: 0.64rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); text-decoration: none; transition: color 0.2s; white-space: nowrap; }
  .nav-links a:hover { color: var(--teal); }
  .nav-airbnb { background: var(--airbnb) !important; color: #fff !important; padding: 7px 14px; border-radius: 3px; font-weight: 500 !important; letter-spacing: 0.1em !important; transition: opacity 0.2s !important; }
  .nav-airbnb:hover { opacity: 0.85 !important; }
  .nav-lang { border: 1px solid var(--border) !important; color: var(--teal) !important; padding: 5px 10px; border-radius: 3px; font-size: 0.62rem !important; }
  .nav-lang:hover { background: var(--teal-pale) !important; }
  /* hamburger — hidden on desktop */
  .nav-toggle { display: none; flex-direction: row; align-items: center; gap: 8px; cursor: pointer; background: none; border: none; padding: 8px; flex-shrink: 0; }
  .nav-toggle-lines { display: flex; flex-direction: column; gap: 5px; }
  .nav-toggle-lines span { display: block; width: 22px; height: 2px; background: var(--fog); border-radius: 2px; transition: background 0.2s; }
  .nav-toggle:hover .nav-toggle-lines span { background: var(--teal); }
  .nav-toggle-label { font-size: 0.68rem; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--white); }


  /* HERO */
  .hero { position: relative; min-height: 100vh; display: flex; align-items: flex-end; overflow: hidden; }
  .hero-bg { position: absolute; inset: 0; background: var(--deep); }
  .hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.32; filter: saturate(0.8); }
  .hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 25%, rgba(8,14,24,0.55) 60%, rgba(8,14,24,0.97) 100%); }
  .hero-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 60% 45% at 10% 100%, rgba(78,201,190,0.08) 0%, transparent 60%); }
  .hero-content { position: relative; z-index: 2; padding: 0 80px 88px; max-width: 700px; }
  .hero-eyebrow { display: flex; align-items: center; gap: 12px; font-size: 0.65rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--teal); margin-bottom: 24px; }
  .hero-eyebrow::after { content: ''; flex: 1; max-width: 56px; height: 1px; background: var(--teal); opacity: 0.45; }
  h1 { font-family: var(--ff-serif); font-size: clamp(3.6rem, 6vw, 6.5rem); font-weight: 400; line-height: 1.0; color: var(--white); margin-bottom: 24px; letter-spacing: -0.02em; }
  h1 em { color: var(--teal); font-style: italic; }
  .hero-sub { font-size: 0.92rem; font-weight: 300; color: var(--fog); line-height: 1.78; max-width: 430px; margin-bottom: 44px; letter-spacing: 0.02em; }
  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
  .btn-teal { display: inline-flex; align-items: center; gap: 10px; background: var(--teal); color: var(--night); padding: 15px 32px; border-radius: 3px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: background 0.2s, transform 0.15s; }
  .btn-teal:hover { background: var(--teal-lt); transform: translateY(-1px); }
  .btn-ghost { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,0.18); color: var(--fog); padding: 14px 28px; border-radius: 3px; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
  .btn-ghost:hover { border-color: var(--teal); color: var(--teal); }
  .scroll-hint { position: absolute; bottom: 36px; right: 56px; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.6rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--fog-dim); }
  .scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, rgba(78,201,190,0.4), transparent); }

  /* FEATURE BAR */
  .feature-bar { background: var(--navy); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: grid; grid-template-columns: repeat(6, 1fr); }
  .feature-bar-item { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 20px 16px; border-right: 1px solid var(--border-soft); border-bottom: 1px solid transparent; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); text-align: center; transition: color 0.2s; }
  .feature-bar-item:last-child { border-right: none; }
  .feature-bar-item:hover { color: var(--teal); }
  .icon { font-size: 1rem; flex-shrink: 0; }

  /* GALLERY */
  .gallery { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 300px 300px; gap: 2px; background: var(--night); }
  .gallery .g-wide { grid-column: span 2; }
  .gallery img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.82) saturate(0.9); transition: filter 0.4s; }
  .gallery img:hover { filter: brightness(1) saturate(1.05); }

  /* SECTIONS */
  .section-pad { padding: 96px 80px; }
  .section-label { font-size: 0.62rem; font-weight: 400; letter-spacing: 0.26em; text-transform: uppercase; color: var(--teal); margin-bottom: 14px; display: flex; align-items: center; gap: 12px; }
  .section-label::before { content: ''; display: block; width: 20px; height: 1px; background: var(--teal); opacity: 0.7; }
  h2 { font-family: var(--ff-serif); font-weight: 400; font-size: clamp(2rem, 3.5vw, 3rem); color: var(--white); line-height: 1.15; margin-bottom: 20px; }
  h2 em { color: var(--teal); font-style: italic; }

  /* AMENITIES */
  .amenities-section { background: var(--deep); }
  .amenities-inner { max-width: 1100px; margin: 0 auto; }
  .amenities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 52px; background: var(--border-soft); }
  .amenity-cell { background: var(--deep); padding: 28px 24px; display: flex; gap: 14px; align-items: flex-start; transition: background 0.2s; }
  .amenity-cell:hover { background: var(--navy); }
  .amenity-cell .icon { color: var(--teal); font-size: 1.1rem; padding-top: 2px; flex-shrink: 0; }
  .amenity-cell-text { font-size: 0.84rem; color: var(--fog); font-weight: 300; line-height: 1.5; }
  .amenity-cell-text strong { display: block; color: var(--white); font-weight: 500; margin-bottom: 2px; font-size: 0.86rem; }

  /* BOOKING */
  .booking-section { background: var(--night); }
  .booking-inner { max-width: 1100px; margin: 0 auto; }
  .booking-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
  .booking-card { border: 1px solid var(--border-soft); padding: 40px; display: flex; flex-direction: column; background: var(--fog-faint); transition: border-color 0.2s, background 0.2s; }
  .booking-card:hover { border-color: rgba(78,201,190,0.3); background: var(--teal-pale); }
  .booking-card.featured { border-color: var(--airbnb); background: rgba(255,90,95,0.06); position: relative; }
  .booking-card.featured:hover { background: rgba(255,90,95,0.1); }
  .featured-badge { position: absolute; top: -1px; right: 32px; background: var(--airbnb); color: #fff; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 5px 12px; }
  .booking-season-tag { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
  .booking-card h3 { font-family: var(--ff-serif); font-size: 1.6rem; font-weight: 400; color: var(--white); margin-bottom: 16px; line-height: 1.2; }
  .booking-card > p:not(.price-display):not(.price-note):not(.booking-season-tag) { font-size: 0.84rem; font-weight: 300; color: var(--fog); line-height: 1.65; flex: 1; margin-bottom: 28px; }
  .airbnb-trust { list-style: none; display: flex; flex-direction: column; gap: 7px; margin-bottom: 28px; }
  .trust-item { font-size: 0.76rem; color: var(--fog-dim); font-weight: 300; }
  .trust-item::before { content: '✓  '; color: var(--airbnb); font-weight: 600; }
  .btn-airbnb-main { display: inline-flex; align-items: center; justify-content: center; gap: 10px; background: var(--airbnb); color: #fff; padding: 14px 24px; border-radius: 3px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: opacity 0.2s; }
  .btn-airbnb-main:hover { opacity: 0.85; }
  .price-display { font-family: var(--ff-serif); font-size: 2.4rem; color: var(--teal-lt); margin-bottom: 4px; line-height: 1; font-weight: 400; }
  .price-note { font-size: 0.74rem; color: var(--fog-dim); font-weight: 300; margin-bottom: 28px; }
  .btn-outline-teal { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--border); color: var(--white); padding: 13px 24px; border-radius: 3px; font-size: 0.72rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
  .btn-outline-teal:hover { border-color: var(--teal); color: var(--teal); }

  /* LOCATION */
  .location-section { background: var(--deep); }
  .location-inner { max-width: 1100px; margin: 0 auto; }
  .location-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 52px; align-items: start; }
  .location-list { list-style: none; }
  .location-list li { padding: 18px 0; border-bottom: 1px solid var(--border-soft); display: flex; gap: 14px; align-items: flex-start; font-size: 0.86rem; color: var(--fog); font-weight: 300; line-height: 1.55; }
  .location-list li:last-child { border-bottom: none; }
  .location-list strong { color: var(--white); font-weight: 500; }
  .loc-icon { color: var(--teal); font-size: 1rem; flex-shrink: 0; padding-top: 2px; }
  .location-card { border: 1px solid var(--border); padding: 40px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 12px; background: var(--fog-faint); transition: border-color 0.2s; }
  .location-card:hover { border-color: rgba(78,201,190,0.35); }
  .location-card h4 { font-family: var(--ff-serif); font-size: 1.7rem; color: var(--teal); font-weight: 400; }
  .location-card p { font-size: 0.82rem; color: var(--fog-dim); font-weight: 300; line-height: 1.6; }
  .btn-map { display: inline-block; margin-top: 8px; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); text-decoration: none; border-bottom: 1px solid rgba(78,201,190,0.35); padding-bottom: 3px; transition: opacity 0.2s; }
  .btn-map:hover { opacity: 0.7; }

  /* CONTACT STRIP */
  .contact-strip { background: var(--navy); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 48px 80px; display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
  .contact-strip-text h3 { font-family: var(--ff-serif); font-size: 1.5rem; font-weight: 400; color: var(--white); margin-bottom: 6px; }
  .contact-strip-text p { font-size: 0.84rem; color: var(--fog-dim); font-weight: 300; }
  .contact-strip-text p a { color: var(--teal); text-decoration: none; }
  .contact-strip-text p a:hover { text-decoration: underline; }
  .contact-strip-actions { display: flex; gap: 14px; flex-wrap: wrap; }

  /* FOOTER */
  footer { background: var(--night); border-top: 1px solid var(--border-soft); padding: 56px 80px 40px; }
  .footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap; margin-bottom: 40px; }
  .footer-brand { font-family: var(--ff-serif); font-size: 1.2rem; color: var(--white); margin-bottom: 10px; }
  .footer-brand em { color: var(--teal); }
  .footer-tagline { font-size: 0.8rem; color: var(--fog-dim); font-weight: 300; max-width: 240px; line-height: 1.65; }
  .footer-col { display: flex; flex-direction: column; gap: 10px; }
  .footer-col-title { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--teal); margin-bottom: 2px; }
  .footer-col a { font-size: 0.8rem; color: var(--fog-dim); text-decoration: none; font-weight: 300; transition: color 0.2s; }
  .footer-col a:hover { color: var(--teal); }
  .footer-bottom { padding-top: 28px; border-top: 1px solid var(--border-soft); display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
  .footer-copy { font-size: 0.72rem; color: var(--fog-dim); opacity: 0.45; font-weight: 300; }
  .footer-lang a { font-size: 0.72rem; color: var(--fog-dim); text-decoration: none; transition: color 0.2s; }
  .footer-lang a:hover { color: var(--teal); }

  /* ANIMATIONS */
  @keyframes fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
  .hero-eyebrow { animation: fadeUp 0.7s 0.1s both; }
  h1 { animation: fadeUp 0.7s 0.2s both; }
  .hero-sub { animation: fadeUp 0.7s 0.3s both; }
  .hero-btns { animation: fadeUp 0.7s 0.4s both; }

  /* RESPONSIVE */
  @media (max-width: 860px) {
    .feature-bar { grid-template-columns: repeat(3, 1fr); }
    .feature-bar-item { border-bottom: 1px solid var(--border-soft); }
    .feature-bar-item:nth-child(3) { border-right: none; }
    .feature-bar-item:nth-child(4), .feature-bar-item:nth-child(5), .feature-bar-item:nth-child(6) { border-bottom: none; }
  }
  @media (max-width: 520px) {
    .feature-bar { grid-template-columns: repeat(2, 1fr); }
    .feature-bar-item { border-right: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
    .feature-bar-item:nth-child(2n) { border-right: none; }
    .feature-bar-item:nth-child(3) { border-right: 1px solid var(--border-soft); }
    .feature-bar-item:nth-child(5), .feature-bar-item:nth-child(6) { border-bottom: none; }
  }
  @media (max-width: 900px) {
    nav { padding: 0 24px; }
    .nav-toggle { display: flex; }
    .nav-links {
      display: none; flex-direction: column; align-items: flex-start; gap: 0;
      position: fixed; top: 68px; left: 0; right: 0;
      background: rgba(8,14,24,0.98); backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--border);
      padding: 12px 0; z-index: 99;
    }
    .nav-links.open { display: flex; }
    .nav-links li { width: 100%; }
    .nav-links a { display: block; padding: 13px 24px; font-size: 0.75rem; letter-spacing: 0.12em; border-bottom: 1px solid var(--border-soft); }
    .nav-links li:last-child a { border-bottom: none; }
    .nav-airbnb { margin: 12px 24px 4px; display: inline-block !important; width: auto !important; }
    .nav-lang { margin: 4px 24px 12px; display: inline-block !important; width: auto !important; }
  }
  @media (max-width: 960px) {
    .hero-content { padding: 0 24px 64px; }
    .section-pad { padding: 64px 24px; }
    .gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 200px 200px; }
    .gallery .g-wide { grid-column: auto; }
    .amenities-grid { grid-template-columns: 1fr 1fr; }
    .booking-grid { grid-template-columns: 1fr; }
    .location-cols { grid-template-columns: 1fr; }
    .contact-strip { padding: 36px 24px; flex-direction: column; align-items: flex-start; }
    footer { padding: 40px 24px 32px; }
    .footer-top { flex-direction: column; gap: 28px; }
    .scroll-hint { display: none; }
  }
  @media (max-width: 600px) {
    .amenities-grid { grid-template-columns: 1fr; }
    .gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5, 200px); }
  }

/* FAQ */
.faq-section { background: var(--night); }
.faq-inner { max-width: 1100px; margin: 0 auto; }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 52px;
  background: var(--border-soft);
}
.faq-item {
  background: var(--deep);
  padding: 32px 36px;
  border-left: 3px solid transparent;
  transition: background 0.2s, border-color 0.2s;
}
.faq-item:hover {
  background: var(--navy);
  border-left-color: var(--teal);
}
.faq-q {
  font-family: var(--ff-serif);
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--teal);
  margin-bottom: 12px;
  line-height: 1.3;
}
.faq-a {
  font-size: 0.88rem;
  color: var(--fog);
  font-weight: 300;
  line-height: 1.75;
}
@media (max-width: 720px) {
  .faq-grid { grid-template-columns: 1fr; }
}