/*
Theme Name: Lombok Nature Culture
Theme URI: https://lomboknatureculture.com
Author: PT Lombok Nature Culture
Author URI: https://lomboknatureculture.com
Description: Official travel agency theme for Lombok Nature Culture. Features tour packages, hotel listings, and booking form.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: lnc-theme
Tags: travel, tours, booking, responsive
*/

/* ── CSS VARIABLES ── */
:root {
  --teal: #00A69C;
  --teal-dark: #007a72;
  --teal-light: #e0f7f5;
  --white: #ffffff;
  --off-white: #f8fafa;
  --dark: #0d1f1e;
  --gray: #6b7f7e;
  --sand: #f5ede0;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; background: var(--white); color: var(--dark); overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* ── NAV ── */
.lnc-nav {
  position: fixed; top: 0; width: 100%; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 5%;
  background: rgba(13,31,30,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,166,156,0.2);
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-logo img { width: 48px; height: 48px; object-fit: contain; }
.nav-brand { color: var(--white); font-family: 'Playfair Display', serif; font-size: 1rem; line-height: 1.2; }
.nav-brand span { display: block; color: var(--teal); font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; font-family: 'Lato', sans-serif; font-weight: 300; }
.nav-menu { display: flex; gap: 32px; align-items: center; list-style: none; }
.nav-menu a { color: rgba(255,255,255,0.8); font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; transition: color 0.2s; }
.nav-menu a:hover { color: var(--teal); }
.nav-cta { background: var(--teal) !important; color: var(--white) !important; padding: 10px 24px !important; border-radius: 30px; font-weight: 700 !important; }
.nav-cta:hover { background: var(--teal-dark) !important; }
.nav-toggle { display: none; background: none; border: none; color: var(--white); font-size: 1.5rem; cursor: pointer; }

/* ── HERO ── */
.lnc-hero {
  height: 100vh; position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; background: var(--dark);
}
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.5; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(13,31,30,0.3) 0%, rgba(13,31,30,0.7) 100%); }
.hero-content { position: relative; text-align: center; color: var(--white); padding: 0 20px; max-width: 900px; }
.hero-eyebrow { font-size: 0.75rem; letter-spacing: 4px; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 700; line-height: 1.1; margin-bottom: 24px; }
.hero-title em { color: var(--teal); font-style: italic; }
.hero-sub { font-size: 1.1rem; font-weight: 300; color: rgba(255,255,255,0.8); margin-bottom: 48px; line-height: 1.7; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-primary { background: var(--teal); color: var(--white); padding: 16px 36px; border-radius: 50px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transition: all 0.25s; border: 2px solid var(--teal); display: inline-block; }
.btn-primary:hover { background: transparent; color: var(--teal); }
.btn-outline { background: transparent; color: var(--white); padding: 16px 36px; border-radius: 50px; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; transition: all 0.25s; border: 2px solid rgba(255,255,255,0.5); display: inline-block; }
.btn-outline:hover { border-color: var(--white); }

/* ── STATS BAR ── */
.lnc-stats { background: var(--teal); display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; }
.stat-item { padding: 36px 20px; border-right: 1px solid rgba(255,255,255,0.2); color: var(--white); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 700; }
.stat-label { font-size: 0.75rem; letter-spacing: 2px; text-transform: uppercase; opacity: 0.85; margin-top: 4px; }

/* ── SECTIONS ── */
.lnc-section { padding: 96px 5%; }
.lnc-section--dark { background: var(--dark); }
.lnc-section--light { background: var(--off-white); }
.section-eyebrow { font-size: 0.72rem; letter-spacing: 4px; text-transform: uppercase; color: var(--teal); margin-bottom: 12px; font-weight: 700; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; line-height: 1.2; margin-bottom: 16px; }
.section-title--white { color: var(--white); }
.section-sub { color: var(--gray); font-size: 1rem; line-height: 1.7; max-width: 580px; font-weight: 300; }
.section-sub--white { color: rgba(255,255,255,0.6); }
.section-header { margin-bottom: 56px; }

/* ── ABOUT ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-img { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 4/5; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.badge { background: var(--teal-light); color: var(--teal-dark); padding: 8px 16px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; }

/* ── PACKAGES ── */
.pkg-filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.filter-btn { padding: 10px 22px; border-radius: 30px; border: 2px solid #dde6e6; background: transparent; cursor: pointer; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.5px; color: var(--gray); transition: all 0.2s; font-family: 'Lato', sans-serif; text-transform: uppercase; }
.filter-btn:hover, .filter-btn.active { border-color: var(--teal); background: var(--teal); color: var(--white); }
.pkg-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 28px; }
.pkg-card { border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.07); transition: transform 0.3s, box-shadow 0.3s; background: var(--white); border: 1px solid #edf0f0; }
.pkg-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,166,156,0.15); }
.pkg-card-img { width: 100%; height: 220px; object-fit: cover; display: block; }
.pkg-card-body { padding: 24px; }
.pkg-cat { font-size: 0.68rem; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); font-weight: 700; margin-bottom: 8px; }
.pkg-name { font-family: 'Playfair Display', serif; font-size: 1.2rem; margin-bottom: 8px; }
.pkg-code { font-size: 0.72rem; color: var(--gray); letter-spacing: 1px; margin-bottom: 10px; }
.pkg-desc { font-size: 0.88rem; color: var(--gray); line-height: 1.6; margin-bottom: 20px; }
.pkg-footer { display: flex; justify-content: space-between; align-items: center; }
.pkg-duration { font-size: 0.8rem; color: var(--gray); }
.pkg-btn { background: var(--teal); color: var(--white); padding: 10px 20px; border-radius: 30px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.5px; text-transform: uppercase; transition: background 0.2s; }
.pkg-btn:hover { background: var(--teal-dark); }

