/* ============================================================
   Salão Pétala Morena — site
   Palette: warm cream + ink + copper script
   ============================================================ */

:root {
  --cream: #FFFFFF;          /* base branca pura */
  --cream-soft: #F4F4F4;     /* cinza neutro — SEM calor */
  --paper: #FFFFFF;
  --ink: #111111;
  --ink-2: #1C1C1C;
  --copper: #B26835;         /* usado pontualmente */
  --copper-deep: #8E4F23;
  --copper-soft: #D89865;
  --gold: #C99548;
  --rule: rgba(0, 0, 0, 0.13);
  --rule-soft: rgba(0, 0, 0, 0.08);
  --whatsapp: #1FAA53;
  --whatsapp-deep: #168f44;

  --font-display: "Newsreader", "Merriweather", Georgia, "Times New Roman", serif;
  --font-script: "Newsreader", "Merriweather", Georgia, "Times New Roman", serif;
  --font-body: "Newsreader", "Merriweather", Georgia, "Times New Roman", serif;
  --font-ui: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { overflow-x: clip; }

body {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "ss02", "cv01";
  line-height: 1.5;
  font-weight: 400;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: none; cursor: pointer; background: none; color: inherit; }
[id] { scroll-margin-top: 92px; }
#top { scroll-margin-top: 0; }

/* ---------- shared ---------- */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper-deep);
  font-weight: 500;
}

.display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.display em {
  font-style: italic;
  color: var(--copper);
  font-weight: 800;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.6vw, 52px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0;
  text-wrap: balance;
}

.section-title em {
  font-style: italic;
  color: var(--copper);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.section-kicker::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
  max-width: 240px;
}

.section-pad {
  padding: 90px 0;
}

/* ---------- wordmark ---------- */
.wordmark {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  color: var(--copper);
  letter-spacing: -0.025em;
  line-height: 0.95;
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #111111;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--cream);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}

.nav-logo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
  min-width: 0;
}
.nav-logo .nl-top {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cream);
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.7;
}
@media (max-width: 720px) {
  .nav-logo .nl-top { display: none; }
}
.nav-logo .nl-script {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 19px;
  color: var(--copper-soft);
  letter-spacing: -0.022em;
  line-height: 1;
  white-space: nowrap;
}


.nav-links {
  display: flex;
  gap: 30px;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.nav-links a {
  color: var(--cream);
  opacity: 0.72;
  transition: opacity 0.15s;
  padding: 6px 0;
}
.nav-links a:hover { opacity: 1; }

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--whatsapp);
  color: white;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background 0.15s, transform 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-cta:hover { background: var(--whatsapp-deep); transform: translateY(-1px); }
.nav-cta svg { width: 16px; height: 16px; }

@media (max-width: 880px) {
  .nav-links { display: none; }
  .container { padding: 0 22px; }
  .section-pad { padding: 80px 0; }
  .nav-logo .nl-top { display: none; }
}
.hero {
  position: relative;
  padding: 90px 0 110px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
  align-items: center;
}
.hero-text { max-width: 760px; }

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.hero-eyebrow .dot {
  width: 6px; height: 6px; border-radius: 99px; background: var(--copper);
}

.hero-title {
  font-family: var(--font-display);
  margin: 0 0 26px;
  color: var(--ink);
  letter-spacing: -0.035em;
}
.hero-logo {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin-left: -8px;
}
.hero-title-main {
  display: block;
  font-size: clamp(48px, 7.4vw, 86px);
  font-weight: 900;
  line-height: 0.95;
}
.hero-title .script {
  display: block;
  font-style: italic;
  font-weight: 900;
  color: var(--copper);
  letter-spacing: -0.04em;
  font-size: clamp(54px, 8.4vw, 98px);
  line-height: 0.9;
  margin-top: 10px;
}

.hero-sub {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink);
  opacity: 0.82;
  margin: 0 0 38px;
  max-width: 520px;
  text-wrap: pretty;
}

.hero-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15.5px;
  letter-spacing: 0.005em;
  transition: transform 0.15s, background 0.15s, border-color 0.15s;
  border: 1.5px solid transparent;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }

.btn-primary {
  background: var(--whatsapp);
  color: white;
  box-shadow: 0 6px 20px -8px rgba(31, 170, 83, 0.55);
}
.btn-primary:hover { background: var(--whatsapp-deep); transform: translateY(-1.5px); }

.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-ghost:hover { background: var(--ink); color: white; }

.btn-copper {
  background: var(--ink);
  color: white;
}
.btn-copper:hover { background: #000; transform: translateY(-1.5px); }

.hero-social {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 46px;
  flex-wrap: wrap;
}
.hero-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 28px -18px rgba(0,0,0,0.45);
  transition: transform 0.15s, box-shadow 0.15s;
}
.hero-social a:hover { transform: translateY(-1.5px); box-shadow: 0 18px 32px -18px rgba(0,0,0,0.55); }
.hero-social svg { width: 17px; height: 17px; }
.hero-social-ig { background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 78%, #515bd4 100%); }
.hero-social-tt {
  background: #0b0b0f;
  border: 1px solid rgba(37, 244, 238, 0.42);
  box-shadow:
    7px 7px 0 -4px rgba(254, 44, 85, 0.82),
    -7px -7px 0 -4px rgba(37, 244, 238, 0.82),
    0 14px 28px -18px rgba(0,0,0,0.45);
}
.hero-social-tt svg {
  color: #25f4ee;
  filter: drop-shadow(2px 1px 0 #fe2c55);
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 540px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
}
.hero-meta .mt-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper-deep);
  margin-bottom: 6px;
}
.hero-meta .mt-val {
  font-size: 15.5px;
  font-weight: 500;
  line-height: 1.4;
}

