/* ============================================================
   THIRD HOUSE SOCIALS — new sections + rhythm overrides
   problem · team · packages · contact · connectors
   (loads after sections.css, so it wins on shared selectors)
   ============================================================ */

/* ---------------- NAV logo link ---------------- */
.nav-logo a { color: #fff; text-decoration: none; }
.nav-logo a em { color: var(--rose-soft); font-style: italic; }

/* ---------------- HERO additions ---------------- */
.hero-kicker {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: clamp(20px, 2.2vw, 30px); color: var(--rose-soft);
  line-height: 1.25; margin: -8px 0 26px; max-width: 520px;
}

/* lead line under a section heading */
.section-lead { font-size: 16px; color: var(--muted); line-height: 1.6; margin-top: 16px; max-width: 440px; }
.section-lead.on-dark { color: rgba(255,255,255,0.55); }

/* ---------------- PROBLEM (oversized, sparse — the pivot) ---------------- */
.problem { background: var(--cream-100); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.problem-inner { display: block; }
.problem-h {
  font-size: clamp(42px, 7.2vw, 116px); color: var(--navy-deep);
  line-height: 0.98; margin: 18px 0 40px; letter-spacing: -0.03em;
}
.problem-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.problem-sub { font-size: clamp(17px, 1.5vw, 20px); color: var(--muted); line-height: 1.7; max-width: 560px; }
.problem-foot .hand { color: var(--rose); white-space: nowrap; }
.problem-punch {
  margin-top: 54px; font-family: 'Caveat', cursive; font-weight: 600;
  font-size: clamp(24px, 3vw, 38px); color: var(--rose);
}

/* ---------------- CONNECTOR ("keep going") ---------------- */
.connector {
  background: var(--cream); display: flex; flex-direction: column; align-items: center;
  gap: 4px; padding: 8px 0 36px; text-align: center;
}
.connector-arrow { display: block; width: 34px; height: 76px; color: var(--rose); }
.connector-label { font-family: 'Caveat', cursive; font-size: 20px; font-weight: 600; color: var(--muted); }

/* ---------------- TEAM (the emotional turn, dark) ---------------- */
.team { position: relative; background: var(--navy-deep); overflow: hidden; }
.team .ghost { font-size: 360px; bottom: -70px; right: -10px; font-style: italic; }
.team-inner { position: relative; z-index: 2; }
.team-head { max-width: 760px; }
.team-h { font-size: clamp(40px, 5.2vw, 76px); color: #fff; margin: 6px 0 26px; }
.team-intro { font-size: 17px; color: rgba(255,255,255,0.6); line-height: 1.8; max-width: 620px; margin-bottom: 10px; }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 52px 48px; margin: 60px 0 48px; }
.member { display: flex; gap: 26px; align-items: flex-start; }
.member-photo { flex: 0 0 200px; }
.member-photo .photo { width: 200px; }
.member-photo .photo figcaption { display: none; }
.member-info { padding-top: 8px; }
.member-name { font-family: 'Playfair Display', serif; font-size: 27px; font-weight: 700; color: #fff; }
.member-role { font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose-soft); margin: 4px 0 14px; }
.member-bio { font-size: 15px; color: rgba(255,255,255,0.62); line-height: 1.65; margin-bottom: 12px; }
.member-fact { font-family: 'Caveat', cursive; font-size: 19px; color: var(--gold); }
.team-cta { display: flex; justify-content: center; }

/* ---------------- TESTIMONIALS — recolor to light (rhythm) ---------------- */
.testimonials { background: var(--cream-100); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.testimonials .test-h { color: var(--navy-deep); margin-bottom: 0; }
.test-grid { margin-top: 0; }
.test-card { transform: rotate(var(--rot, 0deg)); }
.test-card:hover { transform: rotate(0deg) translateY(-5px); }

/* ---------------- PACKAGES (the payoff, dark) ---------------- */
.packages { background: var(--navy-deep); }
.packages-h { font-size: clamp(38px, 4.8vw, 64px); color: #fff; }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.tier {
  position: relative; background: var(--cream); border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 rgba(0,0,0,0.35); padding: 34px 30px 32px;
  display: flex; flex-direction: column; gap: 8px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tier:hover { transform: translateY(-5px); box-shadow: 9px 12px 0 rgba(0,0,0,0.4); }
.tier.featured { background: var(--rose); color: #fff; box-shadow: 6px 6px 0 var(--ink); }
.tier.featured.featured { transform: scale(1.04); }
.tier.featured:hover { transform: scale(1.04) translateY(-5px); }
.tier-tag {
  position: absolute; top: -14px; left: 24px; background: var(--gold); color: var(--ink);
  font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 12px; border: 2px solid var(--ink); box-shadow: 2px 2px 0 var(--ink);
}
.tier-name { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--navy-deep); }
.tier.featured .tier-name { color: #fff; }
.tier-who { font-size: 13px; color: var(--muted); min-height: 34px; }
.tier.featured .tier-who { color: rgba(255,255,255,0.85); }
.tier-price { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 900; color: var(--navy-deep); line-height: 1; margin: 10px 0 18px; }
.tier-price span { font-family: 'Rubik', sans-serif; font-size: 13px; font-weight: 500; color: var(--muted); letter-spacing: 0; margin-left: 6px; }
.tier.featured .tier-price { color: #fff; }
.tier.featured .tier-price span { color: rgba(255,255,255,0.8); }
.tier-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin: 0 0 26px; flex: 1; }
.tier-list li { position: relative; padding-left: 26px; font-size: 14px; color: var(--ink); line-height: 1.45; }
.tier-list li::before { content: '✦'; position: absolute; left: 0; top: 0; color: var(--rose); }
.tier.featured .tier-list li { color: rgba(255,255,255,0.92); }
.tier.featured .tier-list li::before { color: #fff; }
.tier .btn { justify-content: center; }
.packages-note { text-align: center; margin-top: 38px; font-family: 'Caveat', cursive; font-size: 22px; color: rgba(255,255,255,0.6); }

/* ---------------- CONTACT (the close, rose) ---------------- */
.contact { position: relative; background: var(--rose); text-align: center; overflow: hidden; border-bottom: 2px solid var(--ink); }
.contact::before, .contact::after { content: ''; position: absolute; border-radius: 50%; background: rgba(255,255,255,0.07); pointer-events: none; }
.contact::before { width: 720px; height: 720px; top: -260px; right: -160px; }
.contact::after { width: 420px; height: 420px; bottom: -160px; left: -90px; }
.contact-inner { position: relative; z-index: 2; max-width: 1000px; margin: 0 auto; }
.contact-h { font-size: clamp(44px, 6vw, 88px); color: #fff; margin-bottom: 14px; }
.contact-h .em-rose { color: var(--navy-deep); }
.contact-sub { font-size: 18px; color: rgba(255,255,255,0.85); margin-bottom: 44px; }
.contact-options { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; text-align: left; max-width: 760px; margin: 0 auto; }
.contact-card { background: rgba(255,255,255,0.07); border: 2px solid rgba(255,255,255,0.35); padding: 30px 28px; display: flex; flex-direction: column; gap: 10px; }
.contact-kind { font-size: 10px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.contact-label { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #fff; line-height: 1.15; }
.contact-detail { font-size: 14px; color: rgba(255,255,255,0.8); line-height: 1.6; flex: 1; }
.contact-card .btn-link { align-self: flex-start; margin-top: 4px; }
.contact-reassure { color: rgba(255,255,255,0.85); margin-top: 36px; text-align: center; }

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 900px) {
  .packages-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .tier.featured.featured { transform: none; }
  .tier.featured:hover { transform: translateY(-5px); }
}
@media (max-width: 820px) {
  .team-grid { grid-template-columns: 1fr; gap: 40px; }
  .problem-foot { gap: 18px; }
}
@media (max-width: 820px) {
  footer { padding: 48px 28px 36px; }
  .footer-inner { flex-direction: column; gap: 26px; }
  .footer-col { flex-wrap: wrap; gap: 26px 40px; }
}
@media (max-width: 680px) {
  .contact-options { grid-template-columns: 1fr; max-width: 420px; }
}
@media (max-width: 520px) {
  .member { flex-direction: column; gap: 16px; }
  .member-photo { flex-basis: auto; }
  .member-photo .photo { width: 220px; }
}
