/* POLYSER / Página inicial institucional / 2026.09.25
   Escopo: somente index.html. Não substitui style.css nem afeta as demais páginas.
   Tipografia com fontes do sistema: sem arquivos de fontes e sem dependência de CDN. */
:root {
  --navy: #0b2232;
  --navy-deep: #071a28;
  --navy-light: #153447;
  --gold: #c39a57;
  --gold-bright: #e4bd7a;
  --gold-ink: #8a612c;
  --ink: #102b3c;
  --muted: #53636c;
  --paper: #faf9f6;
  --cream: #f2efe8;
  --line: #deded6;
  --white: #ffffff;
  --sans: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --width: 1232px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
a { color: inherit; text-decoration: none; text-underline-offset: 5px; }
button, input, textarea, select { font: inherit; }
button { color: inherit; cursor: pointer; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border-radius: 0; }
button:disabled { cursor: default; }
:focus-visible { outline: 3px solid var(--gold-ink); outline-offset: 5px; }
.hero :focus-visible, .operations :focus-visible, .experience :focus-visible, .contact :focus-visible, .site-footer :focus-visible, .topbar :focus-visible { outline-color: var(--gold-bright); }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: 1.11; }
h1 { font-size: clamp(43px, 4.5vw, 64px); }
h2 { font-size: clamp(34px, 3.45vw, 49px); margin-bottom: 25px; }
h1 em, h2 em { color: var(--gold-ink); font-style: normal; }
h3 { line-height: 1.3; }
p { margin-bottom: 18px; }
ul, ol { padding: 0; margin: 0; list-style: none; }
[hidden] { display: none !important; }
.container { width: min(var(--width), calc(100% - 80px)); margin-inline: auto; }
.section { padding: 92px 0; }
.icon { width: 21px; height: 21px; vertical-align: middle; }
.eyebrow { margin: 0 0 20px; color: var(--gold-ink); text-transform: uppercase; font-size: 11px; letter-spacing: .21em; font-weight: 700; line-height: 1.5; }
.eyebrow-gold { color: var(--gold-bright); }
.rule { display: inline-block; width: 34px; height: 1px; background: currentColor; margin: 0 12px 3px 0; }
.button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; gap: 12px; padding: 13px 21px; border: 1px solid transparent; font-size: 13px; font-weight: 650; line-height: 1.45; transition: background .18s ease, border-color .18s ease, transform .18s ease; text-align: center; }
.button .icon { width: 18px; height: 18px; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-deep); background: var(--gold-bright); border-color: var(--gold-bright); }
.button-gold:hover { background: #f1d4a5; border-color: #f1d4a5; }
.button-navy { background: var(--navy); border-color: var(--navy); color: white; }
.button-navy:hover { background: var(--navy-light); }
.button-ghost, .button-outline { color: white; background: transparent; border-color: #69808e; }
.button-ghost:hover, .button-outline:hover { background: #ffffff0d; border-color: var(--gold-bright); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); font-size: 13px; line-height: 1.6; font-weight: 700; padding-block: 5px; }
.text-link:hover { text-decoration: underline; }
.text-link .icon { width: 18px; height: 18px; color: var(--gold-ink); }
.light-link { color: var(--gold-bright); }
.light-link .icon { color: var(--gold-bright); }
.file-tag { border: 1px solid var(--line); padding: 2px 5px; font-size: 9px; font-weight: 600; color: var(--muted); }
.skip-link { position: absolute; top: -100px; left: 20px; background: white; padding: 12px 20px; z-index: 999; }
.skip-link:focus { top: 10px; }
/* Cabeçalho: navegação real em HTML, disponível mesmo com JavaScript desativado. */
.topbar { background: var(--navy); color: #d5dfe5; font-size: 10.5px; letter-spacing: .035em; }
.topbar-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.topbar a { display: flex; align-items: center; gap: 8px; }
.topbar .icon { height: 12px; width: 12px; }
.topbar a:hover { color: var(--gold-bright); }
.site-header { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid #e6e3dc; }
.site-header.is-scrolled { box-shadow: 0 5px 16px #071a2810; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo-link { display: block; width: 203px; flex-shrink: 0; }
.logo-link img { width: 203px; height: auto; }
.logo-link > span { display: block; padding-left: 37px; margin-top: 4px; text-transform: uppercase; font-size: 6px; letter-spacing: 1.9px; font-weight: 600; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { font-size: 12px; font-weight: 600; white-space: nowrap; }
.main-nav > a:not(.button):hover { color: var(--gold-ink); }
.nav-portal { margin-left: 4px; min-height: 43px; padding: 11px 17px; background: var(--navy); color: white; border-color: var(--navy); }
.nav-portal:hover { background: var(--navy-light); border-color: var(--navy-light); }
.menu-toggle { display: none; align-items: center; gap: 7px; background: none; border: 1px solid var(--line); padding: 9px 12px; font-size: 12px; min-height: 42px; }
/* Abertura: fotografias separadas do texto, sem distorções e sem texto incorporado em banners. */
.hero { background: var(--navy); color: white; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 68px; align-items: center; padding-block: 73px 60px; }
.hero h1 { margin-bottom: 23px; }
.hero h1 em { color: var(--gold-bright); }
.hero-description { max-width: 470px; color: #c9d3da; font-size: 14px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }
.hero-actions .button { font-size: 12px; padding-inline: 16px; }
.hero-location { display: flex; align-items: center; gap: 10px; color: #aebfc9; font-size: 10px; letter-spacing: .11em; text-transform: uppercase; margin-top: 31px; }
.hero-location .icon { color: var(--gold-bright); width: 15px; height: 15px; }
.sep { color: var(--gold); margin-inline: 12px; }
.hero-visual { position: relative; padding-top: 8px; }
.hero-frame { position: relative; z-index: 1; margin-right: -24px; }
.hero-frame::before { content: ""; position: absolute; top: -18px; left: 20px; right: -17px; bottom: 21px; border: 1px solid #b9914f80; z-index: -1; }
.hero-photo { width: 100%; height: auto; }
.photo-caption { display: flex; justify-content: space-between; gap: 12px; padding: 13px 18px; background: var(--navy-deep); color: #cbd5dd; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.photo-caption span:first-child { color: var(--gold-bright); }
.hero-secondary { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; margin-top: 24px; gap: 27px; }
.hero-detail { width: 100%; height: 126px; object-fit: cover; }
.hero-note { padding-block: 4px; }
.note-line { display: block; height: 1px; width: 32px; background: var(--gold); margin-bottom: 13px; }
.hero-note p { font: 400 24px/1.25 var(--serif); letter-spacing: -.015em; margin-bottom: 10px; }
.hero-note strong { color: var(--gold-bright); font-weight: 400; }
.hero-note > span:last-child { display: block; max-width: 205px; color: #aebfc9; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; line-height: 1.7; }
.hero-bottom { border-top: 1px solid #ffffff20; display: flex; justify-content: space-between; gap: 22px; padding-block: 17px; font-size: 10px; color: #b6c5ce; }
.hero-bottom a { display: inline-flex; align-items: center; gap: 10px; color: var(--gold-bright); }
.hero-bottom .icon { width: 16px; height: 16px; }
/* Indicadores com referência temporal explícita. */
.numbers { padding-block: 36px 12px; background: var(--cream); border-bottom: 1px solid #e6e1d7; }
.numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.number-item { padding: 0 30px; border-left: 1px solid #d6d1c7; }
.number-item:first-child { border: 0; padding-left: 0; }
.number-item strong { display: block; font: 400 46px/1.1 var(--serif); letter-spacing: -.06em; }
.number-item strong > span { color: var(--gold-ink); }
.number-item p { font-size: 11px; margin: 10px 0 0; color: var(--muted); line-height: 1.65; }
.number-location strong { font-size: 37px; padding-top: 8px; letter-spacing: -.04em; }
.data-note { margin-top: 23px; margin-bottom: 0; color: #677078; font-size: 8.5px; text-align: right; }
/* Institucional e essência. */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 108px; align-items: center; }
.section-intro > p:not(.eyebrow) { max-width: 530px; color: var(--muted); font-size: 14px; line-height: 1.85; margin-bottom: 22px; }
.about-pillars article { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-pillars article:first-child { padding-top: 0; }
.about-pillars article:last-child { border: 0; padding-bottom: 0; }
.icon-box { width: 46px; height: 46px; border: 1px solid #ddcba8; flex-shrink: 0; display: grid; place-items: center; color: var(--gold-ink); }
.about-pillars h3 { font-size: 15px; margin: 0 0 8px; }
.about-pillars p { font-size: 12.5px; line-height: 1.7; color: var(--muted); margin: 0; }
.essence { margin-top: 53px; padding-top: 27px; border-top: 1px solid var(--line); }
.essence > .eyebrow { margin-bottom: 15px; font-size: 9px; }
.essence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
/* Missão, visão e valores sempre visíveis: cartões estáticos, sem cliques e sem JavaScript. */
.essence-card { min-width: 0; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.essence-card h3 { margin: 0; font-family: var(--serif); font-size: 22px; font-weight: 400; line-height: 1.4; min-height: 38px; }
.essence-card p { color: var(--muted); font-size: 12px; margin: 14px 0 0; }
/* Marcas: abas acessíveis; todos os painéis permanecem disponíveis sem JavaScript. */
.brands-section { background: var(--cream); }
.section-heading { margin-bottom: 37px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 65px; }
.split-heading > div { flex-shrink: 0; }
.split-heading > p { max-width: 415px; margin: 0 0 5px; font-size: 14px; color: var(--muted); line-height: 1.85; }
.brand-tabs { display: flex; border-bottom: 1px solid #cfcac0; margin-bottom: 26px; gap: 28px; }
.brand-tabs button { display: flex; gap: 12px; align-items: center; padding: 15px 4px 17px; border: 0; border-bottom: 2px solid transparent; margin-bottom: -1px; font-weight: 600; font-size: 13px; background: none; color: #586167; }
.brand-tabs button[aria-selected="true"] { border-color: var(--gold-ink); color: var(--ink); }
.brand-tabs button span { display: inline-grid; place-items: center; min-width: 25px; min-height: 22px; padding-inline: 5px; background: #e2ded4; font-size: 10px; color: var(--muted); }
.brand-tabs button[aria-selected="true"] span { background: var(--navy); color: white; }
.portfolio-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.portfolio-heading h3 { margin: 0; font-size: 13px; font-weight: 600; }
.portfolio-heading p { margin: 0; font-size: 10px; letter-spacing: .065em; text-transform: uppercase; color: var(--gold-ink); }
.portfolio-heading p span { padding-inline: 9px; }
.brand-panel + .brand-panel:not([hidden]) { margin-top: 35px; }
.brand-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.brand-grid-national { grid-template-columns: repeat(4, 1fr); }
.brand-card { background: var(--white); border: 1px solid #e3e0d9; padding: 20px 18px 17px; min-width: 0; transition: box-shadow .2s, border-color .2s; }
.brand-card:hover { border-color: #b59b75; box-shadow: 0 6px 18px #071a2808; }
.brand-visual { height: 69px; display: flex; align-items: center; justify-content: center; margin-bottom: 21px; }
.brand-logo { object-fit: contain; width: auto; height: auto; max-height: 65px; max-width: 142px; }
.brand-card:nth-child(1) .brand-logo { max-height: 71px; }
.brand-text { font-family: var(--sans); font-size: 22px; color: var(--ink); letter-spacing: -.05em; font-weight: 650; text-align: center; }
.brand-meta h4 { font-size: 12px; font-weight: 650; margin: 0; line-height: 1.35; }
.brand-meta > span { font-size: 8px; color: var(--gold-ink); text-transform: uppercase; letter-spacing: .09em; }
.brand-card > p { font-size: 12px; color: var(--muted); line-height: 1.65; margin: 9px 0 0; }
.portfolio-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #d5d0c5; margin-top: 26px; padding-top: 22px; }
.portfolio-bottom p { margin: 0; color: var(--muted); font-size: 11px; }
.portfolio-bottom p span { padding: 0 9px; color: var(--gold-ink); }
/* Estrutura e processo logístico. */
.operations { background: var(--navy); color: white; }
.operations-grid { display: grid; grid-template-columns: 1.04fr 1fr; gap: 93px; align-items: center; }
.operations h2 em { color: var(--gold-bright); }
.operations-visual { position: relative; padding-bottom: 65px; padding-right: 32px; }
.operations-main { width: 100%; height: 272px; object-fit: cover; object-position: 50% 50%; }
.operations-label { display: flex; align-items: center; gap: 13px; margin-top: 0; background: var(--navy-deep); padding: 18px; width: 68%; }
.operations-label > .icon { color: var(--gold-bright); width: 25px; height: 25px; }
.operations-label strong { display: block; font-size: 11px; font-weight: 600; }
.operations-label span { color: #b0c1ca; display: block; font-size: 10px; margin-top: 3px; }
.operations-secondary { position: absolute; width: 42%; right: 0; bottom: 0; background: var(--navy-deep); border: 6px solid var(--navy); }
.operations-secondary img { width: 100%; height: 141px; object-fit: cover; }
.operations-secondary span { display: block; font-size: 8px; padding: 11px; color: #d2dee5; }
.operations-copy > p:not(.eyebrow) { color: #bdcbd4; font-size: 13px; line-height: 1.9; }
.check-list { margin: 26px 0 25px; }
.check-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 11px; font-size: 12px; }
.check-list .icon { width: 17px; height: 17px; color: var(--gold-bright); }
.process-heading { border-top: 1px solid #ffffff24; margin-top: 52px; padding-top: 29px; display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 23px; }
.process-heading h3 { font: 400 27px/1.3 var(--serif); letter-spacing: -.025em; margin: 0; }
.process-heading p { margin: 0; color: #afc1cc; font-size: 11px; }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.process-grid img { aspect-ratio: 1.7; width: 100%; object-fit: cover; }
.process-copy { position: relative; padding-top: 17px; }
.process-number { display: block; color: var(--gold-bright); font-size: 9px; letter-spacing: .14em; margin-bottom: 7px; }
.process-grid h4 { margin-bottom: 7px; font-size: 12px; font-weight: 600; line-height: 1.4; }
.process-grid p { margin: 0; color: #b0c2cd; font-size: 10.5px; line-height: 1.7; }
/* Canais e marcas de clientes, sem alterar ou desenhar logotipos. */
.channel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.channel-card { border: 1px solid var(--line); background: white; }
.channel-card > img { width: 100%; aspect-ratio: 1.68; object-fit: cover; }
.channel-card > div { padding: 22px; }
.channel-card h3 { margin-bottom: 8px; font: 400 23px/1.3 var(--serif); letter-spacing: -.04em; }
.channel-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.partners-heading { display: flex; align-items: center; gap: 24px; margin-block: 45px 25px; }
.partners-heading span { color: var(--muted); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.partners-heading > span:last-child { font-size: 8px; color: #6d777d; }
.thin-line { flex: 1; height: 1px; background: var(--line); }
.partner-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.partner-grid li { min-width: 0; min-height: 77px; display: flex; align-items: center; justify-content: center; border: 1px solid #e7e5df; background: white; padding: 18px; }
.partner-grid img { max-width: min(100%, 133px); max-height: 41px; width: auto; height: auto; object-fit: contain; }
/* Abrangência: o mapa é informativo, os dados também estão em texto acessível. */
.coverage { background: var(--cream); }
.coverage-grid { display: grid; grid-template-columns: 1fr 1.06fr; gap: 94px; align-items: center; }
.coverage-map { padding: 30px; border: 1px solid #dedad0; background: var(--paper); }
.coverage-map > img { width: 100%; height: auto; }
.coverage-map .eyebrow { margin-bottom: 20px; font-size: 10px; }
.map-caption { font-size: 8px; margin: 18px 0 0; color: #65717b; }
.coverage-copy > p { color: var(--muted); font-size: 13px; line-height: 1.85; }
.coverage-total { display: flex; align-items: center; gap: 24px; margin: 29px 0 20px; padding: 19px 24px; background: var(--navy); color: white; }
.coverage-total strong { font: 400 52px/1.1 var(--serif); color: var(--gold-bright); letter-spacing: -.065em; }
.coverage-total p { margin: 0; font-size: 10px; line-height: 1.65; text-transform: uppercase; letter-spacing: .055em; }
.region-row { display: flex; align-items: center; gap: 25px; padding: 17px 0; border-bottom: 1px solid #d5d1c6; }
.region-row > strong { font: 400 41px/1 var(--serif); letter-spacing: -.06em; width: 54px; flex-shrink: 0; }
.region-row h3 { color: var(--gold-ink); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 6px; }
.region-row p { font-size: 11px; color: var(--muted); margin: 0; }
.coverage-additional { margin: 21px 0; }
.coverage-additional strong { text-transform: uppercase; letter-spacing: .07em; font-size: 9px; }
.coverage-additional p { font-size: 12px; margin: 5px 0 0; }
.expansion { display: flex; gap: 15px; padding: 16px 17px; background: #e8dfcd; border-left: 2px solid var(--gold-ink); }
.expansion .icon { color: var(--gold-ink); }
.expansion strong { font-size: 11px; display: block; line-height: 1.5; }
.expansion p { margin: 5px 0 0; color: #596169; font-size: 10px; line-height: 1.75; }
.representative-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 30px; margin-top: 49px; border: 1px solid #c6b18d; }
.representative-banner .eyebrow { margin-bottom: 7px; font-size: 9px; }
.representative-banner h3 { font: 400 28px/1.3 var(--serif); letter-spacing: -.035em; margin: 0 0 6px; }
.representative-banner p:not(.eyebrow) { color: var(--muted); font-size: 11px; margin: 0; }
.representative-banner .button { flex-shrink: 0; }
/* Experiência na feira: galeria acessível com suporte de links sem JS. */
.experience { background: var(--navy); color: white; }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: center; }
.experience h2 em { color: var(--gold-bright); }
.experience-copy h2 { font-size: clamp(32px, 3.15vw, 44px); margin-bottom: 20px; }
.experience-copy > p:not(.eyebrow) { color: #bdcbd4; font-size: 13px; line-height: 1.9; margin-top: 17px; }
.event-label { font-size: 11px; letter-spacing: .065em; text-transform: uppercase; color: var(--gold-bright); }
.event-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 22px; }
.event-tags span { border: 1px solid #647988; color: #d3dfe6; font-size: 8.5px; padding: 6px 9px; }
.experience-main { position: relative; display: block; border: 1px solid #ffffff20; }
.experience-main img { width: 100%; aspect-ratio: 1.34; object-fit: cover; }
.expand-photo { position: absolute; bottom: 14px; right: 14px; display: inline-flex; align-items: center; gap: 8px; font-size: 10px; padding: 8px 11px; background: #071a28e6; color: white; }
.expand-photo .icon { width: 15px; height: 15px; }
.event-gallery { margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.event-gallery img { width: 100%; aspect-ratio: 1.95; object-fit: cover; }
.event-gallery .gallery-link { display: block; border-bottom: 1px solid #ffffff40; }
.event-gallery .gallery-link > span { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 13px 0 16px; color: #c6d5de; font-size: 10px; }
.event-gallery .icon { width: 15px; height: 15px; color: var(--gold-bright); }
.gallery-link:hover { outline: 1px solid var(--gold-bright); outline-offset: 4px; }
/* Estratégia. */
.centered { text-align: center; max-width: 700px; margin-inline: auto; }
.centered h2 { margin-bottom: 20px; }
.centered > p:not(.eyebrow) { color: var(--muted); max-width: 515px; margin: 0 auto; font-size: 13px; line-height: 1.9; }
.strategy-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 39px; }
.strategy-grid > li { background: white; border: 1px solid var(--line); padding: 29px; }
.strategy-top { display: flex; justify-content: space-between; align-items: center; color: var(--gold-ink); margin-bottom: 24px; }
.strategy-top .icon { width: 27px; height: 27px; }
.strategy-top > span { color: #81898d; font-size: 10px; letter-spacing: .1em; }
.strategy-grid h3 { font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: -.035em; margin-bottom: 12px; }
.strategy-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
/* Contato e rodapé. Não há formulário, coleta local nem integração simulada. */
.contact { background: var(--navy); color: white; padding-top: 81px; }
.contact-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 65px; margin-bottom: 39px; }
.contact h2 { margin-bottom: 0; font-size: clamp(36px, 4.1vw, 58px); }
.contact h2 em { color: var(--gold-bright); }
.contact-top > p { color: #c0d0db; max-width: 365px; font-size: 13px; line-height: 1.9; margin-bottom: 7px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.audience-grid article { padding: 29px; background: #ffffff04; border: 1px solid #596a76; display: flex; flex-direction: column; align-items: flex-start; }
.audience-grid article:first-child { background: #153447; border-color: #b2915e; }
.audience-number { color: var(--gold-bright); font-size: 8.5px; letter-spacing: .15em; }
.audience-grid h3 { font: 400 26px/1.25 var(--serif); letter-spacing: -.035em; margin: 22px 0 14px; }
.audience-grid p { font-size: 12px; color: #c1d0da; margin-bottom: 29px; }
.audience-grid .button { margin-top: auto; width: 100%; font-size: 11px; padding-inline: 12px; min-height: 46px; }
.contact-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; padding-block: 43px; margin-top: 30px; border-top: 1px solid #ffffff26; }
.contact-detail { display: flex; gap: 14px; align-items: flex-start; }
.contact-detail > .icon { color: var(--gold-bright); width: 19px; height: 19px; margin-top: 2px; }
.contact-detail h3 { text-transform: uppercase; font-size: 9px; letter-spacing: .1em; margin: 0 0 13px; color: white; }
.contact-detail p, .contact-detail a, .contact-detail address { color: #c4d1db; font-size: 11px; line-height: 1.9; font-style: normal; }
.contact-detail a { display: block; width: fit-content; overflow-wrap: anywhere; }
.contact-detail a:hover { color: var(--gold-bright); text-decoration: underline; }
.contact-detail p { margin: 0; }
.contact-detail .branch { margin-top: 12px; color: var(--gold-bright); }
.contact-detail .minor-label { font-size: 8px; text-transform: uppercase; letter-spacing: .1em; margin: 14px 0 2px; color: #d7e2e9; }
.site-footer { color: white; background: var(--navy-deep); }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 37px; }
.footer-logo { width: 175px; }
.footer-logo img { width: 175px; }
.footer-logo > span { font-size: 5px; padding-left: 30px; letter-spacing: 1.6px; margin-top: 3px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 13px 24px; align-items: center; font-size: 10px; color: #bdcbd6; }
.footer-links .icon { height: 13px; width: 13px; margin-left: 3px; }
.footer-links a:hover, .social-links a:hover { color: var(--gold-bright); }
.social-links { display: flex; gap: 16px; font-size: 9px; color: #bdcbd6; }
.social-links a { white-space: nowrap; }
.social-links .icon { width: 11px; height: 11px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 21px; border-top: 1px solid #ffffff1a; color: #adbfcd; font-size: 9px; }
.footer-bottom p { margin: 0; }
.footer-bottom > a { display: flex; align-items: center; gap: 6px; }
.footer-bottom .icon { width: 13px; height: 13px; }
.back-to-top { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #d0b48a; background: var(--paper); color: var(--navy); box-shadow: 0 4px 20px #071a2825; }
.back-to-top .icon { width: 18px; height: 18px; }
/* Galeria ampliada. O elemento dialog fornece foco modal e fechamento por Escape. */
.photo-dialog { padding: 0; border: 1px solid #647a86; color: white; background: var(--navy-deep); width: min(1060px, calc(100vw - 42px)); max-height: calc(100dvh - 50px); }
.photo-dialog::backdrop { background: #03121deb; }
.dialog-content { position: relative; }
.dialog-image { width: 100%; max-height: calc(100dvh - 190px); object-fit: contain; }
.dialog-close { position: absolute; top: 12px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; background: var(--navy-deep); color: white; border: 1px solid #c6ac87; }
.dialog-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; }
.dialog-footer button { border: 1px solid #70828e; background: none; color: white; width: 42px; height: 42px; flex-shrink: 0; }
.dialog-footer > div { text-align: center; }
#legenda-foto { font-size: 12px; margin: 0 0 4px; }
.dialog-count { font-size: 10px; color: #b9cbd6; }
.dialog-prev .icon { transform: rotate(180deg); }
.photo-dialog :focus-visible { outline-color: var(--gold-bright); }
/* Telas intermediárias. */
@media (min-width: 1600px) { .hero-grid { padding-block: 92px 73px; } }
@media (max-width: 1180px) {
  .container { width: calc(100% - 64px); }
  .main-nav { gap: 20px; }
  .header-inner { gap: 23px; }
  .logo-link, .logo-link img { width: 182px; }
  .logo-link > span { padding-left: 33px; font-size: 5px; letter-spacing: 1.8px; }
  .hero-grid { gap: 45px; padding-block: 60px; }
  .hero h1 { font-size: 52px; }
  .hero-frame { margin-right: 0; }
  .hero-frame::before { right: -13px; }
  .hero-secondary { gap: 20px; }
  .hero-note p { font-size: 22px; }
  .hero-detail { height: 122px; }
  .about-grid, .operations-grid, .coverage-grid { gap: 57px; }
  .brand-grid { gap: 12px; }
  .brand-card { padding: 18px 13px 15px; }
  .brand-logo { max-width: 125px; }
  .process-grid { gap: 13px; }
  .channel-grid { gap: 15px; }
  .channel-card > div { padding: 18px; }
  .partner-grid img { max-width: min(100%, 113px); }
  .experience-grid { gap: 44px; }
  .footer-main { flex-wrap: wrap; gap: 24px 38px; }
  .footer-links { flex: 1; justify-content: flex-end; }
  .social-links { margin-left: auto; }
}
@media (max-width: 980px) {
  html { scroll-padding-top: 93px; }
  .section { padding-block: 72px; }
  .header-inner { flex-wrap: wrap; min-height: 77px; gap: 0; padding-block: 14px; }
  .has-js .menu-toggle { display: inline-flex; }
  .main-nav { width: 100%; justify-content: flex-start; padding: 18px 0 5px; margin-top: 12px; gap: 18px; border-top: 1px solid var(--line); }
  .has-js .main-nav { display: none; }
  .has-js .main-nav[data-open="true"] { display: flex; }
  .nav-portal { margin-left: auto; }
  .hero-grid { gap: 35px; padding-block: 51px 44px; }
  .hero h1 { font-size: 44px; }
  .hero-description { font-size: 13px; }
  .hero-secondary { grid-template-columns: .9fr 1fr; gap: 16px; }
  .hero-note p { font-size: 20px; }
  .hero-note > span:last-child { font-size: 8px; }
  .hero-note .note-line { margin-bottom: 11px; }
  .hero-detail { height: 132px; }
  .photo-caption { font-size: 8px; padding-inline: 12px; }
  .hero-actions .button { font-size: 11px; min-height: 43px; padding: 12px 14px; }
  .hero-location { font-size: 9px; margin-top: 23px; }
  .number-item { padding-inline: 25px; }
  .number-item strong { font-size: 40px; }
  .number-location strong { font-size: 29px; }
  .number-item p { font-size: 10px; }
  .about-grid, .operations-grid, .coverage-grid { gap: 40px; }
  h2 { font-size: 38px; }
  .about-pillars article { gap: 15px; }
  .about-pillars h3 { font-size: 13px; }
  .about-pillars p { font-size: 11px; }
  .icon-box { width: 38px; height: 38px; }
  .split-heading { gap: 36px; }
  .split-heading > p { font-size: 12px; }
  .brand-grid { grid-template-columns: repeat(4, 1fr); }
  .brand-card { padding-inline: 18px; }
  .brand-logo { max-width: 133px; }
  .operations-main { height: 262px; }
  .operations-visual { padding-right: 15px; padding-bottom: 90px; }
  .operations-label { width: 72%; padding: 15px; }
  .operations-label > .icon { display: none; }
  .operations-secondary { width: 49%; }
  .operations-secondary img { height: 124px; }
  .operations-copy h2 { font-size: 36px; }
  .operations-copy > p:not(.eyebrow) { font-size: 12px; }
  .check-list li { font-size: 10.5px; }
  .process-grid h4 { font-size: 11px; }
  .process-grid p { font-size: 10px; }
  .channel-card h3 { font-size: 20px; }
  .channel-card p { font-size: 11.5px; }
  .partner-grid { gap: 10px; }
  .partner-grid img { max-width: min(100%, 91px); max-height: 33px; }
  .partner-grid li { min-width: 0; min-height: 64px; padding: 13px; }
  .coverage-map { padding: 20px; }
  .coverage-grid { grid-template-columns: .88fr 1.12fr; gap: 38px; }
  .coverage-copy h2 { font-size: 34px; }
  .coverage-total { gap: 20px; padding: 17px 20px; }
  .coverage-total p { font-size: 9px; }
  .representative-banner { padding: 27px; gap: 27px; }
  .representative-banner h3 { font-size: 24px; }
  .representative-banner .button { font-size: 11px; padding-inline: 15px; }
  .experience-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .experience-copy h2 { font-size: 34px; }
  .experience-main img { aspect-ratio: .93; }
  .experience-copy > p:not(.eyebrow) { font-size: 12px; }
  .strategy-grid > li { padding: 23px; }
  .strategy-grid h3 { font-size: 22px; }
  .contact-top { gap: 45px; }
  .contact-top > p { max-width: 285px; font-size: 12px; }
  .audience-grid { gap: 14px; }
  .audience-grid article { padding: 22px; }
  .audience-grid h3 { font-size: 23px; }
  .audience-grid .button { font-size: 10px; }
  .contact-details { gap: 20px; }
}
/* Celular: uma coluna para narrativa, grades de duas colunas e alvos de toque. */
@media (max-width: 760px) {
  html { scroll-padding-top: 84px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 56px; }
  .topbar-inner { justify-content: center; min-height: 30px; }
  .topbar-inner > span { display: none; }
  .topbar a { font-size: 9px; }
  .header-inner { min-height: 73px; padding-block: 13px; }
  .logo-link, .logo-link img { width: 178px; }
  .logo-link > span { font-size: 5px; letter-spacing: 1.7px; padding-left: 31px; }
  .main-nav { flex-direction: column; align-items: stretch; gap: 0; padding-top: 8px; }
  .main-nav > a:not(.button) { font-size: 14px; padding: 11px 4px; }
  .nav-portal { margin: 8px 0 4px; min-height: 46px; font-size: 13px !important; }
  .menu-toggle { padding: 9px 10px; }
  .hero-grid { grid-template-columns: 1fr; gap: 43px; padding-block: 44px 30px; }
  .hero .eyebrow { font-size: 10px; margin-bottom: 20px; }
  .hero h1 { font-size: clamp(40px, 7.9vw, 56px); max-width: 610px; line-height: 1.1; margin-bottom: 23px; }
  .hero-description { font-size: 13px; max-width: 520px; }
  .hero-actions { margin-top: 25px; gap: 10px; }
  .hero-actions .button { min-height: 47px; font-size: 12px; padding-inline: 16px; }
  .hero-location { margin-top: 23px; font-size: 9px; }
  .hero-visual { padding-top: 0; }
  .hero-frame { margin-right: 8px; }
  .hero-frame::before { left: 14px; top: -12px; right: -9px; bottom: 18px; }
  .hero-photo { aspect-ratio: 1.8996; object-fit: cover; }
  .photo-caption { font-size: 8px; padding: 12px; }
  .hero-secondary { grid-template-columns: .85fr 1.15fr; gap: 22px; margin-top: 18px; }
  .hero-detail { height: 114px; }
  .hero-note p { font-size: 22px; margin-bottom: 8px; }
  .hero-note > span:last-child { font-size: 8px; }
  .hero-bottom { padding-block: 15px; justify-content: center; }
  .hero-bottom > span { display: none; }
  .hero-bottom > a { font-size: 11px; }
  .numbers { padding-top: 30px; }
  .numbers-grid { grid-template-columns: repeat(2, 1fr); row-gap: 25px; }
  .number-item { padding: 0 20px; }
  .number-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .number-item strong { font-size: 42px; }
  .number-location strong { padding-top: 7px; font-size: 31px; }
  .number-item p { font-size: 10px; }
  .data-note { font-size: 8px; margin-top: 22px; text-align: left; }
  h2 { font-size: clamp(33px, 6.7vw, 42px); margin-bottom: 22px; }
  .eyebrow { font-size: 10px; margin-bottom: 17px; }
  .about-grid { grid-template-columns: 1fr; gap: 32px; }
  .section-intro > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; }
  .about-pillars article { padding-block: 20px; gap: 17px; }
  .about-pillars h3 { font-size: 14px; }
  .about-pillars p { font-size: 12px; }
  .icon-box { width: 43px; height: 43px; }
  .text-link { font-size: 12px; gap: 9px; }
  .essence { margin-top: 35px; padding-top: 23px; }
  .essence-grid { grid-template-columns: 1fr; gap: 12px; }
  .essence-card h3 { min-height: 42px; font-size: 23px; }
  .essence-card p { font-size: 12px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; font-size: 13px; max-width: 560px; }
  .section-heading { margin-bottom: 28px; }
  .brand-tabs { gap: 17px; margin-bottom: 22px; }
  .brand-tabs button { font-size: 12px; gap: 7px; padding: 12px 0 14px; min-height: 48px; }
  .brand-tabs button span { min-width: 22px; font-size: 9px; }
  .portfolio-heading { align-items: flex-start; gap: 12px; }
  .portfolio-heading h3 { font-size: 12px; }
  .portfolio-heading p { font-size: 8px; line-height: 1.8; max-width: 165px; text-align: right; }
  .portfolio-heading p span { padding-inline: 4px; }
  .brand-grid, .brand-grid-national { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .brand-card { padding: 20px 16px 17px; }
  .brand-visual { height: 62px; margin-bottom: 20px; }
  .brand-logo { max-width: 125px; max-height: 62px; }
  .brand-card:nth-child(1) .brand-logo { max-height: 62px; }
  .brand-meta h4 { font-size: 12px; }
  .brand-meta > span { font-size: 8px; }
  .brand-card > p { font-size: 11.5px; }
  .brand-text { font-size: 19px; }
  .portfolio-bottom { display: block; padding-top: 20px; }
  .portfolio-bottom p { font-size: 10px; margin-bottom: 12px; }
  .portfolio-bottom p span { padding-inline: 5px; }
  .operations-grid { grid-template-columns: 1fr; gap: 37px; }
  .operations-visual { padding-right: 18px; padding-bottom: 60px; }
  .operations-main { height: auto; aspect-ratio: 1.55; object-fit: cover; }
  .operations-label { width: 72%; padding: 17px; }
  .operations-label strong { font-size: 10px; }
  .operations-label span { font-size: 9px; }
  .operations-secondary { width: 42%; }
  .operations-secondary img { height: auto; aspect-ratio: 1.35; }
  .operations-secondary span { font-size: 7px; padding: 9px; line-height: 1.7; }
  .operations-copy h2 { font-size: 36px; }
  .operations-copy > p:not(.eyebrow) { font-size: 13px; }
  .check-list { margin-top: 22px; }
  .check-list li { font-size: 12px; gap: 10px; }
  .process-heading { display: block; margin-top: 35px; padding-top: 28px; }
  .process-heading h3 { font-size: 25px; }
  .process-heading p { font-size: 11px; margin-top: 9px; }
  .process-grid { display: grid; grid-template-columns: 1fr; gap: 19px; }
  .process-grid li { display: grid; grid-template-columns: 98px 1fr; gap: 17px; align-items: center; border-bottom: 1px solid #ffffff20; padding-bottom: 19px; }
  .process-grid li:last-child { border-bottom: 0; padding-bottom: 0; }
  .process-grid img { height: 87px; width: 98px; aspect-ratio: auto; object-fit: cover; }
  .process-copy { padding-top: 0; }
  .process-number { font-size: 9px; margin-bottom: 4px; }
  .process-grid h4 { font-size: 12px; margin-bottom: 5px; }
  .process-grid p { font-size: 10.5px; }
  .channel-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .channel-card > img { aspect-ratio: 1.35; }
  .channel-card > div { padding: 18px 14px; }
  .channel-card h3 { font-size: 22px; overflow-wrap: normal; }
  .channel-card p { font-size: 11.5px; }
  .partners-heading { margin-top: 34px; gap: 13px; }
  .partners-heading > span:first-child { font-size: 8px; }
  .partners-heading > span:last-child { display: none; }
  .partner-grid { grid-template-columns: repeat(3, 1fr); gap: 9px; }
  .partner-grid li { min-width: 0; min-height: 65px; padding: 12px; }
  .partner-grid img { max-width: 100%; max-height: 32px; }
  .coverage-grid { display: flex; flex-direction: column; gap: 34px; align-items: stretch; }
  .coverage-map { max-width: 540px; width: 100%; margin-inline: auto; padding: 23px; }
  .coverage-map > img { max-height: 480px; width: 100%; object-fit: contain; }
  .coverage-copy h2 { font-size: 35px; }
  .coverage-copy > p { font-size: 13px; }
  .coverage-total { padding: 20px; gap: 25px; }
  .coverage-total strong { font-size: 52px; }
  .coverage-total p { font-size: 9px; }
  .region-row { gap: 20px; padding-block: 19px; }
  .region-row p { font-size: 12px; }
  .coverage-additional p { font-size: 12px; }
  .expansion { padding: 18px; }
  .expansion strong { font-size: 12px; }
  .expansion p { font-size: 11px; }
  .representative-banner { display: block; margin-top: 35px; padding: 24px; }
  .representative-banner h3 { font-size: 27px; }
  .representative-banner p:not(.eyebrow) { font-size: 12px; margin-top: 10px; }
  .representative-banner .button { margin-top: 24px; font-size: 12px; }
  .experience-grid { grid-template-columns: 1fr; gap: 29px; }
  .experience-copy h2 { font-size: 36px; }
  .experience-copy > p:not(.eyebrow) { font-size: 13px; }
  .experience-main img { aspect-ratio: 1.55; }
  .event-tags { margin-block: 20px; }
  .event-tags span { font-size: 8px; }
  .event-gallery { gap: 11px; margin-top: 17px; }
  .event-gallery img { aspect-ratio: .85; }
  .event-gallery .gallery-link > span { font-size: 8.5px; align-items: flex-start; padding: 11px 0; line-height: 1.6; }
  .event-gallery .icon { display: none; }
  .centered { text-align: left; }
  .centered > p:not(.eyebrow) { font-size: 13px; margin-left: 0; }
  .strategy-grid { grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 30px; }
  .strategy-grid > li { padding: 21px 17px; }
  .strategy-top { margin-bottom: 18px; }
  .strategy-top .icon { height: 24px; width: 24px; }
  .strategy-grid h3 { font-size: 23px; }
  .strategy-grid p { font-size: 11.5px; }
  .contact { padding-top: 56px; }
  .contact-top { display: block; margin-bottom: 30px; }
  .contact h2 { font-size: 40px; }
  .contact-top > p { margin-top: 22px; max-width: none; font-size: 13px; }
  .audience-grid { grid-template-columns: 1fr; gap: 17px; }
  .audience-grid article { padding: 28px; }
  .audience-grid h3 { font-size: 28px; margin-top: 18px; margin-bottom: 13px; }
  .audience-grid p { font-size: 12px; margin-bottom: 21px; }
  .audience-grid .button { font-size: 12px; min-height: 49px; }
  .contact-details { grid-template-columns: 1fr; padding-block: 31px; gap: 29px; margin-top: 31px; }
  .contact-detail { gap: 16px; }
  .contact-detail h3 { font-size: 10px; }
  .contact-detail p, .contact-detail a, .contact-detail address { font-size: 12px; }
  .contact-detail a { padding-block: 3px; }
  .footer-main { display: block; padding-block: 33px; }
  .footer-logo, .footer-logo img { width: 182px; }
  .footer-links { margin-top: 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px 17px; font-size: 11px; }
  .footer-links a { padding-block: 7px; }
  .social-links { margin-top: 23px; justify-content: flex-start; gap: 24px; font-size: 11px; }
  .social-links a { padding-block: 5px; }
  .footer-bottom { display: flex; flex-wrap: wrap; gap: 12px 20px; padding-block: 22px; font-size: 9px; }
  .footer-bottom > p:first-child { width: 100%; }
  .footer-bottom > a { margin-left: auto; }
  .back-to-top { right: 13px; bottom: 13px; width: 41px; height: 41px; }
  .photo-dialog { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); }
  .dialog-footer { padding: 15px 11px; gap: 10px; }
  #legenda-foto { font-size: 10px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .hero h1 { font-size: 37px; }
  .hero-actions { display: grid; }
  .hero-secondary { gap: 15px; }
  .hero-note p { font-size: 21px; }
  .hero-location { font-size: 8px; }
  .brand-tabs { gap: 14px; }
  .brand-tabs button { font-size: 10px; }
  .brand-card { padding-inline: 12px; }
  .brand-logo { max-width: 111px; }
  .channel-card h3 { font-size: 19px; }
  .strategy-grid > li { padding: 19px 14px; }
  .strategy-grid h3 { font-size: 21px; }
  .coverage-copy h2 { font-size: 32px; }
  .coverage-total { gap: 17px; }
  .coverage-total strong { font-size: 46px; }
  .coverage-total p { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  @page { size: A4; margin: 14mm; }
  body { font-size: 11px; background: white; color: black; }
  .container { width: 100%; }
  .section, .contact { padding-block: 22px; }
  .topbar, .site-header, .hero-visual, .hero-bottom, .brand-tabs, .hero-actions, .representative-banner, .experience, .back-to-top, .photo-dialog, .site-footer, .audience-grid { display: none !important; }
  .hero, .operations, .contact { background: white; color: black; }
  .hero-grid { display: block; padding-block: 20px; }
  .hero h1 { font-size: 33px; }
  .hero h1 em, .operations h2 em, .contact h2 em { color: var(--gold-ink); }
  .hero-description, .operations-copy > p:not(.eyebrow), .check-list, .contact-top > p, .contact-detail p, .contact-detail a, .contact-detail address, .contact-detail h3 { color: #333; }
  h2 { font-size: 28px; }
  .contact-top h2 { font-size: 30px; }
  .contact-details { grid-template-columns: repeat(3, 1fr); }
  .contact-details > div { break-inside: avoid; }
  .brand-panel[hidden] { display: block !important; margin-top: 20px; }
  .brand-grid, .brand-grid-national { grid-template-columns: repeat(4, 1fr); }
  .brand-card, .channel-card, .strategy-grid > li { break-inside: avoid; }
  .operations-grid, .coverage-grid, .about-grid { gap: 25px; }
  .coverage-map { max-width: 260px; }
  .operations-visual { display: none; }
  .operations-grid { display: block; }
  .process-grid { grid-template-columns: repeat(5,1fr); }
  .process-grid p { color: #333; }
  .process-heading p { color: #333; }
  .contact-detail .minor-label { color: #333; }
}

/* Integração com o site existente — V3. Somente a página inicial carrega este CSS. */
.topbar-access { display: flex; align-items: center; gap: 24px; }
.topbar-access .app-access { padding-right: 24px; border-right: 1px solid #49606f; }
.main-nav > a[aria-current="page"] { color: var(--gold-ink); }
.about-legacy-copy { color: var(--muted); font-size: 14px; }
.company-page-link { display: table; margin-top: 12px; font-size: 12px; }
.footer-links { max-width: 530px; }
.legacy-brand-logo { max-width: 150px; max-height: 75px; }
@media (max-width: 980px) {
  .main-nav { flex-wrap: wrap; }
}
@media (max-width: 760px) {
  .topbar-access { gap: 12px; }
  .topbar-access .app-access { padding-right: 12px; }
  .topbar-access > a { min-height: 34px; font-size: 10px; letter-spacing: 0; }
  .main-nav { max-height: calc(100dvh - 115px); overflow-y: auto; }
  .footer-links { max-width: none; }
}
@media (max-width: 360px) {
  .topbar-access { gap: 8px; }
  .topbar-access .app-access { padding-right: 8px; }
  .topbar-access > a { font-size: 9px; }
}