/* hero visual */
@media (min-width: 721px) {
  .hero-grid { justify-items: center; }
  .hero-text {
    width: min(760px, 100%);
    margin: 0 auto;
    text-align: center;
  }
  .hero-eyebrow,
  .hero-ctas,
  .hero-social { justify-content: center; }
  .hero-logo {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-meta {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media (max-width: 980px) {
  .hero-grid { gap: 50px; }
}
@media (max-width: 560px) {
  .hero-meta { grid-template-columns: 1fr; gap: 18px; }
}

/* ---------- ticker ---------- */
.ticker {
  background: var(--ink);
  color: var(--cream);
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.ticker-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: scroll 38s linear infinite;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.005em;
  opacity: 0.85;
}
.ticker-track span { display: inline-flex; align-items: center; gap: 56px; }
.ticker-track .sep {
  color: var(--copper);
  font-style: normal;
  font-family: var(--font-body);
  opacity: 0.65;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- diferenciais ---------- */
.diff {
  background: var(--cream);
  border-top: 1px solid var(--rule-soft);
}

.diff-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 50px;
}

.diff-card {
  background: var(--paper);
  border-radius: 8px;
  padding: 32px 26px 34px;
  border: 1px solid var(--rule-soft);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
  overflow: hidden;
}
.diff-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -22px rgba(15, 11, 8, 0.25);
}
.diff-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--copper);
  letter-spacing: 0.18em;
  margin-bottom: 24px;
}
.diff-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.018em;
}
.diff-title em {
  font-style: italic;
  color: var(--copper);
  font-weight: 700;
}
.diff-text {
  font-size: 14.5px;
  line-height: 1.55;
  opacity: 0.78;
  margin: 0;
}

@media (max-width: 900px) {
  .diff-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .diff-grid { grid-template-columns: 1fr; }
}

/* ---------- servicos ---------- */
.servicos {
  background: var(--ink);
  color: var(--cream);
}
.servicos .section-title { color: var(--cream); }
.servicos .section-title em { color: var(--copper-soft); }
.servicos .eyebrow { color: var(--copper-soft); }
.servicos .section-kicker::after { background: rgba(255, 253, 247, 0.15); }
.servicos .serv-head p { color: var(--cream); opacity: 0.75; }

.serv-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 60px;
}
.serv-head p {
  font-size: 17px;
  line-height: 1.55;
  opacity: 0.78;
  max-width: 460px;
  margin: 0;
  text-wrap: pretty;
}

.serv-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(255, 253, 247, 0.15);
  padding-bottom: 0;
}
.serv-tab {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--cream);
  opacity: 0.6;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: opacity 0.15s, border-color 0.15s, color 0.15s;
  letter-spacing: 0.01em;
}
.serv-tab.is-active {
  opacity: 1;
  color: var(--copper-soft);
  border-bottom-color: var(--copper-soft);
}
.serv-tab:hover { opacity: 1; }

.serv-content {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 56px;
  align-items: flex-start;
}

.serv-table {
  width: 100%;
  border-collapse: collapse;
}
.serv-table tr {
  border-bottom: 1px solid rgba(255, 253, 247, 0.12);
}
.serv-table tr:first-child { border-top: 1px solid rgba(255, 253, 247, 0.12); }
.serv-table td {
  padding: 18px 0;
  vertical-align: top;
}
.serv-table .name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.005em;
  color: var(--cream);
}
.serv-table .name small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.6;
  margin-top: 3px;
  letter-spacing: 0;
}
.serv-table .price {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  text-align: right;
  white-space: nowrap;
  padding-left: 24px;
  color: var(--copper-soft);
  letter-spacing: -0.01em;
}

.serv-side {
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  padding: 36px 32px;
  position: sticky;
  top: 92px;
  border: 1px solid rgba(255, 253, 247, 0.12);
}
.serv-side .ss-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper-deep);
  margin-bottom: 16px;
}
.serv-side h3 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 14px;
  letter-spacing: -0.022em;
}
.serv-side h3 em { font-style: italic; color: var(--copper); font-weight: 700; }
.serv-side p {
  font-size: 14.5px;
  opacity: 0.78;
  line-height: 1.55;
  margin: 0 0 24px;
}
.serv-side ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.serv-side li {
  font-size: 13.5px;
  opacity: 0.75;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.45;
}
.serv-side li::before {
  content: "";
  width: 4px; height: 4px;
  background: var(--copper);
  border-radius: 99px;
  margin-top: 8px;
  flex-shrink: 0;
}

.serv-agenda {
  background: rgba(178, 104, 53, 0.07);
  border: 1px solid rgba(178, 104, 53, 0.2);
  border-radius: 10px;
  padding: 16px 18px;
  margin-bottom: 18px;
}
.serv-side .serv-agenda .sa-title {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper-deep);
  margin: 0 0 8px;
  opacity: 1;
}
.serv-side .serv-agenda .sa-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px;
  opacity: 0.9;
}
.serv-agenda .sa-text strong { color: var(--copper-deep); font-weight: 600; }
.serv-side .serv-agenda .sa-note {
  font-size: 12.5px;
  line-height: 1.45;
  margin: 0;
  color: var(--copper-deep);
  opacity: 0.95;
}

.serv-note {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.6;
  margin-top: 28px;
  letter-spacing: 0.01em;
}

@media (max-width: 900px) {
  .serv-head { grid-template-columns: 1fr; gap: 28px; }
  .serv-content { grid-template-columns: 1fr; gap: 36px; }
  .serv-side { position: static; }
}

/* ---------- produtos ---------- */
.produtos {
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid var(--rule-soft);
}
.produtos .section-title { color: var(--ink); }
.produtos .section-title em { color: var(--copper); }
.produtos .eyebrow { color: var(--copper-deep); }

.prod-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 60px;
}
.prod-head p {
  font-size: 17px;
  line-height: 1.55;
  opacity: 0.75;
  max-width: 440px;
  margin: 0;
}

.prod-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.prod-card {
  background: var(--paper);
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--rule-soft);
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;
}
.prod-card:hover {
  transform: translateY(-3px);
  border-color: var(--rule);
  box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.18);
}

.prod-thumb {
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, transparent 49%, rgba(0, 0, 0, 0.06) 49%, rgba(0, 0, 0, 0.06) 51%, transparent 51%),
    linear-gradient(45deg, transparent 49%, rgba(0, 0, 0, 0.04) 49%, rgba(0, 0, 0, 0.04) 51%, transparent 51%);
  background-size: 14px 14px;
  background-position: center;
  background-color: var(--cream-soft);
  display: flex;
  align-items: flex-end;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
