/* Two Ponds Event Park - Lovable-inspired theme (no dependencies) */
.tp-wrap{
  background:
    radial-gradient(1200px 700px at 50% -10%, rgba(124, 58, 237, 0.18), transparent 55%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.04), rgba(255,255,255,1) 38%);
  padding-bottom: 48px;
  color: rgba(0,0,0,0.88);
}

.tp-container{
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.tp-stickybar{
  position: sticky;
  top: 0;
  z-index: 9999;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.88);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.tp-sticky-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  padding: 10px 0;
}
.tp-brandlink{
  font-weight: 900;
  text-decoration: none;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.tp-nav{
  display:none;
  gap: 14px;
  flex-wrap:wrap;
}
.tp-nav a{
  text-decoration:none;
  color: rgba(15,23,42,0.78);
  font-weight: 700;
  font-size: 14px;
}
.tp-sticky-ctas{ display:flex; gap:10px; }
.tp-mini{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 8px 12px; border-radius: 999px; text-decoration:none;
  font-weight: 800; font-size: 14px;
  border: 1px solid rgba(124,58,237,0.34);
}
.tp-mini-primary{ background: rgba(124,58,237,0.12); color:#2b1b7b; }
.tp-mini-ghost{ background:#fff; color:#2b1b7b; }

.tp-section{ padding: 64px 0; }
.tp-section-light{ padding: 80px 0; background: transparent; }
.tp-pagehead{ padding: 54px 0 18px; }

.tp-badge{
  display:inline-flex;
  gap: 8px;
  align-items:center;
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(43,27,123,0.92);
  background: rgba(124,58,237,0.10);
  border: 1px solid rgba(124,58,237,0.18);
}

.tp-h1{
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  margin: 0 0 12px;
  letter-spacing: -0.04em;
}
.tp-h2{
  font-size: clamp(24px, 3.2vw, 44px);
  line-height: 1.12;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
}
.tp-sub{
  font-size: 18px;
  margin: 0 0 10px;
  color: rgba(15,23,42,0.72);
}
.tp-p{
  font-size: 16px;
  line-height: 1.65;
  color: rgba(15,23,42,0.78);
}
.tp-kickers{
  margin: 0 0 18px;
  color: rgba(15,23,42,0.60);
}

.tp-btnrow{ display:flex; gap: 12px; flex-wrap:wrap; margin-top: 14px; }
.tp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 900;
  border: 1px solid rgba(124,58,237,0.30);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.tp-btn:hover{ transform: translateY(-1px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.tp-btn-primary{ background: rgba(124,58,237,0.14); color:#2b1b7b; }
.tp-btn-ghost{ background:#fff; color:#2b1b7b; }
.tp-btn-full{ width:100%; }

.tp-grid{ display:grid; gap: 16px; }
.tp-grid-2{ grid-template-columns: 1fr; }
.tp-grid-3{ grid-template-columns: 1fr; }
.tp-grid-4{ grid-template-columns: 1fr; }

.tp-card{
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.05);
  overflow:hidden;
}
.tp-card-pad{ padding: 18px; }
.tp-card-title{ font-weight: 950; margin: 0 0 6px; letter-spacing: -0.01em; }
.tp-muted{ color: rgba(15,23,42,0.55); font-weight: 650; }
.tp-price{ font-size: 18px; font-weight: 950; color: #2b1b7b; }
.tp-center{ text-align:center; }

.tp-highlight{
  display:flex;
  flex-direction:column;
  height:100%;
}
.tp-highlight-media{
  height: 150px;
  background: linear-gradient(135deg, rgba(124,58,237,0.14), rgba(15,23,42,0.06));
}
.tp-highlight-body{ padding: 18px; }
.tp-highlight-icon{
  width: 44px; height: 44px;
  border-radius: 14px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(124,58,237,0.10);
  border: 1px solid rgba(124,58,237,0.16);
  margin-bottom: 12px;
}
.tp-highlight-desc{ margin: 0; color: rgba(15,23,42,0.74); line-height: 1.55; }

.tp-wood{
  padding: 74px 0;
  background:
    radial-gradient(900px 480px at 20% 10%, rgba(124,58,237,0.14), transparent 60%),
    linear-gradient(180deg, rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.82)),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0, rgba(255,255,255,0.05) 14px, rgba(255,255,255,0.02) 14px, rgba(255,255,255,0.02) 28px);
}
.tp-wood .tp-card{ background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.14); }
.tp-wood .tp-card-title, .tp-wood .tp-highlight-desc, .tp-wood .tp-price{ color: rgba(255,255,255,0.92); }
.tp-wood .tp-muted{ color: rgba(255,255,255,0.70); }
.tp-wood .tp-highlight-icon{ background: rgba(255,255,255,0.10); border-color: rgba(255,255,255,0.18); }

.tp-forest{
  padding: 92px 0;
  color: rgba(255,255,255,0.94);
  background:
    linear-gradient(180deg, rgba(2,6,23,0.76), rgba(2,6,23,0.76)),
    radial-gradient(900px 520px at 70% 20%, rgba(124,58,237,0.20), transparent 60%),
    linear-gradient(180deg, rgba(16,185,129,0.08), rgba(16,185,129,0.02));
  position: relative;
  overflow:hidden;
}
.tp-forest:after{
  content:"";
  position:absolute; left:-20%; right:-20%; bottom:-120px; height: 220px;
  background: radial-gradient(closest-side, rgba(0,0,0,0.35), transparent 70%);
  opacity: 0.8;
}
.tp-forest .tp-h2{ color: rgba(255,255,255,0.95); }
.tp-forest .tp-p{ color: rgba(255,255,255,0.88); }
.tp-forest .tp-list li{ color: rgba(255,255,255,0.88); }
.tp-forest .tp-btn{ background: rgba(124,58,237,0.20); border-color: rgba(124,58,237,0.30); color: rgba(255,255,255,0.96); }

.tp-split{
  display:grid;
  gap: 18px;
  grid-template-columns: 1fr;
  align-items: start;
}
.tp-photo{
  background: linear-gradient(135deg, rgba(124,58,237,0.14), rgba(255,255,255,0.02));
  border-radius: 20px;
  min-height: 220px;
  border: 1px solid rgba(255,255,255,0.14);
}
.tp-shadow-hover{ transition: transform 220ms ease; }
.tp-shadow-hover:hover{ transform: scale(1.02); }

.tp-list{ margin: 12px 0 0; padding-left: 18px; }
.tp-list li{ margin: 6px 0; }

.tp-cta-band{
  padding: 56px 0;
  background:
    radial-gradient(900px 520px at 20% 10%, rgba(124,58,237,0.18), transparent 60%),
    linear-gradient(180deg, rgba(124,58,237,0.10), rgba(124,58,237,0.04));
  border-top: 1px solid rgba(124,58,237,0.18);
  border-bottom: 1px solid rgba(124,58,237,0.18);
}

.tp-form{ margin-top: 10px; }
.tp-form-grid{ display:grid; grid-template-columns: 1fr; gap: 12px; }
.tp-field label{ display:block; font-weight: 850; margin-bottom: 6px; }
.tp-field input, .tp-field select, .tp-field textarea{
  width:100%; padding: 12px 12px; border-radius: 14px;
  border: 1px solid rgba(15,23,42,0.18);
  background:#fff; font-size: 16px;
}
.tp-field-wide{ grid-column: 1 / -1; }
.tp-success{
  margin-top: 10px; padding: 10px 12px; border-radius: 14px;
  background: rgba(16,185,129,0.10); border: 1px solid rgba(16,185,129,0.18);
  color: rgba(15,23,42,0.86); font-weight: 750;
}
.tp-hp{ display:none; }
.tp-map iframe{ width:100%; height: 260px; border:0; border-radius: 14px; }

@media (min-width: 820px){
  .tp-nav{ display:flex; }
  .tp-grid-2{ grid-template-columns: 1fr 1fr; }
  .tp-grid-3{ grid-template-columns: 1fr 1fr 1fr; }
  .tp-grid-4{ grid-template-columns: 1fr 1fr 1fr 1fr; }
  .tp-split{ grid-template-columns: 1.12fr 0.88fr; }
  .tp-form-grid{ grid-template-columns: 1fr 1fr; }
}
