/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*
* ─────────────────────────────────────────────────
* LIFESPIRE MODIFICATIONS:
*   1. Removed html { font-size: 62.5% } — 1rem = 16px (browser default)
*   2. Removed body { font-size: 1.5em } compensation — brand styles set body
*   3. .container max-width raised 960px → 1100px
*   4. Lifespire brand styles appended below (override Skeleton typography,
*      buttons, forms, links, lists)
* ─────────────────────────────────────────────────
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
- LIFESPIRE: Brand Tokens
- LIFESPIRE: Body & Typography override
- LIFESPIRE: Layout Utilities
- LIFESPIRE: Buttons override
- LIFESPIRE: Nav
- LIFESPIRE: Marquee
- LIFESPIRE: Hero
- LIFESPIRE: Intro
- LIFESPIRE: Pillars
- LIFESPIRE: Membership Tiers
- LIFESPIRE: Testimonial
- LIFESPIRE: CTA Band
- LIFESPIRE: Contact Form
- LIFESPIRE: Footer
- LIFESPIRE: About — Page Hero
- LIFESPIRE: About — Mission
- LIFESPIRE: About — Team
- LIFESPIRE: About — Ageless Digest
- LIFESPIRE: Animations
- LIFESPIRE: Responsive overrides
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1100px; /* ← raised from Skeleton's 960px */
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE: html font-size override REMOVED.
   1rem = 16px (browser default). Lifespire brand styles below set body. */
html {
  box-sizing: border-box; 
  scroll-behavior: smooth;
}
*, *::before, *::after {
  box-sizing: inherit; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Skeleton heading defaults kept as fallback — Lifespire overrides below */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: var(--orange);
  border-color: var(--orange); }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}


/* ═══════════════════════════════════════════════════════════════
   LIFESPIRE BRAND STYLES
   Everything below overrides Skeleton where selectors conflict.
   1rem = 16px throughout — no html font-size override above.
═══════════════════════════════════════════════════════════════ */


/* LIFESPIRE: Brand Tokens
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --linen:     #FAF0E6;
  --linen-mid: #EFE0CC;
  --white:     #FFFFFF;
  --sky:       #53B3CB;
  --sky-dark:  #3a7d8e;  /* AA-compliant on white */
  --orange:    #FF7F11;
  --bark:      #7C6354;
  --choco:     #3E000C;
  --black:     #020202;
}


/* LIFESPIRE: Body & Typography
   Overrides Skeleton's body/h1–h6 defaults
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;       /* 16px */
  font-weight: 400;
  line-height: 1.75;
  color: var(--choco);
  background: var(--linen);
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: inherit;
  margin-top: 0; }

h1 { font-size: clamp(3rem, 5.5vw, 5.5rem);   line-height: 1.05; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2.25rem, 4vw, 3.75rem); line-height: 1.1;  margin-bottom: 1.25rem; }
h3 { font-size: 2rem;                          line-height: 1.15; margin-bottom: 1rem; }
h4 { font-size: 1.5rem;                        line-height: 1.2;  margin-bottom: 0.75rem; }
h5 { font-size: 1.125rem;                      line-height: 1.3;  margin-bottom: 0.5rem; }
h6 { font-size: 1rem;                          line-height: 1.5;  margin-bottom: 0.5rem; }

p {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  margin-top: 0; }

a { color: var(--choco); }
a:hover { color: var(--bark); }

strong { font-weight: 500; }

/* Kill Skeleton's aggressive 2.5rem bottom margin on p in brand sections */
.hero-sub,
.hero-body,
.intro-body,
.mission-body,
.pillar-desc,
.featured-body p,
.card-body,
.member-body,
.form-body,
.team-intro p,
.testimonial-author,
.footer-copy { margin-bottom: 0; }

/* Override Skeleton list decoration for brand lists */
.tier-features,
.card-initiatives,
.nav-links,
.footer-links,
.form-contact-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
.tier-features li,
.card-initiatives li,
.nav-links li,
.footer-links li { margin-bottom: 0; }