.prod-thumb.has-photo {
  background-size: cover;
  background-position: center;
  background-color: var(--cream-soft);
}
.prod-thumb.has-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.16), transparent 38%, rgba(0,0,0,0.08));
  pointer-events: none;
}
.prod-thumb.has-photo .prod-thumb-art { display: none; }
.prod-thumb-art {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background:
    radial-gradient(circle at 82% 18%, rgba(178, 104, 53, 0.25), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(17, 17, 17, 0.10), transparent 34%),
    repeating-linear-gradient(135deg, rgba(17,17,17,0.045) 0 1px, transparent 1px 13px),
    var(--paper);
}
.prod-thumb-art::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
}
.prod-thumb-art span {
  position: relative;
  z-index: 1;
  max-width: 78%;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--copper-deep);
}
.prod-thumb-art strong {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.prod-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.prod-name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.15;
  margin: 0;
}
.prod-name em { font-style: italic; color: var(--copper); font-weight: 700; }
.prod-meta {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper-deep);
  opacity: 0.85;
}
.prod-text {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.7;
  margin: 0;
  flex: 1;
}
.prod-price {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin: 8px 0 4px;
}
.prod-price small {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-left: 6px;
}

.prod-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 999px;
  background: var(--ink);
  border: 1px solid var(--ink);
  font-size: 13.5px;
  font-weight: 500;
  color: white;
  transition: background 0.15s, border-color 0.15s;
  margin-top: 6px;
  white-space: nowrap;
  min-height: 44px;
}
.prod-cta:hover {
  background: var(--whatsapp);
  border-color: var(--whatsapp);
}
.prod-cta svg { width: 14px; height: 14px; }

@media (max-width: 920px) {
  .prod-head { grid-template-columns: 1fr; gap: 24px; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .prod-grid { grid-template-columns: 1fr; }
}

/* ---------- catalog banner ---------- */
.catbanner {
  background: linear-gradient(135deg, var(--copper-deep), var(--copper));
  color: var(--cream);
  padding: 50px 0;
  border-top: 1px solid rgba(255, 253, 247, 0.18);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.catbanner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.catbanner h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.022em;
  max-width: 720px;
  color: var(--cream);
}
.catbanner h3 em {
  font-style: italic;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 4px;
}
.catbanner .cb-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  background: var(--whatsapp);
  color: white;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  transition: transform 0.15s, background 0.15s;
}
.catbanner .cb-btn:hover { transform: translateY(-2px); background: var(--whatsapp-deep); }
.catbanner .cb-btn svg { width: 18px; height: 18px; }

/* ---------- inspiracao ---------- */
.inspira {
  background: var(--cream-soft);
}

.insp-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 110px;
  gap: 14px;
  margin-top: 50px;
}

.insp-slot {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  background:
    radial-gradient(circle at 76% 18%, rgba(178, 104, 53, 0.20), transparent 30%),
    repeating-linear-gradient(
      45deg,
      rgba(178, 104, 53, 0.16),
      rgba(178, 104, 53, 0.16) 6px,
      rgba(178, 104, 53, 0.06) 6px,
      rgba(178, 104, 53, 0.06) 12px
    ),
    var(--paper);
}
.insp-slot span {
  font-family: var(--font-display);
  font-size: 22px;
  font-style: italic;
  font-weight: 800;
  color: var(--copper);
  letter-spacing: -0.02em;
}

.insp-slot.s1 { grid-column: span 4; grid-row: span 3; }
.insp-slot.s2 { grid-column: span 4; grid-row: span 2; }
.insp-slot.s3 { grid-column: span 4; grid-row: span 3; }
.insp-slot.s4 { grid-column: span 4; grid-row: span 2; }
.insp-slot.s5 { grid-column: span 4; grid-row: span 3; }
.insp-slot.s6 { grid-column: span 4; grid-row: span 2; }

@media (max-width: 800px) {
  .insp-grid { grid-template-columns: repeat(6, 1fr); }
  .insp-slot.s1, .insp-slot.s3, .insp-slot.s5 { grid-column: span 6; grid-row: span 2; }
  .insp-slot.s2, .insp-slot.s4, .insp-slot.s6 { grid-column: span 3; grid-row: span 2; }
}

.insp-cta {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 36px;
  background: var(--paper);
  border-radius: 12px;
  border: 1px solid var(--rule-soft);
  flex-wrap: wrap;
}
.insp-cta h4 {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 8px;
  letter-spacing: -0.022em;
}
.insp-cta h4 em { font-style: italic; color: var(--copper); font-weight: 700; }
.insp-cta p { margin: 0; opacity: 0.7; font-size: 15px; }

/* ---------- contato ---------- */
.contato {
  background: var(--cream);
  border-top: 1px solid var(--rule-soft);
}

.cont-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  margin-top: 50px;
}

.cont-info-card {
  background: var(--paper);
  border-radius: 12px;
  padding: 40px;
  border: 1px solid var(--rule-soft);
}

.cont-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--rule-soft);
  align-items: flex-start;
}
.cont-row:first-child { padding-top: 4px; }
.cont-row:last-child { border-bottom: none; padding-bottom: 4px; }

.cont-row svg { width: 22px; height: 22px; color: var(--copper); margin-top: 2px; }

.cont-row .cr-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper-deep);
  margin-bottom: 6px;
}
.cont-row .cr-val {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
}
.cont-row .cr-val small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  opacity: 0.7;
  margin-top: 4px;
}

.cont-social {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: flex-start;
}

.social-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 12px;
  transition: transform 0.15s, box-shadow 0.15s;
  text-decoration: none;
  color: var(--ink);
  border: 1px solid var(--rule-soft);
  background: var(--paper);
}
.social-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -20px rgba(15, 11, 8, 0.3);
}

.social-card.wa { background: var(--whatsapp); color: white; border-color: var(--whatsapp); }
.social-card.ig {
  background: linear-gradient(135deg, #FEDA75 0%, #FA7E1E 25%, #D62976 50%, #962FBF 75%, #4F5BD5 100%);
  color: white;
  border: none;
}
.social-card.tt {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.social-card .sc-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.social-card .sc-icon svg { width: 24px; height: 24px; }

.social-card .sc-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 2px;
}
.social-card .sc-val {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.social-card .sc-arrow {
  margin-left: auto;
  width: 22px; height: 22px;
  opacity: 0.6;
  transition: transform 0.2s, opacity 0.2s;
}
.social-card:hover .sc-arrow { transform: translateX(3px); opacity: 1; }

@media (max-width: 900px) {
  .cont-grid { grid-template-columns: 1fr; gap: 28px; }
  .cont-info-card { padding: 28px; }
}

/* ---------- footer ---------- */
.foot {
  background: #141414;
  color: #E8E6E1;
  padding: 80px 0 36px;
  border-top: 1px solid var(--rule);
}

.foot-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 60px;
}

.foot-brand .fb-eye {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 8px;
}
.foot-brand .fb-mark {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 40px;
  color: #E8E6E1;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 22px;
  white-space: nowrap;
}
.foot-brand p {
  font-size: 15px;
  line-height: 1.55;
  opacity: 0.7;
  max-width: 380px;
  margin: 0;
}

.foot-col h5 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper-soft);
  margin: 0 0 18px;
  font-weight: 500;
}
.foot-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.foot-col a { opacity: 0.75; transition: opacity 0.15s; font-size: 14.5px; }
.foot-col a:hover { opacity: 1; color: var(--copper-soft); }

