/* =========================================================
   PÃO NOSSO — REFRESH VISUAL
   Arquivo sugerido: paonosso_refresh.css
   Objetivo: modernizar o estilo do site atual, preservando
   a estrutura Weebly e reforçando acolhimento, clareza e
   hierarquia visual.
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Fjalla+One&display=swap');

:root {
  --pn-gold: #d7a21a;
  --pn-gold-strong: #bf8d12;
  --pn-gold-soft: #f5e7b8;
  --pn-cream: #fcf8ef;
  --pn-white: #ffffff;
  --pn-text: #2c241d;
  --pn-text-soft: #5c5148;
  --pn-border: #eadfcb;
  --pn-bg: #f8f4ec;
  --pn-card: #fffdf8;
  --pn-shadow: 0 10px 30px rgba(80, 57, 21, 0.08);
  --pn-radius: 18px;
  --pn-radius-sm: 12px;
  --pn-container: 1180px;
}

/* Base */
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-height: 100%;
  background: var(--pn-bg);
  color: var(--pn-text-soft);
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--pn-gold-strong);
  text-decoration: none;
  transition: all 250ms ease;
}

a:hover {
  color: #9f7308;
}

a img {
  border: 0;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--pn-text);
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 0.01em;
}

h2 {
  padding-bottom: 14px;
  font-size: 2.35rem;
  line-height: 1.15;
}

div.paragraph,
p {
  padding-bottom: 18px;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--pn-text-soft);
}

blockquote {
  margin: 2em 0;
  padding: 1.2em 1.2em 1.2em 1.6em !important;
  background: var(--pn-cream);
  border-left: 4px solid var(--pn-gold) !important;
  color: var(--pn-text);
  border-radius: 0 var(--pn-radius-sm) var(--pn-radius-sm) 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.7;
  box-shadow: var(--pn-shadow);
}

/* Layout */
.container {
  width: 100%;
  max-width: var(--pn-container);
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.wrapper {
  overflow-x: hidden;
}

/* Header */
.paris-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  background: rgba(255, 252, 245, 0.94);
  backdrop-filter: blur(10px);
  border-top: 4px solid var(--pn-gold);
  border-bottom: 1px solid rgba(215, 162, 26, 0.12);
  opacity: 1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.paris-header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paris-header .logo {
  display: flex;
  align-items: center;
  min-width: 180px;
  padding-right: 24px;
}

.paris-header .logo a {
  display: inline-flex;
  align-items: center;
}

.paris-header .logo a img {
  height: auto;
  max-height: 68px;
  width: auto;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.nav ul {
  float: none;
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: none;
}

.nav li {
  float: none;
  display: block;
}

.nav li a {
  display: block;
  padding: 13px 16px;
  color: var(--pn-text);
  letter-spacing: 0;
  text-transform: none;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
}

.nav li.wsite-menu-item-wrap#active > a,
.nav li.wsite-menu-subitem-wrap#active > a {
  background: var(--pn-gold);
  color: #fff;
}

.nav li.wsite-menu-item-wrap > a:hover,
.nav li.wsite-menu-subitem-wrap > a:hover {
  background: rgba(215, 162, 26, 0.12);
  color: var(--pn-text);
}

/* Dropdown */
#wsite-menus .wsite-menu li a {
  padding: 12px 14px;
  background: rgba(255, 252, 245, 0.98);
  color: var(--pn-text);
  border-bottom: 1px solid var(--pn-border);
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

#wsite-menus .wsite-menu li a:hover {
  background: var(--pn-cream);
  color: var(--pn-text);
  border-left: 4px solid var(--pn-gold);
}

#wsite-menus .wsite-menu-arrow {
  color: transparent;
  font-size: 0;
}

#wsite-menus .wsite-menu-arrow:before {
  display: block;
  color: var(--pn-gold-strong);
  content: '\203A';
  font-size: 22px;
  line-height: 12px;
}

/* Banner */
.banner-wrap {
  position: relative;
  width: 100%;
  padding: 110px 0 70px;
  background:
    linear-gradient(180deg, rgba(252,248,239,0.96) 0%, rgba(255,255,255,0.94) 100%),
    url('theme/default-bg.jpg') center center / cover no-repeat;
}

.banner-wrap:before {
  display: none;
}

.banner-wrap .container {
  display: block;
  height: auto;
}

.banner-wrap .banner {
  display: block;
  text-align: left;
  max-width: 820px;
  margin: 0 auto;
}

.banner-wrap .banner h2 {
  padding-bottom: 14px;
  color: var(--pn-text);
  word-spacing: normal;
  text-transform: none;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.05;
}

.banner-wrap .banner div.paragraph,
.banner-wrap .banner p {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 0;
  color: var(--pn-text-soft);
  letter-spacing: 0;
  text-transform: none;
  font-size: 1.15rem;
  line-height: 1.7;
}

