/* =========================================
   TOKENS (VARIÁVEIS CSS)
   ========================================= */
:root {
  /* Cores */
  --color-navy: #012337;
  --color-atlantic: #2B4F7E;
  --color-terracotta: #A13C2B;
  --color-brown: #633C15;
  --color-ivory: #F0F1EA;
  --color-sand: #CCB08F;

  /* Tipografia */
  --font-display: "IM FELL English", Georgia, serif;
  --font-editorial: "Playfair Display", Georgia, serif;
  --font-body: "Montserrat", Arial, sans-serif;

  /* Grid e Espaçamentos */
  --content-max: 1280px;
  --text-max: 680px;
  --space-section-mobile: 80px;
  --space-section-desktop: 144px;

  /* Efeitos */
  --transition-default: 300ms ease;
}

/* =========================================
   RESET E BASE
   ========================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-ivory);
  color: var(--color-navy);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: var(--space-section-mobile) 0;
}

@media (min-width: 768px) {
  .section {
    padding: var(--space-section-desktop) 0;
  }
}

/* =========================================
   TIPOGRAFIA GERAL
   ========================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.section-title {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.2;
  color: var(--color-navy);
  margin-bottom: 24px;
}

.section-subtitle {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 24px;
  color: var(--color-terracotta);
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .section-title {
    font-size: 56px;
  }

  .section-subtitle {
    font-size: 32px;
  }
}

/* =========================================
   COMPONENTES
   ========================================= */

/* Botões */
.btn {
  display: inline-block;
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 16px 32px;
  text-align: center;
  transition: var(--transition-default);
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-primary {
  background-color: var(--color-navy);
  color: var(--color-ivory);
}

.btn-primary:hover {
  background-color: var(--color-atlantic);
}

.title-decoration {
  width: 40px;
  height: 2px;
  background-color: var(--color-terracotta);
  margin-bottom: 32px;
}

/* =========================================
   DOBRA 1 — HERO
   ========================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: var(--color-ivory);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* MOBILE: imagem nova, alinhada abaixo sem zoom */
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url('assets/images/boat_mobile.png');
  background-position: bottom center;
  z-index: 1;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* MOBILE: Gradiente vem de cima (sólido) para baixo (transparente) cobrindo o texto */
  background: linear-gradient(to bottom, var(--color-ivory) 0%, var(--color-ivory) 55%, transparent 85%, transparent 100%);
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-content {
  text-align: center;
  max-width: 600px;
  padding-top: 24px;
  padding-bottom: 25vh;
  /* Cresce o bloco para mostrar a imagem abaixo, reduzido para melhor ajuste */
  position: relative;
}

.hero-logo-img {
  margin: 0 auto 24px auto;
  max-width: 250px;
}

.hero-logo-img img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-subtitle {
  font-family: var(--font-editorial);
  font-size: 28px;
  color: var(--color-terracotta);
  font-style: italic;
  margin-bottom: 24px;
}

.hero-date {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--color-navy);
  margin-bottom: 24px;
}

.hero-text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: rgba(1, 35, 55, 0.85);
}

.hero-text p {
  margin-bottom: 8px;
}

.hero-text strong {
  font-weight: 700;
  color: var(--color-navy);
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--color-navy);
  color: var(--color-ivory);
  padding: 16px 32px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: var(--transition-default);
  border-radius: 4px;
  margin-top: 16px;
}

.btn-whatsapp:hover {
  background-color: var(--color-terracotta);
}

.whatsapp-icon {
  width: 20px;
  height: 20px;
}

@media (min-width: 768px) {
  .hero-bg {
    /* DESKTOP: volta para a imagem original, alinha na direita e preenche a tela */
    background-image: url('assets/images/boat_desktop.png');
    background-position: right center;
    background-size: cover;
  }

  .hero-gradient {
    /* Gradiente super sutil: Sólido até 35%, começa a sumir suavemente ao longo de 40% da tela, e fica 100% transparente em 75% */
    background: linear-gradient(to right, var(--color-ivory) 0%, var(--color-ivory) 35%, transparent 75%, transparent 100%);
  }

  .hero-content {
    text-align: left;
    padding: 0;
    max-width: 650px;
  }

  .hero-logo-img {
    margin: 0 0 24px 0;
    max-width: 360px;
  }

  .hero-subtitle {
    font-size: 32px;
  }

  .hero-date {
    font-size: 20px;
  }

  .hero-text {
    font-size: 16px;
  }
}

/* =========================================
   DOBRA 2 - SINGULAR FEATURES
   ========================================= */
.singular-features {
  padding: 48px 0;
  position: relative;
  z-index: 5;
}

.singular-features-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.singular-features-header .line-decorator {
  height: 1px;
  width: 50px;
  background-color: rgba(244, 241, 234, 0.3);
  /* Ivory transparente para a linha */
}