/* ── HOTELS ── */
.hotel-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.hotel-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(0,166,156,0.2); border-radius: 12px; overflow: hidden; transition: all 0.3s; }
.hotel-card:hover { border-color: var(--teal); transform: translateY(-4px); }
.hotel-card-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.hotel-card-body { padding: 20px; }
.hotel-location { font-size: 0.7rem; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); margin-bottom: 6px; }
.hotel-name { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 4px; }
.hotel-room { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-bottom: 10px; }
.hotel-rating { font-size: 0.82rem; color: #ffd700; margin-bottom: 10px; }
.hotel-review { font-size: 0.78rem; color: rgba(255,255,255,0.45); font-style: italic; line-height: 1.5; margin-bottom: 12px; }
.hotel-price { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 14px; }
.hotel-price-label { font-size: 0.68rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1px; }
.hotel-price-val { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--teal); }

/* ── BOOKING ── */
.book-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; align-items: start; }
.book-info h2 { font-family: 'Playfair Display', serif; font-size: 2.6rem; line-height: 1.2; margin-bottom: 20px; color: var(--white); }
.book-info p { opacity: 0.85; line-height: 1.8; font-weight: 300; margin-bottom: 32px; color: var(--white); }
.book-perks { list-style: none; display: flex; flex-direction: column; gap: 14px; }
.book-perks li { display: flex; align-items: center; gap: 12px; font-size: 0.9rem; color: var(--white); opacity: 0.9; }
.book-perks li::before { content: '✓'; background: rgba(255,255,255,0.25); width: 24px; height: 24px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; flex-shrink: 0; }
.book-form { background: var(--white); border-radius: 16px; padding: 40px; box-shadow: 0 20px 60px rgba(0,0,0,0.2); }
.book-form h3 { font-family: 'Playfair Display', serif; font-size: 1.6rem; margin-bottom: 28px; color: var(--dark); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 8px; margin-bottom: 16px; }
.form-group label { font-size: 0.75rem; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; color: var(--gray); }
.form-group input, .form-group select, .form-group textarea { padding: 14px 16px; border: 2px solid #edf0f0; border-radius: 8px; font-size: 0.9rem; font-family: 'Lato', sans-serif; transition: border-color 0.2s; outline: none; color: var(--dark); }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); }
.form-group textarea { resize: vertical; min-height: 90px; }
.form-submit { width: 100%; background: var(--teal); color: var(--white); padding: 16px; border: none; border-radius: 50px; cursor: pointer; font-size: 0.9rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; font-family: 'Lato', sans-serif; transition: all 0.25s; }
.form-submit:hover { background: var(--teal-dark); }
.form-note { font-size: 0.75rem; color: var(--gray); text-align: center; margin-top: 12px; }
.wpcf7-response-output { margin-top: 16px; padding: 12px 16px; border-radius: 8px; font-size: 0.85rem; }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.testi-card { background: var(--white); border-radius: 12px; padding: 28px; border: 1px solid #edf0f0; box-shadow: 0 2px 16px rgba(0,0,0,0.04); }
.testi-stars { color: #ffd700; font-size: 0.9rem; margin-bottom: 14px; }
.testi-text { font-size: 0.9rem; color: var(--gray); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--teal); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 1rem; flex-shrink: 0; overflow: hidden; }
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-weight: 700; font-size: 0.9rem; }
.testi-origin { font-size: 0.75rem; color: var(--gray); }

/* ── SINGLE PACKAGE PAGE ── */
.single-package { padding: 120px 5% 80px; max-width: 900px; margin: 0 auto; }
.single-pkg-header { margin-bottom: 40px; }
.single-pkg-cat { font-size: 0.72rem; letter-spacing: 3px; text-transform: uppercase; color: var(--teal); font-weight: 700; margin-bottom: 10px; }
.single-pkg-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 12px; }
.single-pkg-meta { display: flex; gap: 24px; color: var(--gray); font-size: 0.88rem; margin-bottom: 32px; flex-wrap: wrap; }
.single-pkg-img { width: 100%; height: 420px; object-fit: cover; border-radius: 12px; margin-bottom: 40px; }
.single-pkg-focus { background: var(--teal-light); border-left: 4px solid var(--teal); padding: 16px 20px; border-radius: 0 8px 8px 0; margin-bottom: 40px; color: var(--teal-dark); font-weight: 700; }
.itinerary { display: flex; flex-direction: column; gap: 24px; }
.day-block { border-left: 3px solid var(--teal); padding-left: 20px; }
.day-title { font-weight: 700; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; color: var(--teal); margin-bottom: 10px; }
.day-items { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.day-items li { font-size: 0.9rem; color: var(--gray); line-height: 1.5; padding-left: 16px; position: relative; }
.day-items li::before { content: '→'; position: absolute; left: 0; color: var(--teal); }
.pkg-cta-box { background: var(--teal); color: var(--white); border-radius: 16px; padding: 40px; margin-top: 48px; text-align: center; }
.pkg-cta-box h3 { font-family: 'Playfair Display', serif; font-size: 1.8rem; margin-bottom: 12px; }
.pkg-cta-box p { opacity: 0.85; margin-bottom: 24px; }

/* ── FOOTER ── */
.lnc-footer { background: var(--dark); color: rgba(255,255,255,0.6); padding: 64px 5% 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand-desc { font-size: 0.88rem; line-height: 1.7; margin: 16px 0 24px; max-width: 300px; }
.footer-social { display: flex; gap: 12px; }
.social-link { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 0.8rem; font-weight: 700; transition: all 0.2s; }
.social-link:hover { border-color: var(--teal); color: var(--teal); }
.footer-heading { color: var(--white); font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links li a { color: rgba(255,255,255,0.5); font-size: 0.88rem; transition: color 0.2s; }
.footer-links li a:hover { color: var(--teal); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 28px; display: flex; justify-content: space-between; font-size: 0.78rem; flex-wrap: wrap; gap: 12px; }

/* ── ADMIN NOTICE ── */
.lnc-admin-bar { background: var(--teal); color: var(--white); text-align: center; padding: 10px; font-size: 0.8rem; }
.lnc-admin-bar a { color: var(--white); text-decoration: underline; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .about-grid, .book-grid { grid-template-columns: 1fr; gap: 40px; }
  .lnc-stats { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-menu { display: none; }
  .nav-toggle { display: block; }
  .nav-menu.open { display: flex; flex-direction: column; position: absolute; top: 70px; left: 0; right: 0; background: rgba(13,31,30,0.98); padding: 20px 5%; gap: 16px; }
  .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .hero-title { font-size: 2.2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .lnc-stats { grid-template-columns: repeat(2,1fr); }
	
}
.lnc-nav .nav-logo img,
.lnc-nav .nav-logo .custom-logo,
.lnc-nav a.nav-logo img {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}
/* ── OUR TEAM ── */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}
.team-card {
  background: var(--white);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #edf0f0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform 0.3s, box-shadow 0.3s;
}
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,166,156,0.12);
}
.team-card--founder {
  border-top: 4px solid var(--teal);
}
.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--teal);
  flex-shrink: 0;
}
.team-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 700;
}
.team-role {
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 4px;
}
.team-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.team-bio {
  font-size: 0.88rem;
  color: var(--gray);
  line-height: 1.7;
  font-weight: 300;
}
.team-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.team-tag {
  background: var(--teal-light);
  color: var(--teal-dark);
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.73rem;
  font-weight: 700;
}

/* ── OUR LEGACY ── */
.legacy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}
.legacy-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(0,166,156,0.25);
  border-radius: 12px;
  padding: 28px;
  transition: all 0.3s;
}
.legacy-card:hover {
  border-color: var(--teal);
  background: rgba(0,166,156,0.08);
  transform: translateY(-3px);
}
.legacy-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.legacy-label {
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 6px;
}
.legacy-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 4px;
}
.legacy-value {
  font-size: 0.82rem;
  color: var(--teal);
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
.legacy-desc {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.6;
}
.legacy-cta {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 40px;
}
.legacy-cta p {
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
  font-size: 0.95rem;
}

@media (max-width: 600px) {
  .team-card { flex-direction: column; }
  .legacy-grid { grid-template-columns: 1fr; }
}
