/* LMG Truck · Direção A / Faixa 44 · home local · 07/2026 */

@font-face {
  font-family: "Archivo Black";
  src: url("/novo/cinema/archivo-black-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --red: #e2231a;
  --red-dark: #bc1913;
  --ink: #101113;
  --night: #0d0e10;
  --night-soft: #17181b;
  --canvas: #f3f4f3;
  --surface: #ffffff;
  --muted: #5d6064;
  --muted-dark: #b8bbbe;
  --line: #c8cbcd;
  --line-dark: rgba(255, 255, 255, 0.3);
  --whatsapp: #0f7541;
  --focus: #79adff;
  --display: "Archivo Black", "Saira", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --shell: 1312px;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-padding-top: 78px;
  background: var(--night);
}

html.cinema-transitioning,
html.cinema-transitioning body {
  overflow: hidden;
}

body {
  min-width: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--canvas);
}

.shell {
  width: min(var(--shell), calc(100% - 48px));
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
  border-radius: 1px;
}

.skip-link {
  z-index: 120;
  min-height: 44px;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
}

.button,
button,
input,
summary {
  font: inherit;
}

.button {
  min-height: 48px;
  border-radius: 0;
}

.button--red {
  background: var(--red);
}

.button--red:hover {
  background: var(--red-dark);
}

/* Header */

.topbar {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  min-height: 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(180deg, rgba(5, 6, 8, 0.88), rgba(5, 6, 8, 0.04));
  color: #fff;
}

.topbar__inner {
  min-height: 74px;
  gap: 24px;
}

.topbar__inner::before {
  content: "";
  flex: 0 0 138px;
}

.topbar .brand img {
  width: 136px;
  height: 52px;
  border-radius: 0;
  object-fit: contain;
}

.topbar nav {
  margin-inline: auto;
  gap: clamp(8px, 2vw, 32px);
}

.topbar nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 4px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
}

.topbar nav a:hover {
  background: transparent;
  box-shadow: inset 0 -2px var(--red);
}

.topbar .button {
  min-height: 44px;
  padding-inline: 18px;
}

.nav-menu > summary,
.nav-menu__list,
.nav-menu__list a {
  border-radius: 0;
}

.nav-menu__list {
  width: min(310px, calc(100vw - 32px));
  padding: 6px;
  background: #111216;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4);
}

.nav-menu__list a {
  min-height: 48px;
}

/* Hero full-bleed */

.faixa-hero {
  position: relative;
  isolation: isolate;
  min-height: min(920px, 95svh);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--night);
  color: #fff;
}

.faixa-hero__media,
.faixa-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.faixa-hero__media img {
  object-fit: cover;
  object-position: center;
}

.faixa-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(7, 8, 10, 0.68) 0%, rgba(7, 8, 10, 0.08) 60%),
    linear-gradient(180deg, rgba(7, 8, 10, 0.06) 28%, rgba(7, 8, 10, 0.9) 100%);
}

.faixa-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, 1.1fr) minmax(420px, 0.82fr);
  gap: clamp(42px, 7vw, 112px);
  align-items: start;
  padding-block: 150px clamp(46px, 7vh, 78px);
}

.faixa-hero h1 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}

.faixa-hero h1 em {
  color: var(--red);
  font-style: normal;
}

.faixa-hero__action {
  padding-bottom: 2px;
}

.faixa-hero__action > p {
  max-width: 56ch;
  margin: 0 0 22px;
  color: #e1e2e2;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  text-wrap: pretty;
}

.faixa-hero__action > small {
  display: block;
  margin-top: 12px;
  color: #b6b8ba;
  font-size: 11px;
  line-height: 1.45;
}

.search-rig {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 64px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  color: var(--ink);
}

.search-rig:focus-within {
  box-shadow: 0 0 0 3px var(--focus);
}

.search-rig input {
  min-width: 0;
  min-height: 62px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}

.search-rig button {
  min-width: 124px;
  min-height: 62px;
  padding: 0 22px;
  border: 0;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.search-rig button:hover {
  background: var(--red-dark);
}

/* Three operational routes */

.route-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid #47494c;
  background: #111214;
  color: #fff;
}