.singular-features-title {
  font-family: var(--font-display);
  font-size: 24px;
  letter-spacing: 1px;
  color: var(--color-ivory);
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.singular-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 16px;
  /* 40px de distância vertical e 16px horizontal */
  text-align: center;
  align-items: start;
}

.feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-icon {
  margin-bottom: 12px;
  color: var(--color-sand);
  /* Contraste areia no fundo azul */
  width: 48px;
  height: 48px;
}

.feature-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item p {
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 1.4;
  color: var(--color-ivory);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
}

.singular-features-footer {
  margin-top: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.singular-features-footer p {
  font-family: var(--font-editorial);
  font-size: 24px;
  color: var(--color-sand);
  font-style: italic;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .singular-features-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
    /* Espaço reduzido para caber as 6 colunas mais largas */
    align-items: start;
  }
}

/* =========================================
   DOBRA 3 — GALERIA (CARROSSEL INFINITO)
   ========================================= */
.images-gallery {
  background-color: var(--color-sand);
  padding: 60px 0 0 0;
  /* Removido padding bottom para colar no próximo bloco */
  position: relative;
  overflow: hidden;
  /* Previne scroll horizontal no body causado pelo carrossel */
}

.gallery-container-full {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--color-navy);
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
  padding: 0 20px;
}

.gallery-subtitle {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-navy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  max-width: 800px;
  padding: 0 20px;
  line-height: 1.5;
}

/* CARROSSEL */
.carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel-track {
  display: flex;
  width: max-content;
  /* Comporta todas as 10 imagens alinhadas horizontalmente */
  animation: scrollCarousel 30s linear infinite;
}

.carousel-track:hover {
  animation-play-state: paused;
}

@keyframes scrollCarousel {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Move exatamente 5 imagens (metade do track) para a esquerda */
}

.carousel-slide {
  position: relative;
  width: 20vw;
  /* Mostra exatamente 5 imagens no desktop (100 / 20 = 5) */
  height: 350px;
  flex-shrink: 0;
  cursor: pointer;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* HOVER OVERLAY COM TEXTO */
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 35, 55, 0.7);
  /* Fundo Navy semi-transparente */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.carousel-slide:hover .slide-overlay {
  opacity: 1;
}

.slide-text {
  color: var(--color-ivory);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 0 20px;
}

/* RESPONSIVIDADE DO CARROSSEL */
@media (max-width: 1024px) {
  .carousel-slide {
    width: 33.333vw;
    height: 300px;
  }

  /* Mostra 3 imagens em tablets */
}

@media (max-width: 768px) {
  .carousel-slide {
    width: 60vw;
    height: 250px;
  }

  /* Mostra 1.5 imagens no celular */
  .gallery-title {
    font-size: 20px;
  }
}

/* =========================================
   UTILITÁRIOS
   ========================================= */
.text-ivory {
  color: var(--color-ivory) !important;
}

.bg-ivory {
  background-color: var(--color-ivory) !important;
}

.center-decoration {
  margin: 0 auto 32px auto !important;
}

.align-center {
  text-align: center;
}

.opacity-50 {
  opacity: 0.5;
}

.text-body p {
  margin-bottom: 24px;
}

.text-body .highlight-text {
  margin-top: 32px;
}

.btn-outline {
  background-color: transparent;
  color: var(--color-navy);
  border: 1px solid var(--color-navy);
}

.btn-outline:hover {
  background-color: var(--color-sand);
  color: var(--color-navy);
  border-color: var(--color-navy);
}

/* =========================================
   DOBRA 4 — A COMITIVA
   ========================================= */
.about {
  background-color: var(--color-ivory);
  color: var(--color-navy);
  padding: 64px 0;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.about-illustration {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-illustration img {
  max-width: 300px;
}

@media (min-width: 768px) {
  .about {
    padding: 80px 0;
  }

  .about-content {
    flex-direction: row;
    align-items: center;
  }

  .about-text {
    flex: 6;
  }

  .about-illustration {
    flex: 4;
  }

  .about-illustration img {
    max-width: 100%;
  }
}

/* =========================================
   MARQUEE (Letreiro Infinito)
   ========================================= */
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: var(--color-terracotta);
  padding: 16px 0;
  display: flex;
  margin-top: var(--space-section-mobile);
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 30s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--color-ivory);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.marquee-content .separator {
  color: var(--color-ivory);
  opacity: 0.6;
  margin: 0 16px;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }

  /* Move exatamente a metade da track para a esquerda */
}

@media (min-width: 768px) {
  .marquee-wrapper {
    padding: 20px 0;
    margin-top: var(--space-section-desktop);
  }

  .marquee-content {
    font-size: 15px;
    letter-spacing: 3px;
  }

  .marquee-content .separator {
    margin: 0 24px;
  }
}

/* =========================================
   DOBRA 5 — O PERCURSO
   ========================================= */
.route {
  background-color: var(--color-ivory);
}

.route-active-display {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 48px;
  min-height: 400px;
}

.route-display-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.route-display-image .polaroid {
  max-width: 300px;
  width: 100%;
  transition: transform 0.5s ease;
}

