/* ==========================================================================
   Divine Wellness — Homecoming homepage (index.html)
   Page-specific section layouts. Built entirely from tokens.css variables
   and the shared components in components.css.
   ========================================================================== */

/* =========================== Hero =========================== */

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--tint-blue) 0%, var(--tint-green) 42%, var(--cream) 100%);
  margin-top: -74px; /* pulls the hero gradient up behind the sticky nav pill */
  padding: calc(clamp(48px, 7vw, 88px) + 84px) var(--gutter) clamp(64px, 8vw, 110px) var(--gutter);
}

.hero__blob-1 {
  top: -120px; left: -140px; width: 520px; height: 520px;
  background: radial-gradient(circle at 40% 40%, rgba(100, 183, 198, 0.35), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 11s;
}
.hero__blob-2 {
  bottom: -160px; right: -120px; width: 560px; height: 560px;
  background: radial-gradient(circle at 60% 50%, rgba(199, 138, 178, 0.22), rgba(199, 138, 178, 0) 70%);
  filter: blur(36px);
  animation-duration: 13s;
}
.hero__blob-3 {
  top: 30%; left: 38%; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.2), rgba(232, 210, 142, 0) 68%);
  filter: blur(40px);
  animation-duration: 16s;
}

.hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}

.hero__copy { flex: 1 1 360px; min-width: 300px; max-width: 520px; }
.hero__copy .eyebrow { margin-bottom: 18px; }

.hero__lead {
  margin: 0 0 22px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: var(--fs-lead);
  line-height: var(--lh-snug);
  color: var(--coral);
}

.hero__body {
  margin: 0 0 14px 0;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body);
  color: var(--ink-soft);
  max-width: 48ch;
  text-wrap: pretty;
}
.hero__body--last { margin-bottom: 30px; }

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.hero__facts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: var(--fs-small);
  font-weight: 600;
  color: var(--blue);
}

.hero__media { flex: 1.3 1 440px; min-width: 300px; position: relative; }

.hero__photo {
  position: relative;
  border-radius: var(--r-card-xl);
  overflow: hidden;
  box-shadow: 0 40px 70px -34px rgba(22, 58, 67, 0.5), 0 0 0 8px rgba(255, 255, 255, 0.35);
  transform: rotate(0.4deg);
}
.hero__photo img { display: block; width: 100%; height: auto; }
.hero__photo-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(100, 183, 198, 0.1) 0%, rgba(0, 0, 0, 0) 40%, rgba(22, 58, 67, 0.1) 100%);
  pointer-events: none;
}

.hero__address {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(241, 232, 219, 0.94);
  backdrop-filter: blur(8px);
  border-radius: var(--r-card-sm);
  padding: 14px 20px;
  box-shadow: 0 18px 36px -18px rgba(22, 58, 67, 0.45);
  border: 1px solid var(--hairline-soft);
}
.hero__address-label {
  margin: 0 0 3px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: var(--track-label);
  color: var(--coral);
}
.hero__address-value {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
}

.hero__quote {
  margin: 18px 8px 0 auto;
  max-width: 400px;
  position: relative;
  background: var(--ink);
  color: var(--on-dark);
  border-radius: 20px;
  padding: 22px 26px;
  box-shadow: var(--shadow-float);
}
.hero__quote blockquote {
  margin: 0 0 10px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: var(--on-dark);
}
.hero__quote figcaption { font-size: 13px; font-weight: 700; color: var(--gold); }

/* =========================== Homecoming story =========================== */

.story {
  background: linear-gradient(175deg, var(--cream) 0%, var(--sand) 60%, var(--tint-green) 100%);
}
.story__blob {
  top: 8%; right: -160px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(199, 216, 201, 0.5), rgba(199, 216, 201, 0) 70%);
  filter: blur(30px);
}
.story__copy { max-width: 720px; margin-bottom: clamp(36px, 4vw, 52px); }
.story__copy .prose--strong { font-weight: 700; }

.story__points {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}
.point-card {
  background: var(--wash-white-soft);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: var(--shadow-card-soft);
  transition: transform var(--hover-slow);
}
.point-card:hover { transform: translateY(-3px); }
.point-card__icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point-card__icon span { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.point-card__label {
  font-size: var(--fs-ui);
  font-weight: 700;
  line-height: 1.45;
  color: var(--ink-2);
}

/* =========================== Three connected experiences =========================== */

.exp { background: linear-gradient(180deg, var(--tint-green) 0%, var(--tint-blue) 100%); }
.exp__head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto clamp(40px, 5vw, 64px) auto;
}
.exp__head h2 { margin-bottom: 20px; }
.exp__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

