/* ==========================================================================
   Divine Wellness — About page (about.html)
   Michele's story: hero, opening quote, narrative sections, timeline,
   today-cards, principles, faith, letter, visit. Built from tokens.css
   variables and shared components.
   ========================================================================== */

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

.about-hero { padding-top: calc(clamp(40px, 6vw, 72px) + 84px); }
.about-hero__blob-1 {
  top: -120px; left: -140px; width: 520px; height: 520px;
  background: radial-gradient(circle at 40% 40%, rgba(100, 183, 198, 0.32), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 11s;
}
.about-hero__blob-2 {
  bottom: -160px; right: -120px; width: 560px; height: 560px;
  background: radial-gradient(circle at 60% 50%, rgba(199, 138, 178, 0.2), rgba(199, 138, 178, 0) 70%);
  filter: blur(36px);
  animation-duration: 13s;
}
.about-hero__blob-3 {
  top: 34%; left: 40%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.18), rgba(232, 210, 142, 0) 68%);
  filter: blur(40px);
  animation-duration: 16s;
}
.about-hero .breadcrumb { margin-bottom: 22px; }

.about-hero__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 68px);
}
.about-hero__copy { flex: 1 1 380px; min-width: 300px; max-width: 560px; }
.about-hero__copy .eyebrow { margin-bottom: 18px; }
.about-hero h1 {
  margin: 0 0 22px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.06;
  letter-spacing: var(--track-display);
  color: var(--ink);
}
.about-hero h1 em { font-style: italic; }
.about-hero__body {
  margin: 0 0 14px 0;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-body);
  color: var(--ink-soft);
  max-width: 50ch;
  text-wrap: pretty;
}
.about-hero__body--last { margin-bottom: 30px; }
.about-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; }

.about-hero__media {
  flex: 1 1 380px;
  min-width: 300px;
  max-width: 480px;
  position: relative;
  margin: 0 auto;
}
.about-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.4);
  transform: rotate(0.5deg);
}
.about-hero__photo img { display: block; width: 100%; height: auto; }
.about-hero__photo-tint {
  position: absolute;
  inset: 0;
  background: linear-gradient(200deg, rgba(100, 183, 198, 0.08) 0%, rgba(0, 0, 0, 0) 45%, rgba(22, 58, 67, 0.14) 100%);
  pointer-events: none;
}
.about-hero__float {
  left: -14px;
  bottom: -16px;
  border-radius: var(--r-card-sm);
  padding: 14px 20px;
}
.about-hero__float .float-card__value { font-size: var(--fs-body-sm); }
.about-hero__float .float-card__value span { font-weight: 600; color: var(--blue); }

/* =========================== Opening quote (dark) =========================== */

.oquote {
  background: linear-gradient(165deg, var(--ink-2) 0%, var(--ink) 60%, var(--plum) 130%);
  padding: clamp(56px, 7vw, 96px) var(--gutter);
  position: relative;
  overflow: hidden;
}
.oquote__blob-1 {
  top: -120px; right: -90px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(100, 183, 198, 0.16), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 13s;
}
.oquote__blob-2 {
  bottom: -140px; left: -90px; width: 440px; height: 440px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.18), rgba(199, 138, 178, 0) 70%);
  filter: blur(32px);
  animation-duration: 16s;
}
.oquote figure {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.oquote__mark {
  margin: 0 0 22px 0;
  font-family: var(--font-serif);
  font-size: 64px;
  line-height: 0.4;
  color: var(--gold);
}
.oquote blockquote {
  margin: 0 0 18px 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(22px, 2.8vw, 33px);
  line-height: 1.4;
  color: var(--cream);
  text-wrap: pretty;
}
.oquote figcaption {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--cyan);
}

/* =========================== Photo placeholders =========================== */

