/* YOUR.Life — Inner Circle page styles */

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

/* #omega-inner-circle content corrections (beat GP class-scoped defaults) */
#omega-inner-circle h1, #omega-inner-circle h2, #omega-inner-circle h3, #omega-inner-circle h4 { font-family: var(--serif); font-weight: 400; }
#omega-inner-circle em, #omega-inner-circle i, #omega-inner-circle blockquote, #omega-inner-circle .eyebrow, #omega-inner-circle .contrast-emphasis { font-style: normal; }
#omega-inner-circle a, #omega-inner-circle 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; }

.eyebrow { display: block; font-family: var(--sans); font-size: 10px; font-style: normal; letter-spacing: 0.2em; color: var(--brass); margin-bottom: 14px; }
h1.page-headline { font-family: var(--serif); font-weight: 400; font-size: 36px; color: var(--cream); line-height: 1.12; letter-spacing: -0.015em; margin-bottom: 20px; }
h1.page-headline em { font-style: normal; }
h2.headline { font-family: var(--serif); font-weight: 400; font-size: 28px; color: var(--navy); line-height: 1.2; margin-bottom: 16px; }
h2.headline em { font-style: normal; }
h2.headline-light { color: var(--cream); }
.lead { font-family: var(--serif); font-size: 16px; font-style: normal; color: rgba(31,58,77,0.62); line-height: 1.72; margin-bottom: 24px; }
.lead-light { color: rgba(245,239,230,0.55); }
.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.55); }
.brass-rule { width: 28px; height: 0.5px; background: var(--brass); margin: 20px 0; }
.text-link { display: inline-block; font-family: var(--sans); font-size: 11px; letter-spacing: 0.09em; color: var(--navy); border-bottom: 0.5px solid var(--brass); padding-bottom: 2px; text-decoration: none; transition: color 0.3s; }
.text-link:hover { color: var(--brass); }
.text-link-light { color: rgba(245,239,230,0.6); border-bottom-color: rgba(139,110,85,0.5); }
.text-link-light:hover { color: var(--brass); }

.page-hero { padding-top: 60px; 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: 10px 24px 52px; 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: 5px 14px; border-radius: 40px; margin-bottom: 22px; }
.hero-sub { font-family: var(--serif); font-size: 17px; font-style: normal; color: rgba(245,239,230,0.55); line-height: 1.68; margin-bottom: 36px; }
.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: 15px 28px; text-align: center; text-decoration: none; transition: border-color 0.3s, color 0.3s; }
.btn-hero:hover { border-color: var(--brass); color: var(--brass); }

/* "Let's be honest" contrast intro */
.contrast-emphasis { font-family: var(--serif); font-size: 26px; font-style: normal; color: var(--navy); line-height: 1.4; margin: 24px 0; }
.contrast-emphasis .strike { color: rgba(31,58,77,0.35); }

/* 5 pillars */
.pillars { display: flex; flex-direction: column; gap: 2px; margin-top: 32px; }
.pillar { background: var(--cream); padding: 28px 24px; position: relative; overflow: hidden; transition: background 0.35s; }
.pillar:hover { background: #EDE5D6; }
.pillar::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--brass); transition: height 0.45s ease; }
.pillar:hover::before { height: 100%; }
.pillar-eyebrow { font-size: 9.5px; letter-spacing: 0.16em; font-style: normal; color: var(--brass); margin-bottom: 8px; display: block; }
.pillar-title { font-family: var(--serif); font-size: 21px; font-weight: 500; color: var(--navy); line-height: 1.25; margin-bottom: 10px; }
.pillar-body { font-size: 14.5px; color: rgba(31,58,77,0.62); line-height: 1.72; }

/* Program cards */
.program-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.program-card { background: var(--cream); border: 0.5px solid rgba(31,58,77,0.1); padding: 32px 24px; position: relative; overflow: hidden; transition: border-color 0.35s; }
.program-card:hover { border-color: rgba(139,110,85,0.4); }
.program-card::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--brass); transition: height 0.45s ease; }
.program-card:hover::before { height: 100%; }
.program-duration { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass); font-style: normal; margin-bottom: 12px; }
.program-name { font-family: var(--serif); font-size: 24px; font-weight: 500; color: var(--navy); line-height: 1.22; margin-bottom: 6px; }
.program-for { font-size: 13px; font-style: normal; color: rgba(31,58,77,0.5); margin-bottom: 16px; }
.program-body { font-size: 14.5px; color: rgba(31,58,77,0.64); line-height: 1.72; margin-bottom: 20px; }
.program-pricing { display: flex; flex-wrap: wrap; gap: 8px 20px; padding: 16px 0; border-top: 0.5px solid rgba(31,58,77,0.1); border-bottom: 0.5px solid rgba(31,58,77,0.1); margin-bottom: 20px; }
.price-label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(31,58,77,0.4); margin-bottom: 3px; }
.price-value { font-family: var(--serif); font-size: 20px; font-style: normal; color: var(--navy); }