.foot-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 252, 245, 0.1);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 800px) {
  .foot-top { grid-template-columns: 1fr; gap: 40px; }
  .foot-brand .fb-mark { font-size: 48px; }
}

/* ---------- floating whatsapp ---------- */
.fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 76px;
  height: 76px;
  background: var(--whatsapp);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px -8px rgba(31, 170, 83, 0.5),
              0 4px 14px -4px rgba(0,0,0,0.2);
  z-index: 40;
  transition: transform 0.2s, background 0.2s;
}
.fab:hover { background: var(--whatsapp-deep); transform: scale(1.05); }
.fab svg { width: 38px; height: 38px; color: white; }

.fab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--whatsapp);
  z-index: -1;
  animation: pulse 2.4s ease-out infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.7; }
  100% { transform: scale(1.6); opacity: 0; }
}

/* ---------- utility ---------- */
.muted { opacity: 0.7; }
.tnum { font-variant-numeric: tabular-nums; }

/* =============================================================
   MOBILE OPTIMIZATIONS
   Site é prioritariamente acessado pelo celular.
   ============================================================= */

/* Burger button + drawer (visible only on mobile) */
.nav-burger {
  display: none;
  width: 46px;
  height: 46px;
  margin-left: auto;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.nav-burger span {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--cream);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 0.22s ease, opacity 0.16s ease, top 0.22s ease;
}
.nav-burger span:nth-child(1) { top: 15px; }
.nav-burger span:nth-child(2) { top: 22px; }
.nav-burger span:nth-child(3) { top: 29px; }
.nav-burger.is-open span:nth-child(1) { top: 22px; transform: translateX(-50%) rotate(45deg); }
.nav-burger.is-open span:nth-child(2) { opacity: 0; }
.nav-burger.is-open span:nth-child(3) { top: 22px; transform: translateX(-50%) rotate(-45deg); }

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.nav-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  background: transparent;
  border: none;
  border-radius: 12px;
  color: var(--cream);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.18s ease;
}
.nav-search-btn svg { width: 20px; height: 20px; }
.nav-search-btn:hover { color: var(--copper-soft); }
.nav-search-btn:focus-visible { outline: none; }
.nav-search-btn:active { color: var(--copper); }

