:root{--bg: #f4f1ea;--bg-soft: #ece6da;--bg-card: #fbf9f3;--text: #2c2823;--text-muted: #6e655a;--text-faint: #9c9384;--border: #e0d9ca;--accent: #9a7b5b;--accent-deep: #7f6347;--accent-soft: #e9e0d2;--sage: #8a917e;--shadow: 0 1px 2px rgba(64, 52, 38, .05), 0 10px 28px rgba(64, 52, 38, .07);--shadow-hover: 0 2px 4px rgba(64, 52, 38, .07), 0 18px 44px rgba(64, 52, 38, .12);--radius: 12px;--maxw: 1040px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Fraunces", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}section{padding:96px 0}.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.section-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:600;line-height:1.15;margin:0 0 14px;letter-spacing:-.01em}.section-lead{color:var(--text-muted);max-width:60ch;margin:0 0 48px;font-size:1.05rem}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:999px;font-weight:600;font-size:.95rem;cursor:pointer;border:1px solid transparent;transition:transform .12s ease,background .15s ease,box-shadow .15s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 6px 16px #7a5f4338}.btn-primary:hover{background:var(--accent-deep)}.btn-ghost{background:var(--bg-card);color:var(--text);border-color:var(--border)}.btn-ghost:hover{border-color:#cbc0ab;background:var(--bg-soft)}.about{background:var(--bg-soft)}.about-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:56px}.about-body p{font-size:1.08rem;color:var(--text-muted);margin:0 0 18px}.about-body p:last-child{margin-bottom:0}.skills-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);height:fit-content}.skills-card h3{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin:0 0 18px}.skill-group{margin-bottom:18px}.skill-group:last-child{margin-bottom:0}.skill-group-label{font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:10px}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag{font-size:.82rem;font-weight:500;color:var(--text-muted);background:var(--bg-soft);border:1px solid var(--border);padding:5px 12px;border-radius:999px}.timeline{position:relative;margin-top:8px}.exp-item{display:grid;grid-template-columns:180px 1fr;gap:32px;padding:28px 0;border-top:1px solid var(--border)}.exp-item:last-child{border-bottom:1px solid var(--border)}.exp-period{font-size:.9rem;font-weight:600;color:var(--text-faint);padding-top:2px}.exp-role{font-size:1.2rem;font-weight:600;margin:0 0 2px}.exp-company{font-size:.98rem;color:var(--accent);font-weight:500;margin:0 0 12px}.exp-summary{color:var(--text-muted);margin:0 0 14px}.exp-highlights{list-style:none;padding:0;margin:0;display:grid;gap:8px}.exp-highlights li{position:relative;padding-left:22px;color:var(--text-muted);font-size:.96rem}.exp-highlights li:before{content:"";position:absolute;left:4px;top:11px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.edu-block{margin-top:48px}.edu-block h3{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin:0 0 16px}.edu-item{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:14px 0;border-top:1px solid var(--border)}.edu-item:last-child{border-bottom:1px solid var(--border)}.edu-school{font-weight:600}.edu-cred{color:var(--text-muted);font-size:.95rem}.edu-period{color:var(--text-faint);font-size:.9rem;white-space:nowrap}.projects{background:var(--bg-soft)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:22px}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.project-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:#cbc0ab}.project-card.featured{grid-column:1 / -1;background:linear-gradient(180deg,var(--accent-soft) 0%,var(--bg-card) 55%)}.project-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.project-name{font-size:1.25rem;font-weight:600;margin:0}.project-featured-flag{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-deep);background:var(--bg-card);border:1px solid var(--border);padding:4px 10px;border-radius:999px}.writing-block{margin-top:84px}.writing-list{display:grid;gap:16px}.writing-card{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:22px 26px;box-shadow:var(--shadow);transition:transform .16s ease,box-shadow .16s ease}.writing-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.writing-meta{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.writing-year{font-size:.8rem;font-weight:700;color:var(--accent-deep);letter-spacing:.04em}.writing-venue{font-size:.72rem;font-weight:600;color:var(--text-faint);letter-spacing:.08em;text-transform:uppercase}.writing-title{font-family:var(--font-display);font-size:1.25rem;font-weight:600;margin:0 0 8px;line-height:1.25}.writing-blurb{color:var(--text-muted);margin:0 0 14px}.writing-card .project-link{margin-top:0}.project-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:8px;margin-bottom:18px}.project-images img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:8px;border:1px solid var(--border);background:var(--bg-soft)}.project-images.single img{aspect-ratio:16 / 9}.project-blurb{color:var(--text-muted);margin:0 0 18px;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.project-link{font-size:.92rem;font-weight:600;color:var(--accent);display:inline-flex;align-items:center;gap:6px;align-self:flex-start}.project-link:hover{gap:10px}.contact-inner{text-align:center;max-width:620px;margin:0 auto}.contact-inner .section-title{font-size:clamp(2rem,4.5vw,3rem)}.contact-inner .section-lead{margin-left:auto;margin-right:auto}.contact-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.footer{border-top:1px solid var(--border);padding:32px 0}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--text-faint);font-size:.9rem}.footer-links{display:flex;gap:20px}.footer-links a:hover{color:var(--accent)}@media (max-width: 820px){section{padding:72px 0}.about-grid{grid-template-columns:1fr;gap:32px}.exp-item{grid-template-columns:1fr;gap:8px}}.house-app{min-height:100vh}.scene{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:72px 24px;animation:fadeIn .55s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scene-head{max-width:640px;margin-bottom:6px}.intro-name{font-family:var(--font-display);font-size:clamp(2.4rem,6vw,3.8rem);font-weight:600;letter-spacing:-.02em;line-height:1.05;margin:.25em 0 .15em}.interior-title{font-size:clamp(1.7rem,4.5vw,2.5rem)}.intro-sub{color:var(--text-muted);font-size:1.06rem;max-width:54ch;margin:0 auto}.intro-loc{margin:10px 0 0;font-size:.88rem;font-weight:600;letter-spacing:.04em;color:var(--text-faint)}.scene-foot{color:var(--text-faint);font-size:.9rem;margin-top:18px;max-width:48ch}.scene-actions{margin-top:14px}.house-btn{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:14px;padding:12px;margin:6px 0}.house-svg{width:clamp(280px,60vw,440px);height:auto;display:block;overflow:visible;transition:transform .3s ease}.house-btn:hover .house-svg{transform:translateY(-6px)}.house-btn:hover .h-door{fill:var(--accent)}.house-btn:focus-visible{outline:2px solid var(--accent);outline-offset:6px;border-radius:16px}.h-line{fill:none;stroke:var(--text);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.h-body{fill:var(--bg-card);stroke:var(--text);stroke-width:2;stroke-linejoin:round}.h-roof{fill:var(--accent-soft);stroke:var(--text);stroke-width:2;stroke-linejoin:round}.h-door{fill:var(--accent-soft);stroke:var(--text);stroke-width:2;transition:fill .25s ease}.h-window{fill:#e7ebe1;stroke:var(--text);stroke-width:2}.h-knob{fill:var(--text)}.h-sun{fill:var(--accent-soft);opacity:.6}.h-canopy{fill:var(--sage);opacity:.45}.h-trunk{stroke:var(--text);stroke-width:2}.h-ground{stroke:var(--text);stroke-width:1.5;opacity:.35}.h-mat{fill:var(--accent-soft);opacity:.7}.enter-hint{display:inline-flex;align-items:center;gap:9px;color:var(--accent-deep);font-weight:600;font-size:.96rem}.enter-dot{width:7px;height:7px;border-radius:50%;background:var(--sage);animation:pulse 1.9s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 #8a917e73}50%{box-shadow:0 0 0 6px #8a917e00}}.cutaway{width:clamp(300px,74vw,540px)}.h-floorplan{fill:var(--bg-card)}.h-walls{pointer-events:none}.h-wall{fill:none;stroke:var(--text);stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.h-fixture{fill:none;stroke:var(--text);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.h-book{stroke:#2c282373;stroke-width:.8;pointer-events:none}.h-foyer{fill:var(--accent-soft)}.room{cursor:pointer}.room:focus{outline:none}.room-hit{fill:transparent;pointer-events:all;transition:fill .2s ease,opacity .2s ease}.room:hover .room-hit,.room:focus-visible .room-hit{fill:var(--accent-soft);opacity:.55}.room:hover .h-foyer,.room:focus-visible .h-foyer{fill:var(--accent)}.room line,.room polygon,.room polyline,.room circle,.room text{pointer-events:none}.room-label{font-family:var(--font-display);font-size:15px;font-weight:600;fill:var(--text);text-anchor:middle;transition:fill .2s ease}.room:hover .room-label,.room:focus-visible .room-label{fill:var(--accent-deep)}.room-sub{font-family:var(--font-sans);font-size:10.5px;font-weight:600;fill:var(--text-muted);text-anchor:middle;letter-spacing:.05em;text-transform:uppercase}.foyer-label{font-size:12.5px}.room-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);overflow-y:auto;animation:panelIn .35s ease}@keyframes panelIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.room-bar{position:sticky;top:0;z-index:10;background:#f4f1ead9;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--border)}.room-bar-inner{display:flex;align-items:center;justify-content:space-between;height:62px}.back-btn{background:var(--bg-card);border:1px solid var(--border);border-radius:999px;padding:9px 18px;font-weight:600;font-size:.92rem;color:var(--text);cursor:pointer;transition:border-color .15s ease,color .15s ease}.back-btn:hover{border-color:#cbc0ab;color:var(--accent-deep)}.room-bar-title{font-family:var(--font-display);font-weight:600;color:var(--text-muted)}.room-panel-body section{padding-top:64px}.books-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px}.book-card{display:flex;gap:14px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow);transition:transform .16s ease,box-shadow .16s ease}.book-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-hover)}.book-spine{flex:0 0 8px;border-radius:4px;align-self:stretch}.book-title{font-family:var(--font-display);font-size:1.06rem;font-weight:600;margin:0 0 2px;line-height:1.25}.book-author{color:var(--accent-deep);font-size:.88rem;font-weight:500;margin-bottom:6px}.book-note{color:var(--text-muted);font-size:.92rem;margin:0}@media (max-width: 600px){.room-bar-title{display:none}}
