/* ============================================================
   PAGE: CONNECT — charisa-connect.html
   Only styles unique to this page. Global styles in global.css.
   ============================================================ */

/* ── HERO: CONNECT ──────────────────────────────────────── */
.connect-hero {
  min-height: 100svh;
  background: var(--navy);
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(64px, 9vw, 100px);
}
.ch-atm {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 55% at 80% 30%, rgba(45,107,116,.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 45% at 10% 75%, rgba(125,31,46,.14) 0%, transparent 55%),
    radial-gradient(ellipse 30% 30% at 50% 5%,  rgba(201,168,76,.05) 0%, transparent 50%);
}
.ch-gt {
  position: absolute; inset: 0; pointer-events: none;
  opacity: .025;
  background-image:
    linear-gradient(rgba(201,168,76,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,1) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
}
.ch-orb-1 { width:500px; height:500px; top:-120px; right:-80px;  animation: floatA 13s ease-in-out infinite; }
.ch-orb-2 { width:260px; height:260px; bottom:40px; left:-60px;  animation: floatB 11s ease-in-out infinite 2s; }
.ch-orb-3 { width:160px; height:160px; top:30%; right:18%;       animation: pulseRing 8s ease-in-out infinite; }

.ch-inner {
  position: relative; z-index: 2;
  padding: 0 clamp(28px, 7vw, 10vw);
  max-width: 820px;
}
/* Hero eyebrow — fires on page load */
.ch-ey {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .62rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 28px;
  animation: riseIn .9s cubic-bezier(.22,1,.36,1) .15s both;
}
.ch-ey::before { content: ''; width: 30px; height: 1px; background: var(--gold); flex-shrink: 0; }

.ch-h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 400; line-height: 1.07;
  color: #fff; margin-bottom: 24px;
  animation: riseIn 1s cubic-bezier(.22,1,.36,1) .3s both;
}
.ch-h1 em                      { color: var(--gold); font-style: italic; }

.ch-sub {
  font-size: clamp(.88rem, 1.3vw, .98rem);
  color: rgba(255,255,255,.48);
  line-height: 1.88; max-width: 480px; margin-bottom: 0;
  animation: riseIn .95s cubic-bezier(.22,1,.36,1) .45s both;
}
.ch-tagline {
  margin-top: 36px;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  font-style: italic;
  color: rgba(201,168,76,.5);
  letter-spacing: .03em;
  animation: riseIn .9s cubic-bezier(.22,1,.36,1) .6s both;
}

/* ── SECTION: 4 PATHS ───────────────────────────────────── */
.s-paths {
  background: var(--cream);
  padding: clamp(80px, 11vw, 130px) 0;
  border-bottom: 1px solid var(--rule);
  position: relative; overflow: hidden;
}
.paths-orb-1 { width:460px; height:460px; top:-100px; right:-100px; animation: floatA 15s ease-in-out infinite; }
.paths-orb-2 { width:260px; height:260px; bottom:-60px; left:-60px; animation: pulseRing 10s ease-in-out infinite 3s; }

.paths-sh {
  text-align: center;
  margin-bottom: clamp(48px, 7vw, 76px);
  position: relative; z-index: 1;
}
.paths-sh h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.4rem);
  color: var(--navy); margin-top: 14px; line-height: 1.12;
}
.paths-sh h2 em                { color: var(--burg); font-style: italic; }
.paths-sh p {
  color: var(--text-md);
  font-size: clamp(.9rem, 1.4vw, 1rem);
  max-width: 480px; margin: 16px auto 0; line-height: 1.82;
}

/* 4-column card grid */
.paths-g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  position: relative; z-index: 1;
}
.path-c {
  background: #fff;
  padding: clamp(28px, 4vw, 44px) clamp(20px, 3vw, 32px);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.path-c:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(13,27,42,.08);
}

/* Colored top stripe per card */
.path-c-stripe { height: 4px; position: absolute; top: 0; left: 0; right: 0; }
.path-c:nth-child(1) .path-c-stripe { background: linear-gradient(to right, var(--gold), rgba(201,168,76,.3)); }
.path-c:nth-child(2) .path-c-stripe { background: linear-gradient(to right, var(--burg), rgba(125,31,46,.3)); }
.path-c:nth-child(3) .path-c-stripe { background: linear-gradient(to right, var(--teal), rgba(45,107,116,.3)); }
.path-c:nth-child(4) .path-c-stripe { background: linear-gradient(to right, var(--navy-md), rgba(26,46,66,.3)); }