.route-display-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.route-display-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.4s ease;
}

.route-label {
  font-family: var(--font-body);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-terracotta);
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.route-title {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--color-navy);
  margin-bottom: 8px;
  line-height: 1.2;
}

.route-cities {
  font-family: var(--font-editorial);
  font-size: 18px;
  color: var(--color-atlantic);
  margin-bottom: 24px;
}

.route-desc {
  font-size: 16px;
  color: var(--color-navy);
}

.swipe-indicator {
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-terracotta);
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: -40px;
  /* Pulls thumbnails closer */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.swipe-indicator span {
  display: inline-block;
  margin-left: 8px;
  animation: pulseArrow 2s infinite;
}

@keyframes pulseArrow {
  0% {
    opacity: 0.6;
    transform: translateX(0);
  }

  50% {
    opacity: 1;
    transform: translateX(6px);
  }

  100% {
    opacity: 0.6;
    transform: translateX(0);
  }
}

/* THUMBNAILS CAROUSEL */
.route-carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
}

.route-nav-btn {
  background-color: transparent;
  border: 1.5px solid var(--color-navy);
  font-size: 16px;
  color: var(--color-navy);
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.route-nav-btn:hover {
  transform: scale(1.1);
  background-color: var(--color-navy);
  color: var(--color-ivory);
}

.route-thumbnails-wrapper {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.route-thumbnails-track {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.route-thumb {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s ease;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.route-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.route-thumb:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.route-thumb.active {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid var(--color-ivory);
}

.route-cta {
  text-align: center;
  margin-top: 80px;
}

/* Desktop Layout */
@media (min-width: 768px) {
  .route-active-display {
    flex-direction: row;
    align-items: center;
    gap: 80px;
    margin-top: 80px;
  }

  .route-display-image {
    flex: 5;
    justify-content: flex-end;
  }

  .route-display-image .polaroid {
    max-width: 400px;
  }

  .route-display-image img {
    height: 450px;
  }

  .route-display-info {
    flex: 7;
  }

  .route-title {
    font-size: 40px;
  }

  .route-carousel-container {
    margin-top: 80px;
    gap: 16px;
  }

  .route-thumbnails-track {
    gap: 16px;
  }

  .route-thumb {
    width: 100px;
    height: 100px;
  }
}

/* =========================================
   DOBRA 6 — CONTEÚDO E APRENDIZADO
   ========================================= */
.learning {
  background-color: var(--color-ivory);
}

.learning-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.learning-card {
  background-color: var(--color-sand);
  padding: 32px;
  border: 1px solid rgba(1, 35, 55, 0.1);
  transition: var(--transition-default);
}

.learning-card:hover {
  border-color: var(--color-navy);
  transform: translateY(-5px);
}

.learning-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--color-navy);
  margin-bottom: 16px;
  line-height: 1.3;
}

.learning-desc {
  font-size: 16px;
  color: var(--color-navy);
}

@media (min-width: 768px) {
  .learning-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

/* =========================================
   DOBRA 7 — METODOLOGIA
   ========================================= */
.methodology {
  background-color: var(--color-sand);
  padding-top: 0;
}

.methodology-image {
  width: 100%;
  height: 40vh;
  min-height: 300px;
  margin-bottom: 64px;
}

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

.methodology-content {
  max-width: 800px;
  margin: 0 auto;
}

.methodology-quote {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 28px;
  color: var(--color-navy);
  margin-bottom: 32px;
  line-height: 1.4;
}

.methodology-desc {
  font-size: 18px;
  color: var(--color-navy);
  line-height: 1.8;
  margin-bottom: 24px;
}

.methodology-desc strong {
  font-weight: 700;
}

/* Parágrafo de abertura, com mais peso que o corpo */
.methodology-lead {
  font-size: 20px;
}

/* As três viradas de olhar: leitura em blocos, não em corrido */
.methodology-shifts {
  list-style: none;
  margin: 40px 0;
  padding: 0;
  border-left: 2px solid var(--color-terracotta);
}

.methodology-shifts li {
  font-family: var(--font-editorial);
  font-size: 20px;
  line-height: 1.5;
  color: var(--color-navy);
  padding: 0 0 0 24px;
  margin-bottom: 16px;
}

.methodology-shifts li:last-child {
  margin-bottom: 0;
}

.methodology-shifts em {
  font-style: normal;
  font-weight: 700;
  color: var(--color-terracotta);
}

.methodology-closing {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 22px;
  line-height: 1.5;
  color: var(--color-navy);
  margin-top: 40px;
}

@media (min-width: 768px) {
  .methodology-image {
    height: 60vh;
  }

  .methodology-quote {
    font-size: 36px;
  }

  .methodology-lead {
    font-size: 22px;
  }

  .methodology-shifts li {
    font-size: 24px;
  }

  .methodology-closing {
    font-size: 26px;
  }
}

/* =========================================
   DOBRA 7.5 — DETALHES
   ========================================= */
.details {
  background-color: var(--color-sand);
}

.details-content {
  margin-top: 40px;
}

.details-subtitle {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 700;
  color: var(--color-navy);
  margin-bottom: 24px;
}

.details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px 0;
}

.details-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-navy);
}

