/* Floral Profit — Contact page.
   Reuses tokens + nav/footer from styles.css. Loaded after styles.css.
   Prefix: .ct- */

.ct-hero {
  background: var(--fp-bg-warm);
  border-bottom: 1px solid var(--fp-line);
}
.ct-hero-inner {
  max-width: var(--fp-content);
  margin: 0 auto;
  padding: 52px 32px 92px;
}
.ct-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 540px);
  gap: 72px;
  align-items: start;
}

/* ── Intro column ─────────────────────────────────────────────────────── */
.ct-intro { min-width: 0; padding-top: 12px; }
.ct-eyebrow {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fp-accent);
  margin-bottom: 18px;
}
.ct-title {
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--fp-ink);
  margin: 0 0 20px;
  max-width: 14ch;
  text-wrap: balance;
}
.ct-lede {
  font-size: 19px;
  line-height: 1.6;
  color: var(--fp-ink-2);
  max-width: 46ch;
  margin: 0 0 36px;
  text-wrap: pretty;
}
.ct-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 42ch;
}
.ct-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.ct-point-mark {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--fp-accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.ct-point-mark svg { width: 14px; height: 14px; color: var(--fp-accent); }
.ct-point-body { font-size: 16px; line-height: 1.5; color: var(--fp-ink-2); }
.ct-point-body b { color: var(--fp-ink); font-weight: 800; }

/* ── Form card ────────────────────────────────────────────────────────── */
.ct-card {
  background: #fff;
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius-lg);
  box-shadow: var(--fp-shadow-md);
  padding: 36px 36px 32px;
}
.ct-form { display: flex; flex-direction: column; gap: 18px; }
.ct-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.ct-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.ct-label {
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fp-muted);
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.ct-opt { font-weight: 600; color: var(--fp-line-2); letter-spacing: 0; text-transform: none; }

.ct-control {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--fp-line-2);
  border-radius: 11px;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ct-control:focus-within {
  border-color: var(--fp-accent);
  box-shadow: 0 0 0 4px var(--fp-accent-soft);
}
.ct-control input,
.ct-control select,
.ct-control textarea {
  flex: 1;
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 16px;
  font-weight: 500;
  color: var(--fp-ink);
  padding: 13px 15px;
  outline: none;
  resize: none;
}
.ct-control textarea { line-height: 1.55; min-height: 132px; padding-top: 12px; }
.ct-control input::placeholder,
.ct-control textarea::placeholder { color: #A6B0BA; font-weight: 500; }
.ct-control select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23637381' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>")
    right 14px center / 16px no-repeat;
  padding-right: 42px;
}
.ct-control select:invalid { color: #A6B0BA; font-weight: 500; }

.ct-turnstile { min-height: 4px; }
.ct-submit { width: 100%; justify-content: center; margin-top: 2px; }
.ct-foot {
  font-size: 13px;
  line-height: 1.5;
  color: var(--fp-muted);
  text-align: center;
  margin: 4px 0 0;
}
.ct-foot a { color: var(--fp-accent); font-weight: 700; }
.ct-foot a:hover { text-decoration: underline; }

/* ── Thank-you state ──────────────────────────────────────────────────── */
.ct-thanks {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding: 92px 32px 120px;
}
.ct-thanks-mark {
  width: 76px; height: 76px;
  border-radius: 50%;
  background: var(--fp-accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}
.ct-thanks-mark svg { width: 38px; height: 38px; color: var(--fp-accent); }
.ct-thanks h1 {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 16px;
  color: var(--fp-ink);
  text-wrap: balance;
}
.ct-thanks p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--fp-ink-2);
  margin: 0 auto 32px;
  max-width: 44ch;
}

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 920px) {
  .ct-grid { grid-template-columns: 1fr; gap: 44px; }
  .ct-hero-inner { padding: 32px 24px 72px; }
  .ct-intro { padding-top: 0; }
  .ct-title { max-width: 18ch; }
}
@media (max-width: 560px) {
  .ct-row { grid-template-columns: 1fr; }
  .ct-card { padding: 26px 22px 24px; }
}
