/*
Theme Name: Ariston 15233
Author: Ariston 15233
Description: Tema institucional com destaques do mandato, notícias e vídeos administráveis.
Version: 1.5.2
Requires at least: 6.3
Requires PHP: 7.4
Text Domain: ariston-15233
*/

@font-face {
  font-family: "Campton";
  src: url("assets/fonts/CamptonBook.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Campton";
  src: url("assets/fonts/CamptonMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Campton";
  src: url("assets/fonts/CamptonBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Campton";
  src: url("assets/fonts/CamptonExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Campton";
  src: url("assets/fonts/CamptonBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --ariston-blue: #002aa5;
  --ariston-blue-dark: #002aa5;
  --ariston-green: #85cc15;
  --ariston-white: #fff;
  --ariston-ink: #0d245b;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

#quem-e-ariston,
#noticias,
#contato { scroll-margin-top: 11vw; }

body {
  margin: 0;
  color: var(--ariston-ink);
  background: #fff;
  font-family: "Campton", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

img { max-width: 100%; height: auto; }

a { color: inherit; }

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

.reference-panel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.reference-panel > img {
  display: block;
  width: 100%;
}

.sticky-header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}

.sticky-header__desktop { position: relative; }
.sticky-header__mobile { display: none; }

body.admin-bar .sticky-header { top: 32px; }

.sticky-header__art {
  display: block;
  width: 100%;
  height: auto;
}

.sticky-link {
  position: absolute;
  z-index: 2;
  top: 25%;
  display: block;
  height: 65%;
}

.sticky-link--inicio { left: 25.4%; width: 6.2%; }
.sticky-link--sobre { left: 32%; width: 12.5%; }
.sticky-link--noticias { left: 44.5%; width: 9%; }
.sticky-link--contato { left: 54%; width: 8%; }

.sticky-link--whatsapp {
  top: 30%;
  left: 62.5%;
  width: 23%;
  height: 61.5%;
  overflow: hidden;
  border-radius: 999px;
  background: var(--ariston-blue);
}

.sticky-link--whatsapp img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  animation: ariston-whatsapp-blink 1.15s ease-in-out infinite;
}

@keyframes ariston-whatsapp-blink {
  0%, 100% { opacity: 1; filter: brightness(1); }
  50% { opacity: .56; filter: brightness(1.35); }
}

.reference-mobile { display: none; }

.hero-hotspot {
  position: absolute;
  z-index: 2;
  display: block;
}

.hero-hotspot--inicio { top: 4.6%; left: 25.4%; width: 6.2%; height: 5%; }
.hero-hotspot--sobre { top: 4.6%; left: 32%; width: 12.5%; height: 5%; }
.hero-hotspot--noticias { top: 4.6%; left: 44.5%; width: 9%; height: 5%; }
.hero-hotspot--contato { top: 4.6%; left: 54%; width: 8%; height: 5%; }
.hero-hotspot--whatsapp { top: 2.5%; left: 62.5%; width: 22.7%; height: 8%; border-radius: 999px; }

.mandato {
  padding: clamp(48px, 5.2vw, 92px) 20px clamp(54px, 6vw, 106px);
  color: #fff;
  background: var(--ariston-blue-dark);
}

.section-shell {
  width: min(100%, 1035px);
  margin: 0 auto;
}

.section-title {
  margin: 0 0 clamp(30px, 3.4vw, 54px);
  color: inherit;
  font-size: clamp(1.65rem, 2.55vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.highlight-card {
  overflow: hidden;
  color: #101010;
  background: #fff;
  border: 3px solid var(--ariston-green);
  border-radius: 26px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.highlight-card:hover,
.highlight-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.highlight-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.highlight-card__body {
  min-height: 138px;
  padding: 17px 22px 20px;
}

.highlight-card__tag {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 9px;
  color: #fff;
  background: var(--ariston-blue);
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.highlight-card__title {
  margin: 0;
  font-size: clamp(.92rem, 1.25vw, 1.16rem);
  font-weight: 900;
  line-height: 1.13;
}

.section-link {
  display: table;
  margin: 48px auto 0;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 500;
  text-decoration: none;
}

.section-link::after { content: "  →"; }

.videos {
  padding: clamp(52px, 6vw, 96px) 20px clamp(64px, 7.3vw, 122px);
  color: var(--ariston-blue);
  background: #fff;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.video-card {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 9 / 16;
  color: #fff;
  background: #0b1d49;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.video-card img,
.video-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.video-card video { pointer-events: none; }

.video-card:hover img,
.video-card:hover video,
.video-card:focus-visible img,
.video-card:focus-visible video { transform: scale(1.025); }

.video-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 28%;
  background: linear-gradient(transparent, rgba(0,0,0,.65));
  pointer-events: none;
}

.video-card__title {
  position: absolute;
  z-index: 2;
  left: 13px;
  right: 13px;
  bottom: 13px;
  margin: 0;
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.15;
  transition: opacity .2s ease;
}

.video-card.is-playing::after,
.video-card.is-playing .video-card__title { opacity: 0; }

.cta-hotspot { left: 26.4%; top: 52.5%; width: 47.4%; height: 16%; border-radius: 999px; }

.archive-shell,
.single-shell {
  width: min(100% - 40px, 1035px);
  margin: 0 auto;
  padding: 56px 0 80px;
}

.site-subheader { padding: 18px 20px; background: var(--ariston-blue); }
.site-subheader__inner { display: flex; align-items: center; justify-content: space-between; width: min(100%, 1035px); margin: 0 auto; }
.site-subheader img { display: block; width: 126px; }
.site-subheader a { color: #fff; text-decoration: none; font-weight: 700; }
.archive-shell .highlight-grid { margin-top: 36px; }
.single-shell h1 { color: var(--ariston-blue); font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1; }
.single-shell__cover { width: 100%; margin: 28px 0; border-radius: 24px; }
.single-shell__content { font-size: 1.1rem; line-height: 1.65; }

@media (max-width: 740px) {
  #quem-e-ariston,
  #noticias,
  #contato { scroll-margin-top: 74px; }

  .sticky-header__desktop { display: none; }
  .sticky-header__mobile {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 68px;
    padding: 8px 14px;
    background: var(--ariston-blue);
    box-shadow: 0 4px 16px rgba(0, 18, 83, .2);
  }
  .mobile-logo { display: block; margin-right: auto; }
  .mobile-logo img { display: block; width: 76px; max-height: 48px; object-fit: contain; }
  .mobile-whatsapp {
    padding: 10px 13px;
    color: var(--ariston-blue);
    background: var(--ariston-green);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
    animation: ariston-whatsapp-blink 1.15s ease-in-out infinite;
  }
  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 8px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 10px;
  }
  .mobile-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: currentColor; border-radius: 2px; }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 8px 14px 14px;
    background: var(--ariston-blue);
    box-shadow: 0 10px 18px rgba(0,0,0,.2);
  }
  .mobile-menu.is-open { display: grid; }
  .mobile-menu a { padding: 13px 8px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); font-weight: 700; text-decoration: none; }

  .reference-desktop { display: none !important; }
  .reference-mobile { display: block; }
  .reference-mobile img { display: block; width: 100%; }
  .hero-mobile { padding-top: 68px; background: var(--ariston-blue); }
  .about-mobile,
  .law-mobile,
  .contact-mobile { background: #fff; }

  .hero-hotspot--inicio,
  .hero-hotspot--sobre,
  .hero-hotspot--noticias,
  .hero-hotspot--contato,
  .hero-hotspot--whatsapp { display: none; }
  .mandato { padding-left: 16px; padding-right: 16px; }
  .highlight-grid { grid-template-columns: 1fr; gap: 20px; }
  .highlight-card__body { min-height: 0; }
  .videos { padding-left: 0; padding-right: 0; overflow: hidden; }
  .videos .section-title { padding: 0 18px; }
  .video-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 2px 18px 18px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .video-grid::-webkit-scrollbar { display: none; }
  .video-card { flex: 0 0 min(74vw, 300px); scroll-snap-align: center; }
  .video-card { border-radius: 16px; }
  .cta-hotspot { display: block; left: 15%; top: 52%; width: 70%; height: 15%; }
}

@media (max-width: 782px) {
  body.admin-bar .sticky-header { top: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .sticky-link--whatsapp img,
  .mobile-whatsapp { animation: none; }
}

/* Componentes nativos e editáveis — versão 1.3 */
.sticky-header {
  min-height: 90px;
  background: linear-gradient(108deg, #477c6c 0%, #0b54a5 27%, var(--ariston-blue) 48%);
  box-shadow: 0 4px 18px rgba(0, 25, 100, .16);
}

.site-menu-shell {
  position: relative;
  width: min(100% - 32px, 1050px);
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 28px);
}

.site-menu-logo { flex: 0 0 auto; }
.site-menu-logo img { display: block; width: 126px; height: 72px; object-fit: contain; }
.desktop-menu { display: flex; align-items: center; gap: clamp(20px, 2vw, 32px); margin-left: 0; }
.desktop-menu a {
  color: #fff;
  font-family: "Campton", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity .2s ease, transform .2s ease;
}
.desktop-menu a:hover,
.desktop-menu a:focus-visible { opacity: .78; transform: translateY(-1px); }

.menu-whatsapp {
  flex: 0 0 auto;
  padding: 14px 25px;
  color: var(--ariston-blue);
  background: var(--ariston-green);
  border-radius: 999px;
  font-family: "Campton", Arial, sans-serif;
  font-size: .98rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  animation: ariston-whatsapp-blink 1.15s ease-in-out infinite;
}

.mobile-menu-toggle,
.mobile-menu { display: none; }

main#inicio { padding-top: 90px; }

.about-native {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #fff url("assets/images/casaroes.png") repeat-x bottom / auto 110px;
}
.about-native__inner {
  width: min(100%, 1240px);
  min-height: 620px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: stretch;
}
.about-native__photo { min-width: 0; align-self: end; }
.about-native__photo img { display: block; width: 100%; height: 620px; object-fit: contain; object-position: center bottom; }
.about-native__content {
  position: relative;
  align-self: center;
  max-width: 560px;
  padding: 20px 28px 20px 42px;
}
.about-native__line { position: absolute; left: 14px; top: 24px; bottom: 24px; width: 4px; background: var(--ariston-green); }
.about-native__kicker,
.about-native h2 { margin: 0; font-family: "Campton", Arial, sans-serif; font-weight: 800; line-height: .98; }
.about-native__kicker { color: var(--ariston-blue); font-size: clamp(1.8rem, 2.4vw, 2.7rem); }
.about-native h2 { margin-bottom: 28px; color: var(--ariston-green); font-size: clamp(2rem, 2.8vw, 3.15rem); }
.about-native__body { color: var(--ariston-blue); font-family: "Campton", Arial, sans-serif; font-size: 1.05rem; font-weight: 500; line-height: 1.5; }
.about-native__body p { margin: 0 0 1em; }

.law-native { min-height: 620px; display: grid; grid-template-columns: 42% 58%; background: var(--ariston-green); overflow: hidden; }
.law-native__text-side { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; }
.law-native__card {
  width: min(620px, 108%);
  margin-right: -105px;
  padding: clamp(38px, 4vw, 68px);
  color: #fff;
  background: var(--ariston-blue);
  border: 3px solid var(--ariston-green);
  border-radius: 34px;
}
.law-native__badge { display: table; margin-bottom: 28px; padding: 5px 15px; color: #fff; background: var(--ariston-green); border-radius: 999px; font-size: .78rem; font-weight: 500; text-transform: uppercase; }
.law-native h2 { margin: 0 0 24px; color: #fff; font-family: "Campton", Arial, sans-serif; font-size: clamp(2rem, 3.2vw, 3.7rem); font-weight: 800; line-height: 1.02; text-transform: uppercase; }
.law-native__body { font-family: "Campton", Arial, sans-serif; font-size: clamp(1rem, 1.5vw, 1.35rem); font-weight: 500; line-height: 1.42; }
.law-native__body p { margin: 0; }
.law-native__photo { min-width: 0; }
.law-native__photo img { display: block; width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: center; }

.video-swipe-hint { display: none; }
.video-card { aspect-ratio: auto; overflow: visible; background: transparent; box-shadow: none; cursor: default; }
.video-card::after { display: none; }
.video-card video,
.video-card img { width: 100%; aspect-ratio: 9 / 16; border-radius: 22px; object-fit: cover; pointer-events: auto; }
.video-card:hover video,
.video-card:focus-visible video { transform: none; }

.multiplier-native { color: var(--ariston-blue); background: var(--ariston-green); }
.multiplier-native__content { width: min(100% - 40px, 940px); margin: 0 auto; padding: clamp(72px, 8vw, 126px) 0 clamp(76px, 8vw, 130px); text-align: center; }
.multiplier-native h2 { margin: 0 0 28px; font-family: "Campton", Arial, sans-serif; font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 800; line-height: 1; text-transform: uppercase; }
.multiplier-native__body { width: min(100%, 760px); margin: 0 auto 42px; font-family: "Campton", Arial, sans-serif; font-size: clamp(1.1rem, 1.8vw, 1.55rem); font-weight: 500; line-height: 1.4; }
.multiplier-native__body p { margin: 0; }
.multiplier-native__button { display: block; width: min(100%, 780px); margin: 0 auto; padding: 20px 26px; color: var(--ariston-green); background: var(--ariston-blue); border-radius: 999px; font-family: "Campton", Arial, sans-serif; font-size: clamp(1rem, 1.6vw, 1.35rem); font-weight: 800; text-decoration: none; text-transform: uppercase; }
.campaign-footer { min-height: 150px; display: flex; align-items: center; justify-content: center; gap: 48px; padding: 24px 30px; color: #fff; background: var(--ariston-blue); }
.campaign-footer img { display: block; width: min(42vw, 430px); height: auto; }
.campaign-footer p { margin: 0; font-family: "Campton", Arial, sans-serif; font-size: clamp(.78rem, 1.2vw, 1rem); font-weight: 500; line-height: 1.45; }

@media (max-width: 740px) {
  .sticky-header { min-height: 68px; }
  .site-menu-shell { width: 100%; height: 68px; padding: 7px 14px; gap: 10px; }
  .site-menu-logo { margin-right: auto; }
  .site-menu-logo img { width: 78px; height: 52px; }
  .desktop-menu { display: none; }
  .menu-whatsapp { width: 152px; max-width: none; overflow: visible; padding: 9px 10px; font-size: .68rem; font-weight: 800; line-height: 1.08; text-align: center; white-space: normal; }
  .mobile-menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    align-content: center;
    gap: 5px;
    padding: 8px;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 10px;
    transition: transform .3s ease, background .3s ease;
  }
  .mobile-menu-toggle[aria-expanded="true"] { transform: rotate(90deg); background: rgba(255,255,255,.13); }
  .mobile-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: currentColor; border-radius: 2px; }
  .mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    display: grid;
    padding: 8px 14px 14px;
    background: var(--ariston-blue);
    box-shadow: 0 12px 24px rgba(0,0,0,.22);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px) scaleY(.92);
    transform-origin: top;
    transition: opacity .25s ease, transform .25s ease, visibility .25s;
  }
  .mobile-menu.is-open { z-index: 5; opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0) scaleY(1); }

  main#inicio { padding-top: 68px; }
  .hero-mobile { height: auto; padding-top: 0; background: var(--ariston-blue); }
  .hero-mobile img { display: block; position: static; width: 100%; height: auto; margin: 0; }

  .about-native,
  .about-native__inner { min-height: 0; }
  .about-native { background: #fff; padding-bottom: 0; }
  .about-native__inner { display: flex; flex-direction: column; }
  .about-native__content { order: 1; width: calc(100% - 32px); max-width: none; margin: 20px auto 0; padding: 28px 20px 28px 36px; }
  .about-native__line { left: 16px; top: 30px; bottom: 30px; width: 3px; }
  .about-native__kicker { font-size: 1.65rem; }
  .about-native h2 { margin-bottom: 20px; font-size: 2rem; }
  .about-native__body { font-size: 1rem; line-height: 1.55; }
  .about-native__photo { order: 2; width: 100%; }
  .about-native__photo img { width: 100%; height: auto; object-fit: contain; object-position: center; }

  .law-native { min-height: 0; display: flex; flex-direction: column; }
  .law-native__text-side { padding: 24px 16px; }
  .law-native__card { width: 100%; margin: 0; padding: 28px 24px; border-radius: 24px; }
  .law-native__badge { margin-bottom: 20px; font-size: .68rem; }
  .law-native h2 { font-size: 2rem; }
  .law-native__body { font-size: 1rem; line-height: 1.5; }
  .law-native__photo img { min-height: 0; height: auto; object-fit: contain; object-position: center; }

  .video-swipe-hint { display: block; margin: -16px 18px 24px; color: var(--ariston-blue); font-size: .92rem; font-weight: 700; text-align: center; }
  .video-card video,
  .video-card img { border-radius: 18px; }

  .multiplier-native__content { width: calc(100% - 36px); padding: 62px 0 66px; }
  .multiplier-native h2 { margin-bottom: 22px; font-size: 2rem; }
  .multiplier-native__body { margin-bottom: 30px; font-size: 1rem; line-height: 1.5; }
  .multiplier-native__button { padding: 17px 18px; font-size: .9rem; }
  .campaign-footer { min-height: 0; flex-direction: column; gap: 18px; padding: 28px 22px; text-align: center; }
  .campaign-footer img { width: min(100%, 330px); }
  .campaign-footer p { font-size: .72rem; }
}

@media (max-width: 360px) {
  .site-menu-shell { gap: 6px; padding-left: 10px; padding-right: 10px; }
  .site-menu-logo img { width: 70px; }
  .menu-whatsapp { width: 135px; font-size: .63rem; }
}

/* Propostas e navegação compartilhada — versão 1.5 */
:root { --site-header-height: 90px; }
body { padding-top: var(--site-header-height); }
main#inicio { padding-top: 0; }
.site-menu-shell { width: min(100% - 40px, 1240px); justify-content: space-between; gap: 20px; }
.desktop-menu { gap: clamp(16px, 1.8vw, 28px); }
.desktop-menu a[aria-current="page"] { color: var(--ariston-green); }
.mobile-menu a[aria-current="page"] { color: var(--ariston-green); }
.mobile-menu-toggle { flex: 0 0 auto; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ariston-green); outline-offset: 5px; }
.proposals-page { background: #fff; }
.proposals-wrap { width: min(100% - 80px, 1240px); margin-inline: auto; }
.proposals-intro { padding: 68px 0 55px; border-bottom: 1px solid #e5eaf2; background: #f5f8fd; }
.proposals-eyebrow { margin: 0 0 18px; color: var(--ariston-blue); font-size: .875rem; font-weight: 800; letter-spacing: .12em; }
.proposals-intro h1 { color: var(--ariston-blue); margin: 0 0 22px; font-size: clamp(3.25rem, 6.8vw, 6.25rem); font-weight: 900; letter-spacing: -.045em; line-height: 1; }
.proposals-intro h1 span { color: var(--ariston-green); }
.proposals-lead { margin: 0; max-width: 720px; font-size: 1.25rem; line-height: 1.6; }
.proposals-layout { display: grid; grid-template-columns: 225px minmax(0, 1fr); gap: 60px; padding-top: 54px; padding-bottom: 88px; align-items: start; }
.proposals-nav { position: sticky; top: calc(var(--site-header-height) + 30px); }
.proposals-nav > p { margin: 0 0 20px; color: #54627e; font-size: .75rem; font-weight: 800; letter-spacing: .1em; }
.proposals-nav-links { display: grid; gap: 8px; }
.proposals-nav a { display: flex; align-items: center; gap: 12px; padding: 13px 12px; color: var(--ariston-blue); border-radius: 10px; text-decoration: none; font-size: .9375rem; font-weight: 700; line-height: 1.35; }
.proposals-nav a img { flex: 0 0 22px; width: 22px; height: 22px; }
.proposals-nav a:hover, .proposals-nav a[aria-current="location"] { background: #edf5de; }
.proposal-section { scroll-margin-top: calc(var(--site-header-height) + 28px); }
.proposal-section + .proposal-section { margin-top: 55px; padding-top: 44px; border-top: 1px solid #e5eaf2; }
.proposal-section-heading { display: flex; gap: 15px; align-items: center; margin-bottom: 24px; }
.proposal-section-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; background: var(--ariston-green); border-radius: 14px; }
.proposal-section-icon img { width: 27px; height: 27px; }
.proposal-section-heading h2 { margin: 0; color: var(--ariston-blue); font-size: clamp(1.5rem, 2.1vw, 2rem); font-weight: 800; line-height: 1.15; letter-spacing: -.025em; }
.proposal-count { margin-left: auto; padding-left: 8px; white-space: nowrap; color: #54627e; font-size: .8125rem; }
.proposal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.proposal-card { padding: 28px; border: 1px solid #dfe6f0; border-radius: 18px; background: #fff; }
.proposal-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 24px; }
.proposal-card-top img { width: 28px; height: 28px; }
.proposal-card-top span { font-size: .75rem; letter-spacing: .07em; color: #54627e; font-weight: 700; }
.proposal-card h3 { margin: 0 0 14px; font-size: 1.3rem; line-height: 1.22; font-weight: 800; color: var(--ariston-blue); }
.proposal-card p { margin: 0; font-size: 1rem; line-height: 1.65; color: #354566; }
body.admin-bar .proposals-nav { top: calc(var(--site-header-height) + 62px); }
body.admin-bar .proposal-section { scroll-margin-top: calc(var(--site-header-height) + 70px); }
@media (min-width: 741px) and (max-width: 1100px) {
  .site-menu-shell { gap: 12px; width: calc(100% - 28px); }
  .site-menu-logo img { width: 96px; }
  .desktop-menu { gap: 12px; }
  .desktop-menu a { font-size: .875rem; }
  .menu-whatsapp { padding: 12px 14px; font-size: .875rem; max-width: 162px; white-space: normal; text-align: center; }
  .proposals-wrap { width: calc(100% - 48px); }
  .proposals-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 28px; }
  .proposal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 740px) {
  :root { --site-header-height: 68px; }
  .site-menu-shell { width: 100%; height: 68px; padding: 7px 14px; gap: 10px; }
  .proposals-wrap { width: calc(100% - 36px); }
  .proposals-intro { padding: 38px 0 32px; }
  .proposals-eyebrow { font-size: .75rem; letter-spacing: .08em; margin-bottom: 17px; }
  .proposals-intro h1 { font-size: clamp(2.85rem, 12vw, 4.5rem); margin-bottom: 18px; }
  .proposals-lead { font-size: 1rem; line-height: 1.6; }
  .desktop-break { display: none; }
  .proposals-layout { display: block; padding-top: 26px; padding-bottom: 48px; }
  .proposals-nav { position: static; margin-bottom: 38px; }
  .proposals-nav > p { margin-bottom: 13px; }
  .proposals-nav-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .proposals-nav a { padding: 12px 10px; min-height: 62px; font-size: .875rem; gap: 8px; border: 1px solid #dfe6f0; }
  .proposals-nav a img { flex-basis: 20px; width: 20px; height: 20px; }
  .proposal-section-heading { gap: 10px; margin-bottom: 18px; flex-wrap: wrap; }
  .proposal-section-heading h2 { flex: 1; min-width: 160px; font-size: 1.6rem; }
  .proposal-count { display: none; }
  .proposal-section-icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 12px; }
  .proposal-section-icon img { width: 24px; height: 24px; }
  .proposal-grid { grid-template-columns: 1fr; gap: 14px; }
  .proposal-card { padding: 24px; border-radius: 15px; }
  .proposal-card-top { margin-bottom: 20px; }
  .proposal-card h3 { font-size: 1.3rem; }
  .proposal-section + .proposal-section { margin-top: 34px; padding-top: 30px; }
}
@media (max-width: 360px) {
  .site-menu-shell { padding-inline: 10px; gap: 8px; }
  .menu-whatsapp { width: 134px; }
}
@media (prefers-reduced-motion: reduce) {
  .menu-whatsapp { animation: none; }
}


/* Mesma organização do mobile no PC, com largura confortável de leitura. */
@media (min-width: 741px) {
  .proposals-wrap { width: min(100% - 64px, 860px); }
  .proposals-layout { display: block; padding-top: 32px; }
  .proposals-nav { position: static; margin-bottom: 48px; }
  .proposals-nav-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .proposals-nav a { min-height: 64px; padding: 16px 20px; border: 1px solid #dfe6f0; }
  .proposal-grid { grid-template-columns: 1fr; }
  .proposal-count { display: none; }
  .proposal-card { padding: 30px; }
  .proposal-card h3 { font-size: 1.5rem; }
  .desktop-break { display: none; }
}