.details-list li::before {
  content: "•";
  color: var(--color-terracotta);
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}

.details-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}

.details-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .details-gallery {
    grid-template-columns: repeat(4, 1fr);
  }

  .details-gallery img {
    height: 300px;
  }
}

.details-footer {
  text-align: center;
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 20px;
  color: var(--color-terracotta);
  max-width: 800px;
  margin: 0 auto;
}

/* =========================================
   DOBRA 8 — DEPOIMENTO
   ========================================= */
.testimonials {
  background-color: var(--color-ivory);
}

/* --- Timeline de Expedições Anteriores --- */
.expeditions-timeline {
  max-width: 900px;
  margin: 0 auto 80px auto;
  position: relative;
  padding: 0 16px;
}

.timeline-section-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--color-navy);
  text-align: center;
  margin-bottom: 48px;
  letter-spacing: 1px;
}

.timeline-container {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.timeline-item {
  width: 100%;
}

.timeline-content {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.polaroid-caption.polaroid-year {
  font-family: var(--font-editorial);
  font-size: 20px;
  color: var(--color-terracotta);
  text-align: center;
  margin-top: 12px;
  font-weight: 600;
}

.timeline-photo-side {
  width: 100%;
  max-width: 280px;
  margin: 0;
}

.timeline-text-side {
  flex: 1;
}

.timeline-title {
  font-family: var(--font-editorial);
  font-size: 24px;
  color: var(--color-navy);
  margin-bottom: 16px;
  font-style: italic;
}

.timeline-text {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-navy);
  margin-bottom: 20px;
  opacity: 0.9;
}

.timeline-highlight {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--color-terracotta);
  display: inline-block;
  background-color: rgba(161, 60, 43, 0.08);
  padding: 6px 16px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .timeline-container {
    gap: 80px;
  }

  .timeline-content {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }

  .timeline-photo-side {
    width: 280px;
    flex-shrink: 0;
  }
}

/* --- Carrossel em Formato de Livro --- */
.book-section {
  max-width: 960px;
  margin: 0 auto 80px auto;
  padding: 0 16px;
}

.book-carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  position: relative;
}

.book-container {
  flex: 1;
  max-width: 800px;
  min-height: 380px;
  background-color: #FAF6F0;
  box-shadow: 0 20px 40px rgba(1, 35, 55, 0.12),
              inset 0 0 60px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  display: flex;
}

.book-spine {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to right, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 30%, rgba(255,255,255,0.4) 50%, rgba(0,0,0,0.05) 70%, rgba(0,0,0,0.1) 100%);
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  z-index: 10;
  transform: translateX(-50%);
  display: none;
}

.book-slide {
  display: none;
  width: 100%;
}

.book-slide.active {
  display: flex;
  flex-direction: column;
}

.book-page {
  flex: 1;
  padding: 40px 32px 32px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}

.notebook-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 30, 50, 0.04) 1px, transparent 1px);
  background-size: 100% 28px;
  background-position: 0 38px;
  pointer-events: none;
}

.page-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-number {
  font-family: var(--font-body);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(1, 35, 55, 0.4);
  margin-bottom: 24px;
  display: block;
}

.testimonial-text {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-navy);
  margin-bottom: 32px;
  letter-spacing: 0.2px;
  position: relative;
}

.testimonial-text::before {
  content: "“";
  font-family: var(--font-display);
  font-size: 40px;
  color: rgba(161, 60, 43, 0.15);
  position: absolute;
  left: -12px;
  top: -20px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  border-top: 1px dashed rgba(161, 60, 43, 0.15);
  padding-top: 16px;
  margin-top: auto;
}

.author-name {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-navy);
}

.author-info {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--color-terracotta);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.book-nav-btn {
  background-color: var(--color-ivory);
  border: 1px solid rgba(1, 35, 55, 0.15);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all var(--transition-default);
  z-index: 12;
  flex-shrink: 0;
}

.book-nav-btn svg {
  width: 24px;
  height: 24px;
  fill: var(--color-navy);
}

.book-nav-btn:hover {
  background-color: var(--color-navy);
  border-color: var(--color-navy);
}

.book-nav-btn:hover svg {
  fill: var(--color-ivory);
}

.book-page-indicator {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.book-page-indicator .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(1, 35, 55, 0.15);
  cursor: pointer;
  transition: background-color var(--transition-default);
}

.book-page-indicator .dot.active {
  background-color: var(--color-terracotta);
}

@media (min-width: 768px) {
  .book-container {
    min-height: 420px;
  }

  .book-spine {
    display: block;
  }

  .book-slide.active {
    flex-direction: row;
  }

  .book-page-left {
    border-right: 1px solid rgba(0, 0, 0, 0.03);
    padding-right: 48px;
    padding-left: 40px;
  }

  .book-page-right {
    padding-left: 48px;
    padding-right: 40px;
  }

  .testimonial-text {
    font-size: 17px;
  }
}

