/* YOUR.Life — Targeted Therapeutics page styles */

/* GeneratePress full-width override */
.page-template-targeted-therapeutics .site-content,
.page-template-targeted-therapeutics .content-area,
.page-template-targeted-therapeutics .inside-article,
.page-template-targeted-therapeutics .entry-content,
.page-template-targeted-therapeutics .page-content { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; }

/* #omega-targeted-therapeutics content corrections (beat GP class-scoped defaults) */
#omega-targeted-therapeutics h1, #omega-targeted-therapeutics h2, #omega-targeted-therapeutics h3, #omega-targeted-therapeutics h4 { font-family: var(--serif); font-weight: 400; }
#omega-targeted-therapeutics em, #omega-targeted-therapeutics i, #omega-targeted-therapeutics blockquote, #omega-targeted-therapeutics .eyebrow { font-style: normal; }
#omega-targeted-therapeutics a, #omega-targeted-therapeutics a:hover { text-decoration: none; }

:root {
      --navy:      #1F3A4D;
      --cream:     #F5EFE6;
      --sand:      #E0D3BD;
      --brass:     #8B6E55;
      --mist:      #C9D4DC;
      --body-text: rgba(31, 58, 77, 0.76);
      --serif:     'Playfair Display', Georgia, serif;
      --sans:      'DM Sans', -apple-system, sans-serif;
    }
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--cream); font-family: var(--sans); color: var(--navy); overflow-x: hidden; -webkit-font-smoothing: antialiased; }

nav {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 200;
      height: 60px;
      padding: 0 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(245, 239, 230, 0.97);
      backdrop-filter: blur(8px);
      box-shadow: 0 1px 0 rgba(31, 58, 77, 0.09);
    }

.band-cream { background: var(--cream); }
.band-sand  { background: var(--sand); }
.band-navy  { background: var(--navy); }
.section-pad { padding: 56px 24px; }
.max-w { max-width: 720px; }

/* ─── TYPOGRAPHY ─── */
.eyebrow { display: block; font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); margin-bottom: 14px; }
.eyebrow--on-dark { color: var(--brass); }
h1.page-headline { font-family: var(--serif); font-weight: 400; font-size: 40px; color: var(--cream); line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 14px; }
h2.headline { font-family: var(--serif); font-weight: 400; font-size: 28px; color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
h2.headline-light { color: var(--cream); }
.body-copy { font-size: 15px; color: var(--body-text); line-height: 1.85; margin-bottom: 16px; }
.body-copy-light { color: rgba(245,239,230,0.6); }

/* ─── PAGE HERO (theme offsets content below the fixed nav, so no padding-top here) ─── */
.page-hero { padding-top: 0; background: var(--navy); position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 80% 30%, rgba(201,212,220,0.05) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 10% 80%, rgba(139,110,85,0.04) 0%, transparent 55%); pointer-events: none; }
.page-hero-inner { padding: 36px 24px 36px; position: relative; z-index: 2; }
.hero-badge { display: inline-block; font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass); border: 0.5px solid rgba(139,110,85,0.4); padding: 6px 14px; border-radius: 40px; margin-bottom: 22px; }
.program-tagline { font-family: var(--serif); font-size: 19px; font-style: normal; color: rgba(245,239,230,0.78); line-height: 1.4; margin-bottom: 22px; }
.hero-sub { font-family: var(--serif); font-size: 16px; font-style: normal; color: rgba(245,239,230,0.55); line-height: 1.7; margin-bottom: 32px; }
.btn-hero { display: block; font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream); border: 0.5px solid rgba(245,239,230,0.34); padding: 16px 28px; text-align: center; text-decoration: none; transition: border-color 0.3s, color 0.3s; min-height: 48px; }
.btn-hero:hover { border-color: var(--brass); color: var(--brass); }

/* ─── HERO IMAGE PLACEHOLDER (spot-saver until real URL provided) ─── */
.img-ph { background: linear-gradient(160deg, rgba(201,212,220,0.16) 0%, rgba(31,58,77,0) 55%, rgba(139,110,85,0.16) 100%); border: 0.5px dashed rgba(245,239,230,0.22); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px 24px; position: relative; width: 100%; min-height: 300px; border-radius: 3px; }
.img-ph::before { content: ''; position: absolute; inset: 8px; border: 0.5px dashed rgba(245,239,230,0.13); }
.img-ph-tag { font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(224,211,189,0.92); margin-bottom: 8px; }
.img-ph-title { font-family: var(--serif); font-size: 13px; color: rgba(245,239,230,0.62); line-height: 1.48; max-width: 220px; margin-bottom: 6px; }
.img-ph-note { font-size: 10.5px; color: rgba(245,239,230,0.4); line-height: 1.55; max-width: 240px; }
.img-ph-dims { margin-top: 14px; display: inline-block; font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(224,211,189,0.92); border: 0.5px solid rgba(245,239,230,0.32); border-radius: 40px; padding: 6px 13px; }
.img-ph-dims-note { margin-top: 7px; font-size: 9px; letter-spacing: 0.05em; color: rgba(245,239,230,0.32); }
/* Real image replaces the placeholder */
#omega-targeted-therapeutics .tt-img { width: 100%; height: auto; display: block; border-radius: 3px; }