.ph-figure { margin: 0; position: relative; }
.ph-frame {
  position: relative;
  border-radius: var(--r-card-lg);
  overflow: hidden;
  box-shadow: var(--shadow-photo);
  border: 8px solid rgba(255, 255, 255, 0.5);
  transform: rotate(-1deg);
  aspect-ratio: 4 / 5;
  background: repeating-linear-gradient(135deg, var(--ph-sage-a) 0px, var(--ph-sage-a) 14px, var(--ph-sage-b) 14px, var(--ph-sage-b) 28px);
}
.ph-frame--sand {
  background: repeating-linear-gradient(135deg, var(--ph-sand-a) 0px, var(--ph-sand-a) 14px, var(--ph-sand-b) 14px, var(--ph-sand-b) 28px);
}
.ph-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.ph-frame__inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}
.ph-frame__icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-chip);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ph-frame__icon span { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.ph-frame__note {
  margin: 0;
  font-family: 'Courier New', monospace;
  font-size: var(--fs-micro);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--body);
  line-height: 1.5;
}
.ph-frame__note span { font-weight: 400; }
.ph-frame--sand .ph-frame__note { color: var(--ph-brown); }
.ph-figure figcaption {
  margin: 16px 4px 0 4px;
  font-size: var(--fs-small);
  line-height: 1.6;
  color: var(--sage-deep);
  font-style: italic;
  font-family: var(--font-serif);
}

/* =========================== Narrative sections =========================== */

.story-sec { background: linear-gradient(175deg, var(--cream) 0%, var(--sand) 60%, var(--tint-green) 100%); }
.story-sec__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-sec__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(36px, 5vw, 64px);
}
.story-sec__copy { flex: 1 1 400px; min-width: 300px; max-width: 600px; }
.story-sec__media { flex: 1 1 320px; min-width: 280px; max-width: 440px; margin: 0 auto; }
.story-sec .prose em {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--blue);
}

.edu {
  background: linear-gradient(180deg, var(--tint-green) 0%, var(--tint-blue) 100%);
  padding: clamp(60px, 7vw, 100px) var(--gutter);
  position: relative;
  overflow: hidden;
}
.edu__blob {
  top: 20%; left: -140px; width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(100, 183, 198, 0.2), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 14s;
}
.edu__inner { max-width: 900px; margin: 0 auto; position: relative; }
.edu__copy { margin-bottom: clamp(28px, 3vw, 40px); }

.edu__quote {
  margin: 0 0 clamp(24px, 3vw, 36px) 0;
  border-radius: var(--r-card-md);
  padding: clamp(26px, 4vw, 40px);
  box-shadow: var(--shadow-card-lg);
  transform: rotate(-0.4deg);
  transition: transform 0.35s ease;
}
.edu__quote:hover { transform: rotate(0deg); }
.edu__quote blockquote { font-size: clamp(19px, 2.1vw, 24px); line-height: 1.5; margin-bottom: 12px; }

.callout {
  background: var(--wash-white);
  border: 1px solid var(--hairline);
  border-left: 4px solid var(--sage);
  border-radius: 16px;
  padding: 22px 26px;
  box-shadow: var(--shadow-card-soft);
}
.callout p {
  margin: 0;
  font-size: var(--fs-body-sm);
  line-height: var(--lh-body);
  color: var(--body);
  text-wrap: pretty;
}

.purpose {
  background: linear-gradient(175deg, var(--cream) 0%, var(--tint-pink) 60%, var(--tint-green) 100%);
  padding: clamp(60px, 7vw, 100px) var(--gutter);
  position: relative;
  overflow: hidden;
}
.purpose__blob {
  bottom: -120px; right: 8%; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.22), rgba(232, 210, 142, 0) 70%);
  filter: blur(34px);
}
.purpose__inner { max-width: 900px; margin: 0 auto; position: relative; }

.foundation-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: var(--r-card);
  padding: clamp(24px, 3.4vw, 36px);
  box-shadow: 0 18px 40px -30px rgba(22, 58, 67, 0.4);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(20px, 3vw, 34px);
}
.foundation-card__icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  background: rgba(199, 138, 178, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.foundation-card__icon span { width: 16px; height: 16px; border-radius: 50%; background: var(--mauve); display: inline-block; }
.foundation-card__body { flex: 1 1 340px; min-width: 280px; }
.foundation-card__label {
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: var(--track-label);
  color: var(--mauve-deep);
}
.foundation-card p:last-child {
  margin: 0;
  font-size: var(--fs-body-md);
  line-height: var(--lh-body);
  color: var(--body);
  text-wrap: pretty;
}

.shopstory {
  background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-mint) 55%, var(--cream) 100%);
  padding: clamp(60px, 7vw, 100px) var(--gutter);
}
.shopstory__inner { max-width: 900px; margin: 0 auto; }
.shopstory__copy { margin-bottom: clamp(24px, 3vw, 36px); }
.shopstory__questions {
  margin: 0 0 clamp(24px, 3vw, 34px) 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}
