*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --forest: #2D4A2A; --forest-mid: #3D6138; --sage-light: #B5CEAA;
    --earth: #5C3D1E; --earth-mid: #7A5230;
    --gold: #C8963A; --gold-light: #E4BC72; --gold-pale: #F5E6C4;
    --cream: #FAF6EE; --cream-dark: #F0E8D5;
    --text-dark: #2A1F0E; --text-mid: #5C4A2A; --text-light: #8B7355;
  }
  html { scroll-behavior: smooth; }
  body { font-family: 'Jost', sans-serif; background: var(--cream); color: var(--text-dark); line-height: 1.7; }
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(250,246,238,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--gold-pale); padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; height: 64px; }
  .nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 400; color: var(--forest); letter-spacing: 0.04em; text-decoration: none; }
  .nav-logo span { color: var(--gold); font-style: italic; }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a { font-size: 13px; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; color: var(--text-mid); transition: color 0.2s; }
  .nav-links a:hover { color: var(--gold); }

  .hero { min-height: 75vh; background: linear-gradient(160deg, var(--forest) 0%, var(--forest-mid) 50%, var(--earth) 100%); display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 2rem 80px; position: relative; overflow: hidden; }
  .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 55%, rgba(200,150,58,0.22) 0%, transparent 65%); }
  .hero-content { position: relative; z-index: 1; max-width: 700px; }
  .breadcrumb { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 2rem; }
  .breadcrumb a { color: var(--sage-light); text-decoration: none; }
  .hero-ornament { width: 1px; height: 50px; background: linear-gradient(180deg, transparent, var(--gold), transparent); margin: 0 auto 1.5rem; }
  .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(3.5rem, 8vw, 6rem); font-weight: 300; color: var(--cream); line-height: 1; margin-bottom: 1rem; }
  .hero-meta { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sage-light); margin-bottom: 1.5rem; }
  .hero-intro { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 300; font-style: italic; color: rgba(250,246,238,0.82); line-height: 1.9; }

  .section { padding: 4rem 2rem; }
  .section-inner { max-width: 860px; margin: 0 auto; }
  .section-label { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
  .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 300; line-height: 1.2; color: var(--forest); margin-bottom: 1.25rem; }
  .section-title em { color: var(--earth-mid); font-style: italic; }
  .gold-rule { width: 60px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light)); margin-bottom: 2rem; }
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
  p { color: var(--text-mid); font-size: 15px; line-height: 1.9; margin-bottom: 1.25rem; }
  .pull-quote { font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; font-weight: 300; font-style: italic; color: var(--forest); line-height: 1.7; border-left: 3px solid var(--gold); padding-left: 1.5rem; margin: 1.5rem 0; }

  .about-section { background: var(--cream); }
  .dark-box { background: var(--forest); padding: 2.5rem; }
  .dark-box p { color: rgba(250,246,238,0.82); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.1rem; line-height: 1.9; }

  .what-inside { background: var(--cream-dark); }
  .elements-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
  .element { background: var(--cream); border-top: 2px solid var(--gold); padding: 1.5rem 1.25rem; }
  .element-label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
  .element h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; color: var(--forest); margin-bottom: 0.5rem; font-weight: 400; }
  .element p { font-size: 13px; margin-bottom: 0; }

  .for-you { background: var(--forest); }
  .for-you .section-title { color: var(--cream); }
  .for-you .section-label { color: var(--gold-light); }
  .for-you .gold-rule { background: linear-gradient(90deg, var(--gold-light), var(--gold)); }
  .signs-list { list-style: none; margin-top: 1rem; }
  .signs-list li { display: flex; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(250,246,238,0.82); font-size: 15px; line-height: 1.7; }
  .signs-list li:last-child { border-bottom: none; }
  .signs-list li span { color: var(--gold); flex-shrink: 0; }

  .booking { background: var(--earth); text-align: center; padding: 4rem 2rem; }
  .booking .section-title { color: var(--cream); }
  .booking .section-label { color: var(--gold-light); }
  .booking .gold-rule { margin: 0 auto 1.5rem; }
  .booking > .section-inner > p { color: rgba(250,246,238,0.78); max-width: 500px; margin: 0 auto 1.5rem; }
  .price-block { margin: 2rem auto; max-width: 320px; background: rgba(0,0,0,0.15); padding: 2rem; }
  .price-block .duration { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 0.75rem; }
  .price-block .price-promo { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; color: var(--cream); font-weight: 300; line-height: 1; }
  .price-block .price-regular { font-size: 13px; color: rgba(250,246,238,0.4); text-decoration: line-through; margin-top: 0.2rem; }
  .price-block .price-label { display: inline-block; margin-top: 0.6rem; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); background: rgba(200,150,58,0.2); padding: 3px 12px; }
  .includes-list { list-style: none; margin: 0 auto 2rem; max-width: 360px; text-align: left; }
  .includes-list li { display: flex; gap: 0.75rem; padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.08); color: rgba(250,246,238,0.72); font-size: 14px; }
  .includes-list li:last-child { border-bottom: none; }
  .includes-list li span { color: var(--gold); flex-shrink: 0; }
  .btn-gold { display: inline-block; padding: 14px 44px; background: var(--gold); color: var(--text-dark); font-family: 'Jost', sans-serif; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; font-weight: 500; margin-right: 1rem; transition: all 0.3s; }
  .btn-gold:hover { background: var(--gold-light); }
  .btn-outline { display: inline-block; padding: 13px 36px; background: transparent; border: 1px solid rgba(250,246,238,0.35); color: rgba(250,246,238,0.65); font-family: 'Jost', sans-serif; font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
  .btn-outline:hover { border-color: var(--cream); color: var(--cream); }

  .other { background: var(--cream-dark); padding: 4rem 2rem; }
  .other-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 1.5rem; }
  .other-card { background: var(--cream); border-top: 2px solid var(--gold); padding: 1.5rem; text-decoration: none; display: block; transition: transform 0.2s; }
  .other-card:hover { transform: translateY(-3px); }
  .other-card .tag { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
  .other-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 300; color: var(--forest); margin-bottom: 0.35rem; }
  .other-card p { font-size: 13px; color: var(--text-light); line-height: 1.6; margin-bottom: 0.75rem; }
  .other-card .arrow { color: var(--gold); font-size: 12px; letter-spacing: 0.1em; }

  footer { background: var(--text-dark); padding: 1.5rem 2rem; text-align: center; }
  footer p { font-size: 12px; letter-spacing: 0.08em; color: rgba(250,246,238,0.35); }
  footer span { color: var(--gold); }
  @media (max-width: 700px) { .two-col, .other-grid { grid-template-columns: 1fr; gap: 1.5rem; } .nav-links { display: none; } .btn-gold { margin-right: 0; margin-bottom: 1rem; } }