.nav-drawer {
  position: fixed;
  inset: 0;
  height: 100dvh;
  background: #000000;
  padding: 20px 22px calc(26px + env(safe-area-inset-bottom));
  display: none;
  flex-direction: column;
  gap: 0;
  z-index: 60;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.34s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.34s;
  visibility: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.nav-drawer.is-open {
  clip-path: inset(0);
  visibility: visible;
}
@media (max-width: 640px) {
  .nav-drawer { display: flex; }
}
.nav-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 0 0;
}
.nav-drawer-head span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--copper-soft);
}
.nav-drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: -8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.nav-drawer-close svg { width: 20px; height: 20px; }
.nav-drawer-close:hover { border-color: var(--copper); color: var(--copper-soft); }
.nav-drawer-close:focus-visible { outline: 2px solid var(--copper-soft); outline-offset: 2px; }
.nav-drawer-close:active { background: rgba(255, 255, 255, 0.05); }
.nav-drawer-title {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  color: var(--cream);
  padding: 16px 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nav-drawer a:not(.nav-drawer-cta) {
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 20px 2px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.015em;
  transition: color 0.2s ease, padding-left 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-drawer a:not(.nav-drawer-cta) span {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--copper-soft);
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.nav-drawer a:not(.nav-drawer-cta):hover { color: var(--copper-soft); padding-left: 12px; }
.nav-drawer a:not(.nav-drawer-cta):focus-visible { outline: 2px solid var(--copper-soft); outline-offset: -2px; }
.nav-drawer a:not(.nav-drawer-cta):active { color: var(--copper); }
.nav-drawer .nav-drawer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding: 18px 24px;
  background: var(--whatsapp);
  color: white;
  border-radius: 999px;
  border: none;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.005em;
  width: 100%;
  box-shadow: 0 16px 34px -12px rgba(31, 170, 83, 0.5);
  transition: transform 0.2s ease, background 0.2s ease;
}
.nav-drawer .nav-drawer-cta:hover { background: var(--whatsapp-deep); transform: translateY(-1px); }
.nav-drawer .nav-drawer-cta:active { transform: translateY(0); }
.nav-drawer .nav-drawer-cta svg { width: 20px; height: 20px; }

/* On tablet & smaller: hide nav-cta label, then on phone use burger */
@media (max-width: 880px) {
  .nav-cta-label { display: none; }
  .nav-cta { padding: 11px; width: 44px; height: 44px; justify-content: center; }
  .nav-cta svg { width: 20px; height: 20px; }
}

@media (max-width: 640px) {
  .nav-burger { display: inline-flex; }
  .nav-cta { display: none; }
  .nav-inner { height: 64px; }
}

/* ---------- PHONE-SPECIFIC TUNING ---------- */
@media (max-width: 720px) {
  /* container & global */
  .container { padding: 0 20px; }
  .section-pad { padding: 64px 0; }
  .section-title { font-size: clamp(34px, 10vw, 46px); }
  .section-kicker { margin-bottom: 20px; }
  .section-kicker::after { max-width: 80px; }
  .eyebrow { font-size: 11.5px; line-height: 1.45; }

  /* nav */
  .nav-logo .nl-top { display: none; }
  .nav-logo .nl-script { font-size: 20px; }

  /* HERO */
  .hero { padding: 34px 0 62px; }
  .hero-grid { gap: 34px; }
  .hero-title { font-size: 50px; line-height: 0.96; margin-bottom: 22px; }
  .hero-eyebrow { margin-bottom: 18px; }
  .hero-sub {
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 30px;
  }
  .hero-ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 38px;
  }
  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
    min-height: 56px;
    padding: 17px 22px;
    font-size: 16.5px;
  }
  .hero-meta { padding-top: 24px; gap: 20px; }
  .hero-meta .mt-eyebrow { font-size: 11.5px; }
  .hero-meta .mt-val { font-size: 16px; line-height: 1.45; }

  /* TICKER */
  .ticker { padding: 18px 0; }
  .ticker-track { font-size: 17px; gap: 36px; }
  .ticker-track span { gap: 36px; }

  /* DIFERENCIAIS */
  .diff-grid { gap: 14px; margin-top: 34px; }
  .diff-card { padding: 24px 22px 26px; }
  .diff-num { margin-bottom: 18px; }
  .diff-title { font-size: 24px; }
  .diff-text { font-size: 16px; }

  /* SERVIÇOS */
  .serv-head { margin-bottom: 36px; gap: 18px; }
  .serv-head p { font-size: 17px; }
  .serv-tabs {
    gap: 4px;
    margin-bottom: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .serv-tabs::-webkit-scrollbar { display: none; }
  .serv-tab {
    padding: 14px 16px;
    font-size: 15px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .serv-content { gap: 28px; }
  .serv-table td { padding: 14px 0; }
  .serv-table .name { font-size: 17px; }
  .serv-table .name small { font-size: 14px; }
  .serv-table .price { font-size: 22px; padding-left: 14px; }
  .serv-side { padding: 30px 22px; border-radius: 12px; }
  .serv-side h3 { font-size: 26px; }
  .serv-side p { font-size: 16px; }
  .serv-side li { font-size: 15px; }

  /* PRODUTOS */
  .prod-head { gap: 18px; margin-bottom: 36px; }
  .prod-head p { font-size: 17px; }
  .prod-grid { gap: 18px; }
  .prod-body { padding: 22px 20px 24px; gap: 12px; }
  .prod-name { font-size: 23px; }
  .prod-text { font-size: 15.5px; }
  .prod-price { font-size: 25px; }
  .prod-cta {
    min-height: 52px;
    padding: 15px 18px;
    font-size: 15.5px;
  }
  .prod-meta { font-size: 11.5px; }

  /* CATBANNER */
  .catbanner { padding: 36px 0; }
  .catbanner-inner { gap: 22px; flex-direction: column; align-items: flex-start; }
  .catbanner h3 { font-size: 26px; }
  .catbanner .cb-btn {
    min-height: 56px;
    padding: 17px 22px;
    font-size: 16.5px;
    width: 100%;
    justify-content: center;
  }

  /* CONTATO */
  .cont-grid { margin-top: 32px; gap: 22px; }
  .cont-info-card { padding: 22px; border-radius: 12px; }
  .cont-row { padding: 18px 0; grid-template-columns: 24px 1fr; gap: 14px; }
  .cont-row svg { width: 20px; height: 20px; }
  .cont-row .cr-label { font-size: 11px; }
  .cont-row .cr-val { font-size: 17px; }
  .cont-row .cr-val small { font-size: 15px; }
  .social-card { padding: 18px 18px; gap: 14px; border-radius: 12px; }
  .social-card .sc-icon { width: 44px; height: 44px; border-radius: 10px; }
  .social-card .sc-icon svg { width: 22px; height: 22px; }
  .social-card .sc-val { font-size: 17px; }
  .social-card .sc-label { font-size: 11px; }

  /* FOOTER */
  .foot { padding: 52px 0 28px; }
  .foot-top { margin-bottom: 36px; gap: 32px; }
  .foot-brand .fb-mark { font-size: 34px; }
  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 10.5px;
  }

  .fab { width: 76px; height: 76px; bottom: 18px; right: 18px; }
  .fab svg { width: 38px; height: 38px; }
}

/* tiny phones */
@media (max-width: 380px) {
  .container { padding: 0 16px; }
  .hero-title { font-size: 44px; }
  .section-title { font-size: 32px; }
  .nav-logo .nl-script { font-size: 18px; }
  .hero-sub { font-size: 18px; }
}

/* ============================================================
   VITRINE — mais desejados (tiers S → D)
   ============================================================ */
.vitrine {
  background: var(--cream);
  color: var(--ink);
  border-top: 1px solid var(--rule-soft);
}
.vitrine .section-title { color: var(--ink); }
.vitrine .section-title em { color: var(--copper); }
.vitrine .eyebrow { color: var(--copper-deep); }

.vit-intro-band {
  margin: -90px calc(50% - 50vw) -70px;
  padding: 90px max(32px, calc((100vw - 1240px) / 2 + 32px)) 70px;
  background: linear-gradient(135deg, var(--copper-deep), var(--copper));
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.vit-down-arrows {
  position: absolute;
  right: clamp(78px, 14vw, 230px);
  top: 84px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 46px;
  pointer-events: none;
}
.vit-down-arrows span {
  display: block;
  width: 34px;
  height: 34px;
  border-right: 6px solid rgba(255, 253, 247, 0.74);
  border-bottom: 6px solid rgba(255, 253, 247, 0.74);
  transform: rotate(45deg);
  filter: drop-shadow(0 8px 14px rgba(82, 39, 14, 0.22));
  opacity: 0.9;
  animation: vitArrowDrift 1.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.vit-down-arrows span:nth-child(2) { animation-delay: 0.16s; opacity: 0.72; }
.vit-down-arrows span:nth-child(3) { animation-delay: 0.32s; opacity: 0.54; }
@keyframes vitArrowDrift {
  0%, 100% { transform: translateY(0) rotate(45deg); }
  50% { transform: translateY(8px) rotate(45deg); }
}
.vit-intro-band .section-title { color: var(--cream); }
.vit-intro-band .section-title em {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.11em;
}
.vit-intro-band .eyebrow { color: var(--cream); opacity: 0.82; }
.vit-intro-band .section-kicker::after { background: rgba(255, 253, 247, 0.28); }

.vit-head {
  max-width: 740px;
  position: relative;
  z-index: 1;
}
@media (max-width: 720px) {
  .vit-intro-band {
    margin: -64px calc(50% - 50vw) -50px;
    padding: 64px 18px 50px;
  }
  .vit-down-arrows { display: none; }
}
.vit-head p {
  font-size: 17px;
  line-height: 1.55;
  opacity: 0.75;
  margin: 20px 0 0;
  text-wrap: pretty;
}

/* ---- tier header ---- */
.tier { padding-top: 70px; }
.tier-dark-band {
  margin: 70px calc(50% - 50vw) 0;
  padding: 0 max(32px, calc((100vw - 1240px) / 2 + 32px)) 76px;
  background: #000;
  color: var(--cream);
}
@media (max-width: 720px) {
  .tier-dark-band { margin-top: 50px; }
}
.tier-dark-band .tier:first-child { padding-top: 70px; }
.tier-dark-band .tier-title { color: var(--cream); }
.tier-dark-band .tier-sub { color: rgba(255, 255, 255, 0.72); opacity: 1; }
.tier-dark-band .tr-badge { color: var(--copper-soft); }
.tier-dark-band .prod-card,
.tier-dark-band .prod-name,
.tier-dark-band .prod-price,
.tier-dark-band .fin-name,
.tier-dark-band .fin-price { color: var(--ink); }

.tier-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  flex-wrap: wrap;
}
.tier-rank { min-width: 0; }
.tr-badge {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper-deep);
}
.tier-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 1.04;
  margin: 8px 0 0;
}
.tier-title em { font-style: italic; color: var(--copper); font-weight: 800; }
.tier-sub {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.72;
  max-width: 360px;
  margin: 0 0 4px;
  text-align: right;
  text-wrap: pretty;
}

