/* ================================================
   LUXE AMOUR GETAWAYS — ROMANTIC LUXURY DESIGN SYSTEM
   ================================================ */

:root {
  /* Romantic-luxury color palette */
  --wine:       #5C1526;   /* deepest romantic wine */
  --burgundy:   #8B2E3F;   /* rich romantic burgundy */
  --gold:       #C4A35A;   /* champagne gold */
  --gold-light: #DFC080;   /* lighter gold for highlights */
  --soft-blush: #F5C8D0;   /* rose blush */
  --rose:       #E8B0BE;   /* mid romantic rose */
  --cream:      #FBF5EF;   /* warm romantic cream */
  --ivory:      #FDF9F5;   /* softest ivory */
  --midnight:   #0D070F;   /* deepest romantic dark */
  --charcoal:   #1C1218;   /* warm dark for text */
  --white:      #FFFFFF;

  --ink:    var(--charcoal);
  --body:   rgba(28, 18, 24, 0.82);
  --muted:  rgba(28, 18, 24, 0.56);
  --line:   rgba(196, 163, 90, 0.2);
  --shadow: 0 28px 80px rgba(28, 18, 24, 0.22);
  --serif:  "Playfair Display", Georgia, "Times New Roman", serif;

  color-scheme: light;
  font-family: "Lato", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
}

button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.shell { min-height: 100vh; overflow: hidden; }

/* ===================== HERO ===================== */

.hero {
  min-height: max(92vh, 660px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: end;
  gap: 44px;
  padding: 100px clamp(20px, 5vw, 72px) 64px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  background-image:
    radial-gradient(circle at 22% 88%, rgba(245, 200, 208, 0.22), transparent 36%),
    radial-gradient(circle at 78% 20%, rgba(196, 163, 90, 0.1), transparent 30%),
    linear-gradient(118deg, rgba(13, 7, 15, 0.9) 0%, rgba(92, 21, 38, 0.54) 46%, rgba(13, 7, 15, 0.78) 100%),
    url("https://images.unsplash.com/photo-1701401942416-bea590efe2ad?auto=format&fit=crop&fm=webp&q=82&w=2400");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

/* =================== BRAND / NAV =================== */

.brand {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  padding: 0 clamp(20px, 5vw, 72px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  z-index: 100;
  transition: background 0.35s ease, backdrop-filter 0.35s ease, box-shadow 0.35s ease;
}

/* Gains a dark glass background once the user scrolls past the hero */
.brand.scrolled {
  background: rgba(10, 5, 12, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(196, 163, 90, 0.18);
}

/* Inner pages always show the solid header (no hero to be transparent over) */
.brand.static {
  background: rgba(10, 5, 12, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(196, 163, 90, 0.18);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.2s;
}
.brand-mark:hover { opacity: 0.85; }

/* Logo — inverted to white for dark header */
.brand-logo {
  height: 50px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}

/* Footer logo */
.footer-brand-col .brand-logo {
  height: 52px;
  margin-bottom: 4px;
}

.nav {
  display: flex;
  gap: 28px;
}

.nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 0.18s;
}

.nav a:hover { color: var(--gold-light); }

/* =================== PAGE HERO (inner pages) =================== */

.page-hero {
  min-height: 560px;
  padding: 104px clamp(20px, 5vw, 72px) 80px;
  background:
    radial-gradient(circle at 18% 80%, rgba(245, 200, 208, 0.2), transparent 38%),
    radial-gradient(circle at 82% 15%, rgba(196, 163, 90, 0.1), transparent 32%),
    linear-gradient(118deg, rgba(13, 7, 15, 0.92) 0%, rgba(92, 21, 38, 0.62) 50%, rgba(13, 7, 15, 0.82) 100%),
    url("https://images.unsplash.com/photo-1701401942416-bea590efe2ad?auto=format&fit=crop&fm=webp&q=82&w=2400") center / cover;
  color: var(--white);
}

.page-hero-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.page-hero-copy p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.76;
  font-size: 1.08rem;
}

.concierge-page-hero {
  min-height: 420px;
  padding-bottom: 52px;
}

.mini-nav {
  display: flex;
  gap: 18px;
  margin-bottom: 56px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.mini-nav a { color: var(--white); text-decoration: none; }
.mini-nav.dark a { color: var(--burgundy); }

.full-page { min-height: 100vh; }

/* =================== HERO COPY =================== */

.hero-copy {
  max-width: 780px;
  padding-top: 140px;
  z-index: 1;
}

/* =================== EYEBROW =================== */

.eyebrow {
  color: var(--gold);
  font-weight: 900;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 0 16px;
}

/* =================== TYPOGRAPHY =================== */

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(3rem, 7.4vw, 7.25rem);
  line-height: 0.94;
  max-width: 820px;
  margin-bottom: 26px;
  font-weight: 600;
}

h2 {
  font-size: clamp(2rem, 4vw, 4.45rem);
  line-height: 1.02;
  font-weight: 600;
}

h3 {
  font-size: 1.42rem;
  line-height: 1.18;
}

.intro {
  max-width: 660px;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.74;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 34px;
}

/* =================== CTAs =================== */

.hero-actions, .prompt-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.primary-cta, .secondary-cta, .prompt-chip, .experience-card a, .hero-card a {
  border: 1px solid rgba(196, 163, 90, 0.5);
  border-radius: 999px;
  padding: 13px 22px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: all 0.22s;
}

.primary-cta {
  background: var(--white);
  border-color: var(--white);
  color: var(--wine);
  box-shadow: 0 16px 48px rgba(13, 7, 15, 0.28);
}

.secondary-cta, .prompt-chip {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.primary-cta:hover, .primary-cta:focus-visible {
  background: var(--soft-blush);
  color: var(--wine);
  transform: translateY(-1px);
}

.secondary-cta:hover, .secondary-cta:focus-visible,
.prompt-chip:hover, .prompt-chip:focus-visible {
  background: rgba(245, 200, 208, 0.18);
}

/* =================== HERO CARD =================== */

.hero-card {
  z-index: 1;
  background: rgba(13, 7, 15, 0.56);
  border: 1px solid rgba(196, 163, 90, 0.36);
  border-radius: 14px;
  padding: 32px;
  backdrop-filter: blur(26px);
  box-shadow: 0 28px 90px rgba(13, 7, 15, 0.46), inset 0 1px 0 rgba(196, 163, 90, 0.14);
}

.hero-card p, .hero-card li { color: rgba(255, 255, 255, 0.78); }

.hero-card h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  margin-bottom: 20px;
}

.hero-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 0 0 26px;
}

.hero-card a {
  display: inline-flex;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--midnight);
  border-color: var(--gold);
  font-weight: 900;
}

/* =================== BANDS / SECTIONS =================== */

.band, .concierge-section, .inquiry, .partner-band {
  padding: clamp(68px, 9vw, 116px) clamp(20px, 5vw, 72px);
}

/* Warm cream/ivory sections */
.positioning, .platform, .services {
  background:
    radial-gradient(circle at 85% 8%, rgba(245, 200, 208, 0.18), transparent 42%),
    radial-gradient(circle at 10% 92%, rgba(196, 163, 90, 0.08), transparent 35%),
    var(--ivory);
}

.positioning h2, .process h2 { max-width: 980px; }

/* =================== GRIDS =================== */

.positioning-grid, .platform-grid, .process-grid, .service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* =================== CARDS =================== */

.positioning-grid article, .platform-grid article,
.process-grid article, .service-list article, .experience-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 12px 40px rgba(28, 18, 24, 0.07);
  transition: box-shadow 0.24s, transform 0.24s;
}

.positioning-grid article:hover, .platform-grid article:hover,
.process-grid article:hover, .service-list article:hover {
  box-shadow: 0 24px 64px rgba(28, 18, 24, 0.13);
  transform: translateY(-3px);
}

.positioning-grid span, .process-grid span {
  color: var(--gold);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  display: block;
  margin-bottom: 8px;
}

.positioning-grid p, .platform-grid p, .process-grid p, .service-list p,
.section-heading p, .inquiry p, .concierge-copy p, .experience-card p {
  color: var(--muted);
  line-height: 1.74;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 38px;
}

/* =================== EXPERIENCES =================== */

.experiences {
  background:
    radial-gradient(circle at 50% 100%, rgba(245, 200, 208, 0.14), transparent 50%),
    var(--cream);
}

.experience-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.9fr 0.9fr;
  gap: 20px;
}

.experience-card {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
}

.experience-card.feature {
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 200, 208, 0.16), transparent 55%),
    linear-gradient(152deg, rgba(92, 21, 38, 0.97), rgba(13, 7, 15, 0.93));
  border-color: rgba(196, 163, 90, 0.28);
  color: var(--white);
  box-shadow: 0 28px 80px rgba(92, 21, 38, 0.36), inset 0 1px 0 rgba(196, 163, 90, 0.18);
}

.experience-card.feature p, .experience-card.feature li {
  color: rgba(255, 255, 255, 0.78);
}

.price {
  color: var(--burgundy) !important;
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
}

.experience-card.feature .price { color: var(--gold) !important; }

.experience-card ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  color: var(--muted);
}

.experience-card a {
  align-self: flex-start;
  background: var(--burgundy);
  color: var(--white);
  border-color: var(--burgundy);
}

.experience-card.feature a {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--midnight);
  border-color: var(--gold);
}

.experience-card a:hover { opacity: 0.86; }

/* =================== AI CONCIERGE SECTION =================== */

.concierge-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 520px);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
  background:
    radial-gradient(circle at 6% 12%, rgba(245, 200, 208, 0.16), transparent 34%),
    radial-gradient(circle at 94% 88%, rgba(196, 163, 90, 0.1), transparent 32%),
    linear-gradient(142deg, var(--midnight), var(--wine) 58%, rgba(13, 7, 15, 0.98));
  color: var(--white);
}

/* ── Planner next-step split CTA ── */
/* ── Free plan limit banner ── */
.plan-limit-banner {
  margin: 24px 0 0;
  background: linear-gradient(135deg, var(--midnight) 0%, var(--wine) 100%);
  border-radius: 16px;
  overflow: hidden;
}
.plan-limit-inner {
  padding: 36px 32px;
  text-align: center;
}
.plan-limit-eyebrow {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}
.plan-limit-inner h3 {
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  color: var(--white);
  margin: 0 0 12px;
}
.plan-limit-inner p {
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 24px;
}
.plan-limit-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.plan-limit-dismiss {
  background: none;
  border: none;
  color: rgba(255,255,255,0.55);
  font-size: 0.88rem;
  cursor: pointer;
  text-decoration: underline;
}
.plan-limit-dismiss:hover { color: var(--white); }

