*,*:before,*:after{box-sizing:border-box}body,html{margin:0;padding:0;font-family:Arvo,serif}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}a{color:#2185ff;transition:color .3s ease}a:hover{color:#0d7fe6}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}header{position:fixed;top:0;width:100%;background-color:#fff;padding:10px 0;box-shadow:0 2px 5px #0000001a;z-index:1000;border-bottom:1px solid rgba(0,0,0,.1)}.header-content{display:flex;justify-content:space-between;align-items:center;padding:0 120px}.logo{display:flex;align-items:center;height:40px}.logo a{display:flex;align-items:center;height:100%;gap:10px;text-decoration:none}.logo img{height:40px;width:auto;object-fit:contain}.logo-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:700;line-height:.95;letter-spacing:-.01em;color:#2185ff}.logo-text>span{display:block}nav ul{list-style-type:none;padding:0;margin:0;display:flex}nav ul li{margin-left:20px}nav ul li a{color:#333;text-decoration:none;font-family:Inter,sans-serif;font-weight:700;transition:color .3s ease}nav ul li a:hover{color:#2185ff}nav ul li a[aria-current=page]{color:#2185ff}section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px 20px;text-align:center}section h2{margin-bottom:20px;font-family:Inter,sans-serif;font-weight:700}section p{font-family:Nunito,sans-serif;font-size:clamp(1rem,1.1vw,1.16rem);font-weight:600;max-width:800px;line-height:1.6}#home{background-color:#fff;color:#333;padding:0}.home-content{display:flex;width:100%;max-width:1800px;height:100vh;box-sizing:border-box;padding:0 clamp(24px,8vw,140px);gap:clamp(32px,6vw,80px);align-items:center;margin:0 auto}.home-text{flex:1;max-width:650px;padding:40px clamp(12px,2.5vw,32px) 40px 40px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px;position:relative;text-align:left}.home-badge{margin-bottom:1px}.home-badge img{width:15vw;max-width:160px;min-width:50px;height:auto}.home-company-name{margin:0;font-family:Inter,sans-serif;font-size:clamp(1.9rem,3.4vw,2.9rem);line-height:1.05;font-weight:700;letter-spacing:-.01em;color:#2185ff}.home-company-legal{font-size:.38em;letter-spacing:.14em;text-transform:uppercase;margin-left:.2em;color:#0d7fe6}.home-text h1{margin:0;font-size:clamp(1.15rem,1.7vw,1.6rem);line-height:1.5;font-family:Nunito,sans-serif;font-weight:600;max-width:34ch;color:#334155}.home-content .home-image{flex:1;display:flex;justify-content:center;align-items:center;min-height:400px;max-height:min(60vh,600px);max-width:600px;width:100%;margin:0;position:relative;overflow:visible}.home-content .home-image canvas{width:100%;height:100%;position:absolute;top:0;left:0;border-radius:12px;background-color:#000}.simulation-controls{position:absolute;left:50%;bottom:12px;transform:translate(-50%);width:calc(100% - 32px);max-width:540px;padding:10px 14px;border-radius:12px;background:#0d1420b3;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 40px #060c1573;color:#f3f6fb;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.simulation-controls.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)}.simulation-controls__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.simulation-controls__buttons{display:flex;align-items:center;gap:10px}.simulation-controls__group{display:flex;align-items:center;gap:8px;background:#ffffff14;border-radius:10px;padding:4px 8px}.simulation-button{border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:inherit;border-radius:8px;padding:6px 12px;font-family:Nunito,sans-serif;font-weight:700;font-size:.8rem;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.simulation-button:hover{background:#2185ff40;box-shadow:0 6px 12px #060c1540}.simulation-button:active{transform:translateY(1px)}.simulation-button--primary{background:#2185ff;border-color:#2185ff;color:#fff;box-shadow:0 6px 18px #2185ff59}.simulation-button--primary:hover{background:#0d7fe6}.simulation-angle{min-width:110px;text-align:center;font-family:Nunito,sans-serif;font-size:.75rem;line-height:1.3;color:#f3f6fbe6}.simulation-status{font-family:monospace;font-size:.7rem;letter-spacing:.02em;line-height:1.3;color:#f3f6fbcc;margin-left:auto;text-align:right}#services{background-color:#fff;color:#333}#services ul{list-style-type:disc;padding-left:20px;text-align:left}#services li{margin-bottom:10px}#projects{background-color:#fff;color:#333}.seastate-link{text-decoration:none;transition:opacity .3s ease}.seastate-link:hover{opacity:.8}.seastate-text{font-size:2.5em;font-family:Inter,sans-serif;font-weight:700;letter-spacing:-.025em}.seastate-sea{color:#1e293b}.seastate-ai{color:#2185ff}.nova-text{display:inline-block;font-size:2.5em;font-family:Inter,sans-serif;font-weight:700;font-style:italic;letter-spacing:-.025em;color:#2185ff}@supports (-webkit-background-clip: text){.nova-text{background:linear-gradient(90deg,#1d4ed8,#2185ff 45%,#38bdf8);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}}.project-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#333;margin-top:20px}.project-logo{width:30vw;max-width:600px;min-width:50px;height:auto;margin-bottom:10px}#projects .project-container{display:grid;grid-template-columns:max-content 1fr;column-gap:28px;row-gap:24px;align-items:center;max-width:1000px;width:100%;margin:0 auto;padding:20px}#projects .project-item{display:contents}#projects .seastate-link,#projects .nova-text{justify-self:end}#projects .project-summary{margin:0;flex:1;font-family:Nunito,sans-serif;font-size:clamp(1rem,1.1vw,1.16rem);font-weight:600;line-height:1.6;color:#334155;text-align:left}.project-more-link{display:inline-block;margin-left:.35rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;white-space:nowrap}#projects .project-logo{width:25vw;max-width:400px;min-width:200px;height:auto}#projects .project-description{flex:1;text-align:left;line-height:1.6}#about{background-color:#fff;color:#333;text-align:left}.about-image{width:40vw;max-width:1200px;min-width:50px;height:auto;margin-top:30px;margin-bottom:20px}#contact{background-color:#fff;color:#333}body.detail-page{display:flex;flex-direction:column;min-height:100vh}.detail-page main{flex:1;max-width:800px;margin:0 auto;width:100%;padding:100px 20px 60px}.detail-page section{min-height:auto;display:block;padding:0;text-align:left}.detail-page .nova-text,.detail-page .seastate-text{font-size:1.8em}.detail-page h1.seastate-text,.detail-page h1.nova-text{margin:0 0 12px;line-height:1.1}.detail-page h1.nova-text{display:block;width:fit-content}.detail-hero{display:block;width:75%;height:auto;border-radius:12px;margin:12px auto}.detail-page .project-more-link{display:inline-block;margin-top:32px}body.blog-page{display:flex;flex-direction:column;min-height:100vh}.blog-page main{flex:1;max-width:1040px;margin:0 auto;width:100%;padding:108px 20px 60px}.blog-shell{display:flex;flex-direction:column;gap:24px}.blog-empty-state{padding:8px 4px 4px}.blog-empty-note{margin:0;font-family:Nunito,sans-serif;font-size:1rem;font-weight:600;line-height:1.6;color:#64748b}.blog-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:26px;box-shadow:0 4px 16px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.blog-card:hover{border-color:#0f172a24;box-shadow:0 8px 22px #0f172a0f}.blog-card-link-block{display:flex;flex-direction:column;color:inherit;text-decoration:none;height:100%}.blog-card-link-block:hover{color:inherit}.blog-card-link-block:focus-visible{outline:2px solid #2185FF;outline-offset:4px}.blog-card-featured{padding:30px}.blog-card-featured-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(240px,.9fr);gap:26px;align-items:stretch;width:100%}.blog-card-featured-copy{display:flex;flex-direction:column;min-width:0}.blog-card-featured-label{margin:0 0 12px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2185ff}.blog-card-featured-media{align-self:stretch}.blog-card-featured-media img{display:block;width:100%;height:100%;min-height:220px;object-fit:cover;border-radius:10px}.blog-card-meta{display:flex;align-items:center;margin-bottom:14px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;color:#64748b}.blog-card-title{margin:0 0 12px;font-family:Inter,sans-serif;font-size:1.2rem;line-height:1.2;color:#0f172a}.blog-card-featured .blog-card-title{font-size:clamp(1.7rem,2.3vw,2.35rem)}.blog-card-excerpt{margin:0 0 16px;font-family:Nunito,sans-serif;font-size:.98rem;font-weight:600;line-height:1.65;color:#475569}.blog-card-link{display:inline-block;margin-left:0;margin-top:auto;color:#2185ff}.blog-card-link-block:hover .blog-card-link,.blog-card-link-block:focus-visible .blog-card-link{color:#0d7fe6}.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.article-header{margin-bottom:28px}.article-meta{display:flex;align-items:center;margin-bottom:18px;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;color:#64748b}.article-header h1{margin:0 0 14px;font-family:Inter,sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;color:#0f172a}.article-standfirst{margin:0 0 12px;font-family:Nunito,sans-serif;font-size:clamp(1.05rem,1.2vw,1.2rem);font-weight:700;line-height:1.7;color:#475569}.article-content{max-width:720px}.article-content p+p{margin-top:18px}.article-footer-link{display:inline-block;margin-top:30px}footer{background-color:#fff;color:#333;text-align:center;padding:0;font-size:.9em;font-family:Inter,sans-serif;font-weight:400;border-top:1px solid rgba(0,0,0,.1)}@media screen and (max-width:1024px){.home-content{flex-direction:column;height:auto;padding:90px 24px 48px;background-color:#fff;gap:32px}.home-text{padding:10px 12px 20px;align-items:center;text-align:center;gap:10px}.home-company-name{font-size:clamp(1.6rem,9vw,2.3rem)}.home-company-legal{font-size:.4em;letter-spacing:.12em}.home-text h1{font-size:clamp(1.05rem,5vw,1.35rem);max-width:30ch}.home-badge img{width:20vw;max-width:160px;padding-top:60px}.home-content .home-image{position:relative;display:flex;justify-content:center;align-items:center;min-height:50vh;max-height:60vh;width:100%;margin:0;padding:0;overflow:visible}}@media screen and (max-width:768px){.header-content{flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:0 20px}.logo,.logo img{height:34px}.logo a{gap:8px}.logo-text{font-size:1rem}nav{display:flex;align-items:center}.menu-toggle{display:block;background:none;border:none;cursor:pointer;padding:10px;margin-left:auto}.menu-toggle span{display:block;width:25px;height:3px;background-color:#2185ff;margin:5px 0;transition:.4s}.nav-links{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;flex-direction:column;align-items:center;box-shadow:0 2px 5px #0000001a}.nav-links.show{display:flex}nav ul li{margin:10px 0}#projects .project-container{display:flex;flex-direction:column;align-items:center;gap:24px}#projects .project-item{display:flex;flex-direction:column;align-items:center;gap:12px}#projects .project-summary{text-align:center}.project-more-link{display:block;margin-left:0;margin-top:.35rem}#projects .project-logo{width:90%;height:auto;max-width:400px;margin-bottom:0}#projects .project-description{text-align:center}.simulation-controls{bottom:8px;width:calc(100% - 48px);padding:8px 10px}#about{text-align:center}.detail-page main{padding-top:80px}.blog-page main{padding-top:88px}.blog-card-grid{grid-template-columns:1fr}.blog-card-featured-layout{grid-template-columns:1fr;gap:20px}.blog-card-featured-media img{min-height:180px}.blog-card,.blog-card-featured{padding:24px}.simulation-controls__inner{flex-direction:row;align-items:center;gap:8px;justify-content:space-between}.simulation-controls__buttons{flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap;flex:0 1 auto}.simulation-controls__group{justify-content:center;flex-direction:row;flex-wrap:nowrap;gap:4px;padding:4px 6px}.simulation-button{padding:6px 10px;font-size:.75rem}.simulation-angle{min-width:70px;font-size:.7rem}.simulation-status{margin-left:auto;text-align:right;font-size:.65rem;line-height:1.2;flex-shrink:1;min-width:0}.about-image{width:90%;max-width:1200px}footer{font-size:.75em}}@media screen and (max-width:420px){.home-content{padding:90px 16px 48px}.home-text{padding:10px 8px 20px}.home-company-name{white-space:nowrap;font-size:clamp(1.4rem,8vw,2.1rem)}.blog-page main{padding-left:16px;padding-right:16px}}@media screen and (min-width:769px){.menu-toggle{display:none}.nav-links{display:flex!important}}
