/* ============================================================
   ALWAYS PUBLISHED — Component styles
   (hero, pricing, timeline, testimonials, faq, forms, cards)
   ============================================================ */

/* ---------- HOME HERO ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--plum-900);
  color: var(--cream);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 62%;
  background-image: url("../assets/hero-desk.jpg");
  background-size: cover;
  background-position: center left;
}
.hero-bg::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--plum-900) 0%, rgba(25,9,18,0.78) 26%, rgba(25,9,18,0.18) 60%, rgba(25,9,18,0.35) 100%);
}
.hero-bg::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(25,9,18,0.55) 0%, transparent 40%);
}
.hero .wrap { position: relative; z-index: 2; width: 100%; padding-top: 120px; padding-bottom: 60px; }
.hero-content { max-width: 620px; }
.hero .eyebrow { margin-bottom: 30px; }
.hero h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(52px, 6.6vw, 104px);
  line-height: 1.0;
  letter-spacing: 0.004em;
}
.hero h1 .ln { display: block; }
.hero-divider { width: 56px; height: 1px; background: var(--gold); margin: 38px 0 30px; }
.hero p {
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.85;
  color: var(--cream-soft);
  max-width: 46ch;
}
.hero-cta { display: flex; align-items: center; gap: 22px; margin-top: 42px; flex-wrap: wrap; }

.hero-meta {
  position: absolute;
  top: 50%; right: clamp(24px, 4vw, 56px);
  transform: translateY(-50%);
  z-index: 2;
  display: none;
}

/* ---------- PROBLEM / EDITORIAL with watermark ---------- */
.problem { position: relative; overflow: hidden; }
.problem .watermark {
  position: absolute;
  right: -2%; top: 50%; transform: translateY(-50%);
  width: 360px; opacity: 0.06; pointer-events: none;
}
.problem .editorial { position: relative; z-index: 2; }
.problem h2 { font-size: clamp(34px, 4.4vw, 58px); }
.problem .col-text p { font-size: clamp(15px,1.1vw,16px); color: var(--ink-soft); }

/* section heading center block */
.head-center { text-align: center; max-width: 760px; margin: 0 auto; }
.head-center .eyebrow { margin-bottom: 22px; }
.head-center h2 { font-size: clamp(32px, 4.2vw, 56px); line-height: 1.1; }

/* ---------- PRICING ---------- */
.pricing-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.9fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.pricing-intro h2 { font-size: clamp(32px, 3.8vw, 52px); margin-bottom: 32px; }
.pricing-intro .checklist { display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
.pricing-intro .checklist li { display: flex; align-items: center; gap: 14px; font-size: 15px; color: var(--cream); }
.pricing-intro .checklist svg { color: var(--gold); flex: none; }

.price-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line-cream); border-left: 1px solid var(--line-cream); }
.price-card {
  position: relative;
  padding: 44px 32px;
  border: 0;
  border-right: 1px solid var(--line-cream);
  border-bottom: 1px solid var(--line-cream);
  display: flex; flex-direction: column;
}
.price-card.featured {
  background: linear-gradient(180deg, rgba(176,138,63,0.10), rgba(176,138,63,0.02));
  box-shadow: inset 0 0 0 1px var(--line-gold);
  z-index: 1;
  padding-top: 60px;
}
.price-card .format { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--gold-light); margin-bottom: 4px; }
.price-badge {
  position: absolute; top: 0; left: 0; right: 0;
  background: var(--gold);
  color: #20100b;
  font-size: 10px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  text-align: center; padding: 9px;
}
.price-card .tier {
  font-size: 11px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--cream); margin-bottom: 6px;
}
.price-card .tier-sub { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; }
.price-card .amount { font-family: var(--serif); font-size: 56px; font-weight: 500; line-height: 1; color: var(--cream); }
.price-card .per { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-faint); margin-top: 10px; margin-bottom: 30px; }
.price-card .incl { display: flex; flex-direction: column; gap: 13px; border-top: 1px solid var(--line-cream); padding-top: 26px; }
.price-card.featured .incl { border-top-color: var(--line-gold); }
.price-card .incl li { display: flex; align-items: flex-start; gap: 11px; font-size: 13.5px; color: var(--cream-soft); }
.price-card .incl svg { color: var(--gold); flex: none; margin-top: 4px; width: 13px; height: 13px; }