/* ── Proposal Wizard upgrade gate ── */
.wizard-upgrade-gate {
  margin: 32px 0 0;
  background: linear-gradient(135deg, var(--midnight) 0%, var(--wine) 100%);
  border-radius: 20px;
  overflow: hidden;
}
.wizard-upgrade-inner {
  padding: 48px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.wizard-upgrade-icon { font-size: 2.5rem; line-height: 1; }
.wizard-upgrade-eyebrow {
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0;
}
.wizard-upgrade-inner h3 {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.8vw, 1.8rem);
  color: var(--white);
  margin: 0;
  line-height: 1.2;
}
.wizard-upgrade-inner p {
  color: rgba(255,255,255,0.75);
  font-size: 0.97rem;
  line-height: 1.72;
  max-width: 520px;
  margin: 0;
}
.wizard-upgrade-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 8px;
}
.wizard-upgrade-dismiss {
  color: rgba(255,255,255,0.55);
  font-size: 0.88rem;
  text-decoration: underline;
}
.wizard-upgrade-dismiss:hover { color: var(--white); }

.planner-next-step { background: var(--cream); }

.planner-split-cta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.planner-split-card {
  background: var(--white);
  border-radius: 20px;
  padding: 40px 36px;
  text-align: center;
  box-shadow: 0 4px 32px rgba(28,18,24,0.08);
  border: 1px solid rgba(196,163,90,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.planner-split-card--featured {
  background: linear-gradient(145deg, var(--midnight) 0%, var(--wine) 100%);
  border-color: transparent;
  color: var(--white);
}

.planner-split-card--featured p { color: rgba(255,255,255,0.78); }

.planner-split-icon {
  font-size: 2.2rem;
  line-height: 1;
}

.planner-split-card h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--midnight);
  margin: 0;
  line-height: 1.25;
}

.planner-split-card--featured h3 { color: var(--white); }

.planner-split-card p {
  font-size: 0.95rem;
  line-height: 1.72;
  color: var(--body);
  margin: 0;
}

.planner-split-divider {
  font-family: var(--serif);
  font-size: 1.1rem;
  color: var(--muted);
  font-style: italic;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .planner-split-cta {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .planner-split-divider { padding: 8px 0; }
}

.concierge-copy h2 { max-width: 760px; }

.concierge-copy p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.74);
}

/* =================== CHAT PANEL =================== */

.chat-panel {
  z-index: 1;
  background: var(--ivory);
  color: var(--ink);
  border: 1px solid rgba(196, 163, 90, 0.28);
  border-radius: 14px;
  box-shadow: 0 36px 110px rgba(13, 7, 15, 0.52), inset 0 1px 0 rgba(196, 163, 90, 0.18);
  overflow: hidden;
  min-height: 640px;
  display: flex;
  flex-direction: column;
}

.chat-header {
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(139, 46, 63, 0.1);
  background: linear-gradient(135deg, rgba(253, 249, 245, 0.98), rgba(245, 200, 208, 0.32));
}

.chat-header p {
  margin-bottom: 4px;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.chat-header span { color: var(--muted); font-size: 0.86rem; }

.status {
  color: var(--burgundy) !important;
  border: 1px solid rgba(139, 46, 63, 0.22);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(245, 200, 208, 0.3);
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.message {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: 10px;
  line-height: 1.58;
  white-space: pre-line;
}

.message p { margin-bottom: 0; }

.message.assistant {
  align-self: flex-start;
  background: var(--cream);
  border: 1px solid rgba(196, 163, 90, 0.18);
}

.message.user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--wine), var(--burgundy));
  color: var(--white);
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 18px;
  border-top: 1px solid rgba(139, 46, 63, 0.1);
  background: rgba(251, 245, 239, 0.94);
}

textarea, input, select {
  width: 100%;
  border: 1px solid rgba(28, 18, 24, 0.12);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  padding: 13px 14px;
  resize: vertical;
}

textarea:focus, input:focus, select:focus {
  outline: 2px solid rgba(196, 163, 90, 0.32);
  border-color: var(--gold);
}

.chat-form button, .lead-form button {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--wine), var(--burgundy));
  color: var(--white);
  padding: 14px 18px;
  font-weight: 900;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
}

.chat-form button:disabled, .lead-form button:disabled {
  cursor: progress;
  opacity: 0.62;
}

.chat-form button:hover, .lead-form button:hover { opacity: 0.86; }

.powered-by {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
  font-size: 0.76rem;
  text-align: center;
  letter-spacing: 0.02em;
}

/* =================== PROCESS =================== */

.process {
  background:
    radial-gradient(circle at 50% 50%, rgba(245, 200, 208, 0.1), transparent 60%),
    var(--cream);
}

/* =================== SERVICE LIST =================== */

.service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* =================== PARTNER BAND =================== */

.partner-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background:
    radial-gradient(circle at 88% 20%, rgba(196, 163, 90, 0.1), transparent 42%),
    radial-gradient(circle at 12% 80%, rgba(245, 200, 208, 0.08), transparent 35%),
    linear-gradient(142deg, rgba(13, 7, 15, 0.98), rgba(92, 21, 38, 0.84));
  color: var(--white);
}

.partner-band h2 { max-width: 720px; }

.partner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.partner-tags span {
  border: 1px solid rgba(196, 163, 90, 0.36);
  border-radius: 999px;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(196, 163, 90, 0.08);
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  transition: background 0.2s, color 0.2s;
}

.partner-tags span:hover {
  background: rgba(196, 163, 90, 0.18);
  color: var(--gold-light);
}

/* =================== INQUIRY FORM =================== */

.inquiry {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(32px, 6vw, 84px);
  background:
    radial-gradient(circle at 20% 50%, rgba(245, 200, 208, 0.12), transparent 45%),
    var(--ivory);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 700;
}

.lead-form .wide, .lead-form button, .form-note {
  grid-column: 1 / -1;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
}

/* =================== FINAL STRIP =================== */

.final-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: clamp(48px, 7vw, 80px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 200, 208, 0.18), transparent 40%),
    linear-gradient(140deg, var(--wine), var(--burgundy));
  color: var(--white);
}

.final-strip h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

.final-strip .primary-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-color: var(--gold);
  color: var(--midnight);
  white-space: nowrap;
  box-shadow: 0 12px 40px rgba(13, 7, 15, 0.3);
}

/* =================== JOURNAL =================== */

.journal {
  background:
    radial-gradient(circle at 80% 90%, rgba(245, 200, 208, 0.14), transparent 44%),
    var(--ivory);
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.journal-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(28, 18, 24, 0.08);
  transition: box-shadow 0.24s, transform 0.24s;
}

.journal-card:hover {
  box-shadow: 0 28px 72px rgba(28, 18, 24, 0.15);
  transform: translateY(-4px);
}

.journal-card div {
  min-height: 220px;
  background:
    linear-gradient(148deg, rgba(139, 46, 63, 0.86), rgba(196, 163, 90, 0.66)),
    url("https://images.unsplash.com/photo-1508978053361-f0df91897005?auto=format&fit=crop&fm=webp&q=80&w=1400") center / cover;
}

.journal-card h3, .journal-card p, .journal-card a {
  margin-left: 24px;
  margin-right: 24px;
}

.journal-card h3 {
  margin-top: 24px;
  font-size: 1.18rem;
  line-height: 1.38;
}

.journal-card p { color: var(--muted); line-height: 1.7; }

.journal-card a {
  display: inline-flex;
  margin-bottom: 26px;
  color: var(--burgundy);
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  transition: color 0.18s;
}

.journal-card a:hover { color: var(--wine); }

/* ================================================
   JOURNAL INDEX (v2 — with filter + featured)
   ================================================ */

.journal-index {
  background:
    radial-gradient(circle at 80% 90%, rgba(245, 200, 208, 0.12), transparent 44%),
    var(--ivory);
}

/* Filter bar */
.journal-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 16px;
}
.journal-filter-btn {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 9px 22px;
  transition: background 0.18s, border-color 0.18s, color 0.18s, box-shadow 0.18s;
  white-space: nowrap;
}
.journal-filter-btn:hover {
  border-color: var(--burgundy);
  color: var(--burgundy);
}
.journal-filter-btn.active {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(92, 21, 38, 0.22);
}

/* Count */
.journal-count {
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 44px;
}

/* Grid */
.journal-grid-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Article card base */
.journal-article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.22s, transform 0.22s;
}
.journal-article:hover {
  box-shadow: 0 20px 56px rgba(28, 18, 24, 0.13);
  transform: translateY(-3px);
}
.journal-article[hidden] { display: none; }