/* LIFESPIRE: Eyebrow Labels
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.eyebrow {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }
.eyebrow-sky    { color: var(--sky); }
.eyebrow-orange { color: var(--orange); }
.eyebrow-bark   { color: var(--bark); }
.eyebrow-linen  { color: rgba(250,240,230,0.93); }


/* LIFESPIRE: Layout Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section-pad    { padding: 80px 0; }
.section-pad-sm { padding: 50px 0; }
.section-pad-lg { padding: 96px 0; }

.full-bleed {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 40px;
  padding-right: 40px; }

.bg-linen     { background: var(--linen); }
.bg-linen-mid { background: var(--linen-mid); }
.bg-white     { background: var(--white); }
.bg-choco     { background: var(--choco); }
.bg-bark      { background: var(--bark); }

.text-linen       { color: var(--linen); }
.text-choco       { color: var(--choco); }
.text-bark        { color: var(--bark); }
.text-sky         { color: var(--sky); }
.text-muted-linen { color: rgba(250,240,230,0.62); }
.text-muted-choco { color: rgba(62,0,12,0.62); }

.link-underline {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--sky);
  padding-bottom: 2px;
  color: var(--choco);
  transition: color 0.2s; }
.link-underline:hover { color: var(--bark); }


/* LIFESPIRE: Buttons
   Overrides Skeleton button defaults completely
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="button"] {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid var(--choco);
  color: var(--choco);
  background: transparent;
  padding: 14px 32px;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
  cursor: pointer; }
.button:hover,
button:hover {
  color: var(--linen);
  background: var(--choco);
  border-color: var(--choco); }

.button-primary,
button.button-primary {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--choco); }
.button-primary:hover,
button.button-primary:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  transform: translateY(-1px); }

.btn-ghost {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: transparent;
  color: var(--linen);
  border: 1px solid rgba(250,240,230,0.3);
  padding: 14px 28px;
  border-radius: 0;
  cursor: pointer;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  transition: border-color 0.2s, color 0.2s;
  text-decoration: none;
  display: inline-block; }
.btn-ghost:hover { border-color: var(--linen); color: var(--linen); }


/* LIFESPIRE: Nav
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: var(--choco);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  height: 75px;
  transition: height 0.35s ease; }
.site-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: 100%;
  width: 100%; }
body.is-scrolled .site-nav {
  height: 75px; }
.nav-logo img {
  height: 50px;
  transition: height 0.35s ease;
  width: auto;
  margin-left: 34px;
  mix-blend-mode: screen;
  display: block; }
body.is-scrolled .nav-logo img {
  height: 50px; }  
.nav-links {
  display: flex;
  gap: 36px; 
  visibility: hidden; } 
.nav-links a {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,240,230,0.6);
  transition: color 0.2s; }
.nav-links a:hover  { color: var(--sky); }
.nav-links a.active {
  color: var(--linen);
  border-bottom: 1px solid var(--orange);
  padding-bottom: 2px; }
.site-nav .container a:last-child {
  margin-left: auto;
  margin-right: 34px; }
.nav-cta {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--orange);
  color: var(--choco);
  border: none;
  padding: 11px 22px;
  cursor: pointer;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s; }
.nav-cta:hover { background: var(--orange); color: var(--white); }


/* LIFESPIRE: Marquee
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.marquee-bar {
  background: var(--orange);
  padding: 13px 0;
  overflow: hidden; }
.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee 28s linear infinite; }
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 36px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--choco); }
.marquee-item::after { content: '✦'; opacity: 0.4; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }


/* LIFESPIRE: Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero-section {
  padding-top: 75px;
  min-height: 100vh;
  display: flex;
  transition: padding-top 0.35s ease; }

body.is-scrolled .hero-section {
  padding-top: 75px; }

.hero-grid {
  display: flex;
  min-height: calc(100vh - 280px);
  width: 100%; }

.hero-left {
  flex: 1;
  background: var(--choco);
  padding: 80px 64px 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative; }
.hero-left::before {
  content: '';
  position: absolute;
  top: -80px; left: -80px;
  width: 360px; height: 360px;
  border-radius: 50%;
  background: rgba(124,99,84,0.12);
  pointer-events: none; }

.hero-headline {
  font-size: clamp(3rem, 5vw, 6rem);
  color: rgba(250,240,230,0.4);
  font-style: normal;
  margin-bottom: 1.5rem; }
.hero-headline em {  color: var(--linen);  }

.hero-sub {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(250,240,230,0.62);
  max-width: 420px;
  margin-bottom: 3rem; }

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 0; }

.hero-stats {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(250,240,230,0.1);
  display: flex;
  gap: 48px; }
.hero-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-weight: 300;
  color: var(--linen);
  display: block;
  line-height: 1; }
.hero-stat-label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,240,230,0.55);
  margin-top: 6px;
  display: block; }

.hero-right {
  flex: 1;
  background: var(--bark);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 48px;
  min-height: 60vh; }
.hero-right::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,127,17,0.1) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 80%, rgba(62,0,12,0.4) 0%, transparent 70%),
    linear-gradient(160deg, var(--bark) 0%, #4a3b30 100%); }

.hero-img-placeholder {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 12px;
  color: rgba(250,240,230,0.25);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background-image: url(http://lifespire.ca/images/pexels-pam-santos-2153999487-34017306.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
.hero-img-placeholder img { width: 100%; height: auto; }

.hero-card {
  position: relative; z-index: 2;
  background: rgba(62,0,12,0.72);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(250,240,230,0.1);
  padding: 24px 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px; }
.hero-card-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 6px; }
.hero-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--linen);
  line-height: 1.2;
  margin: 0; }
.hero-card-arrow {
  width: 40px; height: 40px;
  border: 1px solid rgba(250,240,230,0.25);
  display: flex; align-items: center; justify-content: center;
  color: var(--linen); font-size: 1.25rem;
  cursor: pointer; flex-shrink: 0;
  transition: background 0.2s, border-color 0.2s; }
.hero-card-arrow:hover { background: var(--sky); border-color: var(--sky); }


/* LIFESPIRE: Intro
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro-label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bark);
  padding-top: 6px;
  margin-bottom: 0; }
.intro-headline {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 1.5rem; }
.intro-body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(62,0,12,0.65);
  margin-bottom: 2rem; }


/* LIFESPIRE: Pillars
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pillar-card {
  padding: 44px 36px;
  border: 1px solid rgba(250,240,230,0.07);
  transition: background 0.3s, border-color 0.3s;
  height: 100%; }
.pillar-card:hover {
  background: rgba(83,179,203,0.08);
  border-color: rgba(83,179,203,0.3); }
.pillar-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  color: var(--orange);
  display: block;
  line-height: 1;
  margin-bottom: 16px; }
.pillar-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.875rem;
  font-weight: 400;
  color: var(--linen);
  margin-bottom: 1rem;
  line-height: 1.2; }
.pillar-desc {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(250,240,230,0.62);
  margin: 0; }


/* LIFESPIRE: Membership Tiers
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.tier-card {
  padding: 52px 44px;
  border: 1px solid rgba(62,0,12,0.1);
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s; }
.tier-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(62,0,12,0.1); }
.tier-card.featured {
  background: var(--choco);
  border-color: var(--choco); }
.tier-badge {
  position: absolute;
  top: -1px; right: 36px;
  background: var(--orange);
  color: var(--choco);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 14px; }
.tier-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 0.5rem; }
.tier-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 2.5rem; }
.tier-amount {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1; }
.tier-period {
  font-size: 1rem;
  font-weight: 300;
  color: var(--bark); }
.featured .tier-period { color: rgba(250,240,230,0.55); }
.tier-features li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(62,0,12,0.08);
  font-size: 0.9375rem;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 10px; }
.featured .tier-features li {
  border-bottom-color: rgba(250,240,230,0.1);
  color: rgba(250,240,230,0.75); }
.tier-features li::before { content: '—'; color: var(--orange); }
.btn-tier {
  width: 100%;
  padding: 15px;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  height: auto;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 0;
  transition: all 0.2s; }
.btn-tier-outline {
  background: transparent;
  border: 1px solid var(--choco);
  color: var(--choco); }
.btn-tier-outline:hover { background: var(--choco); color: var(--linen); }
.btn-tier-solid {
  background: var(--orange);
  border: none;
  color: var(--choco); }
.btn-tier-solid:hover { background: var(--sky); color: var(--white); }


/* LIFESPIRE: Testimonial
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonial-section {
  background: var(--bark);
  text-align: center;
  position: relative;
  overflow: hidden; }
.testimonial-section::before {
  content: '"';
  position: absolute;
  top: -40px; left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-size: 22rem;
  font-weight: 300;
  color: rgba(62,0,12,0.12);
  line-height: 1;
  pointer-events: none; }
.testimonial-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: var(--linen);
  max-width: 720px;
  margin: 0 auto 2rem;
  position: relative; z-index: 1; }
.testimonial-author {
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(250,240,230,0.93);
  position: relative; z-index: 1; }
.testimonial-author span { color: var(--orange); }


/* LIFESPIRE: CTA Band
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cta-band {
  background: var(--choco);
  padding: 72px 0; }
.cta-band h2 { color: var(--linen); margin: 0; }
.cta-band-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap; }


/* LIFESPIRE: Contact Form
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.form-section { background: var(--choco); }

.form-preamble-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--sky);
  display: block;
  margin-bottom: 1.25rem; }
.form-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.25rem, 4vw, 3.75rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--linen);
  margin-bottom: 1.25rem; }
.form-headline em { color: rgba(250,240,230,0.35); font-style: normal; }
.form-divider {
  width: 36px; height: 2px;
  background: var(--orange);
  margin-bottom: 1.5rem; }
.form-body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(250,240,230,0.62);
  margin-bottom: 2.25rem; }
.form-contact-row  { display: flex; align-items: center; gap: 0.875rem; margin-bottom: 0.875rem; }
.form-contact-icon {
  width: 36px; height: 36px;
  border: 1px solid rgba(250,240,230,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--sky); font-size: 0.875rem; }
.form-contact-text { font-size: 0.9375rem; color: rgba(250,240,230,0.65); }
.form-contact-text a { color: rgba(250,240,230,0.85); transition: color 0.2s; }
.form-contact-text a:hover { color: var(--linen); }

.form-card {
  background: rgba(250,240,230,0.04);
  border: 1px solid rgba(250,240,230,0.08);
  padding: 2.5rem 2.25rem; }
.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.875rem; }
.form-field { margin-bottom: 1.125rem; }

/* Override Skeleton's label */
.form-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,240,230,0.55);
  margin-bottom: 0.5rem; }