.award-mention {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}

.award-icon img {
  width: 80px;
}

.award-text {
  text-align: center;
}

@media (min-width: 768px) {
  .award-mention {
    flex-direction: row;
    text-align: left;
    gap: 48px;
  }

  .award-icon img {
    width: 120px;
  }

  .award-text {
    text-align: left;
  }
}

/* =========================================
   DOBRA 9 — MAPA INTERATIVO
   ========================================= */
.section.map-route {
  background-color: var(--color-ivory);
  padding-top: var(--space-section-mobile);
  /* A faixa bege fecha a seção; o respiro dela vem do próprio padding */
  padding-bottom: 0;
  /* O mapa sangra para fora da margem no desktop; evita barra horizontal */
  overflow-x: hidden;
}

/* Faixa "Cada expedição é diferente" */
.expedition-note {
  background-color: var(--color-sand);
  padding: 64px 0;
  margin-top: var(--space-section-mobile);
  text-align: center;
}

.expedition-note .container {
  max-width: 900px;
}

.expedition-note-title {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 36px;
  line-height: 1.4;
  color: var(--color-navy);
  margin-bottom: 24px;
}

.expedition-note p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--color-navy);
  margin-bottom: 16px;
}

.expedition-note-highlight {
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .expedition-note {
    padding: 64px 0;
    margin-top: var(--space-section-desktop);
  }

  .expedition-note-title {
    font-size: 44px;
  }

  .expedition-note p {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .section.map-route {
    padding-top: var(--space-section-desktop);
  }
}

.map-header-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 32px;
}

.map-header-grid .section-title {
  margin-bottom: 0px;
}

.map-header-grid .section-subtitle {
  margin-top: 8px;
  margin-bottom: 32px;
}

.map-header-grid .title-decoration {
  margin-bottom: 24px;
}

.map-header-grid .map-header-text {
  max-width: 700px;
}

@media (min-width: 768px) {
  .map-header-grid {
    margin-bottom: 32px;
  }
}

.interactive-map-layout {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 24px;
}

/* --- MAP VISUAL (Camadas sobrepostas) --- */
.map-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-layers {
  position: relative;
  width: 320px;
  max-width: 100%;
  aspect-ratio: auto;
}

.map-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

/* Primeira camada define o tamanho do container */
.map-outline {
  position: relative;
  z-index: 1;
}

.map-route-line {
  z-index: 2;
  animation: fadeInRoute 1.5s ease forwards;
  opacity: 0;
}

@keyframes fadeInRoute {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.map-dots-layer {
  z-index: 3;
  opacity: 0;
  /* Dots são substituídos pelos hotspots interativos */
}

/* --- HOTSPOTS --- */
.map-hotspot {
  position: absolute;
  z-index: 10;
  background: none;
  border: none;
  cursor: pointer;
  padding: 12px;
  margin: -12px;
  display: flex;
  align-items: center;
  gap: 8px;
  outline: none;
}

.map-hotspot>* {
  pointer-events: none;
}

.hotspot-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--color-navy);
  border: 2px solid var(--color-ivory);
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.map-hotspot:hover .hotspot-dot,
.map-hotspot.active .hotspot-dot {
  background-color: var(--color-terracotta);
  transform: scale(1.3);
  border-color: #fff;
  box-shadow: 0 0 0 3px rgba(161, 60, 43, 0.3);
}

.hotspot-pulse {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(161, 60, 43, 0.25);
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}

.map-hotspot.active .hotspot-pulse {
  animation: hotspotPulse 2s ease-out infinite;
}

@keyframes hotspotPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}

.hotspot-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  color: var(--color-navy);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.3s ease;
  pointer-events: none;
  position: absolute;
  right: calc(100% + 8px);
}

.hotspot-label.label-right {
  right: auto;
  left: calc(100% + 8px);
  transform: translateX(4px);
}

.map-hotspot:hover .hotspot-label,
.map-hotspot.active .hotspot-label {
  opacity: 1;
  transform: translateX(0);
}

/* --- INFO PANEL --- */
.map-info-panel {
  flex: 1;
}

.map-info-content {
  position: relative;
  min-height: 240px;
}

.map-city-card {
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-color: var(--color-ivory);
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.map-city-card.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  pointer-events: auto;
}

/* Polaroid da cidade — tamanho fixo em todos os cards */
.map-city-photo {
  flex: 0 0 240px;
  width: 240px;
  max-width: 100%;
  align-self: center;
}

/* Especificidade acima de `.polaroid img` (height: auto), que vem depois
   no arquivo e senão deixaria cada foto com a altura do seu aspecto. */
.map-city-card .map-city-photo img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.map-city-text {
  flex: 1;
  min-width: 0;
}