/* Featured article — spans full row, horizontal layout */
.journal-article-featured {
  grid-column: 1 / -1;
  flex-direction: row;
  min-height: 340px;
}
.journal-article-featured .journal-article-img {
  width: 48%;
  flex-shrink: 0;
  min-height: 340px;
}
.journal-article-featured .journal-article-body {
  padding: 40px 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.journal-article-featured h3 {
  font-size: 1.55rem;
  line-height: 1.28;
}

/* Image area */
.journal-article-img {
  min-height: 200px;
  background-color: var(--soft-blush);
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* Card body */
.journal-article-body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

/* Meta row */
.journal-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* Category tags */
.journal-tag {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
}
.journal-tag-proposal  { background: rgba(92, 21, 38, 0.1);   color: var(--wine); }
.journal-tag-honeymoon { background: rgba(196, 163, 90, 0.18); color: #7a5c1a; }
.journal-tag-anniversary { background: rgba(139, 46, 63, 0.1); color: var(--burgundy); }
.journal-tag-travel    { background: rgba(34, 85, 44, 0.1);   color: #2a5e36; }

/* Read time */
.journal-read-time {
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Article heading */
.journal-article h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.32;
  color: var(--charcoal);
  margin: 0;
}

/* Article excerpt */
.journal-article p {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.68;
  margin: 0;
  flex: 1;
}

/* Read link */
.journal-article-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--wine);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.16s, letter-spacing 0.16s;
}
.journal-article-link:hover {
  color: var(--burgundy);
  letter-spacing: 0.04em;
}

/* Empty state */
.journal-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
  font-size: 0.95rem;
}
.journal-reset-btn {
  margin-top: 18px;
  background: none;
  border: 1.5px solid var(--burgundy);
  border-radius: 999px;
  color: var(--burgundy);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 9px 24px;
  transition: background 0.18s, color 0.18s;
}
.journal-reset-btn:hover {
  background: var(--burgundy);
  color: var(--white);
}

/* Responsive */
@media (max-width: 900px) {
  .journal-grid-v2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .journal-article-featured {
    flex-direction: column;
    min-height: auto;
  }
  .journal-article-featured .journal-article-img {
    width: 100%;
    min-height: 240px;
  }
  .journal-article-featured .journal-article-body {
    padding: 26px 24px 22px;
  }
  .journal-article-featured h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 560px) {
  .journal-grid-v2 {
    grid-template-columns: 1fr;
  }
  .journal-filter-btn {
    padding: 8px 16px;
    font-size: 0.82rem;
  }
}

/* =================== LEGAL PAGES =================== */

.legal-page {
  max-width: 820px;
  margin: 0 auto;
  padding: 120px 22px 80px;
  color: var(--ink);
  font-family: "Lato", ui-sans-serif, system-ui, sans-serif;
}

.legal-page h1 { color: var(--burgundy); }

.legal-page h2 {
  font-size: 1.55rem;
  color: var(--wine);
  margin-top: 40px;
}

.legal-page p { color: var(--muted); line-height: 1.82; }
.legal-page a { color: var(--burgundy); font-weight: 700; }

/* =================== UTILITY =================== */

.site-footer span { color: var(--gold); font-weight: 900; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* =================== RESPONSIVE =================== */

@media (max-width: 1080px) {
  .hero,
  .concierge-section,
  .inquiry,
  .partner-band {
    grid-template-columns: 1fr;
  }

  .experience-grid,
  .positioning-grid,
  .platform-grid,
  .process-grid,
  .service-list,
  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .chat-panel { min-height: 560px; }
}

@media (max-width: 680px) {
  .hero {
    height: auto;
    min-height: auto;
    margin: 0;
    padding-bottom: 48px;
  }

  .nav { display: none; }
  .hero-copy { padding-top: 100px; }

  h1 { font-size: clamp(1.9rem, 11vw, 4.15rem); overflow-wrap: break-word; }

  .experience-grid,
  .positioning-grid,
  .platform-grid,
  .process-grid,
  .service-list,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .experience-card { min-height: auto; }
  .chat-panel { min-height: 610px; }

  .final-strip {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =================== HAMBURGER NAV TOGGLE =================== */

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: 1px solid rgba(196, 163, 90, 0.62);
  border-radius: 6px;
  padding: 10px 12px;
  cursor: pointer;
  z-index: 200;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.24s, opacity 0.24s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

@media (max-width: 680px) {
  /*
   * ROOT CAUSE FIX: backdrop-filter on .brand makes it the containing block
   * for position:fixed descendants — the nav ends up sized/positioned to the
   * 72px header instead of the full viewport. Remove it on mobile and use a
   * solid background so the overlay can cover the entire screen properly.
   */
  .brand,
  .brand.static,
  .brand.scrolled {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(10, 5, 12, 0.97) !important;
  }

  .nav-toggle { display: flex; }

  .nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0d070f;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 9000;
  }

  .nav.open { display: flex; }

  .nav a {
    font-size: 1.4rem !important;
    color: var(--white) !important;
    letter-spacing: 0.06em;
    opacity: 1 !important;
  }

  /* Toggle sits above the open nav so the X is always tappable */
  .nav-toggle { z-index: 9100; }

  /* Hide WhatsApp FAB when nav is open */
  body.nav-open .whatsapp-fab {
    display: none;
  }
}

/* =================== JOURNAL IMAGE VARIANTS =================== */

/* Luxury resort / infinity pool */
.journal-img-1 {
  background:
    linear-gradient(148deg, rgba(92, 21, 38, 0.82), rgba(196, 163, 90, 0.62)),
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&fm=webp&q=80&w=1400") center / cover;
}

/* Candlelit fine dining */
.journal-img-2 {
  background:
    linear-gradient(148deg, rgba(13, 7, 15, 0.88), rgba(92, 21, 38, 0.7)),
    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&fm=webp&q=80&w=1400") center / cover;
}

/* Tropical beach / paradise */
.journal-img-3 {
  background:
    linear-gradient(148deg, rgba(196, 163, 90, 0.76), rgba(92, 21, 38, 0.62)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&fm=webp&q=80&w=1400") center / cover;
}

/* Private beach / romantic couple */
.journal-img-4 {
  background:
    linear-gradient(148deg, rgba(10, 5, 12, 0.86), rgba(92, 21, 38, 0.68)),
    url("https://images.unsplash.com/photo-1522673607200-164d1b6ce486?auto=format&fit=crop&fm=webp&q=80&w=1400") center / cover;
}

/* Luxury villa / golden Pitons */
.journal-img-5 {
  background:
    linear-gradient(148deg, rgba(28, 18, 24, 0.82), rgba(196, 163, 90, 0.55)),
    url("https://images.unsplash.com/photo-1548574505-5e239809ee19?auto=format&fit=crop&fm=webp&q=80&w=1400") center 30% / cover;
}

/* Caribbean comparison / champagne */
.journal-img-6 {
  background:
    linear-gradient(148deg, rgba(92, 21, 38, 0.78), rgba(13, 7, 15, 0.72)),
    url("https://images.unsplash.com/photo-1583939003579-730e3918a45a?auto=format&fit=crop&fm=webp&q=80&w=1400") center / cover;
}

/* =================== JOURNAL HOMEPAGE CTA =================== */

.journal-section-cta {
  text-align: center;
  margin-top: 42px;
}

.journal-section-cta a {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, var(--wine), var(--burgundy));
  color: var(--white);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 34px;
  text-decoration: none;
  font-weight: 900;
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 40px rgba(92, 21, 38, 0.32);
  transition: opacity 0.2s, box-shadow 0.2s;
}

.journal-section-cta a:hover {
  opacity: 0.88;
  box-shadow: 0 18px 52px rgba(92, 21, 38, 0.44);
}

/* =================== EMAIL CAPTURE =================== */

.email-capture {
  background:
    radial-gradient(circle at 70% 16%, rgba(245, 200, 208, 0.24), transparent 44%),
    radial-gradient(circle at 12% 84%, rgba(196, 163, 90, 0.12), transparent 38%),
    linear-gradient(142deg, var(--wine), var(--midnight) 68%);
  color: var(--white);
  text-align: center;
}

.email-capture-inner { max-width: 760px; margin: 0 auto; }
.email-capture h2 { margin-bottom: 16px; }
.email-capture p { color: rgba(255, 255, 255, 0.78); line-height: 1.74; }
.email-capture .eyebrow { color: var(--gold); }
.email-desc { max-width: 600px; margin: 0 auto 36px; }

.email-form {
  display: flex;
  gap: 10px;
  max-width: 520px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.email-form input[type="email"] {
  flex: 1;
  min-width: 220px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(196, 163, 90, 0.44);
  color: var(--white);
  border-radius: 8px;
  padding: 13px 14px;
}

.email-form input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.52); }

.email-form input[type="email"]:focus {
  outline: 2px solid rgba(196, 163, 90, 0.5);
  border-color: var(--gold);
}

.email-form button {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--midnight);
  padding: 14px 24px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0.02em;
  transition: opacity 0.2s;
}

.email-form button:hover { opacity: 0.88; }
.email-form button:disabled { cursor: progress; opacity: 0.68; }

.email-note {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  min-height: 22px;
  color: rgba(255, 255, 255, 0.72);
}

/* =================== FULL FOOTER =================== */

.site-footer-full {
  background:
    radial-gradient(circle at 80% 10%, rgba(92, 21, 38, 0.3), transparent 40%),
    var(--midnight);
  color: rgba(255, 255, 255, 0.8);
}

.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 52px;
  padding: 72px clamp(20px, 5vw, 72px) 56px;
  max-width: 1400px;
  margin: 0 auto;
}

.footer-brand-col .brand-mark { margin-bottom: 22px; }

.footer-tagline {
  color: rgba(255, 255, 255, 0.54);
  line-height: 1.76;
  font-size: 0.92rem;
  margin-bottom: 18px;
}

.footer-affiliate {
  color: rgba(255, 255, 255, 0.34);
  font-size: 0.8rem;
  line-height: 1.65;
  margin: 0;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-nav-col h4 {
  color: var(--gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1rem;
  margin: 0 0 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.footer-nav-col a {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  transition: color 0.18s;
}

.footer-nav-col a:hover { color: var(--gold); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(196, 163, 90, 0.12);
  font-size: 0.84rem;
}

.footer-bottom p { margin: 0; color: rgba(255, 255, 255, 0.36); }
.footer-bottom span { color: var(--gold); font-size: 0.82rem; }
.footer-bottom strong { font-weight: 900; }

@media (max-width: 900px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand-col { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .footer-inner { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }
  .email-form { flex-direction: column; }
  .email-form input[type="email"], .email-form button { width: 100%; min-width: 0; }
}

/* =================== ACTIVE NAV =================== */

.nav a[aria-current="page"] {
  color: var(--gold);
  font-weight: 700;
}

/* =================== WHATSAPP FAB =================== */

.whatsapp-fab {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.4);
  z-index: 200;
  text-decoration: none;
  /* entrance state — invisible and shifted down */
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.2s;
}
.whatsapp-fab.fab-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55);
}
.whatsapp-fab.fab-visible:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55);
}
.whatsapp-fab svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
.whatsapp-fab[hidden] { display: none; }

@media (max-width: 680px) {
  .whatsapp-fab { bottom: 20px; right: 16px; width: 50px; height: 50px; }
  .whatsapp-fab svg { width: 26px; height: 26px; }
}

/* ─── Newsletter section ──────────────────────────────────────── */
.newsletter-section {
  position: relative;
  padding: clamp(72px, 12vw, 120px) clamp(20px, 6vw, 72px);
  background-image: url("https://images.unsplash.com/photo-1701401942416-bea590efe2ad?auto=format&fit=crop&fm=webp&q=80&w=1600");
  background-size: cover;
  background-position: center 35%;
  overflow: hidden;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(8, 3, 6, 0.93) 0%, rgba(72, 14, 28, 0.88) 60%, rgba(92, 21, 38, 0.82) 100%);
}

.newsletter-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 70% 50%, rgba(196, 163, 90, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.newsletter-inner {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

/* ── Offer column ── */
.newsletter-offer {
  color: #fff;
}

.newsletter-ornament {
  display: block;
  font-size: 18px;
  color: var(--gold);
  margin-bottom: 20px;
  letter-spacing: 0.3em;
}

.newsletter-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}

.newsletter-section h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  line-height: 1.2;
}

.newsletter-section h2 em {
  font-style: italic;
  color: var(--gold);
}

.newsletter-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.75;
  margin: 0 0 32px;
}

.newsletter-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-features li {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
}

.newsletter-features li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}

