.elementor-3981 .elementor-element.elementor-element-2a530ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3bf73d3 *//* ── HERO ── */
  .hero {
    height: 100vh; min-height: 680px;
    background:
      linear-gradient(160deg, rgba(26,46,26,0.78) 0%, rgba(44,74,44,0.55) 55%, rgba(26,46,26,0.82) 100%),
      url('https://images.unsplash.com/photo-1535131749006-b7f58c99034b?w=1800&q=80') center/cover no-repeat;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 0 40px;
    position: relative; overflow: hidden;
  }
  .hero::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 120px;
    background: linear-gradient(to top, var(--warm-white), transparent);
  }
  .hero-eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; font-weight: 600; letter-spacing: 0.32em;
    text-transform: uppercase; color: var(--gold-light);
    margin-bottom: 22px; opacity: 0;
    animation: fadeUp 0.9s 0.2s forwards;
  }
  .hero h1 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(48px, 7vw, 96px);
    font-weight: 400; line-height: 1.05;
    color: var(--cream); letter-spacing: -0.01em;
    margin-bottom: 28px; opacity: 0;
    animation: fadeUp 0.9s 0.4s forwards;
  }
  .hero h1 em { font-style: italic; color: var(--gold-light); }
  .hero-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(17px, 2.2vw, 22px); font-weight: 300; font-style: italic;
    color: rgba(245,240,232,0.85); max-width: 620px; line-height: 1.65;
    margin-bottom: 48px; opacity: 0;
    animation: fadeUp 0.9s 0.6s forwards;
  }
  .hero-actions {
    display: flex; gap: 16px; flex-wrap: wrap; justify-content: center;
    opacity: 0; animation: fadeUp 0.9s 0.8s forwards;
  }
  .btn-primary {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--forest);
    background: var(--gold); padding: 16px 40px;
    text-decoration: none; transition: all 0.25s; border: 2px solid var(--gold);
  }
  .btn-primary:hover { background: var(--gold-light); border-color: var(--gold-light); }
  .btn-ghost {
    font-family: 'Montserrat', sans-serif;
    font-size: 10.5px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--cream);
    background: transparent; padding: 16px 40px;
    text-decoration: none; transition: all 0.25s; border: 2px solid rgba(245,240,232,0.45);
  }
  .btn-ghost:hover { border-color: var(--gold-light); color: var(--gold-light); }

  /* ── INTRO STRIP ── */
  .intro {
    background: var(--forest);
    padding: 72px 60px;
    display: flex; align-items: center; justify-content: center; gap: 80px;
    flex-wrap: wrap;
  }
  .intro-text {
    max-width: 560px;
  }
  .section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9.5px; font-weight: 600; letter-spacing: 0.28em;
    text-transform: uppercase; color: var(--gold);
    margin-bottom: 18px; display: block;
  }
  .intro-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 42px); font-weight: 400;
    color: var(--cream); line-height: 1.25; margin-bottom: 20px;
  }
  .intro-text h2 em { font-style: italic; color: var(--gold-light); }
  .intro-text p {
    font-size: 17px; font-weight: 300; line-height: 1.75;
    color: rgba(245,240,232,0.75);
  }
  .intro-badges {
    display: flex; flex-direction: column; gap: 20px; min-width: 200px;
  }
  .badge {
    background: rgba(184,150,46,0.12);
    border: 1px solid rgba(184,150,46,0.3);
    padding: 20px 28px;
    text-align: center;
  }
  .badge-num {
    font-family: 'Playfair Display', serif;
    font-size: 36px; font-weight: 600; color: var(--gold-light);
    display: block; line-height: 1;
  }
  .badge-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 9px; font-weight: 500; letter-spacing: 0.2em;
    text-transform: uppercase; color: rgba(245,240,232,0.6);
    margin-top: 6px; display: block;
  }

  /* ── DIVIDER ── */
  .ornament {
    display: flex; align-items: center; justify-content: center;
    gap: 18px; padding: 48px 60px 0;
  }
  .ornament-line { flex: 1; max-width: 120px; height: 1px; background: var(--border); }
  .ornament-diamond {
    width: 8px; height: 8px; background: var(--gold);
    transform: rotate(45deg);
  }

  /* ── MEMBERSHIP TIERS ── */
  .tiers-section {
    padding: 80px 60px 100px;
  }
  .tiers-section > .section-header {
    text-align: center; margin-bottom: 64px;
  }
  .section-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4vw, 52px); font-weight: 400;
    color: var(--forest); line-height: 1.15; margin-bottom: 16px;
  }
  .section-header h2 em { font-style: italic; color: var(--mid-green); }
  .section-header p {
    font-size: 18px; font-weight: 300; font-style: italic;
    color: var(--muted); max-width: 520px; margin: 0 auto; line-height: 1.65;
  }

  .tiers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2px;
    max-width: 1200px; margin: 0 auto;
  }

  .tier-card {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 48px 40px 52px;
    position: relative; overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex; flex-direction: column;
  }
  .tier-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(26,46,26,0.12);
    z-index: 2;
  }
  .tier-card.featured {
    background: var(--forest);
    border-color: var(--forest);
  }
  .tier-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: var(--gold);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.4s;
  }
  .tier-card:hover::before { transform: scaleX(1); }
  .tier-card.featured::before { transform: scaleX(1); }

  .tier-icon {
    font-size: 28px; margin-bottom: 20px; display: block;
  }
  .tier-name {
    font-family: 'Playfair Display', serif;
    font-size: 26px; font-weight: 600; color: var(--forest);
    margin-bottom: 10px; line-height: 1.1;
  }
  .tier-card.featured .tier-name { color: var(--cream); }
  .tier-tagline {
    font-size: 14px; font-style: italic; font-weight: 300;
    color: var(--muted); margin-bottom: 32px; line-height: 1.5;
  }
  .tier-card.featured .tier-tagline { color: rgba(245,240,232,0.65); }
  .tier-divider {
    height: 1px; background: var(--border); margin-bottom: 28px;
  }
  .tier-card.featured .tier-divider { background: rgba(184,150,46,0.3); }

  .tier-features {
    list-style: none; flex: 1; display: flex; flex-direction: column; gap: 12px;
    margin-bottom: 40px;
  }
  .tier-features li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 14.5px; font-weight: 300; line-height: 1.5;
    color: var(--charcoal);
  }
  .tier-card.featured .tier-features li { color: rgba(245,240,232,0.8); }
  .tier-features li::before {
    content: '✦';
    font-size: 8px; color: var(--gold); margin-top: 5px; flex-shrink: 0;
  }
  .tier-card.featured .tier-features li::before { color: var(--gold-light); }

  .tier-cta {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--forest);
    background: var(--gold); padding: 14px 28px;
    text-decoration: none; transition: all 0.25s;
    display: inline-block; text-align: center; border: 2px solid var(--gold);
    align-self: stretch;
  }
  .tier-cta:hover { background: var(--gold-light); border-color: var(--gold-light); }
  .tier-card.featured .tier-cta {
    background: transparent; color: var(--gold-light);
    border-color: rgba(184,150,46,0.6);
  }
  .tier-card.featured .tier-cta:hover {
    background: var(--gold); color: var(--forest);
    border-color: var(--gold);
  }
  .tier-badge {
    position: absolute; top: 20px; right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 8px; font-weight: 700; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--forest);
    background: var(--gold); padding: 5px 12px;
  }

  /* ── AMENITIES ── */
  .amenities-section {
    background: var(--cream);
    padding: 100px 60px;
  }
  .amenities-section .section-header { text-align: center; margin-bottom: 64px; }

  .amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 32px; max-width: 1100px; margin: 0 auto;
  }
  .amenity-item {
    text-align: center; padding: 40px 24px;
    background: #fff; border: 1px solid #e4dfd4;
    transition: border-color 0.25s;
  }
  .amenity-item:hover { border-color: var(--gold); }
  .amenity-icon {
    font-size: 36px; display: block; margin-bottom: 18px;
  }
  .amenity-name {
    font-family: 'Playfair Display', serif;
    font-size: 19px; font-weight: 600; color: var(--forest);
    margin-bottom: 10px;
  }
  .amenity-desc {
    font-size: 13.5px; font-weight: 300; line-height: 1.65;
    color: var(--muted);
  }

  /* ── QUICK LINKS ── */
  .quick-links {
    background: var(--deep-green);
    padding: 60px;
    display: flex; flex-wrap: wrap; gap: 2px; justify-content: center;
  }
  .quick-link {
    flex: 1; min-width: 200px;
    display: flex; align-items: center; justify-content: center; gap: 12px;
    padding: 28px 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px; font-weight: 600; letter-spacing: 0.2em;
    text-transform: uppercase; color: rgba(245,240,232,0.75);
    text-decoration: none; border: 1px solid rgba(184,150,46,0.15);
    transition: all 0.25s;
  }
  .quick-link:hover {
    color: var(--gold-light); border-color: rgba(184,150,46,0.4);
    background: rgba(184,150,46,0.06);
  }
  .quick-link-arrow { opacity: 0.5; transition: opacity 0.25s, transform 0.25s; }
  .quick-link:hover .quick-link-arrow { opacity: 1; transform: translateX(4px); }

  /* ── TOUR CTA ── */
  .tour-section {
    padding: 120px 60px;
    text-align: center;
    background:
      linear-gradient(135deg, rgba(26,46,26,0.9) 0%, rgba(44,74,44,0.85) 100%),
      url('https://images.unsplash.com/photo-1611374243147-44a702c2d44c?w=1600&q=80') center/cover no-repeat;
    position: relative;
  }
  .tour-section::before {
    content: '';
    position: absolute; inset: 0;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(26,46,26,0.4) 100%);
  }
  .tour-section > * { position: relative; z-index: 1; }
  .tour-section .section-label { color: var(--gold-light); }
  .tour-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 5vw, 64px); font-weight: 400;
    color: var(--cream); margin-bottom: 20px; line-height: 1.1;
  }
  .tour-section h2 em { font-style: italic; color: var(--gold-light); }
  .tour-section p {
    font-size: 18px; font-weight: 300; font-style: italic;
    color: rgba(245,240,232,0.8); max-width: 540px; margin: 0 auto 48px;
    line-height: 1.65;
  }
 
  /* ── ANIMATIONS ── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .reveal {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .reveal.visible { opacity: 1; transform: translateY(0); }

  @media (max-width: 768px) {
    nav { padding: 16px 24px; }
    .nav-links { display: none; }
    .hero h1 { font-size: 42px; }
    .intro, .tiers-section, .amenities-section, .quick-links,
    .tour-section, footer { padding-left: 24px; padding-right: 24px; }
    .intro { gap: 40px; }
    .footer-top { gap: 36px; }
  }/* End custom CSS */