/* Main */
.main-wrap {
  background: var(--pn-bg);
}

.main-wrap .content-wrap {
  padding: 48px 0 60px;
  background: transparent;
}

/* Cards and content blocks */
#wsite-content h2.wsite-content-title,
#wsite-content h2 {
  color: var(--pn-text);
}

#wsite-content .paragraph,
#wsite-content p {
  color: var(--pn-text-soft);
}

.wsite-multicol-table-wrap {
  margin: 0 !important;
}

.wsite-multicol-table {
  width: 100%;
}

.wsite-multicol-col {
  vertical-align: top;
}

#wsite-content .wsite-spacer {
  max-width: 100%;
}

/* Content panels */
.pn-card,
.wsite-elements .wsite-not-footer .wsite-section-bg,
.wsite-image,
.wsite-form-container {
  background: var(--pn-card);
  border: 1px solid var(--pn-border);
  border-radius: var(--pn-radius);
  box-shadow: var(--pn-shadow);
}

/* Buttons */
.wsite-button {
  height: auto;
  padding: 0;
  background: none;
}

.wsite-button:focus {
  outline: none;
}

.wsite-button .wsite-button-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  background: #fff;
  color: var(--pn-text) !important;
  border: 1px solid var(--pn-border);
  border-radius: 999px;
  text-transform: none;
  letter-spacing: 0;
  white-space: normal;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: var(--pn-shadow);
  transition: all 250ms ease;
}

.wsite-button:hover .wsite-button-inner {
  background: var(--pn-cream);
  border-color: #dcc58c;
}

.wsite-button.wsite-button-highlight .wsite-button-inner {
  background: var(--pn-gold);
  color: #fff !important;
  border-color: var(--pn-gold);
}

.wsite-button.wsite-button-highlight:hover .wsite-button-inner {
  background: var(--pn-gold-strong);
  border-color: var(--pn-gold-strong);
}

.wsite-button.wsite-button-large .wsite-button-inner {
  min-height: 56px;
  padding: 15px 26px;
  font-size: 16px;
  border-radius: 999px;
}

