/* A composed, editorial finish for the Ambe Engineering website. */
:root{--ink:#102a34;--steel:#1a6376;--orange:#e95b25;--sand:#f6f5f1;--line:#d6dfdf;--muted:#586a70}
body{background:linear-gradient(180deg,#ffffff 0,#f8faf9 100%);color:var(--ink)}
.nav{position:relative;isolation:isolate}.nav:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,#dbe4e3 10%,#dbe4e3 90%,transparent)}
.brand{min-width:0}.brand img{box-shadow:0 5px 12px #102a3424}.brand b{white-space:nowrap}.brand small{display:block;max-width:360px}
.links a{position:relative;transition:color .2s ease}.links a:not(.button):after{content:"";position:absolute;left:0;right:0;bottom:4px;height:2px;background:var(--orange);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.links a:not(.button):hover:after,.links a.active:after{transform:scaleX(1)}
.button{border-radius:2px;box-shadow:0 7px 14px #e95b2524;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 11px 20px #102a3430}.button.dark{box-shadow:0 7px 14px #102a3430}
.home-page .home-hero{min-height:515px}.home-page .hero h1{font-size:clamp(38px,4.1vw,56px);line-height:1.08;max-width:600px}.home-page .hero-copy{padding-top:68px;padding-bottom:48px}.home-page .hero-photo{min-height:515px}.home-page .hero-photo:after{right:28px;bottom:28px;border-left:3px solid #fff}
.home-page .trust{background:#fff}.home-page .trust-expressive .wrap>div{transition:background .2s ease}.home-page .trust-expressive .wrap>div:hover{background:#f3f8f7}
.section{position:relative}.section .intro h2,.split h2,.cta h2,.page-head h1{font-weight:700}.manufacturer-overview:before,.works-preview:before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,var(--orange),#e8b07a 35%,transparent 65%)}
.home-page .home-manufacturing-grid,.card,.story-grid article,.client,.contact-card,.capability-panel{border-radius:4px;overflow:hidden}.home-page .home-manufacturing-grid{box-shadow:0 16px 34px #102a3412}.card{box-shadow:0 8px 20px #102a3409;transition:transform .24s ease,box-shadow .24s ease}.card:hover{transform:translateY(-5px);box-shadow:0 17px 30px #102a3420}.card img{height:235px;transition:transform .45s ease}.card:hover img{transform:scale(1.025)}.card-body{padding:24px}
.split{box-shadow:inset 0 1px #fff}.split>img{min-height:430px}.split .text{display:flex;flex-direction:column;justify-content:center}.mini-list span{display:flex;align-items:center;gap:9px}.mini-list span:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 4px #e95b2518}
.process-line div{padding:4px 0 4px 2px}.process-line div:hover span{background:var(--orange);transform:scale(1.05)}.process-line span{transition:transform .2s ease,background .2s ease}.cta{background:linear-gradient(105deg,#e74f1e,#f16d31)}
.page-head{padding:80px 0;background-position:center}.page-head .wrap{position:relative;z-index:1}.page-head h1{font-size:clamp(38px,4.5vw,58px);line-height:1.04}.page-head p{font-size:16px!important;max-width:610px}
.works-grid{gap:20px}.work{border-radius:4px;box-shadow:0 10px 24px #102a3412}.client-grid .client{box-shadow:0 7px 16px #102a3408;transition:transform .2s ease,box-shadow .2s ease}.client-grid .client:hover{transform:translateY(-3px);box-shadow:0 14px 25px #102a3416}.client-grid .client img{filter:saturate(.92) contrast(1.03)}
.footer{position:relative;background:linear-gradient(125deg,#0b222b,#12323d)}.footer:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,var(--orange),#e9a16d 44%,transparent 78%)}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
.form-feedback{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:18px;padding:18px 20px;border:1px solid #b9d7d7;border-left:4px solid var(--steel);border-radius:4px;background:linear-gradient(110deg,#eff8f7,#fff);box-shadow:0 12px 28px #102a3410}.form-feedback[hidden]{display:none}.form-feedback__mark{position:relative;width:38px;height:38px;border-radius:50%;background:var(--steel);box-shadow:0 0 0 7px #1a637617}.form-feedback__mark:after{content:"";position:absolute;left:11px;top:10px;width:13px;height:7px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}.form-feedback__title{display:block;font-size:16px;line-height:1.25}.form-feedback__message{margin:4px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.form-feedback__reset{border:0;background:transparent;color:var(--steel);font:700 12px Arial,Helvetica,sans-serif;cursor:pointer;white-space:nowrap}.form-feedback__reset:hover{text-decoration:underline}.form-feedback.is-error{border-color:#edb7a4;border-left-color:var(--orange);background:linear-gradient(110deg,#fff7f2,#fff)}.form-feedback.is-error .form-feedback__mark{background:var(--orange);box-shadow:0 0 0 7px #e95b2517}.form-feedback.is-error .form-feedback__mark:after{left:12px;top:9px;width:11px;height:11px;border:0;background:linear-gradient(45deg,transparent 44%,#fff 45% 55%,transparent 56%),linear-gradient(-45deg,transparent 44%,#fff 45% 55%,transparent 56%)}.form .button:disabled{cursor:wait;opacity:.72;transform:none;box-shadow:none}
@media(max-width:760px){.menu{position:relative;z-index:1001;display:inline-flex;align-items:center;justify-content:center;min-width:62px;min-height:42px;border:1px solid var(--line);border-radius:2px;background:#fff;color:var(--ink);font:800 13px Arial,Helvetica,sans-serif;letter-spacing:.04em;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.menu:focus-visible{outline:3px solid #ec5a2455;outline-offset:2px}.links.open{position:absolute;z-index:1000;top:calc(100% + 7px)!important;right:0;left:0;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));width:auto;max-height:none;overflow:visible;padding:12px 16px 16px;background:#fff;border:1px solid var(--line);border-top:3px solid var(--orange);border-radius:2px;box-shadow:0 16px 28px #10252d24;gap:0 18px}.links.open a{display:flex;align-items:center;width:100%;min-height:46px;padding:10px 0;border-bottom:1px solid var(--line);font-size:14px}.links.open a:nth-last-child(2){grid-column:1/-1}.links.open a:last-child{grid-column:1/-1;justify-content:center;margin:12px 0 0;padding:13px 16px;border:0}.links.open a:not(.button):after{display:none}}
@media(max-width:380px){.links.open{grid-template-columns:1fr}.links.open a:nth-last-child(2){grid-column:auto}}
@media(max-width:760px){.nav{height:72px!important;gap:10px}.brand{gap:8px;max-width:calc(100% - 68px)}.brand img{width:42px;height:42px;flex:0 0 42px}.brand span{min-width:0}.brand b{font-size:13px!important;letter-spacing:.075em}.brand small{display:none}.menu{font-size:16px!important;font-weight:700;padding:9px 0}.links.open{top:72px}.home-page .hero-photo{min-height:260px}.home-page .hero-copy{padding:46px 22px 38px}.home-page .hero h1{font-size:clamp(34px,10vw,44px);line-height:1.1}.home-page .hero p{font-size:15px!important}.home-page .hero-points{margin-top:27px}.home-page .home-manufacturing-grid{border-radius:3px}.split>img{min-height:275px}.card img{height:220px}.page-head{padding:64px 0}.page-head h1{font-size:40px}.footer-grid{gap:24px}.footer{padding-top:42px}}
@media(max-width:760px){.nav{height:auto!important;min-height:0;display:grid;grid-template-columns:1fr;align-items:center;gap:12px;padding:14px 0 16px}.brand{max-width:none;width:100%;gap:9px}.brand img{width:44px;height:44px;flex:0 0 44px}.brand b{font-size:13px!important;letter-spacing:.075em}.brand small{display:block;max-width:255px;font-size:9px;line-height:1.35;letter-spacing:.045em}.menu{display:none!important}.links,.links.open{position:static!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-height:none;overflow:visible;padding:0!important;background:transparent;border:0;border-top:1px solid var(--line);border-radius:0;box-shadow:none;gap:0 18px}.links a,.links.open a{display:flex;align-items:center;width:100%;min-height:41px;padding:8px 0;border-bottom:1px solid var(--line);font-size:13px;line-height:1.25}.links a:nth-last-child(2),.links.open a:nth-last-child(2){grid-column:1/-1}.links a:last-child,.links.open a:last-child{grid-column:1/-1;justify-content:center;min-height:41px;margin:11px 0 0;padding:11px 14px;border:0;font-size:12px}.links a:not(.button):after{display:none}.home-page .hero-photo{min-height:260px}.home-page .hero-copy{padding:46px 22px 38px}.home-page .hero h1{font-size:clamp(34px,10vw,44px);line-height:1.1}.home-page .hero p{font-size:15px!important}.home-page .hero-points{margin-top:27px}.home-page .home-manufacturing-grid{border-radius:3px}.split>img{min-height:275px}.card img{height:220px}.page-head{padding:64px 0}.page-head h1{font-size:40px}.footer-grid{gap:24px}.footer{padding-top:42px}}