.shopstory__questions li {
  background: var(--wash-white);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: 16px;
  padding: 16px 20px;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 17px;
  color: var(--blue);
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.shopstory__questions li::before {
  content: "";
  width: 6px;
  height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: var(--coral);
  display: inline-block;
}
.shopstory__rename {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--hairline);
  border-radius: 20px;
  padding: clamp(22px, 3vw, 30px);
  box-shadow: 0 18px 40px -30px rgba(22, 58, 67, 0.4);
}
.shopstory__rename p { margin: 0; }
.shopstory__rename strong { color: var(--ink); }

/* =========================== Timeline (dark) =========================== */

.timeline {
  background: linear-gradient(165deg, var(--ink) 0%, var(--ink-2) 55%, var(--plum) 130%);
  padding: clamp(64px, 8vw, 108px) var(--gutter);
  position: relative;
  overflow: hidden;
  color: var(--on-dark);
}
.timeline__blob-1 {
  top: -140px; right: -100px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(100, 183, 198, 0.16), rgba(100, 183, 198, 0) 70%);
  filter: blur(30px);
  animation-duration: 12s;
}
.timeline__blob-2 {
  bottom: -160px; left: -120px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.18), rgba(199, 138, 178, 0) 70%);
  filter: blur(34px);
  animation-duration: 16s;
}
.timeline__inner { max-width: 960px; margin: 0 auto; position: relative; }
.timeline__head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto clamp(40px, 5vw, 60px) auto;
}
.timeline__head h2 { margin-bottom: 0; font-size: clamp(30px, 3.6vw, 46px); color: var(--cream); }

.timeline ol { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline__line {
  position: absolute;
  left: 19px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: linear-gradient(180deg, rgba(232, 210, 142, 0.5), rgba(199, 138, 178, 0.5), rgba(100, 183, 198, 0.5));
}
.timeline li {
  position: relative;
  padding: 0 0 clamp(26px, 3vw, 36px) 58px;
}
.timeline__dot {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(22, 58, 67, 0.6);
  display: block;
}
.timeline__year {
  margin: 0 0 6px 0;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: clamp(20px, 2.2vw, 26px);
  color: var(--accent);
  line-height: 1.1;
}
.timeline h3 {
  margin: 0 0 8px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
  color: var(--cream);
  line-height: 1.25;
}
.timeline li p:last-child {
  margin: 0;
  font-size: var(--fs-body-sm);
  line-height: var(--lh-body);
  color: var(--on-dark-soft);
  max-width: 60ch;
  text-wrap: pretty;
}

/* =========================== Today cards =========================== */

.today { background: linear-gradient(180deg, var(--tint-green) 0%, var(--tint-blue) 100%); }
.today__head {
  text-align: center;
  max-width: 740px;
  margin: 0 auto clamp(40px, 5vw, 60px) auto;
}
.today__head h2 { margin-bottom: 20px; }
.today__head .prose { margin-left: auto; margin-right: auto; max-width: 64ch; }
.today__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 22px;
}
.today-card {
  border: 1px solid var(--hairline-soft);
  border-radius: var(--r-card-lg);
  padding: clamp(28px, 3.4vw, 40px);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition: transform var(--hover-slow), box-shadow var(--hover-slow);
}
.today-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-lg); }
.today-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.today-card__icon span { width: 13px; height: 13px; border-radius: 50%; display: inline-block; }
.today-card__tag {
  margin: 0 0 8px 0;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: var(--track-label);
  color: var(--accent);
}
.today-card h3 {
  margin: 0 0 12px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 27px);
  line-height: 1.2;
  color: var(--ink);
}
.today-card p {
  margin: 0 0 12px 0;
  font-size: var(--fs-ui);
  line-height: var(--lh-body);
  color: var(--body);
  text-wrap: pretty;
}
.today-card p:nth-of-type(2) { margin-bottom: 22px; flex: 1; }
.today-card .link-arrow { align-self: flex-start; font-size: var(--fs-small); }

/* =========================== Different / principles / faith =========================== */