/* Precision add-on */
.precision-band { background: var(--navy); padding: 36px 24px; border: 0.5px solid rgba(139,110,85,0.3); position: relative; overflow: hidden; margin-top: 16px; }
.precision-band::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 100%; background: var(--brass); }
.precision-flag { display: inline-block; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--brass); border: 0.5px solid rgba(139,110,85,0.4); padding: 4px 12px; border-radius: 40px; margin-bottom: 14px; }
.precision-name { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--cream); margin-bottom: 6px; }
.precision-price { font-family: var(--serif); font-size: 18px; font-style: normal; color: var(--brass); margin-bottom: 14px; }
.precision-body { font-size: 14.5px; color: rgba(245,239,230,0.55); line-height: 1.75; }

/* Entry-point callout */
.entry-callout { background: var(--sand); padding: 36px 24px; margin-top: 32px; border-left: 1.5px solid var(--brass); }
.entry-text { font-family: var(--serif); font-size: 18px; font-style: normal; color: rgba(31,58,77,0.7); line-height: 1.6; }

/* Inner Circle team packages */
.package-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.package-card { background: var(--cream); border: 0.5px solid rgba(31,58,77,0.1); padding: 32px 24px; position: relative; overflow: hidden; transition: border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease; }
.package-card:hover { border-color: rgba(139,110,85,0.4); transform: translateY(-4px); box-shadow: 0 20px 44px rgba(31,58,77,0.12); }
.package-card::before { content: ''; position: absolute; top: 0; left: 0; width: 2px; height: 0; background: var(--brass); transition: height 0.45s ease; }
.package-card:hover::before { height: 100%; }
.package-name { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--navy); line-height: 1.25; margin-bottom: 12px; }
.package-body { font-size: 14.5px; color: rgba(31,58,77,0.64); line-height: 1.72; margin-bottom: 10px; }
.package-tagline { font-size: 13px; font-style: normal; color: rgba(31,58,77,0.5); line-height: 1.5; margin-bottom: 8px; }
.package-avail { font-size: 11px; color: rgba(139,110,85,0.8); letter-spacing: 0.03em; margin-bottom: 18px; }

/* Image placeholder (team slot still a spot-saver) */
.img-ph {
      background: linear-gradient(135deg, rgba(31,58,77,0.07) 0%, rgba(224,211,189,0.5) 55%, rgba(201,212,220,0.26) 100%);
      border: 0.5px dashed rgba(139,110,85,0.24);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      text-align: center; padding: 32px 24px; position: relative;
      width: 100%; height: 100%; min-height: 240px;
    }
.img-ph::before { content: ''; position: absolute; inset: 8px; border: 0.5px dashed rgba(139,110,85,0.11); }
.img-ph-tag { font-size: 8.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass); margin-bottom: 8px; font-family: var(--sans); }
.img-ph-title { font-family: var(--serif); font-size: 13px; font-style: normal; color: rgba(31,58,77,0.42); line-height: 1.48; max-width: 220px; margin-bottom: 6px; }
.img-ph-note { font-size: 10.5px; color: rgba(31,58,77,0.26); line-height: 1.55; max-width: 240px; }
.img-ph-dims { margin-top: 14px; display: inline-block; font-family: var(--sans); font-size: 9px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brass); border: 0.5px solid rgba(139,110,85,0.4); border-radius: 40px; padding: 6px 13px; line-height: 1.4; }
.img-ph-dims-note { margin-top: 7px; font-size: 9px; letter-spacing: 0.05em; color: rgba(31,58,77,0.3); }

