/* ============================================================
   Wrenspell Psychic Studio — shared design system
   Palette: deep rose + antique gold + plum ink, on warm cream.
   Headings: Playfair Display (mystic/editorial serif)
   Body: Montserrat (clean, trustworthy — matters at checkout)
   ============================================================ */

:root {
  --cream: #f7e9e9;
  --cream-alt: #f2dfe1;
  --paper: #fffdfb;
  --ink: #2b1b22;
  --ink-soft: #5a4650;
  --rose-deep: #7a2439;
  --rose-mid: #a83b52;
  --rose-bright: #c25b71;
  --blush: #f3d9dc;
  --blush-soft: #f8e9e9;
  --gold: #b3893f;
  --gold-soft: #d9c48f;
  --sage: #7c8b6f;
  --line: rgba(43, 27, 34, 0.12);
  --shadow: 0 18px 40px rgba(122, 36, 57, 0.12);
  --radius: 18px;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; max-width: 100%; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4, .display {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--rose-deep);
  line-height: 1.15;
  margin: 0 0 0.5em;
  font-weight: 600;
}

h1 { font-size: clamp(2.1rem, 3.8vw, 3rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); }
h3 { font-size: 1.3rem; }

.eyebrow {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 0.9em;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
}

p { margin: 0 0 1em; color: var(--ink-soft); }
a { color: var(--rose-mid); }

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 84px 0; position: relative; }
.section-tight { padding: 48px 0; }
.section-alt { background: var(--cream-alt); }
.center { text-align: center; }

/* ---------- Rose decorative motifs (CSS-mask so they can be tinted) ---------- */
.rose-decor {
  position: absolute;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  pointer-events: none;
}
.rose-decor--bloom { -webkit-mask-image: url("../images/decor/rose-bloom.svg"); mask-image: url("../images/decor/rose-bloom.svg"); }
.rose-decor--sprig { -webkit-mask-image: url("../images/decor/rose-sprig.svg"); mask-image: url("../images/decor/rose-sprig.svg"); }
.rose-decor--unicorn { -webkit-mask-image: url("../images/decor/unicorn.svg"); mask-image: url("../images/decor/unicorn.svg"); }

.watermark {
  color: var(--rose-deep);
  opacity: 0.05;
  width: 520px;
  height: 520px;
  z-index: 0;
}
.watermark--tr { top: -80px; right: -120px; }
.watermark--bl { bottom: -100px; left: -140px; }

.floaty {
  color: var(--gold);
  opacity: 0.35;
  width: 46px;
  height: 92px;
  animation: floaty 7s ease-in-out infinite;
  z-index: 0;
}
.floaty.alt { animation-duration: 9s; animation-delay: 1.2s; color: var(--rose-bright); opacity: 0.28; }
@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(6deg); }
}
@media (prefers-reduced-motion: reduce) { .floaty { animation: none; } }

/* ---------- Real rose photo accents ---------- */
.photo-watermark {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  opacity: 0.16;
  filter: saturate(1.15);
  pointer-events: none;
  z-index: 0;
}
.photo-watermark--xl { width: 560px; height: 560px; }
.photo-watermark--lg { width: 380px; height: 380px; }

.photo-floaty {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(122, 36, 57, 0.28);
  border: 3px solid var(--paper);
  pointer-events: none;
  z-index: 1;
  animation: floaty 8s ease-in-out infinite;
}
.photo-floaty.alt { animation-duration: 10s; animation-delay: 1.4s; }
.photo-floaty.slow { animation-duration: 12s; animation-delay: 0.6s; }
@media (prefers-reduced-motion: reduce) { .photo-floaty { animation: none; } }
.about-page-float { z-index: 0; }

.photo-band {
  position: relative;
  padding: 110px 0;
  background-size: cover;
  background-position: center;
  color: var(--paper);
  overflow: hidden;
}
.photo-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(43,27,34,0.6), rgba(43,27,34,0.78));
}
.photo-band .container { position: relative; z-index: 1; }
.photo-band h2, .photo-band .eyebrow { color: var(--paper); }
.photo-band .eyebrow { color: var(--gold-soft); }
.photo-band p { color: rgba(251,245,239,0.92); }

.rose-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.rose-strip img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(43,27,34,0.10);
}
@media (max-width: 760px) {
  .rose-strip { grid-template-columns: repeat(2, 1fr); }
}

/* Decorative rose accents can overlap real text once layouts stack to a
   single column on small screens, so they step aside below the tablet
   breakpoint rather than risk sitting on top of headlines. */
@media (max-width: 640px) {
  .photo-floaty { display: none; }
  .photo-watermark { opacity: 0.08; }
  .photo-watermark--xl { width: 320px; height: 320px; }
  .photo-watermark--lg { width: 240px; height: 240px; }
}