/* add-ons card */
.addon-card { padding: 40px 36px; border: 1px solid var(--line-cream); margin-top: 28px; }
.addon-card .tier { font-size: 11px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream); margin-bottom: 22px; }
.addon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.addon-row { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line-cream); }
.addon-row:first-of-type, .addon-grid .addon-row:nth-child(2) { border-top: 0; }
.addon-row .a-name { font-size: 14px; color: var(--cream); }
.addon-row .a-price { font-size: 12px; letter-spacing: 0.06em; color: var(--gold-light); white-space: nowrap; }

.price-foot { margin-top: 34px; font-size: 12.5px; color: var(--cream-faint); text-align: center; letter-spacing: 0.04em; }

/* ---------- PROCESS TIMELINE ---------- */
.timeline { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.timeline.steps-4 { grid-template-columns: repeat(4, 1fr); }
.tl-step { text-align: center; padding: 0 18px; position: relative; }
.tl-node {
  width: 76px; height: 76px; border-radius: 50%;
  border: 1px solid var(--line-light);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 26px;
  font-family: var(--serif); font-size: 26px; color: var(--ink);
  background: var(--ivory);
  position: relative; z-index: 2;
}
.bg-plum .tl-node { background: var(--plum-800); border-color: var(--line-gold); color: var(--gold-light); }
.tl-step::before {
  content: ""; position: absolute; top: 38px; left: -50%; width: 100%; height: 1px;
  border-top: 1px dashed var(--line-light); z-index: 1;
}
.bg-plum .tl-step::before { border-top-color: var(--line-gold); }
.tl-step:first-child::before { display: none; }
.tl-icon { margin-bottom: 16px; height: 30px; display:flex; align-items:center; justify-content:center; }
.tl-icon svg { color: var(--gold); width: 26px; height: 26px; }
.tl-step h3 { font-family: var(--sans); font-size: 12.5px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 14px; }
.tl-step p { font-size: 13.5px; line-height: 1.65; color: var(--ink-soft); font-weight: 300; }
.bg-plum .tl-step p { color: var(--cream-soft); }

/* ---------- TESTIMONIALS ---------- */
.testimonials { position: relative; }
.t-track-wrap { overflow: hidden; }
.t-track { display: flex; transition: transform .7s var(--ease); }
.t-slide { min-width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px,4vw,64px); }
.t-card { display: flex; flex-direction: column; gap: 22px; }
.t-quote-mark { font-family: var(--serif); font-size: 64px; line-height: 0.5; color: var(--gold); height: 30px; }
.t-card blockquote { font-family: var(--serif); font-size: clamp(19px, 1.6vw, 23px); line-height: 1.5; font-style: italic; color: var(--cream); margin: 0; }
.t-author { margin-top: auto; }
.t-author .nm { font-size: 12px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); }
.t-author .role { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--cream-faint); margin-top: 6px; }
.t-dots { display: flex; gap: 12px; justify-content: center; margin-top: 64px; }
.t-dots button { width: 9px; height: 9px; border-radius: 50%; border: 1px solid var(--gold); background: transparent; padding: 0; transition: background .4s var(--ease); }
.t-dots button.active { background: var(--gold); }

