body {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
  font-weight: 400;
  padding-top: 48px !important;
}

h1, h2, h3, h4, h5, h6,
.page-title,
.entry-title,
.post-title,
.site-title {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
  font-weight: 700 !important;
}

.acr-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #3d0000;
}

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

.acr-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 48px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.acr-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #f4f2c5 !important;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
  font-weight: 700 !important;
  gap: 12px;
  transition: opacity 0.25s ease;
}

.acr-brand:hover {
  opacity: 0.85;
}

.acr-brand img {
  display: block;
  width: auto;
  height: 32px;
}

.acr-menu-toggle {
  display: none;
}

.acr-menu-button {
  display: none;
  border: 1px solid rgba(244, 242, 197, 0.65);
  background: transparent;
  color: #f4f2c5;
  padding: 8px 12px;
  cursor: pointer;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-transform: none;
}

.acr-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.acr-nav a {
  color: #f4f2c5 !important;
  text-decoration: none;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.acr-nav a:hover,
.acr-nav a:focus {
  color: #fcef1a !important; /* Dourado destacado no hover */
  opacity: 1 !important;
}

.acr-carousel {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 32px auto;
}

.acr-carousel-viewport {
  position: relative;
  overflow: hidden;
}

.acr-carousel-track {
  display: flex;
  transition: transform 0.35s ease;
}

.acr-carousel-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acr-carousel-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.acr-carousel-natural {
  max-width: 520px;
  margin: 28px auto;
}

.acr-carousel-natural.acr-carousel-small {
  max-width: 420px;
}

.acr-carousel-natural .acr-carousel-viewport {
  aspect-ratio: auto;
}

.acr-carousel-natural .acr-carousel-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.acr-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: none !important;
  border-radius: 50%;
  background: rgba(61, 0, 0, 0.82);
  color: #f4f2c5;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  outline: none !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
}

.acr-carousel-arrow:focus,
.acr-carousel-arrow:focus-visible,
.acr-carousel-arrow:active,
.acr-carousel-slide:focus,
.acr-carousel-slide:focus-visible,
.acr-carousel-slide img:focus,
.acr-carousel-slide img:focus-visible,
.acr-carousel *:focus,
.acr-carousel *:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.acr-carousel-prev {
  left: 8px;
}

.acr-carousel-next {
  right: 8px;
}

/* Remove square yellow timeout animation before slide changes */
.thb-progress,
path.thb-progress,
.thb-tmp,
path.thb-tmp,
.swiper-nav .thb-arrow .thb-progress,
.swiper-nav .thb-arrow .thb-tmp,
.swiper-nav .thb-progress {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  stroke: transparent !important;
  stroke-width: 0 !important;
  fill: none !important;
}

.acr-carousel-caption {
  margin: 12px 0 0;
  text-align: center;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}

/* Force standard visible mouse cursors across the site and image slider */
html, body, div, section, article, figure, img, .acr-carousel, .acr-carousel-viewport, .acr-carousel-track, .acr-carousel-slide, .swiper-container, .swiper-wrapper, .swiper-slide {
  cursor: auto !important;
  pointer-events: auto !important;
  user-select: auto !important;
  -webkit-user-select: auto !important;
}

