:root {
  --red: #ed0012;
  --red-dark: #a9000d;
  --black: #080808;
  --graphite: #171719;
  --paper: #f3f1ee;
  --line: #d8d8d8;
  --muted: #68686d;
  --gold: #d1ae5a;
  --white: #fff;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 96px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 16px; color: #fff; background: var(--red); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.header { position: sticky; top: 0; z-index: 50; height: 70px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(0,0,0,.08); backdrop-filter: blur(14px); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; width: 178px; height: 70px; }
.brand img { width: 178px; height: 70px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 800; }
.nav > a:not(.button) { position: relative; z-index: 0; padding: 10px 14px; border-radius: 999px; transition: color .15s ease-out, transform .15s ease-out; }
.nav > a:not(.button)::before { content: ""; position: absolute; inset: 3px 0; z-index: -1; border-radius: inherit; background: rgba(239,0,28,.09); opacity: 0; transform: scale(.78); transition: opacity .15s ease-out, transform .15s cubic-bezier(.34,1.56,.64,1); }
.nav > a:not(.button):hover, .nav > a:not(.button):focus-visible { color: var(--red); transform: translateY(-2px); }
.nav > a:not(.button):hover::before, .nav > a:not(.button):focus-visible::before { opacity: 1; transform: scale(1); }
.nav > a:not(.button):focus-visible { outline: 2px solid rgba(239,0,28,.28); outline-offset: 2px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: #111; transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 3px; font-size: 14px; font-weight: 850; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--red { color: #fff; background: var(--red); }
.button--red:hover { background: #c90010; }
.button--light { color: #111; background: #fff; }
.button--arrow::after { content: "→"; margin-left: 18px; font-size: 21px; font-weight: 400; }
.nav__cta { border-radius: 999px; padding-inline: 25px; }

.hero-option { min-height: 550px; position: relative; display: flex; align-items: center; color: #fff; overflow: hidden; background-position: center; background-size: cover; background-repeat: no-repeat; }
.hero-option--wholesale { background-image: linear-gradient(90deg, rgba(0,0,0,.99) 0%, rgba(0,0,0,.91) 38%, rgba(0,0,0,.12) 77%), url("SITE07_jrmrepresentacoes_assets_v1_0/SITE07_jrmrepresentacoes_hero_opcao_03_atacado_v3_0.webp"); }
.hero-option::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 78%, rgba(0,0,0,.54)); }
.hero-option__inner { position: relative; z-index: 2; }
.hero-option__copy { max-width: 750px; padding: 0 0 88px; }
.eyebrow, .kicker { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--red); font-size: 12px; font-weight: 900; line-height: 1; letter-spacing: .16em; text-transform: uppercase; }
.hero-option .eyebrow { font-size: 11px; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: currentColor; }
.hero-option h1 { margin: 0; max-width: 780px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 4.6vw, 68px); line-height: 1.02; letter-spacing: -.045em; font-weight: 500; text-wrap: balance; }
.hero-option__lead { max-width: 670px; margin: 27px 0 32px; color: #d0d0d0; font-size: 18px; line-height: 1.55; }
.hero-option__actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 7px 0; border-bottom: 1px solid rgba(255,255,255,.52); font-size: 14px; font-weight: 800; }
.hero-option__caption { position: absolute; right: 34px; bottom: 22px; z-index: 3; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.proof-variant { color: var(--white); background: var(--red); }
.proof-overline { margin: 0; color: var(--white); font-size: 10px; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }

.proof-editorial__grid { min-height: 330px; display: grid; grid-template-columns: .68fr 1.32fr; align-items: stretch; }
.proof-editorial__year { display: flex; flex-direction: column; justify-content: center; padding-right: 66px; border-right: 1px solid rgba(255,255,255,.34); }
.proof-editorial__year small { font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.proof-editorial__year strong { margin: 7px 0 13px; font-family: Georgia, serif; font-size: clamp(78px, 8vw, 112px); line-height: .88; font-weight: 500; letter-spacing: -.07em; }
.proof-editorial__year span { max-width: 240px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.45; }
.proof-editorial__content { display: flex; flex-direction: column; justify-content: center; padding-left: 72px; }
.proof-editorial__content h2 { max-width: 720px; margin: 18px 0 40px; font-family: Georgia, serif; font-size: clamp(31px, 3vw, 44px); line-height: 1.08; letter-spacing: -.03em; font-weight: 500; }
.proof-editorial__pillars { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.42); }
.proof-editorial__pillars li { display: flex; gap: 12px; padding: 17px 18px 0 0; }
.proof-editorial__pillars b { color: rgba(255,255,255,.58); font-size: 10px; }
.proof-editorial__pillars span { font-size: 12px; font-weight: 850; }

.section { padding: 104px 0; }
.section-head { display: grid; grid-template-columns: 1fr .72fr; gap: 100px; align-items: end; margin-bottom: 58px; }
.section-head--compact { grid-template-columns: 1fr; }
.section-head h2, .territory h2, .industries h2, .about h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 3.7vw, 54px); line-height: 1.05; letter-spacing: -.035em; font-weight: 500; text-wrap: balance; }
.section-head > p, .territory__copy > p, .industries__head > p, .about__copy > p, .contact__copy > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.method__grid { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--line); }
.method-card { min-height: 208px; padding: 38px 42px; border-bottom: 1px solid var(--line); }
.method-card:nth-child(odd) { border-right: 1px solid var(--line); }
.method-card:nth-child(n+3) { border-bottom: 0; }
.method-card span { color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.method-card h3 { margin: 42px 0 12px; font-size: 25px; line-height: 1.1; }
.method-card p { margin: 0; color: var(--muted); line-height: 1.58; }

.method-card--crm {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  min-height: auto;
  color: #fff;
  background: var(--black);
  border-right: 0 !important;
  border-bottom: 0;
}
.method-card--crm h3 { max-width: 540px; margin-top: 34px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 42px); font-weight: 400; }
.method-card--crm p { max-width: 580px; color: #aaa; }
.crm-features { display: grid; grid-template-columns: 1fr 1fr; align-content: center; margin: 0; padding: 0; list-style: none; border-top: 1px solid #343434; }
.crm-features li { position: relative; padding: 15px 12px 15px 24px; color: #eee; border-bottom: 1px solid #343434; font-size: 14px; font-weight: 700; line-height: 1.4; }
.crm-features li::before { content: ""; position: absolute; top: 22px; left: 2px; width: 7px; height: 7px; background: var(--red); border-radius: 50%; }

.territory { color: #fff; background: var(--black); }
.territory__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; }
.territory__copy > p { margin-top: 26px; color: #aaa; }
.coverage-list { display: grid; gap: 8px; margin: 32px 0 24px; padding: 0; list-style: none; }
.coverage-list li { display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: center; min-height: 64px; padding: 12px 16px; border: 1px solid #303238; background: #111318; }
.coverage-list strong { color: #fff; font-size: 18px; font-weight: 900; letter-spacing: -.02em; }
.coverage-list span { color: #a9acb4; font-size: 14px; line-height: 1.45; }
.territory__copy small { display: block; max-width: 52ch; color: #777b84; line-height: 1.55; }
.route-map { position: relative; overflow: hidden; padding: 28px; border: 1px solid #303238; background: radial-gradient(circle at 50% 48%, rgba(237,0,18,.08), transparent 44%), linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px), #0e1014; background-size: auto, 48px 48px, 48px 48px, auto; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.route-map__head { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid #292c31; }
.route-map__head div { display: grid; gap: 6px; }
.route-map__head span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.route-map__head strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.route-map__head small { color: #8c9099; font-size: 12px; }
.route-map svg { display: block; width: 100%; height: auto; margin: 12px 0 4px; overflow: visible; }
.map-state { fill: #171a20; stroke: #515661; stroke-width: 2; stroke-linejoin: round; }
.map-state--mg { fill: #14171c; }
.map-state__label { fill: #727782; font-size: 15px; font-weight: 900; letter-spacing: .12em; }
.map-connections path { fill: none; stroke: rgba(237,0,18,.62); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 8 8; }
.map-region__glow { fill: rgba(237,0,18,.32); filter: url(#map-glow); }
.map-region__area { fill: rgba(237,0,18,.12); stroke: rgba(255,55,70,.72); stroke-width: 2; stroke-dasharray: 5 5; }
.map-region__dot { fill: var(--red); stroke: #fff; stroke-width: 4; }
.map-region__leader { fill: none; stroke: #898e98; stroke-width: 1.5; }
.map-region__code { fill: #fff; font-size: 20px; font-weight: 900; letter-spacing: .03em; }
.map-region__name { fill: #a5a9b2; font-size: 13px; font-weight: 650; }
.map-base circle:first-child { fill: rgba(237,0,18,.26); stroke: var(--red); stroke-width: 2; }
.map-base circle:nth-child(2) { fill: #fff; }
.map-base text { fill: #fff; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.route-map__legend { display: flex; flex-wrap: wrap; gap: 16px 24px; padding-top: 18px; border-top: 1px solid #292c31; color: #898e98; font-size: 11px; font-weight: 700; }
.route-map__legend span { display: inline-flex; align-items: center; gap: 8px; }
.route-map__legend i { width: 12px; height: 12px; border: 1px solid #626772; background: #171a20; }
.route-map__legend span:nth-child(2) i { background: #14171c; }
.route-map__legend span:nth-child(3) i { border-color: var(--red); border-radius: 50%; background: rgba(237,0,18,.22); }

.channels { background: #f7f7f7; }
.channels__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.channel-card { min-height: 240px; padding: 38px; background: #fff; border: 1px solid var(--line); transition: transform .2s ease, border-color .2s ease; }
.channel-card:hover { transform: translateY(-5px); border-color: #aaa; }
.channel-card > span { display: block; margin-bottom: 50px; color: var(--red); font-size: 44px; font-weight: 900; line-height: 1; }
.channel-card h3 { margin: 0 0 13px; font-size: 25px; }
.channel-card p { margin: 0; color: var(--muted); line-height: 1.6; }

.industries { color: #fff; background: var(--black); }
.industries__head { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.industries__head > p { color: #aaa; font-size: 15px; }
.portfolio-showcase { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.portfolio-card { overflow: hidden; border: 1px solid #34373e; background: #111318; box-shadow: 0 16px 40px rgba(0,0,0,.18); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.portfolio-card:hover { transform: translateY(-4px); border-color: #5a5f69; box-shadow: 0 24px 56px rgba(0,0,0,.3); }
.portfolio-card__media { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: #e9e5de; }
.portfolio-card__scene { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.portfolio-card:hover .portfolio-card__scene { transform: scale(1.025); }
.portfolio-card__pack { position: absolute; z-index: 2; bottom: 16px; width: auto; max-height: 88%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(0,0,0,.34)); transition: transform .5s ease; }
.portfolio-card--viva-maria .portfolio-card__pack { left: 24px; }
.portfolio-card--seu-ninico .portfolio-card__media::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(115deg, rgba(20,8,5,.58) 0%, rgba(20,8,5,.2) 38%, transparent 66%); }
.portfolio-card--seu-ninico .portfolio-card__scene { object-position: center; }
.portfolio-card--seu-ninico .portfolio-card__pack { left: 0; right: auto; bottom: 0; width: 100%; max-height: none; }
.portfolio-card--seu-ninico:hover .portfolio-card__scene { transform: scale(1.035); }
.portfolio-card--seu-ninico:hover .portfolio-card__pack { transform: translate3d(0,-7px,0) scale(1.018); }
.portfolio-card__caption { position: absolute; z-index: 3; top: 24px; left: 24px; max-width: 62%; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.55); }
.portfolio-card__caption span { display: block; margin-bottom: 8px; color: #e5b940; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.portfolio-card__caption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.5vw, 38px); line-height: 1.02; font-weight: 500; }
.portfolio-card__caption::after { content: ""; display: block; width: 84px; height: 4px; margin-top: 10px; border-radius: 999px; background: #e5b940; }
.portfolio-card__body { display: grid; grid-template-columns: .8fr 1.2fr; gap: 32px; align-items: end; padding: 24px; border-top: 1px solid #34373e; }
.portfolio-card__body span { display: block; margin-bottom: 8px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card__body h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 32px; line-height: 1.08; font-weight: 500; }
.portfolio-card__body p { margin: 0; color: #a9acb4; font-size: 14px; line-height: 1.6; }
.product-brand-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.product-brand-card { overflow: hidden; border: 1px solid #34373e; background: #111318; box-shadow: 0 16px 40px rgba(0,0,0,.16); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.product-brand-card:hover { transform: translateY(-4px); border-color: #5a5f69; box-shadow: 0 24px 56px rgba(0,0,0,.28); }
.product-brand-card__visual { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; aspect-ratio: 20 / 13; background: #f2f1ed; }
.product-brand-card__visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-brand-card:hover .product-brand-card__visual img { transform: scale(1.018); }
.product-brand-card--cutout .product-brand-card__visual { background: radial-gradient(circle at 50% 55%, rgba(124,27,38,.18), transparent 40%), linear-gradient(135deg, #f7f2e8, #e5ddcf); }
.product-brand-card--cutout .product-brand-card__visual img { padding: 40px; object-fit: contain; }
.product-brand-card--panizzon .product-brand-card__visual { background: #e9dcc8; }
.product-brand-card--panizzon .product-brand-card__visual img { padding: 0; object-fit: contain; }
.product-brand-card__body { min-height: 152px; padding: 24px; border-top: 1px solid #34373e; }
.product-brand-card__body > span { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-brand-card__body h3 { margin: 8px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.1; font-weight: 500; }
.product-brand-card__body p { margin: 0; color: #969aa3; font-size: 13px; line-height: 1.55; }
.portfolio-note { display: block; max-width: 74ch; margin-top: 16px; color: #6f737c; line-height: 1.5; }

.about { min-height: 570px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.about__image { min-height: 570px; background: linear-gradient(90deg, transparent 65%, rgba(255,255,255,.12)), url("SITE07_jrmrepresentacoes_assets_v1_0/SITE07_jrmrepresentacoes_hero_varejo_v2_0.png") center/cover no-repeat; }
.about__copy { padding: 90px max(48px, calc((100vw - var(--container))/2)) 76px 72px; display: flex; flex-direction: column; justify-content: center; }
.about__copy > p { margin-top: 26px; }
.about__pillars { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.about__pillars span { padding: 11px 14px; color: #333; background: #f1efec; font-size: 13px; font-weight: 800; }

.contact { padding: 100px 0; color: #fff; background: var(--red); }
.contact .kicker { color: #fff; }
.contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.contact__copy > p { margin-top: 28px; color: rgba(255,255,255,.78); }
.contact__channels { margin-top: 40px; display: flex; flex-direction: column; gap: 10px; font-weight: 850; }
.contact__channels small { color: rgba(255,255,255,.58); font-weight: 500; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 38px; color: #111; background: #fff; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cfcfcf; border-radius: 0; padding: 13px 14px; color: #111; background: #fff; outline: 0; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,0,18,.1); }
.field textarea { resize: vertical; }
.lead-form .button { background: #111; color: #fff; }
.form-feedback { min-height: 22px; margin: 0; color: #555; font-size: 13px; line-height: 1.5; }

.footer { padding: 56px 0; color: #ccc; background: #060606; }
.footer__grid { display: grid; grid-template-columns: .65fr 1fr .8fr; gap: 50px; align-items: center; }
.footer img { width: 150px; padding: 7px 12px; background: #fff; }
.footer p { margin: 0; color: #888; line-height: 1.55; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 13px; font-weight: 800; }
.footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #292929; color: #666; }

@media (min-width: 861px) {
  .hero-option { align-items: flex-start; }
  .hero-option__inner { padding-top: 102px; }
}

@media (min-width: 861px) and (max-width: 1100px) {
  .container { width: calc(100% - 40px); }
  .brand, .brand img { width: 138px; height: 70px; }
  .nav { gap: 16px; font-size: 12px; }
  .nav__cta { min-height: 44px; padding-inline: 18px; font-size: 12px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 48px, 760px); }
  .header { height: 70px; }
  .brand, .brand img { width: 138px; height: 70px; }
  .menu-button { display: block; position: relative; z-index: 52; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav { position: fixed; inset: 70px 0 auto; z-index: 51; padding: 26px 24px 34px; display: none; flex-direction: column; align-items: stretch; gap: 4px; color: #fff; background: #0a0a0a; box-shadow: 0 30px 60px rgba(0,0,0,.35); }
  .nav.is-open { display: flex; }
  .nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid #292929; }
  .nav__cta { margin-top: 16px; border-radius: 3px; }
  .proof-editorial__content { padding-left: 44px; }
  .proof-editorial__year { padding-right: 40px; }
  .section { padding: 78px 0; }
  .section-head, .territory__grid, .industries__head, .contact__grid { grid-template-columns: 1fr; gap: 42px; }
  .portfolio-showcase { grid-template-columns: 1fr; }
  .product-brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about { grid-template-columns: 1fr; }
  .about__image { min-height: 450px; }
  .about__copy { padding: 70px 24px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer nav { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .container { width: calc(100% - 36px); }
  .hero-option { min-height: 720px; background-position: 63% center; }
  .hero-option::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.18); }
  .hero-option__copy { padding: 126px 0 72px; }
  .hero-option h1 { font-size: 42px; }
  .hero-option__lead { font-size: 16px; }
  .hero-option__actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-option__actions .button { width: 100%; }
  .hero-option__caption { display: none; }
  .text-link { align-self: flex-start; }
  .proof-editorial__grid { grid-template-columns: 1fr; gap: 0; }
  .proof-editorial__year { min-height: 230px; padding: 40px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.34); }
  .proof-editorial__content { padding: 44px 0 50px; }
  .proof-editorial__pillars { grid-template-columns: 1fr; }
  .proof-editorial__pillars li { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.28); text-align: left; }
  .section-head { gap: 22px; }
  .method__grid, .channels__grid, .lead-form { grid-template-columns: 1fr; }
  .method-card { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .method-card:last-child { border-bottom: 0 !important; }
  .method-card--crm { grid-column: auto; grid-template-columns: 1fr; gap: 30px; }
  .crm-features { grid-template-columns: 1fr; }
  .route-map { padding: 20px 16px; }
  .route-map__head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .route-map__head strong { font-size: 23px; }
  .coverage-list li { grid-template-columns: 72px 1fr; }
  .channel-card { min-height: 210px; }
  .portfolio-card__media { aspect-ratio: 4 / 3; }
  .portfolio-card__body { grid-template-columns: 1fr; gap: 16px; }
  .portfolio-card--viva-maria .portfolio-card__pack { left: 16px; }
  .portfolio-card--seu-ninico .portfolio-card__pack { left: 0; right: auto; bottom: 0; width: 100%; }
  .portfolio-card__caption { top: 18px; left: 18px; max-width: 76%; }
  .portfolio-card__caption strong { font-size: 25px; }
  .product-brand-grid { grid-template-columns: 1fr; }
  .product-brand-card__body { min-height: 0; }
  .about__image { min-height: 340px; background-position: 64% center; }
  .contact { padding: 78px 0; }
  .lead-form { padding: 24px; }
  .field--full { grid-column: auto; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer nav { flex-direction: column; }
  .footer small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
