/* =============================================================
   CONTACTO · Editorial Split + WhatsApp/Instagram CTAs
   ============================================================= */
:root {
  --ct-ink: #1a1614;
  --ct-ink-soft: #4a3f38;
  --ct-mute: rgba(26, 22, 20, 0.55);
  --ct-line: rgba(26, 22, 20, 0.10);
  --ct-cream: #efe6dc;
  --ct-cream-soft: #f5ecde;
  --ct-beige: #e8d9bf;
  --ct-white: #ffffff;
  --ct-gold: #b89968;
  --ct-gold-soft: #d4b78a;
  --ct-gold-deep: #9a7d52;
  --ct-wa: #25D366;
  --ct-wa-deep: #128C7E;
  --ct-display: 'Space Grotesk', system-ui, sans-serif;
  --ct-serif: 'EB Garamond', Georgia, serif;
  --ct-mono: 'JetBrains Mono', monospace;
}
body { background: #fbf5ec; }
.ct-page em, .ct-page .italic { font-family: var(--ct-serif); font-style: italic; font-weight: 400; color: var(--ct-gold); }
@keyframes ct-pulse { 0%,100% { opacity:1; transform:scale(1); } 50% { opacity:.65; transform:scale(1.15); } }

/* ─── Hero intro ─── */
.ct-hero {
  padding: clamp(96px, 14vh, 140px) 0 clamp(40px, 6vh, 64px);
  text-align: center;
  background: var(--ct-cream-soft);
  border-bottom: 1px solid var(--ct-line);
}
.ct-hero__container { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.ct-hero__eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--ct-mono); font-size: 11px; letter-spacing: 0.20em;
  color: var(--ct-gold-deep); margin-bottom: 22px; text-transform: uppercase;
}
.ct-hero__eyebrow .ornament { color: var(--ct-gold); font-size: 13px; }
.ct-hero__title {
  font-family: var(--ct-display); font-weight: 300;
  font-size: clamp(40px, 6vw, 72px); line-height: 1.02;
  letter-spacing: -0.025em; color: var(--ct-ink); margin: 0 0 22px;
}
.ct-hero__lede {
  font-family: var(--ct-display); font-weight: 300;
  font-size: 16.5px; line-height: 1.60; color: var(--ct-ink-soft);
  margin: 0 auto; max-width: 620px;
}

/* =============================================================
   EDITORIAL SPLIT (ct01)
   ============================================================= */
.ct01 {
  padding: clamp(64px, 10vh, 96px) 0 clamp(80px, 12vh, 120px);
}
.ct01__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}

/* ─── LEFT column ─── */
.ct01__eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ct-mono); font-size: 11px; letter-spacing: 0.18em;
  color: var(--ct-gold-deep); margin-bottom: 22px; text-transform: uppercase;
}
.ct01__dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ct-gold);
  box-shadow: 0 0 0 4px rgba(184,153,104,0.20);
  animation: ct-pulse 2.4s ease-in-out infinite;
}
.ct01__title {
  font-family: var(--ct-display); font-weight: 300;
  font-size: clamp(32px, 4vw, 48px); line-height: 1.05;
  letter-spacing: -0.02em; color: var(--ct-ink); margin: 0 0 18px;
}
.ct01__title .italic { font-family: var(--ct-serif); font-style: italic; color: var(--ct-gold); }
.ct01__lede {
  font-family: var(--ct-display); font-weight: 300;
  font-size: 15.5px; line-height: 1.60; color: var(--ct-ink-soft);
  margin: 0 0 32px; max-width: 460px;
}

