@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap";:root{--bg-primary:#fdfbf7;--text-primary:#1a1a1a;--text-secondary:#555;--accent-orange:#d97757;--font-serif:"Playfair Display", serif;--font-sans:"Inter", sans-serif;--spacing-sm:1rem;--spacing-md:2rem;--spacing-lg:4rem;--spacing-xl:8rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4,.serif{font-family:var(--font-serif);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}a:hover{color:var(--accent-orange)}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.text-label{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-orange);font-size:.75rem;font-weight:500}.title-large{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,8vw,6rem)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:1s cubic-bezier(.16,1,.3,1) forwards fadeIn}.section{padding:var(--spacing-xl) 0}img{max-width:100%}.header{z-index:1000;background:linear-gradient(#fdfbf7eb,#fdfbf700);padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fdfbf7f2;padding:1rem 0;box-shadow:0 4px 30px #0000000d}.header-content{justify-content:space-between;align-items:center;gap:2rem;display:flex}.logo{letter-spacing:-.05em;white-space:nowrap;font-size:1.5rem;font-weight:600}.nav-links{flex-wrap:wrap;justify-content:flex-end;gap:1.5rem;display:flex}.nav-links a{text-transform:capitalize;letter-spacing:.05em;color:var(--text-secondary);padding-bottom:.25rem;font-size:.875rem;font-weight:500;position:relative}.nav-links a:after{content:"";transform-origin:0;background:currentColor;width:100%;height:1px;transition:transform .2s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.nav-links a:hover:after,.nav-links a.active:after{transform:scaleX(1)}.nav-links a.active{color:var(--text-primary)}@media (width<=800px){.header{padding:1rem 0}.header-content{flex-direction:column;align-items:flex-start}.nav-links{gap:1rem}}.home-page{background-color:var(--bg-primary);padding-top:5.5rem}.home-hero{padding:5rem 0 3rem}.home-hero-grid{grid-template-columns:1.05fr .95fr;align-items:stretch;gap:3rem;display:grid}.home-hero-copy{flex-direction:column;justify-content:center;padding:2rem 0;display:flex}.home-title{letter-spacing:-.06em;margin:1rem 0 1.5rem;font-size:clamp(3.5rem,7vw,6.25rem);line-height:1.02}.home-intro{max-width:640px;color:var(--text-secondary);font-size:1.15rem;line-height:1.8}.home-actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.home-btn{letter-spacing:.04em;border:1px solid #0000001f;border-radius:999px;padding:.95rem 1.35rem;font-size:.95rem}.primary-btn{background:var(--text-primary);color:var(--bg-primary)}.primary-btn:hover{color:var(--bg-primary)}.secondary-btn{background:0 0}.home-hero-panel{grid-template-rows:1fr auto;gap:1rem;display:grid}.home-panel-card,.section-card{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffb3;border:1px solid #00000014;border-radius:20px}.home-panel-card{background-color:#eae8e4;background-image:linear-gradient(#fdfbf7e0,#fdfbf7e0),url(/assets/architecture/reclaiming/design_strategies_3d.png);background-position:50%,50%;background-repeat:no-repeat;background-size:100% 100%,contain;flex-direction:column;justify-content:flex-end;min-height:min(52vh,440px);padding:2rem;display:flex}.home-panel-card h2{margin:.65rem 0 .75rem;font-size:30px;font-weight:300}.home-panel-card p{color:var(--text-secondary);max-width:38rem;line-height:1.75}.home-panel-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);font-size:.75rem}.home-panel-grid,.section-grid,.home-summary-grid{gap:1.5rem;display:grid}.home-panel-grid{grid-template-columns:1fr 1fr}.home-panel-tile{min-height:180px;color:var(--text-primary);background-color:#ece8e1;border-radius:20px;align-items:flex-end;padding:1.25rem;font-size:1.1rem;font-weight:500;display:flex;position:relative;overflow:hidden}.home-panel-tile:before{content:"";opacity:.28;background-position:50%;background-size:cover;transition:transform .3s,opacity .3s;position:absolute;inset:0}.home-panel-tile span{z-index:1;position:relative}.home-panel-tile:hover:before{opacity:.4;transform:scale(1.03)}.architecture-tile:before{background-image:url(/assets/architecture/reclaiming/master_plan.png)}.art-tile:before{background-image:url(/assets/art/page3_img0.jpeg)}.home-sections{padding:1rem 0 3rem}.section-grid{grid-template-columns:1fr 1fr}.section-card{padding:2rem}.section-card h2{margin:.8rem 0 1rem;font-size:2.2rem}.section-card p{color:var(--text-secondary);line-height:1.8}.section-link,.summary-link{border-bottom:1px solid;width:fit-content;margin-top:1.5rem;padding-bottom:.2rem;display:inline-flex}.architecture-card{background-color:#eae8e4;background-image:linear-gradient(#fdfbf7db,#fdfbf7db),url(/assets/architecture/reclaiming/design_strategies_diagram.png);background-position:50%,50%;background-repeat:no-repeat;background-size:100% 100%,contain;min-height:340px}.art-card{background:linear-gradient(#fdfbf7e6,#fdfbf7e6),url(/assets/art/page9_img0.jpeg) 50%/cover no-repeat}.home-summary{padding:1rem 0 5rem}.home-summary-grid{border-top:1px solid #00000014;grid-template-columns:1.2fr .8fr;align-items:start;padding-top:2rem}.home-summary h2{margin:.9rem 0 1rem;font-size:2rem}.home-summary p{color:var(--text-secondary);max-width:48rem;line-height:1.8}.home-summary-links{flex-direction:column;align-items:flex-start;gap:1rem;display:flex}@media (width<=900px){.home-hero-grid,.section-grid,.home-summary-grid,.home-panel-grid{grid-template-columns:1fr}}@media (width<=640px){.home-title{font-size:3rem}.home-page{padding-top:7.5rem}}.architecture-page{background-color:var(--bg-primary);min-height:100vh;padding-top:6rem;padding-bottom:5rem}.page-header{margin-bottom:3rem}.arch-hero{grid-template-columns:.95fr 1.05fr;align-items:center;gap:2rem;padding:2rem 0 1rem;display:grid}.arch-hero-copy{max-width:42rem}.arch-hero-body{color:var(--text-secondary);margin-top:1.5rem;font-size:1.05rem;line-height:1.8}.arch-hero .hero-cover-wrap{background:#eae8e4;border:1px solid #0000000f;max-width:100%;margin:0;overflow:hidden;box-shadow:0 24px 50px #00000014}.hero-cover-image{object-fit:contain;vertical-align:middle;width:100%;height:auto;max-height:min(74vh,760px);transition:transform .45s;display:block}.hero-cover-wrap:hover .hero-cover-image{transform:scale(1.02)}.hero-title{letter-spacing:-.05em;margin:.75rem 0 1rem;font-size:clamp(3rem,6vw,5rem);font-weight:600}.hero-subtitle{color:var(--text-secondary);font-size:1.25rem;font-weight:300;line-height:1.5}.arch-highlight-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:3rem;display:grid}.arch-highlight-card{background:#ffffffb8;border:1px solid #00000014;border-radius:18px;padding:1.5rem}.arch-highlight-card h2{margin-bottom:.75rem;font-size:1.35rem}.arch-highlight-card p{color:var(--text-secondary);line-height:1.75}.project-content{max-width:1020px;margin:0 auto}.narrative-section{margin-bottom:4rem}.narrative-meta{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.meta-tag{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);background-color:#1a1a1a0d;border-radius:100px;padding:.25rem .75rem;font-size:.75rem}.narrative-section h2,.resolution-section h2,.diagram-sections-title{margin-bottom:1rem;font-size:2rem;font-weight:500}.section-heading{margin-bottom:2rem}.section-heading h2{margin-top:.75rem;font-size:2rem}.analysis-grid-section{margin-bottom:4rem}.analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.analysis-card{background:#ffffffad;border:1px solid #00000014;border-radius:18px;padding:1.5rem}.analysis-card h3{margin-bottom:.75rem;font-size:1.2rem}.analysis-card p{color:var(--text-secondary);line-height:1.75}.diagram-sections{margin-bottom:4rem}.diagram-sections-lead{color:var(--text-secondary);margin:-.5rem 0 2.5rem;font-size:1.05rem;line-height:1.7}.diagram-block{background:#ffffffa8;border:1px solid #00000014;border-radius:22px;margin-bottom:3rem;padding:1.5rem 1.5rem 3rem}.diagram-block:last-of-type{padding-bottom:0}.diagram-block-meta{margin-bottom:1.25rem}.diagram-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:.5rem;font-size:.75rem;display:block}.diagram-block-meta h3{letter-spacing:-.02em;margin:0 0 .75rem;font-size:1.5rem;font-weight:500}.diagram-caption{color:var(--text-secondary);margin:0;font-size:1.05rem;line-height:1.65}.diagram-figure{margin:0}.diagram-figure img{background:#f0eeea;border:1px solid #0000000f;width:100%;height:auto;transition:transform .45s,box-shadow .45s;display:block}.diagram-block:hover .diagram-figure img{transform:scale(1.015);box-shadow:0 22px 40px #00000014}.diagram-figure figcaption{color:var(--text-secondary);margin-top:1.25rem;font-size:1.05rem;line-height:1.75}.narrative-body,.resolution-section p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.125rem;line-height:1.8}.resolution-section{border-top:1px solid #0000001a;margin-bottom:3rem;padding-top:2rem}.resolution-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:2rem;display:grid}.resolution-grid article{background:#ffffffad;border:1px solid #00000014;border-radius:18px;padding:1.5rem}.resolution-list{color:var(--text-secondary);margin:1rem 0 0;padding-left:1.15rem;line-height:1.8}.strategies-pair{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.strategies-pair .diagram-figure img{border-radius:0}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem;display:grid}.visual-carousel{margin-top:1rem;position:relative}.carousel-viewport{background:#eae8e4;border:1px solid #0000000f;width:100%;max-width:100%;overflow:hidden}.carousel-track{width:100%;transition:transform .45s cubic-bezier(.4,0,.2,1);display:flex}.carousel-slide{box-sizing:border-box;flex:0 0 100%;justify-content:center;align-items:center;width:100%;min-width:0;display:flex}.carousel-slide img{object-fit:contain;object-position:center center;width:auto;max-width:100%;height:auto;max-height:min(72vh,820px);display:block}.carousel-controls{justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.carousel-btn{cursor:pointer;background:#fffc;border:1px solid #0000001f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.3rem;line-height:1;transition:background .2s;display:flex}.carousel-btn:hover{background:#0000000f}.carousel-dots{gap:.4rem;display:flex}.carousel-dot{cursor:pointer;background:0 0;border:1px solid #00000040;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s}.carousel-dot.active{background:var(--text-primary);border-color:var(--text-primary)}.visuals-section{padding:2rem 0}@media (width<=900px){.arch-hero,.arch-highlight-row,.analysis-grid,.resolution-grid,.strategies-pair,.features-grid{grid-template-columns:1fr}}@media (width<=600px){.hero-title{font-size:2.25rem}.diagram-block{padding:1rem}}.art-page{background-color:var(--bg-primary);min-height:100vh;padding-top:6rem;padding-bottom:5rem}.art-hero{border-bottom:1px solid #00000014;grid-template-columns:1.3fr .7fr;gap:2rem;padding:3rem 0 2.5rem;display:grid}.art-hero-copy{max-width:48rem}.art-hero .hero-title{letter-spacing:-.05em;margin:1rem 0 1.25rem;font-size:clamp(3rem,6vw,5.25rem)}.art-hero .hero-subtitle{color:var(--text-secondary);font-size:1.15rem;line-height:1.8}.art-statement{background:#ffffffa8;border:1px solid #00000014;border-radius:18px;padding:1.5rem}.art-quote{margin-bottom:1rem;font-size:1.5rem}.art-statement p:last-child{color:var(--text-secondary);line-height:1.75}.art-gallery-intro{grid-template-columns:1fr 1fr;align-items:end;gap:2rem;padding:2.5rem 0 1rem;display:grid}.art-gallery-intro h2{margin-top:.75rem;font-size:2rem}.art-gallery-intro p{color:var(--text-secondary);line-height:1.75}.gallery-grid{column-count:3;column-gap:1.75rem;margin-top:2rem}.gallery-item{break-inside:avoid;background:#ffffffb8;border:1px solid #0000000d;border-radius:18px;margin-bottom:2rem;padding:.75rem}.art-image-container{background-color:#f2f0eb;border-radius:12px;width:100%;overflow:hidden}.art-img{width:100%;height:auto;transition:transform .35s;display:block}.gallery-item:hover .art-img{transform:scale(1.02)}.art-details{padding:1rem .25rem .15rem}.art-title{margin-bottom:.25rem;font-size:1.125rem;font-weight:500}.art-medium,.art-dims{color:var(--text-secondary);font-size:.875rem;line-height:1.4}@media (width<=1024px){.art-hero,.art-gallery-intro{grid-template-columns:1fr}.gallery-grid{column-count:2}}@media (width<=640px){.gallery-grid{column-count:1}}.about-section{padding-top:6rem;padding-bottom:4rem}.about-container{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}.about-left{position:relative}.about-featured-label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);margin-bottom:.5rem;font-size:.75rem}.about-featured-title{letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.75rem}.about-featured-meta{color:var(--text-secondary);margin:0 0 1.25rem;font-size:.9rem}.about-image-frame{border-radius:8px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.about-image{object-fit:cover;width:100%;height:auto;transition:transform .6s;display:block}.about-left:hover .about-image{transform:scale(1.02)}.about-title{margin:1.5rem 0 2.5rem}.about-bio{color:var(--text-secondary);flex-direction:column;gap:1.5rem;margin-bottom:3rem;font-size:1.125rem;line-height:1.8;display:flex}.architect-bio strong{color:var(--text-primary);font-weight:500}.about-quote{border-left:2px solid var(--text-primary);color:var(--text-primary);margin:0 0 3rem;padding-left:2rem;font-size:1.5rem;font-style:italic}.about-details{border-top:1px solid #0000001a;justify-content:space-between;padding-top:2rem;display:flex}.detail-item{flex-direction:column;gap:.5rem;display:flex}.detail-title{font-size:1.25rem}@media (width>=768px){.about-container{grid-template-columns:5fr 7fr;gap:6rem}}.contact-section{align-items:center;min-height:80vh;padding-top:6rem;padding-bottom:4rem;display:flex}.contact-container{grid-template-columns:1fr;align-items:start;gap:3rem;display:grid}.contact-meta{max-width:500px}.contact-title{margin:1rem 0}.contact-subtitle{color:var(--text-secondary);font-size:1.125rem;line-height:1.6}.contact-info{margin-top:2rem}.contact-list{flex-direction:column;gap:2rem;padding:0;list-style:none;display:flex}.contact-list li{flex-direction:column;gap:.5rem;display:flex}.contact-list span{font-size:1.25rem;font-weight:500}.contact-list a{color:var(--text-secondary);width:fit-content;font-size:1rem;text-decoration:none;transition:color .3s;position:relative}.contact-list a:hover{color:var(--text-primary)}.contact-list a:after{content:"";background-color:var(--text-primary);width:0;height:1px;transition:width .3s;position:absolute;bottom:-4px;left:0}.contact-list a:hover:after{width:100%}@media (width>=768px){.contact-container{grid-template-columns:1fr 1fr;gap:5rem}.contact-info{margin-top:0}}.app-container{flex-direction:column;min-height:100vh;display:flex}.site-main{flex:1}.footer{margin-top:var(--spacing-lg);background:#fff9;border-top:1px solid #0000001a}.footer-inner{color:var(--text-secondary);justify-content:space-between;gap:1rem;padding:2rem 0;font-size:.875rem;display:flex}@media (width<=700px){.footer-inner{flex-direction:column}}