.form-label .optional {
  color: rgba(250,240,230,0.35);
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.75rem; }

/* Override Skeleton's input/textarea/select */
.form-input,
.form-textarea {
  width: 100%;
  background: rgba(250,240,230,0.05);
  border: 1px solid rgba(250,240,230,0.12);
  color: rgba(250,240,230,0.9);
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.75rem 1rem;
  border-radius: 0;
  box-sizing: border-box;
  height: auto;
  outline: none;
  margin-bottom: 0;
  transition: border-color 0.2s, background 0.2s;
  appearance: none; }
.form-input::placeholder,
.form-textarea::placeholder { color: rgba(250,240,230,0.22); }
.form-input:focus,
.form-textarea:focus {
  border-color: var(--sky);
  background: rgba(83,179,203,0.04); }
.form-input.error { border-color: rgba(255,80,80,0.6); }
.form-textarea { resize: vertical; min-height: 100px; }

.form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-bottom: 1.5rem; }
.form-privacy input[type="checkbox"] {
  width: 15px; height: 15px;
  border: 1px solid rgba(250,240,230,0.25);
  background: transparent;
  flex-shrink: 0;
  margin-top: 3px;
  accent-color: var(--orange);
  cursor: pointer; }
.form-privacy-text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(250,240,230,0.55); }
.form-privacy-text a { color: rgba(83,179,203,0.9); text-decoration: underline; }

