/*
Theme Name: MTF Industrial
Theme URI: https://mtftermoformadoras.com.br/
Author: MTF Termoformadoras
Description: Tema industrial moderno, rápido e orientado a conversão para a MTF Termoformadoras.
Version: 3.6.1
Text Domain: mtf-industrial
Requires at least: 6.2
Requires PHP: 7.4
*/

:root {
  --ink: #111318;
  --ink-2: #191d24;
  --steel: #616976;
  --mist: #f3f4f5;
  --paper: #fff;
  --white: #fff;
  --red: #e5232f;
  --red-dark: #b50e1a;
  --line: rgba(17, 19, 24, .13);
  --shadow: 0 22px 60px rgba(10, 12, 16, .1);
  --radius: 16px;
  --container: 1240px;
  --sans: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
html.is-loading, html.is-loading body { overflow: hidden; }
body.menu-open, body.lightbox-open { overflow: hidden; }
.journey-line { position: absolute; z-index: 45; top: 0; left: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; opacity: 0; transition: opacity .5s ease; }
.hero-opened .journey-line { opacity: 1; }
.journey-line-track, .journey-line-path { fill: none; stroke-linecap: square; stroke-linejoin: miter; }
.journey-line-track { stroke: rgba(17,19,24,.1); stroke-width: 1; }
.journey-line-path { stroke: var(--red); stroke-width: 1.75; }
.journey-line-node { fill: white; stroke: rgba(17,19,24,.2); stroke-width: 1; transition: fill .25s ease, stroke .25s ease; }
.journey-line-node.is-passed { fill: var(--red); stroke: var(--red); }
.journey-line-tip { fill: var(--red); stroke: white; stroke-width: 1.5; filter: drop-shadow(0 2px 3px rgba(17,19,24,.22)); }
.journey-text { position: relative; z-index: 46; margin-inline: -14px; padding-inline: 14px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: clamp(76px, 8vw, 118px) 0; }
.section--dark { color: var(--white); background: var(--ink); }
.section--mist { background: var(--mist); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.display, h1, h2, h3 { margin-top: 0; line-height: 1.05; letter-spacing: -.035em; }
.display { max-width: 730px; margin-bottom: 24px; font-size: clamp(2.8rem, 5.4vw, 4.9rem); font-weight: 720; }
h1 { font-size: clamp(2.6rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.8rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.lead { max-width: 760px; color: #4f5661; font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
.section--dark .lead { color: rgba(255,255,255,.67); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; background: var(--red); color: white; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.button::after { content: "\2197"; font-size: 1.1rem; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 12px 30px rgba(229,35,47,.25); }
.button--ghost { border-color: rgba(255,255,255,.45); background: transparent; }
.button--ghost:hover { border-color: white; background: white; color: var(--ink); }
.button--dark { background: var(--ink); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: white; background: transparent; border: 0; transition: color .4s ease, background-color .4s ease, box-shadow .4s ease, backdrop-filter .4s ease; }
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.92); border: 0; box-shadow: 0 10px 28px rgba(10,12,16,.1); backdrop-filter: blur(16px); }
.header-inner { display: grid; min-height: 84px; align-items: center; grid-template-columns: 190px 1fr auto; gap: 28px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 154px; height: 58px; object-fit: contain; object-position: left center; filter: none; }
.site-header:not(.is-scrolled) .brand img { filter: drop-shadow(0 2px 7px rgba(0,0,0,.42)); }
.site-nav > ul { display: flex; align-items: center; justify-content: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav li { position: relative; }
.site-nav a { font-size: .76rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.header-inner > .button { min-height: 42px; padding-inline: 18px; font-size: .68rem; }

.site-preloader { position: fixed; z-index: 9999; inset: 0; display: none; place-items: center; background: #0d0f13; color: white; }
.is-loading .site-preloader { display: grid; }
.preloader-inner { display: grid; width: min(300px, 70vw); justify-items: center; }
.preloader-inner img { width: 240px; opacity: 0; filter: drop-shadow(0 18px 38px rgba(0,0,0,.3)); animation: preloader-logo .65s .08s cubic-bezier(.2,.7,.3,1) forwards; }
.preloader-line { position: relative; width: 170px; height: 2px; margin-top: 25px; overflow: hidden; background: rgba(255,255,255,.12); }
.preloader-line i { position: absolute; inset: 0; background: var(--red); transform: translateX(-100%); animation: preloader-progress .9s .2s cubic-bezier(.65,0,.35,1) forwards; }
.preloader-inner small { margin-top: 15px; color: rgba(255,255,255,.48); font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; opacity: 0; animation: preloader-copy .45s .42s forwards; }
.intro-ready .site-preloader { pointer-events: none; opacity: 0; transition: opacity .65s ease; }
@keyframes preloader-logo { from { opacity: 0; transform: translateY(12px) scale(.97); } to { opacity: 1; transform: none; } }
@keyframes preloader-progress { to { transform: none; } }
@keyframes preloader-copy { to { opacity: 1; } }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--red); }
.site-nav .sub-menu { position: absolute; top: 34px; left: -22px; min-width: 235px; visibility: hidden; margin: 0; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: var(--ink-2); color: white; opacity: 0; list-style: none; transform: translateY(10px); transition: .2s; }
.site-nav li:hover > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.site-nav .sub-menu a { display: block; padding: 10px; }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
.menu-open .menu-toggle { color: var(--ink); }

.hero { position: relative; display: flex; min-height: 94svh; align-items: flex-end; overflow: hidden; padding: 150px 0 76px; color: white; background: var(--red); isolation: isolate; }
.hero::before { position: absolute; z-index: -2; inset: -7%; background: linear-gradient(90deg, rgba(7,8,11,.88) 0%, rgba(7,8,11,.58) 44%, rgba(7,8,11,.1) 78%), var(--hero-image) center 48%/cover; content: ""; transform: translate3d(0,var(--hero-parallax,0),0) scale(1.03); will-change: transform, clip-path; }
.has-js .hero::before { clip-path: circle(2.4% at 50% 50%); }
.has-js.intro-ready .hero::before { animation: hero-iris-open 1.55s cubic-bezier(.72,0,.18,1) forwards, hero-camera 11s 1.55s ease-in-out infinite alternate; }
.hero::after { position: absolute; z-index: -1; inset: auto 0 0; height: 50%; background: linear-gradient(transparent, rgba(0,0,0,.62)); content: ""; transition: opacity .45s ease; }
.has-js:not(.hero-opened) .hero::after { opacity: 0; }
.hero .display span { color: var(--red); }
.hero .eyebrow { color: white; }
.hero .lead { color: rgba(255,255,255,.82); text-shadow: 0 2px 16px rgba(0,0,0,.22); }
.home .hero .display { max-width: 920px; font-size: clamp(2.8rem,4.5vw,4.2rem); }
.home .hero .lead { max-width: 850px; }
.hero-copy { display: grid; align-items: end; grid-template-columns: 1fr 240px; gap: 60px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { padding: 18px 0 4px 24px; border-left: 1px solid rgba(255,255,255,.3); }
.hero-proof strong { display: block; margin-bottom: 6px; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1; }
.hero-proof span { color: rgba(255,255,255,.68); }
.intro-ready .hero .eyebrow, .intro-ready .hero .display, .intro-ready .hero .lead, .intro-ready .hero .hero-actions, .intro-ready .hero .hero-proof { animation: hero-reveal .7s 1.03s both cubic-bezier(.2,.7,.3,1); }
.intro-ready .hero .display { animation-delay: 1.1s; }
.intro-ready .hero .lead { animation-delay: 1.17s; }
.intro-ready .hero .hero-actions { animation-delay: 1.24s; }
.intro-ready .hero .hero-proof { animation-delay: 1.3s; }
@keyframes hero-reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes hero-iris-open { from { clip-path: circle(2.4% at 50% 50%); } to { clip-path: circle(85% at 50% 50%); } }
@keyframes hero-camera { from { transform: translate3d(-2%,var(--hero-parallax,0),0) scale(1.03); } to { transform: translate3d(2%,var(--hero-parallax,0),0) scale(1.18); } }
.hero-index { position: absolute; right: 3vw; bottom: 32px; color: rgba(255,255,255,.55); font-size: .75rem; font-weight: 700; letter-spacing: .16em; writing-mode: vertical-rl; transition: opacity .4s ease; }
.has-js:not(.hero-opened) .hero-index { opacity: 0; }

.trust-bar { color: var(--ink); background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; min-height: 94px; align-items: center; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 8px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-item strong { display: block; font-size: 1rem; }
.trust-item span { color: var(--steel); font-size: .8rem; }
.numbers-strip { border-bottom: 1px solid var(--line); background: white; }
.numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.number-item { min-height: 150px; padding: 30px 26px; border-right: 1px solid var(--line); }
.number-item:last-child { border-right: 0; }
.number-item strong { display: block; margin-bottom: 10px; color: var(--red); font-size: clamp(2.4rem,4vw,4rem); line-height: 1; }
.number-item span { display: block; max-width: 230px; color: var(--steel); font-size: .84rem; line-height: 1.45; }

.section--intro { overflow: hidden; }
.intro-grid { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: clamp(50px,7vw,96px); }
.media-frame { position: relative; min-height: 520px; overflow: hidden; padding: 0; border: 0; border-radius: var(--radius); background: #c8cbd0; box-shadow: var(--shadow); text-align: left; cursor: zoom-in; }
.media-frame img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.media-frame::after { position: absolute; right: 0; bottom: 0; width: 38%; height: 6px; background: var(--red); content: ""; }
.media-frame img { transition: transform .6s cubic-bezier(.2,.65,.3,1); }
.media-frame:hover img { transform: scale(1.025); }
.media-zoom { position: absolute; top: 22px; right: 22px; bottom: auto; left: auto; display: inline-flex; width: max-content; max-width: calc(100% - 44px); height: 46px; min-height: 46px; align-items: center; justify-content: center; gap: 10px; overflow: hidden; padding: 0 9px 0 16px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--ink); font-size: .75rem; font-weight: 800; letter-spacing: .04em; line-height: 1; white-space: nowrap; text-transform: uppercase; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.media-play-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: .72rem; line-height: 1; }
.big-stat { position: absolute; right: 24px; bottom: 24px; padding: 24px 28px; border-radius: 12px; background: white; box-shadow: var(--shadow); }
.big-stat strong { display: block; color: var(--red); font-size: 3rem; line-height: 1; }
.big-stat span { color: var(--steel); font-size: .8rem; font-weight: 700; text-transform: uppercase; }

.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 50px; }
.section-head h2 { max-width: 820px; margin-bottom: 0; }
.machine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.machine-card { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); background: #dddfe2; isolation: isolate; }
.machine-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(7,8,11,.92) 100%); content: ""; }
.machine-card img { position: absolute; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.65,.3,1); }
.machine-card:hover img { transform: scale(1.045); }
.machine-card-content { position: absolute; right: 0; bottom: 0; left: 0; padding: 28px; color: white; }
.machine-card .tag { color: #ff6b73; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.machine-card h3 { margin: 8px 0; font-size: clamp(2rem,3vw,3rem); }
.machine-card p { max-width: 560px; margin: 0; color: rgba(255,255,255,.72); }
.machine-card-link { position: absolute; top: 24px; right: 24px; display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; background: white; color: var(--ink); font-size: 1.35rem; transition: .25s; }
.machine-card:hover .machine-card-link { background: var(--red); color: white; transform: rotate(45deg); }

/* Portfólio cinematográfico: a rolagem move as máquinas através de um palco fixo. */
.machine-motion { position: relative; height: 360svh; background: #f8f9fa; }
.machine-motion-sticky { position: sticky; z-index: 1; top: 84px; height: calc(100svh - 84px); min-height: 610px; overflow: hidden; background: radial-gradient(circle at 50% 26%, #fff 0 24%, #f3f5f6 72%); isolation: isolate; }
.machine-room { position: absolute; z-index: -2; inset: 0; overflow: hidden; opacity: .72; }
.machine-room::before { position: absolute; inset: 0 0 31%; background: repeating-linear-gradient(90deg, transparent 0 8.2%, rgba(106,114,124,.05) 8.3% 8.38%), linear-gradient(180deg, #fff, #f2f4f5); content: ""; }
.machine-room::after { position: absolute; top: 68%; left: -15%; width: 130%; height: 82%; background: repeating-linear-gradient(90deg, transparent 0 7.9%, rgba(95,104,114,.12) 8% 8.1%), repeating-linear-gradient(0deg, transparent 0 14%, rgba(95,104,114,.1) 14.1% 14.25%), linear-gradient(#eef1f2,#fff); content: ""; transform: perspective(520px) rotateX(62deg); transform-origin: center top; }
.machine-room i { position: absolute; z-index: 1; background: linear-gradient(90deg, transparent, rgba(138,146,155,.24), transparent); }
.machine-room i:nth-child(1), .machine-room i:nth-child(2) { top: 17%; width: 31%; height: 1px; }
.machine-room i:nth-child(1) { left: 0; }.machine-room i:nth-child(2) { right: 0; }
.machine-room i:nth-child(3), .machine-room i:nth-child(4) { top: 0; width: 1px; height: 55%; background: linear-gradient(transparent, rgba(138,146,155,.2)); transform-origin: top; }
.machine-room i:nth-child(3) { left: 8%; transform: rotate(-7deg); }.machine-room i:nth-child(4) { right: 8%; transform: rotate(7deg); }
.machine-motion-top { position: absolute; z-index: 8; top: clamp(25px,4.5vh,48px); right: 0; left: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; pointer-events: none; }
.machine-motion-top .eyebrow { margin-bottom: 7px; }
.machine-motion-top h2 { margin: 0; font-size: clamp(1.55rem,2.4vw,2.6rem); }
.machine-motion-top .journey-text { background: #f8f9fa; }
.machine-motion-all { display: inline-flex; align-items: center; gap: 11px; margin-top: 5px; color: #454b54; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; pointer-events: auto; }
.machine-motion-all span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.72); transition: .25s; }
.machine-motion-all:hover span { border-color: var(--red); background: var(--red); color: white; transform: rotate(45deg); }
.machine-motion-stage { position: absolute; z-index: 2; inset: 15% 0 7%; perspective: 1100px; transform-style: preserve-3d; }
.machine-motion-item { position: absolute; top: 50%; left: 50%; display: block; width: var(--machine-width); max-width: 1480px; opacity: 0; pointer-events: none; transform: translate3d(calc(-50% + var(--machine-x)), -38%, 0) scale(.42); transform-origin: center 78%; will-change: transform, opacity, filter; }
.machine-motion-item.is-active { pointer-events: auto; }
.machine-motion-item img { width: 100%; max-height: 67vh; margin: auto; object-fit: contain; filter: drop-shadow(0 30px 25px rgba(27,31,36,.17)); }
.machine-motion-ui { position: absolute; z-index: 7; right: 0; bottom: clamp(22px,4vh,44px); left: 0; display: grid; align-items: end; grid-template-columns: minmax(250px,400px) 1fr auto; gap: 35px; pointer-events: none; }
.machine-motion-copy { position: relative; min-height: 106px; }
.machine-motion-copy article { position: absolute; inset: auto 0 0; visibility: hidden; opacity: 0; transform: translateY(14px); transition: opacity .24s, transform .35s; }
.machine-motion-copy article.is-active { visibility: visible; opacity: 1; transform: none; }
.machine-motion-copy span { color: var(--red); font-size: .67rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.machine-motion-copy h3 { margin: 7px 0 3px; font-size: clamp(1.55rem,2.4vw,2.35rem); }
.machine-motion-copy p { margin: 0; color: #656c76; font-size: .86rem; }
.machine-motion-nav { display: flex; align-items: center; justify-content: center; gap: 12px; padding-bottom: 10px; color: #838a93; font-size: .65rem; letter-spacing: .1em; }
.machine-motion-nav span { width: min(200px,18vw); height: 2px; overflow: hidden; background: #d5d8dc; }
.machine-motion-nav i { display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(var(--machine-progress,0)); transform-origin: left; }
.machine-motion-scroll { display: grid; justify-items: center; gap: 6px; color: #7d848e; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.machine-motion-scroll i { position: relative; width: 22px; height: 35px; border: 1px solid #adb2b9; border-radius: 15px; }
.machine-motion-scroll i::after { position: absolute; top: 7px; left: 9px; width: 2px; height: 7px; border-radius: 2px; background: var(--red); content: ""; animation: machine-scroll 1.5s infinite; }
@keyframes machine-scroll { 0% { opacity: 0; transform: translateY(-2px); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(8px); } }

.why-section { background: #101216; }
.why-heading { display: grid; align-items: end; grid-template-columns: 1fr 280px; gap: 60px; margin-bottom: 56px; }
.why-heading h2 { margin-bottom: 0; font-size: clamp(2.3rem, 4vw, 4rem); }
.why-heading h2 > span { color: #ff4b55; }
.why-heading h2 .journey-text { color: white; background: #101216; }
.why-intro { margin: 0 0 10px; color: rgba(255,255,255,.58); font-size: 1.05rem; }
.why-intro strong { display: block; margin-top: 6px; color: white; font-size: 1.45rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.benefit { min-height: 250px; padding: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.035); }
.benefit-number { display: block; margin-bottom: 60px; color: var(--red); font-size: .78rem; font-weight: 800; }
.benefit h3 { margin-bottom: 12px; font-size: 1.35rem; }
.benefit p { color: rgba(255,255,255,.62); font-size: .92rem; }

.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.process-card { padding: 34px; border: 1px solid var(--line); border-radius: 12px; background: white; transition: border-color .25s, transform .25s, box-shadow .25s; }
.process-card:hover { border-color: rgba(229,35,47,.35); box-shadow: 0 18px 44px rgba(10,12,16,.07); transform: translateY(-4px); }
.process-card small { color: var(--red); font-weight: 800; }
.process-card h3 { margin: 50px 0 14px; }
.solution-list { border-top: 1px solid var(--line); }
.solution-card { display: grid; grid-template-columns: 210px 1fr; gap: clamp(35px,7vw,110px); padding: 52px 0; border-bottom: 1px solid var(--line); }
.solution-card > span { color: var(--red); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.solution-card h3 { max-width: 920px; margin: 0 0 18px; font-size: clamp(1.7rem,3vw,2.7rem); }
.solution-card p { max-width: 960px; color: var(--steel); }
.solution-card--red { margin-top: 22px; padding: 42px; border: 0; border-radius: var(--radius); background: var(--red); color: white; }
.solution-card--red > span, .solution-card--red p { color: rgba(255,255,255,.76); }
.solutions-section .journey-text { background: var(--mist); }
.text-link { display: inline-block; margin-top: 8px; font-weight: 800; }
.materials-section .journey-text { background: white; }
.materials-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); }
.materials-table { width: 100%; border-collapse: collapse; background: white; }
.materials-table th, .materials-table td { padding: 22px 24px; border-bottom: 1px solid var(--line); text-align: left; }
.materials-table thead th { background: var(--ink); color: white; font-size: .74rem; letter-spacing: .09em; text-transform: uppercase; }
.materials-table tbody th { width: 28%; font-size: 1.05rem; }
.materials-table tbody th small { display: block; color: var(--steel); font-size: .74rem; font-weight: 500; }
.materials-table td { color: #454c56; }
.materials-table tr:last-child > * { border-bottom: 0; }
.materials-table .material-pp > * { background: #fff1f2; }
.materials-table .material-pp td:last-child { color: var(--red-dark); font-weight: 800; }
.materials-cta { margin-top: 28px; }
.authority-section { background: #101216; }
.authority-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.authority-grid article { min-height: 280px; padding: 36px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.035); }
.authority-grid article:last-child { grid-column: 1/-1; min-height: 220px; }
.authority-grid article > span { display: block; margin-bottom: 45px; color: var(--red); font-size: .75rem; font-weight: 850; }
.authority-grid h3 { max-width: 620px; margin-bottom: 14px; font-size: clamp(1.35rem,2vw,1.8rem); }
.authority-grid p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.62); }
.authority-grid .journey-text { color: inherit; background: #15171b; }
.authority-section .section-head .journey-text { background: #101216; }
.segments { margin-top: 70px; }
.segments ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.segments li { padding: 10px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.76); font-size: .82rem; }
.narrow-wide { width: min(calc(100% - 40px), 980px); margin-inline: auto; }
.faq-item h3 { margin: 0; }
.faq-question { gap: 30px; font-size: 1.08rem; }
.faq-answer { max-width: 850px; font-size: 1rem; }
.faq-answer a { color: var(--red-dark); font-weight: 700; }
.faq-section .journey-text { background: white; }
.final-cta { position: relative; overflow: hidden; padding: clamp(84px,10vw,140px) 0; background: #f1f2f3; }
.final-cta::after { position: absolute; top: -220px; right: -100px; width: 560px; height: 560px; border: 95px solid #d9dcdf; border-radius: 50%; content: ""; }
.final-cta-grid { position: relative; z-index: 1; display: grid; align-items: end; grid-template-columns: minmax(0,1fr) auto; gap: 60px; }
.final-cta h2 { max-width: 850px; margin-bottom: 22px; }
.final-cta p:not(.eyebrow) { max-width: 850px; margin-bottom: 0; color: var(--steel); }
.final-cta .journey-text { z-index: 47; background: #f1f2f3; }
.final-cta .button { background: var(--red); color: white; }

.cta-band { position: relative; overflow: hidden; padding: 84px 0; color: white; background: var(--red); }
.cta-band::after { position: absolute; top: -140%; right: -5%; width: 600px; height: 600px; border: 110px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; }
.cta-grid { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: 1fr auto; gap: 40px; }
.cta-grid h2 { max-width: 860px; margin: 0; }
.cta-band .button { background: white; color: var(--ink); }

.satisfaction { position: relative; overflow: hidden; padding: clamp(76px, 9vw, 120px) 0; background: #f1f2f3; color: var(--ink); border-block: 1px solid var(--line); }
.satisfaction::after { position: absolute; top: -190px; right: -120px; width: 510px; height: 510px; border: 90px solid #d9dcdf; border-radius: 50%; content: ""; }
.satisfaction-grid { position: relative; z-index: auto; display: grid; align-items: end; grid-template-columns: minmax(0, 1fr) auto; gap: 50px; }
.satisfaction .eyebrow { color: var(--red); }
.satisfaction h2 { max-width: 850px; margin-bottom: 20px; }
.satisfaction h2 .journey-text { z-index: 47; color: inherit; background: #f1f2f3; }
.satisfaction .lead { margin-bottom: 0; color: var(--steel); }
.satisfaction .lead strong { color: var(--ink); }
.satisfaction .button { background: var(--red); color: white; }

.lightbox { position: fixed; z-index: 1000; inset: 0; display: grid; visibility: hidden; padding: 30px; place-items: center; background: rgba(8,9,12,.92); opacity: 0; transition: opacity .25s, visibility .25s; backdrop-filter: blur(10px); }
.lightbox.is-open { visibility: visible; opacity: 1; }
.lightbox-stage { width: min(1220px, 94vw); margin: 0; }
.lightbox-stage img { width: 100%; max-height: 82vh; border-radius: 10px; object-fit: contain; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.lightbox-stage--video iframe { display: block; width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 10px; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.lightbox-stage p { margin: 14px 0 0; color: rgba(255,255,255,.7); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-close { position: absolute; top: 22px; right: 24px; display: grid; width: 52px; height: 52px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.25); color: white; font-size: 2rem; line-height: 1; cursor: pointer; }
.lightbox-close:hover { background: white; color: var(--ink); }

.posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.post-card { display: flex; min-width: 0; flex-direction: column; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.post-card-media { position: relative; display: grid; aspect-ratio: 16/10; overflow: hidden; place-items: center; border-radius: 14px; background: #e7e8ea; }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: .5s; }
.post-card:hover img { transform: scale(1.04); }
.post-card-placeholder { display: grid; justify-items: center; color: #7d828a; }
.post-card-placeholder strong { font-size: clamp(2.6rem,5vw,4.8rem); line-height: 1; letter-spacing: -.08em; }
.post-card-placeholder small { margin-top: 12px; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.post-card-content { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 20px 2px 0; }
.post-card-meta { color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.post-card h3 { margin: 10px 0 12px; font-size: 1.45rem; overflow-wrap: anywhere; }
.post-card-content p { margin: 0 0 18px; color: var(--steel); font-size: .9rem; }
.post-card-read { margin-top: auto; color: var(--ink); font-size: .74rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.post-card-read:hover { color: var(--red); }

.page-hero { position: relative; display: flex; min-height: 68vh; align-items: flex-end; padding: 180px 0 75px; overflow: hidden; color: white; background: var(--ink); isolation: isolate; }
.page-hero::after { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 85% 15%, rgba(229,35,47,.22), transparent 34%), linear-gradient(140deg,#111318 0%,#20242d 100%); content: ""; }
.page-hero .lead { color: rgba(255,255,255,.7); }
.breadcrumbs { margin-bottom: 26px; color: rgba(255,255,255,.55); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a:hover { color: white; }

.machine-hero { min-height: 88vh; }
.machine-hero-grid { display: grid; align-items: center; grid-template-columns: .85fr 1.15fr; gap: 50px; }
.machine-hero-visual { position: relative; min-height: 480px; }
.machine-hero-visual img { position: absolute; width: 120%; max-width: none; right: -15%; bottom: 0; filter: drop-shadow(0 30px 50px rgba(0,0,0,.4)); }
.spec-strip { background: var(--red); color: white; }
.spec-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.spec { min-height: 118px; padding: 25px; border-right: 1px solid rgba(255,255,255,.22); }
.spec small { display: block; opacity: .72; text-transform: uppercase; letter-spacing: .08em; }
.spec strong { font-size: 1.2rem; }
.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 80px; }
.entry-content { font-size: 1.06rem; }
.entry-content h2 { margin-top: 70px; font-size: clamp(1.9rem,4vw,3.2rem); }
.entry-content h3 { margin-top: 40px; font-size: 1.55rem; }
.entry-content p, .entry-content li { color: #424852; }
.entry-content img { margin: 40px 0; border-radius: 18px; }
.entry-content table { width: 100%; margin: 40px 0; border-collapse: collapse; background: white; }
.entry-content th, .entry-content td { padding: 16px; border: 1px solid var(--line); text-align: left; }
.entry-content th { background: var(--ink); color: white; }
.sticky-quote { position: sticky; top: 130px; padding: 30px; border-radius: 18px; background: var(--ink); color: white; }
.sticky-quote p { color: rgba(255,255,255,.68); }

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 24px 0; border: 0; background: transparent; color: var(--ink); font-weight: 750; text-align: left; cursor: pointer; }
.faq-answer { display: none; padding: 0 0 24px; color: var(--steel); }
.faq-item.is-open .faq-answer { display: block; }
.faq-icon { color: var(--red); font-size: 1.3rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-list { display: grid; gap: 16px; margin-top: 35px; }
.contact-list a, .contact-list span { display: block; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.contact-form { padding: 38px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field--full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 7px; font-size: .77rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 15px 16px; border: 1px solid #ccd0d6; border-radius: 10px; background: #fafafa; }
.field textarea { min-height: 150px; resize: vertical; }
.form-notice { margin-bottom: 20px; padding: 14px 18px; border-radius: 10px; background: #eaf7ee; color: #17682f; }

.site-footer { position: relative; overflow: hidden; padding: 100px 0 25px; color: white; background: #050608; isolation: isolate; }
.site-footer::before { position: absolute; z-index: -2; right: 0; bottom: -5%; left: 0; height: min(86%, 610px); background: url('assets/images/footer-commercial-skyline.png') center bottom/cover no-repeat; content: ""; opacity: .34; filter: contrast(1.08); }
.site-footer::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, #050608 0%, rgba(5,6,8,.92) 24%, rgba(5,6,8,.66) 65%, rgba(5,6,8,.9) 100%), linear-gradient(90deg, rgba(5,6,8,.62), transparent 35% 72%, rgba(5,6,8,.48)); content: ""; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .7fr 1fr; gap: 55px; }
.footer-logo { width: 200px; margin-bottom: 20px; }
.footer-copy { max-width: 360px; color: rgba(255,255,255,.56); }
.footer-title { margin: 0 0 20px; color: rgba(255,255,255,.45); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a:hover { color: #ff5b64; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .8rem; }
.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; background: #20bd5a; color: white; box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 1.35rem; font-weight: 900; }
.whatsapp-float svg { width: 31px; height: 31px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.pagination { display: flex; justify-content: center; margin-top: 50px; }
.pagination .nav-links, .pagination:not(.navigation) { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.pagination .page-numbers { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; background: white; }
.pagination .current { background: var(--red); color: white; }

/* Catálogo de máquinas */
.machines-page { overflow: clip; background: var(--paper); }
.machines-hero { position: relative; min-height: 88svh; padding: 158px 0 90px; overflow: hidden; color: white; background-color: #07080a; background-image: linear-gradient(90deg, rgba(5,6,8,.99) 0%, rgba(5,6,8,.96) 34%, rgba(5,6,8,.76) 53%, rgba(5,6,8,.22) 78%, rgba(5,6,8,.68) 100%), linear-gradient(180deg, rgba(5,6,8,.38), transparent 32%, rgba(5,6,8,.94) 100%), radial-gradient(circle at 74% 38%, rgba(210,15,27,.28), transparent 32%), var(--machines-hero-image); background-repeat: no-repeat; background-position: center, center, center, 94% 58%; background-size: cover, cover, cover, min(78vw, 1260px) auto; isolation: isolate; }
.machines-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(135deg, transparent 0 12%, rgba(205,7,20,.2) 12.2% 13%, transparent 13.2% 74%, rgba(205,7,20,.16) 74.2% 75%, transparent 75.2%), linear-gradient(135deg, rgba(0,0,0,.68) 0 14%, transparent 14.2% 78%, rgba(0,0,0,.76) 78.2%); content: ""; }
.machines-hero::after { position: absolute; z-index: -1; inset: auto 0 0; height: 34%; background: linear-gradient(180deg, transparent, #07080a 92%); content: ""; }
.machines-hero-grid { display: grid; min-height: 610px; align-items: center; grid-template-columns: minmax(0, 760px); }
.machines-hero-content { position: relative; z-index: 2; padding: 36px 0; }
.machines-hero .breadcrumbs { margin-bottom: 42px; color: rgba(255,255,255,.5); }
.machines-hero .breadcrumbs a { color: white; }
.machines-hero h1 { max-width: 790px; margin-bottom: 26px; font-size: clamp(2.85rem, 5.2vw, 5.55rem); }
.machines-hero .lead { margin-bottom: 20px; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.machines-hero p:not(.lead):not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.58); }
.machines-hero .button { margin-top: 15px; }
.machines-subnav { position: sticky; z-index: 70; top: 84px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.92); backdrop-filter: blur(15px); }
.machines-subnav .container { display: flex; overflow-x: auto; scrollbar-width: none; }
.machines-subnav .container::-webkit-scrollbar { display: none; }
.machines-subnav a { flex: 0 0 auto; padding: 18px 24px; border-right: 1px solid var(--line); color: var(--steel); font-size: .71rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.machines-subnav a:first-child { border-left: 1px solid var(--line); }
.machines-subnav a:hover { color: var(--red); background: #fafafa; }
.section-aside { max-width: 390px; color: var(--steel); font-size: 1.05rem; }
.machine-line-heading { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 72px 0 30px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.machine-line-heading > div { display: flex; align-items: center; gap: 20px; }
.machine-line-heading > div > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: .75rem; font-weight: 800; }
.machine-line-heading h3, .machine-line-heading .eyebrow { margin-bottom: 0; }
.machine-line-heading h3 { margin-top: 7px; }
.machine-line-heading > a { color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.machine-line-heading--chapa { margin-top: 100px; }
.machine-line-heading--chapa > div > span { background: var(--ink); }
.machine-catalog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.catalog-machine { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: white; grid-template-rows: 330px 1fr; transition: transform .3s ease, box-shadow .3s ease; }
.catalog-machine:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.catalog-machine-media { position: relative; display: grid; overflow: hidden; padding: 25px; place-items: center; background: radial-gradient(circle at 50% 55%, white 0 38%, #edeff1 78%); }
.catalog-machine-media::after { position: absolute; right: 20px; bottom: 18px; left: 20px; height: 1px; background: linear-gradient(90deg, transparent, rgba(17,19,24,.22), transparent); content: ""; }
.catalog-machine-media > span { position: absolute; z-index: 2; top: 18px; left: 20px; color: rgba(17,19,24,.34); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.catalog-machine-media img { width: 100%; max-height: 270px; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(15,18,23,.22)); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.catalog-machine:hover .catalog-machine-media img { transform: scale(1.035); }
.catalog-machine-content { padding: 30px 32px 34px; }
.catalog-machine-content h4 { margin: 7px 0 16px; font-size: clamp(1.22rem, 1.7vw, 1.6rem); line-height: 1.22; letter-spacing: -.025em; }
.catalog-machine-content > p:not(.catalog-line):not(.catalog-specs) { color: var(--steel); }
.catalog-line { margin: 0; color: var(--red); font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.catalog-specs { padding: 13px 0; border-block: 1px solid var(--line); color: #363b43; font-size: .78rem; font-weight: 720; line-height: 1.6; }
.text-link { display: inline-flex; margin-top: 8px; color: var(--red); font-size: .75rem; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.machine-catalog-grid--chapa .catalog-machine { grid-template-rows: 390px 1fr; }
.machine-catalog-grid--chapa .catalog-machine-media img { max-height: 335px; }
.pp-upgrade { padding: clamp(78px, 8vw, 118px) 0; color: white; background: linear-gradient(118deg, #b70f1a, #e5232f 46%, #9e0913); }
.pp-upgrade-grid { display: grid; align-items: center; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 8vw, 120px); }
.pp-upgrade .eyebrow { color: white; }
.pp-upgrade p:not(.eyebrow) { max-width: 710px; color: rgba(255,255,255,.76); }
.pp-upgrade .button { margin-top: 18px; border-color: white; background: white; color: var(--ink); }
.pp-diagram { position: relative; display: grid; min-height: 360px; align-content: center; justify-items: center; gap: 17px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.2), transparent 57%); }
.pp-diagram span { font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.pp-diagram i { width: 56%; height: 9px; border-radius: 50%; background: white; box-shadow: 0 0 30px rgba(255,255,255,.8); }
.pp-diagram b { display: grid; width: 76px; height: 76px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-size: 1.5rem; }
.materials-intro { max-width: 820px; margin-bottom: 42px; color: var(--steel); font-size: 1.12rem; }
.polymer-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.polymer-grid a { position: relative; display: flex; min-height: 180px; flex-direction: column; justify-content: space-between; padding: 24px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: .25s ease; }
.polymer-grid strong { font-size: 1.85rem; letter-spacing: -.05em; }
.polymer-grid span { color: var(--steel); font-size: .76rem; line-height: 1.35; }
.polymer-grid b { position: absolute; top: 20px; right: 16px; color: var(--red); }
.polymer-grid a:hover { z-index: 1; background: var(--ink); color: white; transform: translateY(-5px); }
.polymer-grid a:hover span { color: rgba(255,255,255,.6); }
.materials-cta, .compare-cta { margin-top: 35px; }
.versus-grid { display: grid; align-items: stretch; grid-template-columns: 1fr 80px 1fr; }
.versus-grid article { padding: clamp(32px, 4.2vw, 58px); border: 1px solid var(--line); background: white; }
.versus-grid article > span { display: inline-flex; margin-bottom: 42px; padding: 7px 12px; border-radius: 999px; background: var(--ink); color: white; font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.versus-grid article:last-child > span { background: var(--red); }
.versus-grid article p, .versus-grid li { color: var(--steel); }
.versus-grid article h4 { margin: 28px 0 8px; }
.versus-grid article ul { margin: 0; padding-left: 19px; }
.versus-mark { display: grid; z-index: 2; width: 80px; height: 80px; align-self: center; place-items: center; margin-inline: 0; border-radius: 50%; background: var(--red); color: white; font-size: 2.1rem; font-weight: 300; }
.explainer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); }
.explainer-grid > div:last-child { padding-left: 45px; border-left: 1px solid var(--line); color: var(--steel); }
.explainer-grid h3 { margin-top: 34px; color: var(--ink); font-size: 1.25rem; }
.explainer-grid ol { padding-left: 20px; color: var(--ink); font-weight: 700; }
.machines-faq { background: #fafafa; }
.machines-faq .faq-item h3 { margin: 0; }
.machines-faq .faq-question { font-size: 1rem; }
.machines-final-cta { position: relative; overflow: hidden; padding: clamp(78px, 8vw, 118px) 0; color: white; background: #0b0d11; }
.machines-final-cta::after { position: absolute; right: -120px; bottom: -240px; width: 560px; height: 560px; border: 80px solid rgba(229,35,47,.16); border-radius: 50%; content: ""; }
.machines-final-cta .cta-grid { position: relative; z-index: 1; display: grid; align-items: end; grid-template-columns: 1fr auto; gap: 45px; }
.machines-final-cta h2 { max-width: 830px; }
.machines-final-cta p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.62); }
.machines-final-cta .button { white-space: nowrap; }

/* Páginas internas — arquitetura SEO 2026 */
.internal-page, .product-page, .contact-page, .blog-page { overflow: clip; }
.internal-hero, .product-hero { position: relative; min-height: 72svh; padding: 155px 0 85px; overflow: hidden; color: white; background: radial-gradient(circle at 80% 45%, rgba(229,35,47,.2), transparent 28%), linear-gradient(125deg, #090b0e, #171b22 64%, #08090b); isolation: isolate; }
.internal-hero::before, .product-hero::before { position: absolute; z-index: -1; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 120px), linear-gradient(117deg, transparent 54%, rgba(255,255,255,.055) 54.2%, transparent 54.45%); content: ""; }
.internal-hero-grid { display: grid; min-height: 440px; align-items: center; grid-template-columns: 1.25fr .75fr; gap: 70px; }
.internal-hero h1 { max-width: 950px; margin-bottom: 28px; font-size: clamp(2.75rem, 5vw, 5.25rem); }
.internal-hero .lead, .product-hero .lead { color: rgba(255,255,255,.7); }
.internal-hero .button { margin-top: 18px; }
.internal-hero .breadcrumbs, .product-hero .breadcrumbs { margin-bottom: 38px; color: rgba(255,255,255,.47); }
.internal-hero .breadcrumbs a, .product-hero .breadcrumbs a { color: white; }
.internal-hero-mark { position: relative; display: grid; width: min(330px, 100%); aspect-ratio: 1; justify-self: end; align-content: center; justify-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle, rgba(229,35,47,.22), transparent 62%); }
.internal-hero-mark::before, .internal-hero-mark::after { position: absolute; inset: 13%; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.internal-hero-mark::after { inset: 29%; }
.internal-hero-mark strong { font-size: clamp(2.6rem, 5vw, 4.7rem); letter-spacing: -.08em; }
.internal-hero-mark span { margin-top: 12px; color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 750; letter-spacing: .14em; line-height: 1.5; text-align: center; text-transform: uppercase; }
.internal-model-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.internal-model-grid--two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.internal-model-grid article { display: flex; min-height: 520px; flex-direction: column; padding: 20px 24px 28px; border: 1px solid var(--line); border-radius: 16px; background: white; }
.internal-model-grid h3 { margin: 6px 0 14px; }
.internal-model-grid article > p:not(.catalog-line) { color: var(--steel); }
.internal-model-grid .text-link { margin-top: auto; }
.internal-model-media { display: grid; height: 230px; margin: -20px -24px 25px; padding: 24px; overflow: hidden; place-items: center; border-radius: 16px 16px 0 0; background: radial-gradient(circle, white, #eceef0); }
.internal-model-media img { width: 100%; max-height: 190px; object-fit: contain; filter: drop-shadow(0 16px 15px rgba(17,19,24,.22)); }
.internal-table { width: 100%; border-collapse: collapse; background: white; }
.internal-table th, .internal-table td { padding: 18px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.internal-table thead th { background: var(--ink); color: white; font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.internal-table tbody th { color: var(--ink); }
.table-scroll { overflow-x: auto; margin-top: 35px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; margin-top: 38px; }
.feature-grid article { min-height: 210px; padding: 30px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.feature-grid article > span { display: block; margin-bottom: 42px; color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.feature-grid article p { color: var(--steel); }
.section-subtitle { margin-top: 75px; font-size: clamp(1.7rem, 3vw, 2.8rem); }
.split-content { display: grid; align-items: start; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 120px); }
.split-content > div:last-child:not(.heat-card):not(.address-panel) { padding-left: 42px; border-left: 1px solid var(--line); }
.heat-card { display: grid; min-height: 380px; align-content: center; justify-items: center; gap: 30px; border-radius: 50%; color: white; background: radial-gradient(circle, #e5232f 0 24%, #5c080d 25% 46%, #111318 47%); box-shadow: 0 28px 60px rgba(17,19,24,.2); }
.heat-card strong { display: grid; width: 92px; height: 92px; place-items: center; border: 1px solid white; border-radius: 50%; font-size: 1.7rem; }
.heat-card span { font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.tag-list span { padding: 11px 17px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; font-size: .74rem; font-weight: 800; letter-spacing: .07em; }
.tag-list--dark span { border-color: var(--line); background: var(--mist); }
.material-directory { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin-top: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.material-directory a { position: relative; display: flex; min-height: 180px; flex-direction: column; justify-content: flex-end; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: .25s ease; }
.material-directory strong { font-size: 2rem; letter-spacing: -.05em; }
.material-directory span { color: var(--steel); font-size: .75rem; }
.material-directory b { position: absolute; top: 20px; right: 20px; color: var(--red); }
.material-directory a:hover { z-index: 1; background: var(--ink); color: white; transform: translateY(-5px); }
.material-directory a:hover span { color: rgba(255,255,255,.55); }
.notice-card { margin-top: 28px; padding: 22px 24px; border-left: 3px solid var(--red); background: white; box-shadow: var(--shadow); }
.check-list { margin: 18px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 31px; border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; top: 14px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; background: var(--red); color: white; content: "✓"; font-size: .65rem; }
.check-list--muted li::before { background: var(--ink); content: "→"; }
.process-grid article { min-height: 240px; }
.process-grid article > span { display: block; margin-bottom: 46px; color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .12em; }
.country-list { display: grid; grid-template-columns: repeat(5,1fr); margin: 38px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.country-list span { display: grid; min-height: 110px; place-items: center; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; font-weight: 800; }
.about-numbers { display: grid; grid-template-columns: repeat(4,1fr); }
.about-numbers article { display: flex; min-height: 180px; flex-direction: column; justify-content: center; padding: 25px; border-right: 1px solid var(--line); }
.about-numbers article:last-child { border: 0; }
.about-numbers strong { font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.07em; }
.about-numbers span { margin-top: 12px; color: var(--steel); }
.internal-faq .faq-item h3 { margin: 0; }
.product-hero { position: relative; min-height: 92svh; padding: 150px 0 0; overflow: hidden; color: white; background: radial-gradient(circle at 50% 78%, rgba(210,12,25,.18), transparent 29%), linear-gradient(145deg, #050607, #0c0e11 54%, #050506); isolation: isolate; }
.product-hero::before { position: absolute; z-index: -1; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(to bottom, #000, transparent 76%); content: ""; }
.product-hero::after { position: absolute; z-index: -1; right: -11vw; bottom: -17vw; width: 48vw; height: 48vw; border: 1px solid rgba(225,18,31,.2); border-radius: 50%; box-shadow: 0 0 0 72px rgba(225,18,31,.025), 0 0 0 144px rgba(225,18,31,.018); content: ""; }
.product-hero-grid { display: block; min-height: auto; }
.product-hero .breadcrumbs { margin-bottom: 46px; color: rgba(255,255,255,.48); }
.product-hero .breadcrumbs a { color: rgba(255,255,255,.82); }
.product-hero .eyebrow { color: #ff505a; }
.product-hero-heading { display: grid; align-items: end; grid-template-columns: minmax(0,1fr) minmax(250px,.38fr); gap: clamp(34px,6vw,96px); padding: 24px 0 34px; border-top: 1px solid rgba(255,255,255,.52); }
.product-hero h1 { max-width: none; margin: 0; color: #f7f7f4; font-size: clamp(5.2rem, 13.5vw, 12.5rem); line-height: .78; letter-spacing: -.085em; text-transform: uppercase; }
.product-hero-statement { display: flex; min-height: 145px; flex-direction: column; justify-content: center; padding-left: 30px; border-left: 2px solid var(--red); }
.product-hero-statement strong { color: #f4f2ed; font-size: clamp(1.45rem,2.7vw,2.75rem); line-height: 1; text-transform: uppercase; }
.product-hero-statement span { max-width: 360px; margin-top: 14px; color: rgba(255,255,255,.58); font-size: .83rem; line-height: 1.55; }
.product-hero .lead { max-width: 970px; margin: 10px 0 25px; color: rgba(255,255,255,.74); font-size: clamp(1rem,1.45vw,1.25rem); }
.product-hero .button--ghost { border-color: rgba(255,255,255,.36); color: white; background: transparent; }
.product-hero .button--ghost:hover { border-color: white; background: white; color: var(--ink); }
.product-hero-machine { position: relative; display: flex; min-height: 500px; align-items: flex-end; justify-content: center; margin-top: 54px; }
.product-hero-machine::before { position: absolute; right: 8%; bottom: 8%; left: 8%; height: 13%; border-radius: 50%; background: rgba(0,0,0,.72); filter: blur(30px); content: ""; }
.product-hero-machine img { position: relative; z-index: 1; width: min(100%, 1540px); max-width: none; max-height: 650px; margin: 0 auto -2px; object-fit: contain; filter: drop-shadow(0 32px 30px rgba(0,0,0,.62)); }
.specification-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.specification-grid > div { min-height: 126px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specification-grid small { display: block; margin-bottom: 12px; color: var(--steel); font-size: .67rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.specification-grid strong { display: block; font-size: 1.05rem; line-height: 1.35; }
.product-configurations { margin-top: 64px; }
.product-configurations-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.product-configurations-head .eyebrow { margin: 0; }
.product-configurations-head h3 { max-width: 630px; margin: 0; font-size: clamp(1.7rem,3vw,2.65rem); line-height: 1.05; letter-spacing: -.04em; }
.product-config-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.product-config-grid article { position: relative; overflow: hidden; padding: 28px; color: #f4f4f2; background: #111214; border: 1px solid #25272a; }
.product-config-grid article.is-pp { background: linear-gradient(135deg,#21090b,#111214 72%); border-color: rgba(227,6,19,.55); }
.product-config-grid article > span { display: block; margin-bottom: 26px; color: #ff4a53; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-config-grid article > div { display: grid; grid-template-columns: minmax(120px,.65fr) 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); }
.product-config-grid small { color: rgba(255,255,255,.5); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.product-config-grid strong { font-size: .96rem; line-height: 1.45; }
.product-tech-note { margin: 18px 0 0; color: var(--steel); font-size: .76rem; line-height: 1.6; }
.product-process { grid-template-columns: repeat(4, minmax(0,1fr)); }
.product-process article { border-color: rgba(255,255,255,.15); }
.product-process article p { color: rgba(255,255,255,.58); }
.decision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 40px 0 34px; }
.decision-grid article { padding: 34px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.contact-channel-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 36px; }
.contact-channel-grid a { display: flex; min-height: 120px; flex-direction: column; justify-content: space-between; padding: 25px; border: 1px solid var(--line); border-radius: 14px; transition: .25s; }
.contact-channel-grid a:hover { background: var(--ink); color: white; transform: translateY(-3px); }
.contact-channel-grid span { color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-channel-grid strong { overflow-wrap: anywhere; }
.contact-hours { margin-top: 22px; color: var(--steel); }
.address-panel { display: flex; min-height: 230px; flex-direction: column; justify-content: center; padding: 40px; border-radius: 16px; color: white; background: var(--ink); }
.address-panel strong { font-size: 1.7rem; }
.address-panel span { margin: 12px 0 25px; color: rgba(255,255,255,.58); }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto auto; }
  .site-nav { position: fixed; top: 0; right: 0; width: min(420px, 100%); height: 100svh; padding: 120px 34px 40px; background: white; color: var(--ink); box-shadow: -20px 0 60px rgba(10,12,16,.12); transform: translateX(100%); transition: .35s; }
  .menu-open .site-nav { transform: none; }
  .site-nav > ul { align-items: flex-start; flex-direction: column; gap: 24px; }
  .site-nav .sub-menu { position: static; display: block; visibility: visible; margin-top: 10px; padding: 0 0 0 16px; border: 0; background: transparent; color: var(--ink); opacity: 1; transform: none; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .hero-copy, .intro-grid, .machine-hero-grid { grid-template-columns: 1fr; }
  .hero-proof { display: none; }
  .machine-hero-visual { min-height: 360px; }
  .machine-grid { grid-template-columns: repeat(2, 1fr); }
  .machine-motion-item { width: min(var(--machine-width), 1080px); }
  .why-heading { grid-template-columns: 1fr; gap: 25px; }
  .benefit-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .numbers-grid { grid-template-columns: repeat(2,1fr); }
  .number-item:nth-child(2) { border-right: 0; }
  .authority-grid { grid-template-columns: 1fr; }
  .authority-grid article:last-child { grid-column: auto; }
  .machines-hero-grid { grid-template-columns: 1fr; }
  .machines-hero { background-position: center, center, center, 118% 72%; background-size: cover, cover, cover, min(92vw, 1040px) auto; }
  .polymer-grid { grid-template-columns: repeat(4, 1fr); }
  .pp-upgrade-grid { grid-template-columns: 1fr 420px; }
  .internal-hero-grid, .product-hero-grid { grid-template-columns: 1fr; }
  .internal-hero-mark { display: none; }
  .product-hero-heading { grid-template-columns: 1fr; gap: 28px; }
  .product-hero-statement { min-height: auto; }
  .product-hero-machine { min-height: 390px; }
  .product-hero-machine img { width: 100%; margin-inline: auto; }
  .internal-model-grid { grid-template-columns: repeat(2,1fr); }
  .material-directory { grid-template-columns: repeat(3,1fr); }
  .specification-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .journey-line-path { stroke-width: 1.5; }
  .section { padding: 72px 0; }
  .header-inner { min-height: 78px; grid-template-columns: 1fr auto; }
  .brand img { width: 136px; height: 54px; }
  .header-inner > .button { display: none; }
  .hero { min-height: 760px; padding: 120px 0 58px; }
  .hero .display { max-width: 355px; font-size: clamp(2.65rem, 12vw, 3.6rem); }
  .hero .lead { max-width: 340px; font-size: 1rem; }
  .trust-grid, .spec-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .machine-grid, .posts-grid, .process-grid, .contact-grid, .content-layout { grid-template-columns: 1fr; }
  .machine-card { min-height: 470px; }
  .machine-motion { height: 310svh; }
  .machine-motion-sticky { top: 72px; height: calc(100svh - 72px); min-height: 540px; }
  .machine-motion-top { top: 22px; display: block; }
  .machine-motion-top h2 { font-size: 1.55rem; }
  .machine-motion-all { position: absolute; top: 2px; right: 0; width: 40px; height: 40px; overflow: hidden; font-size: 0; }
  .machine-motion-all span { position: absolute; inset: 0; font-size: 1rem; }
  .machine-motion-stage { inset: 20% -18% 15%; }
  .machine-motion-item { width: calc(var(--machine-width) + 22%); }
  .machine-motion-item img { max-height: 55vh; }
  .machine-motion-ui { bottom: 24px; grid-template-columns: 1fr auto; gap: 18px; }
  .machine-motion-copy { min-height: 95px; }
  .machine-motion-copy p { max-width: 270px; font-size: .78rem; line-height: 1.45; }
  .machine-motion-nav { display: none; }
  .machine-motion-scroll span { display: none; }
  .section-head, .cta-grid { align-items: flex-start; flex-direction: column; grid-template-columns: 1fr; }
  .section-head { display: flex; }
  .media-frame, .media-frame img { min-height: 360px; }
  .media-zoom { top: 14px; right: 14px; }
  .big-stat { right: 14px; bottom: 14px; padding: 18px 20px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 220px; }
  .benefit-number { margin-bottom: 35px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .site-footer::before { right: -52%; left: -52%; height: 62%; background-size: auto 100%; opacity: .26; }
  .footer-bottom { flex-direction: column; }
  .page-hero { min-height: 58vh; }
  .satisfaction-grid { align-items: start; grid-template-columns: 1fr; gap: 28px; }
  .number-item { min-height: 132px; padding: 24px 16px; }
  .number-item strong { font-size: 2.45rem; }
  .solution-card, .solution-card--red { grid-template-columns: 1fr; gap: 18px; padding: 34px 0; }
  .solution-card--red { padding: 28px; }
  .materials-table { min-width: 760px; }
  .authority-grid article { min-height: auto; padding: 28px; }
  .authority-grid article > span { margin-bottom: 30px; }
  .final-cta-grid { grid-template-columns: 1fr; gap: 30px; }
  .lightbox { padding: 14px; }
  .lightbox-close { top: 12px; right: 12px; }
  .machines-hero { min-height: 760px; padding: 125px 0 70px; background-position: center, center, center, 66% 94%; background-size: cover, cover, cover, 168vw auto; }
  .machines-hero .breadcrumbs { margin-bottom: 28px; }
  .machines-hero h1 { font-size: clamp(2.45rem, 11.5vw, 3.65rem); }
  .machines-hero-content { padding: 0 0 210px; }
  .machines-subnav { top: 78px; }
  .machines-subnav a { padding: 15px 17px; }
  .machine-line-heading { align-items: flex-start; flex-direction: column; margin-top: 58px; }
  .machine-catalog-grid { grid-template-columns: 1fr; }
  .catalog-machine, .machine-catalog-grid--chapa .catalog-machine { grid-template-rows: 270px 1fr; }
  .catalog-machine-media img, .machine-catalog-grid--chapa .catalog-machine-media img { max-height: 225px; }
  .catalog-machine-content { padding: 25px 24px 29px; }
  .pp-upgrade-grid, .explainer-grid, .machines-final-cta .cta-grid { grid-template-columns: 1fr; }
  .pp-diagram { min-height: 300px; }
  .polymer-grid { grid-template-columns: repeat(2, 1fr); }
  .polymer-grid a { min-height: 145px; }
  .versus-grid { grid-template-columns: 1fr; }
  .versus-mark { margin: -18px auto; }
  .explainer-grid > div:last-child { padding: 30px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .internal-hero { min-height: auto; padding: 125px 0 70px; }
  .product-hero { min-height: auto; padding: 125px 0 0; }
  .internal-hero-grid { min-height: auto; }
  .internal-hero h1 { font-size: clamp(2.4rem, 11vw, 3.55rem); }
  .product-hero .breadcrumbs { margin-bottom: 30px; }
  .product-hero-heading { padding: 18px 0 26px; }
  .product-hero h1 { font-size: clamp(4rem, 21vw, 7rem); }
  .product-hero-statement { padding-left: 20px; }
  .product-hero-statement strong { font-size: 1.45rem; }
  .internal-model-grid, .internal-model-grid--two, .feature-grid, .split-content, .decision-grid, .contact-channel-grid { grid-template-columns: 1fr; }
  .internal-model-grid article { min-height: 470px; }
  .split-content > div:last-child:not(.heat-card):not(.address-panel) { padding: 28px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .material-directory { grid-template-columns: repeat(2,1fr); }
  .material-directory a { min-height: 145px; }
  .specification-grid { grid-template-columns: repeat(2,1fr); }
  .product-configurations-head { display: block; }
  .product-configurations-head .eyebrow { margin-bottom: 12px; }
  .product-config-grid { grid-template-columns: 1fr; }
  .product-config-grid article > div { grid-template-columns: 1fr; gap: 5px; }
  .product-hero-machine { min-height: 270px; margin-top: 38px; }
  .product-hero-machine img { width: 108%; max-height: 390px; margin-left: -4%; }
  .product-process { grid-template-columns: 1fr; }
  .country-list { grid-template-columns: 1fr 1fr; }
  .about-numbers { grid-template-columns: 1fr 1fr; }
  .about-numbers article:nth-child(2) { border-right: 0; }
  .about-numbers article { border-bottom: 1px solid var(--line); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .site-preloader { display: none !important; }
  .journey-line { display: none; }
  .hero::before { animation: none !important; clip-path: none !important; }
  .machine-motion.is-static { height: auto; padding: 80px 0; }
  .machine-motion.is-static .machine-motion-sticky { position: relative; top: auto; height: 680px; }
  .machine-motion.is-static .machine-motion-item:first-child { opacity: 1 !important; transform: translate3d(calc(-50% + var(--machine-x)), -38%, 0) scale(.92) !important; }
}

/* Home 2 — experiência industrial 3D isolada da home principal */
.home2-page {
  --home2-red: #e30613;
  --home2-paper: #f3f3f1;
  position: relative;
  overflow: clip;
  color: #f7f7f5;
  background: #08090a;
  isolation: isolate;
}
.home2-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 38%, rgba(105,6,11,.22), transparent 31%), linear-gradient(115deg, #050607, #0b0c0e 55%, #030304);
}
.home2-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  opacity: .12;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, #000, transparent 76%);
}
.home2-canvas-shell { position: fixed; inset: 0; z-index: 4; pointer-events: none; }
.home2-layout-switcher { position: fixed; z-index: 30; top: 96px; right: 22px; display: flex; align-items: center; padding: 4px; color: white; background: rgba(7,8,9,.78); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.home2-layout-switcher a, .home2-layout-switcher span { display: block; padding: 8px 13px; color: #aaa; border-radius: 999px; font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home2-layout-switcher a:hover { color: white; }
.home2-layout-switcher span { color: white; background: var(--home2-red); }
.home2-canvas { display: block; width: 100%; height: 100%; opacity: 0; transition: opacity .8s ease; }
.home2-webgl-ready .home2-canvas { opacity: 1; }
.home2-static-t { display: none; position: absolute; top: 50%; left: 50%; width: min(34vw, 360px); aspect-ratio: 1.05; transform: translate(-50%,-50%); filter: drop-shadow(0 20px 44px rgba(227,6,19,.42)); }
.home2-static-t i, .home2-static-t b { position: absolute; display: block; background: linear-gradient(120deg, #ff4851, #bd000b 48%, #ff2632 70%, #680007); border: 1px solid #ff5961; box-shadow: inset 8px 8px 16px rgba(255,255,255,.25), inset -8px -10px 18px rgba(55,0,0,.5); }
.home2-static-t i { width: 100%; height: 27%; border-radius: 10px; }
.home2-static-t b { width: 27%; height: 79%; left: 36.5%; top: 21%; border-radius: 0 0 10px 10px; }
.home2-no-webgl .home2-static-t { display: block; }
.home2-journey { position: relative; z-index: 3; min-height: 400vh; }
.home2-hero, .home2-story, .home2-logo-lock { position: relative; min-height: 100vh; }
.home2-hero { display: grid; align-items: center; padding: 140px 0 60px; }
.home2-tech-orbit { position: absolute; z-index: 0; width: min(72vw, 980px); aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(227,6,19,.2); border-radius: 50%; }
.home2-tech-orbit::before, .home2-tech-orbit::after, .home2-tech-orbit i { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(227,6,19,.13); border-radius: 50%; animation: home2-spin 28s linear infinite; }
.home2-tech-orbit::after { inset: 23%; border-style: dashed; animation-direction: reverse; animation-duration: 18s; }
.home2-tech-orbit i:nth-child(2) { inset: 38%; border-color: rgba(227,6,19,.3); }
.home2-tech-orbit i:nth-child(3) { inset: -2%; border-top-color: transparent; border-bottom-color: transparent; animation-duration: 36s; }
@keyframes home2-spin { to { transform: rotate(360deg); } }
.home2-hero-grid { position: relative; z-index: 6; display: grid; grid-template-columns: minmax(260px, .85fr) 1.45fr .48fr; align-items: center; gap: clamp(35px,5vw,90px); width: min(100% - 80px, 1500px); }
.home2-kicker, .home2-story-copy > span, .home2-section-head p { margin: 0 0 18px; color: #ff3a44; font: 700 .72rem/1.3 var(--font-sans); letter-spacing: .2em; text-transform: uppercase; }
.home2-hero-copy h1 { max-width: 520px; margin: 0; color: white; font-size: clamp(3.1rem,5.4vw,6rem); line-height: .91; letter-spacing: -.065em; text-transform: uppercase; }
.home2-hero-copy h1 span { display: block; color: var(--home2-red); }
.home2-hero-copy > p:not(.home2-kicker) { max-width: 390px; margin: 28px 0 34px; color: #b9b9bb; font-size: clamp(.98rem,1.2vw,1.14rem); line-height: 1.7; }
.home2-outline-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; min-width: 255px; padding: 16px 19px; color: white; border: 1px solid #6b6b6d; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: border-color .25s, background .25s; }
.home2-outline-button:hover { color: white; border-color: var(--home2-red); background: rgba(227,6,19,.1); }
.home2-outline-button span { color: #ff1c28; font-size: 1.25rem; }
.home2-hero-note { display: grid; gap: 5px; align-self: end; padding: 0 0 6vh 22px; border-left: 1px solid rgba(255,255,255,.2); }
.home2-hero-note strong { color: white; font-size: clamp(2rem,3.3vw,3.8rem); line-height: 1; }
.home2-hero-note span { max-width: 155px; color: #9d9da0; font-size: .75rem; line-height: 1.5; text-transform: uppercase; }
.home2-scroll-cue { position: absolute; z-index: 7; right: 4vw; bottom: 7vh; display: flex; align-items: center; gap: 12px; color: #b9b9bb; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.home2-scroll-cue i { width: 22px; height: 39px; border: 1px solid #bbb; border-radius: 13px; }
.home2-scroll-cue i::after { content: ""; display: block; width: 2px; height: 8px; margin: 7px auto; background: var(--home2-red); animation: home2-wheel 1.7s ease-in-out infinite; }
@keyframes home2-wheel { 50% { transform: translateY(12px); opacity: .2; } }
.home2-story { display: grid; align-items: center; padding: 100px 0; }
.home2-story::before { content: ""; position: absolute; left: 8vw; right: 8vw; top: 50%; border-top: 1px solid rgba(255,255,255,.08); }
.home2-story-grid { position: relative; z-index: 6; display: grid; grid-template-columns: 1fr 1fr; gap: 13vw; width: min(100% - 80px, 1380px); }
.home2-story-copy { max-width: 450px; padding: 36px; background: rgba(7,8,9,.68); border: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.home2-story-copy h2 { margin: 0; color: white; font-size: clamp(2.2rem,4.2vw,4.7rem); line-height: .98; letter-spacing: -.055em; }
.home2-story-copy p { margin: 24px 0; color: #a8a8aa; line-height: 1.75; }
.home2-story-copy a { color: white; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home2-story-copy a:hover { color: #ff323d; }
.home2-mini-stats { display: flex; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); }
.home2-mini-stats b { color: white; font-size: 1.65rem; }
.home2-mini-stats small { display: block; margin-top: 4px; color: #858589; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }
.home2-logo-lock { z-index: 5; display: grid; place-items: center; text-align: center; }
.home2-logo-stage { position: relative; z-index: 6; display: grid; justify-items: center; width: min(900px, 86vw); }
.home2-logo-stage > p { margin: 0 0 8px; color: #c7c7c7; font-size: clamp(.72rem,1.25vw,1.05rem); letter-spacing: clamp(.35em,1vw,.85em); text-transform: uppercase; }
.home2-logo-letters { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; width: min(580px,65vw); height: clamp(120px,13vw,175px); line-height: .75; }
.home2-logo-letters span { color: #aaa; font-size: clamp(8rem,17vw,14rem); font-weight: 900; letter-spacing: -.13em; text-shadow: 0 2px #fff, 0 -2px #262626, 0 14px 30px #000; background: repeating-linear-gradient(90deg,#e3e3e3 0,#6a6a6a 2px,#bebebe 4px,#333 6px); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home2-t-target { display: block; width: 100%; height: 100%; transform: translateY(-67%); }
.home2-logo-stage h2 { position: relative; margin: 22px 0 12px; padding: 0 65px; color: #e6e6e6; font-size: clamp(1.55rem,3vw,2.55rem); letter-spacing: .02em; text-transform: uppercase; }
.home2-logo-stage h2::before, .home2-logo-stage h2::after { content: ""; position: absolute; top: 50%; width: 48px; border-top: 1px solid var(--home2-red); }
.home2-logo-stage h2::before { left: 0; }.home2-logo-stage h2::after { right: 0; }
.home2-logo-stage > a { color: #8f8f92; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.home2-logo-stage > a b { color: var(--home2-red); }
.home2-no-webgl .home2-t-target { position: relative; }
.home2-no-webgl .home2-t-target::before { content: "T"; display: grid; place-items: center; height: 100%; color: var(--home2-red); font-size: clamp(7rem,16vw,13rem); font-style: normal; font-weight: 950; letter-spacing: -.08em; text-shadow: 0 1px #ff5a62, 0 9px 25px rgba(227,6,19,.4); }

.home2-portfolio, .home2-materials, .home2-final { position: relative; z-index: 8; color: #161719; background: var(--home2-paper); }
.home2-portfolio { padding: clamp(90px,11vw,170px) 0; }
.home2-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 70px; }
.home2-section-head h2, .home2-materials h2 { max-width: 800px; margin: 0; color: #151618; font-size: clamp(2.7rem,5.6vw,6.5rem); line-height: .92; letter-spacing: -.065em; }
.home2-section-head > a { padding-bottom: 7px; color: #151618; border-bottom: 1px solid var(--home2-red); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.home2-machine-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.home2-machine-grid > a { position: relative; display: grid; grid-template-rows: 300px auto auto; min-width: 0; padding: 18px 22px 26px; overflow: hidden; color: #17181a; background: #e9e9e6; border: 1px solid #d4d4d0; transition: transform .35s, border-color .35s; }
.home2-machine-grid > a:hover { transform: translateY(-8px); border-color: #a7a7a2; }
.home2-machine-grid span { position: absolute; top: 20px; left: 22px; z-index: 2; color: #777; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.home2-machine-grid img { align-self: center; width: 108%; max-height: 270px; margin-left: -4%; object-fit: contain; filter: drop-shadow(0 24px 17px rgba(0,0,0,.17)); transition: transform .45s; }
.home2-machine-grid a:hover img { transform: scale(1.04); }
.home2-machine-grid h3 { margin: 4px 0 5px; font-size: 1.8rem; letter-spacing: -.04em; }
.home2-machine-grid p { margin: 0; color: #6d6d6c; line-height: 1.55; }
.home2-materials { padding: clamp(90px,11vw,160px) 0; background: #dededb; }
.home2-materials-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; }
.home2-materials .home2-outline-button { margin-top: 45px; color: #17181a; border-color: #aaa; }
.home2-material-list { border-top: 1px solid #b5b5b2; }
.home2-material-list a { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 15px; padding: 20px 5px; color: #191a1c; border-bottom: 1px solid #b5b5b2; transition: padding .25s, color .25s; }
.home2-material-list a:hover { padding-left: 13px; color: var(--home2-red); }
.home2-material-list b { font-size: 1.5rem; }.home2-material-list span { color: #646464; }
.home2-final { padding: clamp(95px,12vw,180px) 0; color: white; background: #090a0b; text-align: center; }
.home2-final p { color: #f33740; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.home2-final h2 { max-width: 1000px; margin: 25px auto 45px; color: white; font-size: clamp(2.7rem,5.8vw,6.4rem); line-height: .95; letter-spacing: -.065em; }

body:has(.home2-page) .site-header { color: white; background: linear-gradient(#08090b 10%,rgba(8,9,11,.72),transparent); border-bottom: 0; }
body:has(.home2-page) .site-header a { color: white; }

@media (max-width: 980px) {
  .home2-hero-grid { grid-template-columns: .9fr 1.1fr; width: min(100% - 44px, 900px); }
  .home2-hero-note { display: none; }
  .home2-hero-copy h1 { font-size: clamp(2.7rem,8vw,4.8rem); }
  .home2-story-grid { width: min(100% - 44px,900px); gap: 7vw; }
  .home2-machine-grid { grid-template-columns: 1fr 1fr; }
  .home2-machine-grid > a:last-child { grid-column: 1 / -1; }
  .home2-materials-grid { grid-template-columns: 1fr; gap: 70px; }
}
@media (max-width: 700px) {
  .home2-layout-switcher { top: 84px; right: 12px; }
  .home2-layout-switcher a, .home2-layout-switcher span { padding: 7px 10px; font-size: .54rem; }
  .home2-page::after { background-size: 44px 44px; }
  .home2-journey { min-height: 380vh; }
  .home2-hero { align-items: start; padding-top: 135px; }
  .home2-tech-orbit { width: 150vw; top: 46%; }
  .home2-hero-grid { display: block; width: min(100% - 36px,560px); }
  .home2-hero-copy { position: relative; z-index: 7; }
  .home2-hero-copy h1 { max-width: 340px; font-size: clamp(2.5rem,13vw,4rem); }
  .home2-hero-copy > p:not(.home2-kicker) { max-width: 300px; margin-top: 18px; font-size: .9rem; }
  .home2-outline-button { min-width: 220px; padding: 14px; }
  .home2-scroll-cue { right: 18px; bottom: 28px; }
  .home2-scroll-cue span { display: none; }
  .home2-story { align-items: end; padding-bottom: 12vh; }
  .home2-story-grid { display: block; width: min(100% - 36px,560px); }
  .home2-story--left .home2-story-copy { margin-right: 14%; }
  .home2-story--right .home2-story-copy { margin-left: 14%; }
  .home2-story-copy { padding: 24px; }
  .home2-story-copy h2 { font-size: clamp(2rem,10vw,3rem); }
  .home2-logo-letters { width: 90vw; grid-template-columns: repeat(3,1fr); height: 25vw; }
  .home2-logo-letters span { font-size: 31vw; }
  .home2-logo-stage h2 { margin-top: 10px; }
  .home2-section-head { align-items: start; flex-direction: column; margin-bottom: 42px; }
  .home2-machine-grid { grid-template-columns: 1fr; }
  .home2-machine-grid > a:last-child { grid-column: auto; }
  .home2-machine-grid > a { grid-template-rows: 230px auto auto; }
  .home2-material-list a { grid-template-columns: 65px 1fr auto; }
}
@media (prefers-reduced-motion: reduce) {
  .home2-tech-orbit::before, .home2-tech-orbit::after, .home2-tech-orbit i, .home2-scroll-cue i::after { animation: none !important; }
  .home2-no-webgl .home2-static-t { display: block; position: sticky; top: 30vh; margin: 0 auto; transform: none; opacity: .28; }
}