/* ─── Quick buttons (WhatsApp + Instagram) ─── */
.ct01__quickbtns {
  display: flex; flex-direction: column; gap: 12px;
  margin-bottom: 36px;
}
.ct01__qbtn {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 22px;
  border-radius: 16px;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.ct01__qbtn-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  flex-shrink: 0;
}
.ct01__qbtn-text { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.ct01__qbtn-label {
  font-family: var(--ct-display); font-weight: 500;
  font-size: 15.5px; letter-spacing: -0.005em; line-height: 1.2;
}
.ct01__qbtn-sub {
  font-family: var(--ct-mono); font-size: 11px;
  letter-spacing: 0.05em; opacity: 0.75;
}
.ct01__qbtn-arrow {
  font-family: var(--ct-display); font-size: 18px;
  transition: transform .25s ease;
}
.ct01__qbtn:hover { transform: translateY(-2px); }
.ct01__qbtn:hover .ct01__qbtn-arrow { transform: translateX(4px); }

/* WhatsApp variant — solid green-ish branded */
.ct01__qbtn--wa {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: var(--ct-white);
  box-shadow: 0 12px 32px -16px rgba(37, 211, 102, 0.55);
}
.ct01__qbtn--wa:hover {
  box-shadow: 0 20px 48px -20px rgba(37, 211, 102, 0.65);
}
.ct01__qbtn--wa .ct01__qbtn-icon {
  background: rgba(255, 255, 255, 0.18);
  color: var(--ct-white);
}

/* Instagram variant — IG gradient */
.ct01__qbtn--ig {
  background: linear-gradient(135deg, #833AB4 0%, #FD1D1D 50%, #FCB045 100%);
  color: var(--ct-white);
  box-shadow: 0 12px 32px -16px rgba(253, 29, 29, 0.45);
}
.ct01__qbtn--ig:hover {
  box-shadow: 0 20px 48px -20px rgba(253, 29, 29, 0.55);
}
.ct01__qbtn--ig .ct01__qbtn-icon {
  background: rgba(255, 255, 255, 0.18);
  color: var(--ct-white);
}

/* ─── Secondary contact list (email + estudio) ─── */
.ct01__list {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 16px;
}
.ct01__list li { display: flex; align-items: center; gap: 14px; }
.ct01__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(184,153,104,0.12); border: 1px solid rgba(184,153,104,0.25);
  color: var(--ct-gold); flex-shrink: 0;
}
.ct01__list div { display: flex; flex-direction: column; }
.ct01__label {
  font-family: var(--ct-mono); font-size: 10px;
  letter-spacing: 0.12em; color: var(--ct-mute);
  text-transform: uppercase; margin-bottom: 2px;
}
.ct01__list a {
  font-family: var(--ct-display); font-size: 14.5px;
  color: var(--ct-ink); text-decoration: none; transition: color .2s;
}
.ct01__list a:hover { color: var(--ct-gold); }

.ct01__hours {
  padding-top: 20px; border-top: 1px solid var(--ct-line);
  font-family: var(--ct-mono); font-size: 11px;
  letter-spacing: 0.08em; color: var(--ct-mute);
  text-transform: uppercase;
}

/* ─── RIGHT column — form ─── */
.ct01__form {
  background: var(--ct-white);
  padding: clamp(28px, 4vw, 44px);
  border-radius: 22px;
  border: 1px solid var(--ct-line);
  box-shadow: 0 32px 80px -32px rgba(184,153,104,0.25);
}
.ct01__formHeader {
  padding-bottom: 22px; margin-bottom: 22px;
  border-bottom: 1px solid var(--ct-line);
}
.ct01__formEyebrow {
  display: block;
  font-family: var(--ct-mono); font-size: 11px;
  letter-spacing: 0.14em; color: var(--ct-gold-deep);
  text-transform: uppercase; margin-bottom: 10px;
}
.ct01__formTitle {
  font-family: var(--ct-display); font-weight: 500;
  font-size: 22px; letter-spacing: -0.01em;
  color: var(--ct-ink); margin: 0 0 6px;
}
.ct01__formSub {
  font-family: var(--ct-display); font-size: 13.5px;
  color: var(--ct-mute); margin: 0;
}

.ct01__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.ct01__field { display: flex; flex-direction: column; gap: 6px; }
.ct01__field--full { width: 100%; margin-bottom: 14px; }
.ct01__field span {
  font-family: var(--ct-mono); font-size: 10px;
  letter-spacing: 0.10em; color: var(--ct-gold-deep); text-transform: uppercase;
}
.ct01__field input, .ct01__field select, .ct01__field textarea {
  font-family: var(--ct-display); font-size: 14px;
  padding: 12px 14px; border: 1px solid var(--ct-line);
  border-radius: 10px; background: #fdfaf3;
  color: var(--ct-ink); resize: vertical;
  transition: border-color .2s, box-shadow .2s;
}
.ct01__field input:focus, .ct01__field select:focus, .ct01__field textarea:focus {
  outline: none; border-color: var(--ct-gold);
  box-shadow: 0 0 0 3px rgba(184,153,104,0.15);
}
.ct01__btn {
  width: 100%;
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px; padding: 16px 24px;
  background: var(--ct-ink); color: var(--ct-white);
  border: none; border-radius: 999px;
  font-family: var(--ct-display); font-size: 14px; font-weight: 500;
  letter-spacing: 0.02em; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  margin-top: 4px;
}
.ct01__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -16px rgba(26,22,20,0.45);
}
.ct01__arrow { display: inline-block; transition: transform .25s; }
.ct01__btn:hover .ct01__arrow { transform: translateX(3px); }
.ct01__note {
  margin: 14px 0 0; font-family: var(--ct-mono);
  font-size: 11px; letter-spacing: 0.05em; color: var(--ct-mute);
  text-align: center;
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
  .ct01__container { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 640px) {
  .ct-hero { padding: 80px 0 32px; }
  .ct-hero__container, .ct01__container { padding: 0 20px; }
  .ct01__row { grid-template-columns: 1fr; }
  .ct01__qbtn { padding: 16px 18px; gap: 12px; }
  .ct01__qbtn-icon { width: 40px; height: 40px; }
  .ct01__qbtn-label { font-size: 14.5px; }
  .ct01__qbtn-sub { font-size: 10.5px; }
}