.map-city-day {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-terracotta);
  display: block;
  margin-bottom: 12px;
}

.map-city-name {
  font-family: var(--font-display);
  font-size: 36px;
  color: var(--color-navy);
  margin-bottom: 8px;
  line-height: 1.2;
}

.map-city-theme {
  font-family: var(--font-editorial);
  font-style: italic;
  font-size: 20px;
  color: var(--color-atlantic);
  margin-bottom: 20px;
}

.map-city-desc {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-navy);
  line-height: 1.7;
}

.map-city-desc p {
  margin-bottom: 12px;
}

.map-city-desc p:last-child {
  margin-bottom: 0;
}

/* --- NAV DOTS (mobile) --- */
.map-city-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.map-nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1.5px solid var(--color-navy);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.map-nav-dot.active {
  background-color: var(--color-terracotta);
  border-color: var(--color-terracotta);
  transform: scale(1.3);
}

.map-nav-dot:hover {
  border-color: var(--color-terracotta);
}

/* --- DESKTOP LAYOUT --- */
@media (min-width: 768px) {
  .interactive-map-layout {
    display: grid;
    grid-template-columns: 1fr 560px;
    grid-template-areas:
      "header map"
      "panel map";
    gap: 40px 32px;
    align-items: start;
    margin-top: 24px;
  }

  .map-header-grid {
    grid-area: header;
    margin-bottom: 0;
  }

  .map-visual {
    grid-area: map;
    flex: none;
    position: sticky;
    top: 40px;
    /* Sangra para fora da margem do container, empurrando o mapa para a lateral */
    margin-right: -80px;
    justify-content: flex-end;
  }

  .map-layers {
    width: 560px;
  }

  .map-city-card {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .map-city-photo {
    align-self: auto;
  }

  .map-info-panel {
    flex: 1;
  }

  .map-city-name {
    font-size: 44px;
  }

  .map-city-nav {
    justify-content: flex-start;
  }

  .hotspot-label {
    font-size: 12px;
  }
}

/* =========================================
   DOBRA 10 — STATEMENT
   ========================================= */
.statement {
  background-image: 
    linear-gradient(
      to bottom, 
      var(--color-ivory) 0%, 
      rgba(240, 241, 234, 0.9) 10%,
      rgba(240, 241, 234, 0.5) 25%,
      rgba(1, 35, 55, 0.75) 45%, 
      rgba(1, 35, 55, 0.95) 75%, 
      var(--color-navy) 100%
    ),
    url('assets/images/comitiva_paisagem_statement.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-ivory);
  text-align: center;
}

.statement-content {
  max-width: 1000px;
  margin: 0 auto;
}

.statement-text {
  font-size: 18px;
  margin-bottom: 8px;
}

.statement-highlight {
  font-family: var(--font-display);
  font-size: 28px;
  margin-top: 40px;
  color: var(--color-sand);
}

/* Comparação: viagem de destinos x Comitiva */
.statement-compare {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  text-align: left;
  margin-bottom: 48px;
}

.compare-col {
  padding: 32px;
  border: 1px solid rgba(240, 241, 234, 0.15);
  background-color: rgba(1, 35, 55, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 8px;
}

.compare-col-highlight {
  border-color: var(--color-sand);
  background-color: rgba(1, 35, 55, 0.9);
}

.compare-title {
  font-family: var(--font-display);
  font-size: 24px;
  color: var(--color-terracotta);
  line-height: 1.3;
  margin-bottom: 20px;
}

.compare-col-highlight .compare-title {
  color: var(--color-sand);
}

.compare-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  /* O texto era navy sobre fundo navy: ficava invisível. */
  color: var(--color-ivory);
  opacity: 0.85;
}

.compare-list li:last-child {
  margin-bottom: 0;
}

.compare-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--color-terracotta);
}

.compare-col-highlight .compare-list li {
  opacity: 1;
}

.compare-col-highlight .compare-list li::before {
  content: "•";
  color: var(--color-sand);
}

@media (min-width: 768px) {
  .statement-text {
    font-size: 20px;
  }

  .statement-highlight {
    font-size: 40px;
  }

  .statement-compare {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: start;
  }
}

/* =========================================
   DOBRA 11 — INVESTIMENTO
   ========================================= */
.investment {
  background-color: var(--color-ivory);
}

/* --- Layout do cabeçalho da seção de investimento --- */
.investment-header-layout {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 48px;
}

.investment-header-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 280px;
  width: 100%;
}

.polaroids-stack {
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 280px;
  margin: 0 auto;
}

.polaroids-stack .polaroid {
  position: absolute;
  width: 200px;
  box-shadow: 0 10px 25px rgba(1, 35, 55, 0.15);
  transition: transform var(--transition-default), z-index var(--transition-default);
}

.polaroids-stack .polaroid-1 {
  left: 0;
  top: 10px;
  transform: rotate(-6deg);
  z-index: 2;
}

.polaroids-stack .polaroid-2 {
  right: 20px;
  top: -10px;
  transform: rotate(6deg);
  z-index: 1;
}