/* Card 1 — Wellness products (full width) */
.exp-card--products {
  grid-column: 1 / -1;
  background: linear-gradient(120deg, var(--blue) 0%, var(--blue-soft) 55%, var(--sage-blue) 100%);
  padding: clamp(30px, 4vw, 52px);
  color: var(--cream);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
  box-shadow: 0 30px 56px -32px rgba(32, 74, 87, 0.6);
}
.exp-card--products:hover { box-shadow: 0 38px 66px -32px rgba(32, 74, 87, 0.7); }
.exp-card--products .blob {
  top: -100px; right: -80px; width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(241, 232, 219, 0.18), rgba(241, 232, 219, 0) 70%);
  filter: blur(20px);
}
.exp-card--products__copy { flex: 1.4 1 340px; min-width: 280px; position: relative; }
.exp-card--products h3 {
  margin: 0 0 16px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: var(--fs-h3-lg);
  line-height: var(--lh-tight);
  color: var(--cream-bright);
}
.exp-card--products p {
  margin: 0 0 12px 0;
  font-size: var(--fs-body-md);
  line-height: var(--lh-body);
  color: var(--on-dark-mint);
  text-wrap: pretty;
}
.exp-card--products .btn { margin-top: 12px; color: var(--ink-2); font-weight: 800; font-size: var(--fs-ui); padding: 13px 26px; }
.exp-card--products .btn:hover { color: var(--cream-bright); }

.exp-card--products__shelf {
  flex: 1 1 260px;
  min-width: 240px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 18px;
  position: relative;
}
.exp-card__prod {
  border-radius: 16px;
  box-shadow: 0 20px 36px -16px rgba(22, 58, 67, 0.55);
  transition: transform 0.35s ease;
}
.exp-card__prod--l { width: 34%; max-width: 150px; transform: rotate(-3deg) translateY(6px); }
.exp-card__prod--l:hover { transform: rotate(-3deg) translateY(0); }
.exp-card__prod--c { width: 38%; max-width: 170px; transform: translateY(-8px); box-shadow: 0 24px 40px -16px rgba(22, 58, 67, 0.6); }
.exp-card__prod--c:hover { transform: translateY(-14px); }
.exp-card__prod--r { width: 34%; max-width: 150px; background: rgba(241, 232, 219, 0.85); transform: rotate(3deg) translateY(6px); }
.exp-card__prod--r:hover { transform: rotate(3deg) translateY(0); }

/* Cards 2–4 — Gemstones / Massage / Healing Touch */
.exp-card--gems {
  background: linear-gradient(155deg, var(--plum) 0%, var(--ink-2) 90%);
  color: var(--on-dark);
  box-shadow: 0 30px 56px -32px rgba(59, 58, 90, 0.6);
}
.exp-card--gems:hover { box-shadow: 0 38px 66px -32px rgba(59, 58, 90, 0.7); }
.exp-card--gems .blob {
  bottom: -90px; left: -70px; width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.28), rgba(199, 138, 178, 0) 70%);
  filter: blur(24px);
}
.exp-card--gems .h-card { color: var(--on-dark-pink); }
.exp-card--gems .link-arrow:hover { color: var(--on-dark-pink); border-color: var(--on-dark-pink); }

.exp-card--massage {
  background: linear-gradient(155deg, var(--ink) 0%, var(--teal-mid) 100%);
  color: var(--on-dark);
}
.exp-card--massage .blob {
  top: -80px; right: -80px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(241, 232, 219, 0.14), rgba(241, 232, 219, 0) 70%);
  filter: blur(20px);
}
.exp-card--massage .h-card { color: var(--cream); }

.exp-card--healing {
  background: linear-gradient(155deg, var(--green-dark) 0%, var(--green-mid) 100%);
  color: var(--tint-mint);
  box-shadow: 0 30px 56px -32px rgba(46, 74, 60, 0.6);
}
.exp-card--healing:hover { box-shadow: 0 38px 66px -32px rgba(46, 74, 60, 0.7); }
.exp-card--healing .blob {
  top: -80px; left: -70px; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(199, 216, 201, 0.28), rgba(199, 216, 201, 0) 70%);
  filter: blur(22px);
}
.exp-card--healing .h-card { color: var(--cream); }
.exp-card--healing p { color: var(--on-dark-green); }

.exp-card__body {
  margin: 0 0 12px 0;
  font-size: var(--fs-body-sm);
  line-height: var(--lh-body);
  color: var(--on-dark-muted);
  text-wrap: pretty;
}
.exp-card__body--last { margin-bottom: 24px; }
.exp-card__img--tilt-l { transform: rotate(-2deg); }
.exp-card__img--tilt-r { transform: rotate(2deg); }

/* =========================== Wellness products feature =========================== */

