/* ============================================================
   CONTACT (ct-*)
   ============================================================ */

.ct-page {
  --paper:   var(--parchment-lightest);
  --paper-2: var(--parchment-light);
  --paper-3: var(--parchment);
  --line:    #d6cbb8;
  --ink-2:   #3a3026;
  --ink-3:   #6b5a44;

  --display: var(--font-display);
  --body:    var(--font-body);
  --accent:  var(--font-accent);
  --mono:    var(--font-mono, ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace);

  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  position: relative;
}
.ct-page::before {
  content: ""; position: absolute; inset: 0;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse at 20% 10%, rgba(120,90,55,0.04), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(120,90,55,0.04), transparent 60%);
}
.ct-page > * { position: relative; z-index: 1; }
:where(.ct-page a) { color: inherit; text-decoration: none; }

/* Hero */
.ct-hero {
  position: relative; overflow: hidden;
  background: var(--ink); color: var(--paper);
}
.ct-hero__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  filter: brightness(0.55) saturate(0.9);
}
.ct-hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(20,16,12,0.55) 0%, rgba(20,16,12,0.65) 50%, rgba(20,16,12,0.95) 100%);
}
.ct-hero__inner {
  position: relative; z-index: 2;
  max-width: 1100px; margin: 0 auto;
  padding: 110px 40px 110px;
  text-align: center;
}
.ct-hero__kicker {
  font-family: var(--mono); font-size: 11.5px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 22px;
  display: inline-flex; align-items: center; gap: 14px;
}
.ct-hero__kicker::before { content: ""; width: 50px; height: 1px; background: var(--gold); }
.ct-hero__kicker::after { content: ""; width: 50px; height: 1px; background: var(--gold); }
.ct-hero__h {
  font-family: var(--display);
  font-size: 76px; line-height: 0.98; letter-spacing: -0.01em;
  font-weight: 500;
  margin: 0 0 22px;
  color: var(--paper);
  text-wrap: balance;
}
.ct-hero__h em { font-family: var(--accent); font-style: italic; color: var(--gold); font-weight: 400; }
.ct-hero__sub {
  font-size: 21px;
  color: rgba(245,240,232,0.92);
  line-height: 1.55;
  margin: 0 auto;
  max-width: 700px;
  font-style: italic;
  text-wrap: pretty;
}

/* Body */
.ct-body { background: var(--paper); }
.ct-body__inner {
  max-width: 920px; margin: 0 auto;
  padding: 70px 40px 90px;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 60px; align-items: start;
}
.ct-channels {
  display: flex; flex-direction: column; gap: 10px;
  padding-top: 14px;
}
.ct-channels__head {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-3);
  margin: 0 0 14px;
}
.ct-channel {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: var(--paper); border: 1px solid var(--line);
  font-family: var(--display); font-size: 14px;
  letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600;
  color: var(--ink);
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.ct-channel:hover { border-color: var(--ink); background: var(--paper-2); transform: translateY(-1px); }
.ct-channel svg { width: 18px; height: 18px; flex-shrink: 0; }
.ct-channel--discord { color: #5865F2; }
.ct-channel--patreon { color: var(--patreon); }
.ct-channel--youtube { color: #FF0000; }
.ct-channel--discord:hover { background: rgba(88,101,242,0.06); }
.ct-channel--patreon:hover { background: rgba(176,56,56,0.06); }
.ct-channel--youtube:hover { background: rgba(255,0,0,0.04); }

.ct-form__head { margin-bottom: 28px; }
.ct-form__kicker {
  font-family: var(--mono); font-size: 11px;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--rouge);
  margin-bottom: 14px;
  display: inline-flex; align-items: center; gap: 12px;
}
.ct-form__kicker::after { content: ""; width: 28px; height: 1px; background: var(--rouge); }
.ct-form__h {
  font-family: var(--display); font-size: 36px;
  line-height: 1.1; font-weight: 500;
  margin: 0 0 12px; color: var(--ink);
}
.ct-form__h em { font-family: var(--accent); font-style: italic; color: var(--sepia); font-weight: 400; }
.ct-form__intro {
  font-size: 16px; line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
  text-wrap: pretty;
}
.ct-form__intro a { color: var(--rouge); text-decoration: underline; text-underline-offset: 2px; }

.ct-form {
  background: var(--paper-2);
  border: 1px solid var(--line);
  padding: 32px 32px 32px;
  margin-top: 26px;
  display: grid; gap: 16px;
}
.ct-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ct-form__field { display: grid; gap: 6px; }
.ct-form__field label {
  font-family: var(--mono); font-size: 10.5px;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-3); font-weight: 500;
}
.ct-form__field input,
.ct-form__field textarea {
  background: var(--paper);
  border: 1px solid var(--line);
  font: inherit; font-size: 15px;
  color: var(--ink);
  padding: 11px 14px;
  outline: none;
  font-family: var(--body);
  transition: border-color 0.15s ease;
}
.ct-form__field input::placeholder,
.ct-form__field textarea::placeholder { color: var(--ink-4); font-style: italic; }
.ct-form__field input:focus,
.ct-form__field textarea:focus { border-color: var(--ink); }
.ct-form__field textarea { min-height: 140px; resize: vertical; }

.ct-form__submit {
  background: var(--ink); color: var(--paper);
  font-family: var(--display); font-size: 12.5px;
  letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600;
  padding: 16px 24px;
  border: 1px solid var(--ink);
  cursor: pointer;
  margin-top: 6px;
  align-self: start;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.ct-form__submit:hover { background: var(--sepia); border-color: var(--sepia); }

.ct-form__note {
  font-family: var(--body); font-style: italic;
  font-size: 14px; color: var(--ink-3);
  line-height: 1.55;
  margin-top: 18px;
}
.ct-form__note a { color: var(--rouge); text-decoration: underline; text-underline-offset: 2px; font-style: normal; }

@media (max-width: 900px) {
  .ct-body__inner { grid-template-columns: 1fr; gap: 32px; }
  .ct-hero__h { font-size: 56px; }
}
@media (max-width: 700px) {
  .ct-hero__inner { padding: 80px 22px 80px; }
  .ct-hero__h { font-size: 44px; }
  .ct-body__inner { padding: 56px 22px 70px; }
  .ct-form { padding: 24px 22px; }
  .ct-form__row { grid-template-columns: 1fr; }
}
