/* ==========================================================================
   A9 Sites — tema OFICINA ("Auto Forte")
   Industrial: preto + amarelo, Oswald condensada CAIXA ALTA + Roboto,
   listras de segurança, recortes diagonais, sombras duras.
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

:root {
  --brand: #FACC15;          /* sobrescrito pelo <style> inline (settings) */
  --dark: #121212;
  --steel: #9CA3AF;
  --ink: #0C0C0C;
  --paper: #F4F4F2;
  --panel: #1A1A1D;
  --line: #E3E3DE;
  --line-dark: #2B2B30;
  --text: #35353B;
  --hazard: repeating-linear-gradient(-45deg, var(--brand) 0 16px, var(--dark) 16px 32px);
  --shadow-hard: 7px 7px 0 rgba(18, 18, 18, .92);
  --shadow-brand: 7px 7px 0 var(--brand);
  --oswald: 'Oswald', 'Arial Narrow', sans-serif;
  --roboto: 'Roboto', Arial, sans-serif;
}

/* ---------- base ---------- */
html { scroll-behavior: smooth; }
body.of-body {
  font-family: var(--roboto);
  color: var(--text);
  background: var(--paper);
  font-size: 1rem;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }

h1, h2, h3, h4, .brand-word {
  font-family: var(--oswald);
  text-transform: uppercase;
  letter-spacing: .015em;
  color: var(--dark);
  line-height: 1.08;
}
h2 { font-weight: 600; font-size: clamp(1.7rem, 3.6vw, 2.6rem); margin-bottom: 1rem; }
h1 mark, h2 mark {
  background: var(--brand);
  color: var(--ink);
  padding: 0 .16em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.kicker {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--oswald);
  font-weight: 500;
  font-size: .84rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #6B6B72;
  margin-bottom: .8rem;
}
.kicker-stripe {
  width: 34px;
  height: 10px;
  flex: 0 0 auto;
  background: repeating-linear-gradient(-45deg, var(--brand) 0 6px, var(--dark) 6px 12px);
}
.sec-sub { max-width: 60ch; color: #5A5A61; }

/* faixa zebrada de segurança */
.hazard { height: 14px; background: var(--hazard); }
.hazard-thin { height: 8px; }

/* ---------- botões ---------- */
.btn-of, .btn-line, .btn-dark-of {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-family: var(--oswald);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .92rem;
  padding: .8rem 1.5rem;
  border: 2px solid var(--dark);
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  cursor: pointer;
  line-height: 1.2;
}
.btn-of { background: var(--brand); color: var(--ink); }
.btn-of:hover { color: var(--ink); transform: translate(-3px, -3px); box-shadow: 5px 5px 0 rgba(18,18,18,.9); }
.btn-line { background: transparent; color: var(--dark); }
.btn-line:hover { background: var(--dark); color: var(--brand); }
.btn-dark-of { background: var(--dark); color: var(--brand); border-color: var(--dark); }
.btn-dark-of:hover { color: var(--brand); transform: translate(-3px, -3px); box-shadow: 5px 5px 0 rgba(12,12,12,.35); }
.btn-of-lg { padding: .95rem 1.9rem; font-size: 1rem; }
.btn-of-sm { padding: .5rem 1rem; font-size: .82rem; }

/* botões em fundo escuro */
.section-dark .btn-line, .hero .btn-line { border-color: #4A4A52; color: #E7E7EA; }
.section-dark .btn-line:hover, .hero .btn-line:hover { background: var(--brand); border-color: var(--brand); color: var(--ink); }

/* ---------- barra utilitária + topo ---------- */
.utility {
  background: #0B0B0C;
  border-bottom: 1px solid #1E1E22;
  font-size: .8rem;
  color: var(--steel);
  padding: .45rem 0;
}
.utility-in { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.utility span, .utility a { display: inline-flex; align-items: center; gap: .45rem; white-space: nowrap; }
.utility svg { color: var(--brand); flex: 0 0 auto; }
.utility a { color: #E7E7EA; font-weight: 500; }
.utility a:hover { color: var(--brand); }
.utility-mid { overflow: hidden; text-overflow: ellipsis; }

.topnav {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--dark);
  border-bottom: 1px solid #26262B;
  transition: box-shadow .2s ease;
}
.topnav.scrolled { box-shadow: 0 10px 30px rgba(0,0,0,.45); }
.topnav-in { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; padding-top: .7rem; padding-bottom: .7rem; }

.brand { display: inline-flex; align-items: center; gap: .6rem; }
.brand img { height: 44px; width: auto; }
.brand-badge {
  width: 38px; height: 38px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brand);
  color: var(--ink);
  clip-path: polygon(0 0, 100% 0, 100% 78%, 78% 100%, 0 100%);
  flex: 0 0 auto;
}
.brand-word {
  font-size: 1.45rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: .04em;
  line-height: 1;
}
.brand-word b { font-weight: 700; color: var(--brand); }

.nav-toggle {
  background: none;
  border: 2px solid #3A3A41;
  color: #fff;
  padding: .35rem .5rem;
  display: inline-flex;
  align-items: center;
}
.nav-toggle .nt-close, .nav-toggle.collapsed .nt-open { display: inline-flex; }
.nav-toggle .nt-open, .nav-toggle.collapsed .nt-close { display: none; }

.mainnav { align-items: center; gap: 1.6rem; }
.mainnav a:not(.nav-cta) {
  font-family: var(--oswald);
  font-weight: 500;
  font-size: .95rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #D9D9DE;
  padding: .35rem 0;
  border-bottom: 3px solid transparent;
}
.mainnav a:not(.nav-cta):hover { color: var(--brand); }
.mainnav a.on { color: var(--brand); border-bottom-color: var(--brand); }
@media (max-width: 991.98px) {
  .mainnav { width: 100%; padding: .8rem 0 1.1rem; }
  .mainnav a:not(.nav-cta) { display: block; padding: .65rem 0; border-bottom: 1px solid #232328; }
  .mainnav a.on { border-bottom-color: var(--brand); }
  .nav-cta { margin-top: 1rem; width: 100%; }
}

/* ---------- hero ---------- */
.hero {
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(250, 204, 21, .07), transparent 60%),
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.016) 22px 23px),
    var(--dark);
  color: #C9C9CF;
  padding: clamp(3rem, 7vw, 5.5rem) 0 0;
  overflow: hidden;
}
.hero .kicker { color: var(--steel); }
.hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.5rem, 6.2vw, 4.4rem);
  margin-bottom: 1.1rem;
}
.hero-sub { font-size: 1.06rem; max-width: 48ch; color: #B9B9C1; margin-bottom: 1.8rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.4rem; }
.hero-rating { display: inline-flex; align-items: center; gap: .5rem; font-size: .88rem; color: var(--steel); margin-bottom: 2rem; }
.hero-rating svg { color: var(--brand); }

.hero-media { padding-bottom: 1rem; }
.hero-frame { position: relative; margin-left: clamp(0px, 3vw, 34px); }
.hero-frame::before {
  content: "";
  position: absolute;
  inset: -14px -14px 14px 40px;
  background: var(--brand);
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.hero-img {
  position: relative;
  z-index: 1;
  aspect-ratio: 5 / 4;
  background-size: cover;
  background-position: center;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  filter: grayscale(.5) contrast(1.05);
}
.hero-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(205deg, rgba(250, 204, 21, .28), transparent 45%),
    linear-gradient(25deg, rgba(18, 18, 18, .82), rgba(18, 18, 18, .18) 55%, transparent),
    repeating-linear-gradient(-45deg, rgba(0,0,0,.10) 0 2px, transparent 2px 16px);
}
.hero-tag {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--dark);
  color: #fff;
  border-left: 6px solid var(--brand);
  font-family: var(--oswald);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .85rem;
  padding: .65rem 1rem;
}
.hero-tag svg { color: var(--brand); }

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid #26262B;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  padding: 1.4rem 0 1.6rem;
  gap: 1.2rem 0;
}
.hstat { padding: 0 1.4rem; border-left: 1px solid #26262B; }
.hstat:first-child { padding-left: 0; border-left: 0; }
.hstat strong {
  display: flex;
  align-items: baseline;
  gap: .3rem;
  font-family: var(--oswald);
  font-weight: 700;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--brand);
  line-height: 1.1;
}
.hstat svg { align-self: center; }
.hstat span { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: var(--steel); }
@media (max-width: 575.98px) {
  .hstat:nth-child(odd) { padding-left: 0; border-left: 0; }
}
@media (min-width: 768px) {
  .hero-stats { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- faixa de marcas ---------- */
.brands { background: #161618; border-bottom: 1px solid #232327; }
.brands-head {
  text-align: center;
  padding-top: 1.6rem;
}
.brands-head span {
  font-family: var(--oswald);
  font-weight: 500;
  font-size: .8rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--steel);
}
.brands-strip { overflow: hidden; padding: 1.1rem 0 1.7rem; }
.brands-track { display: flex; width: max-content; animation: of-marquee 32s linear infinite; }
.brands-strip:hover .brands-track { animation-play-state: paused; }
.brands-run { display: flex; align-items: center; }
.brand-name {
  font-family: var(--oswald);
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  text-transform: uppercase;
  letter-spacing: .06em;
  color: transparent;
  -webkit-text-stroke: 1px #5A5A63;
  white-space: nowrap;
  padding: 0 1.6rem;
}
.brand-dot { width: 9px; height: 9px; background: var(--brand); transform: rotate(45deg); flex: 0 0 auto; }
@keyframes of-marquee { to { transform: translateX(-50%); } }
@supports not (-webkit-text-stroke: 1px #000) {
  .brand-name { color: #4A4A52; }
}

/* ---------- seções ---------- */
.section { padding: clamp(3.4rem, 7vw, 5.6rem) 0; }
.section-dark {
  background:
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.014) 22px 23px),
    var(--dark);
  color: #B9B9C1;
}
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .kicker { color: var(--steel); }
.section-dark .sec-sub { color: #A2A2AB; }

.sec-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.4rem;
}
.sec-head .btn-line { flex: 0 0 auto; margin-bottom: .4rem; }

/* ---------- cards de serviço (home) ---------- */
.svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 2px solid var(--dark);
  box-shadow: var(--shadow-hard);
  padding: 1.5rem 1.4rem 1.4rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.svc-card:hover { transform: translate(-3px, -3px); box-shadow: 10px 10px 0 var(--brand); }
.svc-top { display: flex; align-items: flex-start; justify-content: space-between; gap: .8rem; margin-bottom: 1rem; }
.svc-icon {
  width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--dark);
  color: var(--brand);
  clip-path: polygon(0 0, 100% 0, 100% 76%, 76% 100%, 0 100%);
  flex: 0 0 auto;
}
.svc-price {
  font-family: var(--oswald);
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: var(--brand);
  color: var(--ink);
  padding: .3rem .55rem;
  white-space: nowrap;
}
.svc-card h3 { font-size: 1.18rem; font-weight: 600; margin-bottom: .5rem; }
.svc-card p { font-size: .93rem; color: #55555C; margin: 0; }

.svc-more {
  background: var(--dark);
  border-color: var(--dark);
  color: #C9C9CF;
  justify-content: flex-start;
}
.svc-more h3 { color: var(--brand); }
.svc-more p { color: var(--steel); }
.svc-more-num {
  font-family: var(--oswald);
  font-weight: 700;
  font-size: 2.1rem;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--brand);
  line-height: 1;
  margin-bottom: .8rem;
}
@supports not (-webkit-text-stroke: 1px #000) { .svc-more-num { color: var(--brand); } }
.svc-more-arrow { margin-top: auto; color: var(--brand); padding-top: 1rem; transition: transform .18s ease; }
.svc-more:hover .svc-more-arrow { transform: translateX(6px); }
.svc-more:hover { box-shadow: 10px 10px 0 var(--brand); transform: translate(-3px, -3px); }

/* ---------- processo (passos) / diferenciais ---------- */
.process {
  background:
    radial-gradient(900px 400px at 10% 0%, rgba(250, 204, 21, .06), transparent 60%),
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.014) 22px 23px),
    var(--dark);
  color: #B9B9C1;
  padding: clamp(3.4rem, 7vw, 5.6rem) 0;
}
.process h2 { color: #fff; margin-bottom: 2.2rem; }
.process .kicker { color: var(--steel); }
.process-row { counter-reset: step; }
.step { border-top: 3px solid #2C2C31; padding-top: 1.1rem; height: 100%; position: relative; }
.step::before { content: ""; position: absolute; top: -3px; left: 0; width: 44px; height: 3px; background: var(--brand); }
.step-num {
  display: block;
  font-family: var(--oswald);
  font-weight: 700;
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--brand);
  margin-bottom: .7rem;
}
@supports not (-webkit-text-stroke: 1px #000) { .step-num { color: var(--brand); } }
.step h3 { font-size: 1.12rem; font-weight: 600; color: #fff; margin-bottom: .45rem; }
.step p { font-size: .9rem; color: var(--steel); margin: 0; }

.diff-card {
  height: 100%;
  background: #1B1B1E;
  border: 1px solid #2C2C31;
  border-top: 4px solid var(--brand);
  padding: 1.5rem 1.4rem;
}
.diff-icon {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brand);
  color: var(--ink);
  clip-path: polygon(0 0, 100% 0, 100% 76%, 76% 100%, 0 100%);
  margin-bottom: 1rem;
}
.diff-card h3 { font-size: 1.1rem; font-weight: 600; color: #fff; margin-bottom: .45rem; }
.diff-card p { font-size: .9rem; color: var(--steel); margin: 0; }

/* ---------- sobre ---------- */
.about-photo { position: relative; margin: 0; }
.about-photo::before {
  content: "";
  position: absolute;
  inset: 14px -14px -14px 14px;
  background: var(--hazard);
  z-index: 0;
}
.about-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 2px solid var(--dark);
  filter: grayscale(.35) contrast(1.04);
}
.about-par { color: #4A4A52; max-width: 62ch; }
.perks { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.perks li {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  padding: .65rem 0;
  border-top: 1px dashed #CFCFC8;
  font-size: .95rem;
  color: #45454C;
}
.perks li:last-child { border-bottom: 1px dashed #CFCFC8; }
.perks svg { color: var(--dark); background: var(--brand); padding: 3px; width: 24px; height: 24px; flex: 0 0 auto; }

/* ---------- galeria ---------- */
.gallery-band {
  background: #EBEBE7;
  border-top: 1px solid #DDDDD6;
  border-bottom: 1px solid #DDDDD6;
  padding: clamp(3.4rem, 7vw, 5.2rem) 0;
}
.gallery-band h2 { margin-bottom: 2rem; }
.shot {
  position: relative;
  margin: 0;
  border: 2px solid var(--dark);
  box-shadow: var(--shadow-hard);
  overflow: hidden;
  cursor: zoom-in;
}
.shot img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  filter: grayscale(.5) contrast(1.05);
  transition: transform .35s ease;
}
.shot:hover img { transform: scale(1.04); }
.shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(210deg, rgba(250, 204, 21, .2), transparent 42%),
    linear-gradient(15deg, rgba(18, 18, 18, .68), transparent 55%);
  pointer-events: none;
}
.shot figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: var(--brand);
  color: var(--ink);
  font-family: var(--oswald);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .82rem;
  padding: .45rem .9rem;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 0 100%);
  padding-right: 1.6rem;
}

/* ---------- faixa CTA amarela ---------- */
.cta-band {
  background:
    repeating-linear-gradient(-45deg, transparent 0 26px, rgba(18,18,18,.05) 26px 28px),
    var(--brand);
  border-top: 8px solid var(--dark);
  border-bottom: 8px solid var(--dark);
  padding: clamp(2.6rem, 5vw, 3.8rem) 0;
}
.cta-band-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.cta-band h2 { color: var(--ink); font-weight: 700; font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: .4rem; }
.cta-band h2 mark { background: var(--dark); color: var(--brand); }
.cta-band p { color: #3F3607; max-width: 56ch; margin: 0; font-weight: 500; }
.cta-band-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.1rem; }
.cta-band-tel {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--oswald);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--ink);
  border-bottom: 3px solid var(--dark);
  padding-bottom: .15rem;
}
.cta-band-tel:hover { color: var(--ink); opacity: .75; }