a, button, input, label, select, textarea, .acr-brand, .acr-nav a, .acr-carousel-arrow, .acr-carousel-prev, .acr-carousel-next, .swiper-button-next, .swiper-button-prev, .acr-menu-button {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.acr-nav a {
  cursor: pointer !important;
  pointer-events: auto !important;
  position: relative !important;
  z-index: 10000 !important;
}

#thb-custom-cursor,
.thb-cursor,
.thb-custom-cursor,
.swiper-cursor,
.pace,
.pace-activity,
.pace-progress {
  pointer-events: none !important;
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

#footer.acr-footer {
  position: relative !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100% !important;
  background: #3d0000 !important;
  border: none !important;
  box-shadow: none !important;
  margin-top: 60px !important;
  z-index: 50 !important;
}

.acr-footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 32px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #f4f2c5;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif !important;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: 44px !important;
  }
  .acr-header-inner {
    min-height: 44px;
    padding: 6px 18px;
  }
  .acr-nav {
    gap: 18px;
  }
  .acr-nav a {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .admin-bar .acr-header {
    top: 46px;
  }
  body {
    padding-top: 40px !important;
  }
  .acr-menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .acr-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0 4px;
  }
  .acr-menu-toggle:checked + .acr-menu-button + .acr-nav {
    display: flex;
  }
  .acr-header-inner {
    min-height: 40px;
    padding: 6px 16px;
    flex-wrap: wrap;
  }
  .acr-brand img {
    height: 26px;
  }
  .acr-nav a {
    font-size: 15px;
  }
  .acr-carousel-natural {
    max-width: 360px;
  }
  .acr-carousel-natural.acr-carousel-small {
    max-width: 280px;
  }
  .acr-carousel-arrow {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .acr-footer-inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  body {
    padding-top: 36px !important;
  }
  .acr-header-inner {
    min-height: 36px;
  }
  .acr-brand {
    gap: 10px;
  }
  .acr-brand img {
    height: 24px;
  }
  .acr-brand span {
    font-size: 15px;
  }
  .acr-nav a {
    font-size: 14px;
  }
  .acr-carousel-natural {
    max-width: 300px;
  }
  .acr-carousel-natural.acr-carousel-small {
    max-width: 220px;
  }
  .acr-carousel-arrow {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
  .acr-footer-inner {
    min-height: 28px;
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

/* Contact Page Layout */
.acr-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin: 40px auto;
  max-width: 1100px;
  padding: 0 20px;
}

.acr-contact-subheading {
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a0808;
  margin-bottom: 20px;
  border-bottom: 2px solid #fcef1a;
  padding-bottom: 8px;
  display: inline-block;
}

.acr-contact-lead {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}

.acr-contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.acr-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.acr-contact-icon {
  font-size: 22px;
  background: #fbf8f5;
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efeae4;
}

.acr-contact-text {
  display: flex;
  flex-direction: column;
}

.acr-contact-text strong {
  font-size: 15px;
  color: #222;
  margin-bottom: 4px;
}

.acr-contact-text span, 
.acr-contact-text a {
  font-size: 15px;
  color: #666;
  text-decoration: none;
  transition: color 0.25s ease;
}

.acr-contact-text a:hover {
  color: #b5894c;
}

/* Contact Form Styling */
.acr-contact-form-container {
  background: #fdfcfb;
  border: 1px solid #f0ede9;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.acr-contact-form-container form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.acr-contact-form-container label {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.acr-contact-form-container input[type="text"],
.acr-contact-form-container input[type="email"],
.acr-contact-form-container textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dcd8d3;
  border-radius: 6px;
  font-size: 15px;
  color: #333;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.acr-contact-form-container input[type="text"]:focus,
.acr-contact-form-container input[type="email"]:focus,
.acr-contact-form-container textarea:focus {
  outline: none;
  border-color: #b5894c;
  box-shadow: 0 0 0 3px rgba(181, 137, 76, 0.15);
}

.acr-contact-form-container textarea {
  min-height: 120px;
  resize: vertical;
}

.acr-contact-form-container button,
.acr-contact-form-container input[type="submit"] {
  background: #1a0808;
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.2s ease;
  align-self: flex-start;
}

.acr-contact-form-container button:hover,
.acr-contact-form-container input[type="submit"]:hover {
  background: #331515;
  transform: translateY(-1px);
}

.acr-contact-form-container button:active,
.acr-contact-form-container input[type="submit"]:active {
  transform: translateY(0);
}

/* Responsividade */
@media screen and (max-width: 800px) {
  .acr-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 20px auto;
  }
  .acr-contact-form-container {
    padding: 30px 20px;
  }
}

/* Responsive Video Wrapper */
.acr-video-container {
  max-width: 700px;
  margin: 30px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0ede9;
  background: #000;
  display: block;
}

.acr-video-container video {
  width: 100%;
  height: auto;
  display: block;
  max-height: 480px;
  object-fit: contain;
}

/* Contact Portrait Styles */
.acr-contact-portrait {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0ede9;
  margin-bottom: 25px;
}

.acr-contact-portrait img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.acr-contact-portrait:hover img {
  transform: scale(1.02);
}

/* Easter Egg Modal & Footer Link Styles */
#acr-hugo-modal {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #1a0808;
  color: #fff;
  padding: 24px 30px;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
  border: 1px solid #331515;
  z-index: 999999;
  font-family: 'Outfit', 'Inter', sans-serif;
  text-align: left;
  max-width: 320px;
  animation: acrSlideUp 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes acrSlideUp {
  from {
    transform: translateY(80px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.acr-hugo-modal-inner h3 {
  color: #efeae4;
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.acr-hugo-modal-inner p {
  color: #c5bfae;
  margin: 0 0 16px 0;
  font-size: 13px;
  line-height: 1.5;
}

.acr-hugo-modal-inner a {
  display: inline-block;
  color: #1a0808;
  background: #efeae4;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #efeae4;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}

.acr-hugo-modal-inner a:hover {
  background: transparent;
  color: #efeae4;
  border-color: #efeae4;
}

.acr-hugo-modal-close {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #aaa;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: color 0.2s;
}

.acr-hugo-modal-close:hover {
  color: #fff;
}

.acr-easter-egg {
  opacity: 0.15;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  margin-left: 6px;
  cursor: pointer;
  padding: 5px;
  transition: opacity 0.3s ease, color 0.3s ease;
}

.acr-easter-egg:hover {
  opacity: 1;
  color: #fff;
}

/* Essential Swiper Hero Slider CSS Fixes */
.swiper-container {
  width: 100% !important;
  height: 100vh !important;
  min-height: 500px !important;
  position: relative !important;
  overflow: hidden !important;
  display: block !important;
}

.swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  position: relative !important;
  z-index: 1 !important;
}

.swiper-slide {
  width: 100% !important;
  height: 100% !important;
  min-height: 100vh !important;
  flex-shrink: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.photo-caption {
  position: absolute !important;
  bottom: 40px !important;
  left: 40px !important;
  z-index: 10 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
}
