/* NatureJAB /tour-ads — Mark V Ad Tour lead-gen page.
   Brand tokens match the rest of the site. Scoped under .tourads. 0 radius, ALL-CAPS labels. */

.tourads {
  --bg: #0D0E0A;
  --panel: #14150F;
  --lime: #5DBA63;
  --flame: #FF5B1F;
  --text: #F3EFE3;
  --muted: #A8A393;
  --border: #2A2B24;
  background: var(--bg);
  color: var(--text);
  font-family: "Bitter", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.tourads * { box-sizing: border-box; }

.tourads .ta-wrap { max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.tourads .ta-eyebrow {
  font-family: "JetBrains Mono", monospace;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--lime); margin: 0 0 12px;
}
.tourads h1, .tourads h2 {
  font-family: "Archivo Black", sans-serif; font-weight: 900;
  text-transform: uppercase; letter-spacing: -0.5px; color: var(--text); margin: 0;
}

/* ── Buttons ── */
.tourads .ta-btn {
  display: inline-block; font-family: "JetBrains Mono", monospace;
  font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  background: var(--lime); color: #0E160F; padding: 16px 30px; text-decoration: none;
  border: 1px solid var(--lime); cursor: pointer; transition: background 0.2s, box-shadow 0.2s;
}
.tourads .ta-btn:hover { background: #6fce75; box-shadow: 0 0 24px rgba(93,186,99,0.25); }
.tourads .ta-btn.flame { background: var(--flame); border-color: var(--flame); color: #1a0a04; }
.tourads .ta-btn.flame:hover { background: #ff6f3a; box-shadow: 0 0 24px rgba(255,91,31,0.25); }

/* ── Hero ── */
.tourads .ta-hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end;
  background: #07080a; overflow: hidden; }
.tourads .ta-hero-video { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; z-index: 1; background: #07080a; }
.tourads .ta-hero-empty { position: absolute; inset: 0; z-index: 1;
  display: flex; align-items: center; justify-content: center;
  font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; color: #2f3128; border-bottom: 1px solid var(--border); }
/* solid hard-edged panel, never a translucent scrim */
.tourads .ta-hero-panel { position: relative; z-index: 2; background: var(--bg);
  border: 1px solid var(--border); border-left: 4px solid var(--flame);
  max-width: 620px; margin: 0 24px 48px; padding: 28px 30px; }
.tourads .ta-hero-title { font-size: clamp(28px, 4.6vw, 46px); line-height: 1.02; }
.tourads .ta-hero-sub { font-size: 15px; line-height: 1.6; color: var(--muted); margin: 16px 0 22px; }

/* ── Thesis strip ── */
.tourads .ta-thesis { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: var(--panel); }
.tourads .ta-thesis .ta-wrap { padding-top: 30px; padding-bottom: 30px; border-left: 4px solid var(--lime); }
.tourads .ta-thesis p { margin: 0; font-size: clamp(17px, 2.3vw, 22px); line-height: 1.45; color: var(--text); }
.tourads .ta-thesis strong { color: var(--lime); font-weight: 700; }

/* ── Reach band ── */
.tourads .ta-reach { padding: 56px 0 20px; }
.tourads .ta-reach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tourads .ta-reach-tile { background: var(--panel); border: 1px solid var(--border); padding: 28px 18px; text-align: center; }
.tourads .ta-reach-num { font-family: "Archivo Black", sans-serif; font-size: clamp(22px, 3.4vw, 32px);
  color: var(--text); line-height: 1; }
.tourads .ta-reach-label { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--muted); margin-top: 10px; line-height: 1.5; }
.tourads .ta-reach-foot { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 1px;
  color: #54524A; text-align: center; margin-top: 14px; }

/* ── Generic section ── */
.tourads .ta-section { padding: 48px 0; }
.tourads .ta-section h2 { font-size: clamp(24px, 3.4vw, 32px); margin-bottom: 22px; }

/* What you get */
.tourads .ta-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.tourads .ta-list li { background: var(--panel); border: 1px solid var(--border); border-left: 3px solid var(--lime);
  padding: 16px 18px; font-size: 15px; line-height: 1.55; color: var(--muted); }
.tourads .ta-list li strong { color: var(--text); font-weight: 700; }

/* Route */
.tourads .ta-route-img { width: 100%; display: block; border: 1px solid var(--border); background: var(--panel);
  aspect-ratio: 16/9; object-fit: cover; }
.tourads .ta-route-empty { width: 100%; aspect-ratio: 16/9; border: 1px solid var(--border); background: var(--panel);
  display: flex; align-items: center; justify-content: center; font-family: "JetBrains Mono", monospace;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: #2f3128; }
.tourads .ta-days { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
.tourads .ta-day { background: var(--panel); border: 1px solid var(--border); padding: 16px; }
.tourads .ta-day-k { font-family: "JetBrains Mono", monospace; font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--lime); margin-bottom: 6px; }
.tourads .ta-day-v { font-size: 14px; color: var(--muted); line-height: 1.5; }
.tourads .ta-note { font-family: "JetBrains Mono", monospace; font-size: 11px; color: #54524A; margin-top: 12px; }

/* ── Inquiry form ── */
.tourads .ta-inquire { background: var(--panel); border-top: 1px solid var(--border); }
.tourads .ta-form { max-width: 640px; }
.tourads .ta-form-row { margin-bottom: 14px; }
.tourads .ta-form-half { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.tourads .ta-label { display: block; font-family: "JetBrains Mono", monospace; font-size: 10px;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.tourads .ta-input { width: 100%; background: var(--bg); border: 1px solid var(--border); color: var(--text);
  font-family: "Bitter", serif; font-size: 15px; padding: 12px 14px; border-radius: 0; }
.tourads .ta-input:focus { outline: none; border-color: var(--lime); }
.tourads select.ta-input { font-family: "JetBrains Mono", monospace; font-size: 13px; }
.tourads textarea.ta-input { resize: vertical; min-height: 90px; }
.tourads .ta-consent { display: flex; gap: 10px; align-items: flex-start; margin: 12px 0 0;
  font-size: 13px; color: var(--muted); line-height: 1.45; cursor: pointer; }
.tourads .ta-consent input { margin-top: 3px; accent-color: var(--lime); }
.tourads .ta-consent a { color: var(--lime); }
.tourads .ta-submit { margin-top: 20px; width: 100%; border: none; }
.tourads .ta-status { font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: 1px;
  text-transform: uppercase; margin-top: 14px; min-height: 16px; }
.tourads .ta-status.success { color: var(--lime); }
.tourads .ta-status.error { color: var(--flame); }

/* ── FAQ ── */
.tourads .ta-faq-lead { font-size: clamp(16px, 2.2vw, 19px); line-height: 1.5; color: var(--text);
  border-left: 4px solid var(--lime); padding-left: 18px; margin-bottom: 26px; }
.tourads .ta-faq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tourads .ta-faq-q { font-family: "JetBrains Mono", monospace; font-size: 11px; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--lime); margin-bottom: 8px; }
.tourads .ta-faq-a { font-size: 14px; color: var(--muted); line-height: 1.55; }

/* ── Responsive ── */
@media (max-width: 760px) {
  .tourads .ta-reach-grid { grid-template-columns: 1fr; }
  .tourads .ta-days { grid-template-columns: 1fr; }
  .tourads .ta-faq-grid { grid-template-columns: 1fr; }
  .tourads .ta-form-half { grid-template-columns: 1fr; }
  /* Mobile: stop overlaying. Stack the full 16:9 video on top, text panel below it. */
  .tourads .ta-hero { display: block; min-height: 0; }
  .tourads .ta-hero-video,
  .tourads .ta-hero-empty { position: static; inset: auto; width: 100%; height: auto; aspect-ratio: 16 / 9; }
  .tourads .ta-hero-panel { position: static; max-width: none; margin: 0; padding: 24px 20px;
    border-top: none; border-left: 4px solid var(--flame); }
}
