@font-face { font-family: "Rubik"; src: url("../fonts/rubik-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Noto Sans"; src: url("../fonts/noto-sans-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Noto Sans"; src: url("../fonts/noto-sans-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --bd-ink: #263a3a;
  --bd-sage: #9dbdb8;
  --bd-cream: #f0e7d6;
  --bd-blue: #6e8eec;
  --bd-orange: #fd5821;
  --bd-shadow: 0 18px 45px rgba(38, 58, 58, 0.12);
}

body:not(.bebe-dicas-home) {
  background: var(--bd-cream);
  color: var(--bd-ink);
  font-family: "Noto Sans", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body:not(.bebe-dicas-home) h1,
body:not(.bebe-dicas-home) h2,
body:not(.bebe-dicas-home) h3 {
  color: var(--bd-ink);
  font-family: "Rubik", system-ui, sans-serif;
  font-weight: 700;
}

body:not(.bebe-dicas-home) .site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bd-ink);
  border-bottom: 1px solid rgba(240, 231, 214, 0.12);
  box-shadow: none;
}

body.admin-bar:not(.bebe-dicas-home) .site-header { top: 32px; }

body:not(.bebe-dicas-home) .inside-header {
  width: min(1280px, calc(100% - 48px));
  min-height: 78px;
  margin-inline: auto;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

body:not(.bebe-dicas-home) .site-logo,
body:not(.bebe-dicas-home) .site-branding-container,
body:not(.bebe-dicas-home) .navigation-branding {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

body:not(.bebe-dicas-home) .site-logo,
body:not(.bebe-dicas-home) .navigation-branding,
body:not(.bebe-dicas-home) .mobile-header-logo {
  width: 150px !important;
  max-width: 150px !important;
  overflow: visible;
}

body:not(.bebe-dicas-home) .site-logo a,
body:not(.bebe-dicas-home) .navigation-branding a,
body:not(.bebe-dicas-home) .mobile-header-logo a {
  display: block;
  width: 100%;
  line-height: 0;
}

body:not(.bebe-dicas-home) .site-logo img,
body:not(.bebe-dicas-home) .site-branding-container img,
body:not(.bebe-dicas-home) .navigation-branding img,
body:not(.bebe-dicas-home) .site-header .header-image {
  display: block !important;
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
  max-height: 40px !important;
  object-fit: contain !important;
  object-position: left center;
}

body:not(.bebe-dicas-home) .site-branding a,
body:not(.bebe-dicas-home) .site-branding p { color: var(--bd-cream); }

body:not(.bebe-dicas-home) .inside-header .main-navigation,
body:not(.bebe-dicas-home) #site-navigation {
  margin-left: auto;
  background: transparent;
}

body:not(.bebe-dicas-home) .main-navigation .inside-navigation {
  max-width: none;
  min-height: 78px;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
}

body:not(.bebe-dicas-home) .main-navigation .navigation-branding { margin-right: auto; padding: 0; }
body:not(.bebe-dicas-home) .main-navigation .main-nav { margin-left: auto; }

body:not(.bebe-dicas-home) .main-navigation .main-nav > ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

body:not(.bebe-dicas-home) .main-navigation .main-nav ul li a,
body:not(.bebe-dicas-home) .main-navigation .menu-bar-item > a,
body:not(.bebe-dicas-home) .main-navigation .menu-toggle {
  min-height: 44px;
  padding: 0 15px;
  color: var(--bd-cream);
  background: transparent;
  font-family: "Noto Sans", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  transition: color .2s ease, background .2s ease;
}

body:not(.bebe-dicas-home) .main-navigation .main-nav ul li:hover > a,
body:not(.bebe-dicas-home) .main-navigation .main-nav ul li:focus-within > a,
body:not(.bebe-dicas-home) .main-navigation .main-nav ul li[class*="current-menu-"] > a,
body:not(.bebe-dicas-home) .main-navigation .menu-bar-item > a:hover,
body:not(.bebe-dicas-home) .main-navigation .menu-bar-item > a:focus-visible {
  color: var(--bd-sage);
  background: transparent;
}

body:not(.bebe-dicas-home) .main-navigation .main-nav ul ul {
  width: 250px;
  padding: 10px;
  border: 1px solid rgba(240, 231, 214, 0.12);
  border-radius: 16px;
  background: var(--bd-ink);
  box-shadow: var(--bd-shadow);
}

body:not(.bebe-dicas-home) .main-navigation .main-nav ul ul li a {
  min-height: 44px;
  padding: 0 12px;
  border-radius: 9px;
  color: var(--bd-cream);
  background: transparent;
  line-height: 44px;
}

body:not(.bebe-dicas-home) .main-navigation .main-nav ul ul li:hover > a,
body:not(.bebe-dicas-home) .main-navigation .main-nav ul ul li:focus-within > a {
  color: var(--bd-cream);
  background: rgba(240, 231, 214, 0.08);
}

body:not(.bebe-dicas-home) .site-content {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

body:not(.bebe-dicas-home) a:focus-visible,
body:not(.bebe-dicas-home) button:focus-visible,
body:not(.bebe-dicas-home) input:focus-visible {
  outline: 3px solid var(--bd-blue);
  outline-offset: 3px;
}

body:not(.bebe-dicas-home) .site-info {
  background: var(--bd-ink);
  color: rgba(240, 231, 214, 0.75);
}

body:not(.bebe-dicas-home) #footer.site-footer {
  background: var(--bd-ink);
  color: var(--bd-cream);
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer,
body:not(.bebe-dicas-home) .bebe-dicas-shared-footer * {
  box-sizing: border-box;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer {
  width: 100%;
  background: var(--bd-ink);
  color: var(--bd-cream);
  font-family: "Noto Sans", system-ui, sans-serif;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .site-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer a {
  color: inherit;
  text-decoration: none;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-main {
  padding: 66px 0 48px;
  display: grid;
  grid-template-columns: 1.2fr .6fr .6fr 1.05fr 1fr;
  gap: 38px;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-brand img {
  display: block;
  width: 175px;
  height: auto;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-brand p {
  margin: 17px 0 0;
  color: rgba(240, 231, 214, .65);
  font-size: 16px;
  line-height: 1.5;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-links,
body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-links { gap: 11px; }

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-menu li { margin: 0; }

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-links strong,
body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-note strong {
  margin-bottom: 5px;
  color: var(--bd-cream);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-links a {
  color: rgba(240, 231, 214, .72);
  font-size: 14px;
  line-height: 1.5;
  transition: color .2s ease;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-links a:hover,
body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-links a:focus-visible {
  color: var(--bd-sage);
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-note p {
  margin: 11px 0 0;
  color: rgba(240, 231, 214, .68);
  font-size: 16px;
  line-height: 1.6;
}

body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-bottom {
  padding: 18px 0 24px;
  border-top: 1px solid rgba(240, 231, 214, .12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(240, 231, 214, .62);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1050px) {
  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-main {
    grid-template-columns: 1.1fr .7fr .7fr;
  }

  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-brand { grid-column: 1 / -1; }
  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-note { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  body.admin-bar:not(.bebe-dicas-home) .site-header { top: 46px; }

  body:not(.bebe-dicas-home) .inside-header {
    width: min(100% - 28px, 1280px);
    min-height: 68px;
  }

  body:not(.bebe-dicas-home) .site-logo img,
  body:not(.bebe-dicas-home) .site-branding-container img,
  body:not(.bebe-dicas-home) .navigation-branding img,
  body:not(.bebe-dicas-home) .site-header .header-image {
    width: 132px !important;
    max-width: 132px !important;
    max-height: 34px !important;
  }

  body:not(.bebe-dicas-home) .site-logo,
  body:not(.bebe-dicas-home) .navigation-branding,
  body:not(.bebe-dicas-home) .mobile-header-logo {
    width: 132px !important;
    max-width: 132px !important;
  }

  body:not(.bebe-dicas-home) .main-navigation .inside-navigation { min-height: 68px; }

  body:not(.bebe-dicas-home) .main-navigation .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(240, 231, 214, 0.25);
    border-radius: 50%;
    background: transparent;
    line-height: 1;
  }

  body:not(.bebe-dicas-home) .main-navigation .menu-toggle:hover,
  body:not(.bebe-dicas-home) .main-navigation .menu-toggle:focus-visible {
    border-color: rgba(240, 231, 214, 0.5);
    background: rgba(240, 231, 214, 0.08);
  }

  body:not(.bebe-dicas-home) .main-navigation .menu-toggle .gp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  body:not(.bebe-dicas-home) .main-navigation .menu-toggle .gp-icon svg {
    width: 22px;
    height: 22px;
  }

  body:not(.bebe-dicas-home) .main-navigation .menu-toggle .mobile-menu { display: none; }

  body:not(.bebe-dicas-home) .main-navigation .main-nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: min(300px, calc(100vw - 28px));
    padding: 12px;
    border-radius: 16px;
    background: var(--bd-ink);
    box-shadow: var(--bd-shadow);
  }

  body:not(.bebe-dicas-home) .main-navigation.toggled .main-nav > ul { display: block; }

  body:not(.bebe-dicas-home) .main-navigation .main-nav ul li a {
    min-height: 44px;
    padding: 0 12px;
    border-radius: 9px;
  }

  body:not(.bebe-dicas-home) .main-navigation .main-nav ul ul {
    position: static;
    width: auto;
    padding: 4px 0 7px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  body:not(.bebe-dicas-home) .site-content {
    width: min(100% - 28px, 1280px);
  }

  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-main {
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 34px;
  }
}

@media (max-width: 640px) {
  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .site-shell {
    width: min(100% - 28px, 1280px);
  }

  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-brand,
  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-legal,
  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-note {
    grid-column: auto;
  }

  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 782px) {
  body.admin-bar:not(.bebe-dicas-home) .site-header { top: 46px; }
}

/*
 * Internal editorial views need their own compact mobile rhythm. GeneratePress
 * otherwise keeps the desktop heading scale and 30px card padding on phones,
 * which leaves too little measure for long Portuguese guide titles.
 */
@media (max-width: 768px) {
  html { scroll-padding-top: 84px; }

  body:not(.bebe-dicas-home) {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
  }

  body:not(.bebe-dicas-home) .site-header { min-height: 68px; }

  body:not(.bebe-dicas-home) .inside-header {
    width: min(calc(100% - 24px), 1280px);
    min-height: 68px;
    padding: 0 !important;
  }

  body:not(.bebe-dicas-home) .site-content {
    width: min(calc(100% - 24px), 1280px);
    padding: 0;
  }

  body:not(.bebe-dicas-home) .site-main {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  body:not(.bebe-dicas-home) .site-main > article { margin-bottom: 16px; }

  body:not(.bebe-dicas-home).separate-containers .inside-article,
  body:not(.bebe-dicas-home).separate-containers .page-header,
  body:not(.bebe-dicas-home).separate-containers .paging-navigation,
  body:not(.bebe-dicas-home) .inside-page-header {
    padding: 24px 22px;
    overflow: hidden;
    border: 1px solid rgba(38, 58, 58, 0.1);
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(38, 58, 58, 0.06);
  }

  body:not(.bebe-dicas-home).separate-containers .page-header {
    margin-bottom: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  body:not(.bebe-dicas-home) .page-header .page-title {
    margin: 0;
    font-size: clamp(32px, 9vw, 38px);
    line-height: 1.04;
    letter-spacing: -0.035em;
  }

  body:not(.bebe-dicas-home) .entry-title {
    margin-top: 0;
    margin-bottom: 14px;
    line-height: 1.08;
    letter-spacing: -0.035em;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: auto;
  }

  body:not(.bebe-dicas-home).blog .entry-title,
  body:not(.bebe-dicas-home).archive .entry-title,
  body:not(.bebe-dicas-home).search-results .entry-title {
    font-size: clamp(29px, 8.3vw, 35px);
  }

  body:not(.bebe-dicas-home).single-post .entry-title,
  body:not(.bebe-dicas-home).page .entry-title {
    font-size: clamp(34px, 9.5vw, 41px);
  }

  body:not(.bebe-dicas-home) .entry-meta {
    color: rgba(38, 58, 58, 0.7);
    font-size: 14px;
    line-height: 1.5;
  }

  body:not(.bebe-dicas-home) .entry-summary,
  body:not(.bebe-dicas-home) .entry-content {
    margin-top: 20px;
  }

  body:not(.bebe-dicas-home) .entry-summary p,
  body:not(.bebe-dicas-home) .entry-content p,
  body:not(.bebe-dicas-home) .entry-content li {
    font-size: 17px;
    line-height: 1.65;
    overflow-wrap: normal;
    word-break: normal;
  }

  body:not(.bebe-dicas-home) .entry-summary p:last-child,
  body:not(.bebe-dicas-home) .entry-content > *:last-child { margin-bottom: 0; }

  body:not(.bebe-dicas-home) .entry-summary .read-more { white-space: nowrap; }

  body:not(.bebe-dicas-home) footer.entry-meta { margin-top: 22px; }

  body:not(.bebe-dicas-home) footer.entry-meta .cat-links {
    width: fit-content;
    max-width: 100%;
    padding: 7px 11px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    background: rgba(157, 189, 184, 0.2);
    color: var(--bd-ink);
  }

  body:not(.bebe-dicas-home) footer.entry-meta .cat-links a {
    color: inherit;
    text-decoration: none;
  }

  body:not(.bebe-dicas-home) .entry-content h2 {
    margin-top: 38px;
    font-size: clamp(27px, 7.5vw, 32px);
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  body:not(.bebe-dicas-home) .entry-content h3 {
    margin-top: 30px;
    font-size: clamp(22px, 6vw, 26px);
    line-height: 1.18;
  }

  body:not(.bebe-dicas-home) .site-main [id] { scroll-margin-top: 84px; }
}

@media (max-width: 420px) {
  body:not(.bebe-dicas-home) .inside-header,
  body:not(.bebe-dicas-home) .site-content,
  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .site-shell {
    width: min(calc(100% - 20px), 1280px);
  }

  body:not(.bebe-dicas-home).separate-containers .inside-article,
  body:not(.bebe-dicas-home).separate-containers .page-header,
  body:not(.bebe-dicas-home).separate-containers .paging-navigation,
  body:not(.bebe-dicas-home) .inside-page-header {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 19px;
  }

  body:not(.bebe-dicas-home) .page-header .page-title {
    font-size: clamp(30px, 9vw, 35px);
  }

  body:not(.bebe-dicas-home).blog .entry-title,
  body:not(.bebe-dicas-home).archive .entry-title,
  body:not(.bebe-dicas-home).search-results .entry-title {
    font-size: clamp(28px, 8.1vw, 33px);
  }

  body:not(.bebe-dicas-home).single-post .entry-title,
  body:not(.bebe-dicas-home).page .entry-title {
    font-size: clamp(32px, 9.2vw, 38px);
  }

  body:not(.bebe-dicas-home) .entry-summary p,
  body:not(.bebe-dicas-home) .entry-content p,
  body:not(.bebe-dicas-home) .entry-content li { font-size: 16px; }

  body:not(.bebe-dicas-home) .bebe-dicas-shared-footer .footer-main {
    padding-top: 52px;
    padding-bottom: 40px;
    gap: 28px;
  }
}