.form-submit {
  width: 100%;
  background: var(--orange);
  border: none;
  color: var(--choco);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.0625rem;
  cursor: pointer;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; }
.form-submit:hover:not(:disabled) { background: var(--sky); color: var(--white); }
.form-submit:disabled { opacity: 0.6; cursor: not-allowed; }

.form-submit-spinner {
  width: 14px; height: 14px;
  border: 2px solid rgba(62,0,12,0.3);
  border-top-color: var(--choco);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  display: none; }
.form-submit.loading .form-submit-spinner { display: block; }
.form-submit.loading .form-submit-text   { opacity: 0.6; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-note {
  text-align: center;
  font-size: 0.8125rem;
  color: rgba(250,240,230,0.35);
  margin-top: 0.75rem;
  margin-bottom: 0;
  letter-spacing: 0.05em; }
.form-error-msg {
  font-size: 0.75rem;
  color: rgba(255,100,100,0.85);
  margin-top: 4px;
  display: none;
  letter-spacing: 0.05em; }
.form-error-msg.visible { display: block; }

.form-success { display: none; text-align: center; padding: 3rem 2rem; }
.form-success.visible { display: block; }
.form-success-icon {
  width: 52px; height: 52px;
  border: 1.5px solid var(--orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  color: var(--orange); }
.form-success h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--linen);
  margin-bottom: 0.75rem; }
.form-success p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(250,240,230,0.55); }

.form-toast {
  position: fixed;
  bottom: 32px; right: 32px;
  background: rgba(62,0,12,0.95);
  border: 1px solid rgba(255,100,100,0.4);
  color: rgba(250,240,230,0.85);
  font-size: 0.875rem;
  padding: 14px 20px;
  max-width: 320px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
  pointer-events: none;
  z-index: 200; }
.form-toast.visible { opacity: 1; transform: translateY(0); }


