@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body, p {
  font-family: "Lato", sans-serif !important;
  line-height: 1.6;
  color: #333;
  font-weight: 400;
  font-size: 1rem !important;
}

.page-template-page-chavos h1, .page-template-page-chavos h2, .page-template-page-chavos h3, .page-template-page-chavos h4, .page-template-page-chavos h5, .page-template-page-chavos h6 {
  font-family: "Playfair Display", serif;
}

.page-template-page-chavos p {
  font-family: "Lato", sans-serif !important;
  font-size: 1rem !important;
}

blockquote {
  position: relative;
  padding: 0 0 1.5rem 0;
  font-size: 0.95rem;
}

blockquote::before {
  content: '"';
  position: absolute;
  left: -2.5rem;
  top: -10px;
  font-size: 4rem;
  color: #D34D5C;
  line-height: 1;
  opacity: 1;
  font-style: italic;
}

a {
  color: #D34D5C;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #e85180;
}

.container-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.placeholder-image {
  background: linear-gradient(135deg, #ddd 0%, #eee 100%);
  border: 2px solid #ccc;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  width: 100%;
  position: relative;
}

.placeholder-image.large {
  min-height: 500px;
}

.placeholder-image .placeholder-text {
  color: #999;
  font-size: 1.1rem;
  font-style: italic;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.hero-content {
  -webkit-animation: fadeIn 0.8s ease-out;
          animation: fadeIn 0.8s ease-out;
}

.book-details {
  -webkit-animation: fadeIn 0.6s ease-out;
          animation: fadeIn 0.6s ease-out;
}

.navbar {
  background-color: #4a3359 !important;
}

.navbar .navbar-brand {
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.navbar .navbar-brand span {
  color: #D34D5C;
}

.btn {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  padding: 0.8rem 1.5rem;
  font-size: 0.95rem;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 40px;
}

.btn.btn-primary {
  background-color: #D34D5C;
  border-color: #D34D5C;
  color: white;
}

.btn.btn-primary:hover {
  background-color: #721212;
  border-color: #721212;
}

.btn.btn-outline-primary {
  color: #D34D5C;
  border: 2px solid #D34D5C;
  background-color: transparent;
}

.btn.btn-outline-primary:hover {
  background-color: #721212;
  border-color: #721212;
  color: white;
}

.btn.btn-danger {
  background-color: #D34D5C;
  border-color: #D34D5C;
  color: white;
}

.btn.btn-danger:hover {
  background-color: #721212;
  border-color: #721212;
}

.btn.btn-outline-secondary {
  color: #D34D5C;
  border: 2px solid #D34D5C;
  background-color: transparent;
}

.btn.btn-outline-secondary:hover {
  background-color: #721212;
  border-color: #721212;
  color: white;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.button-group .btn {
  padding: 0.8rem 2rem;
}

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
  margin-top: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.action-buttons .btn {
  padding: 0.8rem 1.5rem;
}

@media (max-width: 992px) {
  .action-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .action-buttons .btn {
    width: 100%;
  }
}

.book-details {
  background-color: white;
  padding: 2rem 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.book-details .col-lg-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.book-details .col-lg-6:first-child {
  padding-right: 3rem;
  border-right: 1px solid #eee;
}

.book-details .col-lg-6:last-child {
  padding-left: 3rem;
}

.book-title {
  color: #D34D5C;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  font-family: "Playfair Display", serif;
}

.book-subtitle {
  color: #999;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}

.book-details p {
  color: #666;
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 0.93rem;
}

.themes-section {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.themes-section h5 {
  color: #D34D5C;
  font-weight: 700;
  margin-bottom: 1.7rem;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.themes-section ul {
  list-style: none;
  padding: 0;
}

.themes-section li {
  padding: 0.35rem 0;
  padding-left: 1.3rem;
  position: relative;
  color: #666;
  font-size: 0.88rem;
  line-height: 1.6;
}

.themes-section li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #D34D5C;
  font-weight: 700;
}

.call-to-action {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.call-to-action h5 {
  color: #D34D5C;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
}

.call-to-action p {
  color: #666;
  font-size: 0.88rem;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .book-title {
    font-size: 1.3rem;
  }
  .book-details .col-lg-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .book-details .col-lg-6:first-child {
    border-right: none;
    border-bottom: 1px solid #eee;
    padding-bottom: 2rem;
  }
  .book-details .col-lg-6:last-child {
    padding-top: 2rem;
  }
}

.footer {
  background-color: #a4d4ae;
  padding: 4rem 0;
  color: #333;
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
}

.footer h5 {
  color: #333;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: "Lato", sans-serif;
  font-size: 0.95rem;
}

.footer a {
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #D34D5C;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer li {
  margin-bottom: 0.5rem;
}

.footer hr {
  border-color: rgba(0, 0, 0, 0.1);
}

.footer p {
  font-size: 0.9rem;
  color: #555;
}

@media (max-width: 992px) {
  .footer .row {
    text-align: center;
  }
  .footer .col-md-6:last-child {
    margin-top: 1.5rem;
  }
}

.hero-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-section .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.hero-section .hero-left {
  padding: 4rem;
}

.hero-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero-section .hero-right {
  height: 500px;
  overflow: hidden;
}

.hero-section .hero-label {
  color: #999;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 1.5rem;
}

.hero-section .hero-title {
  color: #D34D5C;
  font-family: "Playfair Display", serif;
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-section .hero-subtitle {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .hero-section .hero-title {
    font-size: 2rem;
  }
  .hero-section .hero-left {
    padding: 2rem;
  }
  .hero-section .hero-right {
    padding: 2rem;
    min-height: 300px;
  }
}

.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.about-section .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.about-section .about-left, .about-section .about-right {
  padding: 4rem;
}

.about-section .section-title {
  color: #D34D5C;
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.about-section .about-author h3 {
  color: #D34D5C;
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.about-section .author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.about-section .author-image-placeholder {
  width: 150px;
  float: inline-end;
}

.about-section .author-image-placeholder img {
  width: 100%;
}

.about-section .author-name {
  color: #D34D5C;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.about-section .author-bio {
  color: #666;
  line-height: 1.7;
  font-size: 0.95rem;
}

.about-section p {
  color: #666;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.about-section .about-content p:first-of-type {
  font-weight: 700;
}

@media (max-width: 992px) {
  .about-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-section .about-left, .about-section .about-right {
    padding: 2rem !important;
  }
  .about-section .section-title {
    font-size: 2rem;
  }
  .about-section .author-image-placeholder {
    width: 120px;
    height: 120px;
  }
}

.books-section {
  padding: 4rem 0;
  position: relative;
  background-image: url(../img/book-info-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  width: 100%;
  background-attachment: fixed;
}

@media (max-width: 992px) {
  .books-section {
    background-image: none;
  }
}

.books-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background-image: url(../img/book-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.books-intro-container {
  padding: 0 2rem;
  max-width: 1200px;
  margin: 0 auto 4rem;
  text-align: center;
}

.books-intro-container .section-title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.books-intro-container .books-intro {
  color: #fff;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.books-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: scroll;
  scroll-behavior: smooth;
  gap: 1.5rem;
  padding: 2rem 0;
  scrollbar-width: none;
}

.books-grid::-webkit-scrollbar {
  display: none;
}

.carousel-pips {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 0 0;
}

.carousel-pips .pip {
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #D34D5C;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-pips .pip:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  background-color: #D34D5C;
}

.carousel-pips .pip.active {
  background-color: #D34D5C;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border: 2px solid #D34D5C;
}

.book-item {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: auto;
}

.book-item img {
  max-width: 100%;
}

.book-item:first-child, .book-item:last-child {
  display: none;
}

.book-cover-thumbnail {
  width: 160px;
  height: 230px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.65;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.book-cover-thumbnail.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 6px 12px rgba(255, 107, 157, 0.25);
          box-shadow: 0 6px 12px rgba(255, 107, 157, 0.25);
  border-color: #999;
}

.book-cover-thumbnail .placeholder-text {
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .carousel-pips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .carousel-pips .pip {
    width: 8px;
    height: 8px;
  }
  .books-grid {
    -webkit-overflow-scrolling: touch;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    padding: 2rem 25vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .book-item {
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    scroll-snap-align: center;
  }
  .book-item:first-child, .book-item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .book-cover-thumbnail {
    width: 240px;
    height: 340px;
    cursor: default;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
  }
  .book-cover-thumbnail.active {
    opacity: 1;
  }
}

@media (min-width: 993px) {
  .carousel-pips {
    display: none;
  }
  .book-item:nth-child(-n+3), .book-item:nth-child(n+9) {
    display: none !important;
  }
  .books-grid {
    padding: 2rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .book-item {
    width: 160px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
  }
  .book-cover-thumbnail {
    width: 160px;
    height: 230px;
    opacity: 0.65;
  }
  .book-cover-thumbnail:hover {
    opacity: 0.85;
  }
  .book-cover-thumbnail.active {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.stories-matter-section {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.stories-left, .stories-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem;
}

.stories-content h2 {
  color: #D34D5C;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  font-family: "Playfair Display", serif;
}

.stories-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.stories-content ul {
  list-style: none;
  padding: 0;
}

.stories-content ul li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #666;
  line-height: 1.8;
}

.stories-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #D34D5C;
  font-size: 1.5rem;
}

@media (max-width: 992px) {
  .stories-matter-section .stories-left, .stories-matter-section .stories-right {
    padding: 2rem !important;
  }
}

.works-section {
  padding: 0;
  background-color: #000;
  color: white;
}

.works-section h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1.3rem;
  font-family: "Playfair Display", serif;
}

.works-section p {
  color: #ddd;
  line-height: 1.7;
  margin-bottom: 1.3rem;
  font-size: 0.95rem;
}

.works-content {
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.works-content .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.works-image {
  background-color: #000;
  overflow: hidden;
}

.works-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 992px) {
  .works-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .works-content {
    padding: 2rem;
  }
}

body {
  background-image: url(../img/bg-paper.jpg) !important;
  background-size: cover;
}
/*# sourceMappingURL=chavos.css.map */