.route {
  min-width: 0;
  min-height: 156px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 28px clamp(22px, 3.5vw, 52px);
  border-right: 1px solid #47494c;
  color: inherit;
  text-decoration: none;
  transition: background-color 180ms var(--ease-out), color 180ms var(--ease-out);
}

.route:last-child {
  border-right: 0;
}

.route:hover {
  background: var(--red);
}

.route__number {
  align-self: start;
  padding-top: 5px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  color: #aeb0b3;
}

.route:hover .route__number {
  color: #fff;
}

.route strong,
.route small {
  display: block;
}

.route strong {
  font-size: clamp(19px, 2vw, 27px);
  line-height: 1.15;
}

.route small {
  margin-top: 8px;
  color: #b8bbbe;
  font-size: 14px;
}

.route:hover small {
  color: #fff;
}

.route > span:last-child {
  font-size: 24px;
}

.urgent-strip {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 12px 24px;
  border: 0;
  border-bottom: 1px solid #8d1b17;
  border-radius: 0;
  background: #221111;
  color: #fff;
  text-decoration: none;
}

.urgent-strip:hover {
  background: #321313;
}

.urgent-strip__mark {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid #ff7069;
  color: #ff7069;
  font-weight: 800;
}

/* Brand index */

.section-label {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.brand-index {
  display: grid;
  grid-template-columns: minmax(300px, 0.44fr) minmax(0, 1fr);
  min-height: 690px;
  background: var(--canvas);
}

.brand-index__intro {
  padding: clamp(64px, 8vw, 120px) clamp(24px, 5vw, 72px);
  border-right: 1px solid #9fa2a5;
}

.brand-index__intro h2,
.product-reel h2,
.commitment h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  text-wrap: balance;
}

.brand-index__intro h2 {
  max-width: 8ch;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.03em;
}

.brand-index__intro > p:last-child {
  max-width: 42ch;
  margin: 28px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.brand-index__list {
  padding: clamp(48px, 6vw, 92px) clamp(24px, 5vw, 80px);
}

.brand-index__row {
  min-height: 72px;
  display: grid;
  grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid #aeb1b3;
  color: var(--ink);
  text-decoration: none;
  transition: background-color 180ms var(--ease-out), padding 180ms var(--ease-out);
}

.brand-index__row:first-child {
  border-top: 1px solid #aeb1b3;
}

.brand-index__row:hover {
  padding-inline: 14px;
  background: #fff;
}

.brand-index__row strong {
  font-size: clamp(23px, 2.8vw, 40px);
  line-height: 1;
  letter-spacing: -0.025em;
}

.brand-index__row span {
  color: var(--muted);
  font-size: 14px;
}

.brand-index__row b {
  color: var(--red);
  font-size: 20px;
}

/* Real products */

.product-reel {
  padding: clamp(68px, 8vw, 118px) clamp(24px, 5vw, 72px);
  background: var(--night-soft);
  color: #fff;
}

.product-reel__head {
  width: min(var(--shell), 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.55fr);
  gap: 56px;
  align-items: end;
  margin: 0 auto clamp(34px, 5vw, 58px);
}

.product-reel h2 {
  max-width: 16ch;
  font-size: clamp(38px, 4.6vw, 64px);
  line-height: 0.96;
  letter-spacing: -0.03em;
}

.product-reel__head > p {
  margin: 0;
  color: var(--muted-dark);
  line-height: 1.65;
}

.product-reel__grid {
  width: min(var(--shell), 100%);
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  gap: 1px;
  margin-inline: auto;
  border: 1px solid #55585c;
  background: #55585c;
}

.specimen {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #f7f7f5;
  color: var(--ink);
  text-decoration: none;
}

.specimen__media {
  aspect-ratio: 1.05;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.specimen--main .specimen__media {
  aspect-ratio: 1.42;
}

.specimen__media img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: clamp(24px, 3.2vw, 44px);
  object-fit: contain;
  object-position: center;
  transition: opacity 180ms ease, transform 320ms var(--ease-out);
}

.specimen:hover .specimen__media img {
  transform: scale(1.025);
}

.specimen.is-changing .specimen__media img {
  opacity: 0;
  transform: scale(0.97);
}

.specimen__caption {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 20px;
  border-top: 1px solid #d4d6d7;
}

.specimen code {
  color: var(--red);
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 14px;
  font-weight: 800;
  transition: opacity 150ms ease, transform 240ms var(--ease-out);
}

.specimen strong {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: opacity 150ms ease, transform 240ms var(--ease-out);
}

.specimen small {
  display: -webkit-box;
  overflow: hidden;
  margin-top: auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: opacity 150ms ease, transform 240ms var(--ease-out);
}

.specimen.is-changing code,
.specimen.is-changing strong,
.specimen.is-changing small {
  opacity: 0;
  transform: translateY(6px);
}

.product-reel__link {
  width: min(var(--shell), 100%);
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 22px auto 0;
  padding: 0 18px;
  border-bottom: 1px solid #55585c;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.product-reel__link:hover {
  border-color: var(--red);
  color: #ff746e;
}

/* Commitment and secondary routes */

.commitment {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--red);
  color: #fff;
}