/* ---------- FINAL CTA ---------- */
.final-cta {
  position: relative;
  background: var(--plum-900);
  color: var(--cream);
  overflow: hidden;
}
.final-cta .bg-img {
  position: absolute; left: 0; top: 0; bottom: 0; width: 42%;
  background-image: url("../assets/hero-desk.jpg");
  background-size: cover; background-position: center right;
}
.final-cta .bg-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(25,9,18,0.30) 0%, rgba(25,9,18,0.72) 60%, var(--plum-900) 100%);
}
.final-cta .wave {
  position: absolute; right: 0; top: 0; bottom: 0; width: 50%;
  opacity: 0.5; pointer-events: none;
  display: flex; align-items: center; overflow: hidden;
}
.final-inner {
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: flex-end; text-align: right;
  margin-left: auto; max-width: 620px;
  padding: clamp(60px,8vw,120px) 0;
}
.final-inner h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(36px, 4.6vw, 64px); line-height: 1.08; }
.final-inner p { margin-top: 26px; color: var(--cream-soft); font-size: clamp(15px,1.2vw,17px); max-width: 46ch; }
.final-inner .btn { margin-top: 40px; }

/* ---------- FAQ ---------- */
.faq { max-width: 880px; margin: 0 auto; }
.faq-item { border-top: 1px solid var(--line-light); }
.bg-plum .faq-item { border-top-color: var(--line-cream); }
.faq-item:last-child { border-bottom: 1px solid var(--line-light); }
.bg-plum .faq-item:last-child { border-bottom-color: var(--line-cream); }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 30px 4px;
  font-family: var(--serif); font-size: clamp(20px, 2vw, 26px); color: inherit;
  font-weight: 500;
}
.faq-toggle { position: relative; width: 18px; height: 18px; flex: none; }
.faq-toggle::before, .faq-toggle::after { content: ""; position: absolute; background: var(--gold); transition: transform .4s var(--ease), opacity .4s; }
.faq-toggle::before { top: 50%; left: 0; width: 100%; height: 1px; transform: translateY(-50%); }
.faq-toggle::after { left: 50%; top: 0; width: 1px; height: 100%; transform: translateX(-50%); }
.faq-item.open .faq-toggle::after { opacity: 0; transform: translateX(-50%) rotate(90deg); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .5s var(--ease); }
.faq-a-inner { padding: 0 4px 32px; max-width: 70ch; }
.faq-a-inner p { font-size: 15px; line-height: 1.8; color: var(--ink-soft); }
.bg-plum .faq-a-inner p { color: var(--cream-soft); }

/* ---------- SERVICE DETAIL ROWS ---------- */
.svc-row { display: grid; grid-template-columns: 0.5fr 1fr; gap: clamp(30px,5vw,90px); align-items: start; padding: clamp(54px,6vw,86px) 0; border-top: 1px solid var(--line-light); }
.svc-row:first-of-type { border-top: 0; }
.svc-row .svc-index { display: flex; align-items: baseline; gap: 20px; }
.svc-row .svc-num { font-family: var(--serif); font-size: 22px; color: var(--gold); }
.svc-row .svc-ic svg { color: var(--gold); width: 40px; height: 40px; margin-bottom: 20px; }
.svc-row h3 { font-family: var(--serif); font-size: clamp(28px, 3vw, 40px); font-weight: 500; line-height: 1.12; }
.svc-row .svc-body p { font-size: clamp(15px,1.15vw,17px); line-height: 1.8; color: var(--ink-soft); }
.svc-row .svc-body p + p { margin-top: 18px; }
.svc-row .svc-list { display: flex; flex-wrap: wrap; gap: 10px 12px; margin-top: 26px; }
.svc-row .svc-list span {
  font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); border: 1px solid var(--line-light); padding: 9px 16px;
}

/* ---------- ABOUT: values ---------- */
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.value-cell { padding: clamp(30px,3vw,46px) clamp(20px,2.4vw,36px); border-left: 1px solid var(--line-cream); }
.value-cell:first-child { border-left: 0; }
.value-cell .v-num { font-family: var(--serif); font-size: 18px; color: var(--gold); margin-bottom: 26px; }
.value-cell h3 { font-family: var(--serif); font-size: clamp(24px,2.4vw,32px); font-weight: 500; margin-bottom: 16px; }
.value-cell p { font-size: 14px; line-height: 1.7; color: var(--cream-soft); font-weight: 300; }

