@font-face{font-family:THICCCBOI;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/THICCCBOI-Bold.woff2)format("woff2")}@font-face{font-family:THICCCBOI;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/THICCCBOI-Medium.woff2)format("woff2")}:root{--bg:#f4f1ea;--white:#fff;--charcoal:#181a1b;--slate:#2a3033;--accent:#a46133;--accent-2:#c6884f;--olive:#072107;--line:#181a1b24;--line-strong:var(--charcoal);--on-accent:#fff;--font-display:"THICCCBOI", system-ui, sans-serif;--font-headline:"THICCCBOI", system-ui, sans-serif;--font-body:"Manrope", system-ui, -apple-system, sans-serif;--container:1320px;--gutter:clamp(1.25rem, 4vw, 3rem);--radius:6px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--charcoal);font-family:var(--font-body);-webkit-font-smoothing:antialiased;font-size:18px;line-height:1.65;overflow-x:clip}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:inherit}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}html{scroll-behavior:auto}}.shell{max-width:var(--container);padding:0 var(--gutter);margin:0 auto}h1,h2,h3,h4{font-family:var(--font-headline);letter-spacing:-.01em;color:var(--charcoal);text-transform:uppercase;font-weight:700;line-height:1.05}.eyebrow{font-family:var(--font-body);letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:1.1rem;font-size:.8rem;font-weight:700;display:inline-block}.eyebrow.on-dark{color:var(--accent-2)}.btn{font-family:var(--font-body);border-radius:var(--radius);border:2px solid #0000;align-items:center;gap:.5rem;padding:.95rem 1.75rem;font-size:1rem;font-weight:700;transition:transform .15s,background .15s,border-color .15s,color .15s;display:inline-flex}.btn svg{flex-shrink:0;width:18px;height:18px;transition:transform .15s}.btn:hover svg{transform:translate(3px)}.btn-primary{background:var(--olive);color:var(--on-accent)}.btn-primary:hover{background:var(--charcoal)}.btn-primary.on-dark{background:var(--accent);color:var(--white);border-color:#0000}.btn-primary.on-dark:hover{background:var(--accent-2)}.btn-outline{border-color:var(--charcoal);color:var(--charcoal);background:0 0}.btn-outline:hover{border-color:var(--accent);color:var(--accent)}.btn-outline.on-dark{color:var(--white);border-color:#ffffff80}.btn-outline.on-dark:hover{border-color:var(--accent-2);color:var(--accent-2)}.btn-block{justify-content:center;width:100%}.ph{background:repeating-linear-gradient(135deg, #181a1b0f 0 2px, transparent 2px 14px), var(--slate);color:#cfd3d4;border-radius:var(--radius);align-items:flex-end;min-height:260px;display:flex;position:relative;overflow:hidden}.ph:before{content:"PHOTO PLACEHOLDER";font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#ffffff8c;background:#00000040;border-radius:3px;padding:.3rem .6rem;font-size:.65rem;font-weight:700;position:absolute;top:1rem;left:1rem}.ph-label{font-family:var(--font-body);padding:1rem;font-size:.85rem;font-weight:500;line-height:1.4}header{z-index:100;backdrop-filter:blur(8px);background:#181a1bf5;border-bottom:1px solid #ffffff1a;transition:padding .2s;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;padding:1.35rem 0;transition:padding .2s;display:flex}header.compact .header-inner{padding:.85rem 0}header .btn-primary{border-color:#c6884f8c}.wordmark{font-family:var(--font-display);letter-spacing:-.01em;text-transform:uppercase;font-size:1.15rem;font-weight:700}header .wordmark{color:var(--white)}.wordmark span{color:var(--accent-2)}nav.main-nav{align-items:center;gap:2.25rem;display:flex}nav.main-nav a.navlink{color:#ffffffbf;font-size:.95rem;font-weight:600;position:relative}nav.main-nav a.navlink:after{content:"";background:var(--accent-2);transform-origin:0;height:2px;transition:transform .2s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(0)}nav.main-nav a.navlink:hover{color:var(--white)}nav.main-nav a.navlink:hover:after{transform:scaleX(1)}.header-actions{align-items:center;gap:1.25rem;display:flex}.menu-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;display:none}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{content:"";background:var(--white);width:24px;height:2px;transition:transform .2s,opacity .2s;display:block;position:relative}.menu-toggle span:before{background:var(--white);width:24px;height:2px;position:absolute;top:-7px}.menu-toggle span:after{background:var(--white);width:24px;height:2px;position:absolute;top:7px}header.menu-open .menu-toggle span{background:0 0}header.menu-open .menu-toggle span:before{top:0;transform:rotate(45deg)}header.menu-open .menu-toggle span:after{top:0;transform:rotate(-45deg)}.mobile-cta{display:none}body.nav-open{overflow:hidden}@media (width<=860px){nav.main-nav{background:var(--charcoal);padding:.5rem var(--gutter) 1.5rem;border-bottom:1px solid #ffffff1f;flex-direction:column;align-items:stretch;gap:0;display:none;position:absolute;top:100%;left:0;right:0}header.menu-open nav.main-nav{display:flex}nav.main-nav a.navlink{align-items:center;min-height:44px;display:flex}.menu-toggle{display:flex}.header-actions .btn-primary.header-cta{display:none}.mobile-cta{background:var(--accent);color:var(--white);border-radius:var(--radius);justify-content:center;align-items:center;min-height:44px;padding:.6rem 1rem;font-size:.9rem;font-weight:700;display:inline-flex}}section{padding:clamp(3.5rem,7vw,7rem) 0}.section-head{max-width:720px;margin-bottom:3rem}.section-head.center{text-align:center;margin-left:auto;margin-right:auto}.section-head h2{margin-bottom:1rem;font-size:clamp(2rem,1.3rem + 2.6vw,3rem)}.section-head p{color:var(--slate);font-size:1.15rem}.bg-white{background:var(--white)}.bg-charcoal{background:var(--charcoal);color:var(--bg)}.bg-charcoal h2,.bg-charcoal h3,.bg-charcoal h4{color:var(--white)}.bg-charcoal p{color:#c9cdce}.bg-accent{color:var(--white);background:linear-gradient(#121011b8,#121011d1),url(/images/bg-newsletter.jpg) 50% 32%/cover no-repeat}.bg-accent h2{color:var(--white)}.rule{background:var(--accent);border:none;height:3px}.rule-thin{background:var(--line-strong);border:none;height:2px}.hero{background:#121011;align-items:center;min-height:min(820px,92vh);padding:0;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg img{object-fit:cover;object-position:50% 30%;width:138%;max-width:none;height:100%}.hero-scrim{z-index:1;background:linear-gradient(90deg,#121011f5 0%,#121011e0 32%,#1210118c 52%,#1210111a 72%,#0000 88%);position:absolute;inset:0}.hero:after{content:"";background:var(--accent);z-index:2;height:6px;position:absolute;bottom:0;left:0;right:0}.hero-copy{z-index:2;max-width:680px;padding:clamp(3rem, 6vw, 4.5rem) clamp(1.5rem, 5vw, 4rem) clamp(3rem, 6vw, 4.5rem) var(--gutter);position:relative}.hero h1{color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.75rem,1.9rem + 3.6vw,5rem);line-height:.98}.hero .tagline{color:#f4f1ead9;max-width:46ch;margin-bottom:2rem;font-size:1.25rem}.hero-ctas{flex-wrap:wrap;gap:1rem;margin-bottom:1rem;display:flex}.hero-micro{color:#f4f1eab3;font-size:.9rem;font-weight:600}.hero .btn-outline{color:var(--white);border-color:#ffffff8c}.hero .btn-outline:hover{border-color:var(--accent-2);color:var(--accent-2)}.hero .btn-primary{border-color:#c6884f8c}.hero .btn-primary:hover{background:var(--charcoal);border-color:#fff6}@media (width<=900px){.hero{align-items:flex-end;min-height:100svh}.hero-bg img{object-position:50% 14%;width:100%}.hero-scrim{background:linear-gradient(#0000 0%,#1210111f 16%,#1210118c 36%,#121011eb 58%,#121011f7 100%)}.hero-copy{max-width:none;padding-top:34vh}}.bg-tint{background:var(--bg)}.audit-section{background:linear-gradient(#12101185,#121011a3),url(/images/audit-compass.jpg) 50% 38%/cover no-repeat;position:relative}.audit-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem);display:grid}.audit-copy .eyebrow{color:var(--accent-2)}.audit-copy h2{color:var(--white);margin-bottom:1.2rem;font-size:clamp(2rem,1.4rem + 2.4vw,3rem);line-height:1.06}.audit-copy>p{color:#f4f1ead9;max-width:50ch;margin-bottom:1.5rem;font-size:1.12rem}.audit-includes{gap:.55rem;margin:0 0 2rem;display:grid}.audit-includes li{color:#f4f1eaeb;align-items:baseline;gap:.75rem;font-size:1rem;display:flex}.audit-includes li:before{content:"→";color:var(--accent-2);flex-shrink:0}.audit-privacy{color:#f4f1eaa6;margin-top:1rem;font-size:.85rem}.audit-sample{background:var(--bg);border-radius:var(--radius);padding:1.9rem 2rem;box-shadow:0 30px 60px -30px #000000a6}.audit-sample-tag{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:1.1rem;font-size:.72rem;font-weight:800;display:block}.audit-score-row{align-items:baseline;gap:.9rem;margin-bottom:1.4rem;display:flex}.audit-score{font-family:var(--font-display);color:var(--charcoal);font-size:3.2rem;font-weight:700;line-height:1}.audit-score-label{color:var(--slate);font-size:.9rem;font-weight:600}.audit-bars{gap:.55rem;margin-bottom:1.5rem;display:grid}.audit-bar{color:var(--slate);grid-template-columns:148px 1fr;align-items:center;gap:.75rem;font-size:.78rem;font-weight:600;display:grid}.audit-bar .track{background:#181a1b1a;border-radius:4px;height:8px;display:block;overflow:hidden}.audit-bar .fill{background:var(--olive);border-radius:4px;height:100%;display:block}.audit-bar.low .fill{background:var(--accent)}.audit-read{border-top:1px solid var(--line);gap:.7rem;padding-top:1.25rem;display:grid}.audit-read p{color:var(--slate);font-size:.9rem}.audit-read strong{color:var(--charcoal)}@media (width<=920px){.audit-grid{grid-template-columns:1fr}.audit-sample{max-width:520px}}.others-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.assess-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden}.assess-card:hover{border-color:var(--charcoal);transform:translateY(-3px);box-shadow:0 12px 28px -16px #181a1b47}.assess-photo{object-fit:cover;width:100%;height:190px;transition:transform .35s;display:block}.assess-card:hover .assess-photo{transform:scale(1.04)}.assess-body{flex-direction:column;flex-grow:1;padding:1.6rem 1.75rem 1.75rem;display:flex}.assess-card h3{margin-bottom:1.1rem;font-size:1.4rem}.assess-card .question{color:var(--accent);margin-bottom:.5rem;font-size:1rem;font-weight:600}.assess-card .card-cta{color:var(--accent);align-items:center;gap:.4rem;margin-top:auto;font-size:.95rem;font-weight:700;display:inline-flex}.assess-card .card-cta svg{width:16px;height:16px;transition:transform .15s}.assess-card:hover .card-cta svg{transform:translate(3px)}@media (width<=820px){.others-grid{grid-template-columns:1fr;max-width:460px;margin:0 auto}}.recognition-head{max-width:820px;margin-bottom:3.5rem}.recognition-head h2{font-size:clamp(1.9rem,1.4rem + 2vw,2.75rem);line-height:1.12}.scene-grid{background:#ffffff29;border:1px solid #ffffff29;grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.scene{font-family:var(--font-display);color:#f4f1eaeb;background:#181a1bc7;padding:2.25rem;font-size:1.2rem;font-weight:700;line-height:1.35}.scene span{color:var(--accent-2)}@media (width<=700px){.scene-grid{grid-template-columns:1fr}}.bg-green{background:var(--olive);color:var(--bg)}.bg-green h2,.bg-green h3{color:var(--white)}.bg-green .eyebrow{color:var(--accent-2)}.sound-familiar{color:var(--bg);background:linear-gradient(#121011bd,#121011db),url(/images/bg-sound-familiar.jpg) 50% 38%/cover no-repeat}.sound-familiar h2{color:var(--white)}.unlocked-grid{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2.5rem,5vw,5rem);display:grid}.unlocked-grid h2{margin-bottom:1.5rem;font-size:clamp(2rem,1.4rem + 2.5vw,3.25rem)}.unlocked-grid .lead{color:#d6d9da;margin-bottom:1rem;font-size:1.2rem}.unlocked-list{border-top:1px solid #ffffff24;gap:0;display:grid}.unlocked-list li{color:var(--white);border-bottom:1px solid #ffffff24;align-items:baseline;gap:1rem;padding:1.1rem 0;font-size:1.05rem;font-weight:600;display:flex}.unlocked-list li:before{content:"→";color:var(--accent-2);flex-shrink:0}.unlocked-closing{border-top:3px solid var(--accent-2);font-family:var(--font-display);color:var(--white);margin-top:2.5rem;padding-top:2rem;font-size:1.4rem;font-weight:700;line-height:1.3}@media (width<=800px){.unlocked-grid{grid-template-columns:1fr}}.cat-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.cat-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.cat-card .ph,.cat-card .cat-photo{border-radius:0;min-height:210px}.cat-photo{object-fit:cover;width:100%;height:210px;transition:transform .35s;display:block}.cat-card{overflow:hidden}.cat-card:hover .cat-photo{transform:scale(1.04)}.cat-photo--wine{object-position:55% 22%}.cat-card-body{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.cat-card h3{margin-bottom:.6rem;font-size:1.35rem}.cat-card p{color:var(--slate);flex-grow:1;margin-bottom:1.25rem;font-size:.98rem}.cat-links{flex-wrap:wrap;gap:1.25rem;margin-top:auto;display:flex}.cat-links a{color:var(--accent);font-size:.9rem;font-weight:700}.cat-links a:hover{color:var(--charcoal)}@media (width<=980px){.cat-grid{grid-template-columns:1fr 1fr}}@media (width<=620px){.cat-grid{grid-template-columns:1fr}}.story-band{background:var(--charcoal)}.story-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem);display:grid}.story-photo-wrap{position:relative}.story-photo{object-fit:cover;object-position:center 20%;border-radius:var(--radius);width:100%;height:100%;max-height:620px;display:block}.story-photo-inset{border:3px solid var(--bg);object-fit:cover;aspect-ratio:3/4;border-radius:4px;width:34%;max-width:165px;display:block;position:absolute;bottom:1.1rem;left:1.1rem;box-shadow:0 14px 30px -12px #0009}.story-copy{max-width:620px}.story-copy h2{color:var(--white);margin-bottom:1.4rem;font-size:clamp(1.9rem,1.3rem + 2.2vw,2.75rem);line-height:1.1}.story-copy p{color:#f4f1ead9;margin-bottom:1.1rem;font-size:1.08rem}.story-copy .btn{margin-top:1rem}@media (width<=820px){.story-grid{grid-template-columns:1fr}.story-photo{max-height:460px}}.insight-featured{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:.85fr 1fr;margin-bottom:2.75rem;display:grid;overflow:hidden}.insight-featured-photo{object-fit:cover;object-position:center 22%;width:100%;height:100%;min-height:220px;max-height:280px;display:block}.insight-featured-body{flex-direction:column;justify-content:center;gap:.6rem;padding:2rem 2.25rem;display:flex}.insight-featured-body h3{font-size:clamp(1.5rem,1.2rem + 1vw,1.9rem);line-height:1.15}.insight-featured-body p.desc{color:var(--slate);font-size:.98rem}@media (width<=700px){.insight-featured{grid-template-columns:1fr}.insight-featured-photo{max-height:200px}}.insight-latest-head{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--slate);border-bottom:2px solid var(--charcoal);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:.85rem;font-weight:700}.insight-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.insight-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.insight-photo{object-fit:cover;object-position:center 25%;width:100%;height:150px;display:block}.insight-body{flex-direction:column;gap:.4rem;padding:1.1rem 1.25rem 1.35rem;display:flex}.insight-cat{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:700}.insight-card h3{font-size:1.1rem;line-height:1.2}.insight-meta{color:var(--slate);margin-top:.15rem;font-size:.82rem;font-weight:600}@media (width<=700px){.insight-grid{grid-template-columns:1fr}}.masterclass{background:var(--charcoal);color:var(--bg)}.masterclass .section-head h2{color:var(--white)}.masterclass .eyebrow{color:var(--accent-2)}.masterclass p.mc-lead{color:#f4f1ead9;max-width:60ch;margin-top:1rem;font-size:1.08rem}.mc-layout{grid-template-columns:1.4fr 1fr;align-items:start;gap:1.5rem;display:grid}.mc-card{border-radius:var(--radius);background:#ffffff0d;border:1px solid #ffffff24;flex-direction:column;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.mc-card:hover{border-color:var(--accent-2);transform:translateY(-3px)}.mc-thumb-wrap{position:relative}.mc-thumb{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.mc-badge{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;border-radius:3px;padding:.3rem .7rem;font-size:.72rem;font-weight:800;position:absolute;top:.85rem;left:.85rem}.mc-badge--free{background:var(--olive);color:var(--white);border:1px solid var(--accent-2)}.mc-badge--premium{background:var(--accent);color:var(--white)}.mc-body{flex-direction:column;flex-grow:1;gap:.45rem;padding:1.25rem 1.4rem 1.4rem;display:flex}.mc-cat{letter-spacing:.12em;text-transform:uppercase;color:var(--accent-2);font-size:.78rem;font-weight:700}.mc-card h3{color:var(--white);font-size:1.05rem;line-height:1.25}.mc-featured .mc-body{padding:1.75rem 1.9rem 1.9rem}.mc-featured h3{font-size:1.5rem}.mc-featured .desc{color:#f4f1ead9;font-size:1rem}.mc-instructor{color:#f4f1eab3;margin-top:auto;font-size:.88rem}.mc-instructor strong{color:#f4f1eaf2;font-weight:700}.mc-side{flex-direction:column;gap:1.5rem;display:flex}.mc-side .mc-card{flex-direction:row;align-items:flex-start}.mc-side .mc-thumb-wrap{flex:0 0 48%}.mc-side .mc-thumb{aspect-ratio:16/9;width:100%;height:auto}.mc-side .mc-body{padding:1rem 1.2rem}.mc-side h3{font-size:.98rem}@media (width<=1020px){.mc-layout{grid-template-columns:1fr}}@media (width<=640px){.mc-side .mc-card{flex-direction:column}.mc-side .mc-thumb-wrap{flex:none}}.newsletter-inner{text-align:center;max-width:640px;margin:0 auto}.newsletter-inner h2{color:var(--white);margin-bottom:1rem;font-size:clamp(1.9rem,1.4rem + 2vw,2.75rem)}.newsletter-inner p{color:#ffffffe6;margin-bottom:.5rem;font-size:1.1rem}.newsletter-freq{letter-spacing:.06em;text-transform:uppercase;color:#ffffffbf;margin-bottom:2rem;font-size:.85rem;font-weight:700;display:block}form.newsletter-form{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}form.newsletter-form input{font-family:var(--font-body);border-radius:var(--radius);border:2px solid #0000;flex:200px;min-width:200px;padding:.9rem 1.1rem;font-size:1rem}form.newsletter-form input:focus-visible{outline:3px solid var(--charcoal)}form.newsletter-form button{background:var(--accent);color:var(--white);border-radius:var(--radius);border:none;flex-shrink:0;padding:.9rem 1.75rem;font-size:1rem;font-weight:700}form.newsletter-form button:hover{background:var(--accent-2)}.newsletter-status{color:#ffffffeb;min-height:1.4em;margin-top:1rem;font-size:.95rem}footer{background:var(--charcoal);color:#a9adae;padding:4.5rem 0 2.5rem}.footer-top{border-bottom:1px solid #ffffff1f;grid-template-columns:1.4fr repeat(4,1fr);gap:2.5rem;padding-bottom:3rem;display:grid}.footer-brand .wordmark{color:var(--white);margin-bottom:1rem}.footer-brand .wordmark span{color:var(--accent-2)}.footer-brand p{max-width:32ch;font-size:.95rem}.footer-col h5{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--white);margin-bottom:1.1rem;font-size:.85rem;font-weight:700}.footer-col ul{gap:.7rem;display:grid}.footer-col a{font-size:.95rem}.footer-col a:hover{color:var(--white)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:2rem;font-size:.85rem;display:flex}@media (width<=900px){.footer-top{grid-template-columns:1fr 1fr}}@media (width<=560px){.footer-top{grid-template-columns:1fr}}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=560px){.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{justify-content:center;width:100%}.audit-sample{padding:1.35rem}.audit-bar{grid-template-columns:1fr;gap:.3rem}.audit-score{font-size:2.6rem}.story-photo-inset{border-width:2px;width:28%;bottom:.75rem;left:.75rem}}@supports (height:100dvh){@media (width<=900px){.hero{min-height:100dvh}}}