/* ---- grids ---- */
.tier-grid-s { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.tier-grid-a { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.tier-grid-b { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

/* ---- badge over photo ---- */
.prod-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 500;
  white-space: nowrap;
}
.prod-badge--hot { background: var(--copper); color: #fff; }
.prod-badge--soft {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  border: 1px solid var(--rule);
}

/* fotos dos produtos — trocáveis: brand_assets/product_images/<slug>.jpg */
.prod-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.fin-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 4px;
}
.niche-photo {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.vsr-photo {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

/* ---- urgency line ---- */
.prod-urgency {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15.5px;
  color: var(--copper);
  line-height: 1.35;
  margin: 0;
  flex: 1;
}

/* ---- S big card ---- */
.prod-card--lg .prod-thumb { aspect-ratio: 5 / 4; }
.prod-card--lg .prod-body { padding: 26px 26px 28px; }
.prod-card--lg .prod-name { font-size: 25px; }
.prod-card--lg .prod-price { font-size: 26px; }
.prod-card--lg .prod-urgency { font-size: 16.5px; }

/* ---- B finishers (compact, no photo) ---- */
.fin-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: var(--paper);
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
  padding: 24px 22px 22px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.fin-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px -20px rgba(0, 0, 0, 0.18);
}
.fin-meta {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--copper-deep);
}
.fin-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin: 0;
}
.fin-name em { font-style: italic; color: var(--copper); font-weight: 700; }
.fin-urgency {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 14.5px;
  color: var(--copper);
  line-height: 1.35;
  margin: 0;
  flex: 1;
}
.fin-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
}
.fin-price {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.fin-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.15s;
  white-space: nowrap;
}
.fin-btn:hover { background: var(--whatsapp); }
.fin-btn svg { width: 14px; height: 14px; }

/* ---- C niche rows ---- */
.niche-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.niche-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid var(--rule-soft);
  border-radius: 8px;
  background: var(--paper);
  transition: border-color 0.15s, transform 0.15s;
}
.niche-row:hover { border-color: var(--rule); transform: translateY(-2px); }
.niche-row .nr-name {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  flex: 1;
}
.niche-row .nr-name small {
  display: block;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 400;
  opacity: 0.62;
  margin-top: 4px;
  letter-spacing: 0;
}
.niche-row .nr-price {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  color: var(--copper);
  white-space: nowrap;
}

/* ---- D avulsos ---- */
.avulso-wrap { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.avulso-chip {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--rule);
  color: var(--ink);
  background: var(--paper);
}
.avulso-line {
  font-size: 15.5px;
  opacity: 0.78;
  max-width: 640px;
  line-height: 1.55;
  margin: 0;
}
.avulso-line em { font-style: italic; color: var(--copper); opacity: 1; }