.stat-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.stat-cell { text-align: center; padding: 14px 24px; border-left: 1px solid var(--line-light); }
.bg-plum .stat-cell { border-left-color: var(--line-cream); }
.stat-cell:first-child { border-left: 0; }
.stat-cell .num { font-family: var(--serif); font-size: clamp(46px,5vw,72px); font-weight: 500; color: var(--gold); line-height: 1; }
.stat-cell .lbl { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; margin-top: 18px; color: var(--ink-soft); }
.bg-plum .stat-cell .lbl { color: var(--cream-soft); }

/* ---------- DISCOVERY: expectations ---------- */
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px,3vw,48px); }
.expect-card { padding: 44px 36px; border: 1px solid var(--line-light); background: var(--ivory); }
.bg-plum .expect-card { border-color: var(--line-cream); background: transparent; }
.expect-card .e-num { font-family: var(--serif); font-size: 18px; color: var(--gold); margin-bottom: 26px; }
.expect-card h3 { font-family: var(--serif); font-size: clamp(22px,2.2vw,28px); font-weight: 500; margin-bottom: 14px; }
.expect-card p { font-size: 14.5px; line-height: 1.75; color: var(--ink-soft); }
.bg-plum .expect-card p { color: var(--cream-soft); }

/* calendly block */
.calendly-shell {
  border: 1px solid var(--line-gold);
  background: linear-gradient(180deg, rgba(176,138,63,0.06), rgba(176,138,63,0.01));
  padding: clamp(20px,2.4vw,34px);
}
.calendly-inline { min-width: 320px; height: 700px; }