/* Efeito de destaque no hover para cada foto */
.polaroids-stack .polaroid:hover {
  transform: scale(1.08) rotate(0deg) !important;
  z-index: 10;
}

@media (min-width: 768px) {
  .investment-header-layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 64px;
  }
  
  .investment-header-left {
    flex: 1.2;
  }
  
  .investment-header-right {
    flex: 0 0 420px;
    justify-content: flex-end;
    height: 320px;
  }

  .polaroids-stack {
    max-width: 420px;
    height: 320px;
    margin-right: 0;
  }

  .polaroids-stack .polaroid {
    width: 230px;
  }

  .polaroids-stack .polaroid-1 {
    left: 10px;
    top: 20px;
    transform: rotate(-5deg);
  }

  .polaroids-stack .polaroid-2 {
    right: 10px;
    top: -15px;
    transform: rotate(6deg);
  }
}

/* --- Pill de vagas piscante --- */
.vacancy-pill-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 24px;
}

.vacancy-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: var(--color-terracotta);
  color: var(--color-ivory);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 24px;
  border-radius: 100px;
  animation: pillGlow 2s ease-in-out infinite;
}

.vacancy-dot {
  width: 8px;
  height: 8px;
  background-color: #4ade80;
  border-radius: 50%;
  animation: dotPulse 1.5s ease-in-out infinite;
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

@keyframes pillGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(161, 60, 43, 0.4); }
  50% { box-shadow: 0 0 20px 4px rgba(161, 60, 43, 0.25); }
}

/* --- Layout combinado: preço + inclusões --- */
.pricing-combined {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: var(--color-navy);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

.pricing-card-single {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}

.pricing-card-single .pricing-header {
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(240, 241, 234, 0.15);
  padding-bottom: 16px;
}

.pricing-card-single .pricing-label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  color: var(--color-navy);
  display: inline-block;
  background-color: var(--color-sand);
  padding: 4px 12px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.pricing-card-single .pricing-date {
  font-family: var(--font-display);
  font-size: 18px;
  color: var(--color-sand);
}

.pricing-card-single .pricing-body {
  margin-bottom: 24px;
}

.pricing-card-single .pricing-value {
  font-family: var(--font-editorial);
  font-size: 36px;
  color: var(--color-ivory);
}

.pricing-card-single .pricing-desc {
  font-size: 14px;
  color: rgba(240, 241, 234, 0.7);
}

.pricing-card-single .pricing-footer {
  font-size: 14px;
  color: rgba(240, 241, 234, 0.6);
  font-style: italic;
  margin-bottom: 24px;
}

.pricing-card-single .pricing-footer p {
  margin-bottom: 4px;
}

.pricing-single-note {
  border-top: 1px solid rgba(240, 241, 234, 0.15);
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(240, 241, 234, 0.6);
}

.pricing-single-note p {
  margin-bottom: 6px;
}

.pricing-single-note a {
  color: var(--color-sand);
  text-decoration: underline;
  font-weight: 600;
  transition: color var(--transition-default);
}

.pricing-single-note a:hover {
  color: var(--color-ivory);
}

/* --- Lista de inclusões --- */
.pricing-inclusions {
  padding: 40px 32px;
  background-color: rgba(240, 241, 234, 0.06);
  border-top: 1px solid rgba(240, 241, 234, 0.1);
}

.pricing-inclusions-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-ivory);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 24px;
}

.pricing-inclusions-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-inclusions-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: rgba(240, 241, 234, 0.85);
}

.pricing-inclusions-list li::before {
  content: "✓";
  color: var(--color-sand);
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
}

/* --- Responsivo desktop --- */
@media (min-width: 768px) {
  .pricing-combined {
    flex-direction: row;
  }

  .pricing-card-single {
    flex: 1;
    padding: 48px 40px;
  }

  .pricing-card-single .pricing-value {
    font-size: 44px;
  }

  .pricing-inclusions {
    flex: 1;
    padding: 48px 40px;
    border-top: none;
    border-left: 1px solid rgba(240, 241, 234, 0.1);
  }
}

/* =========================================
   DOBRA 12 — FAQ
   ========================================= */
.faq {
  background-color: var(--color-sand);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid rgba(1, 35, 55, 0.2);
  padding: 24px 0;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 18px;
  color: var(--color-navy);
  padding-right: 24px;
}

.faq-icon {
  font-size: 24px;
  color: var(--color-terracotta);
  font-weight: bold;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.faq-answer p {
  font-size: 16px;
  color: var(--color-navy);
  opacity: 0.9;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-item.active .faq-answer {
  max-height: 200px;
  margin-top: 16px;
}

/* =========================================
   DOBRA 13 — EQUIPE
   ========================================= */
.team {
  background-color: var(--color-ivory);
  padding-bottom: 32px;
}

.team-grid {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-bottom: 32px;
}

.team-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
}

.team-photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%);
}