/* ── Form column ── */
.newsletter-form-col {
  display: flex;
  justify-content: center;
}

.newsletter-form-card {
  width: 100%;
  max-width: 420px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(196, 163, 90, 0.22);
  border-radius: 16px;
  padding: clamp(28px, 4vw, 44px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.newsletter-form-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 24px;
}

.newsletter-form {
  width: 100%;
}

.newsletter-field {
  margin-bottom: 14px;
}

.newsletter-field input {
  width: 100%;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  outline: none;
  transition: border-color 0.25s, background 0.25s;
  box-sizing: border-box;
}

.newsletter-field input::placeholder { color: rgba(255, 255, 255, 0.38); }

.newsletter-field input:focus {
  border-color: var(--gold);
  background: rgba(255, 255, 255, 0.10);
}

.newsletter-btn {
  width: 100%;
  margin-top: 8px;
  padding: 16px 24px;
  background: var(--gold);
  color: #1C1218;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.15s;
}

.newsletter-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.newsletter-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.newsletter-note {
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
  min-height: 18px;
  line-height: 1.5;
  text-align: center;
}

.newsletter-privacy {
  margin: 20px 0 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.35);
  text-align: center;
  line-height: 1.6;
}

.newsletter-privacy a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .newsletter-inner {
    grid-template-columns: 1fr;
    gap: 44px;
    text-align: center;
  }
  .newsletter-features li {
    padding-left: 0;
    text-align: left;
  }
  .newsletter-features {
    display: inline-flex;
    text-align: left;
  }
  .newsletter-form-col {
    justify-content: stretch;
  }
  .newsletter-form-card {
    max-width: 100%;
  }
}

/* =================== JOURNAL ARTICLE PAGES =================== */

.article-hero {
  min-height: 580px;
  height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 clamp(20px, 5vw, 72px) 64px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.article-hero-copy {
  max-width: 820px;
  padding-top: 104px;
  z-index: 1;
}

.article-hero-copy h1 {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 600;
  color: var(--white);
  line-height: 1.18;
  margin: 12px 0 16px;
  letter-spacing: -0.01em;
}

.article-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.article-breadcrumb a {
  color: var(--gold);
  text-decoration: none;
  transition: opacity 0.18s;
}

.article-breadcrumb a:hover { opacity: 0.78; }

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: opacity 0.18s;
}

.article-back:hover { opacity: 0.78; }

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  letter-spacing: 0.04em;
  margin: 0;
}

/* ── Article prose body ── */

/* .article-body defined below with sidebar grid layout */

.article-lead {
  font-size: 1.18rem;
  line-height: 1.82;
  color: var(--midnight);
  font-family: var(--serif);
  font-style: italic;
  margin: 0 0 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(196, 163, 90, 0.22);
}

.article-section {
  margin-bottom: 52px;
}

.article-section h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 600;
  color: var(--wine);
  margin: 0 0 6px;
  line-height: 1.22;
}

.article-section h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--midnight);
  margin: 32px 0 8px;
  line-height: 1.3;
}

.article-subtitle {
  font-size: 0.94rem;
  color: var(--muted);
  font-style: italic;
  margin: 0 0 20px;
  line-height: 1.5;
}

.article-section p {
  font-size: 1.02rem;
  line-height: 1.84;
  color: var(--body);
  margin: 0 0 20px;
}

.article-section strong { color: var(--midnight); }

.article-list {
  padding-left: 20px;
  margin: 16px 0 24px;
}

.article-list li {
  font-size: 1.02rem;
  line-height: 1.82;
  color: var(--body);
  margin-bottom: 12px;
}

.article-list li strong { color: var(--midnight); }

.article-pullquote {
  border-left: 3px solid var(--gold);
  padding: 16px 24px;
  margin: 36px 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.72;
  color: var(--wine);
  background: rgba(196, 163, 90, 0.07);
  border-radius: 0 8px 8px 0;
}

.article-tip {
  background: rgba(92, 21, 38, 0.05);
  border: 1px solid rgba(92, 21, 38, 0.12);
  border-radius: 10px;
  padding: 18px 22px;
  margin: 28px 0;
  font-size: 0.96rem;
  line-height: 1.76;
  color: var(--body);
}

.article-tip strong {
  color: var(--wine);
  display: block;
  margin-bottom: 6px;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* ── Mid-article CTA ── */

.article-cta-inline {
  background:
    radial-gradient(circle at 80% 20%, rgba(245, 200, 208, 0.18), transparent 50%),
    linear-gradient(135deg, var(--wine) 0%, var(--midnight) 100%);
  color: var(--white);
  border-radius: 16px;
  padding: 44px 40px;
  margin: 60px 0;
  text-align: center;
}

.article-cta-inline .eyebrow {
  color: var(--gold);
  margin-bottom: 12px;
}

.article-cta-inline h3 {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 600;
  color: var(--white);
  margin: 0 0 14px;
  line-height: 1.24;
}

.article-cta-inline p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 28px;
}

.article-cta-inline .primary-cta {
  background: var(--gold);
  color: var(--midnight);
  margin-right: 12px;
}

.article-cta-inline .secondary-cta {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  transition: all 0.2s;
}

.article-cta-inline .secondary-cta:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

/* ── Article content + sidebar layout ── */

.article-body {
  max-width: 820px;
  margin: 0 auto;
  padding: 72px clamp(20px, 5vw, 60px) 80px;
}

.article-body.has-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 60px;
  max-width: 1100px;
  align-items: start;
}

.article-content {
  min-width: 0;
  color: var(--body);
}

.article-content h2 {
  font-family: var(--serif);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 600;
  color: var(--wine);
  margin: 52px 0 14px;
  line-height: 1.22;
}

.article-content h2:first-child { margin-top: 0; }

.article-content h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--midnight);
  margin: 36px 0 10px;
  line-height: 1.3;
}

.article-content p {
  font-size: 1.02rem;
  line-height: 1.86;
  color: var(--body);
  margin: 0 0 22px;
}

.article-content ul {
  padding-left: 22px;
  margin: 8px 0 28px;
}

.article-content ul li {
  font-size: 1.02rem;
  line-height: 1.82;
  color: var(--body);
  margin-bottom: 10px;
}

.article-content ul li strong { color: var(--midnight); }

.article-figure {
  margin: 40px 0;
}

.article-figure img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.article-figure figcaption {
  font-size: 0.84rem;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
  font-style: italic;
}

.article-cta-block {
  background: linear-gradient(135deg, var(--wine) 0%, var(--midnight) 100%);
  border-radius: 16px;
  padding: 44px 40px;
  margin: 60px 0 20px;
  text-align: center;
}

.article-cta-block .eyebrow { color: var(--gold); margin-bottom: 10px; }

.article-cta-block h3 {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.5vw, 1.7rem);
  color: var(--white);
  margin: 0 0 14px;
  line-height: 1.25;
}

.article-cta-block p {
  color: rgba(255,255,255,0.76);
  font-size: 0.97rem;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 28px;
}

/* ── Article sidebar ── */

.article-sidebar {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card {
  background: var(--cream);
  border-radius: 14px;
  padding: 26px 24px;
  border: 1px solid rgba(196, 163, 90, 0.18);
}

.sidebar-card .eyebrow {
  color: var(--wine);
  margin-bottom: 16px;
  font-size: 0.76rem;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-list li {
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--body);
  padding: 8px 0;
  border-bottom: 1px solid rgba(196, 163, 90, 0.14);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sidebar-list li:last-child { border-bottom: none; }
.sidebar-list li strong { color: var(--midnight); font-size: 0.88rem; }

.sidebar-links li { display: block; }

.sidebar-links a {
  color: var(--wine);
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.55;
}

.sidebar-links a:hover { text-decoration: underline; }

@media (max-width: 860px) {
  .article-body.has-sidebar {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .article-sidebar { position: static; }
}

/* ── Related articles ── */

.related-articles {
  background: var(--cream);
}

.related-articles h2 {
  margin-bottom: 36px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.related-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(28, 18, 24, 0.07);
  transition: transform 0.22s, box-shadow 0.22s;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(28, 18, 24, 0.13);
}

.related-card .journal-img-1,
.related-card .journal-img-2,
.related-card .journal-img-3,
.related-card .journal-img-4,
.related-card .journal-img-5,
.related-card .journal-img-6 {
  height: 180px;
  border-radius: 0;
}

.related-card h3 {
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--midnight);
  line-height: 1.38;
  padding: 18px 18px 10px;
  margin: 0;
}

.related-card a {
  display: block;
  padding: 0 18px 18px;
  color: var(--wine);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: opacity 0.18s;
}

.related-card a:hover { opacity: 0.72; }

/* ── Article responsive ── */

@media (max-width: 820px) {
  .article-hero {
    min-height: 480px;
    height: auto;
    padding-bottom: 48px;
  }

  .article-hero-copy {
    max-width: 100%;
    padding-top: 92px;
  }

  .article-meta {
    gap: 6px 10px;
  }

  .article-cta-inline {
    padding: 32px 22px;
  }

  .article-cta-inline .primary-cta,
  .article-cta-inline .secondary-cta {
    display: block;
    text-align: center;
    margin: 0 0 12px;
  }

  .related-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (max-width: 540px) {
  .article-body {
    padding: 48px 20px 60px;
  }

  .article-hero {
    min-height: 420px;
    padding: 0 20px 36px;
  }

  .article-hero-copy h1 {
    font-size: clamp(1.8rem, 9vw, 2.5rem);
    line-height: 1.12;
  }

  .article-breadcrumb,
  .article-back,
  .article-meta {
    font-size: 0.72rem;
  }

  .article-section,
  .article-content h2,
  .article-content h3 {
    scroll-margin-top: 88px;
  }

  .article-lead {
    font-size: 1.05rem;
  }

  .article-pullquote {
    font-size: 1.05rem;
    padding: 14px 18px;
  }

  .article-tip,
  .article-cta-block,
  .article-cta-inline {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ================================================
   PROPOSAL WIZARD
   ================================================ */

.proposal-page-hero {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 104px clamp(20px, 5vw, 72px) 64px;
  background-image:
    linear-gradient(to top, rgba(10,5,12,0.97) 0%, rgba(10,5,12,0.8) 35%, rgba(10,5,12,0.45) 65%, rgba(10,5,12,0.25) 100%),
    url("/images/saint-lucia/saint-lucia-sunset-beach.png");
  background-size: cover;
  background-position: center 40%;
}

.proposal-page-hero .page-hero-copy {
  max-width: 720px;
}

.proposal-page-hero .page-hero-copy h1 {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.12;
  margin-bottom: 20px;
  color: var(--white);
  text-shadow: 0 2px 24px rgba(0,0,0,0.45);
}

.proposal-page-hero .page-hero-copy p {
  color: rgba(255,255,255,0.88);
  text-shadow: 0 1px 12px rgba(0,0,0,0.35);
}

.wizard-section {
  background: var(--ivory);
  padding: clamp(48px, 8vw, 100px) clamp(20px, 5vw, 72px);
}

.wizard-outer {
  max-width: 860px;
  margin: 0 auto;
}

.wizard-header {
  text-align: center;
  margin-bottom: 48px;
}

.wizard-header h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--wine);
  margin: 0 0 12px;
}

.wizard-header p {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

.wizard-card {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 4px 40px rgba(28,18,24,0.1);
  overflow: hidden;
}

.wizard-progress-bar {
  height: 4px;
  background: rgba(196,163,90,0.2);
  position: relative;
}

.wizard-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--wine), var(--gold));
  transition: width 0.4s ease;
  border-radius: 0 2px 2px 0;
}

.wizard-body {
  padding: clamp(32px, 5vw, 56px);
}

.wizard-step { display: none; }
.wizard-step.active { display: block; }

.wizard-step-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 10px;
}

