nav{display:flex;justify-content:space-between;align-items:center;padding:2rem 3rem;border-bottom:.5px solid var(--color-border)}.wordmark{font-size:11px;letter-spacing:.15em;text-transform:uppercase}nav ul{display:flex;gap:2rem;list-style:none}nav a{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-muted);transition:color .2s}nav a:hover{color:var(--color-text)}.nav-toggle{display:none}.nav-bubble{display:none;width:32px;height:32px;border-radius:50%;background:#e63329;cursor:pointer;transition:transform .2s,background .2s}.nav-bubble:hover{transform:scale(1.1)}.nav-toggle:checked+.nav-bubble{background:#1a56db}main{flex:1}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.hero{padding:6rem 3rem 5rem;display:grid;grid-template-columns:1fr 1fr;column-gap:4rem;align-items:center}.hero-text{max-width:560px}.eyebrow{animation:fadeUp .6s ease both;animation-delay:.1s}.hero h1{animation:fadeUp .7s ease both;animation-delay:.25s}.subhead{animation:fadeUp .7s ease both;animation-delay:.45s}.hero-bubbles{position:relative;height:420px;overflow:hidden}.bubble{position:absolute;border-radius:50%;opacity:.75;animation:float linear infinite}.bubble:nth-child(1){width:80px;height:80px;background:#e63329;left:20%;animation-duration:9s;animation-delay:0s;bottom:-100px}.bubble:nth-child(2){width:52px;height:52px;background:#1a56db;left:55%;animation-duration:11s;animation-delay:1.5s;bottom:-100px}.bubble:nth-child(3){width:100px;height:100px;background:#f5c800;left:72%;animation-duration:13s;animation-delay:.8s;bottom:-100px}.bubble:nth-child(4){width:36px;height:36px;background:#e63329;left:40%;animation-duration:8s;animation-delay:3s;bottom:-100px}.bubble:nth-child(5){width:64px;height:64px;background:#1a56db;left:10%;animation-duration:14s;animation-delay:2s;bottom:-100px}.bubble:nth-child(6){width:44px;height:44px;background:#f5c800;left:85%;animation-duration:10s;animation-delay:4s;bottom:-100px}@keyframes float{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-200px) scale(1.04)}to{transform:translateY(-480px) scale(1);opacity:0}}.eyebrow{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.eyebrow:before{content:"";display:inline-block;width:24px;height:.5px;background:var(--color-muted)}h1{font-family:var(--font-serif);font-size:clamp(3rem,6vw,5.5rem);font-weight:300;line-height:1.05;margin-bottom:2.5rem}h1 em{font-style:italic}.subhead{font-size:12px;line-height:2;letter-spacing:.04em;color:var(--color-muted);max-width:460px}hr{border:none;border-top:.5px solid var(--color-border);margin:0 3rem}.ventures{padding:5rem 3rem}.section-label{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--color-muted);margin-bottom:3rem}.venture-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:.5px solid var(--color-border)}.venture{display:flex;flex-direction:column;padding:2.5rem 2rem 2.5rem 0;border-right:.5px solid var(--color-border);border-bottom:.5px solid var(--color-border);transition:background .2s}.venture:last-child{border-right:none}.venture:nth-child(2){padding-left:2rem}.venture:nth-child(3){padding-left:2rem}.venture:hover{background:var(--color-hover)}.venture-index{font-size:10px;letter-spacing:.1em;color:var(--color-muted);margin-bottom:1.5rem}.venture-tag{display:inline-block;font-size:9px;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;border:.5px solid var(--color-border);color:var(--color-muted);margin-bottom:1rem;border-radius:2px;width:fit-content}.venture-name{font-family:var(--font-serif);font-size:1.9rem;font-weight:300;line-height:1.1;margin-bottom:1rem}.venture-desc{font-size:10px;line-height:1.9;color:var(--color-muted);letter-spacing:.04em;flex:1}.venture-arrow{display:inline-block;margin-top:1.5rem;font-size:10px;letter-spacing:.1em;color:var(--color-muted);transition:color .2s}.venture:hover .venture-arrow{color:var(--color-text)}.about{padding:5rem 3rem;display:flex;justify-content:center}.about-content{display:flex;align-items:flex-start;gap:4rem;max-width:860px;width:100%}.about-body{flex:1}.about-photo-frame{position:relative;flex-shrink:0;width:25%;min-width:160px}.about-photo-frame:before{content:"";position:absolute;inset:0;border:2px solid #f5c800;transform:rotate(5deg);z-index:0}.about-photo-frame:after{content:"";position:absolute;inset:0;border:1px solid #1a56db;transform:rotate(-3deg);z-index:0}.about-photo{position:relative;z-index:1;width:100%;aspect-ratio:3 / 4;object-fit:cover;object-position:top;filter:grayscale(100%);transform:rotate(-1.5deg);box-shadow:18px 24px #e63329}.about-text{font-size:12px;line-height:2.2;letter-spacing:.04em;color:var(--color-muted)}.contact{padding:5rem 3rem;max-width:680px}.contact-text{font-size:12px;line-height:2.2;letter-spacing:.04em;color:var(--color-muted);margin-bottom:1.5rem}.contact-email{font-size:12px;letter-spacing:.08em;color:var(--color-text);text-decoration:none;border-bottom:.5px solid var(--color-text);padding-bottom:2px;transition:opacity .2s}.contact-email:hover{opacity:.6}footer{border-top:.5px solid var(--color-border);padding:2rem 3rem;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.1em;color:var(--color-muted)}@media (max-width: 640px){nav{padding:1.5rem;flex-wrap:wrap}nav ul{gap:1.2rem}.nav-bubble{display:block}.nav-toggle:not(:checked)~ul{display:none}.nav-toggle:checked~ul{display:flex;flex-direction:column;gap:1.2rem;width:100%;padding-top:1rem}.hero{padding:4rem 1.5rem 3rem;grid-template-columns:1fr}.hero-bubbles{display:none}hr{margin:0;border-top-width:1px}.ventures,.about,.contact{padding:3rem 1.5rem}.section-label{border-left:3px solid #e63329;padding-left:.6rem}.about-content{flex-direction:column;gap:2rem}.about-photo-frame{width:100%;min-width:unset}.about-photo{height:280px;aspect-ratio:unset}.venture-grid{grid-template-columns:1fr}.venture{padding:2rem 0!important;border-right:none}footer{padding:1.5rem;flex-direction:column;gap:.5rem}}
