
      
    


      
     


      {} *{} 
     


      #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 { --livegood-accent: #F15A24; --livegood-accent-soft: rgba(241, 90, 36, 0.12); --livegood-green: #56A72B; --livegood-green-soft: rgba(86, 167, 43, 0.12); --livegood-blue: #4A90E2; --livegood-text-dark: #1F1F1F; --livegood-text-muted: #6F6F6F; --livegood-bg: #E9F6E4; --livegood-surface: #FFFFFF; --livegood-border: #E1E1E1; } /* Base */ html, body { margin: 0; padding: 0; font-family: "Montserrat", Arial, sans-serif; background: var(--livegood-bg); color: var(--livegood-text-dark); } body { line-height: 1.6; } .page { min-height: 100vh; } /* HERO */ .hero { background: radial-gradient(circle at top left, #FFFFFF 0, #F7FFF4 40%, #DCEFD1 100%); border-bottom: 1px solid rgba(0, 0, 0, 0.04); padding: 32px 16px 26px; } .hero-inner { max-width: 900px; margin: 0 auto; text-align: center; } .hero-mark { width: 86px; height: 86px; border-radius: 50%; margin: 0 auto 10px; padding: 6px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08); } .hero-mark img { width: 100%; height: 100%; object-fit: contain; } .hero-eyebrow { font-family: "Bebas Neue", sans-serif; font-size: 15px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--livegood-green); margin-bottom: 4px; } .hero-title { margin: 4px 0; font-family: "Bebas Neue", sans-serif; font-size: 34px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--livegood-text-dark); } .hero-tagline { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--livegood-text-muted); margin-bottom: 10px; } .hero-subtitle { margin: 0 auto; font-size: 14px; max-width: 640px; color: var(--livegood-text-muted); line-height: 1.8; } .hero-subtitle strong { color: var(--livegood-text-dark); } /* MAIN */ .main { padding: 28px 16px 40px; } .main-inner { max-width: 1120px; margin: 0 auto; } /* Manifesto layout */ .manifesto-columns { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr); gap: 24px; align-items: flex-start; } /* Left: Manifesto text */ .manifesto-text-block { background: var(--livegood-surface); border-radius: 16px; padding: 18px 18px 16px; border: 1px solid rgba(0, 0, 0, 0.04); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.03); } .manifesto-label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--livegood-text-muted); margin-bottom: 4px; } .manifesto-heading { font-family: "Bebas Neue", sans-serif; font-size: 24px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--livegood-text-dark); margin-bottom: 6px; } .manifesto-tagline { font-size: 13px; font-weight: 600; color: var(--livegood-green); margin-bottom: 6px; } .manifesto-intro { font-size: 13px; color: var(--livegood-text-muted); margin-bottom: 10px; } .manifesto-list { list-style: none; padding-left: 0; margin: 0 0 10px; } .manifesto-list li { font-size: 13px; color: var(--livegood-text-dark); margin-bottom: 8px; padding-bottom: 6px; border-bottom: 1px dashed var(--livegood-border); } .manifesto-list li:last-child { border-bottom: none; padding-bottom: 0; } .manifesto-list strong { font-weight: 600; color: var(--livegood-text-dark); } .manifesto-bottom-note { font-size: 12px; color: var(--livegood-text-muted); margin-top: 10px; } /* Right: Poster + actions */ .manifesto-poster-card { background: var(--livegood-surface); border-radius: 16px; padding: 18px 18px 14px; border: 1px solid rgba(0, 0, 0, 0.04); box-shadow: 0 10px 26px rgba(0, 0, 0, 0.03); text-align: center; } .poster-frame { border-radius: 14px; overflow: hidden; border: 1px solid var(--livegood-border); background: #F7FFF4; margin-bottom: 10px; } /* Replace src below with your final LiveGood Manifesto card image URL */ .poster-frame img { width: 100%; height: auto; display: block; } .poster-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 6px; } .btn { display: inline-flex; align-items: center; justify-content: center; padding: 9px 18px; border-radius: 999px; font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.08s ease; border: 1px solid transparent; } .btn-gold { background: linear-gradient(135deg, #F5C354, #FF9A3C); color: #050608; box-shadow: 0 6px 18px rgba(245, 195, 84, 0.25); } .btn-gold:hover { box-shadow: 0 10px 25px rgba(245, 195, 84, 0.4); transform: translateY(-1px); } .btn-outline { background: transparent; color: var(--livegood-accent); border-color: var(--livegood-accent); } .btn-outline:hover { background: var(--livegood-accent-soft); } .poster-note { font-size: 12px; color: var(--livegood-text-muted); } /* FOOTER */ .apex-footer { background: #DCEFD1; color: var(--livegood-text-dark); border-top: 1px solid rgba(0, 0, 0, 0.04); margin-top: 40px; padding: 30px 0; text-align: center; } .apex-footer-inner { max-width: 900px; margin: 0 auto; padding: 0 16px; } .footer-links { font-family: "Montserrat", sans-serif; font-size: 13px; color: var(--livegood-text-muted); letter-spacing: 0.03em; margin-bottom: 12px; } .footer-links a { color: var(--livegood-text-dark); text-decoration: none; } .footer-links a:hover { color: var(--livegood-accent); } .footer-copy { font-family: "Montserrat", sans-serif; font-size: 12px; color: var(--livegood-text-muted); } .footer-copy .tagline { text-transform: uppercase; letter-spacing: 0.12em; color: var(--livegood-text-dark); font-size: 11px; } /* RESPONSIVE */ @media (max-width: 900px) { .manifesto-columns { grid-template-columns: minmax(0, 1fr); } .manifesto-poster-card { order: -1; } } @media (max-width: 600px) { .hero { padding-top: 24px; padding-bottom: 22px; } .hero-title { font-size: 30px; } .hero-subtitle { font-size: 13px; } .manifesto-text-block, .manifesto-poster-card { padding: 16px 14px 14px; } } /* Fix LiveGood Manifesto columns pushing out */ /* Make sure the inner wrapper can't overflow */ .main-inner { max-width: 1120px; margin: 0 auto; padding: 0 16px; box-sizing: border-box; width: 100%; } /* Columns behave nicely inside the grid */ .manifesto-columns { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(0, 1.3fr); gap: 24px; align-items: flex-start; } /* Allow the cards to shrink instead of forcing overflow */ .manifesto-text-block, .manifesto-poster-card { min-width: 0; } /* Make it stack earlier on smaller screens so nothing feels squeezed */ @media (max-width: 960px) { .manifesto-columns { grid-template-columns: minmax(0, 1fr); } .manifesto-poster-card { order: -1; /* poster above text on mobile/tablet */ margin-bottom: 16px; } } 