/* ---- vitrine responsive ---- */
@media (max-width: 920px) {
  .tier-grid-a, .tier-grid-b { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .niche-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .tier { padding-top: 50px; }
  .tier-head {
    padding-top: 24px;
    margin-bottom: 26px;
    align-items: flex-start;
    gap: 12px;
  }
  .tier-sub { text-align: left; max-width: 100%; }
  .tier-title { font-size: 32px; }
  .tier-sub { font-size: 16.5px; }
  .prod-card--lg .prod-name { font-size: 25px; }
  .prod-card--lg .prod-price { font-size: 27px; }
  .prod-card--lg .prod-urgency { font-size: 17px; }
  .prod-card--lg .prod-body { padding: 24px 20px 24px; }
}
@media (max-width: 560px) {
  .tier-grid-s, .tier-grid-a, .tier-grid-b { grid-template-columns: 1fr; }
}

/* ============================================================
   BUSCA — lupa
   ============================================================ */
.vit-search {
  margin-top: 44px;
  margin-bottom: 8px;
}
.vit-search-bar {
  display: flex;
  align-items: center;
  max-width: 600px;
  border: 1.5px solid var(--rule);
  border-radius: 10px;
  background: var(--paper);
  overflow: hidden;
  transition: border-color 0.18s;
}
.vit-search-bar:focus-within { border-color: var(--copper); }

.vit-search-icon-wrap {
  padding: 0 14px 0 16px;
  color: var(--copper);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.vit-search-icon-wrap svg { width: 18px; height: 18px; }

.vit-search-input {
  flex: 1;
  border: none;
  outline: none;
  font-family: var(--font-ui);
  font-size: 16px;
  padding: 14px 8px 14px 0;
  background: transparent;
  color: var(--ink);
  min-width: 0;
}
.vit-search-input::placeholder { color: var(--ink); opacity: 0.36; }

.vit-search-clear {
  padding: 0 16px;
  font-size: 20px;
  line-height: 1;
  color: var(--ink);
  opacity: 0.32;
  cursor: pointer;
  flex-shrink: 0;
  background: none;
  border: none;
  transition: opacity 0.15s;
}
.vit-search-clear:hover { opacity: 0.7; }

.vit-search-note {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  opacity: 0.62;
  margin: 10px 0 0;
  line-height: 1.55;
  max-width: 600px;
}
.vit-search-note a {
  color: var(--whatsapp);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.vit-search-results {
  margin-top: 16px;
  max-width: 600px;
  border: 1px solid var(--rule-soft);
  border-radius: 10px;
  overflow: hidden;
}
.vit-search-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--rule-soft);
  background: var(--paper);
  flex-wrap: wrap;
}
.vit-search-result:last-child { border-bottom: none; }

.vsr-info { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
.vsr-name {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.018em;
  line-height: 1.1;
}
.vsr-name em { font-style: italic; color: var(--copper); font-weight: 700; }
.vsr-meta {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--copper-deep);
  opacity: 0.85;
}
.vsr-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.vsr-price {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.vit-search-empty {
  margin-top: 14px;
  font-size: 15px;
  opacity: 0.78;
  max-width: 600px;
  padding: 16px 18px;
  border: 1px solid var(--rule-soft);
  border-radius: 10px;
  background: var(--paper);
}
.vit-search-empty a { color: var(--whatsapp); font-weight: 500; }

/* ---- search overlay (lupa do nav) ---- */
.search-overlay {
  position: fixed;
  inset: 0;
  height: 100dvh;
  background: #000;
  padding: 18px 22px calc(26px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  color: var(--cream);
  z-index: 65;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.34s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.34s;
  visibility: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.search-overlay.is-open { clip-path: inset(0); visibility: visible; }
.search-overlay-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
}
.search-overlay-head .vit-search-bar { flex: 1; max-width: none; }
.search-overlay-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: var(--cream);
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.search-overlay-close svg { width: 20px; height: 20px; }
.search-overlay-close:hover { border-color: var(--copper); color: var(--copper-soft); }
.search-overlay-close:focus-visible { outline: 2px solid var(--copper-soft); outline-offset: 2px; }
.search-overlay-close:active { background: rgba(255, 255, 255, 0.05); }
.search-overlay-body { margin-top: 18px; }
.search-overlay-body .vit-search-note { color: var(--cream); opacity: 0.6; max-width: none; }
.search-overlay-body .vit-search-results,
.search-overlay-body .vit-search-empty { max-width: none; }
.search-overlay-body .vit-search-result,
.search-overlay-body .vit-search-empty { color: var(--ink); }

/* ============================================================
   CALCULADORA — CABELO HUMANO
   ============================================================ */
.humano-calc {
  background: var(--ink);
  color: var(--cream);
  border-radius: 12px;
  padding: 40px 44px;
}
.hc-eyebrow {
  font-family: var(--font-mono);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--copper-soft);
  margin-bottom: 12px;
}
.hc-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 4.2vw, 46px);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 1.04;
  margin: 0 0 10px;
  color: var(--cream);
}
.hc-title em { font-style: italic; color: var(--copper-soft); font-weight: 800; }
.hc-sub {
  font-size: 17px;
  opacity: 0.8;
  margin: 0 0 32px;
  line-height: 1.55;
  max-width: 560px;
}
.hc-note {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 13.5px;
  color: var(--copper-soft);
  margin: 10px 0 0;
  opacity: 0.85;
}

.hc-step { margin-bottom: 26px; }
.hc-step-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper-soft);
  margin-bottom: 12px;
}
.hc-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.hc-pill {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.hc-pill:hover {
  border-color: var(--copper-soft);
  color: var(--cream);
}
.hc-pill.is-selected {
  background: var(--copper);
  border-color: var(--copper);
  color: #fff;
}

.hc-weight {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 260px;
}
.hc-weight-input {
  flex: 1;
  min-width: 0;
  font-family: var(--font-ui);
  font-size: 19px;
  font-weight: 600;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: var(--cream);
  transition: border-color 0.15s, background 0.15s;
}
.hc-weight-input::placeholder { color: rgba(255, 255, 255, 0.4); font-weight: 400; }
.hc-weight-input:focus-visible {
  outline: none;
  border-color: var(--copper-soft);
  background: rgba(255, 255, 255, 0.07);
}
.hc-weight-unit {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--copper-soft);
}

.hc-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 28px;
  margin-top: 6px;
}
.hc-result-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--copper-soft);
  margin-bottom: 6px;
}
.hc-price-big {
  font-family: var(--font-display);
  font-size: clamp(38px, 5.5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--cream);
}
.hc-reset {
  display: block;
  margin-top: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.15s;
}
.hc-reset:hover { color: rgba(255, 255, 255, 0.75); }

