
      
    


      
     


      {} *{} {}
     


      #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;
      }
    



 *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { --navy: #053271; --navy-deep: #021d45; --navy-soft: rgba(5,50,113,0.06); --magenta: #900955; --gold: #e8a603; --white: #ffffff; --off-white: #f6f5f0; --text-dark: #12122a; --text-mid: #4a4a6a; --text-light: #8888a8; } html { scroll-behavior: smooth; } body { font-family: 'Nunito Sans', sans-serif; font-weight: 400; color: var(--text-dark); background: var(--white); line-height: 1.75; -webkit-font-smoothing: antialiased; } img { max-width: 100%; display: block; } a { color: inherit; text-decoration: none; } /* ── HEADER ── */ header { background: var(--white); text-align: center; padding: 18px 20px; border-bottom: 1px solid rgba(5,50,113,0.09); position: sticky; top: 0; z-index: 100; } .logo { display: inline-flex; align-items: center; gap: 11px; font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 400; color: var(--navy); letter-spacing: 0.04em; } .logo-img { width: 42px; height: 42px; object-fit: contain; mix-blend-mode: multiply; flex-shrink: 0; } /* ── HERO ── */ .hero { background: var(--navy); color: var(--white); text-align: center; padding: 72px 24px 0; position: relative; overflow: hidden; } .hero-glow { position: absolute; top: -60px; left: 50%; transform: translateX(-50%); width: 700px; height: 400px; background: radial-gradient(ellipse, rgba(144,9,85,0.35) 0%, transparent 70%); pointer-events: none; } .hero-badge { display: inline-block; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 28px; position: relative; } .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 5.5vw, 54px); font-weight: 600; line-height: 1.18; margin-bottom: 22px; max-width: 680px; margin-left: auto; margin-right: auto; position: relative; } .hero-sub { font-size: 16px; color: rgba(255,255,255,0.78); max-width: 560px; margin: 0 auto 14px; font-weight: 300; position: relative; } .hero-micro { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 38px; position: relative; } .btn-primary { display: inline-block; background: var(--gold); color: var(--navy-deep); font-family: 'Nunito Sans', sans-serif; font-weight: 700; font-size: 15px; letter-spacing: 0.04em; padding: 16px 44px; border-radius: 60px; border: none; cursor: pointer; text-decoration: none; transition: transform 0.2s ease, box-shadow 0.2s ease; position: relative; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(232,166,3,0.38); } .hero-image-wrap { margin-top: 52px; position: relative; } .hero-image-wrap img, .hero-img-placeholder { width: 100%; max-width: 620px; margin: 0 auto; border-radius: 14px 14px 0 0; display: block; } .hero-img-placeholder { height: 360px; background: rgba(255,255,255,0.06); border: 1px dashed rgba(255,255,255,0.18); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.3); font-size: 13px; font-style: italic; } /* ── HOW IT WORKS ── */ .how-section { background: var(--off-white); padding: 88px 24px; } .section-label { text-align: center; font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--magenta); font-weight: 600; margin-bottom: 10px; } .section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(26px, 4vw, 40px); font-weight: 400; color: var(--navy); text-align: center; margin-bottom: 10px; line-height: 1.25; } .section-intro { text-align: center; color: var(--text-mid); font-size: 15px; max-width: 580px; margin: 0 auto 56px; font-weight: 300; font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 18px; } .how-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; max-width: 980px; margin: 0 auto; } .how-card { background: var(--white); border-radius: 18px; padding: 38px 30px 34px; border: 1px solid rgba(5,50,113,0.08); } .how-card-num { width: 40px; height: 40px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 20px; color: var(--gold); margin-bottom: 22px; font-weight: 600; } .how-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 600; color: var(--navy); margin-bottom: 14px; } .how-card p { font-size: 14px; color: var(--text-mid); line-height: 1.8; margin-bottom: 12px; } .how-card ul { list-style: none; margin-top: 8px; } .how-card ul li { font-size: 13.5px; color: var(--text-mid); padding: 3px 0; display: flex; align-items: baseline; gap: 8px; } .how-card ul li::before { content: '—'; color: var(--gold); font-weight: 700; flex-shrink: 0; } /* ── STATEMENT BAND ── */ .statement-band { background: var(--navy); padding: 52px 24px; text-align: center; } .statement-band p { font-family: 'Cormorant Garamond', serif; font-size: clamp(19px, 2.8vw, 26px); font-weight: 300; font-style: italic; color: rgba(255,255,255,0.88); max-width: 700px; margin: 0 auto; line-height: 1.55; } .statement-band strong { color: var(--gold); font-style: normal; font-weight: 600; } /* ── BIO ── */ .bio-section { padding: 88px 24px; background: var(--white); } .bio-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; } .bio-label { font-size: 10.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--magenta); font-weight: 600; margin-bottom: 14px; } .bio-text h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(30px, 3.5vw, 42px); font-weight: 600; color: var(--navy); margin-bottom: 22px; line-height: 1.15; } .bio-text p { font-size: 14px; color: var(--text-mid); margin-bottom: 14px; line-height: 1.85; } .bio-text strong { color: var(--text-dark); font-weight: 600; } .bio-photo { border-radius: 18px; overflow: hidden; background: var(--navy); aspect-ratio: 3/4; display: flex; align-items: center; justify-content: center; } .bio-photo img { width: 100%; height: 100%; object-fit: cover; } .bio-photo-placeholder { text-align: center; color: rgba(255,255,255,0.28); font-size: 13px; font-style: italic; padding: 24px; line-height: 1.7; } /* ── TESTIMONIALS ── */ .testimonials-section { background: var(--off-white); padding: 88px 24px; } .featured-quote { max-width: 740px; margin: 0 auto 64px; text-align: center; } .stars { color: var(--gold); font-size: 18px; letter-spacing: 2px; margin-bottom: 18px; } .featured-quote blockquote { font-family: 'Cormorant Garamond', serif; font-size: clamp(18px, 2.4vw, 23px); font-style: italic; font-weight: 300; color: var(--navy); line-height: 1.65; margin-bottom: 18px; } .featured-quote cite { font-size: 13px; font-style: normal; color: var(--text-mid); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; } .testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; max-width: 980px; margin: 0 auto; } .testi-card { background: var(--white); border-radius: 14px; padding: 26px 22px; border: 1px solid rgba(5,50,113,0.07); } .testi-card .stars { font-size: 13px; margin-bottom: 12px; } .testi-card blockquote { font-size: 13.5px; color: var(--text-mid); font-style: italic; line-height: 1.75; margin-bottom: 14px; font-family: 'Cormorant Garamond', serif; font-size: 15px; } .testi-card cite { font-size: 11.5px; font-style: normal; color: var(--navy); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; } /* ── FINAL CTA ── */ .cta-section { background: var(--navy); color: var(--white); text-align: center; padding: 88px 24px; position: relative; overflow: hidden; } .cta-glow { position: absolute; bottom: -80px; left: 50%; transform: translateX(-50%); width: 600px; height: 300px; background: radial-gradient(ellipse, rgba(144,9,85,0.32) 0%, transparent 70%); pointer-events: none; } .cta-section h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4.5vw, 46px); font-weight: 600; margin-bottom: 18px; position: relative; line-height: 1.2; } .cta-section p { color: rgba(255,255,255,0.7); font-size: 16px; margin-bottom: 38px; max-width: 480px; margin-left: auto; margin-right: auto; font-weight: 300; position: relative; } .cta-section .btn-primary { position: relative; } /* ── FOOTER ── */ footer { background: var(--off-white); text-align: center; padding: 28px 24px; border-top: 1px solid rgba(5,50,113,0.08); } footer p { font-size: 11px; color: var(--text-light); line-height: 1.7; } footer a { color: var(--navy); text-decoration: underline; text-underline-offset: 2px; } /* ── RESPONSIVE ── */ @media (max-width: 700px) { .bio-inner { grid-template-columns: 1fr; gap: 40px; } .bio-photo { aspect-ratio: 4/3; order: -1; } .hero { padding: 56px 20px 0; } .how-section, .bio-section, .testimonials-section, .cta-section { padding: 64px 20px; } } @media (max-width: 480px) { .hero-badge { font-size: 9px; letter-spacing: 0.12em; } .btn-primary { padding: 15px 32px; font-size: 14px; } } 