.different {
  background: linear-gradient(160deg, var(--cream) 0%, var(--tint-pink) 55%, var(--tint-green) 100%);
}
.different__blob {
  top: -120px; left: 22%; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(232, 210, 142, 0.22), rgba(232, 210, 142, 0) 70%);
  filter: blur(34px);
}
.different__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.different__inner h2 {
  margin-bottom: 26px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.12;
}
.different__inner .prose {
  margin: 0 auto 16px auto;
  max-width: 62ch;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-airy);
}
.different__inner .prose--last { margin-bottom: 34px; }
.different .quote-card--tilt { max-width: 660px; }

.approach { background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-green) 100%); }
.approach__head { max-width: 680px; margin-bottom: clamp(36px, 4vw, 52px); }
.approach__head h2 { margin-bottom: 16px; }
.approach__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}
.principle-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(22, 58, 67, 0.07);
  border-radius: 20px;
  padding: 26px 28px;
  box-shadow: var(--shadow-card-soft);
  transition: transform var(--hover-slow);
}
.principle-card:hover { transform: translateY(-3px); }
.principle-card__icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-chip);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.principle-card__icon span { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.principle-card h3 {
  margin: 0 0 8px 0;
  font-family: var(--font-serif);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: var(--ink);
}
.principle-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--body);
  text-wrap: pretty;
}

.faith {
  background: linear-gradient(150deg, var(--plum-deep) 0%, var(--plum) 45%, var(--ink-2) 130%);
  padding: clamp(60px, 7vw, 100px) var(--gutter);
  position: relative;
  overflow: hidden;
  color: var(--on-dark);
}
.faith__blob {
  top: -120px; left: -90px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(199, 138, 178, 0.2), rgba(199, 138, 178, 0) 70%);
  filter: blur(30px);
  animation-duration: 14s;
}
.faith__inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.faith__inner h2 { margin-bottom: 24px; color: var(--on-dark-pink); }
.faith__inner .prose {
  margin: 0 auto 16px auto;
  max-width: 62ch;
  font-size: var(--fs-body-lg);
  line-height: var(--lh-airy);
  color: var(--on-dark-muted);
}
.faith__inner .prose:last-child { margin-bottom: 0; }

/* =========================== Note from Michele =========================== */

.note { background: linear-gradient(175deg, var(--cream) 0%, var(--sand) 60%, var(--tint-green) 100%); }
.note__blob {
  bottom: -120px; right: -120px; width: 480px; height: 480px;
  background: radial-gradient(circle, rgba(199, 216, 201, 0.5), rgba(199, 216, 201, 0) 70%);
  filter: blur(30px);
}
.note__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.note__media { flex: 1 1 320px; min-width: 280px; max-width: 420px; margin: 0 auto; }
.note__copy { flex: 1 1 420px; min-width: 300px; }
.note__copy h2 { margin-bottom: 24px; font-size: var(--fs-h2-sm); }
.note__copy .prose { font-size: var(--fs-body-md); margin-bottom: 13px; }
.note__copy .prose--last { margin-bottom: 20px; }
.note__signoff {
  margin: 0;
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  color: var(--ink);
}
.note__signoff span { color: var(--coral); font-weight: 600; }

/* =========================== Visit + final CTA =========================== */

.about-visit { background: linear-gradient(180deg, var(--tint-blue) 0%, var(--tint-green) 100%); }
.about-visit__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(36px, 5vw, 64px);
}
.about-visit__media { flex: 1 1 380px; min-width: 300px; position: relative; }
.about-visit__media img {
  display: block;
  width: 100%;
  border-radius: var(--r-card-lg);
  box-shadow: var(--shadow-photo);
  transform: rotate(-0.6deg);
}
.about-visit__media .badge-pill { position: absolute; top: 18px; left: 18px; }
.about-visit__copy { flex: 1 1 420px; min-width: 300px; }
.about-visit__copy h2 { margin-bottom: 18px; font-size: var(--fs-h2-sm); line-height: 1.18; }
.about-visit__blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 14px;
  margin: 14px 0 28px 0;
}
.about-visit__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.about-visit__contact {
  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;
}
.about-visit__contact:hover { color: var(--coral); }

.about-cta .cta-panel { padding: clamp(48px, 6vw, 88px) clamp(28px, 5vw, 80px); }
.about-cta h2 {
  margin-bottom: 22px;
  max-width: 16ch;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}
.about-cta .prose { max-width: 58ch; margin-bottom: 10px; }
.about-cta .prose--last { margin-bottom: 34px; }
.about-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;
}