.wizard-step h3 {
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.5vw, 1.9rem);
  color: var(--charcoal);
  margin: 0 0 28px;
  line-height: 1.25;
}

.wizard-options {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.wizard-option {
  border: 2px solid rgba(196,163,90,0.25);
  border-radius: 12px;
  padding: 18px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: var(--ivory);
  text-align: left;
  position: relative;
}

.wizard-option:hover {
  border-color: var(--gold);
  background: rgba(196,163,90,0.06);
}

.wizard-option.selected {
  border-color: var(--wine);
  background: rgba(92,21,38,0.05);
  box-shadow: 0 0 0 1px var(--wine);
}

.wizard-option-icon {
  font-size: 1.6rem;
  display: block;
  margin-bottom: 8px;
}

.wizard-option-label {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--charcoal);
  display: block;
  margin-bottom: 4px;
}

.wizard-option-desc {
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.4;
}

.wizard-option.selected .wizard-option-label {
  color: var(--wine);
}

.wizard-field {
  margin-bottom: 20px;
}

.wizard-field label {
  display: block;
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--charcoal);
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}

.wizard-field input,
.wizard-field select,
.wizard-field textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1.5px solid rgba(196,163,90,0.3);
  border-radius: 10px;
  background: var(--ivory);
  color: var(--charcoal);
  font-size: 1rem;
  transition: border-color 0.2s;
}

.wizard-field input:focus,
.wizard-field select:focus,
.wizard-field textarea:focus {
  outline: none;
  border-color: var(--wine);
}

.wizard-field textarea { resize: vertical; min-height: 90px; }

.wizard-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wizard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(32px,5vw,56px) 32px;
  border-top: 1px solid rgba(196,163,90,0.15);
  gap: 16px;
}

.wizard-dots {
  display: flex;
  gap: 8px;
}

.wizard-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(196,163,90,0.3);
  transition: all 0.25s;
}

.wizard-dot.active {
  background: var(--wine);
  width: 22px;
  border-radius: 4px;
}

.wizard-dot.done {
  background: var(--gold);
}

.wizard-btn {
  padding: 14px 32px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.wizard-btn-primary {
  background: var(--wine);
  color: var(--white);
}

.wizard-btn-primary:hover { background: var(--burgundy); transform: translateY(-1px); }
.wizard-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.wizard-btn-secondary {
  background: transparent;
  color: var(--muted);
  padding-left: 0;
}

.wizard-btn-secondary:hover { color: var(--charcoal); }

/* Proposal Result */
.wizard-result {
  padding: clamp(32px,5vw,56px);
  border-top: 1px solid rgba(196,163,90,0.15);
}

.proposal-result-header {
  text-align: center;
  margin-bottom: 36px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.proposal-result-header h3 {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--wine);
  margin: 0 0 10px;
}

.proposal-result-header p {
  color: var(--muted);
  margin: 0;
}

.proposal-plan-section {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(196,163,90,0.12);
}

.proposal-plan-section:last-child { border-bottom: none; margin-bottom: 0; }

.proposal-plan-section h4 {
  font-family: var(--serif);
  font-size: 1.15rem;
  color: var(--wine);
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.proposal-plan-section h4::before {
  content: '';
  display: block;
  width: 3px;
  height: 18px;
  background: var(--gold);
  border-radius: 2px;
  flex-shrink: 0;
}

.proposal-plan-section p,
.proposal-plan-section li {
  color: var(--charcoal);
  line-height: 1.8;
  font-size: 0.97rem;
}

.proposal-plan-section ul {
  padding-left: 20px;
  margin: 8px 0 0;
}

.proposal-cover-story {
  background: linear-gradient(135deg, rgba(92,21,38,0.06), rgba(196,163,90,0.06));
  border: 1px solid rgba(196,163,90,0.25);
  border-radius: 14px;
  padding: 20px 24px;
  margin-top: 12px;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.8;
}

.proposal-timeline-item {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.proposal-timeline-time {
  font-weight: 700;
  font-size: 0.83rem;
  color: var(--gold);
  min-width: 70px;
  padding-top: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.proposal-timeline-text {
  font-size: 0.95rem;
  color: var(--charcoal);
  line-height: 1.65;
}

.proposal-vendor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.proposal-vendor-tag {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.88rem;
  color: var(--charcoal);
}

.proposal-vendor-tag strong {
  display: block;
  font-size: 0.78rem;
  color: var(--wine);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.result-actions {
  display: flex;
  gap: 16px;
  margin-top: 36px;
  flex-wrap: wrap;
}

.result-action-primary {
  flex: 1;
  min-width: 200px;
  padding: 16px 28px;
  background: var(--wine);
  color: var(--white);
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
}

.result-action-primary:hover { background: var(--burgundy); }

.result-action-secondary {
  flex: 1;
  min-width: 200px;
  padding: 16px 28px;
  background: transparent;
  color: var(--wine);
  border: 2px solid rgba(92,21,38,0.3);
  border-radius: 100px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.2s;
  cursor: pointer;
}

.result-action-secondary:hover { border-color: var(--wine); background: rgba(92,21,38,0.04); }

/* ================================================
   COUPLE JOURNEY DASHBOARD (/plan)
   ================================================ */

.plan-page-hero {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 clamp(20px,5vw,72px) 56px;
  background-image:
    linear-gradient(150deg, rgba(13,7,15,0.92) 0%, rgba(92,21,38,0.68) 50%, rgba(13,7,15,0.88) 100%),
    url("https://images.unsplash.com/photo-1530541930197-ff16ac917b0e?auto=format&fit=crop&fm=webp&q=82&w=2400");
  background-size: cover;
  background-position: center 40%;
}

.plan-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(40px,6vw,80px) clamp(20px,5vw,72px);
}

.plan-loading {
  text-align: center;
  padding: 80px 20px;
  color: var(--muted);
}

.plan-loading .spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(196,163,90,0.2);
  border-top-color: var(--wine);
  border-radius: 50%;
  animation: spin 0.9s linear infinite;
  margin: 0 auto 20px;
}

@keyframes spin { to { transform: rotate(360deg); } }

.plan-header-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.plan-title-group h1 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--wine);
  margin: 0 0 6px;
}

.plan-title-group .plan-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.plan-share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--wine);
  color: var(--white);
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.plan-share-btn:hover { background: var(--burgundy); }

.plan-share-btn svg { width: 16px; height: 16px; fill: currentColor; }

.plan-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.plan-pdf-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: var(--wine);
  border: 2px solid var(--wine);
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.plan-pdf-btn:hover { background: var(--wine); color: var(--white); }

.plan-pdf-btn svg { width: 16px; height: 16px; fill: currentColor; }

/* ── Print / PDF styles ── */
@media print {
  .brand, .nav, .nav-toggle, .plan-header-actions,
  .plan-notes-section, .whatsapp-fab, .site-footer-full,
  .plan-share-toast, .plan-page-hero, .plan-shell > *:not(#planContent) { display: none !important; }

  body { background: #fff; color: #000; font-size: 12pt; }
  .shell { max-width: 100%; padding: 0; }
  #planContent { display: block !important; padding: 40px; }

  .plan-header-bar { margin-bottom: 24px; border-bottom: 2px solid #5C1526; padding-bottom: 16px; }
  #planTitle { font-size: 22pt; color: #5C1526; }
  #planMeta { font-size: 10pt; color: #666; }

  .plan-content { display: block !important; }
  .plan-content-inner { max-width: 100%; }

  .plan-itinerary-text h2, .plan-itinerary-text h3 { color: #5C1526; }
  .plan-itinerary-text { font-size: 11pt; line-height: 1.7; }

  .plan-section-head { color: #C4A35A; font-size: 9pt; letter-spacing: 0.1em; text-transform: uppercase; }

  /* Luxe Amour branding in footer of print */
  #planContent::after {
    content: "Luxe Amour Getaways · luxeamourgetaways.com · Powered by CaribAI";
    display: block;
    margin-top: 48px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
    font-size: 9pt;
    color: #999;
    text-align: center;
  }
}

.plan-share-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: var(--charcoal);
  color: var(--white);
  padding: 14px 28px;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.3s ease;
  z-index: 1000;
  white-space: nowrap;
  pointer-events: none;
}

.plan-share-toast.visible {
  transform: translateX(-50%) translateY(0);
}

.plan-content {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 4px 40px rgba(28,18,24,0.08);
  overflow: hidden;
  margin-bottom: 28px;
}

.plan-content-inner {
  padding: clamp(28px, 5vw, 48px);
}

.plan-section-head {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 8px;
}

.plan-content h2 {
  font-family: var(--serif);
  color: var(--wine);
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  margin: 0 0 20px;
}

.plan-itinerary-text {
  color: var(--charcoal);
  line-height: 1.85;
  font-size: 0.97rem;
  white-space: pre-wrap;
}

.plan-itinerary-text h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--wine);
  margin: 28px 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}

.plan-itinerary-text h3:first-child { margin-top: 0; }

.plan-notes-section {
  background: var(--ivory);
  border-top: 1px solid var(--line);
  padding: clamp(28px,5vw,48px);
}

.plan-notes-section h3 {
  font-family: var(--serif);
  font-size: 1.2rem;
  color: var(--charcoal);
  margin: 0 0 16px;
}

.plan-notes-area {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border: 1.5px solid rgba(196,163,90,0.3);
  border-radius: 12px;
  background: var(--white);
  font-size: 0.97rem;
  color: var(--charcoal);
  line-height: 1.7;
  resize: vertical;
  transition: border-color 0.2s;
}

.plan-notes-area:focus { outline: none; border-color: var(--wine); }

.plan-notes-save {
  margin-top: 12px;
  padding: 12px 24px;
  background: var(--wine);
  color: var(--white);
  border: none;
  border-radius: 100px;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.9rem;
  transition: background 0.2s;
}

.plan-notes-save:hover { background: var(--burgundy); }

.plan-not-found {
  text-align: center;
  padding: 80px 20px;
}

.plan-not-found h2 {
  font-family: var(--serif);
  color: var(--wine);
  margin: 0 0 12px;
}

.plan-not-found p { color: var(--muted); margin: 0 0 28px; }

/* Save itinerary bar (in concierge) */
.save-plan-bar {
  background: linear-gradient(135deg, rgba(92,21,38,0.06), rgba(196,163,90,0.06));
  border: 1px solid rgba(196,163,90,0.25);
  border-radius: 0 0 12px 12px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: -1px;
}

.save-plan-bar p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--charcoal);
}