.commitment > div,
.commitment > ul {
  min-height: 380px;
  margin: 0;
  padding: clamp(54px, 7vw, 100px);
}

.commitment > div {
  border-right: 1px solid rgba(255, 255, 255, 0.62);
}

.commitment h2 {
  max-width: 9ch;
  font-size: clamp(48px, 6vw, 88px);
  line-height: 0.91;
  letter-spacing: -0.035em;
}

.commitment ul {
  display: grid;
  align-content: center;
  list-style: none;
}

.commitment li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  font-weight: 700;
}

.service-routes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #aeb1b3;
  background: var(--surface);
}

.service-routes > a {
  min-height: 152px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  gap: 7px 18px;
  padding: 30px clamp(22px, 4vw, 58px);
  border-right: 1px solid #aeb1b3;
  color: var(--ink);
  text-decoration: none;
}

.service-routes > a:last-child {
  border-right: 0;
}

.service-routes strong,
.service-routes span {
  display: block;
}

.service-routes strong {
  font-size: clamp(19px, 2vw, 25px);
}

.service-routes span {
  color: var(--muted);
  font-size: 14px;
}

.service-routes b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--red);
  font-size: 22px;
}

.service-routes > a:hover {
  background: #f0f1f0;
}

/* Existing footer, sharpened for this direction */

.site-footer {
  background: var(--night);
}

.site-footer h3 {
  margin: 0 0 12px;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted-dark);
  font-size: 14px;
}

/* Cinematic brand transition remains progressive enhancement. */

.cinema-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  align-content: end;
  padding: clamp(24px, 6vw, 82px);
  overflow: hidden;
  background: #090a0c;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms linear;
}

.cinema-overlay.on {
  opacity: 1;
  pointer-events: auto;
}

.cinema-overlay > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.74;
  transform: scale(1.035);
  transform-origin: 58% 44%;
  transition:
    transform 720ms var(--ease-out),
    opacity 260ms ease-out;
  will-change: transform;
}

.cinema-overlay.on > img {
  opacity: 1;
  transform: scale(1);
}

.cinema-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 62% 38%, transparent 0 26%, rgba(0, 0, 0, 0.46) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.46), transparent 64%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06) 24%, rgba(0, 0, 0, 0.92) 100%);
}

.cinema-overlay__copy {
  position: relative;
  z-index: 2;
  max-width: min(720px, 88vw);
}

.cinema-overlay__copy strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(42px, 7vw, 92px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 300ms ease-out 100ms,
    transform 420ms var(--ease-out) 100ms;
}

.cinema-overlay.on .cinema-overlay__copy strong {
  opacity: 1;
  transform: translateY(0);
}

.cinema-overlay__copy span {
  display: block;
  margin-top: 12px;
  color: #d0d2d3;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 240ms ease-out 200ms,
    transform 320ms var(--ease-out) 200ms;
}

.cinema-overlay.on .cinema-overlay__copy span {
  opacity: 1;
  transform: translateY(0);
}

.cinema-overlay__bar {
  width: min(320px, 70vw);
  height: 2px;
  margin-top: 22px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 480ms linear 160ms;
}

.cinema-overlay.on .cinema-overlay__bar {
  transform: scaleX(1);
}