.divider {
  width: 100%;
  max-width: 420px;
  height: 30px;
  margin: 28px auto;
  color: var(--gold);
  background-color: currentColor;
  -webkit-mask-image: url("../images/decor/rose-divider.svg");
  mask-image: url("../images/decor/rose-divider.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0.75;
}
.about-cta-divider { margin-top: -126px; margin-bottom: 42px; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 245, 239, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.brand-mark {
  width: 30px; height: 30px;
  color: var(--rose-deep);
  background-color: currentColor;
  -webkit-mask-image: url("../images/decor/rose-bloom.svg");
  mask-image: url("../images/decor/rose-bloom.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.brand-text {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: var(--ink);
  line-height: 1.1;
}
.brand-text--site {
  color: var(--rose-deep);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
  letter-spacing: 0.02em;
  font-weight: 600;
}
.brand-text small {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  text-decoration: none;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 2px;
  background: var(--rose-mid);
  transform: scaleX(0);
  transition: transform 0.25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--rose-deep); }

.nav-cart {
  display: flex;
  align-items: center;
  gap: 18px;
}
.cart-link {
  position: relative;
  text-decoration: none;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.cart-count {
  background: var(--rose-deep);
  color: var(--paper);
  border-radius: 999px;
  min-width: 19px;
  height: 19px;
  font-size: 0.68rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
  transition: 0.2s;
}

@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: fixed;
    inset: 0 0 0 30%;
    background: var(--paper);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px;
    gap: 26px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    box-shadow: -20px 0 40px rgba(0,0,0,0.08);
  }
  .nav-links.open { transform: translateX(0); }
  .nav-links a { font-size: 1.15rem; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  letter-spacing: 0.01em;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: var(--rose-deep);
  color: var(--paper);
  box-shadow: var(--shadow);
}
.btn-primary:hover { background: var(--rose-mid); }
.btn-gold {
  background: var(--gold);
  color: var(--paper);
}
.btn-outline {
  background: transparent;
  border-color: var(--rose-deep);
  color: var(--rose-deep);
}
.btn-outline:hover { background: var(--blush-soft); }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; transform: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 90px 0 70px;
  overflow: hidden;
  background: radial-gradient(circle at 15% 20%, var(--blush-soft), transparent 55%),
              radial-gradient(circle at 85% 0%, var(--cream-alt), transparent 45%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-grid > div { min-width: 0; }
.hero h1 {
  margin-bottom: 0.35em;
  color: var(--rose-deep);
}
.hero-lede { font-size: 1.12rem; max-width: 46ch; }
.hero-actions { display: flex; gap: 16px; margin-top: 28px; flex-wrap: wrap; }
.hero-credentials {
  display: flex;
  gap: 22px;
  margin-top: 40px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: var(--ink-soft);
}
.hero-credentials > div { min-width: 0; }
.hero-credentials strong { color: var(--rose-deep); display: block; font-size: 1.4rem; font-family: "Playfair Display", serif; }

.hero-art {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  background: linear-gradient(160deg, var(--blush) 0%, var(--cream-alt) 60%, var(--gold-soft) 130%);
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-art .rose-decor--bloom {
  position: static;
  width: 62%;
  height: 62%;
  color: var(--rose-deep);
  opacity: 0.85;
}
.hero-art .photo-fallback-note {
  position: absolute;
  bottom: 14px; left: 14px; right: 14px;
  font-size: 0.68rem;
  text-align: center;
  color: var(--rose-deep);
  opacity: 0.55;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-art--round {
  aspect-ratio: 1 / 1;
  max-width: 440px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid var(--paper);
  box-shadow: 0 14px 34px rgba(122, 36, 57, 0.28);
  overflow: visible;
}
.hero-art--round > img { border-radius: 50%; }

.portrait-name {
  position: absolute;
  left: 50%;
  bottom: -76px;
  transform: translateX(-50%);
  background: transparent;
  color: var(--rose-deep);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.portrait-name::after {
  content: "";
  display: block;
  width: 116px;
  height: 16px;
  margin: 4px auto 0;
  background-color: var(--gold-soft);
  -webkit-mask-image: url("../images/decor/rose-divider.svg");
  mask-image: url("../images/decor/rose-divider.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  opacity: 0.75;
}

@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { max-width: 380px; margin: 0 auto; }
  .about-page-float { display: none; }
}

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 860px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: 0 10px 26px rgba(43,27,34,0.06);
  border: 1px solid var(--line);
  position: relative;
}

.contact-confirmation {
  min-height: 270px;
  padding: 54px 56px 48px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
}
.contact-card.is-confirmed form { display: none; }
.contact-card.is-confirmed .contact-confirmation { display: flex; }
.contact-confirmation h2,
.contact-confirmation p,
.contact-confirmation__flourish { position: relative; z-index: 1; }
.contact-confirmation h2 { margin-bottom: 10px; }
.contact-confirmation p { margin: 0; }
.contact-confirmation__flourish {
  width: min(280px, 100%);
  height: 24px;
  margin: 0 auto 22px;
  opacity: 0.68;
}
.contact-confirmation__rose {
  z-index: 0;
  width: 42px;
  height: 68px;
  opacity: 0.3;
}
.contact-confirmation__rose--top {
  top: 8px;
  left: 20px;
  color: var(--gold);
  transform: rotate(-18deg);
}
.contact-confirmation__rose--bottom {
  top: 8px;
  right: 20px;
  color: var(--rose-bright);
  transform: rotate(18deg);
}
.contact-success-accent {
  display: none;
  position: absolute;
  object-fit: cover;
  border: 3px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(122, 36, 57, 0.16);
  opacity: 0.58;
  pointer-events: none;
}
@media (min-width: 861px) {
  .contact-section:has(.contact-card.is-confirmed) .contact-success-accent { display: block; }
  .contact-success-accent--large {
    width: 96px;
    height: 96px;
    top: 24%;
    right: max(24px, calc(50% - 500px));
    transform: rotate(7deg);
  }
  .contact-success-accent--medium {
    width: 66px;
    height: 66px;
    top: 58%;
    right: max(76px, calc(50% - 430px));
    transform: rotate(-11deg);
  }
  .contact-success-accent--small {
    width: 48px;
    height: 48px;
    top: 76%;
    right: max(190px, calc(50% - 350px));
    transform: rotate(13deg);
  }
}
@media (max-width: 640px) {
  .contact-confirmation { min-height: 250px; padding: 50px 38px 44px; }
  .contact-confirmation h2 { max-width: 14ch; }
  .contact-confirmation__rose--top { left: 12px; }
  .contact-confirmation__rose--bottom { right: 12px; }
}

.service-grid { row-gap: 50px; }
.service-card {
  background: none;
  box-shadow: none;
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.service-card-rose {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  filter: saturate(1.15);
  pointer-events: none;
  z-index: 0;
}
.service-card h3, .service-card p {
  position: relative;
  z-index: 1;
}
.service-card h3 { margin-bottom: 8px; }
.service-card p { font-size: 0.86rem; max-width: 21ch; }
.readings-session-section {
  overflow: hidden;
  background: var(--blush-soft);
}
.readings-session-content { position: relative; z-index: 1; }
.session-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(54px, 8vw, 112px);
  min-height: 570px;
}
@media (min-width: 861px) {
  .homepage-session-feature > .reading-portrait { order: -1; }
  .homepage-session-feature > .reading-portrait { width: clamp(250px, 26vw, 360px); }
  .homepage-session-feature > .reading-portrait img { object-fit: cover; object-position: center 42%; }
}
.session-circle-wrap {
  display: flex;
  flex: 0 0 clamp(390px, 38vw, 540px);
  justify-content: center;
}
.session-circle {
  position: relative;
  width: 100%;
  max-width: 540px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid var(--gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 54px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(122, 36, 57, 0.12);
}
.session-circle-rose {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
  filter: saturate(1.15);
  pointer-events: none;
  z-index: 0;
}
.session-line {
  position: relative;
  z-index: 1;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.6rem);
  color: var(--rose-deep);
  display: flex;
  align-items: baseline;
  gap: 14px;
  white-space: nowrap;
}
.session-line .session-length { font-weight: 600; }
.session-line .session-amount { font-weight: 700; }
.session-line .session-sep { color: var(--gold); }
.session-circle-motif {
  position: relative;
  z-index: 1;
  color: var(--gold);
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 2px;
}
.session-circle-motif--bottom { margin-top: 2px; margin-bottom: 0; }
.reading-portrait {
  position: relative;
  width: clamp(210px, 21vw, 300px);
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reading-portrait img {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 88%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid var(--paper);
  box-shadow: 0 14px 34px rgba(122, 36, 57, 0.22);
}
.reading-portrait-ring {
  position: absolute;
  inset: 2%;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.reading-portrait-ring::after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(179, 137, 63, 0.5);
  border-radius: 50%;
}
.payment-options {
  width: min(760px, 100%);
  margin: 26px auto 0;
}
.payment-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  color: var(--rose-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.payment-heading span:first-child,
.payment-heading span:last-child {
  height: 1px;
  flex: 1;
  background: rgba(179, 137, 63, 0.48);
}
.payment-buttons,
.payment-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.payment-buttons { margin-top: 10px; }
.payment-button {
  min-height: 54px;
  border: 1px solid var(--rose-deep);
  border-radius: 7px;
  padding: 12px 18px;
  font: inherit;
  font-weight: 700;
  color: var(--rose-deep);
  background: rgba(255, 253, 251, 0.44);
}
.payment-button--paypal {
  color: var(--paper);
  background: var(--rose-deep);
}
.payment-transfer-image {
  display: block;
  width: 100%;
  height: auto;
  align-self: start;
}
.paypal-session-control .price-container::before {
  content: "Sessions from";
  display: block;
  margin-bottom: 2px;
  color: var(--ink-soft);
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
}
.payment-reassurance-divider { margin: 14px auto 8px; }
.payment-reassurance-title {
  margin: 0;
  color: var(--rose-deep);
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
.session-note {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--rose-deep);
  margin: 14px 0 0;
}
@media (max-width: 860px) {
  .readings-session-section > .photo-floaty { display: none; }
  .session-feature { flex-direction: column; gap: 36px; min-height: 0; }
  .session-circle-wrap { flex: 0 1 auto; width: 100%; }
  .session-circle { max-width: 500px; }
  .reading-portrait { width: 230px; }
}
@media (min-width: 861px) and (max-width: 1100px) {
  .readings-session-section > .photo-floaty { display: none; }
}
@media (max-width: 640px) {
  .session-circle { max-width: 320px; padding: 28px; gap: 13px; }
  .session-line { font-size: 1.08rem; gap: 5px; }
  .session-circle-motif { font-size: 1.35rem; }
  .reading-portrait { width: 190px; }
  .session-note-second { display: block; white-space: nowrap; }
  .payment-buttons { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 640px) {
  .service-card { max-width: 230px; padding: 16px 30px; }
}

.offer-card { display: flex; flex-direction: column; height: 100%; }
.offer-card .offer-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}
.offer-card .price {
  font-family: "Playfair Display", serif;
  color: var(--rose-deep);
  font-size: 1.5rem;
  white-space: nowrap;
}
.offer-card .desc { flex: 1; font-size: 0.94rem; }
.offer-card .includes {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  font-size: 0.85rem;
  color: var(--ink-soft);
}
.offer-card .includes li { padding-left: 1.3em; position: relative; margin-bottom: 5px; }
.offer-card .includes li::before {
  content: "✦";
  position: absolute; left: 0;
  color: var(--gold);
  font-size: 0.8em;
}
.badge {
  display: inline-block;
  background: var(--blush-soft);
  color: var(--rose-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

/* ---------- Testimonials ---------- */
.quote-card {
  background: var(--cream-alt);
  border-left: 3px solid var(--gold);
  padding: 26px 28px;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.quote-card p { font-style: italic; color: var(--ink); font-size: 1rem; }
.quote-card cite { color: var(--gold); font-style: normal; font-weight: 700; font-size: 0.82rem; }

/* ---------- Forms ---------- */
label { font-size: 0.82rem; font-weight: 700; display: block; margin-bottom: 6px; color: var(--rose-deep); }
input, select, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: inherit;
  font-size: 0.95rem;
  margin-bottom: 18px;
  color: var(--ink);
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--gold-soft); border-color: var(--gold); }

/* ---------- Cart / checkout ---------- */
.cart-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.cart-line .name { font-weight: 700; color: var(--rose-deep); }
.cart-line .meta { font-size: 0.82rem; color: var(--ink-soft); }
.cart-line .price { font-family: "Playfair Display", serif; font-size: 1.1rem; }
.cart-empty { text-align: center; padding: 40px 0; color: var(--ink-soft); }
.cart-total-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  margin-top: 12px;
  border-top: 2px solid var(--rose-deep);
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  color: var(--rose-deep);
}
.remove-line {
  background: none; border: none; cursor: pointer;
  color: var(--ink-soft); font-size: 0.78rem; text-decoration: underline;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: var(--cream);
  padding: 56px 0 28px;
  margin-top: 60px;
}
.site-footer h4 { color: var(--gold-soft); font-size: 0.95rem; margin-bottom: 14px; }
.social-link { display: inline-flex; align-items: center; gap: 7px; }
.social-glyph { flex-shrink: 0; }
.site-footer a { color: var(--cream); opacity: 0.85; text-decoration: none; }
.site-footer a:hover { opacity: 1; text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer-grid p { color: rgba(251,245,239,0.7); font-size: 0.88rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 0.88rem; }
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(251,245,239,0.15);
  font-size: 0.78rem;
  color: rgba(251,245,239,0.55);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* ---------- Utility ---------- */
.mt-0 { margin-top: 0; }
.muted { color: var(--ink-soft); }
.small { font-size: 0.85rem; }
.stack { display: flex; flex-direction: column; gap: 10px; }
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: var(--cream);
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.85rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 200;
  box-shadow: var(--shadow);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
