/* Brooklyn Alpha Media — Contact page styles */

.ct-wrap {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  min-height: 680px;
  border-bottom: 1px solid var(--line);
}

.ct-left {
  padding: 52px 48px;
  border-right: 1px solid var(--line);
}

.ct-left .k-accent { margin-bottom: 10px; }

.ct-left h1 {
  font-family: var(--sans);
  font-size: clamp(36px, 4.5vw, 56px);
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  font-weight: 500;
  line-height: 1;
}

.ct-left h1 em { font-family: var(--serif); font-style: italic; color: var(--fg-2); font-weight: 400; }

.ct-sub {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--fg-2);
  margin: 0 0 28px;
  line-height: 1.5;
}

.ct-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 12px;
}

.form-note {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--fg-3);
  text-transform: uppercase;
}

.ct-right {
  padding: 52px 48px;
  background: var(--bg-3);
}

.ct-right .k { margin-bottom: 8px; }

.ct-handle {
  font-family: var(--sans);
  font-size: clamp(22px, 2.6vw, 32px);
  letter-spacing: -0.02em;
  margin: 6px 0 4px;
  font-weight: 500;
  word-break: break-word;
  line-height: 1.1;
}

.ct-handle em { font-family: var(--serif); font-style: italic; color: var(--accent); font-weight: 400; }

.ct-dm {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--fg-2);
  line-height: 1.5;
  margin-top: 4px;
}

.ct-dm b { color: var(--fg); font-weight: 500; }

.ct-socials {
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--fg-3);
  text-transform: uppercase;
  line-height: 2;
}

.ct-socials a {
  color: var(--fg-2);
  text-decoration: none;
  transition: color 0.15s;
  display: block;
}

.ct-socials a:hover { color: var(--accent); }

.ct-divider {
  border: none;
  border-top: 1px solid var(--line);
  margin: 28px 0;
}

.ct-expect-list {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--fg);
  padding-left: 20px;
  line-height: 1.7;
  margin: 8px 0 0;
}

.ct-where {
  font-family: var(--sans);
  font-size: 30px;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin-top: 6px;
  line-height: 1;
}

.ct-where em { font-family: var(--serif); font-style: italic; color: var(--fg-2); font-weight: 400; }

.ct-travel {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--fg-2);
  margin-top: 6px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .ct-wrap { grid-template-columns: 1fr; min-height: auto; }
  .ct-left { border-right: none; border-bottom: 1px solid var(--line); padding: 36px 24px; }
  .ct-right { padding: 36px 24px; }
}

@media (max-width: 600px) {
  .ct-form-row { grid-template-columns: 1fr; }
  .form-bottom { flex-direction: column; align-items: flex-start; }
}
