/* ═══════════════════════════════════════════════════════════
   CityCalc — Ask CityCalc teaser (/ask.html)
   Institutional navy/gold. Coming-soon page + waitlist capture.
═══════════════════════════════════════════════════════════ */

.ak-main { width: 100%; }

.ak-section { padding: 72px 24px; }
.ak-section-inner { max-width: 1080px; margin: 0 auto; }
.ak-section-inner-narrow { max-width: 720px; }
.ak-section-cream { background: var(--cream); }
.ak-section-dark { background: var(--ink); color: #fff; }

.ak-eyebrow-dark {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}

/* ─── Hero ─── */
.ak-hero {
  background: radial-gradient(120% 140% at 80% -10%, #16213c 0%, var(--ink) 55%);
  color: #fff; padding: 84px 24px 76px;
}
.ak-hero-inner { max-width: 1080px; margin: 0 auto; }
.ak-eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.ak-badge {
  display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink); background: var(--gold);
  padding: 4px 12px; border-radius: 20px; margin-bottom: 18px;
}
.ak-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(34px, 5.5vw, 58px); line-height: 1.08; margin-bottom: 22px;
}
.ak-title em { color: var(--gold); font-style: italic; }
.ak-lede {
  font-size: clamp(16px, 1.6vw, 19px); line-height: 1.6; color: #cdd6e6;
  max-width: 60ch; margin-bottom: 32px;
}
.ak-cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ─── Buttons (self-contained) ─── */
.btn-gold, .btn-ghost-light {
  font-size: 15px; font-weight: 600; padding: 13px 24px; border-radius: 8px;
  transition: background .15s, color .15s, border-color .15s, transform .15s;
  display: inline-block; line-height: 1.2; cursor: pointer; border: none;
}
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: #a3782f; }
.btn-ghost-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.32); }
.btn-ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.06); }

/* ─── Section heading ─── */
.ak-h2 {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(24px, 3.2vw, 36px); line-height: 1.18; color: var(--ink); margin-bottom: 28px; max-width: 22ch;
}

/* ─── Example prompts ─── */
.ak-prompts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ak-prompt {
  position: relative; background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 26px 26px 26px 56px; min-height: 96px; display: flex; align-items: center;
  box-shadow: 0 1px 2px rgba(10,15,28,.04), 0 12px 34px -26px rgba(10,15,28,.22);
}
.ak-prompt-mark {
  position: absolute; left: 22px; top: 14px;
  font-family: 'Playfair Display', serif; font-size: 44px; line-height: 1; color: var(--gold);
}
.ak-prompt-q {
  font-size: clamp(16px, 1.6vw, 18px); line-height: 1.45; color: var(--ink); font-weight: 500; margin: 0;
}

/* ─── How it will work ─── */
.ak-section-dark .ak-eyebrow { color: var(--gold); margin-bottom: 26px; }
.ak-how { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ak-how-h {
  font-size: 17px; font-weight: 600; color: #fff; margin-bottom: 10px;
}
.ak-how-p { font-size: 15px; line-height: 1.6; color: #cdd6e6; margin: 0; }

/* ─── Waitlist ─── */
.ak-waitlist-title {
  font-family: 'Playfair Display', serif; font-weight: 500;
  font-size: clamp(24px, 3vw, 34px); line-height: 1.2; color: var(--ink); margin-bottom: 10px;
}
.ak-waitlist-sub { font-size: 16px; line-height: 1.6; color: var(--ink-3); margin-bottom: 26px; max-width: 54ch; }
.ak-waitlist { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.ak-waitlist-input {
  flex: 1 1 280px; min-width: 0; font-size: 15px; padding: 13px 16px;
  border: 1px solid var(--border-2); border-radius: 8px; background: #fff; color: var(--ink);
}
.ak-waitlist-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,134,58,.15); }
.ak-waitlist-msg { flex-basis: 100%; font-size: 14px; color: #1f5130; min-height: 1em; }
.ak-note { margin-top: 22px; font-size: 13px; line-height: 1.55; color: var(--ink-3); max-width: 60ch; }

/* ─── Responsive ─── */
@media (max-width: 720px) {
  .ak-section { padding: 52px 20px; }
  .ak-prompts { grid-template-columns: 1fr; }
  .ak-how { grid-template-columns: 1fr; gap: 26px; }
  .ak-waitlist .btn-gold { width: 100%; }
}