/* Forms */
.wsite-form-label {
  display: inline-block;
  color: var(--pn-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.wsite-form-input,
.wsite-search-element-input,
.form-select,
.wsite-form-field select,
textarea {
  margin-bottom: 12px;
  padding: 12px 14px !important;
  background: #fff;
  border: 1px solid var(--pn-border);
  border-radius: 14px;
  color: var(--pn-text);
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  transition: all 200ms ease;
}

.wsite-form-input:focus,
.wsite-search-element-input:focus,
.wsite-form-field select:focus,
textarea:focus {
  border-color: var(--pn-gold);
  box-shadow: 0 0 0 3px rgba(215, 162, 26, 0.12);
}

/* Lists inside paragraphs */
div.paragraph ul,
div.paragraph ol {
  padding-left: 1.5em !important;
  margin: 10px 0 16px !important;
}

div.paragraph li {
  padding-left: 5px !important;
  margin: 6px 0 0 !important;
}

div.paragraph ul,
div.paragraph ul li {
  list-style: disc outside !important;
}

div.paragraph ol,
div.paragraph ol li {
  list-style: decimal outside !important;
}

/* Image gallery */
.imageGallery {
  overflow: hidden;
  border-radius: var(--pn-radius);
}

.imageGallery .galleryCaptionHolderInnerBg {
  background-color: rgba(44, 36, 29, 0.18);
  transition: all 250ms ease;
}

.imageGallery .galleryCaptionHolder:hover .galleryCaptionHolderInnerBg {
  background: rgba(215, 162, 26, 0.82);
}

.imageGallery .galleryCaptionInnerText {
  color: #fff;
  text-shadow: none;
  font-size: 15px;
  line-height: 1.5;
}

/* Footer */
.footer-wrap {
  width: 100%;
  background: #2d241c;
  color: #f7efe1;
  visibility: visible !important;
}

.footer-wrap .container {
  padding: 0 24px;
}

.footer-wrap .wsite-footer {
  width: 100%;
  max-width: var(--pn-container);
  margin: 0 auto;
  padding: 38px 0 24px;
  box-sizing: border-box;
}

.footer-wrap h2 {
  color: #fff4d3;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}

.footer-wrap div.paragraph,
.footer-wrap p {
  color: rgba(255, 248, 234, 0.82);
  font-size: 14px;
  line-height: 1.7;
  padding: 0 0 12px;
}

.footer-wrap a {
  color: #ffd86b;
}

.footer-wrap a:hover {
  color: #fff0b8;
}

/* Optional utility blocks for new pages */
.pn-section {
  padding: 30px;
  background: var(--pn-card);
  border: 1px solid var(--pn-border);
  border-radius: var(--pn-radius);
  box-shadow: var(--pn-shadow);
}

.pn-section + .pn-section {
  margin-top: 24px;
}

.pn-kicker {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--pn-gold-strong);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pn-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--pn-text-soft);
}

.pn-highlight {
  background: linear-gradient(180deg, #fffaf0 0%, #fdf5df 100%);
  border: 1px solid #eedaa2;
}

.pn-pix-box {
  display: grid;
  gap: 20px;
  align-items: center;
  padding: 28px;
  background: linear-gradient(180deg, #fff9eb 0%, #fffdf8 100%);
  border: 1px solid #ecd59a;
  border-radius: 24px;
  box-shadow: var(--pn-shadow);
}

.pn-pix-key {
  display: inline-block;
  padding: 12px 16px;
  background: #fff;
  border: 1px dashed #d4b459;
  border-radius: 14px;
  color: var(--pn-text);
  font-weight: 900;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
}

.pn-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pn-stat {
  padding: 20px;
  background: var(--pn-card);
  border: 1px solid var(--pn-border);
  border-radius: var(--pn-radius);
  text-align: center;
  box-shadow: var(--pn-shadow);
}

.pn-stat strong {
  display: block;
  color: var(--pn-text);
  font-size: 2rem;
  line-height: 1;
}

.pn-stat span {
  display: block;
  margin-top: 8px;
  color: var(--pn-text-soft);
  font-size: 0.95rem;
}

/* Mobile nav */
.mobile-nav {
  display: none;
}

@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding: 0 18px;
  }

  .paris-header .container {
    min-height: 72px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .paris-header label.hamburger {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
  }

  .paris-header label.hamburger span:before,
  .paris-header label.hamburger span,
  .paris-header label.hamburger span:after {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: var(--pn-gold);
    content: '';
    transition: all 200ms ease-out;
  }

  .paris-header label.hamburger span {
    left: 4px;
    margin: 5px 0;
  }

  .paris-header label.hamburger span:before {
    top: -8px;
  }

  .paris-header label.hamburger span:after {
    bottom: -6px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-height: 0;
    opacity: 0;
    background: rgba(44, 36, 29, 0.96);
    transition: all 400ms ease;
  }

  body.nav-open .mobile-nav {
    max-height: 100vh;
    padding: 10px 0;
    opacity: 1;
  }

  .mobile-nav label.hamburger {
    position: relative;
    top: 9px;
    left: 3px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0 10px;
    cursor: pointer;
  }

  .mobile-nav label.hamburger span:before,
  .mobile-nav label.hamburger span,
  .mobile-nav label.hamburger span:after {
    position: relative;
    top: 10px;
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    content: '';
    transition: all 200ms ease-out;
  }

  .mobile-nav label.hamburger span {
    background: transparent;
  }

  .mobile-nav label.hamburger span:before {
    top: 0;
    transform: rotate(45deg);
  }

  .mobile-nav label.hamburger span:after {
    top: -1px;
    transform: rotate(135deg);
  }

  .mobile-nav ul {
    display: block;
    width: 100%;
  }

  .mobile-nav li {
    display: block !important;
    text-align: center;
  }

  .mobile-nav li a.wsite-menu-item,
  .mobile-nav li a.wsite-menu-subitem {
    padding: 12px 0;
    color: #fff9ed;
    font-size: 1rem;
    font-weight: 700;
  }

  .mobile-nav li.wsite-menu-item-wrap#active > a,
  .mobile-nav li.wsite-menu-item-wrap > a:hover,
  .mobile-nav li.wsite-menu-subitem-wrap > a:hover {
    background: none;
    color: #ffd86b;
  }

  .banner-wrap {
    padding: 95px 0 46px;
  }

  .banner-wrap .banner {
    text-align: center;
  }

  .banner-wrap .banner div.paragraph,
  .banner-wrap .banner p {
    font-size: 1.05rem;
  }

  .main-wrap .content-wrap {
    padding: 30px 0 40px;
  }

  .pn-stats {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h2 {
    font-size: 2rem;
  }

  .paris-header .logo a img {
    max-height: 56px;
  }

  .banner-wrap .banner h2 {
    font-size: 2.7rem;
  }

  .main-wrap .content-wrap {
    padding: 18px 0 28px;
  }

  .pn-section,
  .pn-pix-box {
    padding: 20px;
    border-radius: 16px;
  }

  td.wsite-multicol-col {
    display: block;
    float: none;
    width: 100% !important;
    box-sizing: border-box;
  }

  .imageGallery .galleryCaptionInnerText,
  .galleryCaptionHolder {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .banner-wrap {
    padding: 88px 0 36px;
  }

  .banner-wrap .banner h2 {
    font-size: 2.2rem;
  }

  .wsite-button .wsite-button-inner,
  .wsite-button.wsite-button-large .wsite-button-inner {
    width: 100%;
  }

  .pn-pix-key {
    font-size: 1rem;
    word-break: break-all;
  }
}