/* Ghost number watermark */
.path-c-num {
  font-family: var(--serif);
  font-size: 4.5rem; color: rgba(13,27,42,.04);
  line-height: 1; position: absolute;
  bottom: 12px; right: 16px;
  font-weight: 300; pointer-events: none;
}

/* Icon circle per card */
.path-c-icon {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; margin-bottom: 18px; flex-shrink: 0;
}
.path-c:nth-child(1) .path-c-icon { background: rgba(201,168,76,.1);  color: var(--gold-dk); }
.path-c:nth-child(2) .path-c-icon { background: rgba(125,31,46,.08);  color: var(--burg); }
.path-c:nth-child(3) .path-c-icon { background: rgba(45,107,116,.08); color: var(--teal); }
.path-c:nth-child(4) .path-c-icon { background: rgba(13,27,42,.06);   color: var(--navy); }

/* Tag label per card */
.path-c-tag {
  font-size: .58rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; margin-bottom: 12px;
}
.path-c:nth-child(1) .path-c-tag { color: var(--gold-dk); }
.path-c:nth-child(2) .path-c-tag { color: var(--burg); }
.path-c:nth-child(3) .path-c-tag { color: var(--teal); }
.path-c:nth-child(4) .path-c-tag { color: var(--navy); }

.path-c h3 {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  color: var(--navy); margin-bottom: 12px;
  font-weight: 400; line-height: 1.18;
}
.path-c p {
  font-size: clamp(.84rem, 1.15vw, .9rem);
  color: var(--text-md); line-height: 1.78; flex: 1;
}
.path-c-cta                    { margin-top: 24px; }

/* ── SECTION: DIRECT CONTACT ────────────────────────────── */
.s-contact {
  background: var(--warm);
  padding: clamp(80px, 11vw, 130px) 0;
  border-bottom: 1px solid var(--rule);
  position: relative; overflow: hidden;
}
.contact-orb-1 { width:380px; height:380px; top:-80px;  left:-80px;  animation: floatB 14s ease-in-out infinite; }
.contact-orb-2 { width:220px; height:220px; bottom:-40px; right:-40px; animation: pulseRing 9s ease-in-out infinite 2s; }

.contact-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
  position: relative; z-index: 1;
}
.contact-copy h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  color: var(--navy); line-height: 1.12;
  font-weight: 400; margin-bottom: clamp(16px, 2.5vw, 24px);
}
.contact-copy h2 em            { color: var(--burg); font-style: italic; }
.contact-copy p {
  font-size: clamp(.9rem, 1.35vw, 1rem);
  color: var(--text-md); line-height: 1.9;
  margin-bottom: clamp(28px, 4vw, 40px); max-width: 420px;
}

/* Contact link rows */
.contact-links                 { display: flex; flex-direction: column; gap: 3px; }
.contact-link {
  display: flex; align-items: center; gap: 18px;
  padding: clamp(18px, 2.5vw, 24px) clamp(20px, 3vw, 28px);
  background: var(--cream);
  border-left: 4px solid transparent;
  transition: border-color .2s, background .2s;
}
.contact-link:hover            { background: #fff; border-left-color: var(--gold); }

.contact-link-icon {
  width: 38px; height: 38px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .9rem; flex-shrink: 0;
}
.contact-link.email .contact-link-icon   { background: rgba(201,168,76,.1);  color: var(--gold-dk); }
.contact-link.email                      { border-left-color: rgba(201,168,76,.2); }
.contact-link.youtube .contact-link-icon { background: rgba(125,31,46,.08);  color: var(--burg); }
.contact-link.youtube                    { border-left-color: rgba(125,31,46,.15); }
.contact-link.podcast .contact-link-icon { background: rgba(45,107,116,.08); color: var(--teal); }
.contact-link.podcast                    { border-left-color: rgba(45,107,116,.15); }

.contact-link-label {
  font-size: .6rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-lt); margin-bottom: 3px;
}
.contact-link-value {
  font-size: clamp(.88rem, 1.3vw, .96rem);
  color: var(--text); font-weight: 500; transition: color .2s;
}
.contact-link:hover .contact-link-value  { color: var(--navy); }
.contact-link-arr {
  margin-left: auto; color: var(--text-lt);
  font-size: .8rem; transition: transform .2s, color .2s;
}
.contact-link:hover .contact-link-arr    { transform: translateX(4px); color: var(--gold); }