/* ---------- contato ---------- */
.contact-list { list-style: none; padding: 0; margin: 1.8rem 0 0; }
.contact-list li { display: flex; gap: .9rem; padding: .8rem 0; border-top: 1px solid #26262B; }
.contact-list li:last-child { border-bottom: 1px solid #26262B; }
.cl-ic {
  width: 42px; height: 42px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #1D1D21;
  border: 1px solid #2C2C31;
  color: var(--brand);
  flex: 0 0 auto;
}
.contact-list small {
  display: block;
  font-family: var(--oswald);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .7rem;
  color: var(--steel);
  margin-bottom: .1rem;
}
.contact-list a, .contact-list div > span { color: #E7E7EA; font-weight: 500; }
.contact-list a:hover { color: var(--brand); }

.social { display: flex; gap: .8rem; margin-top: 1.4rem; }
.social a {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #2C2C31;
  color: #E7E7EA;
  transition: all .16s ease;
}
.social a:hover { background: var(--brand); border-color: var(--brand); color: var(--ink); }

.of-form {
  background: #fff;
  border: 2px solid var(--dark);
  box-shadow: var(--shadow-brand);
  padding: 1.8rem 1.6rem;
}
.of-form h3 { font-size: 1.35rem; font-weight: 600; margin-bottom: 1.2rem; }
.of-form .form-note { font-size: .92rem; color: #5A5A61; margin: -0.6rem 0 1.2rem; }
.of-form label {
  display: block;
  font-family: var(--oswald);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .78rem;
  color: #45454C;
  margin-bottom: 1rem;
}
.of-form input:not(.hp):not([type=hidden]), .of-form textarea {
  display: block;
  width: 100%;
  margin-top: .35rem;
  font-family: var(--roboto);
  font-size: .98rem;
  color: var(--dark);
  background: #F6F6F3;
  border: 2px solid #D8D8D1;
  border-radius: 0;
  padding: .7rem .85rem;
  transition: border-color .15s ease, background .15s ease;
}
.of-form input:not(.hp):focus, .of-form textarea:focus {
  outline: none;
  border-color: var(--dark);
  background: #fff;
  box-shadow: 4px 4px 0 var(--brand);
}
.of-form textarea { resize: vertical; }
.hp { position: absolute; left: -9999px; }

.form-ok {
  display: flex;
  gap: .9rem;
  background: var(--brand);
  color: var(--ink);
  border: 2px solid var(--dark);
  padding: 1rem 1.2rem;
  margin-bottom: 1.4rem;
}
.form-ok svg { flex: 0 0 auto; margin-top: .2rem; }
.form-ok strong { font-family: var(--oswald); text-transform: uppercase; letter-spacing: .06em; }
.form-ok p { margin: 0; font-size: .92rem; }

/* página contato — tiles */
.contact-stack { display: flex; flex-direction: column; gap: 1rem; }
.contact-tile {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
  background: #fff;
  border: 2px solid var(--dark);
  box-shadow: 5px 5px 0 rgba(18,18,18,.9);
  padding: 1.1rem 1.2rem;
  transition: transform .16s ease, box-shadow .16s ease;
}
a.contact-tile:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--brand); }
.ct-ic {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--dark);
  color: var(--brand);
  clip-path: polygon(0 0, 100% 0, 100% 76%, 76% 100%, 0 100%);
  flex: 0 0 auto;
}
.contact-tile strong {
  display: block;
  font-family: var(--oswald);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .92rem;
  color: var(--dark);
}
.contact-tile a, .contact-tile div > span { font-size: .92rem; color: #55555C; word-break: break-word; }
.contact-tile a:hover { color: var(--dark); text-decoration: underline; }
.contact-tile-brand { background: var(--brand); box-shadow: 5px 5px 0 rgba(18,18,18,.9); }
.contact-tile-brand .ct-ic { background: var(--dark); }
.contact-tile-brand div > span { color: #3F3607; display: block; font-size: .88rem; }
.ct-arrow { margin-left: auto; color: var(--ink); }

.map { border: 2px solid var(--dark); box-shadow: 5px 5px 0 rgba(18,18,18,.9); }
.map iframe { display: block; width: 100%; height: 300px; border: 0; filter: grayscale(.8) contrast(1.05); }

/* ---------- page hero (páginas internas) ---------- */
.page-hero {
  background:
    radial-gradient(900px 380px at 90% -20%, rgba(250, 204, 21, .09), transparent 60%),
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(255,255,255,.016) 22px 23px),
    var(--dark);
  color: var(--steel);
  padding-top: clamp(2.8rem, 6vw, 4.4rem);
}
.page-hero .container { padding-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.page-hero h1 {
  color: #fff;
  font-weight: 700;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  margin-bottom: .7rem;
}
.page-hero-sub { max-width: 62ch; color: #A2A2AB; margin: 0; }
.crumbs {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--oswald);
  font-size: .78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--steel);
  margin-bottom: 1rem;
}
.crumbs a { color: var(--brand); }
.crumbs a:hover { text-decoration: underline; color: var(--brand); }

/* ---------- quadro de preços ---------- */
.price-board {
  background: #fff;
  border: 2px solid var(--dark);
  box-shadow: var(--shadow-hard);
}
.pb-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: var(--dark);
  color: #fff;
  padding: .9rem 1.4rem;
}
.pb-head span:first-child {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: var(--oswald);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 1rem;
}
.pb-head svg { color: var(--brand); }
.pb-head-note {
  font-family: var(--oswald);
  font-size: .74rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--ink);
  background: var(--brand);
  padding: .28rem .6rem;
  white-space: nowrap;
}
.price-row {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.15rem 1.4rem;
  border-top: 1px solid #E7E7E1;
}
.price-row:nth-child(odd) { background: #FAFAF7; }
.price-icon {
  width: 46px; height: 46px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--dark);
  color: var(--brand);
  clip-path: polygon(0 0, 100% 0, 100% 76%, 76% 100%, 0 100%);
  flex: 0 0 auto;
}
.price-info { min-width: 0; }
.price-info h3 { font-size: 1.08rem; font-weight: 600; margin-bottom: .15rem; }
.price-info p { font-size: .88rem; color: #6B6B72; margin: 0; }
.price-lead {
  flex: 1 1 auto;
  min-width: 24px;
  border-bottom: 2px dotted #C9C9C1;
  align-self: center;
}
.price-val { text-align: right; flex: 0 0 auto; }
.price-val small {
  display: block;
  font-family: var(--oswald);
  font-size: .68rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #8A8A91;
}
.price-val strong {
  font-family: var(--oswald);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--dark);
  line-height: 1.1;
  white-space: nowrap;
}
.price-val.is-quote strong { font-size: 1.1rem; color: #6B6B72; }
@media (max-width: 575.98px) {
  .price-row { flex-wrap: wrap; gap: .8rem 1rem; }
  .price-lead { display: none; }
  .price-info { flex: 1 1 calc(100% - 62px); }
  .price-val { flex: 1 1 100%; text-align: left; border-top: 1px dashed #DEDED7; padding-top: .6rem; }
  .price-val small { display: inline; margin-right: .45rem; }
}

.board-note {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  margin-top: 1.8rem;
  background: #EDEDE8;
  border-left: 6px solid var(--brand);
  padding: 1rem 1.2rem;
}
.board-note svg { color: var(--dark); flex: 0 0 auto; margin-top: .2rem; }
.board-note p { margin: 0; font-size: .92rem; color: #4A4A52; }

/* ---------- footer ---------- */
.footer { background: #0B0B0C; color: var(--steel); }
.footer .container { padding-top: 3rem; }
.footer h4 {
  color: #fff;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .16em;
  margin-bottom: .8rem;
}
.footer p { font-size: .92rem; margin: 0; }
.footer a:hover { color: var(--brand); }
.footer .brand-word { font-size: 1.25rem; }
.footer-tag { margin-top: .8rem; max-width: 40ch; }
.footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .6rem;
  border-top: 1px solid #1E1E22;
  margin-top: 2.6rem;
  padding: 1.1rem 0 1.4rem;
  font-size: .82rem;
}
.footer-bar a { color: var(--brand); }
.footer-bar a:hover { text-decoration: underline; }

/* ---------- lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(10, 10, 10, .92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4vmin;
}
.lightbox img { max-width: 100%; max-height: 100%; border: 2px solid var(--brand); }
.lb-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: var(--brand);
  color: var(--ink);
  border: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* ---------- animações de entrada ---------- */
html.js .rv { opacity: 0; transform: translateY(26px); transition: opacity .55s ease, transform .55s ease; }
html.js .rv.on { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .rv { opacity: 1; transform: none; transition: none; }
  .brands-track { animation: none; flex-wrap: wrap; }
  html { scroll-behavior: auto; }
}
