/* Twin Creeks Ranch — redesign concept | Booked & Visible */
:root {
  --forest: #33502f;
  --forest-dark: #22361f;
  --maroon: #6f2027;
  --maroon-dark: #4e161b;
  --gold: #c08a34;
  --gold-light: #e0b566;
  --cream: #faf6ec;
  --parchment: #f3ecdc;
  --charcoal: #2a2620;
  --ink: #3c362c;
  --line: #e2d8c0;
  --radius: 14px;
  --shadow: 0 18px 40px -18px rgba(42, 38, 32, 0.35);
  --shadow-sm: 0 8px 20px -10px rgba(42, 38, 32, 0.3);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Karla", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
}

h1, h2, h3, h4 {
  font-family: "Fraunces", Georgia, serif;
  color: var(--forest-dark);
  line-height: 1.15;
  margin: 0 0 0.5em;
  letter-spacing: 0.2px;
}

h1 { font-size: clamp(2.1rem, 4vw, 3.4rem); font-weight: 600; }
h2 { font-size: clamp(1.6rem, 2.6vw, 2.3rem); font-weight: 600; }
h3 { font-size: 1.25rem; font-weight: 600; }

p { margin: 0 0 1em; }
a { color: var(--maroon); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-family: "Karla", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}

/* Concept notice */
.concept-bar {
  background: var(--forest-dark);
  color: #f1ead4;
  font-size: 0.82rem;
  text-align: center;
  padding: 8px 16px;
  letter-spacing: 0.3px;
}
.concept-bar strong { color: var(--gold-light); }

/* Header */
header.site-header {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1140px;
  margin: 0 auto;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand img { height: 54px; width: auto; }
.brand-text {
  font-family: "Fraunces", serif;
  line-height: 1.1;
}
.brand-text .ranch-name { font-size: 1.15rem; font-weight: 600; color: var(--forest-dark); display:block; }
.brand-text .ranch-loc { font-size: 0.72rem; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); }

nav.main-nav {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
nav.main-nav a {
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-size: 0.86rem;
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.2px;
}
nav.main-nav a:hover { background: var(--parchment); }
nav.main-nav a.active { color: var(--maroon); background: var(--parchment); }

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  flex: none;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: var(--forest-dark);
  position: relative;
  transition: 0.2s;
}
.nav-toggle span::before { position:absolute; top:-6px; }
.nav-toggle span::after { position:absolute; top:6px; }

@media (max-width: 860px) {
  .header-inner { flex-wrap: wrap; }
  .nav-toggle { display: flex; }
  nav.main-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 2px;
    order: 3;
    border-top: 1px solid var(--line);
    padding-top: 10px;
    margin-top: 10px;
  }
  nav.main-nav.open { display: flex; }
  nav.main-nav a { padding: 12px 10px; }
  .header-cta { order: 2; margin-left: auto; }
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--maroon);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.84rem;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
}
.header-cta:hover { background: var(--maroon-dark); text-decoration:none; }

