

@font-face {
  font-family: "Montserrat 321";
  src: url("./assets/Montserrat-Variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --forest: #1f331b;
  --forest-deep: #0e190d;
  --leaf: #628852;
  --sage: #a7c798;
  --mist: #d0e2c8;
  --orange: #ed6b1d;
  --yellow: #f9b215;
  --blue: #2d5da9;
  --ink: #202020;
  --paper: #f4f2e9;
  --line: rgba(31, 51, 27, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--forest); font-family: "Montserrat 321", Arial, sans-serif; font-synthesis: none; }
a { color: inherit; }
button, input, select { font: inherit; }
::selection { background: var(--orange); color: #fff; }

.section-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: clamp(92px, 12vw, 184px) 0; }
.eyebrow { margin: 0 0 22px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.light { color: var(--sage); }
h1, h2, h3 { margin: 0; font-weight: 780; letter-spacing: -.052em; line-height: .98; text-wrap: balance; }
h2 { font-size: clamp(44px, 6vw, 88px); }
p { line-height: 1.65; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; height: 88px; padding: 0 clamp(22px, 4.5vw, 72px); border-bottom: 1px solid rgba(255,255,255,.1); background: linear-gradient(180deg, rgba(9, 19, 8, .78), rgba(9, 19, 8, .08)); backdrop-filter: blur(5px); }
.brand { display: inline-flex; padding: 7px 11px; background: rgba(255,255,255,.94); text-decoration: none; }
.brand img { width: clamp(152px, 15vw, 215px); height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.6vw, 44px); color: rgba(255,255,255,.82); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a { position: relative; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 0 24px; border: 1px solid currentColor; border-radius: 999px; font-size: 11px; font-weight: 850; letter-spacing: .045em; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; cursor: pointer; }
.header-cta { border-color: var(--orange); background: var(--orange); color: #fff; }
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.button-primary { border-color: var(--orange); background: var(--orange); color: #fff; }
.button-primary:hover { border-color: #ff7a23; background: #ff7a23; }
.button-secondary { border-color: rgba(255,255,255,.34); color: #fff; }
.button-secondary:hover { border-color: #fff; background: #fff; color: var(--forest); }
.button-dark { border-color: var(--forest); background: var(--forest); color: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; padding-bottom: 6px; border-bottom: 1px solid var(--forest); font-size: 12px; font-weight: 820; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: flex-end; padding: 150px clamp(22px, 7vw, 112px) clamp(94px, 12vh, 136px); color: #fff; background: linear-gradient(90deg, rgba(8,18,8,.96) 0%, rgba(12,23,10,.72) 48%, rgba(20,41,19,.22) 78%), linear-gradient(150deg, #1f331b 15%, #395f29 52%, #101b0f 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(5,12,6,.42)); }
.hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.hero-sun { position: absolute; width: 58vw; height: 58vw; right: -16vw; bottom: -26vw; border: 1px solid rgba(167,199,152,.38); border-radius: 50%; box-shadow: 0 0 120px rgba(167,199,152,.14), inset 0 0 100px rgba(167,199,152,.08); }
.hero-structure { position: absolute; right: clamp(-140px, 2vw, 38px); bottom: 5vh; width: min(50vw, 690px); height: min(50vw, 690px); opacity: .55; filter: drop-shadow(0 28px 60px rgba(0,0,0,.32)); }
.structure-roof { position: absolute; bottom: 38%; width: 68%; height: 4.5%; background: var(--sage); transform-origin: left center; }
.structure-roof.one { left: 8%; transform: rotate(-58deg); }
.structure-roof.two { left: 13%; bottom: 36%; width: 62%; opacity: .55; transform: rotate(-58deg); }
.structure-roof.three { left: 18%; bottom: 34%; width: 56%; opacity: .28; transform: rotate(-58deg); }
.structure-base { position: absolute; right: 5%; bottom: 11%; width: 59%; height: 43%; border: 5px solid rgba(208,226,200,.62); border-top: 0; }
.hero-copy { position: relative; z-index: 3; width: min(58vw, 840px); }
.hero h1 { max-width: 100%; font-size: clamp(52px, 6.5vw, 100px); }
.hero-lede { max-width: 690px; margin: 30px 0 0; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.45vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 38px; }
.hero-proof { display: flex; gap: 0; flex-wrap: wrap; margin-top: 48px; color: rgba(255,255,255,.68); font-size: 9px; font-weight: 720; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof span { padding: 0 20px; border-left: 1px solid rgba(255,255,255,.28); }
.hero-proof span:first-child { padding-left: 0; border: 0; }
.scroll-cue { position: absolute; z-index: 4; right: clamp(22px, 5vw, 76px); bottom: 42px; display: flex; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue span { width: 34px; height: 1px; background: var(--orange); }

.logistics-motion {
  --motion-ink: rgba(31,51,27,.72);
  --motion-ground: rgba(255,255,255,.56);
  --motion-road: #263b25;
  --motion-shoulder: rgba(98,136,82,.48);
  --motion-line: #f4f2e9;
  position: fixed;
  z-index: 13;
  top: 110px;
  left: calc(50vw + 110px);
  width: min(27vw, 360px);
  height: min(560px, calc(100svh - 138px));
  pointer-events: none;
  color: var(--motion-ink);
  opacity: .94;
  overflow: hidden;
  transition: left .72s cubic-bezier(.22,1,.36,1), top .72s cubic-bezier(.22,1,.36,1), width .72s cubic-bezier(.22,1,.36,1), height .72s cubic-bezier(.22,1,.36,1), opacity .35s ease, color .35s ease;
}
.logistics-motion.is-dark { --motion-ink: rgba(255,255,255,.72); --motion-ground: rgba(255,255,255,.08); --motion-road: rgba(244,242,233,.2); --motion-shoulder: rgba(167,199,152,.18); --motion-line: #f9b215; }
.logistics-motion.is-hidden { opacity: 0; }
.logistics-motion svg { display: block; width: 100%; height: 100%; overflow: visible; }
.logistics-scene { opacity: 0; will-change: opacity; }
.factory-top-ground { fill: var(--motion-ground); stroke: currentColor; stroke-opacity: .16; stroke-width: 3; }
.factory-rail { fill: none; stroke: #f9b215; stroke-width: 14; stroke-linecap: round; }
.factory-rack { fill: var(--motion-ground); stroke: currentColor; stroke-opacity: .22; stroke-width: 4; }
.factory-lift-line { fill: none; stroke: currentColor; stroke-width: 5; stroke-dasharray: 7 8; }
.factory-top-module, .factory-trolley, .factory-top-truck, .road-top-truck, .arrival-top-truck, .site-moving-module, .site-final-roof { will-change: transform, opacity; }
.road-shoulder, .road-surface, .road-centerline, .site-access-road { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.road-shoulder { stroke: var(--motion-shoulder); stroke-width: 190; }
.road-surface { stroke: var(--motion-road); stroke-width: 146; }
.road-centerline { stroke: var(--motion-line); stroke-width: 7; stroke-dasharray: 25 24; }
.road-landmarks circle { fill: var(--motion-ground); stroke: currentColor; stroke-opacity: .16; stroke-width: 4; }
.road-landmarks path { fill: none; stroke: currentColor; stroke-opacity: .28; stroke-width: 5; stroke-linecap: round; }
.site-access-road { stroke: #7a8f70; stroke-width: 118; }
.site-trees circle { fill: #4f7747; stroke: #83a878; stroke-width: 5; }
.site-pad circle { fill: #ed6b1d; }
.munck-top-arm { stroke: #ed6b1d; stroke-width: 18; stroke-linecap: round; filter: drop-shadow(0 8px 7px rgba(10,20,9,.16)); }
.munck-top-joint { fill: #f9b215; stroke: #1f331b; stroke-width: 7; }
.site-final-roof { opacity: 0; transform-box: fill-box; transform-origin: center; }
.motion-caption text { fill: currentColor; font-family: "Montserrat 321", Arial, sans-serif; font-size: 11px; font-weight: 820; letter-spacing: 1.8px; }
.motion-caption { display: none; }
.motion-slot {
  position: sticky;
  top: 110px;
  align-self: start;
  width: 100%;
  min-width: 0;
  height: min(560px, calc(100svh - 138px));
  min-height: 440px;
  pointer-events: none;
}
.motion-slot-hero {
  position: absolute;
  z-index: 1;
  top: 110px;
  right: clamp(18px, 3vw, 48px);
  width: min(29vw, 430px);
  height: min(610px, calc(100svh - 145px));
}
.section-shell { position: relative; z-index: auto; }
.hero-copy,
.manifesto-grid > *,
.section-heading > *,
.pillar-card > *,
.process-layout > *,
.profile-grid > *,
.territory-layout > *,
.faq-grid > *,
.lead-copy > *,
.lead-form > * { position: relative; z-index: 16; }

.manifesto { background: var(--paper); }
.manifesto-grid { display: grid; grid-template-columns: minmax(0, 1fr) clamp(270px, 25vw, 350px) minmax(0, .82fr); gap: clamp(24px, 3.2vw, 48px); align-items: start; }
.manifesto h2 { max-width: 860px; }
.manifesto-copy { padding-top: 60px; border-top: 1px solid var(--line); }
.manifesto-copy p { margin: 0 0 24px; color: rgba(31,51,27,.76); font-size: clamp(17px, 1.35vw, 20px); }

.pillars { padding: clamp(90px, 11vw, 160px) 0; background: var(--forest); color: #fff; }
.section-heading.horizontal { display: grid; grid-template-columns: 1fr .45fr; gap: 70px; align-items: end; margin-bottom: 70px; }
.section-heading.horizontal h2 { max-width: 850px; }
.section-heading.horizontal > p { margin: 0; color: rgba(255,255,255,.62); font-size: 16px; }
.section-heading.dark-text > p { color: rgba(31,51,27,.65); }
.pillars .section-heading.horizontal { grid-template-columns: minmax(0, 1fr) clamp(270px, 25vw, 350px) minmax(0, 1fr); gap: 1px; }
.pillars .section-heading.horizontal > :first-child { grid-column: 1; }
.pillars .section-heading.horizontal > p { grid-column: 3; padding-left: clamp(24px, 3.2vw, 48px); }
.pillar-grid { display: grid; grid-template-columns: minmax(0, 1fr) clamp(270px, 25vw, 350px) minmax(0, 1fr); grid-template-rows: auto auto; gap: 1px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.14); }
.pillar-grid .motion-slot { grid-column: 2; grid-row: 1 / span 2; min-height: 560px; }
.pillar-grid .pillar-card:nth-of-type(1) { grid-column: 1; grid-row: 1; }
.pillar-grid .pillar-card:nth-of-type(2) { grid-column: 3; grid-row: 1; }
.pillar-grid .pillar-card:nth-of-type(3) { grid-column: 1; grid-row: 2; }
.pillar-grid .pillar-card:nth-of-type(4) { grid-column: 3; grid-row: 2; }
.pillar-card { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(30px, 4vw, 58px); background: #2d4528; }
.pillar-card.featured { min-height: 480px; background: var(--mist); color: var(--forest); }
.pillar-card.dark { background: #101b0f; }
.card-number { align-self: flex-end; color: var(--orange); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.card-kicker { margin: 0 0 12px; color: var(--sage); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.featured .card-kicker { color: var(--leaf); }
.pillar-card h3 { max-width: 620px; font-size: clamp(31px, 3.3vw, 54px); }
.pillar-card p:last-child { max-width: 610px; margin: 20px 0 0; color: rgba(255,255,255,.62); font-size: 15px; }
.pillar-card.featured p:last-child { color: rgba(31,51,27,.68); }

.process { background: #fff; }
.process-layout { display: grid; grid-template-columns: minmax(0, .8fr) clamp(270px, 25vw, 350px) minmax(0, 1.2fr); gap: clamp(24px, 3.2vw, 48px); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro h2 { font-size: clamp(46px, 5vw, 74px); }
.process-intro > p:not(.eyebrow) { max-width: 550px; margin: 28px 0 36px; color: rgba(31,51,27,.67); font-size: 17px; }
.process-list { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { display: grid; grid-template-columns: 75px 1fr; gap: 26px; padding: 38px 0 46px; border-top: 1px solid var(--line); }
.process-list li:last-child { border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--orange); font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.process-list h3 { font-size: clamp(28px, 3vw, 43px); }
.process-list p { max-width: 610px; margin: 14px 0 0; color: rgba(31,51,27,.65); }

.comparison { background: var(--mist); }
.comparison .section-heading.horizontal { grid-template-columns: minmax(0, 1fr) clamp(270px, 25vw, 350px) minmax(0, .45fr); gap: clamp(24px, 3.2vw, 48px); }
.comparison-table { border-top: 1px solid rgba(31,51,27,.24); }
.comparison-row { display: grid; grid-template-columns: .65fr 1fr clamp(270px, 25vw, 350px) 1fr; border-bottom: 1px solid rgba(31,51,27,.2); }
.comparison-row > :nth-child(1) { grid-column: 1; }
.comparison-row > :nth-child(2) { grid-column: 2; }
.comparison-row > :nth-child(3) { grid-column: 4; }
.comparison-row > * { padding: 27px 28px; border-right: 1px solid rgba(31,51,27,.16); font-size: 14px; line-height: 1.45; }
.comparison-row > *:last-child { border: 0; }
.comparison-row > *:nth-child(3) { background: rgba(255,255,255,.38); color: var(--forest); font-weight: 700; }
.comparison-row.head > * { padding-top: 18px; padding-bottom: 18px; color: rgba(31,51,27,.58); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.comparison-note { margin: 18px 0 0; color: rgba(31,51,27,.58); font-size: 11px; }

.profile { overflow: hidden; background: var(--forest-deep); color: #fff; }
.profile-grid { display: grid; grid-template-columns: minmax(0, .78fr) clamp(270px, 25vw, 350px) minmax(0, 1.15fr); gap: clamp(24px, 3.2vw, 48px); align-items: center; }
.profile-visual { position: relative; min-height: 650px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); }
.profile-ring { position: absolute; border: 1px solid rgba(167,199,152,.22); border-radius: 50%; }
.ring-one { width: 470px; height: 470px; }
.ring-two { width: 290px; height: 290px; }
.profile-mark { position: relative; z-index: 2; font-size: clamp(100px, 12vw, 182px); font-weight: 850; letter-spacing: -.14em; }
.profile-mark > span { color: var(--yellow); }
.profile-mark > b { color: var(--blue); }
.profile-visual > p { position: absolute; left: 34px; bottom: 28px; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 750; letter-spacing: .15em; line-height: 1.8; text-transform: uppercase; }
.profile-content h2 { max-width: 760px; }
.profile-items { margin-top: 60px; }
.profile-items > div { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); }
.profile-items > div:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.profile-items span { color: var(--orange); font-size: 10px; font-weight: 850; }
.profile-items p { margin: 0; color: rgba(255,255,255,.7); font-size: 16px; }

.territory { background: var(--paper); }
.territory-layout { display: grid; grid-template-columns: minmax(0, 1fr) clamp(270px, 25vw, 350px) minmax(0, .65fr); gap: clamp(24px, 3.2vw, 48px); align-items: end; }
.territory-copy > p { margin: 0 0 30px; color: rgba(31,51,27,.65); font-size: 17px; }
.territory-map { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(8, 1fr); gap: 1px; margin-top: 28px; padding: 1px; background: var(--line); }
.territory-map span { position: relative; aspect-ratio: 1.5; background: #e1e4d6; }
.territory-map span::after { content: ""; position: absolute; width: 8px; height: 8px; left: 50%; top: 50%; border: 1px solid var(--leaf); border-radius: 50%; transform: translate(-50%, -50%); }
.territory-map span.active { background: var(--leaf); }
.territory-map span.active::after { border-color: #fff; background: var(--orange); box-shadow: 0 0 0 8px rgba(237,107,29,.2); }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: minmax(0, .7fr) clamp(270px, 25vw, 350px) minmax(0, 1.3fr); gap: clamp(24px, 3.2vw, 48px); }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro h2 { font-size: clamp(46px, 5vw, 76px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 29px 0; list-style: none; cursor: pointer; font-size: clamp(19px, 2vw, 27px); font-weight: 720; letter-spacing: -.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: none; color: var(--orange); font-size: 26px; font-weight: 400; transition: transform .38s cubic-bezier(.22,1,.36,1), color .25s ease; }
.faq-list details[open] summary span, .faq-list details.is-expanded summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -4px 0 30px; color: rgba(31,51,27,.64); }
.faq-list.faq-enhanced .faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s cubic-bezier(.22,1,.36,1); }
.faq-list.faq-enhanced .faq-answer > div { min-height: 0; overflow: hidden; }
.faq-list.faq-enhanced .faq-answer p { margin: 0; padding: 0 0 30px; opacity: 0; transform: translateY(-10px); transition: opacity .28s ease, transform .38s cubic-bezier(.22,1,.36,1); }
.faq-list.faq-enhanced details[open] summary span { transform: none; }
.faq-list.faq-enhanced details.is-expanded summary span { transform: rotate(45deg); }
.faq-list.faq-enhanced details.is-expanded .faq-answer { grid-template-rows: 1fr; }
.faq-list.faq-enhanced details.is-expanded .faq-answer p { opacity: 1; transform: none; transition-delay: .06s; }
.faq-list.faq-enhanced details.is-closing summary span { color: var(--yellow); }

@media (min-width: 721px) {
  .process,
  .comparison,
  .profile,
  .territory { padding-bottom: clamp(480px, 68vh, 640px); }
}

.lead-section { display: grid; grid-template-columns: minmax(0, .9fr) clamp(270px, 25vw, 350px) minmax(0, 1.1fr); min-height: 850px; background: var(--forest); color: #fff; }
.lead-copy, .lead-form { min-width: 0; padding: clamp(70px, 8vw, 124px) clamp(30px, 4vw, 60px); }
.lead-copy { position: relative; display: flex; flex-direction: column; justify-content: center; overflow: hidden; background: linear-gradient(145deg, #0f1d10, #294525); }
.lead-copy::after { content: "321"; position: absolute; right: -30px; bottom: -70px; color: rgba(255,255,255,.035); font-size: 280px; font-weight: 850; letter-spacing: -.12em; }
.lead-copy h2 { max-width: 730px; font-size: clamp(40px, 3.65vw, 58px); overflow-wrap: break-word; text-wrap: pretty; }
.lead-copy > p:not(.eyebrow) { max-width: 580px; margin: 30px 0 0; color: rgba(255,255,255,.66); font-size: 17px; }
.lead-signature { position: relative; z-index: 2; display: flex; align-items: center; gap: 25px; margin-top: 70px; }
.lead-signature > span { color: var(--orange); font-size: 48px; font-weight: 850; letter-spacing: -.1em; }
.lead-signature > p { margin: 0; padding-left: 25px; border-left: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.55); font-size: 10px; font-weight: 750; letter-spacing: .12em; line-height: 1.75; text-transform: uppercase; }
.lead-form { display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(31,51,27,.14); background: radial-gradient(circle at 100% 0, rgba(167,199,152,.42), transparent 42%), linear-gradient(145deg, #f7f5ee, #e7ebdf); color: var(--forest); }
.form-heading { margin-bottom: 34px; padding-bottom: 25px; border-bottom: 1px solid rgba(31,51,27,.17); }
.form-heading span { color: var(--orange); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.form-heading h3 { max-width: 560px; margin-top: 12px; font-size: clamp(30px, 3vw, 45px); }
.form-heading p { max-width: 560px; margin: 14px 0 0; color: rgba(31,51,27,.58); font-size: 12px; line-height: 1.55; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: grid; gap: 9px; margin-bottom: 18px; color: rgba(31,51,27,.72); font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.lead-form input, .lead-form select { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid rgba(31,51,27,.16); border-radius: 14px; outline: none; background-color: rgba(255,255,255,.76); color: var(--forest); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 8px 22px rgba(31,51,27,.035); font-size: 14px; font-weight: 570; letter-spacing: 0; text-transform: none; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.lead-form select { appearance: none; padding-right: 48px; background-image: linear-gradient(45deg, transparent 50%, var(--forest) 50%), linear-gradient(135deg, var(--forest) 50%, transparent 50%); background-position: calc(100% - 22px) 25px, calc(100% - 16px) 25px; background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; cursor: pointer; }
.lead-form input:hover, .lead-form select:hover { border-color: rgba(98,136,82,.55); background-color: rgba(255,255,255,.94); }
.lead-form input:focus, .lead-form select:focus { border-color: var(--leaf); background-color: #fff; box-shadow: 0 0 0 4px rgba(98,136,82,.14), 0 14px 28px rgba(31,51,27,.06); }
.lead-form label.has-field-feedback { position: relative; }
.field-feedback { position: absolute; top: 0; right: 2px; color: rgba(31,51,27,.48); font-size: 8px; font-weight: 800; letter-spacing: .06em; line-height: 1; text-transform: uppercase; transition: color .2s ease, opacity .2s ease; }
.field-feedback.is-valid { color: var(--leaf); }
.field-feedback.is-invalid { color: var(--orange); }
.lead-form input.is-valid { border-color: rgba(98,136,82,.78); background-color: rgba(255,255,255,.96); box-shadow: 0 0 0 3px rgba(98,136,82,.1); }
.lead-form input.is-invalid { border-color: rgba(237,107,29,.78); background-color: rgba(255,255,255,.96); box-shadow: 0 0 0 3px rgba(237,107,29,.1); }
.custom-select { position: relative; min-width: 0; }
.custom-select.is-open { z-index: 100; }
.lead-form label:has(.custom-select.is-open),
.lead-form .field-row:has(.custom-select.is-open),
.lead-form label:has(.city-combobox.is-open),
.lead-form .field-row:has(.city-combobox.is-open) { z-index: 120; }
.lead-form .custom-select-native { position: absolute; z-index: -1; inset: 0; width: 1px; min-height: 1px; padding: 0; opacity: 0; pointer-events: none; }
.custom-select-trigger { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: space-between; gap: 18px; padding: 0 18px; border: 1px solid rgba(31,51,27,.16); border-radius: 14px; outline: none; background: rgba(255,255,255,.76); color: rgba(31,51,27,.58); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 8px 22px rgba(31,51,27,.035); font-size: 14px; font-weight: 570; text-align: left; cursor: pointer; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.custom-select-trigger:hover { border-color: rgba(98,136,82,.55); background: rgba(255,255,255,.94); }
.custom-select-trigger:focus-visible,
.custom-select.is-open .custom-select-trigger { border-color: var(--leaf); background: #fff; box-shadow: 0 0 0 4px rgba(98,136,82,.14), 0 14px 28px rgba(31,51,27,.06); }
.custom-select-trigger.has-value { color: var(--forest); }
.custom-select-trigger.is-invalid { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(237,107,29,.14); }
.custom-select-trigger i { position: relative; width: 13px; height: 8px; flex: none; }
.custom-select-trigger i::before,
.custom-select-trigger i::after { content: ""; position: absolute; top: 2px; width: 8px; height: 2px; border-radius: 2px; background: var(--forest); transition: transform .25s ease; }
.custom-select-trigger i::before { left: 0; transform: rotate(42deg); }
.custom-select-trigger i::after { right: 0; transform: rotate(-42deg); }
.custom-select.is-open .custom-select-trigger i::before { transform: rotate(-42deg); }
.custom-select.is-open .custom-select-trigger i::after { transform: rotate(42deg); }
.custom-select-menu { position: absolute; z-index: 80; top: calc(100% + 8px); right: 0; left: 0; max-height: 230px; padding: 7px; overflow-y: auto; visibility: hidden; border: 1px solid rgba(31,51,27,.16); border-radius: 16px; background: rgba(247,246,238,.98); box-shadow: 0 22px 55px rgba(20,36,17,.2); opacity: 0; transform: translateY(-8px) scale(.985); transform-origin: top center; pointer-events: none; transition: opacity .2s ease, transform .25s cubic-bezier(.22,1,.36,1), visibility .2s; backdrop-filter: blur(18px); }
.custom-select.opens-up .custom-select-menu { top: auto; bottom: calc(100% + 8px); transform-origin: bottom center; transform: translateY(8px) scale(.985); }
.custom-select.is-open .custom-select-menu { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.custom-select-option { display: flex; width: 100%; min-height: 42px; align-items: center; padding: 9px 12px; border: 0; border-radius: 10px; background: transparent; color: var(--forest); font-size: 13px; font-weight: 620; text-align: left; cursor: pointer; transition: color .18s ease, background .18s ease, transform .18s ease; }
.custom-select-option:hover,
.custom-select-option:focus-visible { outline: none; background: rgba(98,136,82,.13); transform: translateX(2px); }
.custom-select-option[aria-selected="true"] { background: var(--forest); color: #fff; }
.custom-select-option[aria-selected="true"]::after { content: "✓"; margin-left: auto; color: var(--yellow); font-weight: 900; }
.city-combobox { position: relative; min-width: 0; }
.city-combobox::after { content: ""; position: absolute; z-index: 2; top: 18px; right: 18px; width: 10px; height: 10px; border: 2px solid var(--forest); border-radius: 50%; opacity: .62; pointer-events: none; }
.city-combobox::before { content: ""; position: absolute; z-index: 3; top: 29px; right: 14px; width: 7px; height: 2px; border-radius: 2px; background: var(--forest); opacity: .62; transform: rotate(45deg); pointer-events: none; }
.city-combobox > input { padding-right: 46px; }
.city-combobox > input:disabled { cursor: wait; opacity: .7; }
.city-options { position: absolute; z-index: 90; top: calc(100% + 8px); right: 0; left: 0; max-height: 250px; padding: 7px; overflow-y: auto; visibility: hidden; border: 1px solid rgba(31,51,27,.16); border-radius: 16px; background: rgba(247,246,238,.98); box-shadow: 0 22px 55px rgba(20,36,17,.2); opacity: 0; transform: translateY(-8px) scale(.985); transform-origin: top center; pointer-events: none; transition: opacity .2s ease, transform .25s cubic-bezier(.22,1,.36,1), visibility .2s; backdrop-filter: blur(18px); }
.city-combobox.opens-up .city-options { top: auto; bottom: calc(100% + 8px); transform-origin: bottom center; transform: translateY(8px) scale(.985); }
.city-combobox.is-open .city-options { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.city-option { display: flex; min-height: 42px; align-items: center; padding: 9px 12px; border-radius: 10px; color: var(--forest); font-size: 13px; font-weight: 620; letter-spacing: 0; text-transform: none; cursor: pointer; transition: color .18s ease, background .18s ease, transform .18s ease; }
.city-option:hover,
.city-option:focus-visible { outline: none; background: rgba(98,136,82,.13); transform: translateX(2px); }
.city-option[aria-selected="true"] { background: var(--forest); color: #fff; }
.city-option[aria-selected="true"]::after { content: "✓"; margin-left: auto; color: var(--yellow); font-weight: 900; }
.city-option-empty { margin: 0; padding: 13px 12px; color: rgba(31,51,27,.5); font-size: 11px; font-weight: 650; letter-spacing: 0; text-transform: none; }
.consent { grid-template-columns: auto 1fr; align-items: start; margin: 8px 0 24px !important; color: rgba(31,51,27,.64); font-weight: 600 !important; letter-spacing: 0 !important; line-height: 1.5; text-transform: none !important; }
.consent input { width: 20px; min-height: 20px; margin: 0; border-radius: 6px; accent-color: var(--orange); }
.submit-button { width: 100%; min-height: 58px; border: 0; box-shadow: 0 12px 28px rgba(237,107,29,.2); }
.submit-button:disabled { cursor: wait; opacity: .72; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
#form-security { max-width: 100%; margin-block: 8px; }
.form-message.is-error { border-left-color: #b94129; }
.form-message { margin: 16px 0 0; padding: 13px 15px; border-left: 3px solid var(--leaf); background: rgba(98,136,82,.12); color: var(--forest); font-size: 14px; }
.form-legal { margin: 18px 0 0; color: rgba(31,51,27,.5); font-size: 9px; line-height: 1.55; }

.site-footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 38px clamp(24px, 7vw, 110px); border-top: 1px solid rgba(31,51,27,.15); background: var(--paper); }
.site-footer img { width: 185px; }
.site-footer > div { text-align: right; }
.site-footer a { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-footer p { margin: 14px 0 0; color: rgba(31,51,27,.5); font-size: 9px; }
.footer-credit-bar { display: flex; align-items: center; justify-content: flex-end; gap: 8px; margin: 0; padding: 0 clamp(24px, 7vw, 110px) 28px; background: var(--paper); color: rgba(31,51,27,.68); font-size: 10px; line-height: 1; }
.footer-credit-bar > span { display: inline-flex; align-items: center; }
.footer-developer-link { display: inline-flex; align-items: center; border-radius: 5px; line-height: 0; transform: translateY(-1px); transition: opacity .2s ease, transform .2s ease; }
.footer-developer-link img { display: block; width: 104px; height: auto; }
.footer-developer-link:hover { opacity: .76; transform: translateY(-2px); }
.footer-developer-link:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .manifesto-grid, .process-layout, .profile-grid, .faq-grid { grid-template-columns: 1fr; }
  .comparison .section-heading.horizontal, .territory-layout { grid-template-columns: 1fr; }
  .pillars .section-heading.horizontal { grid-template-columns: 1fr 1fr; gap: 34px; }
  .pillars .section-heading.horizontal > :first-child, .pillars .section-heading.horizontal > p { grid-column: auto; padding-left: 0; }
  .manifesto-copy { padding-top: 0; border-top: 0; }
  .process-intro, .faq-intro { position: static; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .pillar-grid .motion-slot { grid-column: 1 / -1; grid-row: 2; }
  .pillar-grid .pillar-card:nth-of-type(1) { grid-column: 1; grid-row: 1; }
  .pillar-grid .pillar-card:nth-of-type(2) { grid-column: 2; grid-row: 1; }
  .pillar-grid .pillar-card:nth-of-type(3) { grid-column: 1; grid-row: 3; }
  .pillar-grid .pillar-card:nth-of-type(4) { grid-column: 2; grid-row: 3; }
  .motion-slot:not(.motion-slot-hero) { position: relative; top: auto; height: 360px; min-height: 360px; }
  .logistics-motion { transition: left .48s cubic-bezier(.22,1,.36,1), width .48s cubic-bezier(.22,1,.36,1), height .48s cubic-bezier(.22,1,.36,1), opacity .3s ease, color .3s ease; }
  .comparison-row { grid-template-columns: .65fr 1fr 1fr; }
  .comparison-row > :nth-child(1), .comparison-row > :nth-child(2), .comparison-row > :nth-child(3) { grid-column: auto; }
  .profile-visual { min-height: 500px; }
  .lead-section { grid-template-columns: 1fr; }
  .lead-section > .motion-slot { background: var(--forest); }
  .lead-copy { min-height: 680px; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 32px, 1320px); }
  .section-pad { padding: 88px 0; }
  .site-header { height: 70px; padding-inline: 14px; }
  .brand { padding: 6px 8px; }
  .brand img { width: 132px; }
  .header-cta { min-height: 40px; padding: 0 12px; font-size: 8px; }
  .hero { min-height: max(100svh, 1120px); align-items: flex-start; padding: 112px 20px 430px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lede { font-size: 16px; }
  .hero-structure { right: -40vw; bottom: 2vh; width: 105vw; height: 105vw; opacity: .22; }
  .hero-actions { display: grid; }
  .hero-proof { display: grid; gap: 11px; }
  .hero-proof span { padding: 0; border: 0; }
  .scroll-cue { left: 20px; right: auto; bottom: 30px; }
  .logistics-motion { top: 78px; left: 16px; width: calc(100vw - 32px); height: 300px; opacity: .9; transition-duration: .48s; }
  .motion-slot:not(.motion-slot-hero) { height: 300px; min-height: 300px; margin-block: 8px; }
  .motion-slot-hero { top: auto; right: 16px; bottom: 66px; left: 16px; width: auto; height: 340px; min-height: 300px; }
  .road-top-truck { transform-box: fill-box; transform-origin: center; scale: 1.18; }
  .motion-caption { display: none; }
  .manifesto-grid, .section-heading.horizontal, .territory-layout { grid-template-columns: 1fr; gap: 34px; }
  .pillars .section-heading.horizontal { grid-template-columns: 1fr; }
  .manifesto-copy p { font-size: 16px; }
  .section-heading.horizontal { margin-bottom: 42px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid .pillar-card:nth-of-type(1) { grid-column: 1; grid-row: 1; }
  .pillar-grid .pillar-card:nth-of-type(2) { grid-column: 1; grid-row: 2; }
  .pillar-grid .motion-slot { grid-column: 1; grid-row: 3; }
  .pillar-grid .pillar-card:nth-of-type(3) { grid-column: 1; grid-row: 4; }
  .pillar-grid .pillar-card:nth-of-type(4) { grid-column: 1; grid-row: 5; }
  .pillar-card, .pillar-card.featured { min-height: 370px; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 10px; }
  .comparison-table { overflow-x: auto; }
  .comparison-row { min-width: 760px; }
  .comparison-row > * { padding: 20px 16px; }
  .profile-visual { min-height: 430px; }
  .ring-one { width: 330px; height: 330px; }
  .ring-two { width: 210px; height: 210px; }
  .territory-map { grid-template-columns: repeat(4, 1fr); }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead-copy, .lead-form { padding: 80px 22px; }
  .lead-copy { min-height: 620px; }
  .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer > div { text-align: left; }
  .footer-credit-bar { justify-content: flex-start; padding-right: 24px; padding-left: 24px; }
  .footer-developer-link img { width: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .logistics-motion { transition: none; }
}



/* Cabeçalho preservado da versão atual */
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .8rem 1rem; color: #fff; background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { inset: auto; top: 1rem; left: 50%; width: min(1180px, calc(100% - 2rem)); height: 4.5rem; justify-content: flex-start; gap: 2rem; padding: .65rem .75rem .65rem 1.3rem; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(21,39,18,.68); backdrop-filter: blur(18px); transform: translateX(-50%); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled { background: rgba(20,36,17,.92); box-shadow: 0 1rem 3rem rgba(0,0,0,.14); }
.site-header .brand { width: 9rem; padding: 0; background: transparent; filter: brightness(0) invert(1); }
.site-header .brand img { width: 100%; }
.site-header .desktop-nav { margin-left: auto; gap: 1.5rem; color: #fff; font-size: .68rem; letter-spacing: 0; text-transform: none; }
.header-current-cta { display: inline-flex; min-height: 3.1rem; align-items: center; justify-content: center; padding: .8rem 1.2rem; color: #171717; background: var(--yellow); border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .025em; text-decoration: none; white-space: nowrap; transition: transform .2s, background .2s; }
.header-current-cta:hover { background: #ffc33b; transform: translateY(-2px); }
@media (max-width: 900px) { .site-header { top: .65rem; width: calc(100% - 1rem); height: 4rem; padding-left: 1rem; } .site-header .brand { width: 7.8rem; margin-right: auto; } .header-current-cta { min-height: 2.8rem; padding-inline: .9rem; font-size: .58rem; } }

/* Movimento e acabamento — sem alterar a composição da landing page */
.profile-mark { color: var(--orange); }

.site-header {
  overflow: hidden;
  border-color: rgba(255,255,255,.24);
  background: linear-gradient(135deg, rgba(55,96,50,.36), rgba(11,28,15,.2) 48%, rgba(72,117,62,.26));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), inset 0 -1px 0 rgba(255,255,255,.06), 0 18px 48px rgba(3,12,5,.16);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
}
.site-header.is-scrolled {
  background: linear-gradient(135deg, rgba(24,63,27,.72), rgba(7,31,18,.58) 52%, rgba(36,87,41,.66));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 -1px 0 rgba(255,255,255,.06), 0 18px 48px rgba(3,12,5,.22);
}
.site-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: -110% -18%;
  pointer-events: none;
  background: radial-gradient(circle at 24% 50%, rgba(255,255,255,.2), transparent 22%), radial-gradient(circle at 72% 42%, rgba(167,199,152,.2), transparent 26%);
}
.site-header > * { position: relative; z-index: 1; }

.hero-copy > * { animation: heroContentIn .8s cubic-bezier(.22,1,.36,1) both; }
.hero-copy > :nth-child(2) { animation-delay: .08s; }
.hero-copy > :nth-child(3) { animation-delay: .16s; }
.hero-copy > :nth-child(4) { animation-delay: .24s; }
.hero-copy > :nth-child(5) { animation-delay: .32s; }
.hero-structure { animation: structureFloat 8s ease-in-out infinite; }
.scroll-cue span { transform-origin: left; animation: scrollCue 2.2s ease-in-out infinite; }
.button span, .header-current-cta { transition: transform .25s ease, background .25s ease; }
.button:hover span { transform: translate(3px, -3px); }

.pillar-card { transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease; }
.pillar-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 24px 50px rgba(6,15,7,.18); }
.process-list li > div { transition: transform .3s ease; }
.process-list li:hover > div { transform: translateX(8px); }
.comparison-row { transition: background-color .25s ease; }
.comparison-row:not(.head):hover { background: rgba(255,255,255,.2); }
.profile-ring { animation: ringBreathe 6s ease-in-out infinite; }
.ring-two { animation-delay: -3s; }
.territory-map span.active::after { animation: territorySignal 2.3s ease-out infinite; }

.motion-ready [data-reveal] {
  opacity: 1;
  transform: translateY(22px);
  transition: transform .8s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0ms);
}
.motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes heroContentIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes structureFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes scrollCue { 0%, 100% { transform: scaleX(.25); opacity: .45; } 50% { transform: scaleX(1); opacity: 1; } }
@keyframes ringBreathe { 0%, 100% { transform: scale(.96); opacity: .55; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes territorySignal { 0% { box-shadow: 0 0 0 0 rgba(237,107,29,.38); } 75%, 100% { box-shadow: 0 0 0 20px rgba(237,107,29,0); } }

@media (prefers-reduced-motion: reduce) {
  .site-header::before, .site-header::after, .hero-copy > *, .hero-structure, .scroll-cue span, .profile-ring, .territory-map span.active::after { animation: none; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Scrollytelling logístico: a página pausa enquanto cada operação avança */
.logistics-motion {
  opacity: 0;
  transition: left .55s cubic-bezier(.22,1,.36,1), top .55s cubic-bezier(.22,1,.36,1), width .55s cubic-bezier(.22,1,.36,1), height .55s cubic-bezier(.22,1,.36,1), opacity .28s ease, color .28s ease;
}
.logistics-motion.is-active { opacity: .96; }
.logistics-motion.is-hidden { opacity: 0; }

.motion-chapter { position: relative; isolation: isolate; }
.motion-chapter--factory { --factory-loading-opacity: .82; height: 620svh; background: var(--forest-deep); }
.motion-chapter--factory .hero { position: sticky; top: 0; height: 100svh; min-height: 100svh; align-items: flex-start; padding-top: clamp(132px, 16vh, 176px); }
.motion-chapter--factory .hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: clamp(18px, 3vw, 48px);
  bottom: 4%;
  width: min(52vw, 720px);
  height: min(70vh, 600px);
  opacity: var(--factory-loading-opacity);
  border: 1px solid rgba(197,220,187,.16);
  border-radius: 30px;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(249,178,21,.74) 12% 13%, transparent 13% 87%, rgba(249,178,21,.74) 87% 88%, transparent 88%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.06) 0 1px, transparent 1px 46px),
    repeating-linear-gradient(90deg, rgba(255,255,255,.045) 0 1px, transparent 1px 46px),
    linear-gradient(155deg, rgba(113,131,109,.18), rgba(6,15,7,.28));
  box-shadow: inset 0 0 55px rgba(5,16,7,.38);
  transform: translate(var(--factory-camera-shift-x, 0px), var(--factory-camera-shift-y, 0px)) scale(var(--factory-camera-zoom, 1));
  transform-origin: 72% 45%;
  transition: opacity .3s linear;
  will-change: transform, opacity;
}
.motion-chapter--factory .hero-copy { width: min(52vw, 750px); }
.motion-chapter--factory .hero-copy { transition: opacity .14s linear; }
.motion-chapter--factory .hero-structure { opacity: calc(.55 * var(--factory-obstruction-opacity, 1)); transition: opacity .18s linear; }
.motion-chapter--factory .scroll-cue { opacity: var(--factory-scene-reveal, 1); transition: opacity .14s linear; }
.motion-chapter--factory .hero-lede { max-width: 620px; }
.motion-chapter--factory .hero h1 { font-size: clamp(52px, 5.2vw, 82px); }
.motion-chapter--factory .motion-slot-hero { top: 110px; right: clamp(20px, 3vw, 48px); bottom: auto; left: auto; width: min(42vw, 560px); height: min(610px, calc(100svh - 142px)); }

.motion-chapter--road { height: 270svh; background: var(--forest-deep); color: #fff; }
.motion-chapter--arrival { height: 235svh; background: var(--paper); color: var(--forest); }
.motion-chapter-frame {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
}
.motion-chapter-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(circle at center, #000, transparent 78%);
  mask-image: radial-gradient(circle at center, #000, transparent 78%);
}
.motion-chapter--road .motion-chapter-frame { background: radial-gradient(circle at 50% 48%, #294825, #101d10 68%); }
.motion-chapter--arrival .motion-chapter-frame { background: radial-gradient(circle at 51% 48%, #eef1e6, var(--paper) 70%); }
.motion-chapter--arrival .motion-chapter-frame::before { background-image: linear-gradient(rgba(31,51,27,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(31,51,27,.055) 1px, transparent 1px); }
.motion-chapter-grid {
  position: relative;
  z-index: 2;
  width: min(1320px, calc(100% - 48px));
  height: 100%;
  margin-inline: auto;
  padding: 124px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(390px, 1.28fr) minmax(0, .88fr);
  gap: clamp(22px, 3vw, 46px);
  align-items: center;
}
.motion-chapter-copy { position: relative; z-index: 16; align-self: center; }
.motion-chapter-copy h2 { max-width: 510px; font-size: clamp(48px, 5.2vw, 78px); }
.motion-chapter-copy > p:last-child { max-width: 430px; margin: 28px 0 0; color: rgba(255,255,255,.62); font-size: 15px; }
.motion-chapter--arrival .motion-chapter-copy > p:last-child { color: rgba(31,51,27,.64); }
.motion-chapter-grid > .motion-slot {
  position: relative;
  top: auto;
  align-self: stretch;
  height: auto;
  min-height: 0;
}
.motion-beats { position: relative; z-index: 16; min-height: 330px; align-self: center; }
.motion-beats article {
  position: absolute;
  inset: 50% 0 auto;
  opacity: 0;
  transform: translateY(calc(-50% + 22px));
  transition: opacity .38s ease, transform .55s cubic-bezier(.22,1,.36,1);
}
.motion-beats article.is-active { opacity: 1; transform: translateY(-50%); }
.motion-beats span { display: inline-flex; margin-bottom: 20px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.motion-beats h3 { max-width: 330px; font-size: clamp(32px, 3.2vw, 48px); }
.motion-beats p { max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.6); font-size: 14px; }
.motion-chapter--arrival .motion-beats p { color: rgba(31,51,27,.62); }
.motion-progress { position: absolute; z-index: 18; right: clamp(24px, 6vw, 92px); bottom: 44px; left: clamp(24px, 6vw, 92px); height: 1px; background: rgba(255,255,255,.16); }
.motion-chapter--arrival .motion-progress { background: rgba(31,51,27,.18); }
.motion-progress span { display: block; width: 100%; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left center; }
.motion-scroll-note { position: absolute; z-index: 18; right: clamp(24px, 6vw, 92px); bottom: 57px; margin: 0; color: rgba(255,255,255,.46); font-size: 8px; font-weight: 780; letter-spacing: .15em; text-transform: uppercase; }
.motion-chapter--arrival .motion-scroll-note { color: rgba(31,51,27,.48); }

/* As seções editoriais recuperam sua composição original, sem faixa vazia. */
.manifesto-grid { grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 10vw, 160px); }
.pillars .section-heading.horizontal { grid-template-columns: 1fr .45fr; gap: 70px; }
.pillars .section-heading.horizontal > :first-child,
.pillars .section-heading.horizontal > p { grid-column: auto; padding-left: 0; }
.pillar-grid { grid-template-columns: 1.15fr .85fr; grid-template-rows: auto auto; }
.pillar-grid .pillar-card:nth-of-type(1),
.pillar-grid .pillar-card:nth-of-type(2),
.pillar-grid .pillar-card:nth-of-type(3),
.pillar-grid .pillar-card:nth-of-type(4) { grid-column: auto; grid-row: auto; }
@media (min-width: 1001px) {
  .pillar-grid .pillar-card:nth-of-type(even) { padding-right: clamp(120px, 12vw, 170px); }
}
.process-layout { grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 10vw, 150px); }
.comparison .section-heading.horizontal { grid-template-columns: 1fr .45fr; gap: 70px; }
.comparison-row { grid-template-columns: .65fr 1fr 1fr; }
.comparison-row > :nth-child(1),
.comparison-row > :nth-child(2),
.comparison-row > :nth-child(3) { grid-column: auto; }
.profile-grid { grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 9vw, 150px); }
.territory-layout { grid-template-columns: 1fr .65fr; gap: 70px; }
.faq-grid { grid-template-columns: .7fr 1.3fr; gap: clamp(70px, 10vw, 150px); }
.lead-section { grid-template-columns: .9fr 1.1fr; }
.lead-copy, .lead-form { padding: clamp(70px, 8vw, 124px) clamp(30px, 4vw, 60px); }
.lead-copy h2 { font-size: clamp(40px, 3.65vw, 58px); }

@media (max-width: 1000px) {
  .manifesto-grid, .process-layout, .profile-grid, .faq-grid { grid-template-columns: 1fr; }
  .pillars .section-heading.horizontal, .comparison .section-heading.horizontal, .territory-layout { grid-template-columns: 1fr; gap: 34px; }
  .pillar-grid { grid-template-columns: 1fr 1fr; }
  .lead-section { grid-template-columns: 1fr; }
  .motion-chapter-grid { grid-template-columns: minmax(0, .8fr) minmax(330px, 1.15fr) minmax(0, .75fr); gap: 20px; }
  .motion-chapter-copy h2 { font-size: clamp(42px, 5.8vw, 64px); }
  .motion-beats h3 { font-size: clamp(28px, 3.8vw, 40px); }
}

@media (max-width: 720px) {
  .motion-chapter--factory { --factory-loading-opacity: .48; height: 680svh; }
  .motion-chapter--factory .hero { min-height: 100svh; height: 100svh; padding: 118px 20px 68px; align-items: flex-start; }
  .motion-chapter--factory .hero-copy { width: 100%; }
  .motion-chapter--factory .hero-structure { opacity: calc(.22 * var(--factory-obstruction-opacity, 1)); }
  .motion-chapter--factory .hero h1 { max-width: 94%; font-size: clamp(43px, 12vw, 60px); }
  .motion-chapter--factory .hero-lede { max-width: 88%; font-size: 14px; }
  .motion-chapter--factory .hero-actions { max-width: 75%; margin-top: 24px; }
  .motion-chapter--factory .hero-proof { display: none; }
  .motion-chapter--factory .motion-slot-hero { top: auto; right: -22%; bottom: -2%; left: auto; width: 82%; height: 54%; min-height: 300px; opacity: .6; }
  .motion-chapter--road { height: 285svh; }
  .motion-chapter--arrival { height: 250svh; }
  .motion-chapter-frame { min-height: 100svh; }
  .motion-chapter-grid { display: block; width: 100%; padding: 100px 18px 76px; }
  .motion-chapter-copy { position: absolute; z-index: 16; top: 98px; right: 20px; left: 20px; }
  .motion-chapter-copy h2 { max-width: 92%; font-size: clamp(40px, 11vw, 56px); }
  .motion-chapter-copy > p:last-child { display: none; }
  .motion-chapter-grid > .motion-slot { position: absolute; z-index: 2; inset: 210px 0 126px; width: 100%; height: auto; opacity: .78; }
  .motion-beats { position: absolute; z-index: 16; right: 20px; bottom: 70px; left: 20px; min-height: 150px; }
  .motion-beats article { inset: auto 0 0; transform: translateY(18px); }
  .motion-beats article.is-active { transform: none; }
  .motion-beats span { margin-bottom: 8px; }
  .motion-beats h3 { max-width: 280px; font-size: 31px; }
  .motion-beats p { display: none; }
  .motion-progress { right: 20px; bottom: 28px; left: 20px; }
  .motion-scroll-note { right: 20px; bottom: 40px; max-width: 190px; text-align: right; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid .pillar-card:nth-of-type(1),
  .pillar-grid .pillar-card:nth-of-type(2),
  .pillar-grid .pillar-card:nth-of-type(3),
  .pillar-grid .pillar-card:nth-of-type(4) { grid-column: 1; grid-row: auto; }
}

/* Viagem contínua: o mesmo caminhão atravessa toda a landing page. */
.logistics-motion { display: none; }
.site-journey {
  position: absolute;
  z-index: 13;
  inset: 0 0 auto;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: visible;
}
.site-journey-route { position: absolute; inset: 0; display: block; width: 100%; height: 100%; overflow: visible; opacity: 0; }
.site-journey-route path { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.journey-route-bed { stroke: rgba(98,136,82,.13); stroke-width: 68; }
.journey-route-dash { stroke: rgba(249,178,21,.64); stroke-width: 4; stroke-dasharray: 15 20; }
.journey-route-progress { stroke: rgba(237,107,29,.86); stroke-width: 4; }
.journey-vehicle {
  --journey-speed: 0;
  --journey-departure: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: clamp(118px, 11vw, 154px);
  aspect-ratio: 270 / 140;
  transform-origin: center;
  will-change: transform, opacity;
}
.journey-vehicle:not(.journey-vehicle-cargo)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 28%;
  right: 91%;
  width: 40px;
  height: 44%;
  opacity: var(--journey-speed);
  background:
    linear-gradient(90deg, transparent, rgba(249,178,21,.78)) 0 0 / 100% 3px no-repeat,
    linear-gradient(90deg, transparent, rgba(197,220,187,.55)) 0 50% / 78% 2px no-repeat,
    linear-gradient(90deg, transparent, rgba(249,178,21,.56)) 0 100% / 92% 3px no-repeat;
  transform: translateX(8px) scaleX(var(--journey-speed));
  transform-origin: right center;
  filter: blur(.25px);
  will-change: width, opacity, transform;
}
.journey-vehicle:not(.journey-vehicle-cargo) > svg { position: relative; z-index: 1; }
.journey-vehicle-cargo { z-index: 5; }
.journey-vehicle-cargo .journey-cargo { visibility: hidden; }
.journey-vehicle svg { display: block; width: 100%; height: 100%; overflow: visible; transform: scale(var(--journey-zoom, 1)); transform-origin: center; will-change: transform; }
.journey-vehicle-shadow { filter: drop-shadow(0 14px 13px rgba(5,16,7,.26)); }
.journey-cargo { transform-box: view-box; transform-origin: center; will-change: transform, opacity, filter; }
.journey-panel {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 74px;
  aspect-ratio: 128 / 27;
  border-radius: 5px;
  background:
    repeating-linear-gradient(90deg, transparent 0 10%, rgba(140,98,62,.92) 10% 13%, transparent 13% 20%),
    linear-gradient(#f4d4a9 0 15%, transparent 15% 85%, #f4d4a9 85%),
    #d1aa78;
  box-shadow: inset 0 0 0 2px rgba(80,57,38,.18);
  transform-origin: center;
  opacity: 0;
  pointer-events: none;
  will-change: transform, width, opacity, filter;
}
.journey-panel > span,
.journey-panel > i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
  background: var(--orange);
}
.journey-panel > span { left: 22%; }
.journey-panel > i:first-of-type { right: 22%; }
.journey-panel > i:last-of-type { display: none; }
.site-journey.is-driving .journey-vehicle { filter: saturate(1.06); }
.journey-loader {
  --forklift-lift: 0;
  --forklift-engage: 0;
  --forklift-drive: 0;
  --forklift-steer-top: 0;
  --forklift-steer-bottom: 0;
  --forklift-roll: 0;
  --forklift-bob: 0;
  --forklift-lean: 0;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 112px;
  height: 74px;
  transform-origin: 0 0;
  will-change: transform, opacity;
}
.journey-forklift-underlay {
  --forklift-lift: 0;
  --forklift-engage: 0;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 112px;
  height: 74px;
  transform-origin: 0 0;
  pointer-events: none;
  will-change: transform, opacity;
}
.journey-forklift-shadow {
  position: absolute;
  inset: 15px 18px 8px 5px;
  border-radius: 45%;
  background: rgba(4,13,5,.32);
  filter: blur(8px);
  transform: translateY(calc(4px + var(--forklift-lift) * 7px)) scale(calc(1 - var(--forklift-lift) * .12));
  opacity: calc(.68 - var(--forklift-lift) * .2);
}
.journey-forklift-body {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 5px;
  width: 70px;
  height: 48px;
  border: 5px solid #263126;
  border-radius: 18px 10px 10px 18px;
  background: var(--yellow);
  box-shadow: inset -8px 0 rgba(237,107,29,.42), 0 7px 12px rgba(5,16,7,.22);
  transform: translateX(calc(var(--forklift-engage) * 5px)) translateY(calc(var(--forklift-bob) * 1px)) rotate(calc(var(--forklift-lean) * 1deg));
  transform-origin: center;
}
.journey-forklift-cabin {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 28px;
  height: 24px;
  border: 3px solid #263126;
  border-radius: 5px;
  background: #b9d8d3;
  box-shadow: inset 9px 0 rgba(255,255,255,.23);
}
.journey-forklift-counterweight {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 16px;
  height: 22px;
  border-radius: 7px;
  background: var(--orange);
}
.journey-forklift-wheel {
  position: absolute;
  z-index: 1;
  left: 20px;
  width: 18px;
  height: 10px;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, #172017 0 4px, #354335 4px 6px);
  background-position-x: calc(var(--forklift-roll) * 1px);
  transition: transform .2s cubic-bezier(.22,.61,.36,1);
  will-change: transform;
}
.journey-forklift-wheel.wheel-one { top: 8px; }
.journey-forklift-wheel.wheel-two { bottom: 6px; }
.journey-forklift-wheel.wheel-three { top: 8px; left: 60px; }
.journey-forklift-wheel.wheel-four { bottom: 6px; left: 60px; }
.journey-forklift-wheel.wheel-one { transform: rotate(calc(var(--forklift-steer-top) * 1deg)); }
.journey-forklift-wheel.wheel-two { transform: rotate(calc(var(--forklift-steer-bottom) * 1deg)); }
.journey-forklift-wheel.wheel-three,
.journey-forklift-wheel.wheel-four { transform: rotate(0deg); }
.journey-forklift-mast {
  position: absolute;
  z-index: 4;
  top: 8px;
  left: 75px;
  width: 8px;
  height: 60px;
  border-radius: 4px;
  background: #172017;
  box-shadow: 6px 0 0 #172017;
}
.journey-forklift-mast::after { content: ""; position: absolute; top: 25px; left: -4px; width: 21px; height: 8px; border-radius: 3px; background: var(--orange); box-shadow: 0 0 0 3px #172017; }
.journey-forklift-forks {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 81px;
  width: 58px;
  height: 30px;
  border-top: 5px solid #172017;
  border-bottom: 5px solid #172017;
  transform: scale(calc(1 + var(--forklift-lift) * .18));
  transform-origin: left center;
  transition: opacity .18s linear;
}
.journey-forklift-forks::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -2px;
  width: 10px;
  height: 5px;
  border-radius: 4px;
  background: var(--orange);
}
.factory-environment {
  position: absolute;
  z-index: 1;
  top: auto;
  right: clamp(18px, 3vw, 48px);
  bottom: 4%;
  width: min(52vw, 720px);
  height: min(70vh, 600px);
  opacity: var(--factory-loading-opacity);
  overflow: hidden;
  pointer-events: none;
  transform: translate(var(--factory-camera-shift-x, 0px), var(--factory-camera-shift-y, 0px)) scale(var(--factory-camera-zoom, 1));
  transform-origin: 72% 45%;
  transition: opacity .3s linear;
  will-change: transform, opacity;
}
.factory-light {
  position: absolute;
  top: 5%;
  width: 23%;
  height: 5px;
  border-radius: 8px;
  background: #eef7e9;
  box-shadow: 0 0 22px rgba(224,245,214,.58);
}
.factory-light.light-one { left: 9%; }
.factory-light.light-two { left: 39%; }
.factory-light.light-three { right: 8%; }
.factory-rack {
  position: absolute;
  top: 17%;
  width: 15%;
  height: 48%;
  border: 5px solid rgba(153,178,142,.42);
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.factory-rack.rack-one { left: 4%; }
.factory-rack.rack-two { right: 4%; }
.factory-rack i {
  position: absolute;
  left: 4px;
  right: 4px;
  height: 18%;
  border-radius: 3px;
  background: linear-gradient(90deg, #8c623e, #d1aa78 45%, #8c623e);
  box-shadow: inset 0 0 0 2px rgba(38,49,38,.45);
}
.factory-rack i:nth-child(1) { top: 10%; }
.factory-rack i:nth-child(2) { top: 40%; }
.factory-rack i:nth-child(3) { top: 70%; }
.factory-safety-lane {
  position: absolute;
  right: 20%;
  bottom: 8%;
  left: 20%;
  height: 7px;
  border-radius: 9px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 20px, #263126 20px 34px);
  opacity: .72;
}

/* Galeria editorial: fotografias locais com um corredor real para a rota. */
.chalet-showcase {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(150deg, #101d10 0%, #1f351d 48%, #0d180d 100%);
}
.chalet-showcase-heading,
.chalet-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) clamp(175px, 15vw, 210px) minmax(0, .85fr);
  gap: clamp(22px, 2.5vw, 36px);
}
.chalet-showcase-heading { align-items: end; margin-bottom: clamp(46px, 7vw, 92px); }
.chalet-showcase-heading > :first-child { grid-column: 1; }
.chalet-showcase-heading > :last-child { grid-column: 3; padding-bottom: 8px; }
.chalet-showcase-heading h2 { max-width: 730px; font-size: clamp(48px, 5.7vw, 86px); }
.chalet-showcase-heading > :last-child p { margin: 0 0 26px; color: rgba(255,255,255,.66); line-height: 1.7; }
.text-link.light { color: #fff; }
.chalet-gallery { grid-template-rows: clamp(210px, 19vw, 280px) clamp(210px, 19vw, 280px); }
.chalet-photo {
  position: relative;
  grid-column: 3;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #172617;
  box-shadow: 0 34px 72px rgba(4,12,5,.28);
}
.chalet-photo--wide { grid-column: 1; grid-row: 1 / 3; }
.chalet-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
  transform: scale(1.025);
  transition: transform 1.1s cubic-bezier(.22,1,.36,1), filter .7s ease;
}
.chalet-photo--wide img { object-position: 56% center; }
.chalet-photo:hover img { filter: saturate(1) contrast(1.02); transform: scale(1.065); }
.chalet-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(5,14,6,.88) 100%);
  pointer-events: none;
}
.chalet-photo figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(22px, 3vw, 42px);
  bottom: clamp(22px, 3vw, 42px);
  left: clamp(22px, 3vw, 42px);
}
.chalet-photo figcaption span { display: block; margin-bottom: 10px; color: var(--yellow); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.chalet-photo figcaption strong { display: block; max-width: 500px; font-size: clamp(20px, 2.2vw, 34px); line-height: 1.08; }

@media (max-width: 1000px) and (min-width: 721px) {
  .chalet-showcase-heading,
  .chalet-gallery { grid-template-columns: minmax(0, 1fr) clamp(112px, 14vw, 145px) minmax(0, .82fr); gap: 18px; }
  .chalet-gallery { grid-template-rows: clamp(260px, 38vw, 390px) clamp(260px, 38vw, 390px); }
}

@media (max-width: 720px) {
  .chalet-showcase { padding-right: 0; }
  .chalet-showcase .section-shell { width: 100%; padding-left: 20px; }
  .chalet-showcase-heading,
  .chalet-gallery { display: block; width: calc(100% - 100px); }
  .chalet-showcase-heading { margin-bottom: 42px; }
  .chalet-showcase-heading > :last-child { margin-top: 24px; padding: 0; }
  .chalet-showcase-heading h2 { font-size: clamp(39px, 11vw, 54px); }
  .chalet-photo { height: min(112vw, 560px); margin-bottom: 18px; }
  .chalet-photo--wide { height: min(126vw, 620px); }
  .chalet-photo figcaption strong { font-size: 23px; }
}

/* Prova social: cards editoriais separados por um corredor físico para a viagem. */
.testimonials {
  overflow: hidden;
  color: var(--forest);
  background:
    linear-gradient(rgba(31,51,27,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,51,27,.035) 1px, transparent 1px),
    #e7eadf;
  background-size: 72px 72px;
}
.testimonials-heading,
.testimonials-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(175px, 15vw, 210px) minmax(0, 1fr);
  gap: clamp(22px, 2.5vw, 36px);
}
.testimonials-heading { align-items: end; margin-bottom: clamp(48px, 6vw, 82px); }
.testimonials-heading > :first-child { grid-column: 1; }
.testimonials-heading h2 { max-width: 700px; font-size: clamp(46px, 5.2vw, 78px); }
.testimonials-intro { grid-column: 3; padding-bottom: 6px; }
.testimonials-intro > p { margin: 0 0 20px; color: rgba(31,51,27,.67); font-size: 16px; line-height: 1.7; }
.content-status {
  display: block;
  padding-top: 16px;
  border-top: 1px solid rgba(31,51,27,.18);
  color: rgba(31,51,27,.55);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.testimonials-grid {
  grid-template-rows: minmax(230px, auto) minmax(230px, auto);
  align-items: stretch;
}
.testimonial-card {
  position: relative;
  display: flex;
  grid-column: 3;
  min-width: 0;
  padding: clamp(28px, 3.4vw, 46px);
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(31,51,27,.16);
  border-radius: clamp(24px, 2.4vw, 34px);
  background: rgba(250,250,245,.76);
  box-shadow: 0 24px 58px rgba(31,51,27,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.testimonial-card--featured {
  grid-column: 1;
  grid-row: 1 / 3;
  color: #fff;
  background: linear-gradient(145deg, #183019 0%, #0d1b0e 100%);
  box-shadow: 0 34px 72px rgba(13,28,14,.2);
}
.testimonial-quote {
  position: absolute;
  top: -12px;
  right: 22px;
  color: rgba(31,51,27,.08);
  font-family: Georgia, serif;
  font-size: clamp(120px, 13vw, 190px);
  line-height: 1;
  pointer-events: none;
}
.testimonial-card--featured .testimonial-quote { color: rgba(247,181,59,.18); }
.testimonial-card blockquote {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 26px 0 42px;
  font-size: clamp(21px, 2.1vw, 31px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.025em;
}
.testimonial-card:not(.testimonial-card--featured) blockquote { margin-top: 10px; font-size: clamp(18px, 1.6vw, 23px); }
.testimonial-card .franchise-region { position: relative; z-index: 1; max-width: 520px; margin: 26px 0 42px; font-size: clamp(28px, 2.8vw, 42px); font-weight: 700; line-height: 1.16; letter-spacing: -.025em; }
.testimonial-card:not(.testimonial-card--featured) .franchise-region { margin-top: 10px; font-size: clamp(22px, 2vw, 30px); }
.testimonial-card footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 14px; }
.testimonial-card footer > span:last-child { min-width: 0; overflow-wrap: anywhere; }
.testimonial-avatar {
  display: grid;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: var(--yellow);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}
.testimonial-card footer strong,
.testimonial-card footer small { display: block; }
.testimonial-card footer strong { margin-bottom: 5px; font-size: 14px; }
.testimonial-card footer small { color: rgba(31,51,27,.58); font-size: 10px; line-height: 1.4; }
.testimonial-card--featured footer small { color: rgba(255,255,255,.58); }
.testimonial-tag {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 26px;
  color: var(--orange);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.testimonial-card--featured .testimonial-tag { color: var(--yellow); }
.testimonials-corridor {
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  pointer-events: none;
}

@media (max-width: 1000px) and (min-width: 721px) {
  .testimonials-heading,
  .testimonials-grid { grid-template-columns: minmax(0, 1fr) clamp(112px, 14vw, 145px) minmax(0, 1fr); gap: 18px; }
  .testimonial-card { padding: clamp(24px, 3vw, 34px); }
  .testimonial-tag { margin-top: 24px; }
}

@media (max-width: 720px) {
  .testimonials { padding-right: 0; background-size: 48px 48px; }
  .testimonials .section-shell { width: 100%; padding-left: 20px; }
  .testimonials-heading,
  .testimonials-grid { display: block; width: calc(100% - 100px); }
  .testimonials-heading { margin-bottom: 38px; }
  .testimonials-heading h2 { font-size: clamp(38px, 10.8vw, 52px); }
  .testimonials-intro { margin-top: 24px; padding: 0; }
  .testimonial-card { min-height: 330px; margin-bottom: 16px; padding: 28px 24px; border-radius: 24px; }
  .testimonial-card--featured { min-height: 430px; }
  .testimonial-card blockquote,
  .testimonial-card:not(.testimonial-card--featured) blockquote { margin: 20px 0 34px; font-size: clamp(19px, 5.6vw, 24px); }
  .testimonial-card footer { align-items: flex-start; }
  .testimonial-avatar { width: 42px; height: 42px; flex-basis: 42px; }
  .testimonial-tag { margin-top: 24px; }
  .testimonials-corridor { display: none; }
}

@media (min-width: 1001px) {
  .lead-section { height: 100svh; min-height: 700px; max-height: 900px; }
  .lead-copy { padding: 104px clamp(30px, 4vw, 60px) 28px; }
  .lead-form { padding: 98px clamp(30px, 4vw, 60px) 22px; }
  .form-heading { margin-bottom: 18px; padding-bottom: 14px; }
  .form-heading h3 { margin-top: 7px; font-size: clamp(28px, 2.6vw, 38px); }
  .form-heading p { margin-top: 7px; font-size: 10px; }
  .lead-form label { gap: 5px; margin-bottom: 9px; }
  .lead-form input,
  .lead-form select,
  .custom-select-trigger { min-height: 46px; border-radius: 11px; }
  .consent { margin: 2px 0 12px !important; }
  .consent input { width: 18px; min-height: 18px; }
  .submit-button { min-height: 49px; }
  .form-legal { margin-top: 10px; line-height: 1.4; }
  .lead-signature { margin-top: 38px; }
  .manifesto-grid {
    grid-template-columns: minmax(0, 1.15fr) clamp(170px, 15vw, 210px) minmax(0, .85fr);
    gap: clamp(22px, 2.5vw, 36px);
  }
  .manifesto-copy { grid-column: 3; }
  .process-layout {
    grid-template-columns: minmax(0, .75fr) clamp(180px, 15vw, 215px) minmax(0, 1.25fr);
    gap: clamp(24px, 2.5vw, 38px);
  }
  .process-list { grid-column: 3; }
  .territory-layout {
    grid-template-columns: minmax(0, 1fr) clamp(175px, 15vw, 210px) minmax(0, .65fr);
    gap: clamp(24px, 2.5vw, 38px);
  }
  .territory-copy { grid-column: 3; }
  .territory-map {
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 49%, transparent 49%, transparent 67%, #000 67%);
    mask-image: linear-gradient(90deg, #000 0, #000 49%, transparent 49%, transparent 67%, #000 67%);
  }
  .faq-grid {
    grid-template-columns: minmax(0, .7fr) clamp(180px, 15vw, 215px) minmax(0, 1.3fr);
    gap: clamp(24px, 2.5vw, 38px);
  }
  .faq-list { grid-column: 3; }
  .comparison-row > :nth-child(3) { padding-right: clamp(145px, 12vw, 175px); }
}

.hero-copy,
.manifesto-grid > *,
.section-heading > *,
.pillar-card > *,
.process-layout > *,
.comparison-table,
.comparison-note,
.profile-grid > *,
.territory-layout > *,
.faq-grid > *,
.lead-copy,
.lead-form { position: relative; z-index: 16; }

/* Quando a rota cruza um texto, a tipografia permanece na camada superior e
   projeta uma sombra curta sobre o caminhão, em vez de parecer atravessada. */
.truck-shadowed {
  position: relative;
  z-index: 17;
  text-shadow: 0 0 2px rgba(247,246,238,.96), 0 2px 3px rgba(7,21,9,.34);
}
[data-motion-tone="dark"] .truck-shadowed {
  text-shadow: 0 2px 4px rgba(0,0,0,.58), 0 1px 1px rgba(0,0,0,.72);
}

.journey-destination {
  position: relative;
  z-index: auto;
  height: 490svh;
  color: var(--forest);
  background: var(--paper);
}
.journey-destination-frame {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 640px;
  overflow: hidden;
  background: radial-gradient(circle at 67% 50%, #eef1e6, var(--paper) 65%);
}
.journey-destination-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .55;
  background-image: linear-gradient(rgba(31,51,27,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(31,51,27,.055) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(circle at 65% 50%, #000, transparent 72%);
  mask-image: radial-gradient(circle at 65% 50%, #000, transparent 72%);
}
.destination-copy {
  position: absolute;
  z-index: 20;
  top: 112px;
  bottom: 84px;
  left: clamp(24px, 6vw, 92px);
  width: min(34vw, 520px);
  transform: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  container-type: inline-size;
}
.destination-copy .eyebrow { font-size: 13px; }
.destination-copy h2 { font-size: clamp(34px, min(12.4cqi, 7.5svh), 64px); line-height: 1.06; letter-spacing: -.045em; }
.destination-copy h2 span { display: block; }
.destination-copy h2 span + span { margin-top: .22em; }
.destination-copy > p:last-child { max-width: 470px; margin: 20px 0 0; color: rgba(31,51,27,.78); font-size: 18px; line-height: 1.55; }
@media (min-width: 901px) and (max-height: 720px) {
  .destination-copy h2 { font-size: clamp(32px, min(12.4cqi, 7svh), 58px); }
  .destination-copy > p:last-child { margin-top: 16px; font-size: 16px; line-height: 1.5; }
}
.destination-visual,
.destination-machinery {
  top: 92px;
  right: clamp(18px, 3.5vw, 56px);
  bottom: 48px;
  width: min(57vw, 760px);
  transform-origin: 37.1% 78.5%;
  will-change: transform;
}
.destination-visual { position: absolute; z-index: 10; }
.destination-machinery { position: fixed; z-index: 5; pointer-events: none; }
.destination-visual svg,
.destination-machinery svg { display: block; width: 100%; height: 100%; overflow: visible; }
.destination-modules { will-change: opacity; }
.destination-module { opacity: 0; will-change: transform, opacity; }
.destination-road { filter: none; }
.destination-road-edge { stroke: rgba(98,136,82,.13); }
.destination-road-dash { stroke: rgba(249,178,21,.64); }
.destination-road-orange { stroke: rgba(237,107,29,.86); }
.destination-module-two { filter: drop-shadow(0 8px 7px rgba(10,20,9,.12)); }
.destination-munck-arm { stroke: var(--orange); stroke-width: 18; stroke-linecap: round; filter: drop-shadow(0 8px 7px rgba(10,20,9,.16)); }
.destination-munck-arm-fore { stroke: #f38a2f; stroke-width: 15; }
.destination-munck-elbow { fill: var(--yellow); stroke: var(--forest); stroke-width: 6; }
.destination-munck-cable { stroke: var(--forest); stroke-width: 5; stroke-dasharray: 8 7; stroke-linecap: round; }
.destination-munck-hook { fill: var(--orange); stroke: var(--forest); stroke-width: 5; }
.destination-munck-arm,
.destination-munck-elbow,
.destination-munck-cable,
.destination-munck-hook,
.destination-munck-joint { opacity: 0; will-change: opacity; }
.destination-roof { opacity: 1; }
.destination-roof-half { opacity: 0; transform-box: fill-box; transform-origin: center; will-change: transform, opacity; }
.destination-roof-ridge { opacity: 0; will-change: opacity; }
.destination-deck { opacity: 0; transform-box: fill-box; transform-origin: center; will-change: transform, opacity; }
.destination-finish-details { opacity: 0; transform-box: fill-box; transform-origin: center; will-change: transform, opacity; }
.destination-beats { position: absolute; z-index: 21; right: clamp(30px, 6vw, 90px); bottom: 42px; display: flex; gap: 24px; }
.destination-beats article { display: flex; align-items: center; gap: 9px; opacity: .28; transition: opacity .3s ease, transform .4s cubic-bezier(.22,1,.36,1); }
.destination-beats article.is-active { opacity: 1; transform: translateY(-5px); }
.destination-beats span { color: var(--orange); font-size: 9px; font-weight: 850; }
.destination-beats strong { font-size: 9px; font-weight: 820; letter-spacing: .06em; text-transform: uppercase; }

@media (max-width: 900px) {
  .journey-route-bed { stroke-width: 52; }
  .journey-vehicle { width: clamp(94px, 14vw, 126px); }
  .destination-copy { top: 110px; right: auto; bottom: auto; left: 20px; width: 44%; transform: none; }
  .destination-copy h2 { max-width: 100%; font-size: clamp(30px, 10.5cqi, 44px); }
  .destination-copy > p:last-child { display: none; }
  .destination-visual,
  .destination-machinery { top: 190px; right: -12%; bottom: 86px; width: 88%; }
  .destination-beats { right: 20px; bottom: 28px; left: 20px; justify-content: space-between; gap: 8px; }
  .destination-beats strong { display: none; }
}

@media (max-width: 720px) {
  .motion-chapter--factory .motion-slot-hero { display: none; }
  .motion-chapter--factory .hero::before { right: -12%; bottom: 3%; width: 110%; height: 66%; opacity: var(--factory-loading-opacity); }
  .factory-environment { top: auto; right: -12%; bottom: 3%; width: 110%; height: 66%; opacity: var(--factory-loading-opacity); }
  .factory-rack.rack-two { right: -8%; width: 12%; }
  .journey-route-bed { stroke: rgba(98,136,82,.1); stroke-width: 42; }
  .journey-route-dash { stroke-width: 3; stroke-dasharray: 11 16; }
  .journey-route-progress { stroke-width: 3; }
  .journey-vehicle { width: 104px; }
  .journey-loader,
  .journey-forklift-underlay { width: 112px; height: 74px; }
  .journey-destination { height: 520svh; }
  .journey-destination-frame { min-height: 100svh; }
  .destination-copy { top: 86px; right: 20px; width: auto; padding-right: 52px; }
  .destination-copy .eyebrow { margin-bottom: 14px; font-size: 12px; letter-spacing: .12em; }
  .destination-copy h2 { max-width: 100%; font-size: clamp(28px, 9.5cqi, 38px); line-height: 1.06; }
  .destination-visual,
  .destination-machinery { top: 292px; right: -20%; bottom: 20px; width: 145%; }
  .destination-visual { opacity: .88; }
}

/* Corredores estruturais: a rota ocupa espaço real em todas as larguras. */
.pillars .section-heading.horizontal > :first-child { min-width: 0; container-type: inline-size; }
.pillars .section-heading.horizontal h2 { max-width: 100%; font-size: clamp(28px, 13cqi, 64px); line-height: 1.06; overflow-wrap: normal; }
/* Match the cards' symmetric columns: the heading must stop before their road. */
@media (min-width: 721px) {
  #modelo .section-heading.horizontal { grid-template-columns: minmax(0, 1fr) clamp(112px, 15vw, 145px) minmax(0, 1fr); gap: clamp(18px, 2.4vw, 28px); }
}
@media (min-width: 1001px) {
  #modelo .section-heading.horizontal { grid-template-columns: minmax(0, 1fr) clamp(175px, 15vw, 210px) minmax(0, 1fr); gap: clamp(24px, 2.5vw, 38px); }
}
@media (min-width: 1001px) {
  .pillars .section-heading.horizontal,
  .comparison .section-heading.horizontal {
    grid-template-columns: minmax(0, 1fr) clamp(175px, 15vw, 210px) minmax(0, .55fr);
    gap: clamp(24px, 2.5vw, 38px);
  }
  .pillars .section-heading.horizontal > :first-child,
  .comparison .section-heading.horizontal > :first-child { grid-column: 1; }
  .pillars .section-heading.horizontal > p,
  .comparison .section-heading.horizontal > p { grid-column: 3; padding-left: 0; }
  .pillar-grid {
    grid-template-columns: minmax(0, 1fr) clamp(175px, 15vw, 210px) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
  .pillar-grid .pillar-card:nth-of-type(1) { grid-column: 1; grid-row: 1; }
  .pillar-grid .pillar-card:nth-of-type(2) { grid-column: 3; grid-row: 1; }
  .pillar-grid .pillar-card:nth-of-type(3) { grid-column: 1; grid-row: 2; }
  .pillar-grid .pillar-card:nth-of-type(4) { grid-column: 3; grid-row: 2; }
  .pillar-grid .pillar-card:nth-of-type(even) { padding-right: clamp(38px, 4vw, 62px); }
  .comparison-row {
    grid-template-columns: minmax(120px, .65fr) minmax(0, 1fr) clamp(155px, 13vw, 190px) minmax(0, 1fr);
  }
  .comparison-row > :nth-child(1) { grid-column: 1; }
  .comparison-row > :nth-child(2) { grid-column: 2; }
  .comparison-row > :nth-child(3) { grid-column: 4; padding-right: 28px; }
  .comparison-note { max-width: 52%; }
  .profile-grid {
    grid-template-columns: minmax(0, .8fr) clamp(175px, 15vw, 210px) minmax(0, 1.2fr);
    gap: clamp(24px, 2.5vw, 38px);
  }
  .profile-visual { grid-column: 1; }
  .profile-content { grid-column: 3; }
}

@media (min-width: 721px) and (max-width: 1000px) {
  .site-header .brand { margin-right: auto; }
  .section-shell { width: min(100% - 32px, 1320px); }
  .manifesto-grid,
  .process-layout,
  .profile-grid,
  .territory-layout,
  .faq-grid {
    grid-template-columns: minmax(0, 1fr) clamp(112px, 15vw, 145px) minmax(0, 1fr);
    gap: clamp(18px, 2.4vw, 28px);
  }
  .manifesto-grid > :first-child,
  .process-intro,
  .profile-visual,
  .territory-layout > :first-child,
  .faq-intro { grid-column: 1; }
  .manifesto-copy,
  .process-list,
  .profile-content,
  .territory-copy,
  .faq-list { grid-column: 3; }
  .pillar-grid {
    grid-template-columns: minmax(0, 1fr) clamp(112px, 15vw, 145px) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
  .pillar-grid .pillar-card:nth-of-type(1) { grid-column: 1; grid-row: 1; }
  .pillar-grid .pillar-card:nth-of-type(2) { grid-column: 3; grid-row: 1; }
  .pillar-grid .pillar-card:nth-of-type(3) { grid-column: 1; grid-row: 2; }
  .pillar-grid .pillar-card:nth-of-type(4) { grid-column: 3; grid-row: 2; }
  .pillars .section-heading.horizontal,
  .comparison .section-heading.horizontal {
    grid-template-columns: minmax(0, 1fr) clamp(112px, 15vw, 145px) minmax(0, .75fr);
  }
  .pillars .section-heading.horizontal > :first-child,
  .comparison .section-heading.horizontal > :first-child { grid-column: 1; }
  .pillars .section-heading.horizontal > p,
  .comparison .section-heading.horizontal > p { grid-column: 3; }
  .comparison-row {
    grid-template-columns: minmax(88px, .65fr) minmax(0, 1fr) clamp(112px, 15vw, 145px) minmax(0, 1fr);
  }
  .comparison-row > :nth-child(1) { grid-column: 1; }
  .comparison-row > :nth-child(2) { grid-column: 2; }
  .comparison-row > :nth-child(3) { grid-column: 4; }
  .comparison-row > * { padding-inline: 16px; }
  .territory-map {
    grid-column: 1 / -1;
    -webkit-mask-image: linear-gradient(90deg, #000 0, #000 43%, transparent 43%, transparent 57%, #000 57%);
    mask-image: linear-gradient(90deg, #000 0, #000 43%, transparent 43%, transparent 57%, #000 57%);
  }
}

@media (max-width: 720px) {
  .pillar-grid { grid-template-columns: minmax(0, 1fr); }
  .pillar-grid .pillar-card:nth-of-type(1),
  .pillar-grid .pillar-card:nth-of-type(2),
  .pillar-grid .pillar-card:nth-of-type(3),
  .pillar-grid .pillar-card:nth-of-type(4) { grid-column: 1; grid-row: auto; }
  .motion-chapter--factory .hero-copy { width: calc(100% - 82px); }
  .motion-chapter--factory .hero h1 { max-width: 100%; font-size: clamp(39px, 10.8vw, 54px); }
  .motion-chapter--factory .hero-lede,
  .motion-chapter--factory .hero-actions { max-width: 100%; }
  .manifesto .section-shell,
  .process .section-shell,
  .faq .section-shell { width: calc(100% - 24px); padding-right: 82px; }
  .manifesto .section-shell { padding-right: 100px; }
  .process-layout,
  .faq-grid { display: block; }
  .process-intro,
  .faq-intro { position: relative; top: auto; }
  .process-intro h2,
  .faq-intro h2,
  .process-list h3,
  .faq-list summary { overflow-wrap: anywhere; hyphens: auto; }
  .process-intro > p:not(.eyebrow) { margin: 22px 0 28px; font-size: 14px; line-height: 1.55; }
  .process-intro .button { width: 100%; max-width: 100%; min-height: 42px; gap: 7px; padding: 0 10px; font-size: clamp(8px, 2.25vw, 10px); letter-spacing: .025em; white-space: nowrap; }
  .process-list { margin-top: 54px; }
  .process-list li { grid-template-columns: 28px minmax(0, 1fr); gap: 8px; padding: 30px 0 36px; }
  .process-list li > span { padding-top: 3px; font-size: 9px; }
  .process-list h3 { font-size: clamp(20px, 5.8vw, 28px); line-height: 1.06; }
  .process-list p { margin-top: 12px; font-size: 13px; line-height: 1.5; }
  .faq-list { margin-top: 48px; }
  .faq-list summary { align-items: flex-start; gap: 8px; padding: 21px 0; font-size: clamp(15px, 4.6vw, 19px); line-height: 1.2; }
  .faq-list summary span { padding-top: 1px; font-size: 20px; line-height: 1; }
  .faq-list.faq-enhanced .faq-answer p { padding-bottom: 24px; font-size: 13px; line-height: 1.5; }
  .pillars .section-heading.horizontal,
  .pillar-card { padding-right: 106px; }
  .comparison .section-heading.horizontal,
  .comparison-table,
  .comparison-note { width: calc(100% - 100px); }
  .comparison-table { overflow: visible; border-top: 0; }
  .comparison-row { min-width: 0; grid-template-columns: minmax(0, 1fr); margin-bottom: 12px; border: 1px solid rgba(31,51,27,.16); background: rgba(255,255,255,.35); }
  .comparison-row.head { display: none; }
  .comparison-row > :nth-child(1),
  .comparison-row > :nth-child(2),
  .comparison-row > :nth-child(3) { grid-column: 1; }
  .comparison-row > * { padding: 14px 16px; border-right: 0; }
  .comparison-row > strong { padding-bottom: 9px; color: var(--orange); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
  .comparison-row > span { padding-top: 24px; border-top: 1px solid rgba(31,51,27,.12); }
  .comparison-row > span::before { display: block; margin-bottom: 7px; color: rgba(31,51,27,.52); font-size: 8px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
  .comparison-row > span:nth-child(2)::before { content: "Obra convencional"; }
  .comparison-row > span:nth-child(3)::before { content: "Sistema 321 Modular"; }
  .profile-content,
  .territory-layout > :not(.territory-map) { padding-right: 100px; }
  .profile-visual { width: calc(100% - 100px); }
  .territory-map { width: calc(100% - 100px); }
  .site-footer { gap: 14px; padding: 20px 24px; }
  .site-footer img { width: 145px; }
  .journey-route-bed { stroke-width: 34; }
  .journey-vehicle { width: 72px; }
}

/* Mapa de expansão: conteúdo real, polos nomeados e corredor livre para a rota. */
.territory { overflow: clip; }
.territory-intro > p:last-child {
  max-width: 560px;
  margin: 26px 0 0;
  color: rgba(31,51,27,.62);
  font-size: 16px;
  line-height: 1.7;
}
.territory-count {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--leaf);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.territory-count strong {
  color: var(--orange);
  font-size: clamp(38px, 3.7vw, 56px);
  line-height: .9;
  letter-spacing: -.07em;
}
.territory-expansion {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(175px, 15vw, 210px) minmax(0, .65fr);
  gap: clamp(24px, 2.5vw, 38px);
  align-items: center;
  margin-top: clamp(42px, 6vw, 82px);
}
.brazil-map-card {
  grid-column: 1;
  min-width: 0;
  margin: 0;
}
.brazil-map-stage {
  position: relative;
  isolation: isolate;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(31,51,27,.12);
  border-radius: clamp(24px, 3vw, 42px);
  background:
    radial-gradient(circle at 62% 72%, rgba(249,178,21,.17), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,.92), rgba(220,231,213,.72));
  box-shadow: 0 28px 70px rgba(31,51,27,.1);
}
.brazil-map-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .4;
  background-image:
    linear-gradient(rgba(31,51,27,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,51,27,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-mask-image: radial-gradient(circle at 50% 55%, #000, transparent 76%);
  mask-image: radial-gradient(circle at 50% 55%, #000, transparent 76%);
}
.brazil-map-stage > img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(31,51,27,.12));
}
.map-focus-label {
  position: absolute;
  z-index: 3;
  top: clamp(15px, 2.2vw, 28px);
  left: clamp(15px, 2.2vw, 28px);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px 9px 10px;
  border: 1px solid rgba(31,51,27,.12);
  border-radius: 999px;
  color: var(--forest);
  background: rgba(247,246,238,.8);
  box-shadow: 0 10px 28px rgba(31,51,27,.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-size: 9px;
  font-weight: 820;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.map-focus-label b {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--orange);
  font-size: 10px;
}
.city-pin {
  position: absolute;
  z-index: 4;
  left: var(--pin-x);
  top: var(--pin-y);
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--orange);
  box-shadow: 0 4px 10px rgba(31,51,27,.28);
  cursor: default;
}
.city-pin::before {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(237,107,29,.56);
  border-radius: inherit;
  animation: territorySignal 2.6s ease-out infinite;
}
.city-pin::after {
  content: attr(data-city);
  position: absolute;
  z-index: 5;
  bottom: calc(100% + 11px);
  left: 50%;
  width: max-content;
  max-width: 180px;
  padding: 8px 10px;
  border-radius: 8px;
  opacity: 0;
  color: #fff;
  background: var(--forest);
  box-shadow: 0 8px 22px rgba(7,21,9,.22);
  transform: translate(-50%, 5px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.city-pin:hover::after { opacity: 1; transform: translate(-50%, 0); }
.territory-route-gap { grid-column: 2; min-height: 100%; }
.territory-city-list {
  grid-column: 3;
  min-width: 0;
  border-top: 1px solid rgba(31,51,27,.18);
}
.territory-list-label {
  margin: 0;
  padding: 18px 0 16px;
  color: rgba(31,51,27,.5);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.territory-state-group {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(31,51,27,.12);
}
.territory-state-group > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--leaf);
  font-size: 9px;
  font-weight: 880;
}
.territory-state-group ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.territory-state-group li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: baseline;
  color: var(--forest);
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 720;
  line-height: 1.2;
  text-transform: uppercase;
}
.territory-state-group li b {
  color: var(--orange);
  font-size: 8px;
  font-weight: 880;
}

@media (min-width: 721px) and (max-width: 1000px) {
  .territory-expansion {
    grid-template-columns: minmax(0, 1fr) clamp(112px, 15vw, 145px) minmax(0, 1fr);
    gap: clamp(18px, 2.4vw, 28px);
  }
  .territory-state-group { grid-template-columns: 34px minmax(0, 1fr); gap: 9px; padding: 11px 0; }
  .territory-state-group > span { width: 30px; height: 30px; }
  .territory-state-group ul { gap: 7px; }
  .territory-state-group li { grid-template-columns: 18px minmax(0, 1fr); gap: 5px; font-size: 10px; }
}

@media (max-width: 720px) {
  .territory-layout {
    --journey-mobile-reserve: 94px;
    display: block;
  }
  .territory-layout > .territory-intro,
  .territory-layout > .territory-copy,
  .territory-layout > .territory-expansion {
    width: 100%;
    padding-right: var(--journey-mobile-reserve);
    box-sizing: border-box;
  }
  .territory-copy { margin-top: 32px; }
  .territory-intro > p:last-child,
  .territory-copy > p { font-size: 13px; line-height: 1.6; }
  .territory-count strong { font-size: 40px; }
  .territory-copy .button { width: 100%; min-height: 44px; padding-inline: 13px; font-size: 8px; white-space: nowrap; }
  .territory-expansion { display: block; margin-top: 42px; }
  .brazil-map-card,
  .territory-city-list { width: 100%; }
  .brazil-map-stage { border-radius: 22px; }
  .map-focus-label { top: 11px; left: 11px; padding: 6px 9px 6px 6px; font-size: 7px; }
  .map-focus-label b { width: 22px; height: 22px; font-size: 8px; }
  .city-pin { width: 8px; height: 8px; border-width: 1px; }
  .city-pin::before { inset: -5px; }
  .city-pin::after { display: none; }
  .territory-route-gap { display: none; }
  .territory-city-list { margin-top: 30px; }
  .territory-list-label { padding-top: 14px; }
  .territory-state-group { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; padding: 13px 0; }
  .territory-state-group > span { width: 31px; height: 31px; }
  .territory-state-group li { grid-template-columns: 20px minmax(0, 1fr); gap: 5px; font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .city-pin::before { animation: none; }
}

/* História, fotografia e sinais de comparação: mesma identidade, rota preservada. */
.company-story { background: var(--paper); }
.company-grid { display: grid; grid-template-columns: minmax(0, 1fr) clamp(175px, 15vw, 210px) minmax(0, 1.12fr); gap: clamp(24px, 2.5vw, 38px); align-items: center; }
.company-copy { grid-column: 1; }
.company-photos { grid-column: 3; display: grid; gap: 0; padding-block: 22px; }
.company-grid > * { position: relative; z-index: 16; min-width: 0; }
.company-years { display: flex; gap: 18px; align-items: center; margin: 8px 0 34px; }
.company-years strong { color: var(--orange); font-size: clamp(100px, 10vw, 154px); letter-spacing: -.09em; line-height: .82; font-weight: 850; }
.company-years strong span { font-size: .5em; vertical-align: top; }
.company-years > span { font-size: 14px; font-weight: 700; line-height: 1.4; }
.company-copy h2 { font-size: clamp(38px, 4.2vw, 64px); }
.company-copy > p:not(.eyebrow) { margin: 25px 0 0; font-size: 16px; line-height: 1.7; color: rgba(31,51,27,.72); }
.company-photos figure { position: relative; margin: 0; isolation: isolate; }
.company-photos figure:first-child { margin-right: 5%; z-index: 2; }
.company-photos figure:last-child { margin: -12px 0 0 9%; }
.company-photos figure::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,28,13,.87)); z-index: 1; pointer-events: none; }
.company-photos img { display: block; width: 100%; height: auto; border-radius: 0; }
.company-photos figure:first-child img { aspect-ratio: 1.32; object-fit: cover; object-position: center 60%; }
.company-photos figure:last-child img { aspect-ratio: 1.5; object-fit: cover; object-position: center 58%; }
.company-photos figcaption { position: absolute; inset: auto 0 0; z-index: 2; display: grid; gap: 6px; margin: 0; padding: 22px; color: #fff; font-size: 14px; font-weight: 600; line-height: 1.45; }
.company-photos figcaption span { color: #d1e1c5; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 800; }
.company-photos::before { content: "Pessoas. Estrutura. Evolução."; display: block; margin-bottom: 16px; padding-left: 12px; border-left: 3px solid var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.manifesto { position: relative; background: var(--forest-deep); color: #fff; }
.manifesto-grid > :first-child { container-type: inline-size; width: calc(100% - clamp(80px, 11vw, 200px)); }
.manifesto h2 { font-size: min(4rem, 14cqi); line-height: 1.04; overflow-wrap: normal; hyphens: none; }
/* The curves use empty neighboring bands, not the photograph or its copy. */
.company-story { padding-bottom: calc(clamp(92px, 12vw, 184px) + clamp(160px, 18vw, 340px)); }
.pillars { padding-top: calc(clamp(90px, 11vw, 160px) + clamp(160px, 18vw, 340px)); }
.manifesto-backdrop { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.manifesto-backdrop img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 57% 56%; }
.manifesto::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,22,9,.88), rgba(8,22,9,.45) 52%, rgba(8,22,9,.79)); pointer-events: none; }
.manifesto .eyebrow { color: var(--yellow); }
.manifesto-copy { border-color: rgba(255,255,255,.28); }
.manifesto-copy p { color: rgba(255,255,255,.85); }
.manifesto .text-link { color: #fff; border-color: rgba(255,255,255,.7); }
.profile { position: relative; }
.profile-backdrop { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.profile-backdrop img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 45% center; }
.profile::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(8,22,9,.46), rgba(8,22,9,.65) 43%, rgba(8,22,9,.88)); }
.profile-items p { color: rgba(255,255,255,.9); }
.profile-visual > p { color: rgba(255,255,255,.8); }
.comparison .section-heading h2 { font-size: clamp(48px, 6.3vw, 94px); font-weight: 850; }
.comparison h2 em { color: #416b36; font-style: normal; }
.comparison-summary { grid-column: 3; min-width: 0; }
.comparison-summary > p { margin: 0 0 28px; color: rgba(31,51,27,.75); font-size: 16px; }
.comparison-row.head > span:not(:first-child) { display: flex; align-items: center; gap: 14px; font-size: clamp(12px, 1.1vw, 17px); color: var(--forest); letter-spacing: -.02em; text-transform: none; }
.comparison-row > span:nth-child(2) { background: #f3e3d9; color: #713f30; border-right-color: rgba(164,80,50,.18); }
.comparison-row.head > span:nth-child(2) { background: #f3e3d9; color: #713f30; }
.comparison-row.head > span:nth-child(3) { background: #dcebd3; border-top: 3px solid #416b36; padding-top: 15px; }
.comparison-row.head i { flex-shrink: 0; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; font: normal 800 26px/1 Arial, sans-serif; }
.comparison-cross { color: #a45032; background: #f3e3d9; }
.comparison-check { color: #fff; background: #416b36; }
.chalet-showcase-heading > :last-child .market-highlight { font-size: clamp(23px, 2.25vw, 34px); line-height: 1.24; letter-spacing: -.035em; color: #fff; font-weight: 650; border-left: 3px solid var(--orange); padding-left: 22px; }
.market-highlight strong { display: block; margin-top: 12px; font-weight: 750; color: #c4d8b7; }
@media (min-width: 1001px) {
  .faq-grid { grid-template-columns: minmax(0, 1fr) clamp(180px, 15vw, 215px) minmax(0, 1.1fr); }
}
.faq-intro { position: relative; top: auto; isolation: isolate; container-type: inline-size; display: grid; grid-template-rows: minmax(max-content, 13fr) 7fr; overflow: hidden; padding: 0; background: #132b34; color: #fff; }
/* Flexible tracks reserve the lower 35% for the house, even as copy reflows. */
.faq-intro::after { content: ""; grid-row: 2; min-height: 56cqi; pointer-events: none; }
.faq-intro-copy { grid-row: 1; container-type: inline-size; padding: clamp(22px, 2.5vw, 38px); }
.faq-backdrop { display: block; position: absolute; inset: 0; z-index: -2; pointer-events: none; }
.faq-backdrop img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center bottom; }
.faq-intro::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(to bottom, rgba(8,22,9,.68) 0%, rgba(8,22,9,.68) 65%, rgba(8,22,9,.08) 80%, transparent 100%); }
.faq-intro .eyebrow { color: #ffe2a3; }
.faq-intro h2 { color: #fff; font-size: min(3.875rem, 14cqi); overflow-wrap: normal; word-break: normal; hyphens: none; }
.faq-title-word { white-space: nowrap; }
.faq-intro .faq-intro-note { margin: 28px 0 0; color: #fff; font-size: 16px; line-height: 1.65; }
.journey-forest { pointer-events: none; }
.custom-select-trigger { white-space: normal; padding-block: 10px; line-height: 1.4; }
.custom-select-option { line-height: 1.45; }
@media (min-width: 721px) and (max-width: 1000px) {
  .company-grid { grid-template-columns: minmax(0, 1fr) clamp(112px, 15vw, 145px) minmax(0, 1fr); gap: 20px; }
  .company-years { gap: 10px; }
  .company-years strong { font-size: 90px; }
  .company-copy h2 { font-size: 36px; }
  .comparison .section-heading h2 { font-size: clamp(38px, 5vw, 50px); }
  .comparison-row.head > span:not(:first-child) { flex-wrap: wrap; gap: 9px; }
  .company-photos figcaption { padding: 15px; font-size: 12px; }
}
@media (max-width: 720px) {
  .company-grid { display: block; width: calc(100% - 24px); padding-right: 100px; }
  .company-copy h2 { font-size: clamp(32px, 8.4vw, 44px); }
  .company-years { gap: 13px; margin-bottom: 30px; }
  .company-years strong { font-size: 92px; }
  .company-years > span { font-size: 12px; }
  .company-photos { margin-top: 34px; gap: 0; padding-block: 0; }
  .company-photos figure:first-child { margin-right: 0; }
  .company-photos figure:last-child { margin: 0; }
  .company-photos figure:first-child img { aspect-ratio: 1.5; object-position: center 60%; }
  .company-photos figure:last-child img { aspect-ratio: 1.22; }
  .company-photos figcaption { gap: 4px; padding: 14px; font-size: 12px; }
  .company-photos figcaption span { font-size: 12px; }
  .company-copy .text-link { font-size: 12px; line-height: 1.6; }
  .manifesto::before { background: linear-gradient(rgba(8,22,9,.8), rgba(8,22,9,.67)); }
  .manifesto-grid > :first-child { width: 100%; }
  .manifesto h2 { font-size: min(2.25rem, 14cqi); }
  .company-story { padding-bottom: 208px; }
  .pillars { padding-top: 210px; }
  .profile::before { background: rgba(8,22,9,.8); }
  .profile-backdrop img { object-position: 48% center; }
  .manifesto-grid > *, .manifesto-copy { grid-column: auto; }
  .comparison .section-heading h2 { font-size: clamp(28px, 7.4vw, 46px); overflow-wrap: anywhere; }
  .comparison-summary { grid-column: auto; }
  .comparison-row > span:nth-child(2)::before { content: "×  Obra convencional"; color: #984629; font-size: 10px; }
  .comparison-row > span:nth-child(3)::before { content: "✓  Sistema 321 Modular"; color: #416b36; font-size: 10px; }
  .faq-intro-copy { padding: 28px 18px; }
  .faq-intro h2 { font-size: min(2.5rem, 14cqi); }
  .faq-intro .faq-intro-note { margin-top: 24px; font-size: 14px; line-height: 1.65; }
  .chalet-showcase-heading > :last-child .market-highlight { font-size: clamp(21px, 5.5vw, 29px); padding-left: 14px; }
}

/* Editorial support copy: a clear second level below the section titles. */
.section-heading.horizontal > p,
.testimonials-intro > p,
.comparison-summary > p,
.territory-copy > p,
.territory-intro > p:last-child,
.process-intro > p:not(.eyebrow) {
  font-size: clamp(18px, 1.65vw, 24px);
  line-height: 1.5;
  font-weight: 550;
  letter-spacing: -.025em;
  color: #30452c;
}
.pillars .section-heading.horizontal > p { color: #f1f4e9; }
.profile-items { padding: 0 clamp(16px, 2vw, 28px); }
.profile-items > div { border-color: rgba(255,255,255,.28); }
.profile-items > div:first-child { border-top: 0; }
.profile-items > div:last-child { border-bottom: 0; }
.profile-items p { color: #fff; font-weight: 550; line-height: 1.55; }
.profile-items > div > span { color: #fff2d5; }
@media (max-width: 720px) {
  .profile-items > div { grid-template-columns: 24px minmax(0, 1fr); gap: 10px; }
}

/* Header-style glass: green tint, slightly denser to support long-form copy. */
.liquid-glass-panel,
.profile-items {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(55,96,50,.60), rgba(24,63,27,.50) 52%, rgba(62,100,53,.60));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), inset 0 -1px 0 rgba(255,255,255,.06), 0 18px 48px rgba(0,0,0,.22);
  -webkit-backdrop-filter: blur(28px) saturate(145%);
  backdrop-filter: blur(28px) saturate(145%);
}
.liquid-glass-panel::before,
.profile-items::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 24% 0, rgba(255,255,255,.08), transparent 55%);
}
.manifesto-copy.liquid-glass-panel {
  width: min(100%, 340px);
  min-width: 0;
  justify-self: end;
  margin-inline: 0;
  padding: clamp(20px, 2vw, 30px);
}
.manifesto-copy.liquid-glass-panel p { color: #fff; font-size: clamp(16px, 1.1vw, 18px); line-height: 1.55; }
@media (max-width: 720px) {
  .manifesto { --opportunity-photo-space: clamp(340px, 85vw, 560px); }
  .manifesto-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .manifesto-grid > :first-child { grid-row: 1; }
  .manifesto-grid::after { content: ""; grid-column: 1; grid-row: 2; height: var(--opportunity-photo-space); pointer-events: none; }
  .manifesto-copy.liquid-glass-panel { grid-row: 3; }
  /* Fit the actual building into the clear middle band, rather than stretching
     the photograph over a much taller section and cropping the chalet away. */
  .manifesto-backdrop { top: var(--opportunity-photo-top, 260px); bottom: auto; height: var(--opportunity-photo-space); mask-image: linear-gradient(transparent, #000 12%, #000 88%, transparent); }
  .manifesto-backdrop img { object-position: 57% 56%; }
  .manifesto-copy.liquid-glass-panel { width: 100%; padding: 20px 16px; border-radius: 20px; }
}