/* Contact visual card */
.contact-vis                   { position: relative; }
.contact-vis-inner {
  background: var(--navy);
  padding: clamp(36px, 5vw, 52px);
  position: relative; overflow: hidden;
}
.contact-vis-inner::before {
  content: ''; position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--gold), rgba(201,168,76,.2), transparent);
}
.contact-vis-tag {
  font-size: .58rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(201,168,76,.4); margin-bottom: 20px;
}
.contact-vis-q {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-style: italic; color: #fff;
  line-height: 1.5; margin-bottom: 32px;
}
.contact-vis-q em              { color: var(--gold); }
.contact-vis-rule { height: 1px; background: rgba(201,168,76,.12); margin-bottom: 28px; }
.contact-vis-creds             { display: flex; flex-direction: column; gap: 14px; }
.contact-cred {
  display: flex; align-items: center; gap: 12px;
  font-size: .82rem; color: rgba(255,255,255,.45);
}
.contact-cred::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: var(--gold); opacity: .5; flex-shrink: 0;
}

/* ── SECTION: SOCIAL / COMMUNITY ────────────────────────── */
.s-social {
  background: var(--navy);
  padding: clamp(64px, 9vw, 96px) 0;
  position: relative; overflow: hidden;
}
.social-orb-1 { width:440px; height:440px; top:-100px; right:-80px; animation: floatA 14s ease-in-out infinite; }
.social-orb-2 { width:240px; height:240px; bottom:-60px; left:-60px; animation: pulseRing 10s ease-in-out infinite 4s; }

.social-inner {
  position: relative; z-index: 1;
  text-align: center; max-width: 640px;
  margin: 0 auto; padding: 0 clamp(20px, 5vw, 64px);
}
.social-inner .ey              { justify-content: center; color: rgba(201,168,76,.6); }
.social-inner h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  color: #fff; line-height: 1.18;
  margin-bottom: clamp(12px, 2vw, 18px);
}
.social-inner p {
  font-size: clamp(.88rem, 1.3vw, .96rem);
  color: rgba(255,255,255,.4); line-height: 1.82;
  margin-bottom: clamp(32px, 5vw, 48px);
}
.social-g { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.social-btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(201,168,76,.15);
  color: rgba(255,255,255,.65);
  padding: 13px 24px;
  font-size: .68rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  transition: background .2s, border-color .2s, color .2s;
}
.social-btn:hover {
  background: rgba(201,168,76,.07);
  border-color: rgba(201,168,76,.3);
  color: var(--gold-lt);
}
.social-btn-icon               { font-size: .9rem; }

/* ── RESPONSIVE: TABLET 960px ───────────────────────────── */
@media (max-width: 960px) {
  .paths-g     { grid-template-columns: 1fr 1fr; }
  .contact-g   { grid-template-columns: 1fr; }
  .contact-vis { order: -1; }
}

/* ── RESPONSIVE: MOBILE 640px ───────────────────────────── */
@media (max-width: 640px) {
  .ch-inner         { padding: 0 24px; }
  .ch-h1            { font-size: 2.2rem; line-height: 1.1; }
  .paths-g          { grid-template-columns: 1fr; }
  .path-c:hover     { transform: none; }
  .contact-copy h2  { font-size: 1.8rem; }
  .social-g         { flex-direction: column; align-items: stretch; max-width: 320px; margin-left: auto; margin-right: auto; }
  .social-btn       { justify-content: center; }
}

/* ── RESPONSIVE: SMALL MOBILE 380px ─────────────────────── */
@media (max-width: 380px) {
  .ch-h1       { font-size: 1.9rem; }
  .paths-sh h2 { font-size: 1.8rem; }
}

/* Touch targets on this page */
@media (hover: none) {
  .contact-link { min-height: 44px; }
  .path-c:hover { transform: none; box-shadow: none; }
}