.home-shell{background:var(--bg);color:var(--text-c);min-height:100vh;display:flex;flex-direction:column}.home-section{padding:clamp(2.75rem,7vw,4.5rem) 1.5rem;font-family:var(--font-sans)}.home-section--cream{background:var(--bg-tint)}.home-section--white{background:var(--bg)}.home-section-inner{max-width:720px;margin:0 auto}.home-section h2{margin:0 0 1.5rem;font-size:var(--type-h2, 1.6rem);font-weight:700;line-height:1.25;letter-spacing:-.01em;color:var(--text-c);text-wrap:balance}.home-section p.eyebrow{color:var(--ink)}.home-more{display:inline-block;margin-top:1.5rem;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-c);text-decoration:none}.home-more:hover{text-decoration:underline;text-underline-offset:4px}.home-three-doors{padding:clamp(2rem,5vw,3rem) 1.5rem}.three-doors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;list-style:none;margin:0;padding:0}.door-card{display:flex;flex-direction:column;background:var(--surface);border:2px solid var(--card-border);border-radius:10px;box-shadow:4px 4px 0 var(--card-shadow-c);padding:1.4rem 1.25rem 1.25rem;text-decoration:none;color:var(--text-c);transition:transform .15s ease,box-shadow .15s ease;min-height:140px}.door-card:hover{transform:translate(-2px,-2px);box-shadow:6px 6px 0 var(--card-shadow-c)}.door-card:focus-visible{outline:3px solid var(--accent-c);outline-offset:2px}@media (prefers-reduced-motion: reduce){.door-card{transition:none}.door-card:hover{transform:none}}.door-title{margin:0 0 .6rem;font-size:1.1rem;font-weight:700;line-height:1.3;color:var(--ink)}.door-desc{margin:0;font-size:.85rem;line-height:1.5;color:var(--text-light)}@media (max-width: 768px){.three-doors-grid{grid-template-columns:1fr}.door-card{min-height:auto}}.home-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;list-style:none;margin:0;padding:0}.home-stat{background:var(--surface);border:2px solid var(--card-border);border-radius:10px;box-shadow:3px 3px 0 var(--card-shadow-c);padding:1.1rem .9rem 1rem;text-align:center}.home-stat-number{display:block;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums;color:var(--ink)}.home-stat-label{display:block;margin-top:.35rem;font-size:.62rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--text-light)}@media (max-width: 640px){.home-stats{grid-template-columns:repeat(2,1fr);gap:.75rem}}.home-projects{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;list-style:none;margin:0;padding:0}.home-project-card{display:block;background:var(--surface);border:2px solid var(--card-border);border-radius:10px;box-shadow:4px 4px 0 var(--card-shadow-c);padding:1.1rem 1.25rem;text-decoration:none;color:var(--text-c);transition:transform .15s ease,box-shadow .15s ease}.home-project-card:hover{transform:translate(-2px,-2px);box-shadow:7px 7px 0 var(--card-shadow-c)}@media (prefers-reduced-motion: reduce){.home-project-card{transition:none}.home-project-card:hover{transform:none}}.home-project-name{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--ink)}.home-project-tagline{margin:.4rem 0 0;font-size:.85rem;line-height:1.5;color:var(--text-light)}@media (max-width: 640px){.home-projects{grid-template-columns:1fr}}.home-constellation{text-align:center}.home-constellation p.eyebrow{justify-content:center}.home-constellation-link{font-size:1.1rem;font-weight:600;line-height:1.5;color:var(--accent-c);text-decoration:none;text-wrap:balance}.home-constellation-link:hover{text-decoration:underline;text-underline-offset:4px}.home-demos{list-style:none;margin:0;padding:0}.home-demos li{padding:.55rem 0;border-bottom:1px solid var(--border-c);font-size:.95rem;line-height:1.5}.home-demos li:last-child{border-bottom:0}.home-demos a{font-weight:600;color:var(--ink);text-decoration:none}.home-demos a:hover{color:var(--accent-c)}.home-demo-desc{color:var(--text-light)}.home-closing{text-align:center;font-size:.95rem;color:var(--text-light)}.home-closing a{font-weight:600;color:var(--accent-c);text-decoration:none}.home-closing a:hover{text-decoration:underline;text-underline-offset:4px}@media (min-width: 900px){.home-project-card{height:100%}}@media (min-width: 1024px){.home-section-inner{max-width:var(--index-max-width)}.home-stats{max-width:60rem;margin:0 auto}.home-section-inner .notes-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.4rem;align-items:stretch}.home-section-inner .notes-list-item{padding:0}.home-section-inner .note-card{height:100%}.home-section-inner .note-body{display:flex;flex-direction:column}.home-section-inner .note-cta{margin-top:auto;padding-top:.6rem;align-self:flex-start}.home-demos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}.home-demos li,.home-demos li:last-child{padding:1rem 1.1rem;border:2px solid var(--card-border);border-radius:10px;box-shadow:3px 3px 0 var(--card-shadow-c);background:var(--surface);font-size:.9rem}.home-demos a{display:block;margin-bottom:.25rem}}