@media (max-width: 720px) {
  .humano-calc { padding: 28px 22px; }
  .hc-result { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hc-pill { font-size: 13.5px; padding: 9px 15px; }
  .vit-search-input { font-size: 15px; }
}

/* ---------- textos pequenos em bold (desktop) ----------
   Miúdos (~≤16px) ganham peso 700 para leitura.
   Fica ANTES do bloco mobile: no celular os pesos maiores vencem. */
.eyebrow,
.nav-links,
.hero-meta .mt-eyebrow,
.diff-num,
.diff-text,
.serv-tab,
.serv-table .name small,
.serv-side .ss-eyebrow,
.serv-side p,
.serv-side li,
.serv-note,
.prod-thumb-art span,
.prod-meta,
.prod-text,
.prod-price small,
.prod-cta,
.cont-row .cr-label,
.cont-row .cr-val small,
.social-card .sc-label,
.foot-brand .fb-eye,
.foot-col h5,
.foot-col a,
.foot-bottom,
.nav-drawer-head span,
.nav-drawer a span,
.tr-badge,
.prod-badge,
.fin-meta,
.fin-urgency,
.fin-btn,
.niche-row .nr-name small,
.avulso-chip,
.vit-search-note,
.vsr-meta,
.hc-eyebrow,
.hc-note,
.hc-step-label,
.hc-pill,
.hc-result-label,
.hc-reset,
.hero-meta .mt-val,
.tier-sub,
.foot-brand p,
.insp-cta p,
.avulso-line,
.vit-search-empty,
.serv-table .name,
.cont-row .cr-val { font-weight: 700; }

/* leitura mobile: maior sem quebrar layout desktop */
@media (max-width: 720px) {
  body { font-size: 17px; font-weight: 600; }

  .hero-sub,
  .vit-head p,
  .tier-sub,
  .prod-urgency,
  .prod-card--lg .prod-urgency,
  .fin-urgency,
  .hc-sub,
  .diff-text,
  .serv-head p,
  .serv-side p,
  .serv-side li,
  .cont-row .cr-val,
  .cont-row .cr-val small,
  .foot-brand p,
  .foot-col a { font-weight: 700; }

  .section-title,
  .hero-title,
  .tier-title,
  .prod-name,
  .prod-card--lg .prod-name,
  .fin-name,
  .niche-row .nr-name,
  .hc-title { font-weight: 900; }

  .prod-price,
  .prod-card--lg .prod-price,
  .fin-price,
  .niche-row .nr-price,
  .hc-price-big,
  .serv-table .price { font-weight: 900; }

  .btn,
  .prod-cta,
  .fin-btn,
  .cb-btn,
  .nav-drawer a,
  .hero-social a { font-weight: 800; }

  .eyebrow,
  .tr-badge,
  .prod-meta,
  .fin-meta,
  .vsr-meta,
  .hc-step-label,
  .hc-result-label,
  .mt-eyebrow,
  .cr-label,
  .social-card .sc-label { font-weight: 800; }

  .container { padding-left: 18px; padding-right: 18px; }
  .hero-grid,
  .hero-text,
  .vitrine,
  .prod-card,
  .serv-content,
  .cont-grid { min-width: 0; max-width: 100%; }
  .btn,
  .prod-cta,
  .fin-btn,
  .cb-btn {
    white-space: normal;
    text-align: center;
    line-height: 1.2;
  }

  .nav-inner { height: 68px; }
  .nav-logo .nl-script { font-size: 21px; }
  .nav-burger { width: 48px; height: 48px; }
  .nav-drawer a:not(.nav-drawer-cta) { font-size: 27px; }
  .nav-drawer .nav-drawer-cta {
    min-height: 58px;
    font-size: 18px;
    padding: 18px 24px;
  }

  .hero { padding-top: 34px; }
  .hero-title {
    max-width: 100%;
    margin-bottom: 24px;
    overflow-wrap: normal;
  }
  .hero-title-main {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 0.94;
  }
  .hero-title .script {
    font-size: clamp(48px, 13.2vw, 66px);
    line-height: 0.88;
    margin-top: 8px;
  }
  .hero-sub {
    max-width: 100%;
    font-size: clamp(17px, 4.4vw, 18.5px);
    line-height: 1.58;
  }
  .hero-ctas .btn {
    min-height: 60px;
    font-size: 17px;
  }
  .hero-meta .mt-val { font-size: 17px; }

  .section-title {
    max-width: 100%;
    font-size: clamp(32px, 8.8vw, 40px);
    line-height: 1.05;
    overflow-wrap: normal;
  }
  .section-kicker { align-items: flex-start; }
  .eyebrow { font-size: 12px; letter-spacing: 0.16em; }

  .vit-head p,
  .prod-head p,
  .serv-head p,
  .avulso-line {
    font-size: 17.5px;
    line-height: 1.58;
  }

  .vit-search-bar { min-height: 58px; border-radius: 14px; }
  .vit-search-icon-wrap svg { width: 21px; height: 21px; }
  .vit-search-input { font-size: 17px; padding: 17px 8px 17px 0; }
  .vit-search-note { font-size: 12.5px; line-height: 1.6; }
  .vit-search-result { padding: 16px 18px; }
  .vsr-name { font-size: 20px; }
  .vsr-meta { font-size: 11.5px; }
  .vsr-price { font-size: 21px; }

  .prod-body { padding: 24px 20px 26px; }
  .prod-meta,
  .fin-meta { font-size: 12px; line-height: 1.35; }
  .prod-name,
  .prod-card--lg .prod-name { font-size: 26px; line-height: 1.08; }
  .prod-urgency,
  .prod-card--lg .prod-urgency,
  .fin-urgency { font-size: 17px; line-height: 1.4; }
  .prod-price,
  .prod-card--lg .prod-price,
  .fin-price { font-size: 27px; }
  .prod-cta { min-height: 56px; font-size: 16.5px; }

  .tier-title { font-size: clamp(32px, 9vw, 40px); }
  .tier-sub { font-size: 17px; line-height: 1.55; }
  .tr-badge { font-size: 12px; letter-spacing: 0.16em; }

  .fin-card { padding: 26px 22px; }
  .fin-name { font-size: 24px; }
  .fin-btn { min-height: 46px; font-size: 15.5px; padding: 12px 17px; }

  .niche-row { padding: 24px 20px; align-items: flex-start; }
  .niche-row .nr-name { font-size: 22px; }
  .niche-row .nr-name small { font-size: 15px; }
  .niche-row .nr-price { font-size: 21px; }

  .avulso-chip { font-size: 15.5px; padding: 12px 17px; }

  .humano-calc { padding: 32px 22px; border-radius: 16px; }
  .hc-title { font-size: clamp(34px, 9vw, 44px); }
  .hc-sub { font-size: 17px; line-height: 1.58; }
  .hc-step-label,
  .hc-result-label { font-size: 12px; letter-spacing: 0.16em; }
  .hc-pill { min-height: 48px; font-size: 15.5px; padding: 12px 17px; }
  .hc-weight { max-width: 100%; }
  .hc-weight-input { min-height: 52px; font-size: 18px; }
  .hc-price-big { font-size: clamp(44px, 12vw, 58px); }
  .hc-reset { font-size: 12px; }

  .diff-title { font-size: 26px; }
  .diff-text { font-size: 17px; line-height: 1.55; }
  .serv-table .name { font-size: 18px; }
  .serv-table .name small { font-size: 15px; }
  .serv-table .price { font-size: 23px; }
  .serv-side h3 { font-size: 28px; }
  .serv-side p,
  .serv-side li { font-size: 16px; }

  .cont-row .cr-val { font-size: 18px; }
  .cont-row .cr-val small { font-size: 15.5px; }
  .social-card .sc-val { font-size: 18px; }
  .social-card .sc-label { font-size: 11.5px; }

  .foot-brand p,
  .foot-col a { font-size: 16px; }
}

@media (max-width: 380px) {
  .container { padding-left: 16px; padding-right: 16px; }
  .hero-title { font-size: 40px; }
  .section-title { font-size: 32px; }
  .hero-sub { font-size: 17px; }
}