/* ---------- CONTACT ---------- */
.contact-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(44px,6vw,96px); align-items: start; }
.contact-info .ci-item { padding: 26px 0; border-top: 1px solid var(--line-cream); }
.contact-info .ci-item:first-child { border-top: 0; }
.contact-info .ci-label { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.contact-info .ci-value { font-family: var(--serif); font-size: clamp(22px,2.2vw,28px); color: var(--cream); }
.contact-info .ci-value a { transition: color .35s var(--ease); }
.contact-info .ci-value a:hover { color: var(--gold-light); }

.form-card { background: var(--ivory); padding: clamp(34px,4vw,56px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.field { margin-bottom: 26px; display: flex; flex-direction: column; }
.field label { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 12px; }
.field input, .field textarea {
  font-family: var(--sans); font-size: 15px; color: var(--ink);
  background: transparent; border: 0; border-bottom: 1px solid var(--line-light);
  padding: 10px 2px; transition: border-color .4s var(--ease);
}
.field input:focus, .field textarea:focus { outline: none; border-bottom-color: var(--gold); }
.field textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 13px; color: var(--ink-faint); margin-top: 8px; }
.field-err { display: block; font-size: 12px; letter-spacing: 0.01em; color: #c06b4f; margin-top: 8px; }
.field.invalid input, .field.invalid textarea { border-bottom-color: #c06b4f; }
.bg-plum .field.invalid input, .bg-plum .field.invalid textarea,
.bg-plum-deep .field.invalid input, .bg-plum-deep .field.invalid textarea { border-bottom-color: #d98b6f; }
.bg-plum .field-err, .bg-plum-deep .field-err { color: #e0a088; }
.form-success { display: none; align-items: center; gap: 12px; color: var(--gold); font-size: 14px; letter-spacing: 0.04em; margin-top: 18px; }
.form-success.show { display: flex; }

/* ---------- misc ---------- */
.cta-band { text-align: center; }
.cta-band .eyebrow { margin-bottom: 22px; }
.cta-band h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(34px,4.4vw,58px); line-height: 1.1; max-width: 18ch; margin: 0 auto 38px; }

/* ---------- responsive components ---------- */
@media (max-width: 960px) {
  .pricing-layout { grid-template-columns: 1fr; }
  .price-cards { grid-template-columns: 1fr; }
  .price-card { border-left: 1px solid var(--line-cream); border-top: 0; }
  .price-card.featured { margin-top: 0; }
  .addon-grid { grid-template-columns: 1fr; }
  .addon-grid .addon-row:nth-child(2) { border-top: 1px solid var(--line-cream); }
  .timeline, .timeline.steps-4 { grid-template-columns: repeat(2, 1fr); gap: 48px 0; }
  .tl-step::before { display: none; }
  .t-slide { grid-template-columns: 1fr; gap: 44px; }
  .t-slide .t-card:nth-child(n+2) { display: none; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .value-cell:nth-child(2) { border-left: 1px solid var(--line-cream); }
  .value-cell:nth-child(odd) { border-left: 0; }
  .value-cell:nth-child(n+3) { border-top: 1px solid var(--line-cream); }
  .expect-grid { grid-template-columns: 1fr; }
  .svc-row { grid-template-columns: 1fr; gap: 22px; }
  .contact-layout { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: 1fr; }
  .stat-cell { border-left: 0; border-top: 1px solid var(--line-light); padding: 32px 0; }
  .bg-plum .stat-cell { border-top-color: var(--line-cream); }
  .stat-cell:first-child { border-top: 0; }
}
@media (max-width: 760px) {
  .hero-bg { width: 100%; opacity: 0.4; }
  .hero-bg::before { background: linear-gradient(90deg, var(--plum-900) 20%, rgba(25,9,18,0.6) 100%); }
  .final-cta .bg-img { width: 100%; opacity: 0.35; }
  .final-inner { text-align: left; align-items: flex-start; max-width: 100%; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 560px) {
  .values-grid { grid-template-columns: 1fr; }
  .value-cell { border-left: 0 !important; border-top: 1px solid var(--line-cream); }
  .value-cell:first-child { border-top: 0; }
}
/* Very narrow phones: keep big display headings from crowding the edge */
@media (max-width: 430px) {
  .hero h1 { font-size: 46px; }
  .page-hero h1 { font-size: 40px; }
  .hero h1, .page-hero h1, .section-title, .final-inner h2 { overflow-wrap: break-word; }
}

/* ============================================================
   PACKAGES PAGE
   ============================================================ */
.plan { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(38px, 6vw, 88px); align-items: start; }
.plan + .plan { margin-top: clamp(56px, 7vw, 96px); padding-top: clamp(56px, 7vw, 96px); border-top: 1px solid var(--line-light); }
.bg-plum .plan + .plan { border-top-color: var(--line-cream); }
.plan-head .eyebrow { margin-bottom: 20px; }
.plan-head .section-title { margin-bottom: 18px; }
.plan-head .lead { max-width: 40ch; }
.bg-plum .plan-head .lead { color: var(--cream-soft); }
.plan-tiers { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 36px; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.bg-plum .plan-tiers { border-color: var(--line-cream); }
.plan-tier { padding: 26px 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); display: flex; flex-direction: column; gap: 5px; position: relative; }
.bg-plum .plan-tier { border-color: var(--line-cream); }
.plan-tier.featured { background: linear-gradient(180deg, rgba(176,138,63,0.12), rgba(176,138,63,0.02)); box-shadow: inset 0 0 0 1px var(--line-gold); z-index: 1; }
.pt-name { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
.pt-eps { font-size: 13px; color: var(--ink-soft); letter-spacing: 0.02em; }
.bg-plum .pt-eps { color: var(--cream-soft); }
.pt-price { font-family: var(--serif); font-size: 42px; font-weight: 500; line-height: 1; color: var(--ink); margin-top: 8px; }
.bg-plum .pt-price { color: var(--cream); }
.pt-price small { font-family: var(--sans); font-size: 13px; letter-spacing: 0.08em; color: var(--ink-faint); }
.bg-plum .pt-price small { color: var(--cream-faint); }
.plan-incl h4 { font-family: var(--sans); font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gold); margin-bottom: 24px; }
.incl-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; }
.incl-list.one-col { grid-template-columns: 1fr; }
.incl-list li { display: flex; align-items: flex-start; gap: 11px; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.bg-plum .incl-list li { color: var(--cream-soft); }
.incl-list svg { color: var(--gold); flex: none; margin-top: 3px; width: 15px; height: 15px; }

/* guest relations / two-panel included blocks */
.panel-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.bg-plum .panel-2 { border-color: var(--line-cream); }
.panel { padding: clamp(30px,3vw,44px); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.bg-plum .panel { border-color: var(--line-cream); }
.panel h3 { font-family: var(--serif); font-size: clamp(22px,2.2vw,28px); font-weight: 500; margin-bottom: 8px; }
.panel .p-note { font-size: 12.5px; letter-spacing: 0.04em; color: var(--gold); margin-bottom: 24px; }

/* social add-on cards reuse .price-cards/.price-card; price line variant */
.price-card .price-line { display: flex; flex-direction: column; gap: 6px; margin-bottom: 26px; }
.price-card .price-line .pl-row { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.price-card .price-line .pl-eps { font-size: 13px; color: var(--cream-soft); }
.price-card .price-line .pl-amt { font-family: var(--serif); font-size: 30px; font-weight: 500; color: var(--cream); }

/* add-ons & extras list */
.extras { border-top: 1px solid var(--line-light); }
.bg-plum .extras { border-top-color: var(--line-cream); }
.extra { display: grid; grid-template-columns: 0.62fr 1.38fr; gap: clamp(24px,4vw,60px); padding: clamp(30px,3.4vw,42px) 0; border-bottom: 1px solid var(--line-light); }
.bg-plum .extra { border-bottom-color: var(--line-cream); }
.extra .x-name { font-family: var(--serif); font-size: clamp(22px,2.2vw,30px); font-weight: 500; line-height: 1.1; }
.extra .x-price { font-size: 13px; letter-spacing: 0.06em; color: var(--gold); margin-top: 12px; }
.extra .x-price span { display: block; }
.extra .x-desc p { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.bg-plum .extra .x-desc p { color: var(--cream-soft); }
.extra .x-sub { display: flex; flex-wrap: wrap; gap: 9px 10px; margin-top: 20px; }
.extra .x-sub span { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-soft); border: 1px solid var(--line-light); padding: 8px 14px; }
.bg-plum .extra .x-sub span { color: var(--cream-soft); border-color: var(--line-cream); }

@media (max-width: 900px) {
  .plan { grid-template-columns: 1fr; gap: 36px; }
  .incl-list { grid-template-columns: 1fr; }
  .panel-2 { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .extra { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 520px) {
  .plan-tiers { grid-template-columns: 1fr; }
}

/* price-cards on a LIGHT section (Social Add-Ons) — flip cream text to ink */
.bg-ivory .price-cards { border-color: var(--line-light); }
.bg-ivory .price-card { border-right-color: var(--line-light); border-bottom-color: var(--line-light); }
.bg-ivory .price-card .format { color: var(--gold); }
.bg-ivory .price-card .amount,
.bg-ivory .price-card .pl-amt { color: var(--ink); }
.bg-ivory .price-card .pl-eps { color: var(--ink-soft); }
.bg-ivory .price-card .per { color: var(--ink-faint); }
.bg-ivory .price-card .incl { border-top-color: var(--line-light); }
.bg-ivory .price-card .incl li { color: var(--ink-soft); }
.bg-ivory .price-card.featured { background: linear-gradient(180deg, rgba(176,138,63,0.12), rgba(176,138,63,0.03)); }

/* ============================================================
   LEGAL PAGES (Privacy Policy / Terms of Service)
   ============================================================ */
.legal { background: var(--ivory); color: var(--ink); }
.legal-wrap { max-width: 860px; margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.legal-body { padding-top: clamp(40px, 5vw, 64px); padding-bottom: var(--section-y); }
.legal-meta {
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 40px; padding-bottom: 28px;
  border-bottom: 1px solid var(--line-light);
}
.legal-body h2 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(26px, 3vw, 36px); line-height: 1.18;
  margin-top: 64px; margin-bottom: 20px;
  padding-top: 8px;
}
.legal-body h2:first-of-type { margin-top: 0; }
.legal-body h3 {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(19px, 2vw, 23px); line-height: 1.3;
  color: var(--ink); margin-top: 38px; margin-bottom: 14px;
}
.legal-body p {
  font-size: 16px; line-height: 1.85; color: var(--ink-soft);
  margin-bottom: 20px; text-wrap: pretty;
}
.legal-body p strong, .legal-body li strong { color: var(--ink); font-weight: 500; }
.legal-body a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .3s var(--ease); }
.legal-body a:hover { color: var(--gold-light); }
.legal-body ul, .legal-body ol { margin: 0 0 24px; padding-left: 4px; }
.legal-body ul li, .legal-body ol li {
  position: relative; font-size: 16px; line-height: 1.8; color: var(--ink-soft);
  padding-left: 28px; margin-bottom: 14px; text-wrap: pretty;
}
.legal-body ul li::before {
  content: ""; position: absolute; left: 6px; top: 13px;
  width: 5px; height: 5px; background: var(--gold); border-radius: 50%;
}
.legal-body ol { counter-reset: legal-ol; list-style: none; }
.legal-body ol li { counter-increment: legal-ol; }
.legal-body ol li::before {
  content: counter(legal-ol) "."; position: absolute; left: 2px; top: 0;
  color: var(--gold); font-family: var(--serif); font-size: 17px;
}
.legal-body .toc { columns: 2; column-gap: 48px; margin-bottom: 8px; }
.legal-body .toc li { break-inside: avoid; }
.legal-divider { height: 1px; background: var(--line-light); border: 0; margin: 56px 0; }

/* legal table */
.legal-table-wrap { overflow-x: auto; margin: 8px 0 32px; border: 1px solid var(--line-light); }
.legal-table { width: 100%; border-collapse: collapse; min-width: 620px; font-size: 14px; }
.legal-table th, .legal-table td {
  text-align: left; vertical-align: top; padding: 16px 18px;
  border-bottom: 1px solid var(--line-light); line-height: 1.6;
}
.legal-table th {
  font-family: var(--sans); font-weight: 500; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink);
  background: var(--ivory-200);
}
.legal-table td { color: var(--ink-soft); }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table .lt-service { font-weight: 500; color: var(--ink); white-space: nowrap; }
.legal-table a { word-break: break-word; }

@media (max-width: 600px) {
  .legal-body .toc { columns: 1; }
}

/* ============================================================
   TEAM / FOUNDER CARDS (About page)
   ============================================================ */
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 64px); }
.team-card { display: flex; flex-direction: column; }
.team-photo { width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--plum-800); }
.team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-body { padding-top: 28px; }
.team-name { font-family: var(--serif); font-size: clamp(24px, 2.4vw, 30px); font-weight: 500; color: var(--ink); }
.team-role { font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-top: 8px; margin-bottom: 20px; }
.team-bio p { font-size: 15px; line-height: 1.8; color: var(--ink-soft); margin-bottom: 16px; }
.team-bio p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
  .team-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ============================================================
   BLOG (listing page)
   ============================================================ */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 3vw, 44px); }
.blog-card { display: flex; flex-direction: column; }
.blog-thumb {
  aspect-ratio: 4 / 3; width: 100%;
  background: repeating-linear-gradient(135deg, var(--ivory-200) 0 14px, var(--ivory-300) 14px 28px);
  border: 1px solid var(--line-light);
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.blog-thumb span {
  font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--ink-faint); background: var(--ivory); padding: 8px 14px; border: 1px solid var(--line-light);
}
.blog-body { padding-top: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-tag { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.blog-title { font-family: var(--serif); font-size: clamp(20px, 2vw, 24px); font-weight: 500; line-height: 1.28; color: var(--ink); margin-bottom: 14px; transition: color .3s var(--ease); }
.blog-card:hover .blog-title { color: var(--gold); }
.blog-excerpt { font-size: 14px; line-height: 1.7; color: var(--ink-soft); margin-bottom: 20px; }
.blog-meta { margin-top: auto; font-size: 11.5px; letter-spacing: 0.06em; color: var(--ink-faint); padding-top: 16px; border-top: 1px solid var(--line-light); }
.blog-card a.blog-link { display: block; }
@media (max-width: 960px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
}