.wellness {
  background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-mint) 55%, var(--cream) 100%);
}
.wellness__blob {
  top: 20%; left: -140px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(100, 183, 198, 0.22), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 14s;
}
.wellness__top {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px, 5vw, 72px);
  align-items: flex-start;
  margin-bottom: clamp(40px, 5vw, 56px);
}
.wellness__copy { flex: 1 1 380px; min-width: 300px; max-width: 560px; }
.wellness__copy h2 { margin-bottom: 20px; }

.wellness__questions {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wellness__questions li {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 18px;
  color: var(--blue);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.wellness__questions li::before {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: var(--coral);
  display: inline-block;
}

.wellness__cats {
  flex: 1 1 420px;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}
.cat-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--r-card);
  padding: 24px;
  text-decoration: none;
  color: var(--ink);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(22, 58, 67, 0.05);
  transition: transform var(--hover-slow), box-shadow var(--hover-slow);
}
.cat-card:hover {
  color: var(--ink);
  transform: translateY(-4px);
  box-shadow: 0 26px 44px -26px rgba(22, 58, 67, 0.6);
}
.cat-card__icon {
  width: 34px;
  height: 34px;
  border-radius: var(--r-chip);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cat-card__icon span { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.cat-card h3 {
  margin: 0 0 8px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  color: var(--ink);
}
.cat-card p {
  margin: 0 0 16px 0;
  font-size: var(--fs-small);
  line-height: 1.6;
  color: var(--body);
  flex: 1;
}
.cat-card__cta { font-size: 13px; font-weight: 800; color: var(--coral); }

.wellness__banner {
  background: var(--wash-white-soft);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: var(--r-card-md);
  padding: clamp(22px, 3vw, 32px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 22px;
  box-shadow: 0 18px 40px -30px rgba(22, 58, 67, 0.4);
}
.wellness__banner-quote {
  margin: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 19px;
  color: var(--ink-2);
  flex: 1 1 280px;
  min-width: 240px;
}
.wellness__banner-ctas { display: flex; flex-wrap: wrap; gap: 12px; }

/* =========================== Gemstone feature =========================== */

.gems {
  background: linear-gradient(150deg, var(--plum-deep) 0%, var(--plum) 45%, var(--ink-2) 100%);
  color: var(--on-dark);
}
.gems__blob-1 {
  top: -140px; right: -100px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(100, 183, 198, 0.18), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 12s;
}
.gems__blob-2 {
  bottom: -160px; left: -120px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.22), rgba(199, 138, 178, 0) 70%);
  filter: blur(34px);
  animation-duration: 16s;
}
.gems__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
}
.gems__copy { flex: 1 1 400px; min-width: 300px; }
.gems__copy h2 { font-size: var(--fs-h2-lg); color: var(--on-dark-pink); }
.gems__copy .prose { color: var(--on-dark-muted); }
.gems__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin: 16px 0 30px 0; }
.gems__chips { display: flex; flex-wrap: wrap; gap: 10px; }

.gems__media {
  flex: 1 1 340px;
  min-width: 280px;
  max-width: 480px;
  position: relative;
  margin: 0 auto;
}
.gems__glow {
  position: absolute;
  inset: -18px;
  border-radius: 36px;
  background: linear-gradient(140deg, rgba(199, 138, 178, 0.35), rgba(100, 183, 198, 0.25));
  filter: blur(22px);
  pointer-events: none;
}
.gems__photo {
  position: relative;
  display: block;
  width: 100%;
  border-radius: var(--r-card-xl);
  box-shadow: 0 36px 64px -30px rgba(0, 0, 0, 0.6);
  transform: rotate(-1deg);
  transition: transform var(--hover-card);
}
.gems__photo:hover { transform: rotate(0deg) scale(1.01); }
.gems__float {
  position: absolute;
  bottom: -16px;
  right: 14px;
  max-width: 230px;
  background: rgba(43, 42, 68, 0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(199, 138, 178, 0.3);
  border-radius: 16px;
  padding: 12px 18px;
}
.gems__float-label {
  margin: 0;
  font-size: var(--fs-eyebrow);
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--mauve);
}
.gems__float-body {
  margin: 4px 0 0 0;
  font-size: var(--fs-micro);
  line-height: 1.5;
  color: var(--on-dark);
}

/* =========================== Massage =========================== */

.massage {
  background: linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 100%);
  color: var(--on-dark);
}
.massage__blob {
  top: 10%; right: -160px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(241, 232, 219, 0.1), rgba(241, 232, 219, 0) 70%);
  filter: blur(30px);
  animation-duration: 14s;
}
.massage__inner {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(36px, 5vw, 72px);
  align-items: flex-start;
}
.massage__copy { flex: 1 1 380px; min-width: 300px; max-width: 520px; }
.massage__copy h2 { font-size: var(--fs-h2-lg); color: var(--cream); }
.massage__copy .prose { color: var(--on-dark-muted); }