@media (max-width: 980px) {
  .topbar__inner::before {
    display: none;
  }

  .topbar nav,
  .topbar__cta {
    display: none;
  }

  .nav-menu {
    display: block;
  }

  .faixa-hero__content {
    grid-template-columns: 1fr 0.88fr;
    gap: 38px;
  }

  .route {
    min-height: 142px;
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .route > span:last-child {
    display: none;
  }

  .brand-index {
    grid-template-columns: minmax(250px, 0.44fr) minmax(0, 1fr);
  }

  .brand-index__row {
    grid-template-columns: minmax(150px, 0.85fr) minmax(0, 1fr) auto;
  }
}

@media (min-width: 1100px) {
  .faixa-hero__content {
    grid-template-columns: minmax(0, 1.28fr) minmax(420px, 0.72fr);
    gap: clamp(42px, 5vw, 74px);
  }

  .faixa-hero h1 {
    max-width: none;
  }
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 64px;
  }

  .shell {
    width: calc(100% - 32px);
  }

  .topbar,
  .topbar__inner {
    min-height: 64px;
  }

  .nav-menu > summary {
    min-height: 44px;
    padding: 8px 14px;
  }

  .faixa-hero {
    min-height: 700px;
  }

  .faixa-hero__media img {
    top: auto;
    bottom: 0;
    height: 128%;
    object-position: 57.5% center;
  }

  .faixa-hero::after {
    background:
      linear-gradient(180deg, rgba(6, 7, 9, 0.18) 10%, rgba(6, 7, 9, 0.82) 62%, rgba(6, 7, 9, 0.96) 100%),
      linear-gradient(90deg, rgba(6, 7, 9, 0.48), transparent 88%);
  }

  .faixa-hero__content {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 118px 34px;
  }

  .cinema-overlay {
    padding: 28px 20px 42px;
  }

  .cinema-overlay > img {
    transform-origin: 64% 46%;
  }

  .cinema-overlay__copy strong {
    font-size: clamp(42px, 15vw, 64px);
  }

  .faixa-hero h1 {
    max-width: 8ch;
    font-size: clamp(48px, 14vw, 58px);
    line-height: 0.91;
  }

  .faixa-hero__action > p {
    max-width: 38ch;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .search-rig {
    min-height: 56px;
  }

  .search-rig input,
  .search-rig button {
    min-height: 54px;
  }

  .search-rig input {
    padding-inline: 14px;
  }

  .search-rig button {
    min-width: 92px;
    padding-inline: 14px;
  }

  .route-band {
    grid-template-columns: 1fr;
  }

  .route {
    min-height: 96px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    padding: 18px;
    border-right: 0;
    border-bottom: 1px solid #47494c;
  }

  .route:last-child {
    border-bottom: 0;
  }

  .route > span:last-child {
    display: block;
  }

  .route strong {
    font-size: 18px;
  }

  .route small {
    margin-top: 4px;
    font-size: 13px;
  }

  .urgent-strip {
    justify-content: flex-start;
    padding-inline: 18px;
    font-size: 14px;
  }

  .brand-index {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .brand-index__intro {
    padding: 58px 18px 38px;
    border-right: 0;
    border-bottom: 1px solid #9fa2a5;
  }

  .brand-index__intro h2 {
    font-size: 46px;
  }

  .brand-index__list {
    padding: 24px 18px 56px;
  }

  .brand-index__row {
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
  }

  .brand-index__row strong {
    font-size: 23px;
  }

  .brand-index__row span {
    grid-row: 2;
    font-size: 13px;
  }

  .brand-index__row b {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .product-reel {
    padding: 60px 18px;
  }

  .product-reel__head {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .product-reel__head > * {
    min-width: 0;
  }

  .product-reel h2 {
    font-size: 42px;
  }

  .product-reel__grid {
    grid-template-columns: 1fr;
  }

  .specimen__media,
  .specimen--main .specimen__media {
    aspect-ratio: 1.4;
  }

  .specimen__caption {
    min-height: 122px;
  }

  .commitment {
    grid-template-columns: minmax(0, 1fr);
  }

  .commitment > div,
  .commitment > ul {
    min-width: 0;
    min-height: auto;
    padding: 56px 18px;
  }

  .commitment > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  }

  .commitment h2 {
    font-size: 50px;
  }

  .commitment > ul {
    padding-block: 32px 48px;
  }

  .service-routes {
    grid-template-columns: 1fr;
  }

  .service-routes > a {
    min-height: 108px;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid #aeb1b3;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .specimen:hover .specimen__media img {
    transform: none;
  }
}
