:root{--bg: #f0eee6;--bg2: #e8e6dd;--bg3: #dddbd2;--white: #faf9f5;--fg: #000814;--fg2: #001d3d;--fg3: #4a5568;--gold: #ffc300;--gold2: #ffd60a;--navy: #001d3d;--navy2: #003566;--border: rgba(0, 8, 20, .1);--border2: rgba(0, 8, 20, .06);--radius: 3px;--font-h: "Syne", sans-serif;--font-b: "DM Sans", sans-serif;--font-serif: "Fraunces", serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px;height:100%}body{background:var(--bg);color:var(--fg);font-family:var(--font-b);font-weight:300;line-height:1.65;overflow-x:hidden;min-height:100%}#root{position:relative;min-height:100vh;display:flex;flex-direction:column}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.container{max-width:1180px;margin:0 auto;padding:0 2.5rem}section{padding:7rem 0}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.4rem 2.5rem;display:flex;align-items:center;justify-content:space-between;background:#f0eee6e0;-webkit-backdrop-filter:blur(20px) saturate(110%);backdrop-filter:blur(20px) saturate(110%);border-bottom:1px solid var(--border);transition:padding .3s}nav.scrolled{padding:1rem 2.5rem}nav .logo{font-family:var(--font-h);font-size:1rem;font-weight:700;letter-spacing:-.01em;color:var(--fg);text-decoration:none}nav .logo em{font-style:normal;color:var(--gold)}nav .links{display:flex;gap:2rem;align-items:center}nav .links a{font-size:.82rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;color:var(--fg3);text-decoration:none;transition:color .2s}nav .links a:hover,nav .links a.active{color:var(--fg)}nav .links a.active{font-weight:500}nav .cta-nav{background:var(--fg)!important;color:var(--bg)!important;padding:.5rem 1.2rem;border-radius:var(--radius);font-weight:500!important;letter-spacing:.02em!important;text-transform:none!important;transition:opacity .2s!important}nav .cta-nav:hover{opacity:.8;color:var(--bg)!important}nav .portal-nav{background:transparent;color:var(--fg3)!important;padding:.4rem .9rem;border-radius:var(--radius);font-size:.75rem!important;font-weight:400!important;letter-spacing:.04em!important;text-transform:uppercase!important;border:1px solid var(--border);text-decoration:none;transition:color .2s,border-color .2s!important}nav .portal-nav:hover{color:var(--fg)!important;border-color:var(--fg)}nav .back{font-size:.78rem;color:var(--fg3);text-decoration:none;letter-spacing:.06em;text-transform:uppercase;transition:color .2s}nav .back:hover{color:var(--fg)}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:var(--fg);color:var(--bg);padding:.9rem 2rem;border-radius:var(--radius);font-family:var(--font-b);font-weight:500;font-size:.9rem;border:none;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .15s}.btn-primary:hover:not(:disabled){opacity:.82;transform:translateY(-1px)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-ghost{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--fg);padding:.9rem 1.5rem;border-radius:var(--radius);font-family:var(--font-b);font-weight:400;font-size:.9rem;border:1px solid var(--border);cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.btn-ghost:hover{background:var(--bg2);transform:translateY(-1px)}.section-eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--fg3);margin-bottom:1rem}.section-title{font-family:var(--font-h);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.1;letter-spacing:-.025em;margin-bottom:.75rem;color:var(--fg)}.section-sub{color:var(--fg3);max-width:520px;font-size:.95rem;line-height:1.7}.section-head{margin-bottom:4rem}#hero{min-height:92vh;display:flex;align-items:center;padding:9rem 0 5rem;border-bottom:1px solid var(--border);position:relative}#hero .container{position:relative;z-index:1;width:100%}#hero .hero-id{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-bottom:4.5rem}#hero .hero-avatar{width:34px;height:34px;border-radius:50%;flex-shrink:0;object-fit:cover;object-position:center top;border:1px solid var(--border)}#hero .hero-status{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:400;letter-spacing:.04em;color:var(--fg3)}#hero .hero-status .dot{width:5px;height:5px;border-radius:50%;background:#22c55e}#hero .hero-headline{font-family:var(--font-serif);font-size:clamp(2.3rem,5.2vw,3.75rem);font-weight:500;line-height:1.18;letter-spacing:-.01em;color:var(--fg);max-width:820px;margin-bottom:2.25rem;overflow-wrap:break-word}#hero .hero-headline .hl{font-style:italic;color:var(--navy2)}#hero .hero-sub{font-size:1rem;color:var(--fg3);max-width:460px;margin-bottom:3rem;line-height:1.75;font-weight:300}#hero .hero-cta{display:flex;gap:2rem;align-items:center;flex-wrap:wrap;margin-bottom:5.5rem}#hero .hero-cta a{font-size:.88rem;text-decoration:none;letter-spacing:.01em;transition:opacity .2s}#hero .hero-cta a:hover{opacity:.65}#hero .hero-cta .cta-primary{color:var(--fg);font-weight:500;border-bottom:1px solid var(--fg);padding-bottom:.2rem}#hero .hero-cta .cta-secondary{color:var(--fg3);font-weight:400}#hero .hero-meta{display:flex;gap:3rem;max-width:640px}#hero .hero-meta-item{display:flex;align-items:baseline;gap:.5rem}#hero .hero-meta-num{font-family:var(--font-serif);font-size:1.15rem;font-weight:500;color:var(--fg)}#hero .hero-meta-label{font-size:.72rem;color:var(--fg3);letter-spacing:.02em}#services{background:var(--white);border-bottom:1px solid var(--border)}.svc-list{border-top:1px solid var(--border)}.svc-row{border-bottom:1px solid var(--border);cursor:pointer;overflow:hidden;transition:background .25s}.svc-row:hover,.svc-row.open{background:var(--bg)}.svc-header{display:grid;grid-template-columns:56px 1fr auto auto;align-items:center;gap:2rem;padding:2rem 0}.svc-header .svc-num{font-family:var(--font-h);font-size:.7rem;font-weight:700;color:var(--fg3);letter-spacing:.15em}.svc-header .svc-title{font-family:var(--font-h);font-size:clamp(1.3rem,2.5vw,2rem);font-weight:700;letter-spacing:-.025em;color:var(--fg);transition:color .2s}.svc-header .svc-badge{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .7rem;border-radius:2rem;background:var(--bg2);color:var(--fg3);font-weight:500;white-space:nowrap}.svc-row.featured .svc-badge{background:#ffc30018;color:#7a5a00}.svc-icon{width:28px;height:28px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--fg3);transition:background .25s,border-color .25s,transform .3s;flex-shrink:0}.svc-row.open .svc-icon{background:var(--fg);color:var(--bg);border-color:var(--fg);transform:rotate(45deg)}.svc-body{display:grid;grid-template-columns:56px 1fr;gap:2rem;max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1),padding .45s;padding-bottom:0}.svc-row.open .svc-body{max-height:400px;padding-bottom:2.5rem}.svc-body-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.svc-desc{font-size:.92rem;color:var(--fg3);line-height:1.75}.svc-bullets{list-style:none;display:flex;flex-direction:column;gap:.5rem}.svc-bullets li{font-size:.85rem;color:var(--fg3);display:flex;align-items:flex-start;gap:.75rem;line-height:1.5}.svc-bullets li .bul-dot{flex-shrink:0;width:16px;height:16px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-top:.1em}.svc-bullets li .bul-dot:after{content:"";width:4px;height:4px;border-radius:50%;background:var(--fg)}#about{border-bottom:1px solid var(--border)}#about .grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}#about .bio{font-size:1rem;line-height:1.85;color:var(--fg3);margin-bottom:2.5rem}#about .bio strong{color:var(--fg);font-weight:500}.timeline{display:flex;flex-direction:column}.timeline-item{display:grid;grid-template-columns:90px 1fr;gap:1.5rem;padding:1.4rem 0;border-bottom:1px solid var(--border2)}.timeline-item:first-child{border-top:1px solid var(--border2)}.timeline-year{font-family:var(--font-h);font-size:.7rem;font-weight:700;color:var(--fg3);letter-spacing:.06em;padding-top:.2rem;text-transform:uppercase}.timeline-content h4{font-family:var(--font-h);font-size:.9rem;font-weight:600;margin-bottom:.2rem;color:var(--fg)}.timeline-content p{font-size:.8rem;color:var(--fg3);line-height:1.5}.timeline-content .tl-tag{display:inline-block;margin-top:.45rem;font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .5rem;border-radius:2px;background:var(--bg2);color:var(--fg3);border:1px solid var(--border);font-weight:500}.timeline-content .tl-tag.vw{background:#001d3d11;color:var(--navy2);border-color:#001d3d22}#tech{background:var(--white);border-bottom:1px solid var(--border)}.tech-section{margin-bottom:2rem}.tech-section-label{font-size:.68rem;font-weight:500;color:var(--fg3);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.65rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{display:inline-flex;align-items:center;padding:.45rem .9rem;border-radius:2rem;font-size:.8rem;font-weight:400;border:1px solid var(--border);background:var(--bg);color:var(--fg3);transition:all .2s;cursor:default}.tech-tag:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.tech-tag.core{background:var(--navy);color:#f0eee6e6;border-color:var(--navy)}.tech-tag.core:hover{background:var(--fg);border-color:var(--fg)}#portfolio{border-bottom:1px solid var(--border)}.project-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:4px;overflow:hidden}.project-item{border-bottom:1px solid var(--border);background:var(--white);transition:background .25s}.project-item:last-child{border-bottom:none}.project-item.open,.project-item:hover{background:var(--bg)}.project-header{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:2rem 3rem;cursor:pointer}.project-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.55rem;flex-wrap:wrap}.project-idx{font-family:var(--font-h);font-size:.68rem;font-weight:700;color:var(--fg3);letter-spacing:.1em}.ptag{font-size:.65rem;letter-spacing:.08em;text-transform:uppercase;padding:.18rem .55rem;border-radius:2rem;background:var(--bg2);color:var(--fg3);border:1px solid var(--border);font-weight:500}.project-header h3{font-family:var(--font-h);font-size:1.3rem;font-weight:700;letter-spacing:-.02em;color:var(--fg);transition:color .2s}.proj-icon{width:32px;height:32px;border-radius:50%;flex-shrink:0;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--fg3);transition:background .25s,border-color .25s,transform .3s}.project-item.open .proj-icon{background:var(--fg);color:var(--bg);border-color:var(--fg);transform:rotate(45deg)}.project-body{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1),padding .45s;padding:0 3rem}.project-item.open .project-body{max-height:600px;padding:0 3rem 2.5rem}.project-body .problem,.project-body .solution{font-size:.85rem;color:var(--fg3);margin-bottom:.75rem;line-height:1.65}.project-body .solution strong{color:var(--fg);font-weight:500}.project-body .stack{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.5rem}.project-body-divider{height:1px;background:var(--border2);margin-bottom:1.5rem}.project-detail-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:500;color:var(--fg3);text-decoration:none;letter-spacing:.04em;transition:color .2s}.project-detail-link:hover{color:var(--fg)}.stag{font-size:.7rem;padding:.2rem .6rem;border-radius:2px;background:var(--navy);color:#f0eee6d9;font-weight:500}#contact{background:var(--white);border-bottom:1px solid var(--border)}#contact .grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.contact-link{display:flex;align-items:center;gap:.85rem;padding:1rem 1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);color:var(--fg);text-decoration:none;font-size:.85rem;transition:all .2s;margin-bottom:.6rem}.contact-link:hover{border-color:var(--fg);background:var(--bg2)}.contact-link .cl-icon{font-size:.9rem;width:20px;text-align:center;color:var(--fg3)}.contact-link .cl-label{font-weight:500;color:var(--fg)}.contact-link .cl-sub{font-size:.72rem;color:var(--fg3)}.contact-link .cl-arrow{margin-left:auto;color:var(--fg3);font-size:.8rem;transition:transform .2s}.contact-link:hover .cl-arrow{transform:translate(2px,-2px)}.avail-box{display:flex;align-items:center;gap:.6rem;padding:1rem 1.25rem;border-radius:var(--radius);border:1px solid #22c55e44;background:#22c55e0a;margin-top:1.5rem}.avail-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0}.avail-text{font-size:.82rem;color:var(--fg)}.form-group{margin-bottom:1.15rem}.form-group label{display:block;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--fg3);margin-bottom:.45rem}.form-group input,.form-group textarea{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.8rem 1rem;color:var(--fg);font-family:var(--font-b);font-size:.88rem;transition:border-color .2s,background .2s;outline:none;resize:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--fg);background:var(--white)}.form-group textarea{height:130px}.form-status{font-size:.8rem;color:#22c55e;margin-top:.75rem;min-height:1.2rem}footer{background:var(--fg);padding:2.5rem 0}footer .inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}footer .f-name{font-family:var(--font-h);font-weight:700;font-size:.95rem;color:var(--bg)}footer .f-name em{font-style:normal;color:var(--gold)}footer .f-links{display:flex;gap:1.5rem}footer .f-links a{font-size:.78rem;color:#f0eee680;text-decoration:none;transition:color .2s}footer .f-links a:hover{color:var(--bg)}footer .f-copy{font-size:.72rem;color:#f0eee666}#page-header{padding:10rem 0 5rem;border-bottom:1px solid var(--border);position:relative;overflow:hidden}#page-header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(0,8,20,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(0,8,20,.07) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(ellipse 80% 80% at 30% 50%,black 20%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 30% 50%,black 20%,transparent 75%)}#page-header .container{position:relative;z-index:1}#page-header .back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--fg3);text-decoration:none;letter-spacing:.06em;text-transform:uppercase;margin-bottom:2.5rem;transition:color .2s}#page-header .back-link:hover{color:var(--fg)}#page-header h1{font-family:var(--font-h);font-size:clamp(2.8rem,5vw,4.5rem);font-weight:800;letter-spacing:-.035em;line-height:1;margin-bottom:1.25rem}#page-header .lead{font-size:1.05rem;color:var(--fg3);max-width:520px;line-height:1.75;font-weight:300}.project-count{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--fg3);margin-bottom:2rem;padding:.35rem .8rem;border:1px solid var(--border);border-radius:2rem;background:var(--white)}.project-section{border-bottom:1px solid var(--border);padding:6rem 0}.project-section:last-child{border-bottom:none}.proj-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:3.5rem;flex-wrap:wrap}.proj-number{font-family:var(--font-h);font-size:.68rem;font-weight:700;color:var(--fg3);letter-spacing:.15em;text-transform:uppercase;margin-bottom:.6rem}.proj-title{font-family:var(--font-h);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--fg)}.proj-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}.proj-body{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.proj-block{margin-bottom:2.5rem}.proj-block:last-child{margin-bottom:0}.proj-block-label{font-size:.68rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--fg3);margin-bottom:.85rem;display:flex;align-items:center;gap:.6rem}.proj-block-label:after{content:"";flex:1;height:1px;background:var(--border)}.proj-block p{font-size:.95rem;color:var(--fg3);line-height:1.8}.proj-block p strong{color:var(--fg);font-weight:500}.proj-features{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin-top:.5rem}.proj-features li{display:flex;align-items:flex-start;gap:.85rem;font-size:.9rem;color:var(--fg3);line-height:1.55}.feat-dot{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-top:.1em}.feat-dot:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--gold)}.feat-title{font-weight:500;color:var(--fg)}.proj-stack-section{margin-top:2.5rem}.proj-stack-label{font-size:.68rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--fg3);margin-bottom:.85rem;display:flex;align-items:center;gap:.6rem}.proj-stack-label:after{content:"";flex:1;height:1px;background:var(--border)}.proj-stack{display:flex;gap:.4rem;flex-wrap:wrap}.proj-aside{position:sticky;top:7rem}.aside-card{background:var(--bg2);border:1px solid var(--border);border-radius:4px;padding:2rem;margin-bottom:1.25rem}.aside-card-label{font-size:.63rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--fg3);margin-bottom:1rem}.aside-card p{font-size:.85rem;color:var(--fg3);line-height:1.7}.aside-card p strong{color:var(--fg);font-weight:500}.aside-metric{display:flex;flex-direction:column;gap:1rem}.metric-row{display:flex;align-items:center;justify-content:space-between;padding-bottom:.75rem;border-bottom:1px solid var(--border2);font-size:.82rem}.metric-row:last-child{border-bottom:none;padding-bottom:0}.metric-key{color:var(--fg3)}.metric-val{font-weight:500;color:var(--fg);font-family:var(--font-h)}.accent-bar{height:3px;background:var(--gold);border-radius:1px;margin-bottom:1.25rem}#cta{background:var(--fg);padding:6rem 0;text-align:center}#cta h2{font-family:var(--font-h);font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;letter-spacing:-.025em;color:var(--bg);margin-bottom:1rem}#cta p{color:#f0eee699;font-size:.95rem;max-width:420px;margin:0 auto 2.5rem;line-height:1.7}#cta .btn-primary{background:var(--gold);color:var(--fg)}#cta .btn-primary:hover:not(:disabled){opacity:.9}#cta .btn-ghost{color:var(--bg);border-color:#f0eee640}#cta .btn-ghost:hover{background:#f0eee614}.legal-container{max-width:780px;margin:0 auto;padding:0 2.5rem}.page-header-legal{padding:9rem 0 4rem;border-bottom:1px solid var(--border)}.page-header-legal .eyebrow{font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--fg3);margin-bottom:1rem}.page-header-legal h1{font-family:var(--font-h);font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1}.page-header-legal .last-updated{font-size:.78rem;color:var(--fg3);margin-top:.75rem}.legal-content{padding:4rem 0 6rem}.legal-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid var(--border2)}.legal-section:last-child{border-bottom:none;margin-bottom:0}.legal-section-label{font-size:.68rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--fg3);margin-bottom:1.25rem;display:flex;align-items:center;gap:.75rem}.legal-section-label:after{content:"";flex:1;height:1px;background:var(--border)}.legal-section p,.legal-section address{font-size:.95rem;color:var(--fg3);line-height:1.85;font-style:normal}.legal-section p+p{margin-top:.75rem}.legal-section strong{color:var(--fg);font-weight:500}.legal-section a{color:var(--fg);text-decoration:underline;text-underline-offset:3px}.legal-section a:hover{color:var(--fg3)}.legal-section ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.legal-section ul li{font-size:.92rem;color:var(--fg3);line-height:1.6;display:flex;align-items:flex-start;gap:.75rem}.legal-section ul li:before{content:"";flex-shrink:0;width:5px;height:5px;border-radius:50%;background:var(--gold);margin-top:.55em}footer.legal-footer .inner{max-width:780px;margin:0 auto;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.portal-center{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;min-height:100vh}.portal-wrap{flex:1;display:flex;flex-direction:column;min-height:100vh}.portal-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2.5rem;border-bottom:1px solid var(--border);background:#f0eee6e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.portal-form-wrap{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1.5rem 4rem}.portal-card{background:var(--white);border:1px solid var(--border);border-radius:6px;padding:2.5rem;width:100%;max-width:440px;box-shadow:0 4px 32px #0008140f}.portal-card--wide{max-width:660px}.portal-logo{font-family:var(--font-h);font-size:.88rem;font-weight:700;color:var(--fg);margin-bottom:1.75rem;letter-spacing:-.01em;text-decoration:none;display:block}.portal-logo .gold{color:var(--gold)}.portal-title{font-family:var(--font-h);font-size:1.75rem;font-weight:700;letter-spacing:-.025em;line-height:1.15;margin-bottom:.6rem;color:var(--fg)}.portal-sub{font-size:.88rem;color:var(--fg3);line-height:1.7;margin-bottom:2rem}.portal-eyebrow{font-size:.68rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--fg3);margin-bottom:.5rem}.form-head{margin-bottom:2rem}.field-group{margin-bottom:1.1rem}.field-label{display:block;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--fg3);margin-bottom:.4rem}.required{color:var(--fg)}.optional{font-weight:300;text-transform:none;letter-spacing:0}.field-input{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;color:var(--fg);font-family:var(--font-b);font-size:.88rem;font-weight:300;outline:none;transition:border-color .2s,background .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}.field-input:focus{border-color:var(--fg);background:var(--white)}.field-input:disabled{opacity:.55;cursor:not-allowed}.field-input::placeholder{color:#4a55688c}.field-textarea{resize:vertical;min-height:140px;line-height:1.6}.field-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%234a5568' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.5rem}.field-error{font-size:.8rem;color:#c0392b;margin-bottom:1rem;background:#c0392b0f;border:1px solid rgba(192,57,43,.18);border-radius:var(--radius);padding:.55rem .85rem}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.portal-btn-primary{display:inline-flex;align-items:center;justify-content:center;width:100%;background:var(--fg);color:var(--bg);border:none;border-radius:var(--radius);padding:.85rem 1.5rem;font-family:var(--font-b);font-size:.88rem;font-weight:500;cursor:pointer;text-decoration:none;transition:opacity .2s,transform .15s;margin-top:.5rem}.portal-btn-primary:hover:not(:disabled){opacity:.82;transform:translateY(-1px)}.portal-btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.portal-btn-ghost{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--fg);border:1px solid var(--border);border-radius:var(--radius);padding:.85rem 1.5rem;font-family:var(--font-b);font-size:.88rem;font-weight:400;cursor:pointer;transition:background .2s,transform .15s}.portal-btn-ghost:hover{background:var(--bg2);transform:translateY(-1px)}.portal-btn-sm{padding:.45rem 1rem;font-size:.8rem}.portal-btn-row{display:flex;flex-direction:column;gap:.65rem;margin-top:1.5rem}.success-icon{width:52px;height:52px;border-radius:50%;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#22c55e;margin-top:.5rem}.spinner{width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--fg);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .55s ease,transform .55s ease}.fade-in.visible{opacity:1;transform:none}.fade-in.d1{transition-delay:.1s}.fade-in.d2{transition-delay:.2s}.fade-in.d3{transition-delay:.3s}@media (max-width: 768px){#about .grid,#contact .grid{grid-template-columns:1fr}nav .links{display:none}#hero .hero-meta{flex-wrap:wrap;row-gap:1rem}.proj-body{grid-template-columns:1fr;gap:2.5rem}.proj-aside{position:static}.proj-header{flex-direction:column}.portal-header{padding:1rem 1.25rem}.portal-card{padding:1.75rem 1.25rem}.field-row{grid-template-columns:1fr}}
