body{overflow-x:clip}
body .shpe{--navy:#1A2857;--orange:#F26635;--red:#D43E26;--blue:#1071B8;--steel:#72ABBF;--cream:#F6F4EF;--ink2:#3A4466;--muted:#4A5578;--rust:#B8401C;font-family:'Barlow',Helvetica,Arial,sans-serif;color:var(--navy);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased;text-align:left}
body .shpe *{box-sizing:border-box}
body .shpe .band{width:100vw;margin-left:calc(50% - 50vw);padding:96px 0;background:var(--cream)}
body .shpe .band.white{background:#fff}
body .shpe .band.navy{background:var(--navy);color:#fff}
body .shpe .band.orange{background:var(--orange);color:var(--navy)}
body .shpe .band.tight{padding:56px 0}
body .shpe .wrap{max-width:1280px;margin:0 auto;padding:0 40px}
body .shpe h1,body .shpe h2,body .shpe h3{font-family:'Archivo Black',Impact,sans-serif;font-weight:400;margin:0;color:inherit;letter-spacing:-.005em;text-transform:none}
body .shpe h1{font-size:clamp(40px,5.2vw,72px);line-height:1.03}
body .shpe h2{font-size:clamp(30px,3.4vw,48px);line-height:1.08}
body .shpe h3{font-size:clamp(20px,1.8vw,24px);line-height:1.15}
body .shpe p{margin:0;color:var(--ink2)}
body .shpe .navy p{color:#D6DEEA}
body .shpe .orange p{color:var(--navy)}
body .shpe .lead{font-size:clamp(18px,1.5vw,21px);line-height:1.55;max-width:760px}
body .shpe .stack{display:flex;flex-direction:column;gap:20px}
body .shpe .head{display:flex;flex-direction:column;gap:14px;max-width:820px}
body .shpe .head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:wrap;margin-bottom:40px}
body .shpe .head-row .head{margin-bottom:0}
body .shpe .head{margin-bottom:40px}
body .shpe .eyebrow{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:17px;letter-spacing:.12em;text-transform:uppercase;color:var(--rust)}
body .shpe .navy .eyebrow{color:var(--orange)}
body .shpe .orange .eyebrow{color:var(--navy)}
body .shpe .btns{display:flex;gap:16px;flex-wrap:wrap;align-items:center}
body .shpe a.btn{display:inline-block;background:var(--orange);color:var(--navy);padding:17px 30px;border:2px solid var(--orange);border-radius:4px;text-decoration:none;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:19px;letter-spacing:.06em;text-transform:uppercase;line-height:1.2;text-align:center}
body .shpe a.btn:hover{background:#FF7E52;border-color:#FF7E52}
body .shpe a.btn.navy-btn{background:var(--navy);border-color:var(--navy);color:#fff}
body .shpe a.btn.navy-btn:hover{background:#2B3C6E;border-color:#2B3C6E}
body .shpe a.btn.ghost{background:transparent;border-color:currentColor;color:#fff}
body .shpe .orange a.btn.ghost,body .shpe .white a.btn.ghost{color:var(--navy)}
body .shpe a.btn.ghost:hover{background:rgba(255,255,255,.12)}
body .shpe a.tlink{color:var(--navy);font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:18px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;border-bottom:3px solid var(--orange);padding-bottom:4px}
body .shpe a.tlink:hover{color:var(--rust)}
body .shpe .note{font-size:16px;color:#B8C4D8}
body .shpe .g2,body .shpe .g3,body .shpe .g4,body .shpe .g5{display:grid;gap:24px}
body .shpe .g2{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;align-items:center}
body .shpe .g3{grid-template-columns:repeat(3,minmax(0,1fr))}
body .shpe .g4{grid-template-columns:repeat(4,minmax(0,1fr))}
body .shpe .g5{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
body .shpe .card{background:#fff;border-radius:8px;padding:32px 28px;display:flex;flex-direction:column;gap:14px;border-top:6px solid var(--orange)}
body .shpe .white .card{background:var(--cream)}
body .shpe .card.c-blue{border-top-color:var(--blue)}
body .shpe .card.c-red{border-top-color:var(--red)}
body .shpe .card.c-steel{border-top-color:var(--steel)}
body .shpe .num{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:18px;color:var(--rust)}
body .shpe .c-blue .num{color:var(--blue)} body .shpe .c-red .num{color:#C23822} body .shpe .c-steel .num{color:#3F7589}
body .shpe .card p{font-size:17px;line-height:1.55}
body .shpe .card .tlink{align-self:flex-start;margin-top:auto}
body .shpe .stat{display:flex;flex-direction:column;gap:8px}
body .shpe .stat b{font-family:'Archivo Black',sans-serif;font-weight:400;font-size:clamp(34px,3.6vw,52px);line-height:1;color:var(--navy)}
body .shpe .stat span{font-size:17px;line-height:1.45;color:var(--muted)}
body .shpe .photo{width:100%;border-radius:8px;display:block;object-fit:cover}
body .shpe .ph{width:100%;border-radius:8px;background:#E4ECF0;border:2px dashed #9DB8C4;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;font-family:'Barlow Condensed',sans-serif;font-size:17px;letter-spacing:.08em;text-transform:uppercase;color:#3F5E6B}
body .shpe .navy .ph{background:#2B3C6E;border-color:var(--steel);color:#C9D8E0}
body .shpe .orange .ph{background:#F7926B;border-color:var(--navy);color:var(--navy)}
body .shpe .ev{border:1px solid #E3E1DA;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;background:#fff}
body .shpe .ev .body{padding:28px;display:flex;flex-direction:column;gap:10px}
body .shpe .ev .ph,body .shpe .ev .photo{border-radius:0;border-width:0 0 2px 0;height:200px}
body .shpe .when{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:17px;letter-spacing:.06em;text-transform:uppercase;color:var(--rust)}
body .shpe .row{display:flex;gap:32px;align-items:center;padding:28px;background:#fff;border-radius:8px}
body .shpe .row+.row{margin-top:16px}
body .shpe .date{width:104px;height:104px;flex-shrink:0;border-radius:6px;background:var(--navy);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}
body .shpe .date small{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:18px;letter-spacing:.1em;color:var(--orange)}
body .shpe .date strong{font-family:'Archivo Black',sans-serif;font-weight:400;font-size:32px;line-height:1}
body .shpe .row .info{flex:1;display:flex;flex-direction:column;gap:8px}
body .shpe .tag{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:16px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
body .shpe .logo-slot{height:100px;border:1px dashed #B9C3CF;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#5A6480;background:#fff;padding:12px}
body .shpe .logo-slot img{max-width:100%;max-height:70px;object-fit:contain}
body .shpe .person{display:flex;flex-direction:column;gap:14px}
body .shpe .person .ph,body .shpe .person .photo{aspect-ratio:1/1;height:auto}
body .shpe .person b{font-family:'Archivo Black',sans-serif;font-weight:400;font-size:22px;display:block}
body .shpe .person span{font-family:'Barlow Condensed',sans-serif;font-weight:600;font-size:18px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}
body .shpe .callout{display:flex;align-items:center;gap:24px;padding:32px;background:#fff;border-radius:8px;margin-top:48px;flex-wrap:wrap}
body .shpe .callout p{flex:1;min-width:260px;font-size:19px;color:var(--navy)}
body .shpe .tier{background:#fff;border:1px solid #E3E1DA;border-radius:8px;padding:36px 30px;display:flex;flex-direction:column;gap:18px}
body .shpe .tier.featured{background:var(--navy);border-color:var(--navy);color:#fff}
body .shpe .tier .price{font-family:'Archivo Black',sans-serif;font-size:36px;line-height:1}
body .shpe .tier ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:10px;flex:1}
body .shpe .tier li{font-size:17px;line-height:1.5;color:var(--ink2);margin:0}
body .shpe .tier.featured li{color:#D6DEEA}
body .shpe .tier.featured .eyebrow{color:var(--orange)}
body .shpe .faq{padding:28px 0;border-bottom:1px solid #DAD7CE;display:flex;flex-direction:column;gap:10px}
body .shpe .faq p{max-width:900px}
body .shpe form.nl{display:flex;flex-direction:column;gap:12px}
body .shpe form.nl label{font-weight:600;font-size:16px}
body .shpe form.nl .fields{display:flex;gap:12px;flex-wrap:wrap}
body .shpe form.nl input[type=email]{flex:1;min-width:220px;height:56px;padding:0 18px;border:1.5px solid #8A93AB;border-radius:4px;font-family:'Barlow',sans-serif;font-size:18px;background:#fff;color:var(--navy);margin:0}
body .shpe form.nl button{height:56px;padding:0 30px;border:none;border-radius:4px;background:var(--navy);color:#fff;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:19px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}
body .shpe .contact-item{display:flex;flex-direction:column;gap:8px}
body .shpe .contact-item a{font-size:20px;font-weight:600;color:var(--blue)}
body .shpe .dark-card{background:var(--navy);color:#fff;border-radius:8px;padding:32px;display:flex;flex-direction:column;gap:14px}
body .shpe .dark-card p{color:#D6DEEA}
body .shpe .foot{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px}
body .shpe .foot .col{display:flex;flex-direction:column;gap:12px;font-size:17px}
body .shpe .foot a{color:#fff;text-decoration:none}
body .shpe .foot a:hover{color:var(--orange)}
body .shpe .foot h4{margin:0;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:16px;letter-spacing:.1em;text-transform:uppercase;color:var(--orange)}
body .shpe .foot-base{border-top:1px solid #34457A;margin-top:48px;padding-top:24px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:15px;color:#AEBAD0}
body .shpe .foot-base a{color:#AEBAD0}
@media (max-width:1024px){
 body .shpe .g4{grid-template-columns:repeat(2,minmax(0,1fr))}
 body .shpe .g5{grid-template-columns:repeat(3,minmax(0,1fr))}
 body .shpe .g3{grid-template-columns:repeat(2,minmax(0,1fr))}
 body .shpe .g2{gap:40px}
 body .shpe .foot{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:720px){
 body .shpe .band{padding:60px 0}
 body .shpe .wrap{padding:0 20px}
 body .shpe .g2,body .shpe .g3{grid-template-columns:1fr}
 body .shpe .g4.cards{grid-template-columns:1fr}
 body .shpe .g4.stats{gap:28px 20px}
 body .shpe .g5{grid-template-columns:repeat(2,minmax(0,1fr))}
 body .shpe .g4.tiers,body .shpe .g4.ways{grid-template-columns:1fr}
 body .shpe .btns a.btn{width:100%}
 body .shpe .row{flex-wrap:wrap;gap:16px 18px;padding:22px;align-items:flex-start}
 body .shpe .row .info{flex:1 1 calc(100% - 100px);min-width:0}
 body .shpe .g2>.ph,body .shpe .g2>.photo{height:auto!important;aspect-ratio:4/3}
 body .shpe .row .date{width:80px;height:80px}
 body .shpe .row a.btn{width:100%}
 body .shpe .foot{grid-template-columns:1fr;gap:32px}
 body .shpe .head{margin-bottom:28px}
}

/* ---------- site header (added for the standalone site) ---------- */
html{scroll-behavior:smooth}
body{margin:0;background:#F6F4EF}
body .shpe .site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #E3E1DA}
body .shpe .site-header .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px;padding-top:12px;padding-bottom:12px}
body .shpe .site-header img{width:240px;max-width:52vw;height:auto;display:block}
body .shpe .site-nav{display:flex;align-items:center;gap:24px;font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:17px;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}
body .shpe .site-nav a{color:var(--navy);text-decoration:none;padding-bottom:4px;border-bottom:3px solid transparent}
body .shpe .site-nav a:hover{border-bottom-color:var(--steel)}
body .shpe .site-nav a.here{border-bottom-color:var(--orange)}
body .shpe .site-nav a.join{background:var(--orange);border:none;color:var(--navy);padding:12px 22px;border-radius:4px}
body .shpe .site-nav a.join:hover{background:#FF7E52}
body .shpe .menu-toggle,body .shpe .menu-label{display:none}
@media (max-width:900px){
 body .shpe .menu-label{display:flex;align-items:center;justify-content:center;width:48px;height:48px;cursor:pointer;color:var(--navy)}
 body .shpe .site-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #E3E1DA;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 20px}
 body .shpe .site-nav a{padding:16px 0;border-bottom:1px solid #EFEDE6}
 body .shpe .site-nav a.join{text-align:center;margin-top:12px;padding:16px}
 body .shpe .menu-toggle:checked ~ .site-nav{display:flex}
 body .shpe .site-header .wrap{position:relative}
}

body .shpe form.nl input[type=text],body .shpe form.nl input[type=email],body .shpe form.nl select,body .shpe form.nl textarea{width:100%;padding:14px 16px;border:1.5px solid #8A93AB;border-radius:4px;font-family:'Barlow',sans-serif;font-size:17px;background:#fff;color:var(--navy)}
body .shpe form.nl textarea{resize:vertical}
body .shpe form.nl button{cursor:pointer}
@media (max-width:720px){body .shpe form.nl>div[style*=grid]{grid-template-columns:1fr!important}body .shpe form.nl{padding:24px!important}body .shpe form.nl fieldset div[style*=grid]{grid-template-columns:1fr!important}}
