@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&family=Space+Grotesk:wght@300;400;500;600&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--bg: #0D1117;--surface: #141922;--surface2: #1A2030;--gold: #C9A84C;--gold-dim: rgba(201,168,76,.15);--gold-line: rgba(201,168,76,.3);--white: #F0EEE9;--muted: rgba(240,238,233,.45);--faint: rgba(240,238,233,.12);--stone: rgba(240,238,233,.08)}html{background:var(--bg);scroll-behavior:smooth}body{font-family:Space Grotesk,sans-serif;background:var(--bg);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}#scroll-container{height:600vh;position:relative}#canvas-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0}#canvas-wrapper canvas{display:block}.panel{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none;opacity:0;transition:opacity .6s ease}.panel.active{pointer-events:auto}.panel-inner{text-align:center;padding:2rem;max-width:860px;width:100%}#navbar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2.5rem;border-bottom:1px solid var(--faint);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d1117b3}.nav-logo img{width:32px;height:32px;border-radius:4px;opacity:.9;filter:grayscale(20%)}.nav-links{display:flex;gap:2rem}.nav-links a{font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-subscribe{font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--bg);text-decoration:none;background:var(--gold);padding:.45rem 1.1rem;border-radius:2px;transition:opacity .2s}.nav-subscribe:hover{opacity:.85}#progress{position:fixed;top:0;left:0;height:2px;width:0%;z-index:200;background:var(--gold);transition:width .1s linear}.section-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.section-label-line{flex:1;height:1px;background:var(--faint)}.section-label-text{font-size:.6rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);white-space:nowrap}.eyebrow{font-family:Space Grotesk,sans-serif;font-size:.6rem;font-weight:500;letter-spacing:.4em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.hero-name{font-family:Playfair Display,serif;font-size:clamp(4rem,11vw,9rem);font-weight:700;line-height:.88;color:var(--white);letter-spacing:-.02em}.hero-name em{font-style:italic;font-weight:400;color:var(--gold)}.divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.75rem 0}.divider-line{width:3rem;height:1px;background:var(--faint)}.divider-dot{width:5px;height:5px;border-radius:50%;background:var(--gold)}.tagline{font-family:Playfair Display,serif;font-size:clamp(.9rem,2vw,1.15rem);font-style:italic;color:var(--muted);margin-bottom:2.5rem;letter-spacing:.01em}.btn-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{display:inline-block;text-decoration:none;font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:.8rem 2rem;border-radius:2px;transition:opacity .2s}.btn-primary:hover{opacity:.85}.btn-secondary{display:inline-block;text-decoration:none;font-size:.65rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--white);padding:.8rem 2rem;border-radius:2px;border:1px solid var(--faint);transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--gold-line);color:var(--gold)}.about-headline{font-family:Playfair Display,serif;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.05;color:var(--white);margin-bottom:1rem}.about-headline em{font-style:italic;color:var(--gold);font-weight:400}.about-rule{width:2rem;height:2px;background:var(--gold);margin:1.25rem auto}.about-body{display:flex;flex-direction:column;gap:1rem;text-align:left;max-width:580px;margin:0 auto}.about-body p{font-size:.92rem;line-height:1.75;color:var(--muted);font-weight:300}.kanban-headline{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--white);margin-bottom:.4rem}.kanban-sub{font-size:.82rem;color:var(--muted);margin-bottom:1.5rem;font-weight:300}.kanban-board{background:var(--surface);border:1px solid var(--faint);border-radius:6px;overflow:hidden}.kanban-header{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:var(--surface2);border-bottom:1px solid var(--faint)}.kanban-dot{width:10px;height:10px;border-radius:50%}.kanban-title{font-size:.6rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-left:.25rem}.kanban-cols{display:flex;gap:0;overflow-x:auto;padding:1rem;scrollbar-width:none}.kanban-cols::-webkit-scrollbar{display:none}.kanban-col{flex:0 0 140px;padding:0 .5rem;border-right:1px solid var(--faint)}.kanban-col:last-child{border-right:none}.col-header{border-top:2px solid;padding-top:.6rem;margin-bottom:.75rem}.col-title{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.15rem}.col-sub{font-size:.55rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.sticky{font-size:.62rem;line-height:1.4;padding:.5rem .6rem;margin-bottom:.5rem;border-radius:2px;white-space:pre-line;font-family:Space Grotesk,sans-serif;color:#111;transform:rotate(var(--rot));box-shadow:0 2px 8px #0000004d;font-weight:500}.kyberno-link{margin-top:.75rem;text-align:center}.kyberno-link a{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold-line);padding-bottom:2px;transition:border-color .2s}.kyberno-link a:hover{border-color:var(--gold)}.books-headline{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--white);margin-bottom:1.5rem}.books-row{display:flex;gap:2.5rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.book-item{display:flex;flex-direction:column;align-items:center;gap:.6rem;width:180px}.book-cover{width:100%;border-radius:3px;box-shadow:0 12px 40px #0009,0 0 0 1px var(--faint)}.book-spine{width:100%;aspect-ratio:2/3;background:linear-gradient(135deg,var(--surface2) 0%,var(--surface) 100%);border:1px solid var(--faint);border-radius:3px;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,serif;font-size:.8rem;font-style:italic;color:var(--muted);padding:1rem;text-align:center;line-height:1.4;box-shadow:0 12px 40px #00000080}.book-badge{font-size:.55rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;padding:.25rem .6rem;border-radius:2px}.badge-live{background:var(--gold);color:var(--bg)}.badge-soon{border:1px solid var(--faint);color:var(--muted)}.book-title{font-family:Playfair Display,serif;font-size:.95rem;font-weight:700;color:var(--white);text-align:center;line-height:1.3}.book-sub{font-size:.65rem;color:var(--muted);text-align:center;line-height:1.4}.book-links{display:flex;flex-direction:column;gap:.4rem;width:100%}.book-link{display:block;text-align:center;font-size:.6rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;padding:.5rem .75rem;border-radius:2px;transition:opacity .2s}.book-link-primary{background:var(--gold);color:var(--bg)}.book-link-secondary{border:1px solid var(--faint);color:var(--muted)}.book-link:hover{opacity:.8}.writing-headline{font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;color:var(--white);margin-bottom:.4rem}.writing-sub{font-size:.82rem;color:var(--muted);margin-bottom:1.5rem;font-weight:300}.macbook{width:100%;max-width:520px;margin:0 auto}.macbook-screen-wrap{background:var(--surface2);border:1px solid var(--faint);border-radius:8px 8px 0 0;overflow:hidden;box-shadow:0 20px 60px #000000b3}.macbook-browser{display:flex;align-items:center;gap:.4rem;padding:.55rem .75rem;background:var(--surface);border-bottom:1px solid var(--faint)}.mac-dot{width:9px;height:9px;border-radius:50%}.mac-url{flex:1;margin-left:.5rem;font-size:.55rem;color:var(--muted);letter-spacing:.05em;display:flex;align-items:center;gap:.35rem}.mac-screen{padding:1rem;text-align:left}.mac-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid var(--faint)}.mac-brand-name{font-family:Playfair Display,serif;font-size:1rem;font-weight:700;color:var(--white)}.mac-posts{display:flex;flex-direction:column;gap:.4rem;margin-bottom:.75rem}.mac-post{display:flex;align-items:center;justify-content:space-between;padding:.5rem .6rem;background:var(--stone);border-radius:3px;border:1px solid var(--faint);text-decoration:none;transition:border-color .2s,background .2s}.mac-post:hover{border-color:var(--gold-line);background:var(--gold-dim)}.mac-post-title{font-size:.65rem;color:var(--white);font-weight:400;line-height:1.3;flex:1;margin-right:.75rem}.mac-post-date{font-size:.55rem;color:var(--muted);white-space:nowrap}.mac-subscribe{display:flex;align-items:center;justify-content:space-between;padding:.5rem .6rem;background:var(--gold-dim);border:1px solid var(--gold-line);border-radius:3px}.mac-sub-text{font-size:.6rem;color:var(--muted)}.mac-sub-btn{font-size:.58rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);text-decoration:none;transition:opacity .2s}.mac-sub-btn:hover{opacity:.75}.macbook-base{background:var(--surface2);border:1px solid var(--faint);border-top:none;border-radius:0 0 10px 10px;padding:.75rem 1rem .6rem}.macbook-keyboard{display:flex;flex-direction:column;gap:3px;margin-bottom:6px}.kb-row{display:flex;gap:3px;justify-content:center}.kb-key{height:6px;background:var(--stone);border:1px solid var(--faint);border-radius:1px;flex-shrink:0}.macbook-trackpad{width:35%;margin:0 auto;height:14px;background:var(--stone);border:1px solid var(--faint);border-radius:3px}.connect-headline{font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:var(--white);margin-bottom:.5rem}.connect-sub{font-size:.85rem;color:var(--muted);margin-bottom:2rem;font-weight:300}.connect-cards{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.connect-card{display:flex;flex-direction:column;gap:.4rem;padding:1.25rem 1.4rem;border-radius:4px;text-decoration:none;width:220px;text-align:left;transition:transform .2s,box-shadow .2s}.connect-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0006}.card-white{background:var(--white);color:var(--bg);border:1px solid rgba(255,255,255,.15)}.card-navy{background:var(--surface2);color:var(--white);border:1px solid var(--faint)}.card-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.25rem}.card-icon-light{background:#1b3a5c1a}.card-icon-dark{background:var(--gold-dim)}.card-title{font-size:.8rem;font-weight:600;letter-spacing:.04em}.card-white .card-title{color:var(--bg)}.card-navy .card-title{color:var(--white)}.card-desc{font-size:.68rem;line-height:1.5;font-weight:300;flex:1}.card-white .card-desc{color:#0d111799}.card-navy .card-desc{color:var(--muted)}.card-cta{font-size:.58rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin-top:.25rem}.card-white .card-cta{color:#1b3a5c}.card-navy .card-cta{color:var(--gold)}.connect-email{display:block;margin-top:1.5rem;font-size:.72rem;color:var(--muted);text-decoration:none;letter-spacing:.05em;transition:color .2s}.connect-email:hover{color:var(--white)}.connect-links{display:flex;gap:.75rem;justify-content:center;align-items:center;margin-top:.75rem}.connect-link{font-size:.65rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}.connect-link:hover{color:var(--gold)}#scroll-hint{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:50;pointer-events:none;animation:fadeHint 1s ease 2s both}@keyframes fadeHint{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}#scroll-hint span{font-size:.55rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted)}#scroll-hint-line{width:1px;height:2.5rem;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4;transform:scaleY(.7);transform-origin:top}50%{opacity:1;transform:scaleY(1)}}@media (max-width: 640px){#navbar{padding:1rem 1.25rem}.nav-links{display:none}.panel-inner{padding:1.25rem}.kanban-cols{padding:.75rem}.kanban-col{flex:0 0 120px}.books-row,.connect-cards{flex-direction:column;align-items:center}.connect-card{width:100%;max-width:300px}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