.team-photo.polaroid {
  aspect-ratio: auto;
  overflow: visible;
  padding: 12px 12px 48px 12px;
}

.team-photo.polaroid img {
  height: auto;
  object-fit: cover;
}

.team-name {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--color-navy);
  margin-bottom: 16px;
}

.team-bio {
  font-size: 16px;
  margin-bottom: 16px;
}

.team-footer-section {
  background-color: var(--color-sand);
  width: 100%;
  padding: 64px 24px;
}

.team-footer-content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: var(--color-navy);
}

.team-footer-content p {
  margin-bottom: 32px;
}

.team-footer-content p:last-child {
  margin-bottom: 0;
}

.team-footer-content p.font-display {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 1.3;
  color: var(--color-terracotta);
}

.team-footer-content p.font-body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
}

.team-footer-content p.font-editorial {
  font-family: var(--font-editorial);
  font-size: 28px;
  font-style: italic;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .team-card {
    flex-direction: row;
    align-items: center;
    gap: 64px;
  }
  .team-card.reverse {
    flex-direction: row-reverse;
    text-align: right;
  }
  .team-photo {
    width: 40%;
    max-width: 440px;
  }
  .team-info {
    width: 60%;
  }
}

/* =========================================
   RODAPÉ
   ========================================= */
.footer {
  background-color: var(--color-navy);
  color: var(--color-ivory);
  padding: 64px 0;
  position: relative;
  z-index: 10;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

.footer-logo img {
  width: 120px;
}

.footer-title {
  font-family: var(--font-display);
  font-size: 24px;
  margin-bottom: 16px;
}

.footer-info p {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-links {
  margin: 16px 0;
  font-size: 14px;
}

.footer-links a {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-links span {
  margin: 0 8px;
  opacity: 0.5;
}

.footer-copyright {
  opacity: 0.6;
  margin-top: 24px;
}

@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

/* =========================================
   ELEMENTOS PREMIUM: POLAROIDS E DIVISORES
   ========================================= */
.polaroid {
  background: #fff;
  padding: 12px 12px 48px 12px;
  box-shadow: 0 15px 35px rgba(1, 35, 55, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.polaroid img {
  width: 100%;
  height: auto;
  display: block;
}

.polaroid::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.02) 100%);
  pointer-events: none;
}

.polaroid:hover {
  transform: scale(1.05) rotate(0deg) !important;
  z-index: 20;
}

/* Rotações Variadas */
.rotate-left {
  transform: rotate(-3deg);
}

.rotate-right {
  transform: rotate(4deg);
}

.rotate-left-more {
  transform: rotate(-6deg);
}

.rotate-right-more {
  transform: rotate(7deg);
}

/* Shape Dividers */
.shape-divider {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.shape-divider svg {
  position: relative;
  display: block;
  width: calc(130% + 1.3px);
  height: 60px;
}

.shape-divider.top {
  top: -1px;
}

.shape-divider.bottom {
  bottom: -1px;
}

.shape-fill-ivory {
  fill: var(--color-ivory);
}

.shape-fill-sand {
  fill: var(--color-sand);
}

.shape-fill-navy {
  fill: var(--color-navy);
}

/* Imagens Sobrepostas (Overlap) */
.overlap-top {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}

.overlap-bottom {
  margin-bottom: -60px;
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) {
  .overlap-top {
    margin-top: -100px;
  }

  .overlap-bottom {
    margin-bottom: -100px;
  }
}

/* =========================================
   ANIMAÇÕES DE ENTRADA (JS)
   ========================================= */
.fade-in-hidden {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   DOBRA 2.5 — INGREDIENTS GALLERY (CARROSSEL)
   ========================================= */
.ingredients-gallery .marquee-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.ingredients-gallery-row {
  display: flex;
  flex-direction: row;
  width: max-content;
  animation: scrollMarquee 60s linear infinite;
}

.ingredients-gallery-row:hover {
  animation-play-state: paused;
}

.ingredients-gallery-item {
  flex: 0 0 auto;
  width: 40vw; /* Menor para ver mais imagens */
  margin-right: 0; /* Sem margem, imagens coladas */
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0; /* Totalmente grudadas */
}

.ingredients-gallery-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.ingredients-gallery-item:hover .ingredients-gallery-img {
  transform: scale(1.05);
}

.ingredients-gallery-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  background: rgba(43, 79, 126, 0.85); /* Fundo azul com opacidade */
  color: var(--color-ivory);
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ingredients-gallery-item:hover .ingredients-gallery-overlay {
  opacity: 1;
  transform: translateY(0);
}

/* Sem hover (touch) o rótulo nunca apareceria: mostra sempre. */
@media (hover: none) {
  .ingredients-gallery-overlay {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .ingredients-gallery-item {
    width: 15vw;
    max-width: none;
    margin-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ingredients-gallery-row {
    animation: none;
  }

  .ingredients-gallery .marquee-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .ingredients-gallery-item {
    scroll-snap-align: center;
  }
}