/* ═══════════════════════════════════════════════════════
   VISIT THIS HOME PAGE  —  contact.css
   All classes prefixed with ct- to avoid cross-template conflicts
   ═══════════════════════════════════════════════════════ */

/* ── HERO ───────────────────────────────────────────────────────── */
.ct-hero {
  position: relative;
  height: 58vh;
  min-height: 420px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--green-dark);
}
.ct-hero-texture {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(106,158,82,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 50% 80% at 20% 60%, rgba(74,122,56,0.12) 0%, transparent 60%);
  z-index: 0;
}
.ct-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(30,61,20,0.18) 0%,
    rgba(30,61,20,0.55) 60%,
    rgba(30,61,20,0.82) 100%
  );
  z-index: 1;
}
.ct-hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 60px 56px;
  max-width: 860px;
}
.ct-hero-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 16px;
}
.ct-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 300;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 18px;
}
.ct-hero-title em {
  font-style: italic;
  color: var(--gold-light);
}
.ct-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.68);
  max-width: 520px;
  line-height: 1.7;
}

/* ── VISIT WAYS ─────────────────────────────────────────────────── */
.ct-visit-ways {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.ct-visit-ways-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ct-visit-way {
  padding: 52px 60px;
}
.ct-visit-way:first-child {
  border-right: 1px solid var(--border);
}
.ct-visit-way-tag {
  display: inline-block;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.ct-visit-way-tag.ct-tag-gold {
  background: #fdf5e6;
  color: var(--gold);
}
.ct-visit-way-tag.ct-tag-green {
  background: var(--green-light);
  color: var(--green-dark);
}
.ct-visit-way h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 2.6vw, 36px);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 14px;
}
.ct-visit-way h2 em {
  font-style: italic;
  color: var(--green);
}
.ct-visit-way p {
  font-size: 14px;
  color: var(--ink-light);
  line-height: 1.75;
  margin-bottom: 10px;
}
.ct-visit-way p:last-of-type {
  margin-bottom: 28px;
}

/* Open House date blocks */
.ct-oh-date-block {
  background: var(--gold);
  border-radius: 3px;
  padding: 20px 24px;
}
.ct-oh-date-label {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 6px;
}
.ct-oh-date-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}
.ct-oh-date-time {
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  margin-top: 5px;
  font-weight: 400;
  letter-spacing: 0.3px;
}

/* ShowingTime block */
.ct-showingtime-block {
  background: var(--green-light);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 20px 24px;
}
.ct-st-label {
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 8px;
}
.ct-st-body {
  font-size: 13.5px;
  color: var(--ink-soft);
  line-height: 1.65;
}
.ct-st-body strong {
  font-weight: 600;
  color: var(--ink);
}

/* ── CONTACT SECTION ────────────────────────────────────────────── */
.ct-contact-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 72px 60px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 72px;
  align-items: start;
}

/* Section label — line on LEFT (::before) */
.ct-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 14px;
}
.ct-section-label::before {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: var(--green);
  flex-shrink: 0;
}

/* Expect / detail block */
.ct-oh-detail-block h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 12px;
}
.ct-oh-detail-block h2 em {
  font-style: italic;
  color: var(--green);
}
.ct-intro {
  font-size: 14.5px;
  color: var(--ink-light);
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 540px;
}

/* Expect list */
.ct-expect-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ct-el-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 22px 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ct-el-item:hover {
  border-color: var(--green);
  box-shadow: 0 4px 18px rgba(106,158,82,0.08);
}
.ct-el-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 300;
  color: var(--border);
  line-height: 1;
  flex-shrink: 0;
  padding-top: 2px;
  min-width: 32px;
}
.ct-el-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 5px;
}
.ct-el-body {
  font-size: 13px;
  color: var(--ink-light);
  line-height: 1.65;
}

/* ── SIDEBAR ─────────────────────────────────────────────────────── */

/* Info card (Property at a Glance + Getting Here) */
.ct-info-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ct-info-card-header {
  background: var(--green-light);
  border-bottom: 1px solid var(--border);
  padding: 14px 22px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
}
.ct-info-card-body {
  padding: 0 22px;
}
.ct-info-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-soft);
  font-size: 13.5px;
}
.ct-info-row:last-child {
  border-bottom: none;
}
.ct-info-key {
  color: var(--ink-light);
  font-size: 12px;
  font-weight: 400;
  flex-shrink: 0;
}
.ct-info-val {
  color: var(--ink);
  font-weight: 500;
  text-align: right;
}
.ct-info-val.ct-green {
  color: var(--green);
}

/* Map card */
.ct-map-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.ct-map-card iframe {
  display: block;
  width: 100%;
}
.ct-map-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--green-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ink-light);
}
.ct-map-pin {
  font-size: 28px;
}
.ct-map-placeholder p {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  max-width: 180px;
  color: var(--ink-light);
  margin: 0;
}

/* Directions list */
.ct-directions-list {
  list-style: none;
}
.ct-dir-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-soft);
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.ct-dir-item:last-child {
  border-bottom: none;
}
.ct-dir-icon {
  font-size: 15px;
  flex-shrink: 0;
  margin-top: 1px;
}
.ct-dir-text strong {
  display: block;
  font-weight: 600;
  color: var(--ink);
  font-size: 12px;
  margin-bottom: 1px;
}

/* ── DISCLAIMER ─────────────────────────────────────────────────── */
.ct-disclaimer-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 60px 80px;
  border-top: 1px solid var(--border-soft);
}
.ct-disclaimer-section h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 16px;
}
.ct-disclaimer-text {
  font-size: 12.5px;
  color: var(--ink-light);
  line-height: 1.85;
  max-width: 780px;
}
.ct-disclaimer-text p {
  margin-bottom: 10px;
}
.ct-disclaimer-text p:last-child {
  margin-bottom: 0;
}

/* ── SCROLL REVEAL ──────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }

/* ── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .ct-visit-ways-inner {
    grid-template-columns: 1fr;
  }
  .ct-visit-way:first-child {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  .ct-visit-way {
    padding: 40px 28px;
  }
  .ct-contact-section {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 52px 28px;
  }
  .ct-sidebar {
    order: -1;
  }
  .ct-disclaimer-section {
    padding: 40px 28px 60px;
  }
}
@media (max-width: 600px) {
  .ct-hero-content {
    padding: 72px 20px 36px;
  }
}
