@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap";:root{--bg: #f2f6fb;--bg-soft: #ffffff;--panel: #ffffff;--ink: #0e1a2b;--muted: #3f4f61;--line: #d6dfea;--teal: #39a29a;--teal-dark: #2b7a74;--amber: #ffb347;--footer: #070a0c;--logo-navy: #211f5b;--logo-orange: #ef6c22;--logo-gray: #bebbc0}*{box-sizing:border-box}body{margin:0;color:var(--ink);font-family:Poppins,Segoe UI,sans-serif;background:var(--bg)}.shell{width:min(1180px,93vw);margin:0 auto}.site-header{position:sticky;top:0;backdrop-filter:blur(6px);background:#fcfefff2;border-bottom:1px solid var(--line);z-index:20}.nav-wrap{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand img{height:44px;width:auto;display:block}nav{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{text-decoration:none;color:#15263a;padding:.45rem .8rem;border-radius:999px;font-size:.95rem;font-weight:500}.nav-link:hover,.nav-link.active{background:#e8eef6;color:#0d1d2f}.language-link{border:1px solid #c9d6e6;font-weight:700}main{padding:2rem 0 4rem}.hero{padding:2rem 0}.hero--split{background:none;padding:0;display:grid;gap:2rem;grid-template-columns:minmax(0,1.05fr) minmax(440px,.95fr);align-items:center}.hero-copy{padding-top:0}.hero-title{font-size:clamp(2.45rem,4.2vw,4.3rem);font-weight:500;line-height:1.04;letter-spacing:0;margin-bottom:.9rem;max-width:12ch;color:#f7fbff}.hero-subtitle{font-size:clamp(1.1rem,1.45vw,1.45rem);font-weight:400;line-height:1.48;color:#d6e7ff;margin-bottom:1.2rem;max-width:38ch}.hero-statement{font-size:clamp(1.02rem,1.2vw,1.2rem);font-weight:400;line-height:1.62;letter-spacing:0;max-width:42ch;margin-bottom:1.35rem;color:#f0f7ff}.hero-metrics{font-size:.82rem;letter-spacing:.02em;color:#c2d8f7;margin-bottom:1rem}.hero-gallery{height:455px;overflow:hidden;border-radius:6px;background:#ffffff0a;position:relative}.hero-slide{position:absolute;inset:.5rem;width:calc(100% - 1rem);height:calc(100% - 1rem);object-fit:cover;border-radius:6px;opacity:0;animation:heroFade 36s infinite}@keyframes heroFade{0%,10%{opacity:1}16%,to{opacity:0}}.hero-slide:first-child{opacity:1}h1,h2,h3{margin:0 0 .65rem;font-family:Poppins,Segoe UI,sans-serif;line-height:1.2;font-weight:600}h1{font-size:clamp(2rem,4vw,3.2rem);max-width:16ch}h2{font-size:clamp(1.35rem,2.4vw,2rem)}p{margin:0 0 1.1rem;color:var(--muted);line-height:1.78}.actions{margin-top:1.25rem}a.button,button.button{display:inline-block;margin-right:.55rem;margin-top:.5rem;padding:.8rem 1.12rem;border-radius:999px;text-decoration:none;font-weight:600;font-size:.92rem;transition:transform .15s ease;border:0;cursor:pointer}a.button:hover,button.button:hover{transform:translateY(-1px)}a.button.primary,button.button.primary{color:#fff;background:linear-gradient(90deg,var(--logo-navy),#2f2a78)}a.button.secondary,button.button.secondary{color:var(--logo-navy);background:#fff;border:1px solid var(--logo-gray)}a.button.primary:hover,button.button.primary:hover{background:linear-gradient(90deg,#2a2771,var(--logo-navy))}a.button.secondary:hover,button.button.secondary:hover{color:#fff;background:var(--logo-orange);border-color:var(--logo-orange)}a.button.outline,button.button.outline{color:#2f4f79;background:#fff;border:1px solid #b9cde4}a.button.outline:hover,button.button.outline:hover{color:#1f3c63;border-color:#94b3d4;background:#f7fbff}a.button.sm,button.button.sm{padding:.38rem .72rem;font-size:.8rem;border-radius:8px}.grid{display:grid;gap:1rem}.grid.cols-3{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}section.card{border:1px solid var(--line);border-radius:10px;background:#fffffff2;padding:1.35rem}section.card+section.card{margin-top:1rem}.card a{color:#90d8d1;font-weight:700;text-decoration:none}.cta-panel{background:#fff;border-top:4px solid var(--logo-orange);border-radius:8px;padding:2rem;box-shadow:0 14px 34px #0e1a2b14}.cta-panel h2{max-width:22ch;font-size:clamp(1.55rem,2.5vw,2.2rem)}.cta-panel p{max-width:54ch}.kicker{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase;color:var(--amber);font-weight:600}input,textarea,select{width:100%;background:#fff;color:#102238;border:1px solid #b8c9dc;border-radius:10px;padding:.75rem .8rem;font:inherit}input:focus,textarea:focus,select:focus{outline:2px solid rgba(72,180,171,.35);border-color:#6eb8b1}label{display:block;margin-bottom:.35rem;color:#15304b;font-weight:600}.stripe{width:100vw;margin-left:calc(50% - 50vw);padding:3.3rem 0}.stripe .inner{width:min(1180px,92vw);margin:0 auto}.stripe--light,.stripe--white{background:#fff}.stripe--blue{background:#eef4fb}.stripe--blueprint{background:linear-gradient(180deg,#08224ddb,#08224ddb),url(/ames/hero-gallery/Blueprint-background.png) center/cover no-repeat;color:#ebf2ff}.home-hero-stripe{padding:2.4rem 0}.stripe--blueprint h1,.stripe--blueprint h2,.stripe--blueprint h3,.stripe--blueprint p{color:#ebf2ff}.stripe--blueprint .hero h1,.stripe--blueprint .hero p{color:#f7fbff}.stripe--blueprint .kicker{color:#ffcc74}.message-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.section-head{margin-bottom:1.6rem;max-width:760px}.section-head h2{max-width:22ch}.section-head p:last-child{max-width:68ch}.section-head--split{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:1.5rem}.section-head--split .button{margin:0 0 .65rem;flex:0 0 auto}.offer-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.offer-card{border:1px solid #d8e2ee;border-radius:8px;padding:1.15rem;background:#fff}.offer-card h3{margin-bottom:.4rem}.linked-card{color:inherit;display:block;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.linked-card:hover{border-color:#93abc7;box-shadow:0 8px 22px #0e1a2b14;transform:translateY(-1px)}.linked-card:focus-visible{outline:3px solid rgba(239,108,34,.35);outline-offset:3px}.linked-card p{color:var(--muted)}.home-service-grid{display:grid;gap:1.15rem;grid-template-columns:repeat(3,minmax(0,1fr))}.home-service-card{border:0;border-top:3px solid #d8e2ee;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 10px 26px #0e1a2b0f}.home-service-card img{width:100%;height:180px;object-fit:cover;display:block;background:#000}.home-service-card div{padding:1.15rem 1.2rem 1.25rem}.home-service-card h3{margin-bottom:.55rem;font-size:1.08rem}.home-service-card p{margin-bottom:0;line-height:1.65}.hardware-mini-grid{display:grid;gap:.65rem;grid-template-columns:repeat(4,minmax(0,1fr))}.hardware-mini-grid article{border-left:3px solid var(--logo-orange);padding:.25rem 0 .25rem .75rem;background:transparent}.hardware-mini-grid strong{display:block;color:var(--logo-orange);font-size:1.65rem;line-height:1}.hardware-mini-grid span{color:#31445b;display:block;font-size:.86rem;font-weight:700}.hardware-preview{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;border:1px solid #d8e2ee;border-radius:8px;background:#fff;padding:1.3rem;max-width:100%}.hardware-preview p{margin-bottom:1.05rem}.home-hardware{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr);gap:2rem;align-items:stretch;border:0;background:transparent;padding:0}.home-hardware-copy{align-self:center}.home-hardware-copy .button{margin-top:1.2rem}.home-hardware-media{min-height:320px;display:grid;grid-template-columns:1fr .8fr;gap:.8rem;align-items:stretch}.home-hardware-media img{width:100%;height:100%;min-height:320px;object-fit:contain;display:block;border-radius:8px;background:#05080c;padding:1.1rem}.home-hardware-media img+img{background:#111820}.hardware-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.2rem}.hardware-card{border:1px solid #d8e2ee;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.hardware-media{width:100%;height:210px;object-fit:contain;display:block;background:#000;padding:0}video.hardware-media{object-fit:cover;padding:0}.hardware-card-body{padding:1rem;display:flex;flex:1;flex-direction:column}.hardware-card-topline{display:flex;justify-content:space-between;gap:.8rem;align-items:center;margin-bottom:.65rem}.hardware-card-topline span{color:#4a5f7c;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.hardware-card-topline strong{border-radius:8px;background:#f0f4f9;color:var(--logo-orange);padding:.24rem .46rem}.materials-line{font-size:.86rem;line-height:1.55;margin-top:.25rem}.materials-line strong{color:#15304b}.hardware-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto;padding-top:.85rem}.hardware-actions .button{margin:0}.service-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.2rem}.service-card{border:1px solid #d8e2ee;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.service-media{width:100%;height:210px;object-fit:cover;display:block;background:#000}.service-card-body{padding:1rem;display:flex;flex:1;flex-direction:column}.service-card-topline{margin-bottom:.65rem}.service-card-topline span{color:#4a5f7c;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.process-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.process-timeline{gap:0;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #c9d7e6;border-bottom:1px solid #c9d7e6}.process-card{border:0;border-radius:0;padding:1.35rem 1.45rem 1.4rem;background:transparent;position:relative}.process-card+.process-card{border-left:1px solid #c9d7e6}.process-card span{display:block;color:var(--logo-orange);font-weight:700;font-size:.78rem;margin-bottom:.55rem}.process-card:not(:last-child):after{content:">";position:absolute;top:1.4rem;right:1.1rem;color:#7e91a8;font-weight:700}.process-card h3{margin-bottom:.45rem}.proof-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.proof-card{border:0;border-radius:0;border-top:2px solid #c8d6e5;padding:1.1rem 0 0;background:transparent}.proof-card h3{margin-bottom:.55rem;font-size:clamp(1.25rem,2vw,1.55rem);max-width:12ch}.outcome-grid{gap:2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.case-tile-grid{display:grid;gap:1.15rem;grid-template-columns:repeat(3,minmax(0,1fr))}.case-tile{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 12px 30px #0e1a2b12}.case-tile img{width:100%;height:245px;object-fit:cover;display:block;background:#000}.case-tile div{padding:1.2rem}.case-tile h3{font-size:1.18rem;margin-bottom:.8rem}.case-tile p{margin-bottom:.55rem;line-height:1.58;font-size:.93rem}.case-tile p:last-child{margin-bottom:0}.case-tile strong{color:#15304b}.founder-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:1rem 0}.founder-card{border:1px solid #d8e2ee;border-radius:8px;padding:1.15rem;background:#fff;display:flex;flex-direction:column;gap:.25rem}.founder-photo{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px;margin-bottom:.85rem;border:1px solid #d8e2ee}.founder-card .button{align-self:flex-start;margin-top:auto}.founder-role{font-size:.82rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#4a5f7c}.capability-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.capability-item{border:1px solid #d8e2ee;border-radius:8px;padding:1.15rem;background:#fff}.capability-item h3{margin-bottom:.55rem}.message-card{border:1px solid #d8e2ee;border-radius:14px;padding:1rem;background:#fff}.icon-chip{width:46px;height:46px;border-radius:50%;background:#e9f0f8;display:inline-flex;align-items:center;justify-content:center;margin-bottom:.7rem}.icon-chip img{width:24px;height:24px}.icon-band{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.icon-item{border:1px solid rgba(198,216,243,.35);border-radius:12px;padding:.75rem;background:#ffffff0f}.icon-item img{width:26px;height:26px;display:block;margin-bottom:.4rem;filter:brightness(0) invert(1)}.site-footer{background:#070a0cf2;color:#d9efea;padding:1.7rem 0;border-top:1px solid var(--line)}.footer-grid{display:grid;gap:1.4rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:start}.footer-logo{height:38px;margin-bottom:.55rem}.site-footer p{color:#cde0dc;margin-bottom:.55rem;line-height:1.6}.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer h3{color:#fff;margin-bottom:.5rem;font-size:1rem}.site-footer img{width:14px;vertical-align:-2px;margin-right:.35rem;filter:brightness(0) invert(1)}.logo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.9rem}.logo-card{border:1px solid #2a3644;background:#0d131a;border-radius:12px;padding:.8rem}.logo-index{color:#9ec8c3;font-weight:700;margin-bottom:.5rem}.logo-preview{background:#f0f0f0;border-radius:8px;min-height:96px;display:flex;align-items:center;justify-content:center;padding:.6rem}.logo-preview img{max-width:100%;max-height:100px;width:auto;height:auto}.logo-name{font-size:.84rem;margin-top:.65rem;color:#cbd5df;overflow-wrap:anywhere}@media(max-width:980px){.hero--split,.home-hardware{grid-template-columns:1fr}.hero-title{max-width:14ch}.hero-gallery{height:370px}.home-service-grid,.case-tile-grid,.outcome-grid,.home-hardware-media{grid-template-columns:repeat(2,minmax(0,1fr))}.process-timeline{grid-template-columns:1fr;border-bottom:0}.process-card+.process-card{border-left:0;border-top:1px solid #c9d7e6}.process-card:not(:last-child):after{content:""}}@media(max-width:760px){.nav-wrap{min-height:auto;padding:.65rem 0;flex-direction:column;align-items:flex-start}nav{width:100%}main{padding-top:1rem}.stripe{padding:2.35rem 0}.home-hero-stripe{padding:1.7rem 0}.hero{padding:0}.hero--split{grid-template-columns:1fr;padding:0}.hero-gallery{height:300px}.home-service-grid,.case-tile-grid,.outcome-grid,.hardware-preview,.hardware-mini-grid,.home-hardware-media{grid-template-columns:1fr}.home-hardware-media img,.home-hardware-media img+img{min-height:230px}.section-head--split{display:block}.section-head--split .button{margin-top:.25rem}.home-service-card img,.case-tile img{height:210px}.cta-panel{padding:1.45rem}a.button,button.button{margin-right:.25rem}}