/* CTA closing */
.cta-section { background: var(--navy); padding: 64px 24px; text-align: center; }
.cta-headline { font-family: var(--serif); font-weight: 400; font-size: 32px; color: var(--cream); line-height: 1.2; margin-bottom: 18px; }
.cta-headline em { font-style: normal; }
.cta-body { font-family: var(--serif); font-size: 16px; font-style: normal; color: rgba(245,239,230,0.5); line-height: 1.7; margin-bottom: 36px; }
.cta-note { margin-top: 18px; font-size: 11.5px; font-style: normal; color: rgba(245,239,230,0.2); }
/* Closing CTA matches the hero/header button: brass-outline ghost (.btn-hero) */
.cta-section .btn-hero { display: inline-block; }
.btn-primary { display: inline-block; font-family: var(--sans); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); background: var(--brass); border: 0.5px solid var(--brass); padding: 16px 32px; text-align: center; text-decoration: none; transition: opacity 0.3s; }
.btn-primary:hover { opacity: 0.85; }
.btn-ghost { display: inline-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; }
.btn-ghost:hover { border-color: var(--brass); color: var(--brass); }

/* 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); } }

/* Two-column: Let's Be Honest (image left on desktop) */
.ic-honest-grid { display: grid; gap: 44px; align-items: center; }

/* Two-column: Meet Your Inner Circle (image right) */
.ic-meet-grid { display: grid; gap: 44px; align-items: center; }
.ic-meet-ph {
      background: linear-gradient(150deg, rgba(201,212,220,0.22) 0%, rgba(31,58,77,0) 48%, rgba(139,110,85,0.18) 100%);
      border: 0.5px solid rgba(245,239,230,0.22);
      border-radius: 3px;
    }
.ic-meet-ph::before { border-color: rgba(245,239,230,0.13); }
.ic-meet-ph .img-ph-tag { color: rgba(224,211,189,0.9); }
.ic-meet-ph .img-ph-title { color: rgba(245,239,230,0.62); }
.ic-meet-ph .img-ph-note { color: rgba(245,239,230,0.4); }
.ic-meet-ph .img-ph-dims { color: rgba(224,211,189,0.92); border-color: rgba(245,239,230,0.32); }
.ic-meet-ph .img-ph-dims-note { color: rgba(245,239,230,0.32); }

/* Real images replace the placeholders */
#omega-inner-circle .ic-img { width: 100%; height: auto; display: block; border-radius: 2px; }

/* ── Desktop overrides — 768px and up ── */
@media (min-width: 768px) {
  nav { height: 76px; padding: 0 64px; }

  .section-pad { padding: 100px 64px; }
  .eyebrow { font-size: 10.5px; margin-bottom: 18px; }
  h1.page-headline { font-size: clamp(42px, 5vw, 62px); margin-bottom: 28px; }
  h2.headline { font-size: clamp(32px, 3.5vw, 44px); margin-bottom: 20px; }
  .lead { font-size: clamp(16px, 1.5vw, 18px); margin-bottom: 28px; }
  .body-copy { font-size: 16.5px; margin-bottom: 20px; }
  .brass-rule { width: 36px; margin: 28px 0; }

  .page-hero { padding-top: 76px; }
  .page-hero-inner { max-width: 1260px; margin: 0 auto; padding: 12px 64px 88px; }
  .hero-inner-grid { display: grid; grid-template-columns: 6fr 5fr; gap: 88px; align-items: center; }
  .hero-sub { font-size: 19px; max-width: 460px; }
  .btn-hero { display: inline-block; }

  .max-w { max-width: 760px; }
  .contrast-emphasis { font-size: 32px; margin: 28px 0; }

  .pillars { gap: 2px; margin-top: 48px; }
  .pillar { padding: 36px 40px; display: grid; grid-template-columns: 220px 1fr; gap: 40px; align-items: start; }
  .pillar-title { font-size: 23px; margin-bottom: 0; }
  .pillar-body { font-size: 15px; }

  .program-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
  .program-card { padding: 40px 32px; }

  .precision-band { margin-top: 0; padding: 44px 48px; display: grid; grid-template-columns: 1fr 2fr; gap: 48px; align-items: center; }

  .package-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
  .package-card { padding: 40px 32px; }

  .entry-callout { padding: 40px 48px; }
  .entry-text { font-size: 20px; }

  .cta-section { padding: 100px 64px; }
  .cta-headline { font-size: clamp(34px, 4vw, 48px); }
  .cta-body { font-size: 17.5px; margin-bottom: 40px; }

  .ic-honest-grid { grid-template-columns: 0.9fr 1.1fr; gap: 80px; }
  .ic-honest-media { order: -1; }   /* image to the left column */
  .ic-meet-grid { grid-template-columns: 1.05fr 0.85fr; gap: 80px; }
}