/* LIFESPIRE: Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.site-footer {
  background: var(--choco);
  border-top: 1px solid rgba(250,240,230,0.06);
  padding: 48px 0; }
.footer-logo img {
  height: 45px;
  width: auto;
  mix-blend-mode: screen; }
.footer-copy {
  font-size: 0.875rem;
  color: rgba(250,240,230,0.55);
  letter-spacing: 0.05em; }
.footer-links {
  display: flex;
  gap: 24px;
  justify-content: flex-end; }
.footer-links a {
  font-size: 0.8125rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,240,230,0.55);
  transition: color 0.2s; }
.footer-links a:hover { color: var(--linen); }


/* LIFESPIRE: About — Page Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-hero {
  background: var(--choco);
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden; }
.page-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83,179,203,0.08) 0%, transparent 70%);
  pointer-events: none; }
.hero-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--orange);
  border: 1px solid rgba(255,127,17,0.3);
  padding: 7px 16px;
  margin-bottom: 2.5rem; }
.page-hero h1    { color: var(--linen); max-width: 780px; }
.page-hero h1 em { color: rgba(250,240,230,0.38); font-style: normal; }
.hero-body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(250,240,230,0.62);
  max-width: 600px;
  margin-top: 1.5rem; }
.hero-rule {
  width: 56px; height: 1px;
  background: var(--orange);
  margin: 2rem 0; }


/* LIFESPIRE: About — Mission
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mission-section { border-bottom: 1px solid rgba(62,0,12,0.08); }
.mission-label {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bark);
  padding-top: 8px;
  margin-bottom: 0; }
.mission-headline {
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  font-weight: 300;
  line-height: 1.15;
  margin-bottom: 1.25rem; }
.mission-body {
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(62,0,12,0.65);
  margin-bottom: 1.5rem; }
.mission-callout {
  padding: 28px 32px;
  border-left: 3px solid var(--orange);
  background: rgba(255,127,17,0.05);
  margin-top: 2.5rem; }
.mission-callout p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: var(--choco);
  margin: 0; }


/* LIFESPIRE: About — Team
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.team-intro {
  background: var(--bark);
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden; }
.team-intro::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(62,0,12,0.18) 0%, transparent 60%);
  pointer-events: none; }
.team-intro h2 { color: var(--linen); margin-bottom: 1rem; position: relative; }
.team-intro p  {
  color: rgba(250,240,230,0.62);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto;
  position: relative; }

.team-section-header {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(62,0,12,0.08);
  margin-bottom: 48px;
  align-items: baseline; }
.team-section-header h3 {
  font-family: 'Jost', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--bark);
  margin: 0; }
.section-count {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  color: rgba(62,0,12,0.07);
  line-height: 1; }

.doctor-featured {
  background: var(--choco);
  padding: 56px;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden; }
.doctor-featured::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83,179,203,0.08) 0%, transparent 70%); }
.featured-avatar {
  width: 100px; height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bark) 0%, rgba(62,0,12,0.8) 100%);
  border: 2px solid rgba(255,127,17,0.4);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 300; color: var(--linen);
  margin-bottom: 28px; flex-shrink: 0; }
.featured-role {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky); margin-bottom: 4px; display: block; }
.featured-dept {
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(255,127,17,0.65); display: block; margin-bottom: 16px; }
.doctor-featured h3 { color: var(--linen); font-size: 2.5rem; margin-bottom: 1.5rem; }
.featured-body p    { color: rgba(250,240,230,0.62); margin-bottom: 1.25rem; font-size: 1rem; }
.featured-divider   { width: 100%; height: 1px; background: rgba(250,240,230,0.08); margin: 2rem 0; }
.featured-initiatives h5 {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; color: rgba(250,240,230,0.38); margin-bottom: 0.75rem; }
.featured-initiatives p  { color: rgba(250,240,230,0.55); font-size: 0.9375rem; }

.team-card {
  border: 1px solid rgba(62,0,12,0.09);
  background: var(--white);
  padding: 40px 36px;
  margin-bottom: 24px;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  height: 100%; }
.team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(62,0,12,0.08);
  border-color: rgba(83,179,203,0.3); }
.card-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  border: 1.5px solid rgba(62,0,12,0.15);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem; font-weight: 300; color: var(--bark);
  background: var(--linen); margin-bottom: 24px;
  transition: border-color 0.25s; }
.team-card:hover .card-avatar { border-color: var(--sky); }
.card-role {
  display: block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky-dark); margin-bottom: 2px; }
.card-dept {
  display: block; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,127,17,0.6); margin-bottom: 14px; }
.team-card h4 { font-size: 1.75rem; font-weight: 300; margin-bottom: 1rem; color: var(--choco); }
.card-body { font-size: 0.9375rem; line-height: 1.8; color: rgba(62,0,12,0.65); margin-bottom: 1.5rem; }
.card-initiatives-label {
  display: block; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: rgba(62,0,12,0.4); margin-bottom: 10px; }
.card-initiatives { border-top: 1px solid rgba(62,0,12,0.07); padding-top: 1.25rem; }
.card-initiatives li {
  font-size: 0.875rem; font-weight: 300; color: rgba(62,0,12,0.6);
  padding: 6px 0; display: flex; align-items: flex-start; gap: 8px; }
.card-initiatives li::before { content: '—'; color: var(--orange); flex-shrink: 0; margin-top: 1px; }

.team-card.dark { background: var(--choco); border-color: rgba(250,240,230,0.06); }
.team-card.dark:hover { border-color: rgba(83,179,203,0.25); }
.team-card.dark .card-avatar { background: rgba(250,240,230,0.05); border-color: rgba(250,240,230,0.15); color: var(--linen); }
.team-card.dark:hover .card-avatar { border-color: var(--sky); }
.team-card.dark h4                 { color: var(--linen); }
.team-card.dark .card-body         { color: rgba(250,240,230,0.62); }
.team-card.dark .card-initiatives  { border-top-color: rgba(250,240,230,0.08); }
.team-card.dark .card-initiatives li { color: rgba(250,240,230,0.62); }
.team-card.dark .card-initiatives-label { color: rgba(250,240,230,0.38); }
.team-card.dark .card-role         { color: var(--sky); }

.member-card {
  display: flex; gap: 24px; align-items: flex-start;
  padding: 36px; background: var(--white);
  border: 1px solid rgba(62,0,12,0.09);
  transition: transform 0.25s, box-shadow 0.25s;
  margin-bottom: 24px; }
.member-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(62,0,12,0.07); }
.member-photo {
  width: 80px; height: 80px; border-radius: 50%;
  object-fit: cover; flex-shrink: 0;
  border: 2px solid var(--linen-mid); }
.member-photo-placeholder {
  width: 80px; height: 80px; border-radius: 50%;
  background: var(--linen); border: 1.5px solid rgba(62,0,12,0.12);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem; font-weight: 300; color: var(--bark); flex-shrink: 0; }
.member-info    { flex: 1; }
.member-info h4 { font-size: 1.5rem; margin-bottom: 2px; }
.member-role {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sky-dark); display: block; margin-bottom: 2px; }
.member-dept {
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,127,17,0.6); display: block; margin-bottom: 12px; }
.member-body { font-size: 0.9375rem; line-height: 1.8; color: rgba(62,0,12,0.65); }


/* LIFESPIRE: About — Ageless Digest
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.digest-card {
  background: var(--white);
  border: 1px solid rgba(62,0,12,0.07);
  overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  margin-bottom: 24px;
  cursor: pointer; }
.digest-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(62,0,12,0.1); }
.digest-img-placeholder {
  width: 100%; aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, var(--linen) 0%, var(--linen-mid) 100%);
  display: flex; align-items: center; justify-content: center; }
.digest-img-placeholder svg { opacity: 0.25; }
.digest-body  { padding: 24px 24px 28px; }
.digest-tag   {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--sky-dark); display: block; margin-bottom: 8px; }
.digest-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem; font-weight: 400; line-height: 1.3;
  color: var(--choco); margin-bottom: 10px; }
.digest-date  { font-size: 0.875rem; color: rgba(62,0,12,0.6); letter-spacing: 0.05em; }


/* LIFESPIRE: Animations
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); } }
.hero-left .eyebrow { animation: fadeUp 0.6s ease both 0.1s; }
.hero-headline      { animation: fadeUp 0.6s ease both 0.25s; }
.hero-sub           { animation: fadeUp 0.6s ease both 0.4s; }
.hero-actions       { animation: fadeUp 0.6s ease both 0.55s; }
.hero-stats         { animation: fadeUp 0.6s ease both 0.7s; }


/* LIFESPIRE: Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 750px) {
  .hero-grid        { flex-direction: column; }
  .hero-right       { min-height: 50vw; }
  .hero-left        { padding: 56px 24px; }
  .nav-links        { display: none; }
  .cta-band-actions { justify-content: flex-start; margin-top: 24px; }
  .doctor-featured  { padding: 36px 24px; }
  .team-card        { padding: 28px 24px; }
  .member-card      { flex-direction: column; gap: 16px; }
  .form-row-2       { grid-template-columns: 1fr; }
  .full-bleed       { padding-left: 20px; padding-right: 20px; }
  .site-footer .row { flex-direction: column; gap: 16px; }
  .footer-links     { justify-content: flex-start; flex-wrap: wrap; }
  .nav-logo img     { height: 25px; margin-left: 15px; }
  .site-nav .container a:last-child { margin: 0 15px 0 auto; } }

@media (max-width: 550px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; } }


    /* ── Comparison section scoped styles ── */
  .compare-section {
    background: var(--linen);
    padding: 96px 0;
  }
  .compare-intro {
    max-width: 600px;
    margin-bottom: 64px;
  }
  .compare-intro p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(62,0,12,0.65);
    margin-bottom: 0;
  }

  /* ── Cards ── */
  .compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px; /* hairline gap between cards */
    align-items: start;
  }
  .compare-card {
    padding: 52px 44px 56px;
    position: relative;
  }
  .compare-card.lite {
    background: var(--linen-mid);
    border: 1px solid var(--linen-mid);
  }
  .compare-card.full {
    background: var(--choco);
    border: 1px solid var(--choco);
  }

  /* ── Card header ── */
  .compare-pill {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: var(--orange);
  }


  .compare-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 0.75rem;
  }
  .lite  .compare-card-title { color: var(--choco); }
  .full  .compare-card-title { color: var(--linen); }

  .compare-card-sub {
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  .lite .compare-card-sub {
    color: rgba(62,0,12,0.6);
    border-bottom-color: rgba(62,0,12,0.08);
  }
  .full .compare-card-sub {
    color: rgba(250,240,230,0.55);
    border-bottom-color: rgba(250,240,230,0.08);
  }

  /* ── Feature groups ── */
  .compare-group {
    margin-bottom: 2rem;
  }
  .compare-group-label {
    font-family: 'Jost', sans-serif;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    display: block;
  }
  .lite .compare-group-label  { color: rgba(62,0,12,0.35); }
  .full .compare-group-label  { color: rgba(250,240,230,0.3); }

  .compare-features {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .compare-features li {
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 9px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
  }
  .lite .compare-features li {
    color: rgba(62,0,12,0.75);
    border-bottom-color: rgba(62,0,12,0.06);
  }
  .full .compare-features li {
    color: rgba(250,240,230,0.72);
    border-bottom-color: rgba(250,240,230,0.07);
  }
  .compare-features li:last-child { border-bottom: none; }

  .compare-features li::before {
    content: '—';
    flex-shrink: 0;
    margin-top: 1px;
    font-weight: 400;
  }
  .lite .compare-features li::before { color: var(--bark); }
  .full .compare-features li::before { color: var(--orange); }

  .compare-feature-note {
    display: none;
    font-size: 0.8125rem;
    font-weight: 300;
    margin-top: 3px;
  }
  .lite .compare-feature-note { color: rgba(62,0,12,0.45); }
  .full .compare-feature-note { color: rgba(250,240,230,0.4); }

  /* ── Focus chips ── */
  .focus-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 1.25rem;
  }
  .focus-chip {
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding: 6px 14px;
    border-width: 1px;
    border-style: solid;
  }
  .lite .focus-chip {
    color: var(--bark);
    border-color: rgba(124,99,84,0.25);
    background: transparent;
  }
  .full .focus-chip {
    color: rgba(250,240,230,0.65);
    border-color: rgba(250,240,230,0.15);
    background: transparent;
  }

  /* ── Card CTA ── */
  .compare-card-footer {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
    border-top-width: 1px;
    border-top-style: solid;
  }
  .lite .compare-card-footer { border-top-color: rgba(62,0,12,0.08); }
  .full .compare-card-footer { border-top-color: rgba(250,240,230,0.08); }

  .compare-cta {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 15px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
  }
  .compare-cta.lite {
    border: 1px solid var(--choco);
    color: var(--choco);
    background: transparent;
  }
  .compare-cta.lite:hover {
    background: var(--choco);
    color: var(--linen);
  }
  .compare-cta.full {
    background: var(--orange);
    border: none;
    color: var(--choco);
  }
  .compare-cta.full:hover {
    background: var(--orange);
    color: var(--white);
  }

  .compare-cta-note {
    font-size: 0.8125rem;
    font-weight: 300;
    text-align: center;
    margin-top: 0.875rem;
    margin-bottom: 0;
  }
  .lite .compare-cta-note  { color: rgba(62,0,12,0.4); }
  .full .compare-cta-note  { color: rgba(250,240,230,0.35); }

  /* ── Responsive ── */
  @media (max-width: 750px) {
    .compare-grid { grid-template-columns: 1fr; }
    .compare-card { padding: 40px 28px; }
  }

  /*
 * LIFESPIRE: HubSpot Embedded Form Styles
 * Targets .hs-form-wrapper to keep all rules scoped
 * css:"" in the embed strips HubSpot's defaults;
 * these rules replace them with the brand system.
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
 
/* Layout */
.hs-form-wrapper .hs-form fieldset {
  max-width: 100% !important; /* override HubSpot's 500px cap */
  margin-bottom: 0; }
.hs-form-wrapper .hs-form .hs-form-field {
  margin-bottom: 1.125rem; }
 
/* Two-column first/last name row */
.hs-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  float: left;
  box-sizing: border-box; }