.save-plan-btn {
  padding: 10px 22px;
  background: var(--wine);
  color: var(--white);
  border: none;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}

.save-plan-btn:hover { background: var(--burgundy); }
.save-plan-btn:disabled { opacity: 0.55; cursor: not-allowed; }

/* Responsive wizard */
@media (max-width: 768px) {
  .wizard-options { grid-template-columns: 1fr 1fr; }
  .wizard-fields-row { grid-template-columns: 1fr; }
  .plan-header-bar { flex-direction: column; }
  .result-actions { flex-direction: column; }
  .proposal-vendor-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .wizard-options { grid-template-columns: 1fr; }
  .wizard-footer { flex-wrap: wrap; justify-content: center; }
  .proposal-vendor-grid { grid-template-columns: 1fr; }
}

/* ================================================
   PROPOSAL PLANNER FEATURE BAND (homepage)
   ================================================ */

.proposal-feature-band {
  background: linear-gradient(140deg, #2d0814 0%, #5C1526 55%, #1a060c 100%);
  padding: 90px 5%;
  position: relative;
  overflow: hidden;
}
.proposal-feature-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1519741497674-611481863552?w=1600&q=60") center/cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
}
.proposal-feature-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
  position: relative;
}
.proposal-feature-copy .eyebrow {
  color: var(--gold);
  opacity: 1;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: var(--font-sans);
  font-weight: 700;
  margin: 0 0 16px;
}
.proposal-feature-copy h2 {
  font-family: var(--font-serif);
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 600;
  margin: 0 0 22px;
  line-height: 1.2;
}
.proposal-feature-copy > p {
  color: rgba(255,255,255,0.8);
  margin: 0 0 18px;
  line-height: 1.75;
  font-size: 1rem;
}
.proposal-feature-copy .primary-cta {
  margin-top: 10px;
  display: inline-block;
}
.proposal-feature-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 20px;
}
.proposal-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.proposal-feature-item .pfi-icon {
  font-size: 1.5rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 1px;
}
.proposal-feature-item h4 {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  color: var(--gold);
  margin: 0 0 5px;
  font-weight: 600;
}
.proposal-feature-item p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.68);
  margin: 0;
  line-height: 1.6;
}

/* Couple Dashboard feature band */
.couple-dashboard-band {
  background: var(--cream);
  padding: 80px 5%;
  text-align: center;
}
.couple-dashboard-band .section-heading {
  max-width: 640px;
  margin: 0 auto 48px;
}
.couple-dashboard-band h2 {
  margin: 10px 0 16px;
}
.couple-dashboard-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: left;
}
.couple-dashboard-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(92,21,38,0.09);
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.couple-dashboard-card .cdc-num {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--gold);
  font-weight: 600;
  line-height: 1;
  margin: 0 0 14px;
}
.couple-dashboard-card h4 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--wine);
  margin: 0 0 10px;
}
.couple-dashboard-card p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.65;
}
.couple-dashboard-cta {
  margin-top: 44px;
}

@media (max-width: 900px) {
  .proposal-feature-inner { grid-template-columns: 1fr; gap: 44px; }
  .proposal-feature-details { grid-template-columns: 1fr 1fr; }
  .couple-dashboard-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .proposal-feature-details { grid-template-columns: 1fr; }
  .couple-dashboard-grid { grid-template-columns: 1fr; }
}

/* =================== PRICING PAGE =================== */

.pricing-page-hero {
  min-height: 52vh;
}

/* 3-column pricing card grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  align-items: start;
}

.pricing-card {
  background: #fff;
  border: 1.5px solid rgba(92,21,38,0.12);
  border-radius: 16px;
  padding: 36px 32px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow 0.2s;
}
.pricing-card:hover {
  box-shadow: 0 8px 40px rgba(92,21,38,0.10);
}

/* Featured (Premium) card */
.pricing-card-featured {
  background: linear-gradient(160deg, #2d0814 0%, #5C1526 60%, #1a060c 100%);
  border-color: rgba(196,163,90,0.35);
  box-shadow: 0 12px 56px rgba(92,21,38,0.28);
  transform: translateY(-12px);
}
.pricing-card-featured:hover {
  box-shadow: 0 20px 64px rgba(92,21,38,0.35);
}

/* Elite card */
.pricing-card-elite {
  background: #0a050c;
  border-color: rgba(196,163,90,0.2);
}
.pricing-card-elite:hover {
  box-shadow: 0 8px 40px rgba(0,0,0,0.3);
}

.pricing-featured-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: #1a060c;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 18px;
  border-radius: 20px;
  white-space: nowrap;
}

.pricing-card-header {
  margin-bottom: 28px;
}

.pricing-tier {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--burgundy);
  margin: 0 0 12px;
}
.pricing-card-featured .pricing-tier,
.pricing-card-elite .pricing-tier {
  color: var(--gold);
}

.pricing-price-block {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}
.pricing-price {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1;
}
.pricing-card-featured .pricing-price,
.pricing-card-elite .pricing-price {
  color: #fff;
}
.pricing-cadence {
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 400;
}
.pricing-card-featured .pricing-cadence,
.pricing-card-elite .pricing-cadence {
  color: rgba(255,255,255,0.55);
}
.pricing-tagline {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}
.pricing-card-featured .pricing-tagline,
.pricing-card-elite .pricing-tagline {
  color: rgba(255,255,255,0.6);
}

/* CTAs */
.pricing-cta {
  display: block;
  text-align: center;
  padding: 14px 24px;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 0.95rem;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
  margin-bottom: 32px;
  letter-spacing: 0.01em;
}
.pricing-cta:hover { opacity: 0.85; transform: translateY(-1px); }

.pricing-cta-secondary {
  background: transparent;
  border: 2px solid var(--burgundy);
  color: var(--burgundy);
}
.pricing-cta-primary {
  background: var(--gold);
  border: 2px solid var(--gold);
  color: #1a060c;
}
.pricing-cta-gold {
  border-color: var(--gold);
  color: var(--gold);
}

/* Feature list */
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border-top: 1px solid rgba(92,21,38,0.08);
  padding-top: 28px;
}
.pricing-card-featured .pricing-features,
.pricing-card-elite .pricing-features {
  border-top-color: rgba(255,255,255,0.1);
}

.pricing-features li {
  font-family: "Lato", sans-serif;
  font-size: 0.88rem;
  line-height: 1.4;
  padding-left: 22px;
  position: relative;
  color: var(--ink);
}
.pricing-card-featured .pricing-features li,
.pricing-card-elite .pricing-features li {
  color: rgba(255,255,255,0.8);
}

.pf-yes::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: 900;
  font-size: 0.85rem;
}
.pricing-card-featured .pf-yes::before {
  color: var(--gold);
}
.pricing-card-elite .pf-yes::before {
  color: var(--gold);
}

.pf-no {
  opacity: 0.38;
}
.pf-no::before {
  content: "–";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.pricing-note {
  text-align: center;
  margin-top: 48px;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: italic;
}

/* Always Free band */
.pricing-free-band {
  background: var(--cream);
}
.pricing-free-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.pricing-free-grid article {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px 32px;
  border: 1px solid rgba(92,21,38,0.08);
}
.pricing-free-icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 14px;
}
.pricing-free-grid h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: var(--wine);
  margin: 0 0 10px;
}
.pricing-free-grid p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* FAQ */
.pricing-faq {
  background: var(--ivory);
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 48px;
  max-width: 1000px;
  margin: 0 auto;
}
.faq-item h3 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: var(--ink);
  margin: 0 0 10px;
}
.faq-item p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 960px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .pricing-card-featured {
    transform: none;
  }
  .pricing-free-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .pricing-free-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================
   EXPERIENCES CATALOGUE + FILTER
   ================================================ */

/* Filter bar */
.exp-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 0 0 16px;
}

.exp-filter-btn {
  background: var(--ivory);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 9px 22px;
  transition: background 0.18s, border-color 0.18s, color 0.18s, box-shadow 0.18s;
  white-space: nowrap;
}
.exp-filter-btn:hover {
  border-color: var(--burgundy);
  color: var(--burgundy);
}
.exp-filter-btn.active {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(92, 21, 38, 0.22);
}

