/* YOUR.Life — NAC Premium Membership page styles */

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

/* #omega-nac content corrections (beat GP class-scoped defaults) */
#omega-nac h1, #omega-nac h2, #omega-nac h3, #omega-nac h4 { font-family: var(--serif); font-weight: 400; }
#omega-nac em, #omega-nac i, #omega-nac blockquote, #omega-nac .eyebrow { font-style: normal; }
#omega-nac a, #omega-nac 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: 38px; 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); }
.breadcrumb { display: flex; align-items: center; gap: 6px; margin-bottom: 28px; flex-wrap: wrap; }
.breadcrumb a, .breadcrumb span { font-size: 9.5px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,239,230,0.28); text-decoration: none; transition: color 0.3s; }
.breadcrumb a:hover { color: var(--brass); }
.breadcrumb .sep { color: rgba(245,239,230,0.14); }
.breadcrumb .current { color: var(--brass); }
.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: 44px 24px 44px; position: relative; z-index: 2; }
.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); }
.intro-wrap { }
.intro-emphasis {
      font-family: var(--serif);
      font-size: 19px;
      font-style: normal;
      color: rgba(31,58,77,0.72);
      line-height: 1.6;
      border-left: 1.5px solid var(--brass);
      padding-left: 22px;
      margin: 28px 0;
    }
.included-cards { display: flex; flex-direction: column; gap: 16px; margin-top: 32px; }
.included-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;
    }
.included-card:hover { border-color: rgba(139,110,85,0.4); }
.included-card::before {
      content: '';
      position: absolute; top: 0; left: 0;
      width: 2px; height: 0;
      background: var(--brass);
      transition: height 0.45s ease;
    }
.included-card:hover::before { height: 100%; }
.included-num { font-family: var(--serif); font-size: 30px; font-style: normal; color: rgba(139,110,85,0.25); line-height: 1; margin-bottom: 16px; }
.included-title { font-family: var(--serif); font-size: 20px; font-weight: 500; color: var(--navy); line-height: 1.28; margin-bottom: 12px; }
.included-body { font-size: 14.5px; color: rgba(31,58,77,0.62); line-height: 1.75; }
.isnt-list { display: flex; flex-direction: column; gap: 0; margin-top: 28px; }
.isnt-item {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 18px 0;
      border-bottom: 0.5px solid rgba(245,239,230,0.08);
    }
.isnt-item:first-child { border-top: 0.5px solid rgba(245,239,230,0.08); }
.isnt-x {
      font-family: var(--sans);
      font-size: 13px;
      color: rgba(139,110,85,0.7);
      flex-shrink: 0;
      margin-top: 2px;
      width: 16px;
      text-align: center;
    }
.isnt-text { font-family: var(--serif); font-size: 16px; font-style: normal; color: rgba(245,239,230,0.55); line-height: 1.55; }
.isnt-text strong { color: var(--cream); font-weight: 400; font-style: normal; }
.testing-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.testing-pill {
      font-size: 12px;
      letter-spacing: 0.04em;
      color: rgba(31,58,77,0.6);
      background: var(--cream);
      border: 0.5px solid rgba(31,58,77,0.14);
      padding: 9px 18px;
      border-radius: 40px;
      font-style: normal;
    }
.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; }
.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-buttons { display: flex; flex-direction: column; gap: 12px; max-width: 320px; margin: 0 auto; }
.btn-primary { display: 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 28px; text-align: center; text-decoration: none; transition: opacity 0.3s; }
.btn-primary:hover { opacity: 0.85; }
.btn-ghost { 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; }
.btn-ghost:hover { border-color: var(--brass); color: var(--brass); }
.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); } }
@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(44px, 5vw, 64px); 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: 0; }
.page-hero-inner { max-width: 1260px; margin: 0 auto; padding: 96px 64px 96px; }
.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; margin-top: 8px; }
.intro-grid { display: grid; grid-template-columns: 6fr 5fr; gap: 88px; align-items: center; }
.intro-emphasis { font-size: 21px; padding-left: 26px; margin: 32px 0; }
.included-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.included-card { padding: 40px 32px; }
.included-title { font-size: 21px; }
.included-body { font-size: 14.5px; }
.isnt-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 88px; align-items: center; }
.isnt-text { font-size: 17px; }
.testing-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 88px; align-items: center; }
.cta-section { padding: 100px 64px; }
.cta-headline { font-size: clamp(34px, 4vw, 48px); }
.cta-body { font-size: 17.5px; margin-bottom: 40px; }
.cta-buttons { flex-direction: row; justify-content: center; max-width: none; gap: 16px; }
.cta-buttons a { padding: 16px 32px; }
    }

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

/* Deeper testing: portrait image — narrow the image column to fit a tall image */
@media (min-width: 768px) {
  #omega-nac .testing-grid { grid-template-columns: 1fr 0.62fr; align-items: center; }
  #omega-nac .nac-img-portrait { max-width: 460px; margin-left: auto; }
}