/* Announcement strip */
.announce {
  background: linear-gradient(90deg, var(--forest) 0%, var(--forest-dark) 100%);
  color: #f4efdd;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.announce a { color: var(--gold-light); text-decoration: underline; }

/* Hero */
.hero {
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 62vh;
  background-size: cover;
  background-position: center;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,24,15,0.55) 0%, rgba(20,24,15,0.72) 55%, rgba(20,24,15,0.88) 100%);
  z-index: -1;
}
.hero-inner { padding: 90px 24px 60px; max-width: 1140px; margin: 0 auto; width: 100%; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { color: #fff; max-width: 760px; }
.hero p.lede { max-width: 620px; font-size: 1.12rem; color: #f1ece0; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  border: 2px solid transparent;
}
.btn-primary { background: var(--gold); color: var(--charcoal) !important; }
.btn-primary:hover { background: var(--gold-light); text-decoration: none; }
.btn-outline { border-color: rgba(255,255,255,0.7); color: #fff !important; }
.btn-outline:hover { background: rgba(255,255,255,0.12); text-decoration: none; }
.btn-dark { background: var(--forest-dark); color: #fff !important; }
.btn-dark:hover { background: var(--forest); text-decoration: none; }

/* Page header (non-home) */
.page-hero {
  min-height: 40vh;
}

/* Sections */
section { padding: 64px 0; }
section.tight { padding: 40px 0; }
.section-alt { background: var(--parchment); }
.section-head { max-width: 700px; margin-bottom: 34px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

/* Grid helpers */
.grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 900px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
}

/* Cards */
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow-sm);
}
.card h3 { margin-bottom: 8px; }
.feature-card { display: flex; gap: 14px; align-items: flex-start; }
.feature-icon {
  flex: none;
  width: 42px; height: 42px;
  border-radius: 10px;
  background: var(--forest);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}

.photo-card { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.photo-card img { aspect-ratio: 4/3; object-fit: cover; width: 100%; height: 100%; }
.photo-card figcaption { padding: 12px 14px; font-size: 0.85rem; color: var(--ink); background: #fff; font-weight: 600;}

/* Two-column feature */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.split img { border-radius: var(--radius); box-shadow: var(--shadow); }

/* Facility list */
.facility-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 12px 24px; }
@media (max-width: 640px) { .facility-list { grid-template-columns: 1fr; } }
.facility-list li {
  padding-left: 26px;
  position: relative;
  font-size: 0.98rem;
}
.facility-list li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 9px; height: 9px;
  background: var(--gold);
  border-radius: 50%;
}

/* Pricing */
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.price-table th, .price-table td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
.price-table th { background: var(--forest); color: #fff; font-family:"Fraunces",serif; font-weight:600; }
.price-table tr:last-child td { border-bottom: none; }
.price-table td.amount { font-weight: 700; color: var(--maroon); white-space: nowrap; }

.pricing-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow-sm);
}
.pricing-card .amount { font-family:"Fraunces",serif; font-size: 2rem; color: var(--maroon); font-weight:600; }
.pricing-card .amount span { font-size: 0.95rem; color: var(--ink); font-weight: 400; font-family:"Karla",sans-serif; }
.pricing-card ul { padding-left: 18px; margin: 14px 0 0; font-size: 0.92rem; }
.pricing-card ul li { margin-bottom: 6px; }

/* Coach cards */
.coach-card { background:#fff; border:1px solid var(--line); border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); }
.coach-card img { width:100%; aspect-ratio: 3/3.4; object-fit: cover; }
.coach-card .coach-body { padding: 20px 22px 24px; }
.coach-card h3 { margin-bottom: 2px; }
.coach-role { color: var(--gold); font-weight: 700; font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 12px; display:block; }
.coach-card ul { margin: 10px 0 0; padding-left: 18px; font-size: 0.92rem; }
.coach-card ul li { margin-bottom: 4px; }

/* Quote / testimonial-esque */
.callout {
  background: var(--forest-dark);
  color: #f4efdd;
  border-radius: var(--radius);
  padding: 40px;
  text-align: center;
}
.callout h2 { color: #fff; }
.callout p { color: #e7e1cc; max-width: 640px; margin-left: auto; margin-right: auto; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-item { display: flex; gap: 14px; margin-bottom: 22px; align-items: flex-start; }
.contact-item .ic { flex:none; width:40px;height:40px;border-radius:50%;background:var(--parchment); display:flex;align-items:center;justify-content:center; color:var(--maroon); font-weight:700; }
.map-frame { border-radius: var(--radius); overflow:hidden; box-shadow: var(--shadow-sm); border:1px solid var(--line); }
.map-frame iframe { width:100%; height:100%; min-height:360px; border:0; display:block; }

/* Footer */
footer.site-footer {
  background: var(--charcoal);
  color: #cfc7b3;
  padding: 54px 0 24px;
  margin-top: 40px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 34px; }
@media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; } }
footer.site-footer h4 { color: #fff; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; }
footer.site-footer a { color: #cfc7b3; }
footer.site-footer a:hover { color: #fff; }
footer.site-footer ul { list-style: none; padding: 0; margin: 0; }
footer.site-footer li { margin-bottom: 8px; font-size: 0.92rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 20px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 0.78rem;
  color: #8f8874;
}
.footer-bottom .badge {
  background: rgba(192,138,52,0.16);
  color: var(--gold-light);
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 700;
}

/* Utility */
.mt-0 { margin-top: 0; }
.text-center { text-align: center; }
.muted { color: #7d7461; }
