:root{--navy:#001f3f;--navy-mid:#00305f;--navy-light:#004080;--teal:#00b4d8;--teal-light:#48cae4;--teal-dim:#0096b7;--teal-glow:#00b4d82e;--teal-wash:#00b4d80f;--navy-wash:#001f3f0d;--white:#fff;--off-white:#f8fafc;--text-body:#374151;--text-muted:#6b7280;--border:#001f3f1a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-body);background:var(--white);-webkit-font-smoothing:antialiased;font-family:DM Sans,sans-serif;line-height:1.7}h1,h2,h3,h4{letter-spacing:-.02em;font-family:Cormorant Garant,serif;line-height:1.15}@keyframes fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes subtlePulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.08)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}.anim-fade-up{opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) forwards fadeUp}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.25s}.delay-3{animation-delay:.4s}.delay-4{animation-delay:.55s}.delay-5{animation-delay:.7s}nav{z-index:100;-webkit-backdrop-filter:blur(16px);background:#fff;border-bottom:1px solid #001f3f1a;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 12px #001f3f14}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;height:100px;margin:0 auto;padding:0 2rem;display:flex}.nav-logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.nav-brand-name{color:var(--navy);letter-spacing:-.02em;align-self:flex-end;padding-bottom:.35rem;font-family:Cormorant Garant,serif;font-size:1.35rem;font-weight:700;line-height:1.2}.nav-logo img{width:auto;height:88px}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--navy);letter-spacing:.01em;opacity:.75;font-family:DM Sans,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--teal-dim);opacity:1}.nav-cta{background:var(--teal);border-radius:4px;align-items:center;padding:.5rem 1.375rem;font-size:.875rem;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex;color:var(--navy)!important;font-weight:600!important}.nav-cta:hover{transform:translateY(-1px);background:var(--teal-light)!important;color:var(--navy)!important}.nav-cta:active{transform:translateY(0)}.hero{background:linear-gradient(160deg,#0a1628 0%,#001f3f 55%,#012a52 100%);align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-bg:before{content:"";opacity:.3;background-image:radial-gradient(circle,#00b4d82e 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.hero-bg:after{content:"";background:radial-gradient(#00b4d81f 0%,#0064a00f 40%,#0000 70%);width:70vw;height:70vw;animation:10s ease-in-out infinite subtlePulse;position:absolute;top:-20%;right:-10%}.hero-glow-bottom{background:radial-gradient(#00b4d80f 0%,#0000 65%);width:45vw;height:45vw;position:absolute;bottom:-10%;left:-5%}.hero-grain{opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:absolute;inset:0}.hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;padding:5rem 2rem 6rem;display:grid;position:relative}.hero-label{letter-spacing:.14em;text-transform:uppercase;color:var(--teal);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.hero-label:before{content:"";background:var(--teal);width:24px;height:1px;display:block}.hero-headline{color:var(--white);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(2.75rem,5vw,4.5rem);font-weight:600;line-height:1.08}.hero-headline em{color:var(--teal);font-style:italic}.hero-sub{color:#fff9;max-width:480px;margin-bottom:2.5rem;font-size:1.0625rem;font-weight:300;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-primary{background:var(--teal);color:var(--navy);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 20px #00b4d84d}.btn-primary:hover{background:var(--teal-light);transform:translateY(-2px);box-shadow:0 8px 28px #00b4d866}.btn-primary:active{transform:translateY(0)}.btn-ghost{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:DM Sans,sans-serif;font-size:.9375rem;font-weight:500;text-decoration:none;transition:border-color .2s,color .2s,transform .15s,background .2s;display:inline-flex}.btn-ghost:hover{color:var(--white);background:#ffffff0f;border-color:#ffffff80;transform:translateY(-2px)}.hero-visual{justify-content:center;align-items:center;display:flex;position:relative}.hero-metric-grid{grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:400px;display:grid}.metric-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:1.5rem;transition:border-color .25s,background .25s,transform .25s cubic-bezier(.22,1,.36,1)}.metric-card:hover{background:#ffffff14;border-color:#00b4d859;transform:translateY(-3px)}.metric-value{color:var(--white);letter-spacing:-.02em;font-family:Cormorant Garant,serif;font-size:2.625rem;font-weight:700;line-height:1}.metric-label{color:#ffffff80;margin-top:.5rem;font-size:.8125rem;font-weight:400;line-height:1.45}.metric-card.wide{grid-column:span 2;grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid;overflow:hidden}.metric-half{padding:1.5rem}.metric-half:first-child{border-right:1px solid #ffffff14}.trust-bar{background:var(--navy);border-top:1px solid #00b4d81a;border-bottom:1px solid #00b4d81a;padding:1.625rem 2rem}.trust-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.trust-label{letter-spacing:.1em;text-transform:uppercase;color:#fff6;white-space:nowrap;font-size:.75rem;font-weight:600}.trust-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.badge{color:#ffffffbf;letter-spacing:.04em;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;display:flex}.badge-icon{background:#00b4d81f;border:1px solid #00b4d833;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.badge-icon svg{fill:none;width:16px;height:16px;stroke:var(--teal);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.section{padding:6rem 2rem}.section-inner{max-width:1200px;margin:0 auto}.section-label{letter-spacing:.12em;text-transform:uppercase;color:var(--teal-dim);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.section-label:before{content:"";background:var(--teal-dim);width:20px;height:1px;display:block}.section-heading{color:var(--navy);letter-spacing:-.025em;font-size:clamp(2rem,3.5vw,3rem);font-weight:600;line-height:1.15}.section-sub{color:var(--text-muted);max-width:540px;margin-top:1rem;font-size:1.0625rem;font-weight:300;line-height:1.75}.why-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.why-card{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--teal);border-radius:8px;padding:2rem 1.75rem;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;box-shadow:0 2px 16px #001f3f0f}.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #001f3f1f}.why-icon{background:var(--teal-wash);border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.25rem;display:flex}.why-icon svg{width:22px;height:22px;stroke:var(--teal-dim);fill:none;stroke-width:1.75px}.why-card h3{color:var(--navy);margin-bottom:.625rem;font-size:1.1875rem;font-weight:600}.why-card p{color:var(--text-muted);font-size:.9rem;font-weight:400;line-height:1.65}.services-bg{background:var(--navy)}.services-heading,.services-label{color:var(--white)}.services-label{color:var(--teal)!important}.services-label:before{background:var(--teal)!important}.services-sub{color:#fff9!important}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.service-card{background:#ffffff0a;border:1px solid #00b4d81f;border-radius:8px;padding:2.5rem 2rem;transition:border-color .3s,background .3s,transform .25s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--teal), transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{background:#ffffff12;border-color:#00b4d84d;transform:translateY(-4px)}.service-card:hover:before{opacity:1}.service-num{color:#00b4d81f;letter-spacing:-.04em;margin-bottom:1.25rem;font-family:Cormorant Garant,serif;font-size:3.5rem;font-weight:700;line-height:1}.service-icon{background:#00b4d81a;border-radius:10px;justify-content:center;align-items:center;width:48px;height:64px;margin-bottom:1.5rem;display:flex}.service-icon svg{width:24px;height:24px;stroke:var(--teal);fill:none;stroke-width:1.75px}.service-card h3{color:var(--white);font-size:1.375rem;font-weight:600}.service-card p{color:#ffffff8c;margin-bottom:1.5rem;font-size:.9rem;font-weight:300;line-height:1.7}.service-features{flex-direction:column;gap:.5rem;list-style:none;display:flex}.service-features li{color:#ffffff80;align-items:flex-start;gap:.5rem;font-size:.8375rem;line-height:1.5;display:flex}.service-features li:before{content:"→";color:var(--teal);flex-shrink:0;margin-top:.05rem}.industry-split{border-radius:12px;grid-template-columns:1fr 1fr;min-height:520px;margin-top:3.5rem;display:grid;overflow:hidden;box-shadow:0 20px 60px #001f3f26}.industry-panel{padding:3.5rem 3rem;position:relative;overflow:hidden}.industry-panel:after{content:"";pointer-events:none;opacity:.06;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-40%;right:-20%}.panel-medical{background:linear-gradient(135deg,#f0fafb 0%,#e0f4f8 100%);border-right:1px solid #00b4d826}.panel-medical:after{background:var(--teal)}.panel-financial{background:linear-gradient(135deg,#f0f4f8 0%,#e0e8f0 100%)}.panel-financial:after{background:var(--navy)}.industry-tag{letter-spacing:.1em;text-transform:uppercase;border-radius:100px;align-items:center;gap:.4rem;margin-bottom:1.5rem;padding:.3rem .875rem;font-size:.7rem;font-weight:700;display:inline-flex}.tag-medical{color:var(--teal-dim);background:#00b4d81f}.tag-financial{color:var(--navy);background:#001f3f1a}.industry-panel h3{color:var(--navy);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.875rem;font-weight:600}.industry-desc{color:var(--text-muted);margin-bottom:2rem;font-size:.9375rem;font-weight:300;line-height:1.65}.industry-list{flex-direction:column;gap:.875rem;list-style:none;display:flex}.industry-list li{color:var(--text-body);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.55;display:flex}.check-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:.1rem;display:flex}.check-medical{background:#00b4d826}.check-financial{background:#001f3f1f}.check-icon svg{stroke-width:2.5px;width:10px;height:10px}.check-medical svg{stroke:var(--teal-dim)}.check-financial svg{stroke:var(--navy)}.form-section{background:#f4f7fb}.form-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;margin-top:1rem;display:grid}.form-aside{padding-top:.5rem}.form-aside h2{color:var(--navy);letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.2}.form-aside p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;font-weight:300;line-height:1.7}.form-trust{flex-direction:column;gap:.875rem;display:flex}.form-trust-item{color:var(--text-body);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.form-trust-item svg{width:16px;height:16px;stroke:var(--teal-dim);fill:none;stroke-width:2px;flex-shrink:0}.contact-form{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:2.5rem;box-shadow:0 4px 24px #001f3f12}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1.25rem}.form-group label{color:var(--navy);letter-spacing:.02em;margin-bottom:.4rem;font-size:.8125rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{background:var(--white);border:1px solid var(--border);width:100%;color:var(--text-body);border-radius:6px;outline:none;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9375rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #00b4d81f}.form-group textarea{resize:vertical;min-height:110px}.form-submit{background:var(--navy);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:6px;padding:.9375rem;font-family:DM Sans,sans-serif;font-size:1rem;font-weight:600;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 16px #001f3f40}.form-submit:hover{background:var(--navy-mid);transform:translateY(-2px);box-shadow:0 8px 24px #001f3f4d}.form-submit:active{transform:translateY(0)}.form-note{color:var(--text-muted);text-align:center;margin-top:.875rem;font-size:.8rem}footer{background:var(--navy);border-top:1px solid #00b4d81a;padding:3.5rem 2rem}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff12;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3rem;padding-bottom:2.5rem;display:flex}.footer-brand h3{color:var(--white);margin-bottom:.875rem;font-family:Cormorant Garant,serif;font-size:1.35rem;font-weight:700}.footer-brand p{color:#ffffff73;max-width:280px;font-size:.875rem;line-height:1.65}.footer-links{flex-wrap:wrap;gap:4rem;display:flex}.footer-col h4{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem;font-family:DM Sans,sans-serif;font-size:.75rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.5rem;list-style:none;display:flex}.footer-col a{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--teal)}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.75rem;display:flex}.footer-bottom p{color:#ffffff4d;font-size:.8125rem}.footer-compliance{gap:.75rem;display:flex}.compliance-pill{letter-spacing:.06em;color:#00b4d899;background:#00b4d814;border:1px solid #00b4d826;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:700}.nav-links a.nav-active{font-weight:600;color:var(--teal-dim)!important;opacity:1!important}.page-banner{background:linear-gradient(160deg,#0a1628 0%,#001f3f 55%,#012a52 100%);padding:8rem 2rem 4.5rem;position:relative;overflow:hidden}.page-banner:before{content:"";opacity:.25;pointer-events:none;background-image:radial-gradient(circle,#00b4d82e 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.page-banner:after{content:"";pointer-events:none;background:radial-gradient(#00b4d81a 0%,#0000 65%);width:55vw;height:55vw;position:absolute;top:-20%;right:-10%}.page-banner-inner{z-index:2;max-width:1200px;margin:0 auto;position:relative}.page-banner-label{letter-spacing:.14em;text-transform:uppercase;color:var(--teal);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:inline-flex}.page-banner-label:before{content:"";background:var(--teal);width:24px;height:1px;display:block}.page-banner-title{color:var(--white);letter-spacing:-.03em;margin-bottom:1rem;font-family:Cormorant Garant,serif;font-size:clamp(2.5rem,4.5vw,3.75rem);font-weight:600;line-height:1.1}.page-banner-sub{color:#fff9;max-width:560px;font-size:1.0625rem;font-weight:300;line-height:1.75}@media (width<=1024px){.why-grid{grid-template-columns:repeat(2,1fr)}.industry-split{grid-template-columns:1fr}.industry-panel{padding:2.5rem 2rem}#newsletter-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.nav-links{display:none}.hero-inner{grid-template-columns:1fr;gap:2.5rem;padding:3rem 1.5rem 4rem}.hero-metric-grid{max-width:100%}.why-grid,.services-grid{grid-template-columns:1fr}.form-layout{grid-template-columns:1fr;gap:2.5rem}.form-row{grid-template-columns:1fr}.footer-links{gap:2rem}.footer-top{flex-direction:column}.section{padding:4rem 1.5rem}#newsletter-grid{grid-template-columns:1fr!important}}.industries-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3.5rem;display:grid}.industry-card{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--teal);border-radius:8px;padding:2rem 1.75rem;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;box-shadow:0 2px 16px #001f3f0f}.industry-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #001f3f1f}.industry-card-header{align-items:center;gap:.75rem;margin-bottom:.625rem;display:flex}.industry-card-icon{background:var(--teal-wash);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.industry-card-icon svg{width:22px;height:22px;stroke:var(--teal-dim);fill:none;stroke-width:1.75px}.industry-card h3{color:var(--navy);margin-bottom:.625rem;font-size:1.1875rem;font-weight:600}.industry-card p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;font-weight:400;line-height:1.65}.expertise-badge{letter-spacing:.06em;color:var(--teal-dim);text-transform:uppercase;background:#00b4d814;border:1px solid #00b4d826;border-radius:4px;align-items:center;gap:.3rem;margin-bottom:.2rem;padding:.15rem .5rem;font-size:.6rem;font-weight:700;display:inline-flex}.industry-card-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.industry-card-list li{color:var(--text-body);align-items:flex-start;gap:.5rem;font-size:.85rem;line-height:1.5;display:flex}.industry-card-list li:before{content:"→";color:var(--teal);flex-shrink:0}.projects-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3.5rem;display:grid}.project-card{background:var(--white);border:1px solid var(--border);border-radius:10px;flex-direction:column;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 2px 16px #001f3f0f}.project-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #001f3f1f}.project-body{flex-direction:column;flex:1;padding:1.75rem;display:flex}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.project-tag{letter-spacing:.08em;text-transform:uppercase;border-radius:100px;padding:.2rem .625rem;font-size:.7rem;font-weight:700}.tag-med{color:var(--teal-dim);background:#00b4d81a}.tag-fin{color:var(--navy);background:#001f3f14}.tag-auto{color:var(--teal-dim);background:#00b4d80f;border:1px solid #00b4d826}.tag-mfg{color:#2d7850;background:#2d78501a}.project-card h3{color:var(--navy);letter-spacing:-.02em;margin-bottom:.625rem;font-size:1.25rem;font-weight:600;line-height:1.25}.project-card p{color:var(--text-muted);flex:1;margin-bottom:1.5rem;font-size:.9rem;font-weight:400;line-height:1.65}.project-outcomes{border-top:1px solid var(--border);gap:1.5rem;padding-top:1.25rem;display:flex}.outcome{flex-direction:column;display:flex}.outcome-value{color:var(--navy);letter-spacing:-.02em;font-family:Cormorant Garant,serif;font-size:1.5rem;font-weight:700;line-height:1}.outcome-label{color:var(--text-muted);margin-top:.25rem;font-size:.75rem;line-height:1.3}.project-card-link{color:inherit;cursor:pointer;text-decoration:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s cubic-bezier(.22,1,.36,1)}.project-card-link:hover{transform:translateY(-4px);box-shadow:0 8px 32px #001f3f1f,0 2px 8px #001f3f0f}.project-read-more{color:var(--teal-dim);letter-spacing:.01em;margin-top:1rem;font-size:.875rem;font-weight:600;display:inline-block}.project-card-link:hover .project-read-more{color:var(--teal)}.project-card-add{background:var(--white);cursor:pointer;border:2px dashed #001f3f26;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:320px;padding:3rem 2rem;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.project-card-add:hover{border-color:var(--teal);background:#00b4d805}.add-icon{background:#001f3f0d;border-radius:50%;justify-content:center;align-items:center;width:48px;height:64px;display:flex}.add-icon svg{width:22px;height:22px;stroke:var(--text-muted);fill:none;stroke-width:2px;stroke-linecap:round}.project-card-add span{color:var(--text-muted);font-size:.9rem;font-weight:500}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.projects-grid{grid-template-columns:1fr}}.about-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:4rem;display:grid}.about-photo{border-radius:12px;position:relative;overflow:hidden;box-shadow:0 20px 60px #001f3f26}.about-photo img{width:100%;height:auto;display:block}.about-photo:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#001f3f26);position:absolute;inset:0}.about-content h2{color:var(--navy);letter-spacing:-.025em;margin-bottom:.25rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:600;line-height:1.2}.about-role{color:var(--teal-dim);margin-bottom:1.5rem;font-size:1rem;font-weight:600}.about-content p{color:var(--text-muted);margin-bottom:1.25rem;font-size:1rem;font-weight:300;line-height:1.75}.about-story{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.about-story h3{color:var(--navy);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.about-personal{background:var(--teal-wash);border-left:3px solid var(--teal);border-radius:10px;margin-top:2rem;padding:1.75rem}.about-personal h4{letter-spacing:.1em;text-transform:uppercase;color:var(--teal-dim);margin-bottom:.75rem;font-family:DM Sans,sans-serif;font-size:.8125rem;font-weight:700}.about-personal p{color:var(--text-body);margin-bottom:0;font-size:.9375rem}.about-cta{margin-top:2.5rem}@media (width<=1024px){.about-grid{grid-template-columns:1fr;gap:2.5rem}.about-photo{max-width:400px}}@media (width<=768px){.about-grid{grid-template-columns:1fr}}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}