/* Count line */
.exp-count {
  text-align: center;
  font-size: 0.8rem;
  color: var(--muted);
  margin: 0 0 40px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Experience grid */
.exp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Experience card */
.exp-card {
  background: var(--white);
  border: 1.5px solid rgba(196, 163, 90, 0.18);
  border-radius: 16px;
  padding: 28px 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
}
.exp-card:hover {
  box-shadow: 0 16px 48px rgba(28, 18, 24, 0.12);
  transform: translateY(-3px);
  border-color: rgba(196, 163, 90, 0.4);
}
.exp-card[hidden] {
  display: none;
}

/* Featured card — Surprise Proposal */
.exp-card-featured {
  border-color: var(--burgundy);
  border-width: 2px;
  background: linear-gradient(160deg, #fff 70%, rgba(139, 46, 63, 0.04) 100%);
  position: relative;
}
.exp-card-featured::before {
  content: "★ Featured";
  position: absolute;
  top: -12px;
  left: 24px;
  background: var(--wine);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 999px;
}

/* Tag row */
.exp-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: -4px;
}
.exp-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 999px;
}
.exp-tag-proposal  { background: rgba(92, 21, 38, 0.1);  color: var(--wine); }
.exp-tag-honeymoon { background: rgba(196, 163, 90, 0.18); color: #7a5c1a; }
.exp-tag-anniversary { background: rgba(139, 46, 63, 0.1); color: var(--burgundy); }
.exp-tag-escape    { background: rgba(34, 85, 44, 0.1);  color: #2a5e36; }
.exp-tag-multi     { background: rgba(28, 18, 24, 0.07); color: var(--muted); }
.exp-tag-island    { background: rgba(196, 163, 90, 0.1); color: #7a5c1a; }

/* Price */
.exp-price {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--gold);
  margin: 0;
  line-height: 1;
}

/* Card heading */
.exp-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.22rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0;
  line-height: 1.25;
}

/* Card body text */
.exp-card > p:not(.exp-price) {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* Card list */
.exp-card ul {
  margin: 0;
  padding: 0 0 0 16px;
  font-size: 0.83rem;
  color: var(--muted);
  line-height: 1.7;
}
.exp-card ul li + li { margin-top: 2px; }

/* CTA link */
.exp-cta {
  display: inline-block;
  margin-top: auto;
  padding-top: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--wine);
  text-decoration: none;
  letter-spacing: 0.01em;
  border-top: 1px solid var(--line);
  padding-top: 14px;
  transition: color 0.16s, letter-spacing 0.16s;
}
.exp-cta:hover {
  color: var(--burgundy);
  letter-spacing: 0.04em;
}

/* Empty state */
.exp-empty {
  text-align: center;
  padding: 60px 20px;
  color: var(--muted);
  font-size: 0.95rem;
}
.exp-reset-btn {
  margin-top: 18px;
  background: none;
  border: 1.5px solid var(--burgundy);
  border-radius: 999px;
  color: var(--burgundy);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 9px 24px;
  transition: background 0.18s, color 0.18s;
}
.exp-reset-btn:hover {
  background: var(--burgundy);
  color: var(--white);
}

/* Responsive */
@media (max-width: 900px) {
  .exp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 580px) {
  .exp-grid {
    grid-template-columns: 1fr;
  }
  .exp-filter-btn {
    padding: 8px 16px;
    font-size: 0.82rem;
  }
}

/* ================================================
   CONTACT FORM — Inline Validation + Success State
   ================================================ */

/* Error message beneath a field */
.field-error {
  display: block;
  font-size: 0.775rem;
  color: #c0392b;
  margin-top: 5px;
  min-height: 18px;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}

/* Red border on invalid input / select */
.input-error,
.input-error:focus {
  border-color: #c0392b !important;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12) !important;
  outline-color: #c0392b;
}

/* Disabled submit button during loading */
#leadSubmitBtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* ── Success panel ───────────────────────────────── */
.form-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(48px, 7vw, 72px) clamp(24px, 5vw, 48px);
  animation: successFadeUp 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.form-success-icon {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1;
  margin-bottom: 20px;
  display: block;
  animation: successPop 0.45s 0.12s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.form-success h3 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  font-weight: 600;
  color: var(--charcoal);
  margin: 0 0 14px;
}

.form-success > p {
  color: var(--muted);
  max-width: 400px;
  line-height: 1.75;
  margin: 0 0 32px;
  font-size: 1rem;
}

.form-success .cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

@keyframes successFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes successPop {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: scale(1); }
}

/* ================================================
   PRICING — Billing Toggle + Comparison Table
   ================================================ */

/* ── Billing toggle ─────────────────────────── */
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ivory);
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 4px;
  width: fit-content;
  margin: 0 auto 44px;
  gap: 0;
}

.billing-btn {
  background: transparent;
  border: none;
  border-radius: 999px;
  color: var(--muted);
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 9px 22px;
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.billing-btn.active {
  background: var(--wine);
  color: var(--white);
}

.billing-save {
  background: var(--gold);
  color: #1a060c;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.04em;
}

.billing-btn:not(.active) .billing-save {
  opacity: 0.6;
}

/* Annual billing note beneath price */
.pricing-annual-note {
  display: block;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Lato", sans-serif;
  margin-top: 2px;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

/* ── Feature comparison table ───────────────── */
.pricing-compare {
  background: var(--cream);
}

.compare-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 1000px;
  margin: 48px auto 0;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(28, 18, 24, 0.09);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  min-width: 580px;
  background: var(--white);
}

/* Column headers */
.compare-table thead th {
  background: var(--charcoal);
  color: var(--white);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.72rem;
  padding: 18px 20px;
  text-align: center;
  white-space: nowrap;
}

.compare-table thead .compare-feature-col {
  text-align: left;
  min-width: 210px;
  background: #1a0f14;
}

/* Premium column (3rd) highlight */
.compare-table thead th:nth-child(3) {
  background: var(--wine);
}

/* Elite column (4th) */
.compare-table thead th:nth-child(4) {
  background: #0a050c;
}

/* Body cells */
.compare-table tbody td {
  padding: 13px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--charcoal);
  background: var(--white);
  vertical-align: middle;
}

/* Value columns centred */
.compare-table tbody td:not(:first-child) {
  text-align: center;
  white-space: nowrap;
}

/* Premium column stripe */
.compare-table tbody tr:not(.compare-group-row) td:nth-child(3),
.compare-table tfoot td:nth-child(3) {
  background: rgba(92, 21, 38, 0.04);
  border-left: 2px solid rgba(92, 21, 38, 0.15);
  border-right: 2px solid rgba(92, 21, 38, 0.15);
}

/* Group header rows */
.compare-group-row th {
  background: var(--ivory);
  color: var(--muted);
  font-weight: 900;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

/* Cell values */
.compare-yes {
  color: var(--wine);
  font-size: 1.05rem;
  font-weight: 900;
}

.compare-no {
  color: var(--muted);
  opacity: 0.35;
  font-size: 0.95rem;
}

.compare-text {
  font-size: 0.8rem;
  color: var(--charcoal);
  font-weight: 700;
}

/* Footer CTA row */
.compare-cta-row td {
  padding: 24px 20px;
  background: var(--ivory);
  border-top: 2px solid var(--line);
  border-bottom: none;
  text-align: center;
}

.compare-cta-row td:first-child {
  background: var(--ivory);
}

.compare-cta-row .pricing-cta {
  display: inline-block;
  font-size: 0.8rem;
  padding: 10px 20px;
  white-space: nowrap;
}

/* ── Responsive ─────────────────────────────── */
@media (max-width: 680px) {
  .billing-btn {
    padding: 8px 16px;
    font-size: 0.82rem;
  }
  .compare-scroll {
    border-radius: 12px;
  }
}

/* ================================================
   HOMEPAGE POLISH — Trust Bar + Testimonials
   ================================================ */

/* ── Hero CTA note ───────────────────────────────── */
.hero-cta-note {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.04em;
  margin-top: 14px;
  font-family: "Lato", sans-serif;
}

/* ── Trust bar ───────────────────────────────────── */
.trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  background: var(--wine);
  padding: 20px clamp(20px, 5vw, 72px);
}

.trust-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 6px 28px;
  text-align: center;
}

.trust-bar-num {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
  letter-spacing: 0.01em;
}

.trust-bar-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.trust-bar-divider {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.18);
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .trust-bar {
    gap: 0;
    padding: 16px 20px;
  }
  .trust-bar-item {
    padding: 6px 16px;
  }
  .trust-bar-divider {
    height: 24px;
  }
}

@media (max-width: 400px) {
  .trust-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .trust-bar-divider {
    display: none;
  }
}

/* ── Testimonials ────────────────────────────────── */
.testimonials-band {
  background: var(--cream);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.testimonial-card {
  background: var(--white);
  border: 1.5px solid rgba(196, 163, 90, 0.2);
  border-radius: 16px;
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: box-shadow 0.22s, transform 0.22s;
}

.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(28, 18, 24, 0.1);
  transform: translateY(-2px);
}

.testimonial-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1;
}

.testimonial-quote {
  flex: 1;
  margin: 0;
}

.testimonial-quote p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--charcoal);
  font-style: italic;
  margin: 0;
  position: relative;
}

.testimonial-quote p::before {
  content: '\201C';
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  color: var(--gold);
  opacity: 0.35;
  position: absolute;
  top: -18px;
  left: -8px;
  line-height: 1;
  pointer-events: none;
}

.testimonial-attribution {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.testimonial-attribution-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.testimonial-attribution strong {
  font-size: 0.875rem;
  font-weight: 900;
  color: var(--charcoal);
  font-family: "Lato", sans-serif;
}

.testimonial-attribution span {
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

/* Avatar initials circle */
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wine) 0%, var(--gold) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.testimonial-avatar--sm {
  width: 40px;
  height: 40px;
  font-size: 0.65rem;
}

/* Elite / dark card */
.testimonial-card--elite {
  background: var(--charcoal);
  border-color: rgba(196, 163, 90, 0.5);
}

.testimonial-card--elite .testimonial-quote p {
  color: rgba(255, 255, 255, 0.88);
}

.testimonial-card--elite .testimonial-attribution {
  border-top-color: rgba(196, 163, 90, 0.25);
}

.testimonial-card--elite .testimonial-attribution strong {
  color: var(--gold);
}

.testimonial-card--elite .testimonial-attribution span {
  color: rgba(255, 255, 255, 0.5);
}

.testimonial-card--elite .testimonial-avatar {
  background: linear-gradient(135deg, #C4A35A 0%, #8B6914 100%);
}

/* Hero featured quote (above the 3-card grid) */
.testimonial-hero {
  margin: 0 0 40px;
  padding: 36px 40px;
  background: var(--charcoal);
  border: 1.5px solid rgba(196, 163, 90, 0.45);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.testimonial-hero-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 3px;
  line-height: 1;
}

.testimonial-hero-quote {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
  margin: 0;
  position: relative;
  padding-left: 20px;
}

.testimonial-hero-quote::before {
  content: '\201C';
  font-size: 3.5rem;
  color: var(--gold);
  opacity: 0.5;
  position: absolute;
  top: -10px;
  left: -4px;
  line-height: 1;
  font-style: normal;
  pointer-events: none;
}

.testimonial-hero-attr {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-hero-attr-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.testimonial-hero-attr strong {
  font-size: 0.9rem;
  font-weight: 900;
  color: var(--gold);
  font-family: "Lato", sans-serif;
}

.testimonial-hero-attr span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
}

/* Pricing page compact social proof */
.pricing-social-proof {
  background: var(--cream);
  padding-top: 0;
  padding-bottom: clamp(48px, 8vw, 80px);
}

.pricing-sp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}

.pricing-sp-card {
  background: var(--white);
  border: 1.5px solid rgba(196, 163, 90, 0.2);
  border-radius: 16px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-sp-card .testimonial-stars {
  font-size: 0.9rem;
  letter-spacing: 2px;
}

.pricing-sp-card p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--charcoal);
  font-style: italic;
  margin: 0;
  flex: 1;
}

