
      
    


      
     


      {} *{} /*endBaseStyles*/
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 :root { --gold: #be8d48; --gold-light: #e8d2aa; --gold-pale: #f2ddc7; --gold-faint: #be8d480a; --gold-dot-url: url("https://theguidingmatrix.com/images/Frame%20367.png"); --text: #111; --text-soft: #222; --border: #f0dfc5; --white: #ffffff; --radius-pill: 999px; --radius-card: 26px; --radius-section: 34px; --font: "Open Sans", Arial, sans-serif; --shadow-card: 0 18px 40px rgba(0,0,0,0.06); --shadow-deep: 0 26px 60px rgba(0,0,0,0.10); } html, body { margin: 0; padding: 0; font-family: var(--font); color: var(--text); background: #faf8f4; } h1, h2, h3, p { margin: 0; } img { display: block; max-width: 100%; height: auto; } a { color: inherit; text-decoration: none; } .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 28px; border-radius: var(--radius-pill); font-size: 14px; font-weight: 600; text-decoration: none; border: none; cursor: pointer; transition: filter 0.2s ease; font-family: var(--font); } .btn--gold { background: var(--gold); color: var(--white) !important; } .btn--gold:hover { filter: brightness(1.08); } .btn--outline { border: 1px solid var(--border); color: var(--text) !important; background: #fff; } .btn--outline:hover { border-color: var(--gold); } .label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; } .label__dot { flex-shrink: 0; width: 18px; height: 18px; border-radius: 50%; background-image: var(--gold-dot-url); background-size: contain; background-repeat: no-repeat; } .label__text { font-size: 12px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 600; } /* NAV */ .site-nav { background: #000; padding: 0 40px; display: flex; align-items: center; justify-content: center; height: 72px; } .site-nav img { height: 175px; width: auto; } /* HERO */ .hero { background: #000; padding: 72px 20px 64px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, var(--gold), transparent); } .hero__tick { width: 80px; height: 80px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 28px; font-size: 36px; line-height: 1; } .hero__eyebrow { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 14px; } .hero h1 { font-size: 38px; font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 16px; } .hero h1 em { font-style: italic; color: var(--gold-light); } .hero__sub { font-size: 17px; color: rgba(255,255,255,0.7); max-width: 540px; margin: 0 auto; line-height: 1.75; } /* MAIN */ .main { max-width: 720px; margin: 0 auto; padding: 52px 20px 80px; } /* DOWNLOAD CARD */ .download-card { background: #fff; border-radius: var(--radius-section); box-shadow: var(--shadow-deep); overflow: hidden; margin-bottom: 24px; border-top: 4px solid var(--gold); } .download-card__inner { padding: 36px; display: flex; gap: 28px; align-items: center; flex-wrap: wrap; } .download-card__book { flex-shrink: 0; width: 100px; } .download-card__book img { width: 100%; border-radius: 6px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); } .download-card__text { flex: 1; min-width: 200px; } .download-card__label { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 8px; } .download-card__title { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 6px; line-height: 1.2; } .download-card__authors { font-size: 13px; color: var(--text-soft); margin-bottom: 20px; } .download-card__note { font-size: 12px; color: #aaa; margin-top: 10px; } /* SHARE CARD */ .share-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 32px 36px; margin-bottom: 24px; box-shadow: var(--shadow-card); } .share-card__title { font-size: 20px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; } .share-card__body { font-size: 14px; color: var(--text-soft); line-height: 1.7; margin-bottom: 24px; max-width: 540px; } .share-buttons { display: flex; gap: 12px; flex-wrap: wrap; } .share-btn { display: inline-flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: var(--radius-pill); font-size: 13px; font-weight: 600; text-decoration: none; border: 1px solid var(--border); background: #fff; color: var(--text); cursor: pointer; transition: all 0.18s; font-family: var(--font); } .share-btn:hover { border-color: var(--gold); color: var(--gold); } .share-btn__icon { font-size: 16px; } /* SHARE LINK COPY */ .share-link-row { display: flex; gap: 10px; align-items: center; margin-top: 20px; flex-wrap: wrap; } .share-link-row__label { font-size: 13px; color: var(--text-soft); font-weight: 600; flex-shrink: 0; } .share-link-input { flex: 1; min-width: 200px; background: #faf8f4; border: 1px solid var(--border); border-radius: 8px; padding: 10px 14px; font-size: 13px; font-family: var(--font); color: var(--text); outline: none; } .copy-btn { padding: 10px 20px; border-radius: var(--radius-pill); background: var(--gold-pale); border: 1px solid var(--border); font-size: 13px; font-weight: 600; color: var(--text); cursor: pointer; font-family: var(--font); transition: all 0.18s; white-space: nowrap; } .copy-btn:hover { background: var(--gold); color: #fff; border-color: var(--gold); } .copy-confirm { font-size: 12px; color: var(--gold); font-weight: 600; display: none; margin-top: 6px; } .copy-confirm.visible { display: block; } /* ARTICLES */ .articles-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 28px 32px; margin-bottom: 24px; box-shadow: var(--shadow-card); } .articles-card__title { font-size: 17px; font-weight: 700; margin-bottom: 18px; } .article-links { display: flex; flex-direction: column; gap: 10px; } .article-link { display: flex; gap: 14px; align-items: center; background: #faf8f4; border: 1px solid var(--border); border-radius: 14px; padding: 14px 18px; text-decoration: none; transition: border-color 0.18s, box-shadow 0.18s; } .article-link:hover { border-color: var(--gold); box-shadow: 0 4px 14px rgba(190,141,72,0.1); } .article-link__icon { font-size: 18px; flex-shrink: 0; } .article-link__title { font-size: 14px; font-weight: 700; color: var(--text); line-height: 1.35; } .article-link__desc { font-size: 12px; color: var(--text-soft); margin-top: 2px; line-height: 1.5; } .article-link__arrow { margin-left: auto; color: var(--gold); font-size: 16px; flex-shrink: 0; } /* WAITLIST NUDGE */ .nudge-card { background: var(--gold-faint); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: 0 var(--radius-card) var(--radius-card) 0; padding: 24px 28px; display: flex; gap: 24px; align-items: center; flex-wrap: wrap; margin-bottom: 24px; } .nudge-card__text { flex: 1; min-width: 220px; } .nudge-card__title { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 5px; } .nudge-card__body { font-size: 14px; color: var(--text-soft); line-height: 1.65; } /* FACULTY NOTE */ .faculty-note { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-card); padding: 24px 28px; display: flex; gap: 16px; align-items: flex-start; } .faculty-photos { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; } .faculty-photos img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); } .faculty-note__title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 6px; } .faculty-note__body { font-size: 13px; color: var(--text-soft); line-height: 1.7; } /* FOOTER */ .footer { background: #000; border-top: 1px solid #1a1a1a; padding: 28px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; margin-top: 80px; } .footer img { height: 125px; width: auto; } .footer__copy { font-size: 12px; color: #555; } .footer__links { display: flex; gap: 20px; } .footer__links a { font-size: 12px; color: #666; text-decoration: none; } .footer__links a:hover { color: #fff; } @media (max-width: 640px) { .site-nav { padding: 0 20px; } .hero { padding: 52px 20px 48px; } .hero h1 { font-size: 28px; } .download-card__inner { padding: 24px; gap: 20px; } .share-card { padding: 24px 20px; } .articles-card { padding: 20px; } .nudge-card { flex-direction: column; gap: 16px; } .footer { padding: 24px 20px; flex-direction: column; align-items: flex-start; } } 

