.home-main{--home-bg:#f7f7f5;--home-bg-warm:#f3ede6;--home-card:#fff;--home-text:#171717;--home-text-secondary:#626262;--home-accent:#2457d6;--home-accent-hover:#1e4ab8;--home-border:#e4e4e0;--home-shadow:0 1px 3px hsla(0,0%,9%,.05),0 4px 16px hsla(0,0%,9%,.04);--home-shadow-hover:0 4px 12px hsla(0,0%,9%,.08),0 12px 32px hsla(0,0%,9%,.06);--home-radius:12px;--home-radius-sm:8px;--home-transition:250ms ease;max-width:none;margin:0;padding:0;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{max-width:1200px;margin:0 auto;padding:0 2rem}.home-label{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--home-accent);margin:0 0 .75rem}.home-section-title{font-size:clamp(1.625rem,2.5vw,2rem);font-weight:700;letter-spacing:-.02em;line-height:1.2;color:var(--home-text);margin:0 0 .75rem}.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:translateY(18px);transition:opacity .5s ease,transform .5s ease}.home-reveal-visible{opacity:1;transform:translateY(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{padding:3.5rem 0 2.5rem}.home-hero-grid{display:grid;grid-template-columns:55fr 45fr;grid-gap:3rem;gap:3rem;align-items:center}.home-hero-title{font-size:clamp(1.875rem,3.2vw,2.625rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;color:var(--home-text);margin:0 0 1.25rem}.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:4rem 0}.home-section-projects{border-top:1px solid var(--home-border)}.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{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-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-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-about-text{font-size:1.0625rem;line-height:1.7;color:var(--home-text-secondary);margin:0 0 1.5rem;max-width:52ch}.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-cad-preview-grid,.home-capabilities-grid{grid-template-columns:repeat(2,1fr)}.home-about-grid,.home-creative-grid{grid-template-columns:1fr;gap:2rem}.home-about-visual{max-width:320px}}@media (max-width:768px){.home-container{padding:0 1.25rem}.home-hero{padding:2.5rem 0 2rem}.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-section{padding:3rem 0}.home-cad-preview-grid,.home-capabilities-grid{grid-template-columns:1fr}.home-contact-card{padding:2rem 1.5rem}.home-about-visual{max-width:none}}@media (prefers-reduced-motion:reduce){.home-cad-preview-card:hover,.home-cad-preview-card:hover .home-image-placeholder{transform:none}}