.pricing-sp-attr {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.pricing-sp-attr-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pricing-sp-attr strong {
  font-size: 0.825rem;
  font-weight: 900;
  color: var(--charcoal);
  font-family: "Lato", sans-serif;
}

.pricing-sp-attr span {
  font-size: 0.72rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-hero {
    padding: 28px 24px;
  }
}

@media (max-width: 640px) {
  .pricing-sp-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 580px) {
  .testimonial-card {
    padding: 24px 20px 20px;
  }
}

/* ================================================
   ABOUT PAGE — Mission, Origin Story, Team
   ================================================ */

/* ── Mission statement ───────────────────────── */
.about-mission {
  background: var(--wine);
  padding: clamp(56px, 8vw, 88px) clamp(20px, 6vw, 80px);
  text-align: center;
}

.about-mission .eyebrow {
  color: var(--gold);
  opacity: 0.9;
  margin-bottom: 20px;
}

.about-mission-statement {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 600;
  font-style: italic;
  color: var(--white);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.55;
}

/* ── Origin story ────────────────────────────── */
.about-origin {
  background: var(--cream);
}

.about-origin-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-origin-quote {
  background: linear-gradient(145deg, #2d0814 0%, #5C1526 60%, #1a060c 100%);
  border-radius: 20px;
  padding: clamp(36px, 5vw, 52px) clamp(28px, 4vw, 44px);
  position: relative;
  overflow: hidden;
}

.about-origin-quote::before {
  content: '\201C';
  font-family: "Playfair Display", serif;
  font-size: 11rem;
  color: var(--gold);
  opacity: 0.1;
  position: absolute;
  top: -28px;
  left: 16px;
  line-height: 1;
  pointer-events: none;
}

.about-origin-quote blockquote {
  margin: 0;
  position: relative;
  z-index: 1;
}

.about-origin-quote p {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-style: italic;
  color: var(--white);
  line-height: 1.75;
  margin: 0 0 28px;
}

.about-origin-quote footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 20px;
  border-top: 1px solid rgba(196, 163, 90, 0.28);
}

.about-origin-quote footer strong {
  color: var(--gold);
  font-size: 0.85rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.about-origin-quote footer span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  font-family: "Lato", sans-serif;
}

.about-origin-copy h2 {
  margin: 12px 0 20px;
}

.about-origin-copy p {
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 0.975rem;
}

@media (max-width: 800px) {
  .about-origin-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* ── Team section ────────────────────────────── */
.about-team {
  background: var(--ivory);
}

.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 960px;
  margin: 48px auto 0;
}

.about-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--white);
  border: 1.5px solid rgba(196, 163, 90, 0.16);
  border-radius: 20px;
  padding: 40px 28px 32px;
  transition: box-shadow 0.22s, transform 0.22s;
}

.about-team-card:hover {
  box-shadow: 0 12px 36px rgba(28, 18, 24, 0.09);
  transform: translateY(-3px);
}

.about-team-avatar {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wine) 0%, #8b2035 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(92, 21, 38, 0.28);
  flex-shrink: 0;
}

.about-team-avatar--teal {
  background: linear-gradient(135deg, #1a4a4a 0%, #2a7070 100%);
  box-shadow: 0 8px 24px rgba(26, 74, 74, 0.25);
}

.about-team-avatar--gold {
  background: linear-gradient(135deg, #5a3c18 0%, #9a6c38 100%);
  box-shadow: 0 8px 24px rgba(90, 60, 24, 0.25);
}

.about-team-avatar span {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.05em;
}

.about-team-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--charcoal);
  margin: 0 0 5px;
  font-family: "Lato", sans-serif;
}

.about-team-role {
  font-size: 0.72rem;
  color: var(--burgundy);
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0 0 18px;
  font-family: "Lato", sans-serif;
}

.about-team-bio {
  font-size: 0.875rem;
  color: var(--muted);
  line-height: 1.72;
  font-style: italic;
  margin: 0 0 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

/* Expertise tag pills */
.about-team-tags {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.about-team-tags li {
  font-size: 0.72rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--wine);
  background: rgba(92, 21, 38, 0.07);
  border-radius: 20px;
  padding: 4px 12px;
}

/* About advisor CTA section */
.about-advisor-cta {
  background: var(--charcoal);
}

.about-advisor-cta-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 40px;
  max-width: 820px;
  margin: 0 auto;
}

.about-advisor-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #C4A35A 0%, #8B6914 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  margin-top: 4px;
}

.about-advisor-copy .eyebrow {
  color: rgba(196, 163, 90, 0.7);
}

.about-advisor-copy h2 {
  color: #fff;
  margin: 8px 0 16px;
}

.about-advisor-copy p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.75;
  margin: 0 0 28px;
}

.about-advisor-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .about-team-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  .about-team-card {
    padding: 32px 24px 28px;
  }
  .about-advisor-cta-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-advisor-avatar {
    width: 64px;
    height: 64px;
  }
}

/* ================================================
   BESPOKE PAGE
   ================================================ */

.bespoke-hero {
  background-image:
    linear-gradient(135deg, rgba(10, 5, 12, 0.88) 0%, rgba(92, 21, 38, 0.6) 50%, rgba(10, 5, 12, 0.82) 100%),
    url("/images/saint-lucia/both-pitons-palm-flowers.png") center / cover no-repeat;
}

/* ── Process section ── */
.bespoke-process { background: var(--white); }

/* ── Tier card header ── */
.bespoke-tier-header {
  margin-bottom: 24px;
}

/* ── Testimonial strip ── */
.bespoke-testimonial-strip {
  background: var(--cream);
}

/* ── Inquiry section ── */
.bespoke-inquiry {
  background: var(--white);
}

/* ── Newsletter copy ── */
.newsletter-copy h2 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: var(--white);
  margin: 0 0 14px;
  line-height: 1.2;
}

.newsletter-copy p {
  color: rgba(255,255,255,0.75);
  font-size: 0.97rem;
  line-height: 1.7;
  margin: 0;
}

/* ── Process steps ── */
.bespoke-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 56px;
}

.bespoke-step {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bespoke-step-num {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--wine);
  opacity: 0.25;
  line-height: 1;
}

.bespoke-step h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0;
}

.bespoke-step p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}

/* ── Service tiers ── */
.bespoke-tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.bespoke-tier-card {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(196, 163, 90, 0.25);
  border-radius: 20px;
  padding: 36px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  transition: border-color 0.2s;
}

.bespoke-tier-card--featured {
  background: var(--white);
  border-color: var(--gold);
}

.bespoke-tier-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

.bespoke-tier-label {
  font-family: "Lato", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}

.bespoke-tier-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.bespoke-price-from {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
}

.bespoke-tier-card--featured .bespoke-price-from {
  color: var(--muted);
}

.bespoke-price-num {
  font-family: "Playfair Display", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.bespoke-tier-card--featured .bespoke-price-num {
  color: var(--charcoal);
}

.bespoke-price-note {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  width: 100%;
}

.bespoke-tier-card--featured .bespoke-price-note {
  color: var(--muted);
}

.bespoke-tier-tagline {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}

.bespoke-tier-card--featured .bespoke-tier-tagline {
  color: var(--muted);
}

.bespoke-tier-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.bespoke-tier-features li {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.5;
  padding-left: 20px;
  position: relative;
}

.bespoke-tier-card--featured .bespoke-tier-features li {
  color: var(--charcoal);
}

.bespoke-tier-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  font-size: 0.8rem;
}

.bespoke-tier-cta {
  display: block;
  text-align: center;
  padding: 14px 24px;
  border: 1.5px solid rgba(196, 163, 90, 0.5);
  border-radius: 8px;
  color: var(--gold);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.bespoke-tier-cta:hover {
  background: rgba(196, 163, 90, 0.12);
  border-color: var(--gold);
}

.bespoke-tier-cta--featured {
  background: var(--wine);
  border-color: var(--wine);
  color: var(--gold);
}

.bespoke-tier-cta--featured:hover {
  background: #7a1b30;
  border-color: #7a1b30;
}

.bespoke-margin-note {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
  margin-top: 32px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* ── What we coordinate grid ── */
.bespoke-what-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-top: 56px;
}

.bespoke-what-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bespoke-what-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.bespoke-what-item h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--charcoal);
  margin: 0;
}

.bespoke-what-item p {
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}

/* ── Intake form ── */
.bespoke-form {
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

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

.bespoke-form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.bespoke-form-group label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--charcoal);
}

.bespoke-form-group input,
.bespoke-form-group select,
.bespoke-form-group textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  font-size: 0.95rem;
  font-family: "Lato", sans-serif;
  color: var(--charcoal);
  background: var(--white);
  transition: border-color 0.2s;
  width: 100%;
  box-sizing: border-box;
}

.bespoke-form-group input:focus,
.bespoke-form-group select:focus,
.bespoke-form-group textarea:focus {
  outline: none;
  border-color: var(--wine);
}

.bespoke-form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.bespoke-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 4px;
}

.bespoke-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--charcoal);
  cursor: pointer;
}

.bespoke-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--wine);
  cursor: pointer;
  flex-shrink: 0;
}

.bespoke-form-note {
  font-size: 0.9rem;
  line-height: 1.6;
  min-height: 1.4em;
  margin: 0;
}

.bespoke-submit {
  align-self: flex-start;
  padding: 16px 40px;
}

.bespoke-whatsapp-alt {
  max-width: 780px;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.bespoke-whatsapp-alt p {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  white-space: nowrap;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .bespoke-tiers-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .bespoke-what-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .bespoke-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .bespoke-form-row {
    grid-template-columns: 1fr;
  }
  .bespoke-checkboxes {
    grid-template-columns: 1fr;
  }
  .bespoke-steps {
    grid-template-columns: 1fr;
  }
  .bespoke-what-grid {
    grid-template-columns: 1fr;
  }
  .bespoke-whatsapp-alt {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .bespoke-submit {
    align-self: stretch;
    text-align: center;
  }
}

/* ── Pricing page bespoke strip ── */
.pricing-bespoke-strip {
  margin-top: 56px;
  padding: 40px 48px;
  background: var(--charcoal);
  border-radius: 20px;
  border: 1.5px solid rgba(196, 163, 90, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.pricing-bespoke-copy .eyebrow {
  color: rgba(196, 163, 90, 0.65);
}

.pricing-bespoke-copy h3 {
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin: 8px 0 12px;
}

.pricing-bespoke-copy p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}

@media (max-width: 700px) {
  .pricing-bespoke-strip {
    flex-direction: column;
    padding: 32px 24px;
    align-items: flex-start;
  }
}