.hs-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 8px; }
.hs-form-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
  padding-left: 8px; }
 
/* Labels */
.hs-form-wrapper .hs-form label {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250,240,230,0.55);
  margin-bottom: 0.5rem; }
 
/* Required asterisk */
.hs-form-wrapper .hs-form .hs-form-required {
  color: var(--orange);
  margin-left: 3px; }
 
/* Inputs, textarea, select */
.hs-form-wrapper .hs-form input[type="text"],
.hs-form-wrapper .hs-form input[type="email"],
.hs-form-wrapper .hs-form input[type="tel"],
.hs-form-wrapper .hs-form input[type="number"],
.hs-form-wrapper .hs-form textarea,
.hs-form-wrapper .hs-form select {
  width: 100%;
  background: rgba(250,240,230,0.05);
  border: 1px solid rgba(250,240,230,0.12);
  color: rgba(250,240,230,0.9);
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.75rem 1rem;
  border-radius: 0;
  box-sizing: border-box;
  height: auto;
  outline: none;
  margin-bottom: 0;
  transition: border-color 0.2s, background 0.2s;
  appearance: none; }
 
.hs-form-wrapper .hs-form input::placeholder,
.hs-form-wrapper .hs-form textarea::placeholder {
  color: rgba(250,240,230,0.22); }
 