.massage__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 16px 0 26px 0;
}
.massage__meta img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 14px 28px -12px rgba(0, 0, 0, 0.5);
  border: 3px solid rgba(241, 232, 219, 0.25);
}
.massage__meta p { margin: 0; font-size: 14px; font-weight: 700; color: var(--gold); line-height: 1.5; }
.massage__meta span { color: var(--on-dark-soft); font-weight: 600; }
.massage .btn--cream { box-shadow: 0 16px 32px -18px rgba(0, 0, 0, 0.5); font-weight: 800; }

.massage__grid {
  flex: 1.1 1 400px;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  align-content: start;
}
.svc-card {
  background: rgba(220, 238, 244, 0.07);
  border: 1px solid var(--hairline-light);
  border-radius: var(--r-card-sm);
  padding: 20px 22px;
  transition: background var(--hover-slow), transform var(--hover-slow), border-color var(--hover-slow);
}
.svc-card:hover {
  background: rgba(220, 238, 244, 0.13);
  transform: translateY(-3px);
  border-color: rgba(232, 210, 142, 0.4);
}
.svc-card h3 {
  margin: 0 0 6px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 19px;
  color: var(--cream);
  line-height: 1.25;
}
.svc-card p {
  margin: 0;
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--massage-note);
}
.svc-card--lead p { color: var(--gold); }

/* =========================== Known, not processed =========================== */

.known {
  background: linear-gradient(160deg, var(--cream) 0%, var(--tint-pink) 55%, var(--tint-green) 100%);
}
.known__blob {
  top: -120px; left: 20%; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.25), rgba(232, 210, 142, 0) 70%);
  filter: blur(34px);
}
.known__inner {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.known__inner h2 { margin-bottom: 26px; font-size: var(--fs-h2-xl); line-height: 1.1; }
.known__inner .prose {
  margin: 0 auto 16px auto;
  max-width: 62ch;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-airy);
}
.known__closer {
  margin: 0 auto 40px auto;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
}
/* =========================== Visit =========================== */

.visit { background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-green) 100%); }
.visit__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.visit__media { flex: 1 1 380px; min-width: 300px; position: relative; }
.visit__media img {
  display: block;
  width: 100%;
  border-radius: var(--r-card-lg);
  box-shadow: var(--shadow-photo);
  transform: rotate(-0.6deg);
}
.visit__media .badge-pill { position: absolute; top: 18px; left: 18px; }

.visit__copy { flex: 1 1 420px; min-width: 300px; }
.visit__copy h2 {
  margin-bottom: 18px;
  font-size: var(--fs-h2-sm);
  line-height: 1.18;
}
.visit__copy > .prose { margin-bottom: 28px; }

.visit__blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
.visit__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.visit__updates-link {
  color: var(--blue);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid rgba(74, 127, 168, 0.3);
  padding-bottom: 2px;
}
.visit__updates-link:hover { color: var(--coral); }

/* =========================== Opening updates =========================== */

.updates { background: linear-gradient(160deg, var(--tint-pink) 0%, var(--cream) 100%); }
.updates__inner { max-width: 680px; margin: 0 auto; text-align: center; }
.updates__inner h2 { margin-bottom: 18px; font-size: var(--fs-h2-sm); }
.updates__inner .prose {
  margin: 0 auto 30px auto;
  max-width: 56ch;
  font-size: var(--fs-body-md);
}

/* .subscribe-form / .subscribe-success live in components.css (shared) */

.updates__fineprint { margin: 0; font-size: var(--fs-micro); font-weight: 600; color: var(--taupe); }
.updates__events { margin: 18px 0 0 0; font-size: 14px; color: var(--body); }
.updates__events .link-quiet:hover { color: var(--ink); }

/* =========================== Final CTA (home variant of .cta-panel) =========================== */

.home-cta .cta-panel { padding: clamp(48px, 6vw, 88px) clamp(28px, 5vw, 80px); }
.home-cta h2 {
  margin-bottom: 22px;
  max-width: 20ch;
  font-size: var(--fs-h2-xl);
}
.home-cta .prose { max-width: 60ch; margin-bottom: 12px; }
.home-cta .prose--last { margin-bottom: 34px; }
.home-cta__blob-2 {
  bottom: -140px; right: -100px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.24), rgba(199, 138, 178, 0) 70%);
  filter: blur(30px);
  animation-duration: 16s;
}
.home-cta__gift { margin: 26px 0 0 0; font-size: 14px; color: var(--on-dark-faint); }

/* .sr-only lives in base.css (shared) */