/* ─── THE PATHWAY + INCLUDE CARD ─── */
.program-grid { display: grid; gap: 40px; align-items: start; }
.whofor-card { background: #FBF7F0; border: 0.5px solid rgba(31,58,77,0.1); border-radius: 4px; padding: 32px 28px; position: relative; overflow: hidden; box-shadow: 0 26px 60px rgba(31,58,77,0.12); }
.whofor-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--brass); }
.check-list { display: flex; flex-direction: column; margin-top: 14px; }
.check-item { display: grid; grid-template-columns: 24px 1fr; gap: 15px; align-items: start; padding: 15px 0; border-bottom: 0.5px solid rgba(31,58,77,0.1); }
.check-item:last-child { border-bottom: 0; padding-bottom: 0; }
.check-badge { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(139,110,85,0.5); display: flex; align-items: center; justify-content: center; color: var(--brass); font-size: 9px; margin-top: 1px; }
.check-text { font-size: 15px; color: rgba(31,58,77,0.78); line-height: 1.55; }
.card-note { margin-top: 18px; padding-top: 16px; border-top: 0.5px solid rgba(31,58,77,0.12); font-size: 12.5px; color: rgba(31,58,77,0.55); line-height: 1.62; }

/* ─── OUR APPROACH ─── */
.approach-inner { max-width: 720px; margin: 0 auto; text-align: center; }
.approach-statement { font-family: var(--serif); font-size: 22px; color: var(--navy); line-height: 1.5; margin-top: 28px; padding-top: 26px; border-top: 0.5px solid rgba(139,110,85,0.4); }

/* ─── CTA ─── */
.cta-section { background: var(--navy); padding: 64px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 50% 10%, rgba(201,212,220,0.06) 0%, transparent 60%), radial-gradient(ellipse 50% 50% at 12% 90%, rgba(139,110,85,0.05) 0%, transparent 55%); pointer-events: none; }
.cta-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.cta-statement { font-family: var(--serif); font-size: 24px; color: var(--cream); line-height: 1.42; margin-bottom: 32px; }
.cta-section .btn-hero { display: block; }
.cta-note { margin-top: 16px; font-size: 11.5px; color: rgba(245,239,230,0.3); letter-spacing: 0.04em; }

/* ─── REVEAL ─── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }

/* ════════ TABLET ≥ 768px ════════ */
@media (min-width: 768px) {
  nav { height: 76px; padding: 0 48px; }

  .section-pad { padding: 96px 48px; }
  .eyebrow { font-size: 10.5px; margin-bottom: 18px; }
  h1.page-headline { font-size: clamp(48px, 5.5vw, 66px); margin-bottom: 16px; }
  h2.headline { font-size: clamp(30px, 3.4vw, 42px); margin-bottom: 20px; }
  .body-copy { font-size: 16px; }

  .page-hero-inner { max-width: 1260px; margin: 0 auto; padding: 56px 48px 56px; }
  .hero-grid { display: grid; grid-template-columns: 6fr 5fr; gap: 72px; align-items: center; }
  .program-tagline { font-size: 22px; }
  .hero-sub { font-size: 17px; max-width: 480px; }
  .btn-hero { display: inline-block; }

  .program-grid { grid-template-columns: 1.1fr 0.9fr; gap: 60px; }
  .whofor-card { padding: 40px 36px; }

  .approach-statement { font-size: 26px; margin-top: 32px; padding-top: 30px; }

  .cta-section { padding: 104px 48px; }
  .cta-statement { font-size: 30px; line-height: 1.4; margin-bottom: 36px; }
  .cta-section .btn-hero { display: inline-block; }
}

/* ════════ DESKTOP ≥ 1024px ════════ */
@media (min-width: 1024px) {
  .section-pad { padding: 104px 64px; }
  .page-hero-inner { padding: 56px 64px 56px; }
  nav { padding: 0 64px; }
}
