*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--black: #0a0a0a;--dark: #1a1a1a;--grey: #555;--light-grey: #999;--lighter: #e0e0e0;--off-white: #f8f7f4;--white: #ffffff;--accent: #1a1a1a}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit}nav.site-nav{position:fixed;top:0;width:100%;background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06);z-index:100;padding:0 2rem}.nav-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;height:64px}.nav-name{font-size:.85rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--black);text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-size:.82rem;font-weight:500;color:var(--grey);text-decoration:none;letter-spacing:.02em;transition:color .2s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--black)}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:20px;height:2px;background:var(--black);margin:5px 0;transition:.3s}.hero{position:relative;min-height:100vh;overflow:hidden}.hero-crest{position:absolute;top:-8%;left:-6%;width:58%;max-width:750px;pointer-events:none;z-index:1;transform:rotate(-8deg)}.hero-crest img{width:100%;height:auto}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding-top:52vh;padding-left:28%;padding-right:2rem}.hero-label{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--light-grey);margin-bottom:2rem}.hero h1{font-size:clamp(2.2rem,3.8vw,3.2rem);font-weight:800;line-height:1.05;color:var(--black);margin-bottom:1.5rem;letter-spacing:-.03em;text-transform:uppercase;white-space:nowrap}.hero p{font-size:1.1rem;color:var(--grey);max-width:520px;margin-bottom:2.5rem;line-height:1.7}.subscribe-form{display:flex;gap:0;width:100%;max-width:440px;margin-bottom:1rem}.subscribe-form input[type=email]{flex:1;padding:.9rem 1.2rem;border:1.5px solid var(--lighter);border-right:none;border-radius:6px 0 0 6px;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .2s;background:var(--white);color:var(--dark)}.subscribe-form input[type=email]:focus{border-color:var(--black)}.subscribe-form button{padding:.9rem 1.8rem;background:var(--black);color:var(--white);border:1.5px solid var(--black);border-radius:0 6px 6px 0;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .1s;white-space:nowrap}.subscribe-form button:hover{background:#333}.subscribe-form button:active{transform:scale(.98)}.subscribe-note{font-size:.78rem;color:var(--light-grey);display:block}section{padding:6rem 2rem;max-width:800px;margin:0 auto}.section-label{font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--light-grey);margin-bottom:1.5rem}section h2{font-size:1.8rem;font-weight:700;color:var(--black);margin-bottom:1.5rem;letter-spacing:-.01em}section p{font-size:1rem;color:var(--grey);line-height:1.8;margin-bottom:1.2rem}.divider{max-width:800px;margin:0 auto;border:none;border-top:1px solid rgba(0,0,0,.08)}.memos-section{background:var(--off-white);max-width:100%;padding:6rem 2rem}.memos-inner{max-width:800px;margin:0 auto}.memo-card{display:flex;gap:1.5rem;align-items:center;padding:1.8rem 0;border-bottom:1px solid rgba(0,0,0,.08);text-decoration:none;transition:opacity .2s;color:inherit}.memo-card:first-of-type{border-top:1px solid rgba(0,0,0,.08)}.memo-card:hover{opacity:.7}.memo-cover{flex-shrink:0;width:120px;height:80px;border-radius:6px;overflow:hidden;background:var(--lighter)}.memo-cover img{width:100%;height:100%;object-fit:cover}.memo-text{flex:1}.memo-date{font-size:.78rem;color:var(--light-grey);margin-bottom:.4rem;font-weight:500}.memo-title{font-size:1.15rem;font-weight:600;color:var(--black);margin-bottom:.3rem}.memo-preview{font-size:.9rem;color:var(--grey);line-height:1.6}.memos-cta{display:inline-block;margin-top:2rem;font-size:.85rem;font-weight:600;color:var(--black);text-decoration:none;border-bottom:1.5px solid var(--black);padding-bottom:2px;transition:opacity .2s}.memos-cta:hover{opacity:.6}.about-intro-section{max-width:100%;padding:0;position:relative;min-height:100vh}.about-intro-layout{position:relative;max-width:1400px;margin:0 auto;min-height:100vh;display:flex;align-items:flex-end}.about-intro-text{position:relative;z-index:2;max-width:480px;padding:0 0 12vh 6%}.about-intro-text h2{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;color:var(--black);margin-bottom:1.5rem;letter-spacing:-.02em}.about-intro-text p{font-size:1.05rem;color:var(--grey);line-height:1.8;margin-bottom:1.2rem}.about-cutout{position:absolute;right:0;bottom:0;width:55%;max-width:680px;z-index:1;pointer-events:none}.about-cutout img{width:100%;height:auto;display:block}.about-bio-section{max-width:900px;margin:0 auto;padding:5rem 2rem 6rem}.about-bio-section h3{font-size:1.1rem;font-weight:700;color:var(--black);margin-bottom:2rem}.about-bio-section p{font-size:1rem;color:var(--grey);line-height:1.8;margin-bottom:1.2rem}.about-bio-section a{color:var(--dark);text-decoration:underline;text-underline-offset:2px}.client-logos{font-size:.85rem;color:var(--light-grey);font-style:italic;margin-top:2rem;line-height:1.8}.channels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:2rem}.channel-link{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;border:1.5px solid rgba(0,0,0,.1);border-radius:8px;text-decoration:none;font-size:.85rem;font-weight:500;transition:border-color .2s,background .2s,color .2s;color:var(--dark)}.channel-link:hover{background:var(--off-white)}.channel-link.yt{color:red;border-color:#f003}.channel-link.yt:hover{border-color:red;background:#ff00000a}.channel-link.ig{color:#e1306c;border-color:#e1306c33}.channel-link.ig:hover{border-color:#e1306c;background:#e1306c0a}.channel-link.tt{color:#000;border-color:#0003}.channel-link.tt:hover{border-color:#000;background:#0000000a}.channel-link.li{color:#0a66c2;border-color:#0a66c233}.channel-link.li:hover{border-color:#0a66c2;background:#0a66c20a}.channel-link.xw{color:#000;border-color:#0003}.channel-link.xw:hover{border-color:#000;background:#0000000a}.channel-link.th{color:#000;border-color:#0003}.channel-link.th:hover{border-color:#000;background:#0000000a}.bottom-cta{text-align:center;padding:6rem 2rem;max-width:600px;margin:0 auto}.bottom-cta h2{font-size:1.8rem;font-weight:700;color:var(--black);margin-bottom:1rem}.bottom-cta p{font-size:1rem;color:var(--grey);margin-bottom:2rem}.bottom-cta .subscribe-form{margin:0 auto 1rem}.yt-section{max-width:100%;padding:6rem 2rem;background:var(--white)}.yt-inner{max-width:900px;margin:0 auto}.yt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.yt-video-card{border-radius:8px;overflow:hidden}.yt-embed-wrap{position:relative;width:100%;padding-bottom:56.25%;background:#000;border-radius:8px;overflow:hidden}.yt-embed-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.yt-video-title{font-size:.88rem;font-weight:600;color:var(--black);margin-top:.8rem;line-height:1.4}.yt-subscribe-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.2rem;padding:.7rem 1.4rem;background:red;color:#fff;border-radius:6px;text-decoration:none;font-size:.85rem;font-weight:600;font-family:inherit;transition:background .2s,transform .1s}.yt-subscribe-btn:hover{background:#c00}.yt-subscribe-btn:active{transform:scale(.98)}.yt-subscribe-btn svg{flex-shrink:0}.contact-bar{background:var(--off-white);padding:2rem;text-align:center}.contact-inner{max-width:800px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:.8rem;flex-wrap:wrap}.contact-label{font-size:.82rem;color:var(--grey);font-weight:500}.contact-email{font-size:.82rem;font-weight:600;color:var(--black);text-decoration:none;border-bottom:1.5px solid var(--black);padding-bottom:1px;transition:opacity .2s}.contact-email:hover{opacity:.6}footer.site-footer{border-top:1px solid rgba(0,0,0,.08);padding:3rem 2rem}.footer-inner{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-name{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--black);margin-bottom:.3rem}.footer-tagline{font-size:.78rem;color:var(--light-grey)}.footer-socials{display:flex;gap:1.2rem}.footer-socials a{color:var(--light-grey);text-decoration:none;font-size:.8rem;font-weight:500;transition:color .2s}.footer-socials a:hover{color:var(--black)}.memos-page{max-width:760px;margin:0 auto;padding:10rem 2rem 6rem}.memos-page--with-hero{padding-top:3rem}.memos-page-subscribe{margin-top:5rem;padding:3rem 2rem;background:var(--off-white);border-radius:12px;text-align:center}.memos-page-subscribe h3{font-size:1.4rem;font-weight:700;color:var(--black);margin-bottom:.6rem;letter-spacing:-.01em}.memos-page-subscribe p{font-size:.95rem;color:var(--grey);margin-bottom:1.5rem}.memos-page-subscribe .subscribe-form{margin:0 auto .6rem}.hero--memos h1{white-space:normal;font-size:clamp(2.6rem,5vw,4rem)}.memos-page-header{margin-bottom:4rem}.memos-page-header h1{font-size:clamp(2.4rem,5vw,3.4rem);font-weight:800;letter-spacing:-.03em;color:var(--black);margin-bottom:.8rem}.memos-page-header p{font-size:1.05rem;color:var(--grey);max-width:540px}.memos-list{list-style:none;padding:0;margin:0}.memos-list li{padding:1.8rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.memos-list li:first-child{border-top:1px solid rgba(0,0,0,.08)}.memos-list a{display:grid;grid-template-columns:40px 90px 1fr auto;gap:1.5rem;align-items:center;text-decoration:none;color:inherit;transition:opacity .2s}.memos-list a:hover{opacity:.65}.memos-list .roman{font-size:.78rem;font-weight:500;color:var(--light-grey);letter-spacing:.05em;font-style:italic}.memos-list .row-thumb{width:90px;height:60px;border-radius:4px;overflow:hidden;background:var(--lighter);flex-shrink:0}.memos-list .row-thumb img{width:100%;height:100%;object-fit:cover;display:block}.memos-list .memo-row-title{font-size:1.1rem;font-weight:600;color:var(--black);letter-spacing:-.01em}.memos-list .memo-row-date{font-size:.78rem;color:var(--light-grey);font-weight:500;white-space:nowrap}.home-intro{max-width:1100px;margin:0 auto;padding:9rem 2rem 0;display:grid;grid-template-columns:1.4fr 1fr;gap:4rem;align-items:end}.home-intro-text{padding-bottom:4rem}.home-portrait{align-self:end}.home-intro-text h1{font-size:clamp(2.4rem,4.5vw,3.4rem);font-weight:800;letter-spacing:-.03em;color:var(--black);margin-bottom:1rem;line-height:1.05}.home-intro-text .tagline{font-size:1.1rem;color:var(--grey);margin-bottom:1.8rem;line-height:1.6}.home-intro-text .lede{font-size:.98rem;color:var(--grey);line-height:1.8;margin-bottom:1.5rem}.home-intro-text .read-more{font-size:.85rem;font-weight:600;color:var(--black);text-decoration:none;border-bottom:1.5px solid var(--black);padding-bottom:2px}.home-intro-socials{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.home-intro-socials a{font-size:.78rem;color:var(--light-grey);text-decoration:none;font-weight:500;transition:color .2s}.home-intro-socials a:hover{color:var(--black)}.home-portrait img{width:100%;height:auto;border-radius:4px;display:block}.home-section{max-width:1100px;margin:0 auto;padding:3.5rem 2rem;display:grid;grid-template-columns:80px 1fr;gap:2rem;align-items:start;border-top:1px solid rgba(0,0,0,.08)}.home-section.no-border{border-top:none;padding-top:0}.home-section--memos{position:relative}.memos-book-deco{position:absolute;top:-1rem;right:1rem;width:180px;height:auto;pointer-events:none;transform:rotate(-6deg);opacity:.95;z-index:0}.home-section--memos>div{position:relative;z-index:1}@media(max-width:768px){.memos-book-deco{width:90px;top:-.5rem;right:.5rem;opacity:.5}}.home-section .section-numeral{font-size:.95rem;font-style:italic;color:var(--light-grey);font-weight:500;letter-spacing:.05em;padding-top:.6rem}.home-section h2{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;color:var(--black);margin-bottom:1.5rem}.home-section p{font-size:.98rem;color:var(--grey);line-height:1.8;margin-bottom:1.2rem}.home-section a.section-cta{display:inline-block;margin-top:1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;color:var(--black);border-bottom:1.5px solid var(--black);padding-bottom:2px;transition:opacity .2s}.home-section a.section-cta:hover{opacity:.6}.work-hero{max-width:1100px;margin:0 auto;padding:9rem 2rem 4rem;display:grid;grid-template-columns:1.1fr 1fr;gap:4rem;align-items:end}.work-hero-text{padding-bottom:1rem}.work-hero-text .hero-label{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--light-grey);margin-bottom:1.5rem}.work-hero-text h1{font-size:clamp(2.6rem,5vw,3.8rem);font-weight:800;letter-spacing:-.03em;color:var(--black);margin-bottom:1.4rem;line-height:1.05}.work-hero-text p{font-size:1.05rem;color:var(--grey);line-height:1.75;margin-bottom:2rem;max-width:480px}.work-hero-cta{display:inline-block;font-size:.88rem;font-weight:600;color:var(--black);text-decoration:none;border-bottom:1.5px solid var(--black);padding-bottom:3px;transition:opacity .2s}.work-hero-cta:hover{opacity:.6}.work-hero-portrait{align-self:end}.work-hero-portrait img{width:100%;height:auto;border-radius:8px;display:block;box-shadow:0 18px 50px #00000014}@media(max-width:768px){.work-hero{grid-template-columns:1fr;padding:7rem 1.5rem 3rem;gap:2.5rem}.work-hero-portrait{max-width:380px;margin:0 auto}}.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem;margin-top:1rem}.work-card{display:flex;flex-direction:column;padding:2rem;border:1px solid rgba(0,0,0,.1);border-radius:10px;background:var(--white);transition:transform .2s,box-shadow .2s,border-color .2s}.work-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000012;border-color:#00000029}.work-card-head{margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid rgba(0,0,0,.06)}.work-card h3{font-size:1.2rem;font-weight:700;color:var(--black);letter-spacing:-.01em;margin-bottom:.6rem;line-height:1.3}.work-meta{display:flex;gap:.6rem;align-items:center;font-size:.85rem}.work-price{font-weight:700;color:var(--black);letter-spacing:-.01em}.work-dot{color:var(--lighter)}.work-duration{color:var(--light-grey);font-weight:500}.work-desc{font-size:.92rem;color:var(--grey);line-height:1.7;margin-bottom:1rem}.work-ideal{font-size:.82rem;color:var(--grey);line-height:1.6;margin-bottom:1.4rem;padding-top:.4rem}.work-ideal strong{font-weight:600;color:var(--black)}.work-book-btn{margin-top:auto;padding:.85rem 1.4rem;background:var(--black);color:var(--white);border:1.5px solid var(--black);border-radius:6px;font-size:.88rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .1s}.work-book-btn:hover{background:#2a2a2a}.work-book-btn:active{transform:scale(.98)}.press-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.8rem;margin-top:2rem}.press-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,.08);border-radius:8px;overflow:hidden;background:var(--white);transition:transform .2s,box-shadow .2s,border-color .2s}.press-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f;border-color:#0000001f}.press-thumb{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--lighter)}.press-thumb img{width:100%;height:100%;object-fit:cover;display:block}.press-kind-badge{position:absolute;bottom:.6rem;left:.6rem;background:#000000c7;color:var(--white);font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.3rem .6rem;border-radius:4px;backdrop-filter:blur(4px)}.press-body{padding:1.2rem 1.3rem 1.4rem;display:flex;flex-direction:column;flex:1}.press-outlet{font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--light-grey);margin-bottom:.6rem}.press-title{font-size:1.02rem;font-weight:700;color:var(--black);line-height:1.3;letter-spacing:-.01em;margin-bottom:.6rem}.press-excerpt{font-size:.85rem;color:var(--grey);line-height:1.55;margin-bottom:1rem;flex:1}.press-cta{font-size:.8rem;font-weight:600;color:var(--black);border-bottom:1.5px solid var(--black);padding-bottom:2px;align-self:flex-start}.home-memo-list{list-style:none;padding:0;margin:0}.home-memo-list li{border-bottom:1px solid rgba(0,0,0,.08)}.home-memo-list li:first-child{border-top:1px solid rgba(0,0,0,.08)}.home-memo-list a{display:grid;grid-template-columns:100px 1fr auto;gap:1.2rem;align-items:center;padding:1.1rem 0;text-decoration:none;color:inherit;transition:opacity .2s}.home-memo-list a:hover{opacity:.7}.home-memo-list .thumb{width:100px;height:66px;border-radius:4px;overflow:hidden;background:var(--lighter)}.home-memo-list .thumb img{width:100%;height:100%;object-fit:cover;display:block}.home-memo-list .title{font-size:1.05rem;font-weight:600;color:var(--black);letter-spacing:-.01em;line-height:1.3}.home-memo-list .date{font-size:.78rem;color:var(--light-grey);font-weight:500;white-space:nowrap}.memo-page{max-width:700px;margin:0 auto;padding:8rem 2rem 6rem}.memo-header{margin-bottom:3rem}.memo-header .eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--light-grey);margin-bottom:1.2rem}.memo-header h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--black);margin-bottom:1rem}.memo-header .memo-meta{font-size:.85rem;color:var(--light-grey);display:flex;gap:.6rem;align-items:center}.memo-meta .dot{color:var(--lighter)}.memo-cover-img{width:100%;height:auto;border-radius:8px;margin-bottom:3rem;display:block}.memo-body{font-size:1.08rem;line-height:1.85;color:var(--dark)}.memo-body p{margin-bottom:1.4rem}.memo-body h2{font-size:1.55rem;font-weight:700;color:var(--black);letter-spacing:-.01em;margin:3rem 0 1.2rem}.memo-body h3{font-size:1.2rem;font-weight:700;color:var(--black);margin:2.4rem 0 1rem}.memo-body a{color:var(--black);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px}.memo-body a:hover{opacity:.6}.memo-body blockquote{border-left:3px solid var(--black);padding:.5rem 0 .5rem 1.5rem;margin:2rem 0;font-style:italic;color:var(--dark)}.memo-body ul,.memo-body ol{margin:0 0 1.4rem 1.5rem}.memo-body li{margin-bottom:.5rem}.memo-body img{max-width:100%;height:auto;border-radius:6px;margin:2rem 0}.memo-body hr{border:none;border-top:1px solid rgba(0,0,0,.1);margin:3rem auto;max-width:200px}.memo-body code{background:var(--off-white);padding:.15em .4em;border-radius:4px;font-size:.9em}.memo-body pre{background:var(--off-white);padding:1.2rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.memo-body pre code{background:transparent;padding:0}.memo-footer{margin-top:5rem;padding-top:2.5rem;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.memo-footer a{color:var(--black);text-decoration:none;border-bottom:1.5px solid var(--black);padding-bottom:2px}.memo-footer a:hover{opacity:.6}.memo-subscribe-block{margin-top:5rem;padding:3rem 2rem;background:var(--off-white);border-radius:12px;text-align:center}.memo-subscribe-block h3{font-size:1.3rem;font-weight:700;color:var(--black);margin-bottom:.6rem}.memo-subscribe-block p{font-size:.95rem;color:var(--grey);margin-bottom:1.5rem}.memo-subscribe-block .subscribe-form{margin:0 auto .6rem}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);flex-direction:column;padding:1.5rem 2rem;gap:1.2rem;border-bottom:1px solid rgba(0,0,0,.08)}.nav-links.open{display:flex}.subscribe-form{flex-direction:column}.subscribe-form input[type=email]{border-right:1.5px solid var(--lighter);border-radius:6px}.subscribe-form button{border-radius:6px}section{padding:4rem 1.5rem}.yt-grid{grid-template-columns:1fr}.channels-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{flex-direction:column;gap:1.5rem;text-align:center}.memos-page{padding:7rem 1.5rem 4rem}.memos-list a{grid-template-columns:32px 70px 1fr;gap:1rem}.memos-list .row-thumb{width:70px;height:50px}.memos-list .memo-row-date{grid-column:3;font-size:.72rem;margin-top:.3rem}.memo-page{padding:6rem 1.5rem 4rem}.home-intro{grid-template-columns:1fr;padding:7rem 1.5rem 3rem;gap:2rem}.home-portrait{max-width:320px}.home-section{grid-template-columns:50px 1fr;gap:1rem;padding:3rem 1.5rem}.home-section .section-numeral{font-size:.85rem}.home-memo-list a{grid-template-columns:70px 1fr;gap:1rem}.home-memo-list .thumb{width:70px;height:48px}.home-memo-list .date{grid-column:2;font-size:.72rem;margin-top:.3rem}}