.hs-form-wrapper .hs-form input:focus,
.hs-form-wrapper .hs-form textarea:focus,
.hs-form-wrapper .hs-form select:focus {
  border-color: var(--sky);
  background: rgba(83,179,203,0.04); }
 
.hs-form-wrapper .hs-form textarea {
  resize: vertical;
  min-height: 100px; }
 
/* Select arrow */
.hs-form-wrapper .hs-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(250,240,230,0.4)' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px; }
 
/* Submit button */
.hs-form-wrapper .hs-form input[type="submit"],
.hs-form-wrapper .hs-form .hs-button {
  width: 100%;
  background: var(--orange);
  border: none;
  color: var(--choco);
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 1.0625rem;
  cursor: pointer;
  border-radius: 0;
  height: auto;
  line-height: 1;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s;
  display: block;
  text-align: center; }
.hs-form-wrapper .hs-form input[type="submit"]:hover,
.hs-form-wrapper .hs-form .hs-button:hover {
  background: var(--sky);
  color: var(--white); }
 
/* Validation errors */
.hs-form-wrapper .hs-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 4px 0 0; }
.hs-form-wrapper .hs-form .hs-error-msg,
.hs-form-wrapper .hs-form .hs-error-msgs label {
  font-size: 0.75rem;
  font-weight: 300;
  color: rgba(255,100,100,0.85);
  letter-spacing: 0.05em;
  text-transform: none; }
 
