.home-main{--home-bg:#f7f6f2;--home-bg-alt:#fbfaf7;--home-bg-warm:#f3ede6;--home-card:#fff;--home-text:#171717;--home-text-secondary:#626262;--home-accent:#2457d6;--home-accent-hover:#1e4ab8;--home-border:hsla(0,0%,8%,.08);--home-shadow:0 1px 2px hsla(0,0%,9%,.04);--home-shadow-hover:0 4px 12px hsla(0,0%,9%,.06);--home-radius:12px;--home-radius-sm:8px;--home-transition:250ms ease;max-width:none;margin:0;padding:0;overflow-x:hidden;background-color:var(--home-bg);color:var(--home-text);font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.home-main :where(h1,h2,h3,p){font-size:unset;color:unset;margin-bottom:0}.home-container{width:100%;max-width:var(--page-max-width);margin:0 auto;padding:0 var(--page-gutter)}.home-label{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--home-accent);margin:0 0 .7rem}.home-section-title{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1.625rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;color:var(--home-text);margin:0 0 .75rem}.home-band-title{font-size:clamp(3rem,4vw,3.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0}.home-section-desc{font-size:1.0625rem;line-height:1.65;color:var(--home-text-secondary);margin:0;max-width:620px}.home-section-header{margin-bottom:2.25rem}.home-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.35rem;font-size:.9375rem;font-weight:600;font-family:inherit;text-decoration:none;border-radius:var(--home-radius-sm);border:1.5px solid transparent;cursor:pointer;transition:background-color var(--home-transition),color var(--home-transition),border-color var(--home-transition),box-shadow var(--home-transition),transform var(--home-transition)}.home-btn:focus-visible{outline:2px solid var(--home-accent);outline-offset:2px}.home-btn-primary{background-color:var(--home-accent);color:#fff;border-color:var(--home-accent)}.home-btn-primary:hover{background-color:var(--home-accent-hover);border-color:var(--home-accent-hover);box-shadow:0 2px 8px rgba(36,87,214,.25)}.home-btn-secondary{background-color:var(--home-card);color:var(--home-text);border-color:var(--home-border)}.home-btn-secondary:hover{border-color:var(--home-text-secondary);box-shadow:var(--home-shadow)}.home-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;height:100%;min-height:180px;background:linear-gradient(145deg,#eeeee9,#e4e4de);color:var(--home-text-secondary)}.home-image-placeholder-icon{width:40px;height:40px;opacity:.4}.home-image-placeholder-text{font-size:.8125rem;font-weight:500;opacity:.65;text-align:center;padding:0 1rem}.home-reveal{opacity:0;transform:translate3d(0,12px,0);transition:opacity .4s ease,transform .4s ease}.home-reveal-visible{opacity:1;transform:translateZ(0)}@media (prefers-reduced-motion:reduce){.home-reveal{opacity:1;transform:none;transition:none}}.home-tag-list{display:flex;flex-wrap:wrap;gap:.4rem;list-style:none;margin:0 0 1.25rem;padding:0}.home-tag-list-compact{margin-bottom:.75rem}.home-tag{display:inline-block;font-size:.75rem;font-weight:500;color:var(--home-text-secondary);background:var(--home-bg);border:1px solid var(--home-border);border-radius:999px;padding:.2rem .6rem}.home-link-arrow{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:600;color:var(--home-accent)}.home-link-arrow-sm{font-size:.875rem}.home-arrow-icon{width:16px;height:16px;flex-shrink:0}.home-hero{position:relative;width:100%;height:100vh;height:100dvh;min-height:32rem;margin:0;padding:0;overflow:hidden}.home-hero-photo{object-fit:cover;object-position:center 42%}.home-hero-veil{z-index:1;background:linear-gradient(180deg,rgba(18,16,14,.26),rgba(18,16,14,0) 24%),radial-gradient(ellipse at 50% 48%,rgba(18,16,14,.18) 0,rgba(18,16,14,0) 52%)}.home-hero-name,.home-hero-veil{position:absolute;inset:0;pointer-events:none}.home-hero-name{z-index:2;display:flex;align-items:center;justify-content:center;margin:0;padding:0 1.25rem;text-align:center;font-family:var(--font-display),Georgia,"Times New Roman",serif;font-size:clamp(5rem,10vw,10rem);font-weight:500;letter-spacing:-.04em;line-height:.92;color:#f7f4ee;text-shadow:0 2px 28px rgba(0,0,0,.18)}.home-hero-grid{display:grid;grid-template-columns:55fr 45fr;grid-gap:3rem;gap:3rem;align-items:center}.home-hero-desc{font-size:1.0625rem;line-height:1.7;color:var(--home-text-secondary);margin:0 0 1.75rem;max-width:52ch}.home-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.home-status-badge{display:inline-block;font-size:.8125rem;font-weight:500;color:var(--home-text-secondary);background:var(--home-card);border:1px solid var(--home-border);border-radius:999px;padding:.45rem .9rem;margin:0}.home-hero-visual{position:relative}.home-hero-visual-frame{border-radius:var(--home-radius);overflow:hidden;border:1px solid var(--home-border);box-shadow:var(--home-shadow-hover);background:var(--home-card)}.home-hero-visual-frame .home-image-placeholder{aspect-ratio:4/3;min-height:300px;border-radius:0}.home-hero-float-card{position:absolute;bottom:-1.25rem;left:-1.25rem;max-width:240px;padding:1rem 1.15rem;background:var(--home-card);border:1px solid var(--home-border);border-radius:var(--home-radius-sm);box-shadow:var(--home-shadow-hover)}.home-hero-float-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--home-accent);margin:0 0 .35rem}.home-hero-float-title{font-size:.9375rem;font-weight:700;color:var(--home-text);margin:0 0 .25rem}.home-hero-float-desc{font-size:.8125rem;line-height:1.45;color:var(--home-text-secondary);margin:0}.home-info-strip{padding:0 0 3rem}.home-info-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;background:var(--home-card);border:1px solid var(--home-border);border-radius:var(--home-radius);overflow:hidden;box-shadow:var(--home-shadow)}.home-info-item{padding:1.35rem 1.5rem;border-right:1px solid var(--home-border)}.home-info-item:last-child{border-right:none}.home-info-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--home-text-secondary);margin:0 0 .35rem}.home-info-value{font-size:.9375rem;font-weight:600;color:var(--home-text);margin:0;line-height:1.4}.home-section{padding:6.5rem 0}.home-section-projects{background:var(--home-bg);border-top:1px solid var(--home-border)}.home-section.home-section-artwork{background:var(--home-bg-alt);border-top:1px solid var(--home-border);overflow:hidden;padding:2.75rem 0 2.5rem}.home-projects-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:3rem}.home-projects-header .home-section-title{margin-bottom:0}.home-project-showcase{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.95fr);grid-gap:3.5rem 3.25rem;gap:3.5rem 3.25rem;align-items:center;overflow:hidden}.home-project-showcase-media{min-width:0;overflow:hidden;background:var(--home-card);border:1px solid var(--home-border)}.home-project-showcase-media-inner{background:var(--home-card)}.home-project-showcase-image{display:block;width:100%;height:auto;max-height:640px;object-fit:contain;object-position:center}.home-project-showcase-empty{min-height:420px;background:var(--home-bg-alt)}.home-project-showcase-copy{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:2.5rem;min-height:100%}.home-project-showcase-title{margin:0 0 .75rem;font-size:clamp(1.75rem,2.6vw,2.35rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--home-text);text-transform:uppercase}.home-project-showcase-meta{margin:0 0 1.25rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--home-text-secondary)}.home-project-showcase-desc{margin:0 0 1.75rem;font-size:1.05rem;line-height:1.7;color:var(--home-text-secondary);max-width:42ch}.home-project-showcase-link{display:inline-flex;align-items:center;font-size:.9375rem;font-weight:600;color:var(--home-accent);text-decoration:none;transform:translateX(0);transition:transform .25s ease}.home-project-showcase-link:focus-visible,.home-project-showcase-link:hover{transform:translateX(4px)}.home-project-showcase-link:focus-visible{outline:2px solid var(--home-accent);outline-offset:4px}.home-project-showcase-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}.home-project-showcase-arrows{display:flex;gap:.65rem}.home-project-arrow{width:44px;height:44px;border-radius:50%;border:1px solid var(--home-border);background:transparent;color:var(--home-text);font-size:1rem;line-height:1;cursor:pointer;transition:border-color .25s ease,background-color .25s ease,transform .25s ease}.home-project-arrow:focus-visible,.home-project-arrow:hover{border-color:var(--home-text);background:var(--home-card)}.home-project-arrow:focus-visible{outline:2px solid var(--home-accent);outline-offset:3px}.home-project-showcase-counter{margin:0;font-size:.75rem;letter-spacing:.12em;font-weight:600;color:var(--home-text-secondary)}.home-project-slide-next{animation:home-project-fade-next .28s ease}.home-project-slide-prev{animation:home-project-fade-prev .28s ease}@keyframes home-project-fade-next{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}@keyframes home-project-fade-prev{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}.home-projects-editorial{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.home-projects-stack{display:flex;flex-direction:column;gap:1.5rem}.home-project-compact,.home-project-featured{background:var(--home-card);border:1px solid var(--home-border);border-radius:var(--home-radius);overflow:hidden;box-shadow:var(--home-shadow);transition:transform var(--home-transition),box-shadow var(--home-transition)}.home-project-compact:hover,.home-project-featured:hover{transform:translateY(-4px);box-shadow:var(--home-shadow-hover)}.home-project-compact-link,.home-project-featured-link{display:block;text-decoration:none;color:inherit}.home-project-compact-link:focus-visible,.home-project-featured-link:focus-visible{outline:2px solid var(--home-accent);outline-offset:2px}.home-project-featured-media{aspect-ratio:16/10;overflow:hidden}.home-project-featured-media .home-image-placeholder{min-height:0;height:100%;border-radius:0}.home-project-featured-body{padding:1.75rem}.home-project-featured-title{font-size:1.375rem;font-weight:700;letter-spacing:-.01em;color:var(--home-text);margin:0 0 .75rem}.home-project-featured-desc{font-size:1rem;line-height:1.65;color:var(--home-text-secondary);margin:0 0 1rem}.home-project-compact-media{aspect-ratio:16/9;overflow:hidden}.home-project-compact-media .home-image-placeholder{min-height:0;height:100%;border-radius:0}.home-project-compact-body{padding:1.25rem 1.35rem 1.5rem}.home-project-compact-title{font-size:1.0625rem;font-weight:700;color:var(--home-text);margin:0 0 .5rem}.home-project-compact-desc{font-size:.875rem;line-height:1.55;color:var(--home-text-secondary);margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}@media (prefers-reduced-motion:reduce){.home-project-compact:hover,.home-project-featured:hover{transform:none}}.home-section-cad{background:var(--home-card);border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.home-cad-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.home-cad-preview-card{display:block;text-decoration:none;color:inherit;background:var(--home-bg);border:1px solid var(--home-border);border-radius:var(--home-radius);overflow:hidden;transition:transform var(--home-transition),box-shadow var(--home-transition)}.home-cad-preview-card:hover{transform:translateY(-4px);box-shadow:var(--home-shadow-hover)}.home-cad-preview-card:focus-visible{outline:2px solid var(--home-accent);outline-offset:2px}.home-cad-preview-media{aspect-ratio:4/3;overflow:hidden}.home-cad-preview-media .home-image-placeholder{min-height:0;height:100%;transition:transform .3s ease}.home-cad-preview-card:hover .home-image-placeholder{transform:scale(1.03)}.home-cad-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.15rem}.home-cad-preview-title{font-size:.9375rem;font-weight:600;color:var(--home-text)}.home-cad-preview-card:hover .home-arrow-icon{transform:translateX(3px)}.home-cad-preview-card .home-arrow-icon{color:var(--home-accent);transition:transform var(--home-transition)}.home-section-cta{display:flex;justify-content:flex-start}.home-capabilities-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.25rem;gap:1.25rem}.home-capability-card{background:var(--home-card);border:1px solid var(--home-border);border-radius:var(--home-radius);padding:1.5rem;box-shadow:var(--home-shadow);transition:box-shadow var(--home-transition)}.home-capability-card:hover{box-shadow:var(--home-shadow-hover)}.home-capability-icon-wrap{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:1rem;color:var(--home-accent);background:rgba(36,87,214,.08);border-radius:var(--home-radius-sm)}.home-cap-icon{width:22px;height:22px}.home-capability-title{font-size:.9375rem;font-weight:700;color:var(--home-text);margin:0 0 .85rem}.home-capability-list{list-style:none;margin:0;padding:0}.home-capability-list li{font-size:.875rem;line-height:1.5;color:var(--home-text-secondary);padding:.3rem 0;border-bottom:1px solid var(--home-border)}.home-capability-list li:last-child{border-bottom:none}.home-section-timeline{background:var(--home-bg);border-top:1px solid var(--home-border)}.home-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;max-width:800px}.home-timeline-item{display:grid;grid-template-columns:auto 1fr;grid-gap:1.25rem;gap:1.25rem;align-items:stretch}.home-timeline-rail{display:flex;flex-direction:column;align-items:center;width:40px}.home-timeline-icon-wrap{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;color:var(--home-accent);background-color:var(--home-card);border:1px solid var(--home-border);border-radius:var(--home-radius-sm)}.home-exp-icon{width:20px;height:20px}.home-timeline-line{display:block;width:2px;flex:1 1;min-height:1.5rem;margin:.5rem 0;background:var(--home-border);border-radius:1px}.home-timeline-content{background:var(--home-card);border:1px solid var(--home-border);border-radius:var(--home-radius);padding:1.5rem;box-shadow:var(--home-shadow);margin-bottom:1.25rem}.home-timeline-item:last-child .home-timeline-content{margin-bottom:0}.home-timeline-period{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--home-accent);margin:0 0 .5rem}.home-timeline-org{font-size:1.0625rem;font-weight:700;color:var(--home-text);margin:0 0 .35rem}.home-timeline-role{font-size:.9375rem;font-weight:500;color:var(--home-text);margin:0 0 .25rem;line-height:1.45}.home-timeline-location{margin:0 0 .75rem}.home-timeline-detail,.home-timeline-location{font-size:.875rem;color:var(--home-text-secondary);line-height:1.45}.home-timeline-detail{margin:0}.home-timeline-bullets{margin:.85rem 0 0;padding-left:1.15rem}.home-timeline-bullets li{font-size:.875rem;line-height:1.55;color:var(--home-text-secondary);margin-bottom:.4rem}.home-timeline-bullets li:last-child{margin-bottom:0}.home-artwork-shell{width:100%}.home-artwork-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.1rem}.home-section-artwork .home-label{margin-bottom:.35rem}.home-artwork-header .home-section-title{margin-bottom:0}.home-artwork-cta{font-size:.9375rem;font-weight:600;color:var(--home-accent);text-decoration:none;white-space:nowrap;transform:translateX(0);transition:transform .25s ease}.home-artwork-cta:focus-visible,.home-artwork-cta:hover{transform:translateX(4px)}.home-artwork-cta:focus-visible{outline:2px solid var(--home-accent);outline-offset:4px}.home-art-stage{position:relative;height:500px;max-width:72rem;margin:0 auto;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.home-art-stage:focus-visible{outline:2px solid var(--home-accent);outline-offset:-2px}.home-art-neighbor{position:absolute;top:50%;display:block;width:min(18vw,200px);height:44%;padding:0;border:none;background:transparent;opacity:.38;cursor:pointer;overflow:hidden;transform:translateY(-50%);transition:opacity .28s ease;z-index:1}.home-art-neighbor:focus-visible,.home-art-neighbor:hover{opacity:.5}.home-art-neighbor-prev{left:.35rem}.home-art-neighbor-next{right:.35rem}.home-art-center{position:absolute;left:50%;top:0;z-index:2;display:flex;align-items:center;gap:.45rem;height:100%;transform:translateX(-50%)}.home-art-side-arrow{flex-shrink:0;background:var(--home-bg-alt)}.home-art-focus-image,.home-art-neighbor-image{object-fit:contain;object-position:center;pointer-events:none}.home-art-focus-image{opacity:0}.home-art-focus-image.is-active{opacity:1}.home-art-focus{position:relative;display:block;width:min(46vw,580px);height:500px;flex-shrink:0;cursor:pointer}.home-art-focus:focus-visible{outline:2px solid var(--home-accent);outline-offset:6px}.home-art-meta{display:flex;flex-direction:column;align-items:center;margin-top:.4rem;text-align:center}.home-artwork-showcase-arrows{display:none;justify-content:center;gap:.65rem;margin:.7rem 0 0}.home-art-title{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.015em;color:var(--home-text)}.home-art-counter,.home-art-year{margin:.12rem 0 0;font-size:.8125rem;letter-spacing:.08em;color:var(--home-text-secondary)}.home-art-progression{margin-top:.28rem;font-size:.9375rem;font-weight:600;color:var(--home-accent);text-decoration:none;transform:translateX(0);transition:transform .25s ease,opacity .25s ease}.home-art-progression:focus-visible,.home-art-progression:hover{transform:translateX(4px);opacity:.85}.home-art-progression:focus-visible{outline:2px solid var(--home-accent);outline-offset:4px}.home-art-counter{margin-top:.28rem;font-weight:600}.home-section-creative{background:var(--home-bg-warm);border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.home-creative-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center}.home-creative-visual{border-radius:var(--home-radius);overflow:hidden;border:1px solid var(--home-border);box-shadow:var(--home-shadow)}.home-creative-placeholder{aspect-ratio:4/3;min-height:280px}.home-creative-text{font-size:1.0625rem;line-height:1.65;color:var(--home-text-secondary);margin:0 0 1.5rem;max-width:48ch}.home-section-about{padding-top:6.5rem;padding-bottom:6.5rem;border-top:none;background:var(--home-bg-alt)}.home-about-heading{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.035em;line-height:1.12;color:var(--home-text);margin:0 0 2.75rem}.home-about-intro{display:grid;grid-template-columns:160px minmax(0,1fr);grid-gap:2.5rem 3rem;gap:2.5rem 3rem;align-items:center;margin-bottom:4.75rem;max-width:920px}.home-about-portrait{width:160px;aspect-ratio:280/360}.home-about-portrait-image{display:block;width:100%;height:auto;object-fit:cover;object-position:center 20%}.home-about-text{font-size:1.125rem;line-height:1.75;color:var(--home-text-secondary);margin:0;max-width:58ch}.home-about-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;align-items:start;padding-top:3rem;border-top:1px solid var(--home-border)}.home-about-profile{padding-right:3.5rem;border-right:1px solid var(--home-border)}.home-about-capabilities{padding-left:3.5rem}.home-about-col-label{margin:0 0 1.35rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--home-accent)}.home-about-profile-name{margin:0 0 1rem;font-size:1.55rem;font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--home-text)}.home-about-education{display:flex;flex-direction:column;gap:.2rem}.home-about-profile-line{margin:0;font-size:1rem;line-height:1.55;color:var(--home-text-secondary)}.home-about-objective{margin:1.65rem 0 0;padding-top:1.35rem;border-top:1px solid var(--home-border);font-size:1.0125rem;line-height:1.7;color:var(--home-text);max-width:38ch}.home-about-actions{display:flex;flex-wrap:wrap;align-items:stretch;gap:.6rem;margin-top:1.85rem}.home-about-action{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.55rem .85rem;font-size:.8125rem;font-weight:600;font-family:inherit;line-height:1;text-decoration:none;border-radius:9px;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.home-about-action svg{width:18px;height:18px;flex-shrink:0}.home-about-action-primary{background:var(--home-accent);border:1px solid var(--home-accent);color:#fff}.home-about-action-primary:focus-visible,.home-about-action-primary:hover{background:var(--home-accent-hover);border-color:var(--home-accent-hover)}.home-about-action-secondary{background:transparent;border:1px solid var(--home-accent);color:var(--home-accent)}.home-about-action-secondary:focus-visible,.home-about-action-secondary:hover{background:rgba(36,87,214,.06)}.home-about-action:focus-visible{outline:2px solid var(--home-accent);outline-offset:3px}.home-about-skill-groups{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.home-about-skill-group{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.9rem 1rem;gap:.9rem 1rem;align-items:start;padding:1.15rem 0;border-bottom:1px solid var(--home-border)}.home-about-skill-group:first-child{padding-top:0}.home-about-skill-group:last-child{padding-bottom:0;border-bottom:none}.home-about-skill-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:rgba(36,87,214,.1);color:var(--home-accent)}.home-about-skill-icon svg{width:18px;height:18px}.home-about-skill-copy{min-width:0}.home-about-skill-title{margin:0 0 .35rem;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--home-text)}.home-about-skill-items{margin:0;font-size:1rem;line-height:1.65;color:var(--home-text-secondary)}.home-about-grid{display:grid;grid-template-columns:320px 1fr;grid-gap:3rem;gap:3rem;align-items:center}.home-about-visual{border-radius:var(--home-radius);overflow:hidden;border:1px solid var(--home-border);box-shadow:var(--home-shadow)}.home-about-placeholder{aspect-ratio:3/4;min-height:320px}.home-section-contact{padding-bottom:5rem}.home-contact-card{background:var(--home-card);border:1px solid var(--home-border);border-radius:var(--home-radius);padding:3rem;text-align:center;box-shadow:var(--home-shadow)}.home-contact-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.02em;color:var(--home-text);margin:0 0 .75rem}.home-contact-text{font-size:1.0625rem;line-height:1.65;color:var(--home-text-secondary);margin:0 auto 1.75rem;max-width:560px}.home-contact-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}@media (max-width:1024px){.home-hero-grid{grid-template-columns:1fr;gap:2.5rem}.home-hero-visual{order:-1}.home-hero-float-card{bottom:-1rem;left:1rem}.home-projects-editorial{grid-template-columns:1fr}.home-project-showcase{grid-template-columns:1.15fr .85fr;gap:2.25rem}.home-cad-preview-grid,.home-capabilities-grid{grid-template-columns:repeat(2,1fr)}.home-section.home-section-artwork{padding:2.35rem 0 2.15rem}.home-art-stage{height:460px;max-width:64rem}.home-art-neighbor{width:min(16vw,170px);height:42%}.home-art-neighbor-prev{left:.25rem}.home-art-neighbor-next{right:.25rem}.home-art-focus{width:min(52vw,500px);height:440px}.home-about-grid,.home-creative-grid{grid-template-columns:1fr;gap:2rem}.home-about-intro{grid-template-columns:140px minmax(0,1fr);gap:1.75rem}.home-about-portrait{width:140px}.home-about-columns{gap:0}.home-about-profile{padding-right:2.25rem}.home-about-capabilities{padding-left:2.25rem}.home-about-visual{max-width:320px}}@media (max-width:768px){.home-hero{height:90svh;min-height:28rem}.home-hero-photo{object-position:center 40%}.home-hero-name{font-size:clamp(3.5rem,14vw,5.5rem);padding:0 1rem}.home-contact-actions,.home-hero-actions{flex-direction:column;align-items:stretch}.home-btn{text-align:center}.home-hero-float-card{position:static;max-width:none;margin-top:1rem}.home-info-grid{grid-template-columns:repeat(2,1fr)}.home-info-item{border-right:none;border-bottom:1px solid var(--home-border)}.home-info-item:nth-child(odd){border-right:1px solid var(--home-border)}.home-info-item:nth-last-child(-n+2){border-bottom:none}.home-project-showcase{grid-template-columns:1fr;gap:1.75rem}.home-project-showcase-empty{min-height:240px}.home-project-showcase-image{max-height:420px}.home-project-showcase-title{text-transform:none}.home-section{padding:3rem 0}.home-section.home-section-artwork{padding:2.15rem 0 1.85rem}.home-art-neighbor,.home-art-side-arrow{display:none}.home-art-stage{height:380px;max-width:none;overflow:hidden}.home-art-center{width:100%;justify-content:center;gap:0}.home-art-focus{width:min(92vw,420px);height:360px}.home-artwork-header{flex-direction:column;align-items:flex-start;margin-bottom:.85rem}.home-art-meta{margin-top:.45rem}.home-artwork-showcase-arrows{display:flex;order:4;margin:.85rem 0 0}.home-art-counter{order:5}.home-contact-card{padding:2rem 1.5rem}.home-about-columns,.home-about-intro{grid-template-columns:1fr;gap:2.25rem}.home-about-profile{padding-right:0;border-right:none;padding-bottom:2.25rem;border-bottom:1px solid var(--home-border)}.home-about-capabilities{padding-left:0}.home-about-actions{flex-direction:column;align-items:stretch}.home-about-action{justify-content:center;width:100%}.home-about-portrait{width:132px}.home-about-heading{margin-bottom:1.75rem}.home-about-intro{margin-bottom:2.5rem}}@media (prefers-reduced-motion:reduce){.home-about-action:hover,.home-art-progression:hover,.home-artwork-cta:hover,.home-artwork-item:hover .home-artwork-image,.home-cad-preview-card:hover,.home-cad-preview-card:hover .home-image-placeholder,.home-project-showcase-link:hover{transform:none}.home-project-slide-next,.home-project-slide-prev{animation:none}}