:root{--navy:#021124;--cream:#F3EADA;--tan:#BA864E;--orange:#D74713;--yellow:#EEC908;--green:#78805A;--ink:#151515;--max:1380px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif;background:var(--cream) url("assets/paper-bg.jpg") center top/cover fixed}img{display:block;max-width:100%}a{color:inherit}.container{width:min(var(--max),calc(100% - 44px));margin:auto}.site-header{height:110px;display:grid;grid-template-columns:300px 1fr auto;align-items:center;gap:24px}.logo img{width:285px}.main-nav{display:flex;justify-content:center;gap:29px;font-size:14px;font-weight:700}.main-nav a{text-decoration:none;position:relative;padding:12px 0}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:3px;background:var(--orange);transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.main-nav a:hover:after,.main-nav a:focus-visible:after,.main-nav a.active:after{transform:scaleX(1)}.header-icons{display:flex;gap:14px}.icon-link{width:39px;height:39px;display:grid;place-items:center;text-decoration:none;border-radius:50%;transition:transform .18s ease,background .18s ease}.icon-link:hover{transform:translateY(-2px);background:rgba(215,71,19,.08)}.icon-link svg{width:23px;height:23px;stroke:var(--navy);stroke-width:1.8;fill:none}.menu-btn{display:none;background:none;border:0;font-size:26px}.hero{display:grid;grid-template-columns:62% 38%;gap:10px;align-items:center;min-height:650px;padding:4px 0 30px}@keyframes sparkle{0%,82%,100%{opacity:0;transform:scale(.2) rotate(0)}87%{opacity:1;transform:scale(1) rotate(45deg)}92%{opacity:.15;transform:scale(.45) rotate(90deg)}}.start-wrap{position:relative;width:100%;background:var(--navy);padding:105px 0 50px;overflow:hidden}.start-wrap:before{content:"";position:absolute;inset:0 0 auto;height:120px;background:url("assets/where-start.webp") center top/cover no-repeat;pointer-events:none}.identity{padding:32px 0 20px}.identity-title{display:flex;align-items:center;gap:22px;justify-content:center;font-size:22px;font-weight:900;text-transform:uppercase;margin-bottom:16px}.identity-title:before,.identity-title:after{content:"";height:1px;background:#4e4a42;flex:1;max-width:420px}.patch-shell{position:relative}.patch-row{display:flex;gap:16px;overflow:auto;scroll-snap-type:x mandatory;padding:8px 4px 18px;scrollbar-width:none}.patch-row::-webkit-scrollbar{display:none}.patch-card{flex:0 0 225px;height:120px;display:grid;place-items:center;padding:12px;background:var(--navy);border-radius:4px;box-shadow:0 10px 18px rgba(0,0,0,.18);scroll-snap-align:start;text-decoration:none;transition:transform .2s ease}.patch-card:hover{transform:translateY(-5px) rotate(-1deg)}.patch-card:nth-child(even):hover{transform:translateY(-5px) rotate(1deg)}.patch-card img{max-height:90px;max-width:100%}.patch-more{color:var(--cream);font-weight:900;text-align:center;line-height:1.05;font-family:Impact,"Arial Narrow",sans-serif;font-size:28px;letter-spacing:.02em;text-transform:uppercase}.patch-more span{color:var(--orange)}.patch-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:0;background:var(--orange);color:white;font-size:22px;z-index:3;cursor:pointer}.patch-arrow.prev{left:-18px}.patch-arrow.next{right:-18px}.shop h2,.resources h2,.founder h2{font-family:Impact,"Arial Narrow",sans-serif;font-size:30px;line-height:1.05;text-transform:uppercase;letter-spacing:.025em;margin:0 0 20px}.testimonials{background:var(--navy);color:white;padding:34px 0;border-top:6px solid var(--yellow);border-bottom:6px solid var(--orange)}.shop{padding:42px 0 48px}.shop h2{text-align:center;font-size:38px;margin-bottom:28px}.shop-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.shop-card{text-decoration:none;text-align:center}.shop-image{height:220px;display:grid;place-items:center;padding:8px;transition:transform .22s ease,filter .22s ease}.shop-image img{max-height:208px;filter:drop-shadow(0 16px 18px rgba(0,0,0,.2));transition:transform .22s ease,filter .22s ease}.shop-card h3{display:inline-block;margin:11px 0 0;font-size:16px;position:relative}.shop-card h3:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;background:var(--orange);transform:scaleX(0);transition:transform .2s ease}.shop-card:hover .shop-image{transform:translateY(-8px) rotate(-1deg)}.shop-card:nth-child(even):hover .shop-image{transform:translateY(-8px) rotate(1deg)}.shop-card:hover .shop-image img{filter:drop-shadow(0 24px 22px rgba(0,0,0,.28))}.shop-card:hover h3:after{transform:scaleX(1)}.resources{background:var(--navy);color:white;padding:40px 0;position:relative;overflow:hidden}.resources:after{content:"FREE";position:absolute;right:-30px;bottom:-45px;font-family:Impact,"Arial Narrow",sans-serif;font-size:180px;color:rgba(238,201,8,.07);transform:rotate(-7deg)}.resources-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:center;position:relative;z-index:1}.resources h2{font-size:42px;color:var(--cream);margin-bottom:11px}.resource-note{font-size:18px;line-height:1.6;color:#eee2d0;border-left:5px solid var(--yellow);padding-left:18px}.resource-links{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.resource-links a{padding:16px 17px;background:var(--cream);color:var(--navy);text-decoration:none;font-weight:900;box-shadow:5px 6px 0 var(--orange);transition:transform .18s ease,box-shadow .18s ease}.resource-links a:hover{transform:translate(-2px,-3px);box-shadow:8px 10px 0 var(--orange)}.founder{padding:44px 0}.founder-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:44px;align-items:center}.founder-copy h2{font-size:38px}.founder-copy p{font-size:17px;line-height:1.65}.founder-photo{position:relative}.founder-photo img{width:100%;filter:drop-shadow(0 18px 20px rgba(0,0,0,.18))}.founder-photo:before,.founder-photo:after{content:"";position:absolute;width:100px;height:30px;background:rgba(186,134,78,.65);z-index:2}.founder-photo:before{left:-22px;top:18px;transform:rotate(-28deg)}.founder-photo:after{right:-24px;bottom:18px;transform:rotate(24deg)}.community{background:url("assets/cork-new.jpg") center/cover;padding:35px 0 30px;border-top:1px solid rgba(0,0,0,.25)}.community-grid{display:grid;grid-template-columns:280px 1fr 360px;gap:34px;align-items:center}.signup{display:flex;gap:12px;align-items:center;flex-wrap:wrap;background:rgba(2,17,36,.88);padding:20px}.signup p{margin:0;color:white;flex:1 1 100%;font-weight:700}.signup input{flex:1;min-width:190px;padding:13px;border:0}.signup button{padding:13px 24px;border:0;background:var(--yellow);font-weight:900}footer{background:var(--navy);color:white;padding:18px 0 14px}.footer-row{display:flex;justify-content:space-between;gap:18px;align-items:center;font-size:12px}.footer-row img{width:175px}.footer-nav{display:flex;gap:22px;flex-wrap:wrap}.footer-nav a{text-decoration:none}@media (max-width:1100px){.site-header{grid-template-columns:240px 1fr auto}.logo img{width:235px}.main-nav{gap:18px}.hero{grid-template-columns:58% 42%;min-height:580px}.community-grid{grid-template-columns:220px 1fr}.signup{grid-column:2}}@media (max-width:900px){.site-header{grid-template-columns:210px 1fr auto}.main-nav{display:none;position:absolute;top:92px;left:20px;right:20px;background:var(--cream);padding:20px;box-shadow:0 14px 30px rgba(0,0,0,.16);z-index:20;flex-direction:column}.main-nav.open{display:flex}.menu-btn{display:block}.hero{grid-template-columns:1fr;min-height:auto}.resources-grid,.founder-grid{grid-template-columns:1fr}.shop-grid{grid-template-columns:repeat(2,1fr)}.community-grid{grid-template-columns:1fr 1fr}.signup{grid-column:1 / -1}}@media (max-width:600px){.container{width:min(var(--max),calc(100% - 24px))}.site-header{height:80px;grid-template-columns:165px 1fr auto}.logo img{width:165px}.header-icons{display:none}.hero{padding-top:8px}.start-wrap{padding:80px 0 26px}.start-wrap:before{height:82px;background-size:auto 100%}.patch-card{flex-basis:200px;height:104px}.patch-arrow{display:none}.shop-grid{grid-template-columns:1fr 1fr}.shop-image{height:170px}.shop-image img{max-height:160px}.resource-links{grid-template-columns:1fr}.founder-grid{gap:22px}.community-grid{grid-template-columns:1fr;text-align:center}.signup{justify-content:center}.signup input{width:100%}.footer-row{flex-direction:column;text-align:center}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.start-wrap{padding:72px 0 50px;background:var(--navy);overflow:hidden}.start-wrap:before{height:96px;background-image:url("assets/where-start-new.webp");background-size:100% 100%;background-position:center top}.identity{overflow:hidden}.patch-shell{padding:0 28px}.patch-row{width:100%;max-width:100%;padding-inline:0}.patch-card{flex:0 0 min(220px,calc((100vw - 120px)/4.6))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.founder-photo img{max-height:520px;object-fit:contain}@media (max-width:760px){.start-wrap{padding-top:52px}.start-wrap:before{height:64px}.patch-shell{padding:0}.patch-card{flex-basis:185px}}.site-header{height:132px;grid-template-columns:390px 1fr auto;gap:28px}.logo img{width:380px;max-height:112px;object-fit:contain}.main-nav{gap:30px;font-size:18px;font-weight:800}.main-nav a{padding:15px 0;transition:font-size .15s ease,font-weight .15s ease}.main-nav a:after{bottom:5px;height:4px}.main-nav a.active:after{transform:scaleX(0)}.main-nav a:hover:after,.main-nav a:focus-visible:after{transform:scaleX(1)}.main-nav a[aria-current="page"]{font-size:1.08em;font-weight:900}.header-icons{gap:18px}.icon-link{width:55px;height:58px;display:flex;flex-direction:column;gap:3px;border-radius:8px;font-size:11px;font-weight:800}.icon-link span{display:block}.icon-link svg{width:25px;height:25px}.hero{grid-template-columns:61% 39%;min-height:680px;gap:6px}@keyframes brainPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.018)}}@keyframes glowPulse{0%,100%{opacity:.18}50%{opacity:.55}}.start-wrap{padding:145px 0 62px;background:var(--navy);overflow:hidden}.start-wrap:before{display:none}.identity{padding-top:38px}.identity-title{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(30px,3vw,46px);letter-spacing:.035em;color:var(--navy);transform:rotate(-.5deg);text-transform:uppercase}.patch-card{flex-basis:245px;height:136px}.testimonials{background:var(--green);color:var(--navy);padding:48px 0;border-top:7px solid var(--yellow);border-bottom:7px solid var(--orange);position:relative}.shop{padding-top:52px}.shop h2{font-size:46px;margin-bottom:10px}.shop-subtext{max-width:790px;margin:0 auto 28px;text-align:center;font-size:18px;line-height:1.55}.shop-card:hover .shop-image{transform:translateY(-12px) rotate(-2deg) scale(1.04)}.shop-card:nth-child(even):hover .shop-image{transform:translateY(-12px) rotate(2deg) scale(1.04)}.resources{background:linear-gradient(135deg,var(--navy) 0 68%,#0b233b 68%);padding:50px 0}.resources h2{font-size:50px}.resource-note{font-size:23px;font-family:Georgia,serif;color:var(--cream);border-left-color:var(--orange)}.resource-links a{font-size:17px;border:2px solid var(--navy)}.founder-grid{grid-template-columns:1.35fr .65fr;gap:60px}.founder-photo{max-width:380px;justify-self:center}.founder-photo img{width:100%}.community{background:url("assets/cork-new.jpg") center/cover;padding:48px 0}.community-grid{grid-template-columns:320px 1fr;justify-content:center}.signup{padding:26px 28px;border:4px solid var(--cream);box-shadow:10px 12px 0 rgba(2,17,36,.55)}.signup p{font-size:18px;line-height:1.45}.signup button{background:var(--orange);color:white}@media (max-width:1100px){.site-header{grid-template-columns:300px 1fr auto}.logo img{width:290px}.main-nav{font-size:15px;gap:18px}.community-grid{grid-template-columns:280px 1fr}}@media (max-width:760px){.site-header{height:92px;grid-template-columns:1fr auto auto}.logo img{width:245px}.hero{grid-template-columns:1fr;min-height:auto}.start-wrap{padding-top:130px}.resources-grid,.founder-grid,.community-grid{grid-template-columns:1fr}.founder-photo{max-width:280px}}.site-header{grid-template-columns:390px 1fr auto}.logo{display:flex;align-items:center;overflow:visible}.logo img{width:380px;height:auto;max-height:none;object-fit:contain;filter:drop-shadow(0 7px 8px rgba(0,0,0,.11))}.icon-link .discord-mark{width:29px;height:23px;fill:var(--navy);stroke:none;overflow:visible}@media (max-width:1100px){.site-header{grid-template-columns:300px 1fr auto}.logo img{width:292px}}@media (max-width:600px){.logo img{width:240px}}.header-icons{gap:18px}.header-icons .icon-link{min-width:48px}.header-icons svg{width:25px;height:25px}.start-wrap{padding:0 0 58px;background:#021124;overflow:hidden}.start-banner{display:block;width:100%;height:220px;object-fit:cover;object-position:center top}@media (max-width:900px){.start-banner{height:170px}}@media (max-width:600px){.start-banner{height:115px}.header-icons{display:none}}.main-nav a::after{transition: none !important;
  animation: none !important;
  transform: none !important;}.main-nav a::after{opacity: 0 !important;
  transform: none !important;
  transition: none !important;}.main-nav a:hover::after,.main-nav a:focus-visible::after{opacity: 1 !important;
  transform: none !important;}.main-nav a.active::after{opacity: 0 !important;}@keyframes ndaf-logo-wiggle{0%, 100% { transform: rotate(0deg); }
  25% { transform: rotate(-0.7deg); }
  75% { transform: rotate(0.7deg); }}.logo img{transform-origin: 45% 55%;}.logo:hover img,.logo:focus-visible img{animation: ndaf-logo-wiggle 260ms ease-in-out 1 !important;}.start-wrap{position:relative !important;
  width:100% !important;
  margin-top:-72px !important;
  padding:0 0 46px !important;
  background:#021124 !important;
  overflow:hidden !important;
  z-index:3 !important;}.start-banner{display:block !important;
  width:calc(100% + 8px) !important;
  max-width:none !important;
  height:340px !important;
  margin:0 -4px !important;
  object-fit:cover !important;
  object-position:center top !important;}@media (max-width:900px){.start-wrap{margin-top:-34px !important;padding-bottom:34px !important}.start-banner{height:230px !important}}.start-wrap{background:var(--navy) !important;
  margin-top:0 !important;
  padding:0 0 56px !important;
  overflow:hidden !important;}.start-banner{width:100% !important;
  height:auto !important;
  object-fit:cover !important;
  object-position:center top !important;
  display:block !important;}.testimonials{background:var(--navy) !important; border-top-color:var(--yellow) !important; border-bottom-color:var(--orange) !important;}.shop-image{box-shadow:0 10px 22px rgba(0,0,0,.12);
  border-radius:4px;}.resources-grid > div:first-child{display:flex; flex-direction:column; justify-content:center;}footer{padding:26px 0 20px;}.footer-row{align-items:center;}.footer-brand{display:flex; align-items:center; gap:24px;}.footer-brand img{width:auto; height:66px; display:block;}.footer-discord{display:block; transition:transform .18s ease;}.footer-discord:hover{transform:translateY(-2px);}.community-grid{display:block !important;}.signup{width:100% !important;}.cp-html{width:min(1500px,calc(100% - 40px));margin:34px auto 0}.cp-html__heading{position:relative;width:100%;height:108px;margin-bottom:14px;overflow:hidden}.cp-html__heading img{width:100%;height:100%;object-fit:fill;display:block}.cp-html__heading-now{position:absolute;right:4.3%;top:31%;font-family:"Comic Sans MS","Bradley Hand",cursive;font-size:clamp(20px,2.1vw,37px);color:#f3eada;text-shadow:0 2px 2px rgba(0,0,0,.45);transform:rotate(-1deg)}.cp-html__main{display:grid;grid-template-columns:minmax(0,1.72fr) minmax(340px,1fr);gap:24px;align-items:stretch}.cp-html__coach,.cp-html__philosophy{height:690px;min-width:0}.cp-html__coach{background:rgba(247,240,226,.96);border:1px solid rgba(2,17,36,.26);padding:12px 18px 14px;display:grid;grid-template-rows:repeat(4,1fr) 1.08fr}.cp-html__row{display:grid;grid-template-columns:94px minmax(220px,1.08fr) minmax(260px,1.28fr) 112px;align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid rgba(2,17,36,.14)}.cp-html__icon{width:78px;height:78px;object-fit:contain;margin-left:0}.cp-html__identity h3{margin:0 0 5px;font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(21px,1.55vw,29px);line-height:1;text-transform:uppercase;color:#021124;letter-spacing:.005em}.cp-html__identity p{margin:0;font-family:"Comic Sans MS","Bradley Hand",cursive;font-size:clamp(15px,1.06vw,20px);line-height:1.12;color:#021124}.cp-html__description{margin:0;font-size:clamp(14px,.98vw,18px);line-height:1.32;color:#111820}.cp-html__link{justify-self:end;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#d74713;font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(17px,1.12vw,22px);line-height:1;text-transform:uppercase;white-space:nowrap}.cp-html__link span{display:block;margin-top:8px;color:#e59c00;font-family:Arial,sans-serif;font-size:29px;line-height:.55;transition:transform .16s ease}.cp-html__link:hover span{transform:translateX(4px)}.cp-html__row--featured{margin:5px 0 0;border:2px solid #d74713;border-radius:4px;padding:9px 10px 9px 8px}.cp-html__row--featured .cp-html__identity-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cp-html__philosophy{display:flex;align-items:center;justify-content:center}.cp-html__philosophy img{display:block;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 16px rgba(0,0,0,.15))}@media (max-width:1150px){.cp-html__main{grid-template-columns:1fr}.cp-html__coach,.cp-html__philosophy{height:auto}.cp-html__coach{min-height:690px}.cp-html__philosophy{max-height:700px}}@media (max-width:760px){.cp-html{width:min(100% - 24px,720px)}.cp-html__heading{height:74px}.cp-html__heading-now{font-size:17px;right:3%;top:34%}.cp-html__coach{display:block;min-height:0;padding:8px 12px}.cp-html__row{grid-template-columns:64px 1fr;gap:8px 12px;padding:15px 0}.cp-html__icon{width:58px;height:58px;grid-row:1/3}.cp-html__description,.cp-html__link{grid-column:2}.cp-html__link{justify-self:start;align-items:flex-start;margin-top:5px}.cp-html__row--featured{padding:12px 8px}}@media (min-width:1151px){.cp-html__main{grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    gap:24px !important;
    align-items:stretch !important;}.cp-html__coach,.cp-html__philosophy{width:100% !important;
    height:490px !important;
    min-height:490px !important;
    max-height:490px !important;
    box-sizing:border-box !important;}.cp-html__coach{padding:7px 14px 8px !important;
    grid-template-rows:repeat(4,minmax(0,1fr)) minmax(0,1.08fr) !important;
    overflow:hidden !important;}.cp-html__row{grid-template-columns:72px minmax(185px,.95fr) minmax(210px,1.18fr) 88px !important;
    gap:10px !important;
    min-height:0 !important;
    height:auto !important;
    padding:5px 0 !important;}.cp-html__icon{width:58px !important;
    height:58px !important;}.cp-html__identity h3{margin-bottom:3px !important;
    font-size:clamp(17px,1.28vw,22px) !important;}.cp-html__identity p{font-size:clamp(13px,.92vw,16px) !important;
    line-height:1.05 !important;}.cp-html__description{font-size:clamp(12px,.82vw,15px) !important;
    line-height:1.22 !important;}.cp-html__link{font-size:clamp(14px,.9vw,17px) !important;}.cp-html__link span{margin-top:5px !important;
    font-size:24px !important;}.cp-html__row--featured{margin-top:3px !important;
    padding:5px 5px 5px 4px !important;}.cp-html__philosophy{align-items:stretch !important;}.cp-html__philosophy img{width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center !important;}}html,body,main{background:var(--cream)!important}.start-wrap{position:relative!important;background:var(--cream)!important;overflow:hidden!important;padding-bottom:54px!important}.start-wrap:after{content:"";position:absolute;left:0;right:0;top:74px;bottom:0;background:var(--navy);z-index:0}.start-banner{position:relative!important;z-index:2!important;display:block!important;width:100%!important;height:auto!important;margin:0!important;object-fit:cover!important}.cp-html{width:min(1500px,calc(100% - 32px))!important;margin:34px auto 30px!important}.cp-html__main{display:grid!important;grid-template-columns:1fr 1fr!important;gap:28px!important;align-items:stretch!important}.cp-html__coach,.cp-html__philosophy-stack{height:520px!important;min-width:0!important}.cp-html__coach{position:relative!important;padding:78px 16px 12px!important;background:rgba(247,240,226,.97)!important;border:1px solid rgba(2,17,36,.24)!important;display:grid!important;grid-template-rows:repeat(4,1fr) 1.05fr!important;overflow:hidden!important}.cp-html__heading{position:absolute!important;left:0!important;right:0!important;top:0!important;width:100%!important;height:70px!important;z-index:2!important;overflow:hidden!important}.cp-html__heading img{width:100%!important;height:100%!important;object-fit:fill!important;display:block!important}.cp-html__heading-now{display:none!important}.cp-html__row{grid-template-columns:62px minmax(185px,.95fr) minmax(220px,1.2fr) 82px!important;gap:12px!important;min-height:0!important;padding:8px 4px!important;align-items:center!important;border-bottom:1px solid rgba(2,17,36,.13)!important;transition:background .18s ease,transform .18s ease!important}.cp-html__row:hover{background:rgba(255,255,255,.6)!important;transform:translateX(3px)!important}.cp-html__row--featured{border:2px solid var(--orange)!important;border-radius:8px!important;margin:5px 0 0!important;padding:7px 4px!important}.cp-html__icon{width:54px!important;height:54px!important;object-fit:contain!important}.cp-html__identity h3{font-size:17px!important;line-height:1.05!important;margin:0 0 2px!important}.cp-html__identity p{font-size:13px!important;line-height:1.12!important;margin:0!important}.cp-html__description{font-size:13px!important;line-height:1.3!important;margin:0!important}.cp-html__link{font-size:12px!important;line-height:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:3px!important;white-space:nowrap!important}.cp-html__link span{font-size:24px!important;line-height:.8!important;transition:transform .18s ease!important}.cp-html__row:hover .cp-html__link span{transform:translateX(4px)!important}.cp-html__philosophy-stack{display:grid!important;grid-template-rows:92px 1fr!important;gap:10px!important}.cp-html__philosophy{height:100%!important;display:flex!important;align-items:stretch!important;justify-content:center!important}.cp-html__philosophy img{width:100%!important;height:100%!important;object-fit:contain!important;filter:none!important}.testimonials-v2{background:var(--navy)!important;color:var(--cream)!important;border:0!important;padding:46px 0!important}.testimonials-v2__inner{display:grid!important;grid-template-columns:minmax(0,1fr) 260px!important;gap:34px!important;align-items:center!important}.testimonials-v2 h2{margin:0 0 24px!important;color:var(--orange)!important;font-family:Impact,"Arial Narrow",sans-serif!important;font-size:clamp(34px,3.2vw,54px)!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.03em!important;filter:opacity(.82) contrast(.92)!important;text-shadow:0 1px 0 rgba(255,255,255,.06)!important}.testimonials-v2__cards{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px!important}.testimonials-v2__card{position:relative!important;min-height:150px!important;padding:22px 17px 18px 26px!important;background:var(--cream)!important;color:var(--navy)!important;border:0!important;box-shadow:0 6px 14px rgba(0,0,0,.18)!important}.testimonials-v2__card p{margin:0!important;font-size:14px!important;line-height:1.45!important}.testimonials-v2__quote{position:absolute!important;left:8px!important;top:2px!important;color:var(--orange)!important;font-family:Georgia,serif!important;font-size:38px!important;line-height:1!important}.testimonials-v2__logo{display:block!important;width:100%!important;height:auto!important;max-height:160px!important;object-fit:contain!important;transform:none!important;filter:none!important}@media (max-width:1000px){.cp-html__main{grid-template-columns:1fr!important}.cp-html__coach,.cp-html__philosophy-stack{height:auto!important}.cp-html__coach{min-height:520px!important}.cp-html__philosophy-stack{grid-template-rows:auto auto!important}.cp-html__philosophy{height:auto!important}.cp-html__philosophy img{height:auto!important}.testimonials-v2__inner{grid-template-columns:1fr!important}.testimonials-v2__logo{max-width:280px!important;margin:10px auto 0!important}.testimonials-v2__cards{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:700px){.cp-html__coach{display:block!important;padding-top:76px!important}.cp-html__row{grid-template-columns:52px 1fr!important;gap:8px 10px!important;padding:12px 4px!important}.cp-html__icon{width:46px!important;height:46px!important;grid-row:1/3!important}.cp-html__description,.cp-html__link{grid-column:2!important}.cp-html__link{align-items:flex-start!important;margin-top:5px!important}.testimonials-v2__cards{grid-template-columns:1fr!important}}body,main{background: var(--cream) !important;}header .logo img{width:clamp(220px,18vw,310px)!important;
  height:auto!important;
  object-fit:contain!important;
  filter:drop-shadow(0 7px 8px rgba(0,0,0,.18))!important;}.main-nav{gap:10px!important}.main-nav a{color:#f3eada!important;
  background:#2b2926!important;
  padding:10px 13px!important;
  border-radius:2px!important;
  box-shadow:0 5px 8px rgba(0,0,0,.22)!important;
  text-shadow:none!important;}.main-nav a:after{background:var(--orange)!important;bottom:3px!important}.main-nav a:hover{transform:translateY(-2px)!important;box-shadow:0 8px 11px rgba(0,0,0,.25)!important}.start-wrap{background:var(--cream)!important;padding-bottom:56px!important;overflow:visible!important}.start-banner{display:block!important;position:relative!important;z-index:2!important;background:transparent!important}.patch-shell{padding:0 54px!important;overflow:visible!important}.patch-arrow{display:grid!important;place-items:center!important;top:50%!important;width:44px!important;height:44px!important;opacity:1!important;visibility:visible!important;box-shadow:0 6px 10px rgba(0,0,0,.22)!important}.patch-arrow.prev{left:4px!important}.patch-arrow.next{right:4px!important}.cp-html__main{grid-template-columns:1fr 1fr!important;gap:28px!important;align-items:stretch!important}.cp-html__coach,.cp-html__philosophy-stack{height:490px!important;min-height:490px!important;max-height:490px!important}.cp-html__philosophy-stack{display:flex!important;align-items:stretch!important;justify-content:center!important}.cp-html__philosophy{height:100%!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important}.cp-html__philosophy img{height:100%!important;width:100%!important;object-fit:contain!important}.cp-html__row--featured{border:2px solid var(--orange)!important;border-radius:8px!important;box-sizing:border-box!important}.cp-html__row{transition:transform .18s ease,background .18s ease!important}.cp-html__row:hover{transform:translateX(4px)!important;background:rgba(238,201,8,.06)!important}.testimonials-v2__inner{grid-template-columns:minmax(0,1fr) 110px!important;gap:32px!important;align-items:center!important}.testimonials-v2__cards{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.testimonials-v2__card{box-shadow:0 12px 18px rgba(0,0,0,.28)!important;
  font-family:"Comic Sans MS","Bradley Hand",cursive!important;
  font-size:17px!important;line-height:1.42!important;
  transform:none!important;}.testimonials-v2__logo{width:96px!important;height:96px!important;object-fit:contain!important;align-self:center!important;justify-self:end!important;margin:0!important;filter:drop-shadow(0 8px 9px rgba(0,0,0,.24))!important}.shop h2{display:inline-block!important;position:relative!important;margin-bottom:28px!important}.shop h2:after{content:"";position:absolute;left:0;bottom:-10px;width:68%;height:5px;background:var(--orange);transform:rotate(-1deg)}@media (max-width:1100px){.main-nav a{padding:8px 9px!important;font-size:13px!important}.cp-html__main{grid-template-columns:1fr!important}.cp-html__coach,.cp-html__philosophy-stack{height:auto!important;min-height:0!important;max-height:none!important}.cp-html__philosophy img{height:auto!important;max-height:620px!important}.testimonials-v2__cards{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:760px){.main-nav a{background:transparent!important;color:var(--navy)!important;box-shadow:none!important}.patch-shell{padding:0!important}.patch-arrow{display:none!important}.testimonials-v2__inner{grid-template-columns:1fr!important}.testimonials-v2__logo{justify-self:center!important}}.start-wrap{background:var(--navy)!important;padding-bottom:54px!important}.cp-html__coach{border:0!important;box-shadow:none!important}.cp-html__heading{left:0!important;right:0!important;width:100%!important}.cp-html__heading img{width:100%!important;height:100%!important;object-fit:fill!important}.testimonials-v2__inner{grid-template-columns:minmax(0,1fr) 120px!important;align-items:center!important}.testimonials-v2__cards{align-items:stretch!important}.testimonials-v2__card{box-shadow:0 12px 20px rgba(0,0,0,.30)!important}.testimonials-v2__logo{width:100px!important;height:100px!important;object-fit:contain!important;justify-self:end!important;align-self:center!important;filter:drop-shadow(0 10px 12px rgba(0,0,0,.35))!important}.shop h2{text-align:center!important;display:table!important;margin-left:auto!important;margin-right:auto!important;position:relative!important;padding-bottom:12px!important}.shop h2:after{content:"";position:absolute;left:12%;right:12%;bottom:0;height:5px;background:var(--orange)}.shop-subtext{color:var(--orange)!important;font-weight:900!important;text-align:center!important;max-width:900px!important}.start-wrap{background:#021124!important}.cp-html__coach{border:0!important;
  outline:0!important;
  box-shadow:none!important;}.cp-html__heading{left:-18px!important;
  right:-18px!important;
  width:calc(100% + 36px)!important;
  max-width:none!important;}.cp-html__heading img{width:100%!important;max-width:none!important;object-fit:fill!important}.testimonials-v2__logo{filter:none!important;box-shadow:none!important}.testimonials-v2__card{box-shadow:0 12px 22px rgba(0,0,0,.28)!important}.shop-subtext{font-family:"Comic Sans MS","Bradley Hand","Segoe Print",cursive!important;
  font-weight:400!important;
  font-size:21px!important;
  line-height:1.45!important;
  letter-spacing:.01em!important;
  transform:rotate(-.25deg);}@keyframes ndaf-grain-dissolve{0%{opacity:0;transform:translateX(-2%) scale(1.02)}30%{opacity:.72}70%{opacity:.4}100%{opacity:0;transform:translateX(2%) scale(1)}}@keyframes ndaf-sparkle-pass{0%{opacity:0;transform:translateY(14px) scale(.75)}35%{opacity:.9}75%{opacity:.45}100%{opacity:0;transform:translateY(-18px) scale(1.08)}}@media (max-width:900px){.cp-html__heading{left:-12px!important;right:-12px!important;width:calc(100% + 24px)!important}}.patch-card,.patch-card img,.patch-shell{filter:none !important;
  box-shadow:none !important;
  text-shadow:none !important;}.testimonials-v2__card{position:relative !important;
  z-index:1 !important;
  box-shadow:0 16px 26px rgba(0,0,0,.48), 7px 8px 0 rgba(0,0,0,.16) !important;
  transform:scale(1) !important;
  transform-origin:center !important;
  transition:transform .22s ease, box-shadow .22s ease !important;}.testimonials-v2__card:hover,.testimonials-v2__card:focus-within{z-index:5 !important;
  transform:scale(1.065) !important;
  box-shadow:0 22px 34px rgba(0,0,0,.58), 9px 10px 0 rgba(0,0,0,.18) !important;}.testimonials-v2__logo{filter:none !important;
  box-shadow:none !important;
  transform:translateY(39px) !important;}.cp-html__identity h3{display:inline-block !important;
  width:auto !important;
  padding-bottom:5px !important;
  border-bottom:4px solid var(--orange) !important;
  transition:color .18s ease !important;}.cp-html__row:hover .cp-html__identity h3,.cp-html__row:focus-within .cp-html__identity h3{color:var(--orange) !important;}.cp-html__heading{height:132px !important;
  margin-bottom:12px !important;}.cp-html__heading img{height:132px !important;
  object-fit:fill !important;}@media (max-width:760px){.testimonials-v2__logo{transform:none !important}.testimonials-v2__card:hover,.testimonials-v2__card:focus-within{transform:scale(1.025) !important}.cp-html__heading,.cp-html__heading img{height:92px !important}}.start-wrap{margin-top:0!important}.start-banner{display:block!important;margin:0!important}.cp-html__heading{height:112px!important;margin-bottom:10px!important}.cp-html__heading img{height:112px!important;object-fit:fill!important}@media (max-width:760px){.cp-html__heading,.cp-html__heading img{height:82px!important}}.start-wrap{margin-top:-52px !important;
  position:relative !important;
  z-index:2 !important;}.cp-html__heading,.cp-html__heading img{height:94px !important;}.cp-html__heading{margin-bottom:8px !important;}.cp-html__heading img{object-fit:fill !important;}.cp-html__row--featured .cp-html__identity-title{display:block !important;}@media (max-width:760px){.start-wrap{margin-top:-22px !important;}.cp-html__heading,.cp-html__heading img{height:76px !important;}}.start-wrap{margin-top:0 !important;
  transform:none !important;}.testimonials-v2__badge-wrap{display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  align-self:center !important;
  justify-self:end !important;}.testimonials-v2__satisfied{color:var(--orange) !important;
  font-family:"Courier New",Courier,monospace !important;
  font-size:18px !important;
  font-weight:700 !important;
  letter-spacing:.03em !important;
  line-height:1 !important;
  text-align:center !important;}.testimonials-v2__badge-wrap .testimonials-v2__logo{margin:0 !important;
  justify-self:auto !important;}@media (max-width:760px){.testimonials-v2__badge-wrap{justify-self:center !important;}}.start-wrap{background:linear-gradient(to bottom,var(--cream) 0 28px,var(--navy) 28px 100%) !important;}.start-banner{position:relative!important;z-index:2!important;}.identity{position:relative!important;padding-top:44px!important;padding-bottom:64px!important;}.identity::after{content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:12px!important;
  width:100vw!important;
  height:118px!important;
  transform:translateX(-50%)!important;
  background:linear-gradient(180deg,rgba(120,128,90,0),rgba(120,128,90,.24) 45%,rgba(120,128,90,.34) 100%)!important;
  pointer-events:none!important;
  z-index:-1!important;}.testimonials-v2__card{box-shadow:10px 12px 0 rgba(243,234,218,.22),0 14px 24px rgba(0,0,0,.52)!important;
  transition:transform .2s ease,box-shadow .2s ease!important;
  transform-origin:center!important;
  z-index:1!important;}.testimonials-v2__card:hover,.testimonials-v2__card:focus-within{transform:scale(1.055)!important;
  box-shadow:13px 16px 0 rgba(243,234,218,.26),0 20px 32px rgba(0,0,0,.6)!important;
  z-index:4!important;}.testimonials-v2 h2{color:#f15a24!important;filter:none!important;}.testimonials-v2__badge-wrap{gap:0!important;align-items:center!important;}.testimonials-v2__satisfied{margin:0 0 -3px -18px!important;
  transform:rotate(-10deg)!important;
  transform-origin:right bottom!important;
  color:var(--orange)!important;
  font-family:"Courier New",Courier,monospace!important;
  font-size:18px!important;
  font-weight:700!important;
  white-space:nowrap!important;
  position:relative!important;
  z-index:2!important;}.testimonials-v2__satisfied span{font-size:1.55em!important;line-height:.7!important;display:inline-block!important;}.testimonials-v2__logo{filter:none!important;box-shadow:none!important;}.cp-html__philosophy{position:relative!important;}.cp-html__philosophy > img{display:block!important;width:100%!important;}@keyframes ndafSparklePop{0%{opacity:0;transform:scale(0) rotate(0)}30%{opacity:1;transform:scale(1.25) rotate(25deg)}68%{opacity:.9;transform:scale(.85) rotate(70deg)}100%{opacity:0;transform:scale(0) rotate(115deg)}}@media (max-width:760px){.identity::after{height:84px!important}.testimonials-v2__satisfied{margin-left:0!important}}.testimonials-v2__card{box-shadow:10px 12px 0 rgba(243,234,218,.11),0 14px 24px rgba(0,0,0,.26) !important;}.testimonials-v2__card:hover,.testimonials-v2__card:focus-within{box-shadow:13px 16px 0 rgba(243,234,218,.13),0 20px 32px rgba(0,0,0,.30) !important;}.testimonials-v2__badge-wrap{gap:0 !important;}.testimonials-v2__satisfied{font-size:27px !important;
  margin:0 0 -13px -16px !important;
  transform:rotate(-10deg) !important;}.testimonials-v2__satisfied span{font-size:1.55em !important;}.identity{position:relative !important;
  isolation:isolate !important;
  background:
    linear-gradient(to bottom,
      transparent 0,
      transparent 31%,
      rgba(120,128,90,.15) 31%,
      rgba(120,128,90,.15) 43%,
      rgba(120,128,90,.30) 43%,
      rgba(120,128,90,.30) 92%,
      rgba(120,128,90,.12) 100%) !important;}.identity::after{display:none !important;}.identity .container{position:relative !important;z-index:1 !important;}@media (max-width:760px){.testimonials-v2__satisfied{font-size:23px !important;margin-bottom:-10px !important;}.identity{background:linear-gradient(to bottom,transparent 0 28%,rgba(120,128,90,.25) 28% 94%,rgba(120,128,90,.1) 100%) !important;}}.identity{position:relative!important;isolation:isolate!important;background:transparent!important;padding-top:44px!important;padding-bottom:58px!important;overflow:visible!important;}.identity::before{content:""!important;position:absolute!important;left:50%!important;top:34px!important;width:100vw!important;height:205px!important;transform:translateX(-50%)!important;background:url("assets/cork-new.jpg") center/cover no-repeat!important;opacity:.58!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 5px 12px rgba(2,17,36,.10)!important;z-index:-1!important;pointer-events:none!important;}.identity::after{display:none!important;}.identity-title{position:relative!important;z-index:2!important;text-shadow:0 1px 0 rgba(243,234,218,.65)!important;}.patch-shell{position:relative!important;z-index:2!important;}.testimonials-v2__card{border-radius:8px!important;overflow:hidden!important;box-shadow:9px 11px 0 rgba(243,234,218,.055),0 13px 22px rgba(0,0,0,.13)!important;}.testimonials-v2__card:hover,.testimonials-v2__card:focus-within{border-radius:8px!important;box-shadow:11px 14px 0 rgba(243,234,218,.065),0 18px 28px rgba(0,0,0,.15)!important;}.testimonials-v2__inner{grid-template-columns:minmax(0,1fr) 165px!important;gap:36px!important;}.testimonials-v2__badge-wrap{justify-self:end!important;transform:translateX(12px)!important;}.testimonials-v2__satisfied{font-size:40px!important;margin:0 0 -12px -10px!important;transform:rotate(-9deg)!important;line-height:.82!important;}.testimonials-v2__satisfied span{font-size:1.55em!important;}.testimonials-v2__logo{width:106px!important;height:106px!important;}.testimonials-v2__inner{grid-template-columns:minmax(0,1fr) 270px!important;}.testimonials-v2__badge-wrap{transform:none!important;position:relative!important;z-index:2!important;overflow:visible!important;}.testimonials-v2__cards{position:relative!important;z-index:1!important;}.shop{position:relative!important;width:100%!important;max-width:none!important;padding:58px max(38px,calc((100vw - 1440px)/2)) 58px!important;background:#eadfcd!important;border-top:5px solid var(--orange)!important;}.shop h2{color:var(--navy)!important;letter-spacing:.025em!important;margin-bottom:13px!important;}.shop h2::after{content:""!important;display:block!important;width:265px!important;max-width:44vw!important;height:5px!important;background:var(--orange)!important;margin:9px auto 0!important;border-radius:999px!important;}.shop-subtext{color:#b94720!important;max-width:920px!important;margin:0 auto 32px!important;font-size:20px!important;}.shop-grid{gap:20px!important;align-items:stretch!important;}.shop-card{display:flex!important;flex-direction:column!important;min-width:0!important;background:#f3eada!important;border:2px solid var(--navy)!important;border-radius:9px!important;overflow:hidden!important;box-shadow:0 8px 16px rgba(2,17,36,.13)!important;transition:transform .22s ease,box-shadow .22s ease!important;}.shop-card:hover,.shop-card:focus-visible{transform:translateY(-4px) scale(1.018)!important;box-shadow:0 14px 24px rgba(2,17,36,.21)!important;outline:none!important;}.shop-image{width:100%!important;height:220px!important;padding:10px!important;background:#f3eada!important;transform:none!important;}.shop-card:hover .shop-image,.shop-card:nth-child(even):hover .shop-image{transform:none!important;}.shop-card h3{display:flex!important;align-items:center!important;justify-content:center!important;min-height:54px!important;width:100%!important;margin:auto 0 0!important;padding:10px 8px!important;background:var(--navy)!important;color:var(--cream)!important;font-family:Impact,"Arial Narrow",sans-serif!important;font-size:17px!important;font-weight:400!important;letter-spacing:.025em!important;text-transform:uppercase!important;}.shop-card h3::after{display:none!important;}.shop-all-button{display:block!important;width:max-content!important;margin:34px auto 0!important;padding:13px 28px!important;background:var(--orange)!important;color:white!important;border:2px solid var(--navy)!important;border-radius:5px!important;box-shadow:5px 5px 0 var(--navy)!important;font-family:Impact,"Arial Narrow",sans-serif!important;font-size:20px!important;letter-spacing:.035em!important;text-transform:uppercase!important;text-decoration:none!important;transition:transform .18s ease,box-shadow .18s ease!important;}.shop-all-button:hover,.shop-all-button:focus-visible{transform:translateY(-2px) scale(1.02)!important;box-shadow:7px 7px 0 var(--navy)!important;outline:none!important;}@media (max-width:900px){.testimonials-v2__inner{grid-template-columns:1fr!important;}.testimonials-v2__badge-wrap{justify-self:center!important;transform:none!important;}.identity::before{height:100%!important;top:18px!important;}.shop{padding-inline:24px!important;}}@media (max-width:600px){.testimonials-v2__satisfied{font-size:31px!important;}.shop{padding-inline:16px!important;}}@keyframes compassClockwiseFinal{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.testimonials-v2__card{box-shadow:8px 10px 0 rgba(243,234,218,.28),0 14px 24px rgba(243,234,218,.13)!important}.testimonials-v2__card:hover,.testimonials-v2__card:focus-within{box-shadow:10px 13px 0 rgba(243,234,218,.36),0 18px 30px rgba(243,234,218,.17)!important}.main-nav a,.main-nav a:link,.main-nav a:visited{color:#2d2b28 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  text-shadow:0 2px 2px rgba(0,0,0,.22) !important;
  transform:none !important;
  padding:12px 8px !important;}.main-nav a::after{content:"" !important;
  position:absolute !important;
  left:8px !important;
  right:8px !important;
  bottom:5px !important;
  height:3px !important;
  background:var(--orange) !important;
  opacity:0 !important;
  transform:none !important;
  transform-origin:initial !important;
  transition:opacity .14s ease !important;
  border-radius:2px !important;}.main-nav a:hover,.main-nav a:focus-visible{color:#2d2b28 !important;
  background:transparent !important;
  box-shadow:none !important;
  transform:none !important;}.main-nav a:hover::after,.main-nav a:focus-visible::after{opacity:1 !important;
  transform:none !important;}.main-nav a.active::after,.main-nav a[aria-current="page"]::after{opacity:0 !important;}@keyframes ndafDustDissolve{0%{opacity:0;transform:translate(0,0) scale(1)}
  18%{opacity:.42;transform:translate(-1%,1%) scale(1.015)}
  36%{opacity:.72;transform:translate(1%,-1%) scale(1.025)}
  58%{opacity:.5;transform:translate(-.5%,.5%) scale(1.015)}
  78%{opacity:.22;transform:translate(.5%,-.5%) scale(1.008)}
  100%{opacity:0;transform:translate(0,0) scale(1)}}@keyframes ndafStaticFlicker{0%{opacity:0;transform:translateX(0)}
  22%{opacity:.28;transform:translateX(-3px)}
  38%{opacity:.5;transform:translateX(3px)}
  52%{opacity:.24;transform:translateX(-1px)}
  70%{opacity:.38;transform:translateX(2px)}
  100%{opacity:0;transform:translateX(0)}}.testimonials-v2__card{box-shadow:8px 10px 0 rgba(243,234,218,.32),0 14px 22px rgba(0,0,0,.16)!important;}.testimonials-v2__card:hover,.testimonials-v2__card:focus-within{box-shadow:10px 13px 0 rgba(243,234,218,.4),0 18px 28px rgba(0,0,0,.2)!important;}.cp-html__link{font-size:15px!important}.cp-html__link span{font-size:27px!important}.sg2-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:36px;
  align-items:center;position:relative;z-index:3;margin-top:18px;}.sg2-card{position:relative;width:100%;aspect-ratio:701/441}.sg2-art{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;display:block}.sg2-or{width:110px;justify-self:center}.sg2-or img{width:100%;display:block;filter:drop-shadow(0 10px 16px rgba(0,0,0,.35))}.sg2-compass{position:absolute;left:8.5%;top:22.5%;width:24.3%;aspect-ratio:1/1;pointer-events:none;transform-origin:50% 50%}.sg2-card--dont:hover .sg2-compass,.sg2-card--dont:focus-within .sg2-compass{animation:sg2Spin .6s ease-in-out 1 both}@keyframes sg2Spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.sg2-hotspot{position:absolute;
  left:calc(var(--l) * 1%);top:calc(var(--t) * 1%);
  width:calc(var(--w) * 1%);height:calc(var(--h) * 1%);
  display:block;overflow:hidden;border-radius:6px;outline-offset:2px;}.sg2-swell{position:absolute;
  width:calc(100% * 100 / var(--w));height:calc(100% * 100 / var(--h));
  left:calc(-1% * var(--l) * 100 / var(--w));top:calc(-1% * var(--t) * 100 / var(--h));
  background-repeat:no-repeat;background-position:0 0;background-size:100% 100%;
  transition:transform .18s ease;
  transform-origin:calc((var(--l) + var(--w) / 2) * 1%) calc((var(--t) + var(--h) / 2) * 1%);
  pointer-events:none;}.sg2-swell--know{background-image:url("assets/start-know-v2-opt.webp")}.sg2-swell--dont{background-image:url("assets/start-dont-v3-opt.webp")}.sg2-hotspot:hover .sg2-swell,.sg2-hotspot:focus-visible .sg2-swell{transform:scale(1.05)}.sg2-hotspot:active .sg2-swell{transform:scale(1.025);transition:transform .08s ease}@media (max-width:900px){.sg2-grid{grid-template-columns:1fr;gap:20px}.sg2-or{order:2}.sg2-card--know{order:1}.sg2-card--dont{order:3}}@media (prefers-reduced-motion:reduce){.sg2-card--dont:hover .sg2-compass,.sg2-card--dont:focus-within .sg2-compass{animation:none}}.cp-html__philosophy-stack{align-items:center!important}.cp-html__philosophy{height:auto!important;min-height:0!important;max-height:none!important;width:100%!important;aspect-ratio:855/568!important;position:relative!important;overflow:visible!important;align-self:center!important;flex:0 0 auto!important;display:block!important}.cp-html__philosophy > img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:contain!important}.persona-wrap{position:relative;overflow:hidden;padding:38px 0 30px;
  background:linear-gradient(to bottom,transparent 0 28%,rgba(120,128,90,.25) 28% 94%,rgba(120,128,90,.1) 100%);}.persona-wrap::before{content:"";position:absolute;left:50%;top:18px;width:100vw;height:100%;
  transform:translateX(-50%);
  background:url("assets/cork-new.jpg") center/cover no-repeat;opacity:.58;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 5px 12px rgba(2,17,36,.10);
  z-index:0;pointer-events:none;}.persona-wrap .container,.persona-title,.persona-subline,.persona-grid{position:relative;z-index:1}.persona-title{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(30px,3vw,46px);
  letter-spacing:.035em;color:var(--navy);transform:rotate(-.5deg);
  text-transform:uppercase;text-align:center;text-shadow:0 1px 0 rgba(243,234,218,.65);
  display:flex;align-items:center;justify-content:center;gap:22px;}.persona-title:before,.persona-title:after{content:"";height:1px;flex:1;max-width:420px;background:rgba(243,234,218,.35);}.persona-subline{text-align:center;color:var(--navy);font-family:Arial,sans-serif;
  font-size:clamp(14px,1.2vw,17px);opacity:.72;margin:2px 0 18px;}.persona-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:8px 4px 18px}.persona-card{height:120px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  padding:12px;background:var(--navy);border-radius:4px;
  box-shadow:0 10px 18px rgba(0,0,0,.18);
  text-decoration:none;transition:transform .2s ease;}.persona-card:hover,.persona-card:focus-visible{transform:translateY(-4px)}.persona-card__icon{font-size:28px;line-height:1}.persona-card__label{color:var(--cream);font-weight:900;text-align:center;line-height:1.05;
  font-family:Impact,"Arial Narrow",sans-serif;font-size:19px;
  letter-spacing:.02em;text-transform:uppercase;}.persona-card--alien{background:var(--orange)}@media (max-width:900px){.persona-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.persona-grid{grid-template-columns:repeat(2,1fr)}.persona-card{height:104px}.persona-card__label{font-size:16px}}#who-you-are,#whats-your-af{scroll-margin-top:24px}.reveal-panel{display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .55s cubic-bezier(.4,0,.2,1);}.reveal-panel.is-revealed{grid-template-rows:1fr}.reveal-panel__inner{overflow:hidden;min-height:0}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-panel{transition:none}}.persona-wrap{background:var(--navy)!important;padding:0!important}.persona-wrap::before{display:none!important}.persona-wrap .reveal-panel__inner .container{padding:26px 0 20px;position:relative}.sg2-card{max-width:80%;margin-inline:auto}.persona-title{color:var(--cream)!important;text-shadow:none!important;}.persona-subline{color:var(--cream)!important;opacity:.75}.persona-grid{background:url("assets/cork-new.jpg") center/cover no-repeat;
  border-radius:10px;padding:22px 22px 26px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),0 8px 16px rgba(0,0,0,.25);}.identity{background:var(--navy)!important;padding:0!important}.identity::before{display:none!important}.identity .reveal-panel__inner .container{padding:28px 0 22px;position:relative}.identity-title{color:var(--cream)!important;text-shadow:none!important;}.identity-title:before,.identity-title:after{background:rgba(243,234,218,.35)!important}.patch-shell{background:url("assets/cork-new.jpg") center/cover no-repeat;
  border-radius:10px;padding:22px 22px 26px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.15),0 8px 16px rgba(0,0,0,.25);}@media (min-width:901px){.cp-html__main{grid-template-columns:minmax(0,460px) minmax(0,1fr)!important;align-items:start!important;
  width:min(1380px,calc(100% - 88px))!important;margin:0 auto!important;
  padding:56px 0!important;}}@media (max-width:900px){.cp-html__main{grid-template-columns:1fr!important;
  width:min(1380px,calc(100% - 48px))!important;margin:0 auto!important;
  padding:40px 0!important;gap:32px!important;}}.cp-html__services-title{font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(22px,2.1vw,30px);
  letter-spacing:.03em;color:var(--navy);text-transform:uppercase;
  line-height:1.1;margin:0 0 14px;padding-bottom:12px;
  border-bottom:3px solid var(--orange);display:inline-block;}.cp-html__explore-all{display:block;margin-top:20px;padding-top:16px;
  border-top:1px solid rgba(2,17,36,.14);
  font-family:Impact,"Arial Narrow",sans-serif;font-size:17px;
  letter-spacing:.03em;text-transform:uppercase;text-decoration:none;
  color:var(--orange);text-align:center;}.cp-html__explore-all span{display:inline-block;transition:transform .18s ease}.cp-html__explore-all:hover span{transform:translateX(6px)}.cp-html__heading{display:none!important}.cp-html__coach{overflow:visible!important;height:auto!important;min-height:0!important;max-height:none!important}.cp-html__row{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;
  gap:16px!important;padding:18px 4px!important;position:relative!important;
  min-height:120px!important;}.cp-html__row:hover,.cp-html__row:focus-within{z-index:30}.cp-html__icon{width:84px!important;height:84px!important;flex:0 0 auto!important}.cp-html__identity{flex:1 1 auto;min-width:0}.cp-html__expand{position:absolute;left:calc(100% + 18px);top:50%;
  width:min(340px,60vw);
  background:var(--cream);border:1px solid rgba(2,17,36,.15);border-radius:8px;
  box-shadow:0 14px 28px rgba(0,0,0,.28);
  padding:16px 20px;
  opacity:0;pointer-events:none;
  transform:translateY(-50%) translateX(-8px);
  transition:opacity .28s ease, transform .28s ease;
  z-index:30;}.cp-html__row:hover .cp-html__expand,.cp-html__row:focus-within .cp-html__expand{opacity:1;transform:translateY(-50%) translateX(0);pointer-events:auto;}.cp-html__expand:before{content:"";position:absolute;left:-7px;top:50%;transform:translateY(-50%) rotate(45deg);
  width:14px;height:14px;background:var(--cream);
  border-left:1px solid rgba(2,17,36,.15);border-bottom:1px solid rgba(2,17,36,.15);}.cp-html__expand .cp-html__description{margin:0 0 8px!important}.cp-html__expand .cp-html__link{margin:0!important;justify-self:start!important;align-items:flex-start!important}@media (max-width:900px){.cp-html__row{flex-wrap:wrap!important}.cp-html__expand{position:static;width:auto;left:auto;top:auto;transform:none!important;
    display:grid;grid-template-rows:0fr;opacity:1;pointer-events:auto;
    background:none;border:0;box-shadow:none;padding:0;flex-basis:100%;
    transition:grid-template-rows .3s ease;}.cp-html__expand:before{display:none}.cp-html__row:hover .cp-html__expand,.cp-html__row:focus-within .cp-html__expand{grid-template-rows:1fr}.cp-html__expand > *{overflow:hidden;min-height:0}}@media (prefers-reduced-motion:reduce){.cp-html__expand{transition:none}}.cp-html__philosophy{height:auto!important;width:100%!important;max-width:none!important;
  aspect-ratio:1500/1300!important;justify-self:stretch!important;}.cp-html__philosophy-stack,.cp-html__main,.cp-html{height:auto!important;min-height:0!important;max-height:none!important}.hero--v2{display:block!important;grid-template-columns:none!important;min-height:0!important;padding:0!important}.hero-full-image{width:96%;display:block;margin:0 auto;border-radius:6px;box-shadow:0 18px 30px rgba(2,17,36,.18)}.cp-html{background:var(--orange)!important;width:100%!important;margin:0!important;max-width:none!important}.cp-html__coach{background:var(--cream)!important;box-shadow:0 10px 24px rgba(2,17,36,.15);
  border-radius:8px;padding:22px!important;display:block!important;
  position:relative;overflow:hidden;}.cp-html__coach::before{content:"";position:absolute;inset:0;
  background:url("assets/paper-bg.jpg") center/cover;opacity:.16;
  mix-blend-mode:multiply;pointer-events:none;}.cp-html__coach > *{position:relative}.cp-html__row{gap:20px!important;padding:14px 4px!important}.cp-html__icon{width:90px!important;height:90px!important;box-shadow:0 6px 14px rgba(2,17,36,.22);border-radius:6px}.cp-html__services-title{margin-bottom:8px!important}.cp-html__identity h3{font-size:24px!important;line-height:1.05!important;margin:0 0 4px!important;letter-spacing:.01em!important}.cp-html__identity p{font-size:16px!important;line-height:1.2!important;margin:0!important}.cp-html__expand .cp-html__description{font-size:15px!important;line-height:1.4!important}.cp-html__link{font-size:17px!important}.cp-html__explore-all{margin-top:10px!important}.cp-html__philosophy{background:none!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.cp-html__philosophy > img{border-radius:0!important;box-shadow:none!important;filter:drop-shadow(0 16px 22px rgba(2,17,36,.35))!important}.cp-html__services-title,.cp-html__row h3,.cp-html__row p,.cp-html__description,.cp-html__identity-title h3{color:var(--navy)!important}.cp-html__link{color:var(--navy)!important}@media (max-width:760px){.patch-row{display:grid!important;grid-template-columns:repeat(2,1fr)!important;
    overflow:visible!important;scroll-snap-type:none!important;
    width:100%!important;gap:12px!important;}.patch-card{flex:none!important;width:100%!important;height:104px!important}}@media (max-width:640px){.testimonials-v2__satisfied{margin-bottom:0!important}.testimonials-v2__badge-wrap{gap:28px!important}}.shop-card--placeholder{display:flex!important;flex-direction:column;align-items:center;justify-content:center;
  gap:10px;background:var(--navy);border-radius:6px;}.shop-card--placeholder .shop-image{display:flex;align-items:center;justify-content:center;
  background:var(--navy);}.shop-card--placeholder .shop-image span{font-size:40px}.shop-card--placeholder h3{color:var(--cream)!important}


/* Accessibility remediation: WCAG 2.2 AA baseline */
:root{--orange-accessible:#B3360C;--focus-yellow:#FFE34D}
[hidden]{display:none!important}

.skip-link{position:fixed;left:16px;top:12px;z-index:10000;padding:12px 18px;background:var(--navy);color:var(--cream);font-weight:900;text-decoration:none;border:3px solid var(--focus-yellow);transform:translateY(-160%);transition:transform .15s ease}
.skip-link:focus{transform:translateY(0)}

:where(a,button,input,summary):focus-visible{outline:3px solid var(--focus-yellow)!important;outline-offset:3px!important;box-shadow:0 0 0 6px var(--navy)!important}
.shop-card:focus-visible,.shop-all-button:focus-visible{outline:3px solid var(--focus-yellow)!important;outline-offset:3px!important;box-shadow:0 0 0 6px var(--navy)!important}

.hero-image-heading,.start-image-heading,.sg2-card-title,.philosophy-image-heading{margin:0;padding:0;font:inherit}
.hero-image-heading{display:block}
.sg2-card-title{line-height:0}

.menu-btn{min-width:44px;min-height:44px;cursor:pointer;border-radius:6px;color:var(--navy)}
.menu-btn__icon{display:block;line-height:1}

.sg2-hotspot{appearance:none;-webkit-appearance:none;border:0;padding:0;background:transparent;cursor:pointer;color:inherit;font:inherit}
.hotspot-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.reveal-panel[aria-hidden="true"]{visibility:hidden}
.reveal-panel[aria-hidden="false"]{visibility:visible}

.patch-arrow{min-width:44px!important;min-height:44px!important}
.patch-arrow:disabled{opacity:.42!important;cursor:not-allowed!important}

.cp-html__services-title{display:block;width:max-content}
.cp-html__row{display:block!important;position:relative!important;overflow:visible!important}
.cp-html__summary{display:flex;align-items:center;gap:20px;min-height:90px;padding:0 4px;cursor:pointer;list-style:none}
.cp-html__summary::-webkit-details-marker{display:none}
.cp-html__summary::marker{content:""}
.cp-html__summary .cp-html__identity{flex:1 1 auto;min-width:0}
.cp-html__disclosure-icon{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border:2px solid var(--navy);border-radius:50%;font-family:Arial,sans-serif;font-size:25px;font-weight:700;line-height:1;transition:transform .18s ease,background .18s ease}
.cp-html__row[open] .cp-html__disclosure-icon{transform:rotate(45deg);background:rgba(238,201,8,.22)}
.cp-html__row:not([open])>.cp-html__expand{display:none!important}
.cp-html__row[open]>.cp-html__expand{display:block!important;opacity:1!important;transform:translateY(-50%) translateX(0)!important;pointer-events:auto!important}
.cp-html__row[open]{z-index:31}

.shop-subtext,.founder-link,.cp-html__explore-all{color:var(--orange-accessible)!important}
.shop-all-button,.signup button,.persona-card--alien{background:var(--orange-accessible)!important;color:#fff!important}
.founder-link{font-weight:900}

.persona-title,.identity-title{margin-top:0}
.persona-card{height:auto!important;min-height:120px}
.patch-card{height:auto!important;min-height:120px}

.signup{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:12px 16px;align-items:end;text-align:left}
.signup h2,.signup>p,.signup #newsletter-status{grid-column:1/-1}
.signup h2{margin:0;color:#fff;font-family:Impact,"Arial Narrow",sans-serif;font-size:28px;line-height:1.1;text-transform:uppercase;letter-spacing:.025em}
.signup>p{margin:0;color:#fff;font-weight:700;line-height:1.5}
.signup-field{display:flex;flex-direction:column;gap:6px;min-width:0}
.signup label{color:#fff;font-weight:900}
.signup input{width:100%;min-height:48px;border:2px solid transparent;border-radius:3px;font-size:16px;color:var(--navy);background:#fff}
.signup input[aria-invalid="true"]{border-color:#C81E1E}
.signup-help{color:#fff;font-size:13px;line-height:1.35}
.signup-error{color:#fff;background:#8B1111;padding:7px 9px;font-weight:700;font-size:14px;line-height:1.35}
.signup button{min-height:48px;cursor:pointer;font-size:16px;border:2px solid #fff;border-radius:3px}

.footer-nav a{display:inline-flex;align-items:center;min-height:44px;padding:6px 2px}

@media (max-width:900px){
  .cp-html__summary{min-height:96px}
  .cp-html__expand{position:static!important;width:auto!important;left:auto!important;top:auto!important;transform:none!important;opacity:1!important;pointer-events:auto!important;background:none!important;border:0!important;box-shadow:none!important;padding:0!important;transition:none!important}
  .cp-html__row[open]>.cp-html__expand{display:grid!important;grid-template-rows:1fr!important}
  .cp-html__row:not([open])>.cp-html__expand{display:none!important}
  .cp-html__expand:before{display:none!important}
  .cp-html__expand>*{overflow:hidden;min-height:0}
}

@media (max-width:600px){
  .signup{grid-template-columns:1fr;text-align:left}
  .signup h2,.signup>p,.signup #newsletter-status{grid-column:1}
  .signup button{width:100%}
  .persona-card{min-height:104px}
  .patch-card{min-height:104px}
}

@media (forced-colors:active){
  body{background:Canvas;color:CanvasText}
  .sg2-card{max-width:none;border:2px solid CanvasText;padding:16px;margin-block:12px}
  .sg2-art,.sg2-compass,.sg2-or,.start-banner{display:none!important}
  .sg2-card-title{font-family:Impact,"Arial Narrow",sans-serif;font-size:28px;line-height:1.2;text-transform:uppercase;margin-bottom:12px}
  .start-image-heading::after,.sg2-card-title::after{content:attr(data-title)}
  .start-image-heading{display:block;color:CanvasText;font-family:Impact,"Arial Narrow",sans-serif;font-size:32px;line-height:1.2;text-align:center;text-transform:uppercase;padding:20px}
  .sg2-hotspot{position:static!important;display:inline-flex!important;width:auto!important;height:auto!important;inset:auto!important;margin:5px!important;padding:11px 14px!important;border:2px solid ButtonText!important;background:ButtonFace!important;color:ButtonText!important;text-decoration:underline!important}
  .sg2-swell{display:none!important}
  .hotspot-label{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}
  .persona-grid,.patch-shell,.community{background:Canvas!important}
  .persona-card,.patch-card,.resource-links a,.shop-card,.signup{border:2px solid CanvasText!important;box-shadow:none!important}
  .cp-html__coach::before,.resources::after{display:none!important}
}

@media (prefers-reduced-motion:reduce){
  .skip-link,.cp-html__disclosure-icon,.cp-html__expand{transition:none!important}
}


/* Reflow and text-expansion corrections */
html,body{max-width:100%;overflow-x:clip}
.site-header,.main-nav,.resources-grid,.resource-links,.cp-html__summary,.cp-html__identity{min-width:0}
.main-nav{flex-wrap:wrap}
.resource-links a,.cp-html__identity h3,.cp-html__identity p{overflow-wrap:anywhere}

@media (max-width:1400px) and (min-width:901px){
  .site-header{grid-template-columns:300px minmax(0,1fr) auto!important;gap:16px!important}
  .logo img{width:290px!important}
  .main-nav{gap:14px!important;font-size:15px!important}
}

@media (max-width:900px){
  .site-header{grid-template-columns:minmax(0,1fr) auto 44px!important;gap:10px!important}
  .logo{min-width:0;overflow:hidden;grid-column:1}
  .logo img{width:min(245px,100%)!important}
  .header-icons{grid-column:2;justify-self:end}
  .menu-btn{grid-column:3;justify-self:end}
  .resources-grid,.resource-links{min-width:0;width:100%}
  .resource-links a{min-width:0;max-width:100%}
}

@media (max-width:480px){
  .site-header{width:calc(100% - 24px)!important}
  .logo img{width:min(210px,100%)!important}
  .cp-html__summary{gap:9px!important;padding-inline:0!important}
  .cp-html__summary .cp-html__icon{flex-basis:58px!important;width:58px!important;height:58px!important}
  .cp-html__disclosure-icon{flex-basis:30px;width:30px;height:30px;font-size:22px}
  .cp-html__identity h3{font-size:18px!important}
  .shop-all-button{max-width:100%!important;width:fit-content!important;padding-inline:18px!important;font-size:17px!important;text-align:center}
  .resources-grid>*{min-width:0}
  .resource-links a{overflow-wrap:anywhere;word-break:normal}
}

/* Restore hover-to-preview on the coaching rows. This is additive: the
   native <details>/<summary> click-to-toggle keeps working exactly as
   before (and still gives screen readers a proper expanded/collapsed
   announcement when actually activated) - hover and keyboard focus just
   ALSO reveal the same content visually, for sighted mouse/keyboard users
   who prefer not to click. */
.cp-html__row:hover>.cp-html__expand,
.cp-html__row:focus-within>.cp-html__expand{
  display:block!important;
}
@media(hover:none){
  /* Touch devices have no hover - don't force this open, let tap/click
     (native details behavior) keep working as the only trigger. */
  .cp-html__row:hover>.cp-html__expand{display:revert!important}
}

/* V63 responsive corrections: header, AF tiles, coaching preview, testimonial badge, resources, footer */
@media (max-width:900px){
  .site-header{
    grid-template-columns:minmax(0,1fr) auto 44px!important;
    grid-template-rows:1fr!important;
    grid-auto-rows:0!important;
    align-items:center!important;
    column-gap:8px!important;
  }
  .logo,
  .header-icons,
  .menu-btn{
    grid-row:1!important;
    align-self:center!important;
  }
  .logo{grid-column:1!important;min-width:0!important;overflow:hidden!important}
  .header-icons{
    grid-column:2!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    gap:4px!important;
    min-width:max-content!important;
  }
  .menu-btn{grid-column:3!important;justify-self:end!important;margin:0!important}
}

@media (max-width:520px){
  .site-header{width:calc(100% - 20px)!important;column-gap:5px!important}
  .logo img{width:min(170px,100%)!important;max-height:72px!important}
  .header-icons .icon-link{
    position:relative!important;
    flex:0 0 44px!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    padding:0!important;
    gap:0!important;
  }
  .header-icons .icon-link span{
    position:absolute!important;
    width:1px!important;
    height:1px!important;
    padding:0!important;
    margin:-1px!important;
    overflow:hidden!important;
    clip:rect(0,0,0,0)!important;
    white-space:nowrap!important;
    border:0!important;
  }
  .header-icons .icon-link svg{width:24px!important;height:24px!important}
  .header-icons .icon-link .discord-mark{width:27px!important;height:22px!important}
}

@media (max-width:360px){
  .logo img{width:min(145px,100%)!important}
  .header-icons{gap:1px!important}
  .site-header{column-gap:2px!important}
}

@media (max-width:760px){
  .patch-row{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  .patch-card{
    width:100%!important;
    min-height:0!important;
    height:auto!important;
    aspect-ratio:2/1!important;
    padding:3px!important;
    overflow:hidden!important;
    box-shadow:0 6px 10px rgba(0,0,0,.16)!important;
  }
  .patch-card img{
    width:100%!important;
    height:auto!important;
    max-width:100%!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  .patch-more{font-size:clamp(19px,5.6vw,25px)!important;padding-inline:8px!important}
}

/* Mouse users get hover-to-preview. Native details click/tap remains available
   for touch, keyboard and screen-reader users, including expanded/collapsed announcements. */
@media (hover:hover) and (pointer:fine) and (min-width:901px){
  .cp-html__row:not([open]):not(.hover-preview-suppressed):hover>.cp-html__expand,
  .cp-html__row:not([open]):not(.hover-preview-suppressed):focus-within>.cp-html__expand{
    display:block!important;
    opacity:1!important;
    transform:translateY(-50%) translateX(0)!important;
    pointer-events:auto!important;
  }
  .cp-html__row:not([open]):not(.hover-preview-suppressed):hover .cp-html__disclosure-icon,
  .cp-html__row:not([open]):not(.hover-preview-suppressed):focus-within .cp-html__disclosure-icon{
    transform:rotate(45deg)!important;
    background:rgba(238,201,8,.22)!important;
  }
}

@media (hover:hover) and (pointer:fine) and (max-width:900px){
  .cp-html__row:not([open]):not(.hover-preview-suppressed):hover>.cp-html__expand,
  .cp-html__row:not([open]):not(.hover-preview-suppressed):focus-within>.cp-html__expand{
    display:grid!important;
    grid-template-rows:1fr!important;
    opacity:1!important;
    transform:none!important;
    pointer-events:auto!important;
  }
}

.testimonials-v2__badge-wrap{
  gap:3px!important;
  align-items:center!important;
}
.testimonials-v2__satisfied{
  margin:0 0 -5px!important;
  transform:rotate(-6deg)!important;
  transform-origin:center bottom!important;
  font-size:clamp(24px,2.15vw,34px)!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.testimonials-v2__logo{
  width:104px!important;
  height:104px!important;
  max-width:104px!important;
  max-height:104px!important;
  object-fit:contain!important;
  margin:0!important;
  transform:none!important;
}

@media (max-width:760px){
  .testimonials-v2__badge-wrap{
    flex-direction:row!important;
    justify-content:center!important;
    justify-self:center!important;
    gap:7px!important;
    margin-top:12px!important;
  }
  .testimonials-v2__satisfied{
    margin:0 -3px 0 0!important;
    font-size:28px!important;
    transform:rotate(-5deg)!important;
  }
  .testimonials-v2__logo{
    width:82px!important;
    height:82px!important;
    max-width:82px!important;
    max-height:82px!important;
  }

  .resources .resources-grid{
    width:calc(100% - 36px)!important;
    margin-inline:auto!important;
  }

  .footer-brand{
    flex-direction:column!important;
    justify-content:center!important;
    gap:12px!important;
  }
  .footer-brand>img{
    width:min(190px,62vw)!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  .footer-discord{
    width:min(230px,76vw)!important;
    max-width:100%!important;
  }
  .footer-discord img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    aspect-ratio:4/1!important;
    object-fit:contain!important;
  }
}

.cp-html__row.hover-preview-suppressed:not([open])>.cp-html__expand{display:none!important}
@media (max-width:760px){.patch-card{overflow:visible!important}}
@media (hover:hover) and (pointer:fine) and (min-width:901px){.cp-html__coach{overflow:visible!important}}


/* V64 requested refinements: AF cork spacing, hover coaching, six-card shop, mobile footer icon */
.footer-discord__mobile-icon{display:none}

/* Match the AF grid to the persona grid: individual navy tiles, cork gutters
   between them, and a cork border around the outside of the group. */
.patch-shell{padding:22px!important}
.patch-row{gap:16px!important;padding:0!important}
.patch-card:not(.patch-more){
  background:var(--navy)!important;
  border-radius:4px!important;
  box-shadow:0 10px 18px rgba(0,0,0,.18)!important;
  padding:9px!important;
  overflow:hidden!important;
}
.patch-card:not(.patch-more) img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
}
.patch-more{box-shadow:0 10px 18px rgba(0,0,0,.18)!important}

/* Six shop categories stay in one row above the mobile breakpoint. */
.shop-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:14px!important;
  align-items:stretch!important;
}
.shop-card{
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
}
.shop-image{
  height:170px!important;
  min-height:170px!important;
  padding:8px!important;
}
.shop-image img{max-height:158px!important}
.shop-image--symbol{
  background:var(--cream)!important;
  color:var(--orange-accessible)!important;
  font-family:Georgia,serif!important;
  font-size:94px!important;
  font-weight:900!important;
  line-height:1!important;
}
.shop-image--symbol span{transform:rotate(-7deg);filter:drop-shadow(0 12px 12px rgba(2,17,36,.18))}
.shop-card__copy{
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  min-height:106px!important;
  padding:12px 8px 13px!important;
  background:var(--navy)!important;
  color:var(--cream)!important;
  text-align:center!important;
}
.shop-card__copy h3{
  display:block!important;
  width:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  color:var(--cream)!important;
  font-size:clamp(14px,1.15vw,17px)!important;
  line-height:1.08!important;
}
.shop-card__copy p{
  margin:0!important;
  color:var(--yellow)!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.2!important;
}

/* Coaching descriptions expand in normal document flow directly below the
   row text. JavaScript opens the native details element on mouse hover; native
   keyboard and touch activation remain available. */
.cp-html__expand{
  position:static!important;
  left:auto!important;
  top:auto!important;
  width:auto!important;
  transform:none!important;
  opacity:1!important;
  pointer-events:auto!important;
  background:none!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  display:grid!important;
  grid-template-rows:0fr!important;
  transition:grid-template-rows .24s ease!important;
}
.cp-html__expand::before{display:none!important}
.cp-html__expand-inner{
  min-height:0!important;
  overflow:hidden!important;
  padding:0 38px 0 114px!important;
}
.cp-html__row:not([open])>.cp-html__expand{
  display:grid!important;
  grid-template-rows:0fr!important;
}
.cp-html__row[open]>.cp-html__expand{
  display:grid!important;
  grid-template-rows:1fr!important;
  transform:none!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.cp-html__row[open]>.cp-html__expand .cp-html__expand-inner{
  padding-bottom:15px!important;
}
.cp-html__expand .cp-html__link{
  display:inline-flex!important;
  flex-direction:row!important;
  align-items:center!important;
  gap:8px!important;
  width:max-content!important;
  white-space:nowrap!important;
}
.cp-html__expand .cp-html__link span{
  display:inline-block!important;
  margin-top:0!important;
  line-height:1!important;
}

@media (max-width:760px){
  .patch-shell{padding:16px!important}
  .patch-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .patch-card:not(.patch-more){padding:7px!important;overflow:hidden!important}

  .shop-grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .shop-image{
    height:112px!important;
    min-height:112px!important;
    padding:5px!important;
  }
  .shop-image img{max-height:102px!important}
  .shop-image--symbol{font-size:66px!important}
  .shop-card__copy{
    min-height:126px!important;
    padding:9px 5px 10px!important;
    gap:5px!important;
  }
  .shop-card__copy h3{font-size:12px!important;line-height:1.08!important}
  .shop-card__copy p{font-size:11px!important;line-height:1.16!important}

  /* Use the compact header Discord mark in the mobile footer. */
  .footer-discord{
    display:grid!important;
    place-items:center!important;
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    margin-inline:auto!important;
    border-radius:50%!important;
  }
  .footer-discord__desktop-art{display:none!important}
  .footer-discord__mobile-icon{
    display:block!important;
    width:27px!important;
    height:22px!important;
    fill:var(--navy)!important;
  }
}


@media (max-width:900px){
  .cp-html__expand-inner{padding-inline:114px 38px!important}
}
@media (max-width:480px){
  .cp-html__expand-inner{padding-inline:67px 8px!important}
}

@media (max-width:390px){
  .shop-grid{gap:7px!important}
  .shop-image{height:96px!important;min-height:96px!important}
  .shop-image img{max-height:88px!important}
  .shop-image--symbol{font-size:58px!important}
  .shop-card__copy{min-height:128px!important;padding-inline:4px!important}
  .shop-card__copy h3{font-size:11px!important}
  .shop-card__copy p{font-size:10.5px!important}
}


/* V64 mobile footer specificity correction */
@media (max-width:760px){
  .footer-discord{background:var(--cream)!important}
  .footer-discord .footer-discord__desktop-art{display:none!important}
  .footer-discord .footer-discord__mobile-icon{
    display:block!important;
    width:27px!important;
    height:22px!important;
    fill:var(--navy)!important;
  }
}

/* V66 requested refinements: rounded outer tile corners and remove coaching plus */
.cp-html__disclosure-icon{display:none!important}

/* Who You Are: outer tile corners follow the cork container radius */
.persona-grid > .persona-card:nth-child(1){border-top-left-radius:10px!important}
.persona-grid > .persona-card:nth-child(3){border-top-right-radius:10px!important}
.persona-grid > .persona-card:nth-child(4){border-bottom-left-radius:10px!important}
.persona-grid > .persona-card:nth-child(6){border-bottom-right-radius:10px!important}

/* What's Your AF: keep cork visible between cards and round the outermost corners */
.patch-row > .patch-card:first-child{
  border-top-left-radius:10px!important;
  border-bottom-left-radius:10px!important;
}
.patch-row > .patch-card:last-child{
  border-top-right-radius:10px!important;
  border-bottom-right-radius:10px!important;
}

@media (max-width:760px){
  .patch-shell{border-radius:10px!important}
  .patch-row > .patch-card:nth-child(1){border-top-left-radius:10px!important}
  .patch-row > .patch-card:nth-child(2){border-top-right-radius:10px!important}
  .patch-row > .patch-card:nth-last-child(2):nth-child(odd){border-bottom-left-radius:10px!important}
  .patch-row > .patch-card:last-child{border-bottom-right-radius:10px!important}
}

@media (max-width:640px){
  .persona-grid > .persona-card:nth-child(1){border-top-left-radius:10px!important}
  .persona-grid > .persona-card:nth-child(2){border-top-right-radius:10px!important}
  .persona-grid > .persona-card:nth-child(5){border-bottom-left-radius:10px!important}
  .persona-grid > .persona-card:nth-child(6){border-bottom-right-radius:10px!important}
  .persona-grid > .persona-card:nth-child(3){border-top-right-radius:4px!important}
  .persona-grid > .persona-card:nth-child(4){border-bottom-left-radius:4px!important}
}

/* V68 shop prominence refinement: make product photos more dominant */
@media (min-width:761px){
  .shop.container{
    width:min(1480px,calc(100% - 30px))!important;
  }
  .shop-grid{
    gap:12px!important;
  }
  .shop-image{
    height:186px!important;
    min-height:186px!important;
    padding:5px!important;
  }
  .shop-image img{
    max-height:176px!important;
  }
  .shop-card__copy{
    min-height:86px!important;
    padding:10px 6px 11px!important;
    gap:4px!important;
  }
  .shop-card__copy h3{
    font-size:clamp(13px,1.02vw,16px)!important;
    line-height:1.02!important;
  }
  .shop-card__copy p{
    font-size:11px!important;
    line-height:1.12!important;
  }
}

@media (min-width:761px) and (max-width:1100px){
  .shop.container{
    width:min(1480px,calc(100% - 24px))!important;
  }
  .shop-grid{
    gap:10px!important;
  }
  .shop-image{
    height:168px!important;
    min-height:168px!important;
  }
  .shop-image img{
    max-height:158px!important;
  }
  .shop-card__copy{
    min-height:82px!important;
    padding:9px 5px 10px!important;
  }
  .shop-card__copy h3{
    font-size:13px!important;
  }
  .shop-card__copy p{
    font-size:10.5px!important;
  }
}

/* V69 shop photo fill test: remove image padding and let photos fill the full image area */
.shop-image{
  padding:0!important;
  overflow:hidden!important;
}
.shop-image img{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:cover!important;
  display:block!important;
}

/* V70 mobile shop fix: keep desktop full-bleed, prevent mobile image/copy crowding */
.shop-card{overflow:hidden!important}

@media (max-width:760px){
  .shop-grid{
    align-items:stretch!important;
  }
  .shop-card{
    display:flex!important;
    flex-direction:column!important;
    min-height:0!important;
  }
  .shop-image{
    flex:0 0 104px!important;
    height:104px!important;
    min-height:104px!important;
  }
  .shop-card__copy{
    flex:1 1 auto!important;
    min-height:136px!important;
    padding:11px 6px 12px!important;
    justify-content:flex-start!important;
  }
  .shop-card__copy h3{
    min-height:2.25em!important;
  }
  .shop-card__copy p{
    min-height:2.25em!important;
  }
}

@media (max-width:390px){
  .shop-image{
    flex-basis:92px!important;
    height:92px!important;
    min-height:92px!important;
  }
  .shop-card__copy{
    min-height:142px!important;
    padding:10px 5px 12px!important;
  }
}

/* V71 mobile shop rebalance: less empty navy, more image, tighter copy */
@media (max-width:760px){
  .shop-card{
    min-height:0!important;
  }
  .shop-image{
    flex:0 0 126px!important;
    height:126px!important;
    min-height:126px!important;
  }
  .shop-card__copy{
    flex:0 0 auto!important;
    min-height:94px!important;
    padding:9px 5px 10px!important;
    gap:4px!important;
    justify-content:flex-start!important;
  }
  .shop-card__copy h3{
    font-size:10.8px!important;
    line-height:1.03!important;
    min-height:3.05em!important;
  }
  .shop-card__copy p{
    font-size:9.8px!important;
    line-height:1.08!important;
    min-height:2.2em!important;
  }
}

@media (max-width:390px){
  .shop-image{
    flex-basis:114px!important;
    height:114px!important;
    min-height:114px!important;
  }
  .shop-card__copy{
    min-height:92px!important;
    padding:8px 4px 10px!important;
  }
  .shop-card__copy h3{
    font-size:10.2px!important;
    min-height:3.15em!important;
  }
  .shop-card__copy p{
    font-size:9.3px!important;
  }
}

/* V72 mobile shop refinement: cut back navy space further */
@media (max-width:760px){
  .shop-image{
    flex:0 0 142px!important;
    height:142px!important;
    min-height:142px!important;
  }
  .shop-card__copy{
    flex:0 0 auto!important;
    min-height:76px!important;
    padding:8px 4px 9px!important;
    gap:3px!important;
    justify-content:flex-start!important;
  }
  .shop-card__copy h3{
    font-size:10.1px!important;
    line-height:1.02!important;
    min-height:3.0em!important;
    margin:0!important;
  }
  .shop-card__copy p{
    font-size:8.9px!important;
    line-height:1.06!important;
    min-height:2.15em!important;
    margin:0!important;
  }
}

@media (max-width:390px){
  .shop-image{
    flex-basis:128px!important;
    height:128px!important;
    min-height:128px!important;
  }
  .shop-card__copy{
    min-height:74px!important;
    padding:7px 4px 9px!important;
  }
  .shop-card__copy h3{
    font-size:9.7px!important;
    min-height:3.0em!important;
  }
  .shop-card__copy p{
    font-size:8.6px!important;
  }
}

/* V73 mobile shop image fix: show the full square images on mobile */
@media (max-width:760px){
  .shop-card{
    min-height:0!important;
  }
  .shop-image{
    flex:0 0 auto!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:1 / 1!important;
    overflow:hidden!important;
  }
  .shop-image img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
  .shop-card__copy{
    min-height:72px!important;
    padding:8px 4px 9px!important;
    gap:3px!important;
  }
}

@media (max-width:390px){
  .shop-image{
    aspect-ratio:1 / 1!important;
    height:auto!important;
    min-height:0!important;
  }
  .shop-card__copy{
    min-height:70px!important;
    padding:7px 4px 9px!important;
  }
}

/* V74 mobile shop typography: use the available navy area more effectively */
@media (max-width:760px){
  .shop-card__copy{
    min-height:104px!important;
    padding:9px 5px 10px!important;
    gap:6px!important;
    justify-content:center!important;
  }
  .shop-card__copy h3{
    font-size:clamp(12px,3.4vw,14px)!important;
    line-height:1.02!important;
    min-height:0!important;
    margin:0!important;
    text-wrap:balance!important;
  }
  .shop-card__copy p{
    font-size:clamp(10.5px,2.9vw,12px)!important;
    line-height:1.08!important;
    min-height:0!important;
    margin:0!important;
    text-wrap:balance!important;
  }
}

@media (max-width:390px){
  .shop-card__copy{
    min-height:104px!important;
    padding:9px 4px 10px!important;
  }
}


/* V75 coordinated mobile optimization */
:where(a,button,summary,input){touch-action:manipulation}

@media (max-width:900px){
  .shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
  .shop-image{aspect-ratio:1/1!important;height:auto!important;min-height:0!important}
  .shop-card__copy{min-height:96px!important;padding:10px 7px 11px!important;gap:5px!important;justify-content:center!important}
  .shop-card__copy h3{font-size:clamp(13px,2.1vw,16px)!important;line-height:1.05!important;min-height:0!important}
  .shop-card__copy p{font-size:clamp(12px,1.8vw,14px)!important;line-height:1.15!important;min-height:0!important}

  .testimonials-v2__cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .persona-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .persona-card{min-width:0!important}

  .sg2-hotspot{height:max(calc(var(--h)*1%),44px)!important;min-height:44px!important}
  .main-nav a{display:flex!important;align-items:center!important;min-height:44px!important;padding-block:10px!important}
  .cp-html__link,.cp-html__explore-all,.founder-link{display:inline-flex!important;align-items:center!important;min-height:44px!important;padding-block:10px!important}
  .cp-html__explore-all{justify-content:center!important}
  .footer-nav{justify-content:center!important}
  .footer-nav a{font-size:14px!important}
}

@media (max-width:640px){
  .persona-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .persona-card{width:100%!important;min-width:0!important}
  .persona-card__label{font-size:clamp(15px,4.5vw,18px)!important}

  .patch-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .patch-card{min-height:92px!important;aspect-ratio:auto!important}
  .patch-more{font-size:clamp(15px,4.5vw,20px)!important;line-height:1!important;padding:8px!important;overflow-wrap:anywhere!important}

  .resource-links a{min-height:52px!important;display:flex!important;align-items:center!important}
  .founder-link{font-size:16px!important}
}

@media (max-width:479px){
  .shop{padding-inline:12px!important}
  .shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px!important}
  .shop-card__copy{min-height:118px!important;padding:11px 8px 12px!important;gap:7px!important}
  .shop-card__copy h3{font-size:clamp(15px,4.2vw,17px)!important;line-height:1.06!important}
  .shop-card__copy p{font-size:clamp(13px,3.6vw,15px)!important;line-height:1.18!important}

  .testimonials-v2__cards{grid-template-columns:1fr!important;gap:18px!important}
  .testimonials-v2__card{min-height:0!important;padding:22px 18px 20px 28px!important}
  .testimonials-v2__card p{font-size:16px!important;line-height:1.5!important}

  .shop h2{font-size:clamp(34px,10vw,42px)!important}
  .shop-subtext{font-size:clamp(17px,5vw,20px)!important;line-height:1.42!important}
  .resources h2,.founder-copy h2{font-size:clamp(34px,10vw,42px)!important}
}

@media (max-width:360px){
  .site-header{width:calc(100% - 16px)!important;column-gap:2px!important}
  .logo img{width:min(118px,100%)!important}
  .header-icons{gap:0!important}
  .header-icons .icon-link{flex-basis:44px!important;width:44px!important;min-width:44px!important}

  .shop-grid{gap:9px!important}
  .shop-card__copy{min-height:122px!important;padding-inline:6px!important}
  .shop-card__copy h3{font-size:15px!important}
  .shop-card__copy p{font-size:13px!important}
}

@supports (content-visibility:auto){
  .cp-html,.testimonials-v2,.shop,.resources,.founder,.community,footer{content-visibility:auto;contain-intrinsic-size:auto 700px}
}


/* V75 tablet completion: keep cards and tap targets usable through 1100px */
@media (max-width:1100px) and (min-width:901px){
  .shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}
  .shop-image{aspect-ratio:1/1!important;height:auto!important;min-height:0!important}
  .shop-card__copy{min-height:100px!important;padding:11px 8px 12px!important;gap:6px!important;justify-content:center!important}
  .shop-card__copy h3{font-size:16px!important;line-height:1.06!important}
  .shop-card__copy p{font-size:14px!important;line-height:1.18!important}
  .sg2-hotspot{height:max(calc(var(--h)*1%),44px)!important;min-height:44px!important}
  .main-nav a,.cp-html__link,.cp-html__explore-all,.founder-link,.footer-nav a{min-height:44px!important}
  .footer-nav a{font-size:14px!important}
}

@media (max-width:1100px) and (min-width:901px){.founder-link{display:inline-flex!important;align-items:center!important;padding-block:10px!important}}

/* V76 responsive image correction
   V75 added intrinsic width/height attributes for layout stability. These
   three images also require an explicit responsive height reset. */
.hero-full-image{
  height:auto!important;
  aspect-ratio:auto!important;
}
.sg2-or{
  aspect-ratio:1 / 1!important;
  height:auto!important;
}
.sg2-or img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1 / 1!important;
  object-fit:contain!important;
}
.sg2-compass{
  height:auto!important;
  max-height:none!important;
  aspect-ratio:1 / 1!important;
  object-fit:contain!important;
}

@media (max-width:900px){
  .sg2-grid{gap:18px!important}
  .sg2-or{width:72px!important;margin-block:0!important}
  .sg2-card{overflow:hidden!important}
}

@media (max-width:479px){
  .sg2-grid{gap:14px!important;margin-top:12px!important}
  .sg2-or{width:58px!important}
  .start-wrap{padding-bottom:34px!important}
}

/* V77 mobile founder-section correction */
@media (max-width:760px){
  .founder{
    padding-top:30px!important;
    padding-bottom:34px!important;
  }
  .founder-grid{
    gap:10px!important;
    align-items:start!important;
  }
  .founder-copy p{
    margin-bottom:8px!important;
  }
  .founder-link{
    margin-bottom:0!important;
  }
  .founder-photo{
    width:min(76vw,360px)!important;
    max-width:min(76vw,360px)!important;
    margin:-4px auto 0!important;
    justify-self:center!important;
  }
  .founder-photo img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
  }
  .founder-photo:before,
  .founder-photo:after{
    width:82px!important;
    height:24px!important;
  }
  .founder-photo:before{
    left:-10px!important;
    top:-12px!important;
    transform:rotate(-28deg)!important;
  }
  .founder-photo:after{
    right:-10px!important;
    bottom:-12px!important;
    transform:rotate(24deg)!important;
  }
}

@media (max-width:430px){
  .founder-grid{gap:8px!important}
  .founder-photo{
    width:min(79vw,350px)!important;
    max-width:min(79vw,350px)!important;
    margin:-6px auto 0!important;
  }
  .founder-photo:before{
    left:-8px!important;
    top:-10px!important;
  }
  .founder-photo:after{
    right:-8px!important;
    bottom:-10px!important;
  }
}


/* V78 SEO and conversion layer */
.icon-link--book{
  background:var(--yellow)!important;
  border:2px solid var(--navy)!important;
  box-shadow:3px 3px 0 var(--orange-accessible, var(--orange))!important;
  color:var(--navy)!important;
  transform:translate(-1px,-1px);
}
.icon-link--book:hover,
.icon-link--book:focus-visible{
  background:var(--yellow)!important;
  transform:translate(1px,1px)!important;
  box-shadow:1px 1px 0 var(--orange-accessible, var(--orange))!important;
}
.icon-link--book svg{stroke:var(--navy)!important}

.hero--v2{overflow:visible!important}
.hero-frame{
  position:relative;
  width:96%;
  margin:0 auto;
  overflow:visible;
}
.hero-frame .hero-full-image{width:100%!important;margin:0!important}
.hero-cta{
  position:absolute;
  z-index:4;
  left:6.5%;
  bottom:-13px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.45em;
  min-height:48px;
  padding:11px clamp(16px,1.8vw,27px);
  border:3px solid var(--navy);
  border-radius:3px;
  background:var(--yellow);
  color:var(--navy);
  box-shadow:7px 8px 0 var(--orange-accessible, var(--orange));
  font-family:Impact,"Arial Narrow",sans-serif;
  font-size:clamp(17px,1.65vw,25px);
  letter-spacing:.035em;
  line-height:1;
  text-decoration:none;
  text-transform:uppercase;
  transform:rotate(-1deg);
  transition:transform .18s ease,box-shadow .18s ease;
}
.hero-cta span{font-family:Arial,sans-serif;font-size:1.05em;font-weight:900}
.hero-cta:hover,
.hero-cta:focus-visible{
  transform:translate(4px,4px) rotate(-1deg);
  box-shadow:3px 4px 0 var(--orange-accessible, var(--orange));
}
.hero-seo-copy{
  width:min(1050px,92%);
  margin:32px auto 24px;
  padding:0;
  color:var(--navy);
  text-align:center;
  background:transparent;
}
.hero-seo-copy h1{
  margin:0 0 5px;
  font-family:Impact,"Arial Narrow",sans-serif;
  font-size:clamp(22px,2.2vw,34px);
  line-height:1.12;
  letter-spacing:.018em;
  text-transform:uppercase;
}
.hero-seo-copy p{
  max-width:920px;
  margin:0 auto;
  font-size:clamp(15px,1.25vw,18px);
  line-height:1.45;
}
#find-what-fits{scroll-margin-top:24px}

.signup-help a{font-weight:900;text-decoration-thickness:2px;text-underline-offset:2px}

footer{padding:34px 0 18px!important}
.footer-layout{
  display:grid;
  grid-template-columns:minmax(240px,330px) minmax(0,1fr);
  gap:44px;
  align-items:center;
}
.footer-links{display:grid;gap:10px;min-width:0}
.footer-nav{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:flex-start;
  gap:4px 22px;
}
.footer-nav--primary{font-size:15px;font-weight:900}
.footer-nav--support{
  padding-top:10px;
  border-top:1px solid rgba(243,234,218,.28);
  color:#eee2d0;
  font-size:13px;
}
.footer-nav a{
  min-height:40px!important;
  padding:8px 0!important;
  text-decoration:none;
  text-underline-offset:4px;
}
.footer-nav a:hover,
.footer-nav a:focus-visible{text-decoration:underline}
.footer-meta{
  display:flex;
  justify-content:space-between;
  gap:20px;
  margin-top:20px;
  padding-top:15px;
  border-top:1px solid rgba(243,234,218,.18);
  color:#eee2d0;
  font-size:12px;
}

@media (max-width:1100px) and (min-width:901px){
  .hero-seo-copy{margin-top:30px}
  .footer-layout{grid-template-columns:250px minmax(0,1fr);gap:28px}
}

@media (max-width:900px){
  .hero-frame{width:100%}
  .hero-seo-copy{width:94%;margin-top:29px;margin-bottom:19px}
  .footer-layout{grid-template-columns:1fr;gap:24px;text-align:center}
  .footer-links{gap:7px}
  .footer-nav{justify-content:center!important}
}

@media (max-width:600px){
  .hero--v2{padding-top:8px!important}
  .hero-cta{
    left:5%;
    bottom:-12px;
    min-height:42px;
    padding:8px 13px;
    border-width:2px;
    box-shadow:5px 6px 0 var(--orange-accessible, var(--orange));
    font-size:clamp(14px,4vw,17px);
  }
  .hero-seo-copy{margin-top:28px;margin-bottom:15px}
  .hero-seo-copy h1{font-size:clamp(20px,6vw,26px)}
  .hero-seo-copy p{font-size:15px;line-height:1.42}
  footer{padding-top:28px!important}
  .footer-layout{gap:19px}
  .footer-nav{gap:0 16px}
  .footer-nav--support{font-size:13px}
  .footer-meta{flex-direction:column;align-items:center;gap:5px;margin-top:14px}
}

@media (max-width:390px){
  .hero-cta{left:4%;padding-inline:11px;font-size:14px}
  .hero-seo-copy{width:96%}
  .hero-seo-copy h1{font-size:20px}
  .hero-seo-copy p{font-size:14px}
}


/* V79 header, hero, and discord refinements */
.icon-link--book{all:unset}

.header-tools{
  display:flex;
  align-items:center;
  justify-self:end;
  gap:18px;
}

.header-book-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:0 26px;
  border:3px solid var(--navy);
  border-radius:999px;
  background:var(--yellow);
  color:var(--navy);
  text-decoration:none;
  font-size:20px;
  font-weight:900;
  line-height:1;
  white-space:nowrap;
  box-shadow:6px 7px 0 var(--orange);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-book-btn:hover,
.header-book-btn:focus-visible{
  transform:translate(3px,3px);
  box-shadow:3px 4px 0 var(--orange);
}

.header-icons{
  display:flex;
  gap:12px!important;
  align-items:center;
}
.header-icons .icon-link{
  min-width:58px!important;
  width:58px!important;
  height:62px!important;
  border-radius:12px!important;
  gap:4px!important;
}
.header-icons .icon-link span{
  font-size:11px!important;
  font-weight:800!important;
}

.hero-frame{position:relative}
.hero-cta{
  left:56%;
  top:48%;
  bottom:auto;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  min-height:0;
  padding:18px;
  border:2px solid rgba(2,17,36,.9);
  border-radius:50%;
  background:rgba(243,234,218,.94);
  color:var(--navy);
  box-shadow:0 10px 24px rgba(2,17,36,.25);
  font-family:Arial, Helvetica, sans-serif;
  font-size:23px;
  font-weight:900;
  letter-spacing:.01em;
  line-height:1.02;
  text-transform:none;
  text-align:center;
}
.hero-cta__text{
  display:block;
  transform:translateY(1px);
}
.hero-cta span{font-family:inherit;font-size:inherit;font-weight:inherit}
.hero-cta:hover,
.hero-cta:focus-visible{
  transform:translate(-50%,-52%);
  box-shadow:0 14px 28px rgba(2,17,36,.30);
}

.footer-brand{
  align-items:center!important;
}
.footer-brand > img{
  width:auto!important;
  height:66px!important;
  display:block!important;
}
.footer-discord{
  display:block;
  width:min(280px,100%);
  max-width:100%;
  flex:0 0 auto;
  background:transparent!important;
}
.footer-discord__desktop-art{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
}
.footer-discord .footer-discord__mobile-icon{display:none!important}

@media (max-width:1320px){
  .site-header{grid-template-columns:320px 1fr auto!important;gap:18px!important}
  .logo img{width:310px!important}
  .main-nav{gap:19px!important;font-size:16px!important}
  .header-tools{gap:12px!important}
  .header-book-btn{min-height:54px;padding:0 20px;font-size:17px}
  .header-icons .icon-link{width:52px!important;min-width:52px!important;height:58px!important}
}

@media (max-width:1100px){
  .site-header{grid-template-columns:260px 1fr auto!important}
  .logo img{width:250px!important}
  .main-nav{gap:14px!important;font-size:14px!important}
  .header-book-btn{min-height:50px;padding:0 16px;font-size:15px}
  .header-tools{gap:10px!important}
  .header-icons .icon-link{width:48px!important;min-width:48px!important;height:54px!important}
  .header-icons .icon-link span{font-size:10px!important}
}

@media (max-width:900px){
  .header-book-btn{display:none!important}
  .header-tools{gap:4px!important}
}

@media (max-width:760px){
  .site-header{grid-template-columns:1fr auto auto!important}
  .header-icons{display:flex!important;gap:6px!important}
  .header-icons .icon-link{width:44px!important;min-width:44px!important;height:44px!important;border-radius:50%!important;padding:0!important}
  .header-icons .icon-link span{display:none!important}
  .header-icons .icon-link svg{width:22px!important;height:22px!important}
  .header-icons .icon-link .discord-mark{width:25px!important;height:20px!important}
  .hero-cta{
    left:57%;
    top:54%;
    width:122px;
    height:122px;
    padding:14px;
    font-size:18px;
    line-height:1.03;
  }
}

@media (max-width:600px){
  .header-icons{display:flex!important}
  .site-header{height:86px!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:6px!important}
  .logo img{width:220px!important}
  .menu-btn{order:3}
  .header-tools{order:2;gap:6px!important}
  .hero-cta{
    left:58%;
    top:55%;
    width:110px;
    height:110px;
    font-size:17px;
    padding:12px;
  }
  .footer-discord{
    width:min(220px,76vw)!important;
    height:auto!important;
    min-height:0!important;
    border-radius:0!important;
    background:transparent!important;
  }
  .footer-discord__desktop-art{
    display:block!important;
    width:100%!important;
    height:auto!important;
  }
  .footer-discord__mobile-icon{display:none!important}
}

@media (max-width:390px){
  .logo img{width:190px!important}
  .header-icons .icon-link{width:40px!important;min-width:40px!important;height:40px!important}
  .hero-cta{
    left:59%;
    top:56%;
    width:102px;
    height:102px;
    font-size:16px;
  }
}


/* V80 refinements */
.site-header{
  grid-template-columns:340px minmax(0,1fr) auto!important;
  gap:20px!important;
}
.logo img{width:330px!important}
.main-nav{
  gap:22px!important;
  font-size:17px!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
}
.main-nav a{padding:14px 0!important}

.header-tools{
  gap:14px!important;
  align-self:center!important;
}
.header-book-btn{
  min-height:48px!important;
  padding:0 18px!important;
  border-width:3px!important;
  background:#c4a43b!important;
  color:var(--navy)!important;
  box-shadow:5px 5px 0 #9a4e2d!important;
  font-size:16px!important;
  font-weight:900!important;
}
.header-book-btn:hover,
.header-book-btn:focus-visible{
  box-shadow:2px 2px 0 #9a4e2d!important;
}
.header-icons{
  gap:8px!important;
}
.header-icons .icon-link{
  width:52px!important;
  min-width:52px!important;
  height:56px!important;
}
.header-icons .icon-link span{font-size:10px!important}

.hero-cta{
  left:37%!important;
  top:61%!important;
  width:142px!important;
  height:142px!important;
  background:rgba(243,234,218,.96)!important;
  box-shadow:0 10px 22px rgba(2,17,36,.22)!important;
}
.hero-cta__text{
  font-family:Impact,"Arial Narrow",sans-serif!important;
  font-size:26px!important;
  font-weight:900!important;
  line-height:.98!important;
  letter-spacing:.01em!important;
}

.footer-layout{
  grid-template-columns:minmax(220px,290px) minmax(0,1fr) minmax(220px,300px)!important;
  gap:30px!important;
  align-items:center!important;
}
.footer-brand{
  justify-content:flex-start!important;
}
.footer-links{
  min-width:0!important;
}
.footer-discord{
  justify-self:end!important;
  align-self:center!important;
  width:min(280px,100%)!important;
  margin:0!important;
}
.footer-discord__desktop-art{
  width:100%!important;
  height:auto!important;
  display:block!important;
}

@media (max-width:1400px){
  .site-header{grid-template-columns:300px minmax(0,1fr) auto!important}
  .logo img{width:292px!important}
  .main-nav{gap:18px!important;font-size:16px!important}
  .header-book-btn{font-size:15px!important;padding:0 15px!important}
  .header-icons .icon-link{width:48px!important;min-width:48px!important;height:54px!important}
}

@media (max-width:1180px){
  .site-header{grid-template-columns:260px minmax(0,1fr) auto!important;gap:14px!important}
  .logo img{width:250px!important}
  .main-nav{gap:14px!important;font-size:14px!important}
  .header-book-btn{min-height:44px!important;padding:0 13px!important;font-size:14px!important}
  .header-tools{gap:10px!important}
  .header-icons .icon-link{width:44px!important;min-width:44px!important;height:50px!important}
  .hero-cta{left:39%!important;top:60%!important;width:132px!important;height:132px!important}
  .hero-cta__text{font-size:24px!important}
  .footer-layout{grid-template-columns:220px minmax(0,1fr) 230px!important;gap:22px!important}
}

@media (max-width:900px){
  .header-book-btn{display:none!important}
  .footer-layout{grid-template-columns:1fr!important;gap:22px!important;text-align:center!important}
  .footer-brand{justify-content:center!important}
  .footer-links{gap:7px!important}
  .footer-nav{justify-content:center!important}
  .footer-discord{justify-self:center!important;width:min(230px,76vw)!important}
}

@media (max-width:760px){
  .hero-cta{left:42%!important;top:60%!important;width:120px!important;height:120px!important}
  .hero-cta__text{font-size:22px!important}
}

@media (max-width:600px){
  .hero-cta{left:43%!important;top:61%!important;width:108px!important;height:108px!important}
  .hero-cta__text{font-size:19px!important}
}

@media (max-width:390px){
  .hero-cta{left:44%!important;top:62%!important;width:98px!important;height:98px!important}
  .hero-cta__text{font-size:17px!important}
}


/* V81: compact same-row header, image-locked hero CTA, mobile Discord icon */
.site-header{
  grid-template-columns:280px minmax(0,1fr) auto!important;
  gap:16px!important;
}
.logo img{width:270px!important}
.main-nav{
  justify-content:flex-start!important;
  gap:clamp(13px,1.25vw,22px)!important;
  font-size:clamp(14px,1.05vw,17px)!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  min-width:0!important;
}
.main-nav a{padding:12px 0!important}

.header-tools{
  gap:10px!important;
  min-width:max-content!important;
}
.header-book-btn{
  min-height:40px!important;
  padding:0 14px!important;
  border-width:2px!important;
  border-radius:999px!important;
  background:#c4a43b!important;
  box-shadow:3px 4px 0 #9a4e2d!important;
  font-size:18px!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
.header-book-btn:hover,
.header-book-btn:focus-visible{
  transform:translate(2px,2px)!important;
  box-shadow:1px 2px 0 #9a4e2d!important;
}
.header-icons{gap:5px!important}
.header-icons .icon-link{
  width:48px!important;
  min-width:48px!important;
  height:52px!important;
}
.header-icons .icon-link span{font-size:10px!important}

/* The CTA is positioned as a percentage of .hero-frame, so it remains tied
   to the same empty navy area inside the artwork at every image size. */
.hero-cta{
  left:60.5%!important;
  top:39%!important;
  bottom:auto!important;
  width:clamp(74px,8vw,122px)!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  padding:10px!important;
  transform:translate(-50%,-50%)!important;
  border:2px solid rgba(2,17,36,.92)!important;
  background:rgba(243,234,218,.96)!important;
  box-shadow:0 8px 18px rgba(2,17,36,.24)!important;
}
.hero-cta__text{
  font-family:Impact,"Arial Narrow",sans-serif!important;
  font-size:clamp(14px,1.45vw,22px)!important;
  font-weight:900!important;
  line-height:.96!important;
  letter-spacing:.015em!important;
  text-shadow:.4px 0 0 var(--navy),-.4px 0 0 var(--navy)!important;
}
.hero-cta:hover,
.hero-cta:focus-visible{
  transform:translate(-50%,-53%)!important;
  box-shadow:0 11px 22px rgba(2,17,36,.29)!important;
}

@media (max-width:1320px){
  .site-header{grid-template-columns:245px minmax(0,1fr) auto!important;gap:12px!important}
  .logo img{width:235px!important}
  .main-nav{gap:12px!important;font-size:14px!important}
  .header-book-btn{min-height:38px!important;padding:0 12px!important;font-size:16px!important}
  .header-tools{gap:7px!important}
  .header-icons .icon-link{width:44px!important;min-width:44px!important;height:48px!important}
}

@media (max-width:1100px){
  .site-header{grid-template-columns:220px minmax(0,1fr) auto!important}
  .logo img{width:210px!important}
  .main-nav{gap:10px!important;font-size:13px!important}
  .header-book-btn{font-size:15px!important;padding:0 10px!important}
  .header-icons .icon-link{width:42px!important;min-width:42px!important}
}

@media (max-width:900px){
  .header-book-btn{display:none!important}
}

@media (max-width:760px){
  .footer-discord{
    display:grid!important;
    place-items:center!important;
    justify-self:center!important;
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    margin:0 auto!important;
    border-radius:50%!important;
    background:var(--cream)!important;
  }
  .footer-discord .footer-discord__desktop-art{
    display:none!important;
  }
  .footer-discord .footer-discord__mobile-icon{
    display:block!important;
    width:29px!important;
    height:23px!important;
    fill:var(--navy)!important;
  }
}

@media (max-width:600px){
  .hero-cta{
    left:60.5%!important;
    top:39%!important;
    width:clamp(70px,19vw,82px)!important;
    padding:8px!important;
  }
  .hero-cta__text{font-size:clamp(13px,3.8vw,16px)!important}
  .footer-discord{
    width:48px!important;
    min-width:48px!important;
    height:48px!important;
    min-height:48px!important;
    border-radius:50%!important;
    background:var(--cream)!important;
  }
  .footer-discord .footer-discord__desktop-art{display:none!important}
  .footer-discord .footer-discord__mobile-icon{
    display:block!important;
    width:29px!important;
    height:23px!important;
    fill:var(--navy)!important;
  }
}


/* V82: header spacing, hero CTA placement, footer socials */
.site-header{
  grid-template-columns:280px minmax(0,1fr) auto auto !important;
  align-items:center !important;
  column-gap:26px !important;
}
.logo img{width:270px !important}
.main-nav{
  justify-self:start !important;
  justify-content:flex-start !important;
  gap:34px !important;
  font-size:16px !important;
  white-space:nowrap !important;
}
.header-book-btn{
  justify-self:center !important;
  min-height:40px !important;
  padding:0 14px !important;
  font-size:15px !important;
  font-weight:800 !important;
  border-width:2px !important;
  box-shadow:4px 4px 0 #9a4e2d !important;
}
.header-icons{
  justify-self:end !important;
  display:flex !important;
  gap:10px !important;
}
.header-icons .icon-link{
  width:50px !important;
  min-width:50px !important;
  height:54px !important;
}
.header-icons .icon-link span{font-size:10px !important}

.hero-cta{
  left:60.5% !important;
  top:38.5% !important;
  width:118px !important;
  height:118px !important;
  padding:10px !important;
  background:rgba(243,234,218,.98) !important;
}
.hero-cta__text{
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:18px !important;
  font-weight:800 !important;
  line-height:.95 !important;
  letter-spacing:-.02em !important;
}

.footer-meta{
  align-items:center !important;
}
.footer-social{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}
.footer-social__link{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--cream);
  text-decoration:none;
  border:1.5px solid rgba(243,234,218,.5);
  border-radius:50%;
  background:rgba(243,234,218,.06);
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.footer-social__link:hover,
.footer-social__link:focus-visible{
  transform:translateY(-2px);
  background:rgba(243,234,218,.14);
  border-color:rgba(243,234,218,.9);
}
.footer-social__link svg{
  width:18px;
  height:18px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-social__link[title="Facebook"] svg,
.footer-social__link[title="LinkedIn"] svg{
  fill:currentColor;
  stroke:none;
}

@media (max-width:1360px){
  .site-header{grid-template-columns:245px minmax(0,1fr) auto auto !important; column-gap:20px !important}
  .logo img{width:236px !important}
  .main-nav{gap:26px !important; font-size:15px !important}
}

@media (max-width:1180px){
  .site-header{grid-template-columns:220px minmax(0,1fr) auto auto !important; column-gap:14px !important}
  .logo img{width:210px !important}
  .main-nav{gap:18px !important; font-size:14px !important}
  .header-book-btn{font-size:14px !important; padding:0 11px !important}
  .header-icons .icon-link{width:46px !important; min-width:46px !important; height:50px !important}
  .hero-cta{left:60% !important; top:38% !important; width:108px !important; height:108px !important}
  .hero-cta__text{font-size:17px !important}
}

@media (max-width:900px){
  .site-header{
    grid-template-columns:minmax(0,1fr) auto auto !important;
    column-gap:8px !important;
  }
  .menu-btn{display:block !important; order:3}
  .main-nav{order:4}
  .header-book-btn{display:none !important}
  .header-icons{order:2; gap:6px !important}
  .header-icons .icon-link{width:44px !important; min-width:44px !important; height:44px !important; border-radius:50% !important}
  .header-icons .icon-link span{display:none !important}
  .footer-meta{
    flex-direction:column !important;
    gap:14px !important;
  }
  .footer-social{margin-left:0 !important}
}

@media (max-width:760px){
  .hero-cta{
    left:60% !important;
    top:38% !important;
    width:100px !important;
    height:100px !important;
  }
  .hero-cta__text{font-size:16px !important}
}

@media (max-width:600px){
  .hero-cta{
    left:59.5% !important;
    top:37% !important;
    width:92px !important;
    height:92px !important;
    padding:8px !important;
  }
  .hero-cta__text{font-size:14px !important}
  .footer-social__link{width:34px; height:34px}
  .footer-social__link svg{width:16px; height:16px}
}


/* V83: image-integrated hero booking badge with responsive hotspot */
.hero-badge-hotspot{
  position:absolute;
  z-index:5;
  left:49.315%;
  top:13.496%;
  width:12.507%;
  aspect-ratio:1106 / 1086;
  display:block;
  border-radius:50%;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.hero-badge-hotspot__hover{
  display:block;
  width:100%;
  height:auto;
  opacity:0;
  transform:scale(1);
  transform-origin:center;
  pointer-events:none;
  transition:opacity .18s ease,transform .18s ease,filter .18s ease;
}
.hero-badge-hotspot:hover .hero-badge-hotspot__hover,
.hero-badge-hotspot:focus-visible .hero-badge-hotspot__hover{
  opacity:.82;
  transform:scale(1.045);
  filter:brightness(1.1) drop-shadow(0 8px 8px rgba(2,17,36,.32));
}
.hero-badge-hotspot:focus-visible{
  outline:3px solid #c4a43b;
  outline-offset:5px;
}
@media (hover:none){
  .hero-badge-hotspot:active .hero-badge-hotspot__hover{
    opacity:.72;
    transform:scale(1.035);
    filter:brightness(1.08) drop-shadow(0 6px 7px rgba(2,17,36,.28));
  }
}


/* V6 direct homepage coaching links */
.cp-html__summary-link{
  display:flex;
  align-items:center;
  gap:20px;
  flex:1 1 auto;
  min-width:0;
  color:inherit;
  text-decoration:none;
  border-radius:3px;
}
.cp-html__summary-link:hover .cp-html__identity h3,
.cp-html__summary-link:focus-visible .cp-html__identity h3{color:var(--orange-accessible,var(--orange))}
.cp-html__summary-link:focus-visible{outline:3px solid var(--yellow);outline-offset:4px}
.cp-html__explore-all{position:relative;z-index:5}
@media(max-width:760px){.cp-html__summary-link{gap:9px}}


/* V18 launch-state interaction labels */
.ndaf-coming-soon-link{position:relative}
.ndaf-coming-soon-link::before{content:attr(data-coming-soon);position:absolute;left:50%;bottom:calc(100% + 10px);z-index:1000;min-width:max-content;padding:7px 10px;border:2px solid #021124;border-radius:5px;background:#EEC908;color:#021124;font:800 12px/1.1 Arial,sans-serif;letter-spacing:.02em;box-shadow:4px 4px 0 rgba(2,17,36,.25);opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:opacity .15s ease,transform .15s ease}
.ndaf-coming-soon-link:hover::before,.ndaf-coming-soon-link:focus-visible::before{opacity:1;transform:translate(-50%,0)}
.coming-soon-ribbon{position:absolute;top:17px;right:-43px;z-index:5;width:170px;padding:7px 8px;background:#EEC908;color:#021124;border-block:2px solid #021124;font:900 11px/1 Arial,sans-serif;letter-spacing:.09em;text-align:center;text-transform:uppercase;transform:rotate(34deg);box-shadow:0 3px 8px rgba(2,17,36,.18)}
.coming-soon-card{position:relative;overflow:hidden}
.ndaf-construction-banner{position:relative;margin:0;padding:18px 24px;background:#EEC908;color:#021124;border-block:4px solid #021124;font:900 clamp(18px,2vw,28px)/1.1 Arial,sans-serif;letter-spacing:.05em;text-align:center;text-transform:uppercase}
.ndaf-floating-consult{position:fixed;right:20px;bottom:20px;z-index:999;display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border:2px solid #021124;border-radius:999px;background:#EEC908;color:#021124;font-weight:900;text-decoration:none;box-shadow:6px 7px 0 #D74713}
.ndaf-floating-consult:hover,.ndaf-floating-consult:focus-visible{transform:translateY(-2px)}
@media(max-width:700px){.ndaf-floating-consult{right:12px;bottom:12px;padding:11px 14px;font-size:13px}.ndaf-coming-soon-link::before{display:none}}


/* V19 homepage refinement pass */
/* Preserve the nav underline for the current page while Coming Soon uses ::before. */
.main-nav a[aria-current="page"]::after,
.main-nav a.active::after{
  content:"" !important;
  opacity:1 !important;
  transform:scaleX(1) !important;
  background:var(--orange) !important;
}

/* Coming Soon tooltip: readable on mouse hover and keyboard focus. */
.ndaf-coming-soon-link::before{
  left:50% !important;
  bottom:calc(100% + 10px) !important;
  z-index:1000 !important;
  min-width:max-content !important;
  padding:8px 11px !important;
  border:2px solid var(--navy) !important;
  border-radius:5px !important;
  background:var(--yellow) !important;
  color:var(--navy) !important;
  font:900 12px/1.1 Arial,Helvetica,sans-serif !important;
  letter-spacing:.025em !important;
  box-shadow:4px 4px 0 rgba(2,17,36,.28) !important;
  white-space:nowrap !important;
}

/* Keep the hero support line together on wide screens and balanced when it wraps. */
.hero-seo-copy{
  width:min(1320px,94%) !important;
}
.hero-seo-copy p{
  max-width:1220px !important;
  text-wrap:balance;
}

/* Testimonials heading and a real, physical CTA. */
.testimonials-v2__all{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  width:max-content !important;
  min-height:48px !important;
  margin:25px 0 0 !important;
  padding:11px 20px 10px !important;
  border:2px solid var(--cream) !important;
  border-radius:4px !important;
  background:var(--yellow) !important;
  color:var(--navy) !important;
  box-shadow:5px 6px 0 var(--orange) !important;
  font-family:Impact,"Arial Narrow",sans-serif !important;
  font-size:19px !important;
  line-height:1 !important;
  letter-spacing:.035em !important;
  text-decoration:none !important;
  text-transform:uppercase !important;
  transition:transform .16s ease,box-shadow .16s ease !important;
}
.testimonials-v2__all span{
  font-family:Arial,Helvetica,sans-serif !important;
  font-size:24px !important;
  line-height:.7 !important;
}
.testimonials-v2__all:hover,
.testimonials-v2__all:focus-visible{
  transform:translate(-2px,-2px) !important;
  box-shadow:7px 8px 0 var(--orange) !important;
  outline:3px solid var(--cream) !important;
  outline-offset:4px !important;
}

/* Tape is attached to the actual photo edges, not the larger grid cell. */
.founder-photo{
  position:relative !important;
  display:grid !important;
  place-items:center !important;
  max-width:none !important;
}
.founder-photo::before,
.founder-photo::after{
  display:none !important;
}
.founder-photo__image-wrap{
  position:relative !important;
  width:min(100%,520px) !important;
  margin-inline:auto !important;
}
.founder-photo__image-wrap img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-height:none !important;
  object-fit:cover !important;
  filter:drop-shadow(0 18px 20px rgba(0,0,0,.18)) !important;
}
.founder-photo__image-wrap::before,
.founder-photo__image-wrap::after{
  content:"" !important;
  position:absolute !important;
  z-index:3 !important;
  width:104px !important;
  height:30px !important;
  background:rgba(186,134,78,.72) !important;
  box-shadow:0 2px 3px rgba(2,17,36,.12) !important;
  pointer-events:none !important;
}
.founder-photo__image-wrap::before{
  left:-22px !important;
  top:-13px !important;
  transform:rotate(-28deg) !important;
}
.founder-photo__image-wrap::after{
  right:-22px !important;
  bottom:-13px !important;
  transform:rotate(24deg) !important;
}

/* Newsletter sits evenly within the cork section; no orphan policy line below it. */
.community{
  padding:36px 0 !important;
}
.community-grid{
  margin:0 auto !important;
}
.home-health-privacy-link{
  display:none !important;
}

@media (max-width:760px){
  .hero-seo-copy p{max-width:680px !important}
  .founder-photo__image-wrap{width:min(78vw,360px) !important}
  .founder-photo__image-wrap::before,
  .founder-photo__image-wrap::after{width:82px !important;height:24px !important}
  .founder-photo__image-wrap::before{left:-10px !important;top:-10px !important}
  .founder-photo__image-wrap::after{right:-10px !important;bottom:-10px !important}
}

/* V20 homepage navigation refinements */
/* Current-page state remains semantic, but the orange line appears only on hover/focus. */
.main-nav a[aria-current="page"]::after,
.main-nav a.active::after{
  transform:scaleX(0)!important;
  opacity:1!important;
}
.main-nav a[aria-current="page"]:hover::after,
.main-nav a[aria-current="page"]:focus-visible::after,
.main-nav a.active:hover::after,
.main-nav a.active:focus-visible::after{
  transform:scaleX(1)!important;
}

/* Collapse the full navigation before its items can collide with the consultation button.
   The wider breakpoint deliberately favors a clean menu over compressing or overlapping labels. */
@media (max-width:1400px){
  .site-header{
    position:relative!important;
    grid-template-columns:minmax(0,1fr) auto 48px!important;
    grid-template-rows:1fr!important;
    gap:10px!important;
  }
  .logo{
    grid-column:1!important;
    grid-row:1!important;
    min-width:0!important;
    overflow:hidden!important;
  }
  .logo img{
    width:min(250px,100%)!important;
    max-height:88px!important;
    object-fit:contain!important;
  }
  .header-book-btn{display:none!important}
  .header-icons{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    flex-wrap:nowrap!important;
    gap:5px!important;
    min-width:max-content!important;
  }
  .header-icons .icon-link{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    min-height:44px!important;
    border-radius:50%!important;
    padding:0!important;
  }
  .header-icons .icon-link span{display:none!important}
  .menu-btn{
    display:block!important;
    grid-column:3!important;
    grid-row:1!important;
    justify-self:end!important;
    width:44px!important;
    height:44px!important;
    padding:0!important;
    cursor:pointer!important;
  }
  .main-nav{
    display:none!important;
    position:absolute!important;
    top:calc(100% - 8px)!important;
    left:0!important;
    right:0!important;
    z-index:1000!important;
    flex-direction:column!important;
    flex-wrap:nowrap!important;
    align-items:stretch!important;
    gap:0!important;
    padding:12px 18px 16px!important;
    background:var(--cream)!important;
    border:2px solid var(--navy)!important;
    box-shadow:8px 10px 0 rgba(2,17,36,.18)!important;
    white-space:normal!important;
  }
  .main-nav.open{display:flex!important}
  .main-nav a{
    width:100%!important;
    min-height:46px!important;
    padding:13px 4px!important;
    border-bottom:1px solid rgba(2,17,36,.15)!important;
    font-size:16px!important;
  }
  .main-nav a:last-child{border-bottom:0!important}
  .main-nav a::after{
    left:4px!important;
    right:auto!important;
    bottom:6px!important;
    width:64px!important;
  }
}



/* V83 launch stabilization */
.ndaf-under-construction{position:relative;margin:24px auto;padding:34px 30px;max-width:920px;background:#F3EADA;border:2px solid #021124;box-shadow:10px 12px 0 rgba(2,17,36,.18);text-align:center}
.ndaf-under-construction::before{content:"";position:absolute;left:50%;top:-14px;width:112px;height:28px;background:rgba(186,134,78,.78);transform:translateX(-50%) rotate(-2deg)}
.ndaf-under-construction h3{display:inline;position:relative;z-index:1;margin:0;font-family:Impact,"Arial Narrow",Arial,sans-serif;font-size:clamp(30px,4vw,48px);line-height:1.05;text-transform:uppercase}
.ndaf-under-construction h3::before{content:"";position:absolute;z-index:-1;left:-8px;right:-8px;bottom:.05em;height:.45em;background:#EEC908;transform:rotate(-1deg)}
.ndaf-under-construction p{max-width:690px;margin:18px auto 0;font-size:17px;line-height:1.6}
.ndaf-under-construction__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:22px}
.ndaf-under-construction__actions a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;padding:10px 17px;border:2px solid #021124;background:#021124;color:#F3EADA;font-weight:900;text-decoration:none}
.ndaf-under-construction__actions a.secondary{background:transparent;color:#021124}
/* Put decorative yellow behind text rather than floating as a separate bar. */
.ndaf-highlight-heading{display:inline;position:relative;z-index:0}
.ndaf-highlight-heading::before{content:"";position:absolute;z-index:-1;left:-.14em;right:-.14em;bottom:.03em;height:.42em;background:#EEC908;transform:rotate(-.7deg)}
/* Convert common awkward top bars on heading cards into behind-text highlights. */
.pricing-path__step,.foundation-price-card,.foundation-after-grid article,.coaching-detail-pricing{border-top-color:transparent!important}
.pricing-path__step h3,.foundation-price-card h2,.foundation-after-grid article h3,.coaching-detail-pricing h2{display:inline;position:relative;z-index:0}
.pricing-path__step h3::before,.foundation-price-card h2::before,.foundation-after-grid article h3::before,.coaching-detail-pricing h2::before{content:"";position:absolute;z-index:-1;left:-.12em;right:-.12em;bottom:.02em;height:.4em;background:#EEC908;transform:rotate(-.6deg)}
.v83-noindex-note{font-size:.78rem;color:#555}
@media(max-width:650px){.ndaf-under-construction{padding:30px 18px}.ndaf-under-construction__actions{flex-direction:column}.ndaf-under-construction__actions a{width:100%}}


/* V84 final construction and highlight polish */
.ndaf-under-construction{padding:24px 26px;max-width:820px;margin:20px auto;box-shadow:7px 8px 0 rgba(2,17,36,.16)}
.ndaf-under-construction::before{width:92px;height:22px;top:-11px}
.ndaf-under-construction h3{color:#021124;font-size:clamp(26px,3vw,38px)}
.ndaf-under-construction h3::before{height:.46em;bottom:.02em}
.ndaf-under-construction p{margin-top:13px;font-size:16px;line-height:1.5}
.ndaf-under-construction--compact{padding:22px 24px;max-width:760px}
.ndaf-under-construction--compact .ndaf-under-construction__actions{display:none}
.persona-products-section,.af-shop{padding-top:54px!important;padding-bottom:58px!important}
.persona-products-section .persona-section-heading h2,.af-shop .af-section-heading h2{font-size:clamp(38px,5vw,68px)!important;line-height:.96!important}
.persona-products-section .persona-section-heading,.af-shop .af-section-heading{margin-bottom:18px!important}
.ndaf-highlight-heading{display:inline!important;position:relative!important;z-index:0!important}
.ndaf-highlight-heading::before{content:""!important;position:absolute!important;z-index:-1!important;left:-.08em!important;right:-.08em!important;bottom:.04em!important;height:.34em!important;background:#EEC908!important;transform:rotate(-.6deg)!important}
.ndaf-eyebrow--plain{display:inline-block!important;width:auto!important;min-width:0!important;padding:0!important;margin:0 0 14px!important;background:transparent!important;color:#021124!important;transform:none!important}
.coaching-intro .ndaf-eyebrow--plain,.coaching-duration-section .ndaf-eyebrow--plain{font-size:13px!important;letter-spacing:.1em!important}
@media(max-width:650px){.ndaf-under-construction,.ndaf-under-construction--compact{padding:22px 16px;margin:16px 12px}.persona-products-section,.af-shop{padding-top:38px!important;padding-bottom:42px!important}}


/* V87 site-wide low-data controls */
.data-mode-control{display:flex;align-items:center;justify-content:center;flex:0 0 auto;margin:0}
.data-mode-toggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:34px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}
.data-mode-toggle__track{position:relative;display:block;width:38px;height:22px;border:2px solid currentColor;border-radius:999px;background:transparent;transition:background .18s ease}
.data-mode-toggle__thumb{position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:currentColor;transition:transform .18s ease}
.data-mode-toggle[aria-pressed="true"] .data-mode-toggle__track{background:#eec908}
.data-mode-toggle[aria-pressed="true"] .data-mode-toggle__thumb{transform:translateX(16px)}
.data-mode-toggle:focus-visible{outline:3px solid #eec908;outline-offset:2px;border-radius:8px}
.ndaf-data-offer{position:fixed;z-index:9999;left:50%;bottom:18px;transform:translate(-50%,18px);width:min(620px,calc(100% - 24px));padding:15px 16px;background:#f7f0e3;color:#021124;border:2px solid #021124;border-radius:12px;box-shadow:0 12px 34px rgba(2,17,36,.28);opacity:0;pointer-events:none;transition:.18s ease}
.ndaf-data-offer.is-visible{opacity:1;transform:translate(-50%,0);pointer-events:auto}
.ndaf-data-offer strong{display:block;margin-bottom:3px}.ndaf-data-offer p{margin:0 0 10px;font:600 .9rem/1.4 Arial,sans-serif}.ndaf-data-offer-actions{display:flex;gap:8px;flex-wrap:wrap}.ndaf-data-offer button{border:2px solid #021124;border-radius:8px;padding:8px 11px;background:#f3eada;color:#021124;font-weight:850;cursor:pointer}.ndaf-data-offer button:first-child{background:#021124;color:#fff}
.low-data *{animation:none!important;transition:none!important}.low-data [data-low-data-decorative],.low-data .hero-art,.low-data .footer-discord__desktop-art{display:none!important}.low-data body{background:#f3eada!important;background-image:none!important}.low-data section,.low-data main,.low-data footer{background-image:none!important}.low-data .data-mode-toggle{color:#021124}
@media(max-width:900px){.data-mode-toggle{width:42px;height:32px}.data-mode-toggle__track{width:34px;height:20px}.data-mode-toggle__thumb{width:10px;height:10px}.data-mode-toggle[aria-pressed="true"] .data-mode-toggle__thumb{transform:translateX(14px)}.ndaf-data-offer{bottom:10px}}

/* V89: slim-mode control lives in the footer, with a reliable custom tooltip. */
.data-mode-control--footer{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-left:auto;
  color:inherit;
  white-space:nowrap;
}
.data-mode-control__label{font-size:.82rem;font-weight:800;letter-spacing:.02em}
.data-mode-toggle{position:relative}
.data-mode-toggle::after{
  content:attr(data-tooltip);
  position:absolute;
  left:50%;
  bottom:calc(100% + 10px);
  z-index:30;
  transform:translate(-50%,4px);
  width:max-content;
  max-width:180px;
  padding:7px 9px;
  border-radius:6px;
  background:#021124;
  color:#fff;
  font-size:.75rem;
  font-weight:750;
  line-height:1.15;
  opacity:0;
  pointer-events:none;
  transition:opacity .15s ease,transform .15s ease;
  box-shadow:0 4px 12px rgba(2,17,36,.25);
}
.data-mode-toggle:hover::after,.data-mode-toggle:focus-visible::after{opacity:1;transform:translate(-50%,0)}
@media(max-width:720px){
  .footer-meta{align-items:center}
  .data-mode-control--footer{width:100%;justify-content:center;margin:8px 0 0}
}