/* GDPR / consent checkbox */
.hs-form-wrapper .hs-form .legal-consent-container {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  font-size: 10px;
    color: rgba(250, 240, 230, 0.62); }
.hs-form-wrapper .hs-form .legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem; }
.hs-form-wrapper .hs-form .legal-consent-container input[type="checkbox"] {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 3px;
  accent-color: var(--orange);
  cursor: pointer; }
.hs-form-wrapper .hs-form .legal-consent-container p,
.hs-form-wrapper .hs-form .legal-consent-container label,
.hs-form-wrapper .hs-form .legal-consent-container span {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(250,240,230,0.55);
  letter-spacing: 0;
  text-transform: none; }
.hs-form-wrapper .hs-form .legal-consent-container a {
  color: rgba(83,179,203,0.9);
  text-decoration: underline; }
 
/* Success message */
.hs-form-wrapper .submitted-message {
  text-align: center;
  padding: 3rem 2rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.25rem, 2vw, 3.75rem);
  font-weight: 300;
  line-height: 1.1;
  color: var(--linen);
  margin-bottom: 1.25rem; }
.hs-form-wrapper .submitted-message p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 300;
  color: var(--linen);
  line-height: 1.3; }

  /* LIFESPIRE: Trusted Partners
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.partners-section {
  padding: 64px 0; }
 
.partners-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap; }
 
.partner-logo {
  flex: 1;
  min-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center; }
 
.partner-logo img {
  max-height: 52px;
  width: auto;
  max-width: 120px;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.25s, filter 0.25s; }
 
.partner-logo img:hover {
  opacity: 1;
  filter: grayscale(0%); }
 
@media (max-width: 750px) {
  .partners-grid {
    gap: 32px;
    justify-content: center; }
  .partner-logo {
    flex: 0 0 40%;
    min-width: 0; } }