@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--paper:#f4f3ed;--ink:#23251f;--muted:#6a6c62;--line:#d7d8ce;--accent:#d8e45a;--dark:#252820}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,video:focus-visible{outline:3px solid #7a8720;outline-offset:6px}img{max-width:100%;display:block}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:Manrope,Arial,sans-serif}h2{font-size:clamp(34px,4.2vw,65px);line-height:1.13;letter-spacing:-.055em;font-weight:500}h2 em{font-style:normal;color:#777b66}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:600;line-height:1.5}.skip-link{position:fixed;left:20px;top:-100px;padding:14px;background:var(--accent);z-index:20}.skip-link:focus{top:12px}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between;margin:0 5.2%;border-bottom:1px solid var(--line);gap:24px}.brand{display:block;position:relative;flex-shrink:0;width:200px;aspect-ratio:352/129;overflow:hidden}.brand img{position:absolute;top:0;left:0;width:113.636364%;max-width:none;height:auto;transform:translate(-6.25%,-34.25%)}.site-header nav{display:flex;gap:34px;font-size:12px}.site-header nav a{padding:12px 0}.site-header nav a:hover{text-decoration:underline;text-underline-offset:6px}.header-contact{font-size:12px;display:flex;align-items:center;gap:34px;background:var(--ink);border-radius:50px;color:var(--paper);padding:15px 21px}.header-contact span{font-size:18px}.hero{padding:33px 5.2% 0;overflow:hidden}.hero-topline,.hero-bottom{display:flex;justify-content:space-between;align-items:center}.hero-topline .eyebrow{color:var(--muted)}.status-dot{display:inline-block;background:#8a962b;width:6px;height:6px;border-radius:50%;margin-right:9px}.hero-main{display:grid;grid-template-columns:1fr 1fr;position:relative;min-height:590px;align-items:center}.hero-copy{padding:35px 0 48px;z-index:1}.hero h1{font-weight:500;font-size:clamp(65px,7.9vw,128px);letter-spacing:-.075em;line-height:.97}.hero h1 em{font-weight:500;font-style:normal;position:relative;isolation:isolate}.hero h1 em:after{content:'';position:absolute;left:1%;right:-5%;bottom:3%;height:31%;background:var(--accent);z-index:-1}.intro{font-size:14px;line-height:1.65;color:var(--muted);margin:28px 0 24px}.button{display:inline-flex;align-items:center;gap:32px;font-size:12px;font-weight:500;border:1px solid var(--ink);border-radius:40px;padding:15px 22px;transition:background .2s,transform .2s}.button:hover{background:var(--accent);transform:translateY(-2px)}.button span{font-size:19px}.hero-product{position:relative;align-self:stretch;display:flex;align-items:center;justify-content:center;min-width:0}.hero-product img{width:119%;max-width:none;height:auto;aspect-ratio:1;object-fit:contain;position:relative;transform:rotate(-12deg);filter:drop-shadow(10px 28px 18px #2528201c);animation:product-enter 1.1s ease-out both}.orbit{width:90%;aspect-ratio:1;border:1px solid #d5d7c8;border-radius:50%;position:absolute;background:radial-gradient(ellipse at center,#e2e5d7 0,transparent 68%)}.orbit:after{content:'+';position:absolute;right:13%;top:13%;color:#7c806e;background:var(--paper);padding:4px;font-size:20px}.product-index{position:absolute;right:3%;top:12%;font-size:9px;letter-spacing:.15em;color:var(--muted)}.product-caption{position:absolute;bottom:9%;right:5%;font-size:12px;line-height:1.7}.product-caption>span{position:absolute;left:-27px;font-size:25px}.product-caption small{font-size:10px;color:var(--muted)}.hero-bottom{border-top:1px solid var(--line);padding:21px 0;font-size:10px;color:var(--muted)}.hero-bottom p span{margin:0 12px;color:#b0b1a8}.scroll-link{display:flex;align-items:center;gap:15px}.scroll-link>span{font-size:18px;color:var(--ink)}.section-pad{padding:105px 7%}.section-heading{display:grid;grid-template-columns:32% 1fr;gap:25px;margin-bottom:54px}.section-heading>.eyebrow{padding-top:10px;color:var(--muted)}.company{border-bottom:1px solid var(--line)}.company-grid{display:grid;grid-template-columns:1fr 1.35fr;gap:8%;align-items:center}.company-copy>p{font-size:15px;line-height:1.85;max-width:400px}.company-copy>p+p{margin-top:19px;color:var(--muted)}.company-facts{display:flex;gap:38px;border-top:1px solid var(--line);padding-top:26px;margin-top:34px}.company-facts strong{display:block;font:500 42px Manrope,Arial,sans-serif;letter-spacing:-.05em}.company-facts span{display:block;font-size:10px;color:var(--muted);margin-top:6px}.film{min-width:0}.film-screen{position:relative;background:#171914;aspect-ratio:16/9;overflow:hidden;border-radius:5px}.film video{display:block;width:100%;height:100%;object-fit:contain}.film-play{position:absolute;inset:0;border:0;color:white;display:flex;align-items:center;justify-content:center;gap:17px;background:linear-gradient(0deg,#111a,#1112);cursor:pointer}.film-play>span:first-child{width:62px;height:62px;border-radius:50%;background:var(--accent);color:var(--ink);display:grid;place-items:center;padding-left:3px;transition:transform .2s}.film-play:hover>span:first-child{transform:scale(1.08)}.film-play>span:last-child{text-align:left;font-size:15px}.film-play small{display:block;font-size:10px;margin-top:8px;color:#eee}.film-play[hidden]{display:none}.film figcaption{display:flex;justify-content:space-between;font-size:10px;margin-top:15px;gap:16px}.film figcaption>span:last-child{font-size:8px;letter-spacing:.1em;color:var(--muted)}.film-summary{font-size:11px;line-height:1.7;color:var(--muted);margin-top:12px}.direction{display:grid;grid-template-columns:1fr 1fr;gap:7%;background:var(--dark);color:var(--paper);align-items:center;overflow:hidden}.direction-visual{position:relative;background:radial-gradient(ellipse,#65684c66,transparent 68%);min-width:0}.direction-visual img{width:110%;max-width:none;height:auto;object-fit:contain;transform:rotate(12deg);filter:drop-shadow(12px 20px 15px #0004)}.direction-visual>.eyebrow{display:block;text-align:center;color:#aeb29b;margin-top:10px}.direction-copy>.eyebrow{color:#b5ba9f;margin-bottom:24px}.direction h2{font-size:clamp(33px,3.7vw,57px)}.direction h2 em{color:var(--accent)}.direction-copy>p:not(.eyebrow){font-size:14px;line-height:1.8;color:#bfc2b5;margin-top:27px;max-width:410px}.detail-list{list-style:none;padding:0;margin:25px 0 30px;font-size:12px}.detail-list li{padding:12px 0;border-bottom:1px solid #ffffff20}.detail-list li:before{content:'+';color:var(--accent);margin-right:13px}.text-link{display:inline-flex;gap:45px;font-size:13px;border-bottom:1px solid #bbc18b;padding-bottom:10px}.text-link span{color:var(--accent)}.service-list{border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:7% 1.25fr 1fr 54px;gap:20px;align-items:center;border-bottom:1px solid var(--line);padding:33px 0}.service-number{font-size:10px;color:var(--muted)}.service-row h3{font-size:27px;font-weight:500;letter-spacing:-.05em}.service-row p{font-size:12px;color:var(--muted);margin-top:8px;line-height:1.6}.service-row ul{font-size:12px;line-height:1.9;list-style:none;margin:0;padding:0;color:var(--muted)}.round-link{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);font-size:23px;transition:background .2s,transform .2s}.round-link:hover{background:var(--accent);transform:rotate(8deg)}.workshop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:52px}.workshop-grid img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:3px;transform:scale(1);transition:transform 1.2s cubic-bezier(.16,1,.3,1) var(--reveal-delay,0ms)}.photo-frame{overflow:hidden;border-radius:5px}.workshop-grid .is-pending img{transform:scale(1.07)}@media(hover:hover) and (pointer:fine){.workshop-grid figure:not(.is-pending):hover img{transform:scale(1.035);transition-delay:0ms}}.workshop-grid figcaption{font-size:10px;color:var(--muted);margin-top:13px}.contact{background:var(--accent);padding-top:85px;padding-bottom:48px}.contact-top{display:flex;justify-content:space-between;align-items:center;gap:35px}.contact .eyebrow{color:#4c5328;margin-bottom:23px}.contact h2{font-size:clamp(52px,7.5vw,112px);line-height:1.02}.contact h2 em{color:var(--ink)}.contact-cta{font-size:13px;display:flex;flex-direction:column;align-items:center;gap:18px;margin-right:6%}.contact-cta>span{display:grid;place-items:center;width:106px;height:106px;border-radius:50%;color:var(--accent);background:var(--ink);font-size:55px;transition:transform .25s}.contact-cta:hover>span{transform:rotate(10deg)}.contact-details{border-top:1px solid #25282040;display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:35px;margin-top:68px;padding-top:34px}.contact-details .eyebrow{font-size:9px;margin-bottom:16px}.contact-details address,.contact-details a,.contact-details p:not(.eyebrow){font-size:12px;line-height:1.9;font-style:normal}.contact-details a{display:block;width:fit-content}.contact-details a:hover{text-decoration:underline}.contact-details address+a{margin-top:8px}.contact-details p:not(.eyebrow){margin-top:10px;color:#525831}footer{padding:30px 5.2%;display:flex;align-items:center;justify-content:space-between;gap:24px}footer .brand{width:180px}footer p,footer>a:last-child{font-size:10px;color:var(--muted)}.reveal.is-pending{opacity:0;transform:translate3d(0,34px,0)}.reveal{transition:opacity .8s ease var(--reveal-delay,0ms),transform .95s cubic-bezier(.16,1,.3,1) var(--reveal-delay,0ms)}@keyframes product-enter{from{opacity:0;transform:translateY(20px) rotate(-8deg)}to{opacity:1;transform:translateY(0) rotate(-12deg)}}
@media(min-width:1600px){.hero-main{min-height:730px}.section-pad{padding-left:max(7%,calc((100% - 1400px)/2));padding-right:max(7%,calc((100% - 1400px)/2))}}
@media(max-width:900px){.site-header nav{gap:20px}.hero-main{min-height:530px}.hero h1{font-size:clamp(64px,8.4vw,100px)}.hero-product img{width:133%}.section-pad{padding:75px 6%}.section-heading{grid-template-columns:27% 1fr}.company-grid{gap:5%}.company-copy>p{font-size:13px}.company-facts{gap:25px}.company-facts strong{font-size:34px}.direction{gap:4%}.direction h2{font-size:36px}.service-row{grid-template-columns:5% 1.1fr 1fr 46px;gap:14px}.service-row h3{font-size:23px}.hero-location{display:none}}
@media(max-width:620px){.site-header{height:85px;margin:0 6%;gap:12px}.site-header .brand{width:clamp(120px,38vw,148px)}.site-header nav{display:none}.header-contact{font-size:10px;padding:11px 14px;gap:12px}.hero{padding:25px 6% 0}.hero-topline .eyebrow{font-size:9px}.hero-main{grid-template-columns:1fr;min-height:0}.hero-copy{padding:30px 0 0}.hero h1{font-size:clamp(66px,16vw,96px)}.intro{font-size:13px;margin:23px 0 20px}.hero-product{height:320px;margin-top:4px}.hero-product img{height:370px;width:370px;max-width:115%}.orbit{width:260px;max-width:90%}.product-index{top:13%;right:0;font-size:8px}.product-caption{bottom:7%;right:0;font-size:10px}.product-caption small{font-size:9px}.hero-bottom{padding:20px 0}.hero-bottom>p{display:none}.section-pad{padding:65px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>.eyebrow{padding-top:0;margin-bottom:22px}h2{font-size:35px}.company-grid{grid-template-columns:1fr;gap:35px}.company-copy>p{font-size:14px}.company-facts{justify-content:flex-start;gap:50px}.company-facts strong{font-size:40px}.film-play>span:first-child{width:49px;height:49px}.film-play>span:last-child{font-size:13px}.direction{grid-template-columns:1fr;gap:28px}.direction-visual{order:2}.direction-visual img{width:100%;max-height:350px}.direction h2{font-size:39px}.direction-copy>p:not(.eyebrow){font-size:13px}.service-row{grid-template-columns:25px 1fr 42px;gap:12px;padding:26px 0}.service-row h3{font-size:23px}.service-row ul{grid-column:2;font-size:11px}.round-link{grid-column:3;grid-row:1;width:40px;height:40px}.workshop-grid{grid-template-columns:1fr;gap:28px;margin-top:35px}.workshop-grid img{aspect-ratio:16/10}.contact-top{align-items:flex-start;flex-direction:column;gap:32px}.contact h2{font-size:65px}.contact-cta{flex-direction:row;margin:0}.contact-cta>span{width:56px;height:56px;font-size:31px}.contact-details{grid-template-columns:1fr;gap:29px;margin-top:38px;padding-top:28px}.contact-details .eyebrow{margin-bottom:9px}.contact-details address,.contact-details a,.contact-details p:not(.eyebrow){font-size:13px}footer{padding:28px 6%;flex-wrap:wrap}footer p{order:3;width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal.is-pending{opacity:1;transform:none}.workshop-grid .reveal img{transform:none!important}}

/* Electric steering: keep the supplied photo compositions fully visible. */
.electric-card{background:#e9ecdf;border-radius:6px;padding:33px 24px;margin-top:16px;border-bottom:0}
.electric-details{grid-column:2/-1;min-width:0}
.electric-details>p{max-width:690px;margin:0 0 24px;font-size:14px;line-height:1.8}
.electric-gallery{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:start}
.electric-feature{display:grid;grid-template-columns:1.35fr 1fr;gap:28px;align-items:center;margin-bottom:30px}
.electric-feature>figure,.electric-feature-copy{min-width:0}
.electric-feature img{width:100%;height:auto}
.electric-feature h4{margin:0;font-family:Manrope,Arial,sans-serif;font-size:clamp(21px,2.1vw,30px);font-weight:500;line-height:1.25;letter-spacing:-.04em}
.electric-feature-copy p{font-size:13px;line-height:1.8;margin:16px 0 22px}
.electric-feature .text-link{gap:18px;border-color:#777b66;font-size:12px}
.electric-feature .text-link span{color:var(--ink)}
@media(max-width:900px){.electric-feature{grid-template-columns:1fr;gap:20px}}
.electric-gallery figure{min-width:0}
.electric-gallery .photo-frame{aspect-ratio:16/9;background:#17232f}.electric-gallery figure:nth-child(2) .photo-frame{background:#012d74}.electric-gallery img{display:block;width:100%;height:100%;object-fit:contain}
.electric-gallery figcaption{font-size:10px;line-height:1.6;color:var(--muted);margin-top:10px}
@media(max-width:620px){.electric-card{padding:24px 16px;grid-template-columns:20px 1fr 40px;gap:12px}.electric-details{grid-column:1/-1;margin-top:10px}.electric-details>p{font-size:13px}.electric-gallery{grid-template-columns:1fr;gap:22px}}


/* Bound each product to its own column, including long steering racks. */
.hero-product{overflow:hidden}
.hero-product img{position:absolute;width:90%;max-width:90%;height:70%;max-height:440px;aspect-ratio:auto;object-fit:contain;transform:none;animation:hero-product-enter .8s cubic-bezier(.16,1,.3,1) both}
.hero-product[data-shape="wide"] img{width:96%;max-width:96%;height:62%}
.hero-product.is-loading img{opacity:0;animation:none}
@keyframes hero-product-enter{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:620px){.hero-product img{width:85%;max-width:85%;height:72%}.hero-product[data-shape="wide"] img{width:96%;max-width:96%;height:65%}}

.hero-product-motion{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform-origin:center;pointer-events:none}
@media(prefers-reduced-motion:reduce){.hero-product-motion{transform:none!important;opacity:1!important}}

/* Reserve the original header space to keep the cards stable during scroll. */
/* Anchor destinations align with the compact fixed header. */
html{scroll-padding-top:72px}
body{padding-top:108px}
.site-header{position:fixed;inset:0 0 auto;z-index:10;margin:0;padding:0 5.2%;background:var(--paper);transition:height .25s ease,box-shadow .25s ease}
.site-header .brand{transition:width .25s ease}
.site-header.is-compact{height:72px;box-shadow:0 4px 16px #23251f0d}
.site-header.is-compact .brand{width:160px}
/* Section IDs sit on padded wrappers; align their visible content below the header. */
#empresa,#direcao,#servicos{scroll-margin-top:-89px}
#silos-triel{scroll-margin-top:-64px}
@media(max-width:620px){
  html{scroll-padding-top:64px}
  body{padding-top:85px}
  .site-header{padding:0 6%}
  .site-header.is-compact{height:64px}
  .site-header.is-compact .brand{width:clamp(110px,32vw,128px)}
  #empresa,#direcao,#servicos{scroll-margin-top:-49px}
  #silos-triel{scroll-margin-top:-36px}
}

@media(prefers-reduced-motion:reduce){.direction-visual img{transform:rotate(12deg)!important;opacity:1!important}}

.hero-product img{transition:opacity .3s ease}

/* Institutional film: one active clip at a time keeps the hero light to load. */
.hero{position:relative;background:var(--dark);color:var(--paper);isolation:isolate}
.hero-background{position:absolute;inset:0;z-index:-2;overflow:hidden;background:#252820}
.hero-background:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#161914df 0%,#1d2014b8 42%,#1b1e16a1 100%)}
.hero-poster,.hero-poster img,.hero-video{display:block;width:100%;height:100%;object-fit:cover}.hero-poster{position:absolute;inset:0}.hero-video{position:absolute;inset:0;opacity:0;transition:opacity .45s ease}.hero-video.is-ready{opacity:1}
.hero-topline,.hero-main,.hero-bottom{position:relative;z-index:1}
.hero-main{grid-template-columns:1fr;min-height:590px}
.hero-copy{max-width:580px}
.hero-topline .eyebrow,.hero-bottom{color:#e1e3d6}
.hero h1 em:after{background:var(--accent)}
.intro{color:#e1e3d6}
.hero .button{border-color:var(--paper);color:var(--paper)}
.hero .button:hover{color:var(--ink)}
.hero-bottom{border-color:#ffffff4d}
.scroll-link>span{color:var(--accent)}
@media(max-width:620px){.hero-main{min-height:520px}.hero-background:after{background:linear-gradient(90deg,#161914e8,#1d2014bd)}.hero-copy{max-width:440px}}

/* Auto parts showcase reuses the rotating product assets without competing with the hero film. */
.parts-showcase{padding:52px 0 0}
.parts-card{display:grid;grid-template-columns:1.05fr 1fr;max-width:1400px;margin:auto;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#e8eadf}
.parts-copy{padding:62px 8% 58px}
.parts-copy>.eyebrow{display:flex;align-items:center;gap:9px;margin-bottom:25px;color:var(--muted)}
.parts-dot{width:6px;height:6px;flex-shrink:0;border-radius:50%;background:#7c8a29}
.parts-copy h2{font-size:clamp(36px,4vw,61px)}
.parts-copy>p:not(.eyebrow){max-width:440px;font-size:14px;line-height:1.8;margin-top:25px;color:var(--muted)}
.parts-list{list-style:none;margin:28px 0 31px;padding:0;max-width:430px;font-size:12px;line-height:1.6}
.parts-list li{padding:11px 0;border-bottom:1px solid #25282022}
.parts-list li:before{content:'+';color:#778424;margin-right:12px}
.parts-cta{border-color:var(--ink);background:var(--ink);color:var(--paper);gap:22px}
.parts-cta:hover{background:#414933}
.parts-product{position:relative;display:flex;align-items:center;justify-content:center;min-height:510px;overflow:hidden;background:radial-gradient(ellipse at center,#f7f8edaa,transparent 68%)}
.parts-orbit{width:min(88%,510px);aspect-ratio:1;border:1px solid #cdd0bf;border-radius:50%;position:absolute;background:radial-gradient(ellipse at center,#f1f3e8 0,transparent 68%)}
.parts-orbit:after{content:'+';position:absolute;right:13%;top:13%;color:#7c806e;background:#e8eadf;padding:4px;font-size:20px}
.parts-product img{position:relative;z-index:1;width:78%;height:68%;max-height:430px;object-fit:contain;filter:drop-shadow(10px 28px 18px #25282026);transition:opacity .3s ease;animation:hero-product-enter .8s cubic-bezier(.16,1,.3,1) both}
.parts-product[data-shape="wide"] img{width:90%;height:60%}
.parts-product.is-loading img{opacity:0;animation:none}
.parts-index{position:absolute;z-index:1;right:7%;top:12%;font-size:9px;letter-spacing:.15em;color:var(--muted)}
.parts-caption{position:absolute;z-index:1;bottom:10%;right:8%;font-size:12px;line-height:1.7}
.parts-caption>span{position:absolute;left:-27px;font-size:25px}
@media(max-width:900px){.parts-card{grid-template-columns:1fr 1fr}.parts-copy{padding:48px 7%}.parts-product{min-height:460px}}
@media(max-width:620px){.parts-showcase{padding:35px 0 0}.parts-card{grid-template-columns:1fr;border-radius:12px}.parts-copy{padding:32px 25px 8px}.parts-copy h2{font-size:clamp(31px,7.8vw,44px)}.parts-copy>.eyebrow{font-size:9px;margin-bottom:22px}.parts-copy>p:not(.eyebrow){font-size:13px}.parts-list{font-size:11px;margin:24px 0 28px}.parts-product{min-height:350px;margin-top:22px}.parts-orbit{width:290px}.parts-product img{width:76%;height:75%;max-height:330px}.parts-product[data-shape="wide"] img{width:90%;height:65%}.parts-index{right:6%;top:12%;font-size:8px}.parts-caption{bottom:8%;right:8%;font-size:10px}}

/* Footer social links. */
.footer-social{display:flex;align-items:center;gap:18px}
.footer-social a{display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:8px 0;font-size:10px;color:var(--muted)}
.footer-social a:hover{text-decoration:underline;text-underline-offset:5px}
.social-icon{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7}.social-icon path{fill:currentColor;stroke:none}.footer-social .social-arrow{font-style:normal;font-size:12px}
@media(max-width:620px){.footer-social{order:3;width:100%}footer p{order:4}}
