@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700&family=Playfair+Display:wght@400;700;900&display=swap');

:root {
  --verde: #3F4836;
  --dourado: #B89A6A;
  --branco: #FFFFFF;
  --preto: #1A1A1A;
  --bege: #EEE4D0;
  --bege-claro: #F5EFE2;
  --cinza: #8A8A8A;
}

* { margin:0; padding:0; box-sizing:border-box; }
html, body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: var(--preto);
  line-height: 1.6;
  background: var(--branco);
}

.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.logo .ponto { color: var(--dourado); }

.topbar {
  background: var(--verde);
  height: 91px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.topbar .hamb { color: var(--branco); font-size: 20px; cursor: pointer; width: 30px; line-height: 1; }
.topbar .logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--branco);
  font-size: 32px;
}
.topbar .right { margin-left: auto; display: flex; gap: 14px; align-items: center; }
.topbar .login {
  background: transparent;
  color: var(--branco);
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 20px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 4px;
  transition: all 0.25s ease;
}
.topbar .login:hover {
  background: var(--branco);
  color: var(--verde);
}
.topbar .lang {
  color: var(--branco);
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
}

.hero {
  position: relative; height: 460px;
  background: url('ish-consul-85tRXIzYiIs-unsplash.jpg') center/cover;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--branco);
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(63,72,54,0.45), rgba(63,72,54,0.7));
}
.hero .inner { position: relative; z-index: 2; max-width: 620px; padding: 0 30px; }
.hero .eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 22px;
  color: var(--branco);
}
.hero .eyebrow-line {
  display: inline-block;
  width: 30px; height: 1px;
  background: var(--dourado);
  vertical-align: middle;
  margin: 0 14px;
}
.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: 30px; line-height: 1.35;
}
.hero h1 .gold { color: var(--dourado); font-style: italic; }

.search { background: var(--bege); padding: 32px 24px; text-align: center; }
.search .label {
  font-family: 'Cormorant Garamond', serif; font-style: italic;
  font-size: 22px; color: var(--verde); margin-bottom: 14px;
}
.search form { display: inline-flex; background: var(--branco); border: 1px solid rgba(184,154,106,0.4); border-radius: 4px; overflow: hidden; }
.search input { border: none; padding: 12px 18px; font-family: 'Montserrat', sans-serif; font-size: 14px; width: 360px; outline: none; }
.search button {
  background: var(--verde); color: var(--branco); border: none;
  padding: 0 24px; font-family: 'Montserrat', sans-serif; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase; cursor: pointer;
}

.steps-section { background: var(--bege); padding: 36px 24px 60px; }
.steps-section .intro {
  text-align: center; font-family: 'Cormorant Garamond', serif;
  font-style: italic; font-size: 19px; color: var(--verde);
  max-width: 540px; margin: 0 auto 40px; line-height: 1.55;
}
.steps { max-width: 780px; margin: 0 auto; display: flex; gap: 40px; justify-content: center; }
.step { flex: 1; text-align: center; max-width: 220px; }
.step .num {
  font-family: 'Playfair Display', serif; font-weight: 700;
  font-size: 28px; color: var(--dourado); margin-bottom: 8px;
}
.step .div-line { width: 20px; height: 1px; background: var(--dourado); margin: 0 auto 14px; }
.step h3 {
  font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 0.28em; text-transform: uppercase; margin-bottom: 12px; color: var(--verde);
}
.step p { font-size: 13px; line-height: 1.7; color: #555; }
.step p .short { display: none; }
.step p .full { display: inline; }

.block { padding: 70px 24px; }
.block.bege { background: var(--bege); }
.block.verde { background: var(--verde); color: var(--branco); }
.block.branco { background: var(--branco); }

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

.section-title {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 26px; text-align: center; margin-bottom: 8px;
}
.section-title .gold { color: var(--dourado); }
.section-divider { width: 28px; height: 1px; background: var(--dourado); margin: 0 auto 30px; }

.best-sellers .seller {
  display: flex; gap: 40px; align-items: center;
  margin-bottom: 50px; padding-bottom: 50px;
  border-bottom: 1px solid rgba(184,154,106,0.2);
}
.best-sellers .seller:last-child { border: none; padding-bottom: 0; margin-bottom: 0; }
.best-sellers .seller.reverse { flex-direction: row-reverse; }
.best-sellers .seller .photo {
  flex-shrink: 0; width: 380px; height: 240px;
  background-size: cover; background-position: center;
  border-radius: 6px;
}
.best-sellers .seller .info { flex: 1; }
.best-sellers .country {
  font-family: 'Montserrat', sans-serif; font-size: 12px;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--dourado); font-weight: 600; margin-bottom: 10px;
}
.best-sellers h3 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 22px; line-height: 1.25; margin-bottom: 14px;
}
.best-sellers .benefits { font-size: 13px; color: #555; margin-bottom: 18px; list-style: none; }
.best-sellers .benefits li { padding: 3px 0; padding-left: 12px; position: relative; }
.best-sellers .benefits li::before { content: '·'; position: absolute; left: 0; color: var(--dourado); }
.best-sellers .price-row { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.best-sellers .price { font-size: 13px; color: var(--verde); font-weight: 600; }
.best-sellers .days { font-size: 12px; color: var(--cinza); padding: 3px 9px; background: var(--bege); border-radius: 3px; }
.best-sellers .actions { display: flex; gap: 10px; }

.btn {
  display: inline-block; padding: 10px 22px;
  font-family: 'Montserrat', sans-serif; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
  text-decoration: none; border: 1px solid var(--verde); cursor: pointer;
  border-radius: 4px;
}
.btn.solid { background: var(--verde); color: var(--branco); }
.btn.outline { background: transparent; color: var(--verde); }

.see-more { text-align: center; margin-top: 30px; }
.btn-gold {
  display: inline-block; padding: 11px 26px; background: var(--dourado);
  color: var(--branco); text-decoration: none;
  font-family: 'Montserrat', sans-serif; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
  border-radius: 4px;
}

.inspired-grid { display: flex; flex-wrap: wrap; gap: 22px; }
.swipe-hint { display: none; }
.inspired-card {
  flex: 0 1 calc(33.333% - 15px); min-width: 240px;
  background: var(--branco); overflow: hidden;
  border-radius: 6px;
}
.inspired-card .img { height: 160px; background-size: cover; background-position: center; }
.inspired-card .body { padding: 14px 16px 18px; }
.inspired-card .meta {
  display: flex; justify-content: space-between;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--dourado); font-weight: 600; margin-bottom: 8px;
}
.inspired-card .meta .days { color: var(--cinza); }
.inspired-card h4 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 16px; line-height: 1.3; margin-bottom: 12px;
}
.inspired-card .btn-mini {
  display: inline-block; padding: 7px 14px; background: var(--verde);
  color: var(--branco); text-decoration: none; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600;
  border-radius: 3px;
}

.dual { display: flex; }
.dual .half {
  flex: 1; height: 240px; background-size: cover; background-position: center;
  position: relative; display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--branco);
}
.dual .half::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(63,72,54,0.4), rgba(63,72,54,0.75));
}
.dual .half .inner { position: relative; z-index: 2; max-width: 280px; padding: 20px; }
.dual .half h3 { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 32px; margin-bottom: 10px; }
.dual .half p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 13px; line-height: 1.55; }

.feat { display: flex; gap: 50px; align-items: center; }
.feat.reverse { flex-direction: row-reverse; }
.feat .photo {
  width: 340px; flex-shrink: 0; height: 360px;
  background-size: cover; background-position: center;
  border-radius: 6px;
}
.feat.verde-bd .photo { /* no border */ }
.feat .text { flex: 1; }
.feat .text h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 24px; text-align: center; margin-bottom: 18px;
}
.feat .text h2 .gold { color: var(--dourado); }
.feat .text h2 .title-icon {
  width: 52px; height: 52px; vertical-align: middle;
  margin-right: 14px;
}
.feat .text p { font-size: 14px; line-height: 1.8; margin-bottom: 14px; }
.block.verde .feat .text p { color: rgba(255,255,255,0.88); }

.get-in-touch {
  background: var(--verde); padding: 40px 24px;
  display: flex; justify-content: center; align-items: center;
  gap: 60px; flex-wrap: wrap;
}
.get-in-touch .left h4 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 24px; color: var(--branco); margin-bottom: 4px;
}
.get-in-touch .left h4 .gold { color: var(--dourado); font-style: italic; }
.get-in-touch .left p { font-size: 13px; color: rgba(255,255,255,0.7); }
.get-in-touch form { display: flex; }
.get-in-touch input {
  padding: 11px 14px; background: transparent;
  border: 1px solid rgba(184,154,106,0.5); color: var(--branco);
  font-family: 'Montserrat', sans-serif; font-size: 13px; width: 260px; outline: none;
  border-radius: 4px 0 0 4px;
}
.get-in-touch input::placeholder { color: rgba(255,255,255,0.5); }
.get-in-touch button {
  background: var(--dourado); color: var(--branco); border: none;
  padding: 0 24px; font-family: 'Montserrat', sans-serif; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase; font-weight: 600; cursor: pointer;
  border-radius: 0 4px 4px 0;
}

.footer { background: #A3A89D; color: var(--branco); padding: 60px 40px 24px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: flex; gap: 60px; align-items: flex-start; }
.footer .col-1 { flex: 0.6; }
.footer .col-2 { flex: 1.3; }
.footer .col-3 { flex: 1; text-align: center; }
.footer .logo { color: var(--branco); font-size: 32px; display: inline-block; margin-bottom: 6px; }
.footer .insta { display: inline-block; margin-left: 8px; vertical-align: middle; }
.footer .insta-icon {
  display: inline-block; width: 18px; height: 18px;
  border: 1.5px solid var(--branco); border-radius: 5px; position: relative;
}
.footer .insta-icon::before {
  content: ''; position: absolute; top: 3px; left: 3px;
  width: 9px; height: 9px; border: 1.5px solid var(--branco); border-radius: 50%;
}
.footer .insta-icon::after {
  content: ''; position: absolute; top: 2px; right: 2px;
  width: 2.5px; height: 2.5px; background: var(--branco); border-radius: 50%;
}
.footer .addr-block { font-size: 13px; line-height: 1.65; color: var(--branco); margin-bottom: 18px; }
.footer .addr-block strong { font-weight: 600; }
.footer .proud-label { font-size: 10px; letter-spacing: 0.22em; color: var(--branco); text-transform: uppercase; margin-bottom: 12px; }
.footer .logo-embark { margin-bottom: 24px; }
.footer .logo-embark img { max-width: 180px; height: auto; display: inline-block; opacity: 0.95; }
.footer .endorsed { font-size: 10px; letter-spacing: 0.22em; color: var(--branco); text-transform: uppercase; margin-bottom: 12px; }
.footer .endorsed-row { display: flex; gap: 12px; justify-content: center; align-items: stretch; margin-bottom: 18px; }
.footer .endorsed-box { background: var(--branco); padding: 10px 14px; border-radius: 4px; display: flex; align-items: center; justify-content: center; min-height: 72px; width: 130px; }
.footer .endorsed-box img { max-width: 100%; max-height: 56px; height: auto; width: auto; display: block; }
.footer-bottom { max-width: 1200px; margin: 30px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.25); text-align: center; font-size: 12px; color: var(--branco); }

/* ========== TABLET ≤ 900px ========== */
@media (max-width: 900px) {
  .topbar { padding: 12px 18px; }
  .topbar .logo { font-size: 22px; }

  .hero { height: 380px; }
  .hero h1 { font-size: 24px; }

  .search input { width: 240px; }

  .steps { gap: 24px; }

  .block { padding: 50px 20px; }
  .section-title { font-size: 22px; }

  .best-sellers .seller, .best-sellers .seller.reverse {
    flex-direction: column; gap: 24px; text-align: center;
    padding-bottom: 36px; margin-bottom: 36px;
  }
  .best-sellers .seller .photo { width: 100%; max-width: 480px; height: 220px; }
  .best-sellers .benefits li { padding-left: 0; text-align: center; }
  .best-sellers .benefits li::before { display: none; }
  .best-sellers .price-row, .best-sellers .actions { justify-content: center; }

  .inspired-card { flex: 0 1 calc(50% - 11px); min-width: 200px; }

  .dual .half { height: 200px; }

  .feat, .feat.reverse { flex-direction: column; gap: 30px; text-align: center; }
  .feat .photo { width: 100%; max-width: 460px; height: 280px; }

  .footer-grid { flex-direction: column; gap: 36px; }
  .footer .col-1, .footer .col-2, .footer .col-3 { flex: 1; width: 100%; text-align: center; }
}

/* ========== MOBILE ≤ 640px ========== */
@media (max-width: 640px) {
  body { font-size: 14px; }

  .topbar { padding: 10px 14px; height: 64px; }
  .topbar .hamb { font-size: 22px; }
  .topbar .logo { font-size: 22px; }
  .topbar .right { gap: 10px; }
  .topbar .login { padding: 7px 13px; font-size: 11px; }
  .topbar .lang { font-size: 12px; }

  /* HERO com presença - Best Sellers fora da primeira tela */
  .hero { height: 320px; }
  .hero .inner { padding: 0 20px; }
  .hero .eyebrow { font-size: 11px; letter-spacing: 0.4em; margin-bottom: 16px; }
  .hero .eyebrow-line { width: 22px; margin: 0 10px; }
  .hero h1 { font-size: 22px; line-height: 1.4; }

  /* SEARCH centralizada e legível */
  .search { padding: 16px 18px 14px; text-align: center; }
  .search .label { font-size: 19px; margin-bottom: 10px; }
  .search form {
    display: flex; flex-direction: row;
    width: 100%; max-width: 340px; margin: 0 auto;
    background: var(--branco);
    border: 1px solid rgba(184,154,106,0.4);
    border-radius: 4px; overflow: hidden;
  }
  .search input {
    flex: 1; width: auto; border: none; margin: 0;
    padding: 11px 13px; font-size: 13px; border-radius: 0;
  }
  .search button {
    padding: 11px 16px; border-radius: 0;
    font-size: 11px; flex-shrink: 0;
  }

  /* STEPS faixa horizontal - mantém narrativa editorial */
  .steps-section { padding: 14px 14px 22px; }
  .steps-section .intro { display: none; }
  .steps {
    flex-direction: row; gap: 10px; align-items: flex-start;
    max-width: 100%;
  }
  .step { max-width: none; flex: 1; padding: 0 4px; }
  .step .num { font-size: 16px; margin-bottom: 2px; line-height: 1.2; }
  .step .div-line { width: 12px; margin: 3px auto 5px; }
  .step h3 { font-size: 11px; letter-spacing: 0.2em; margin-bottom: 4px; }
  .step p { font-size: 11.5px; line-height: 1.4; }
  .step p .full { display: none; }
  .step p .short { display: inline; }

  .block { padding: 40px 18px; }
  .section-title { font-size: 24px; margin-bottom: 8px; }

  /* BEST SELLERS - hierarquia preservada, fontes legíveis */
  .best-sellers .seller, .best-sellers .seller.reverse {
    flex-direction: column; gap: 14px; text-align: center;
    padding-bottom: 26px; margin-bottom: 26px;
  }
  .best-sellers .seller .photo { width: 100%; max-width: 360px; height: 180px; margin: 0 auto; }
  .best-sellers h3 { font-size: 20px; margin-bottom: 10px; }
  .best-sellers .country { font-size: 11px; margin-bottom: 8px; letter-spacing: 0.24em; }
  .best-sellers .benefits { font-size: 13px; padding-left: 0; margin-bottom: 14px; }
  .best-sellers .benefits li { padding-left: 0; text-align: center; padding: 2px 0; }
  .best-sellers .benefits li::before { display: none; }
  .best-sellers .price { font-size: 14px; }
  .best-sellers .days { font-size: 12px; }
  .best-sellers .price-row, .best-sellers .actions { justify-content: center; gap: 10px; }
  .best-sellers .price-row { margin-bottom: 12px; }
  .btn { font-size: 11px; padding: 10px 18px; }

  /* GET INSPIRED - CARROSSEL horizontal swipe (1 card por vez) */
  .inspired-grid {
    display: flex; flex-wrap: nowrap;
    gap: 0; overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--dourado) rgba(184,154,106,0.15);
    padding: 4px 0 14px;
    margin: 0 -16px;
    padding-left: 16px; padding-right: 16px;
    position: relative;
  }
  .inspired-grid::-webkit-scrollbar { height: 4px; }
  .inspired-grid::-webkit-scrollbar-track {
    background: rgba(184,154,106,0.15);
    border-radius: 2px;
    margin: 0 16px;
  }
  .inspired-grid::-webkit-scrollbar-thumb {
    background: var(--dourado);
    border-radius: 2px;
  }
  .inspired-card {
    flex: 0 0 78%;
    min-width: 0;
    scroll-snap-align: center;
    margin-right: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }
  .inspired-card:last-child { margin-right: 0; }
  /* Hint visual de swipe */
  .block:has(.inspired-grid) .section-title::after {
    content: '';
  }
  .inspired-grid + .swipe-hint,
  .swipe-hint {
    display: block !important;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--dourado);
    margin-top: 12px;
    opacity: 0.7;
  }
  .inspired-card .img { height: 180px; }
  .inspired-card .body { padding: 14px 16px 18px; }
  .inspired-card h4 { font-size: 17px; margin-bottom: 12px; }
  .inspired-card .meta { font-size: 11px; margin-bottom: 8px; letter-spacing: 0.2em; }
  .inspired-card .btn-mini { font-size: 11px; padding: 8px 14px; }

  /* DUAL Brasil banner - presença editorial */
  .dual .half { height: 170px; padding: 0 18px; }
  .dual .half h3 { font-size: 26px; margin-bottom: 8px; }
  .dual .half p { font-size: 13px; line-height: 1.55; }

  /* A partir do Brasil é "nova seção" - feat sections com respiro editorial */
  .block-feat { padding: 36px 18px; }

  /* FEAT (Our DNA / About us) - voz autoral preservada, fontes legíveis */
  .feat, .feat.reverse { flex-direction: column; gap: 22px; text-align: center; }
  .feat .photo {
    width: 100%; max-width: 280px; height: 200px;
    border: none; border-radius: 6px;
  }
  .feat .text h2 { font-size: 22px; margin-bottom: 14px; }
  .feat .text p { font-size: 13.5px; line-height: 1.75; margin-bottom: 12px; }

  /* GET IN TOUCH compacto */
  .get-in-touch { flex-direction: column; gap: 18px; padding: 32px 18px; text-align: center; }
  .get-in-touch .left h4 { font-size: 24px; }
  .get-in-touch .left p { font-size: 13px; }
  .get-in-touch form { width: 100%; max-width: 320px; flex-direction: row; }
  .get-in-touch input {
    width: auto; flex: 1; border-radius: 4px 0 0 4px;
    margin-bottom: 0; padding: 12px 14px; font-size: 13px;
  }
  .get-in-touch button {
    padding: 0 20px; border-radius: 0 4px 4px 0; font-size: 11px;
  }

  /* FOOTER MOBILE - mínimo e legível */
  .footer { padding: 22px 18px 14px; }
  .footer-grid { flex-direction: column; gap: 8px; }
  .footer .col-1, .footer .col-2, .footer .col-3 {
    flex: 1; width: 100%; text-align: center;
  }
  .footer .logo { font-size: 24px; margin-bottom: 4px; }
  /* Esconder os 3 endereços no mobile - já estão na página Contact */
  .footer .col-2 { display: none; }
  /* Esconder os logos de afiliados no mobile - decorativos */
  .footer .col-3 { display: none; }
  .footer-bottom { margin-top: 10px; padding-top: 10px; font-size: 11px; border-top: 1px solid rgba(255,255,255,0.2); }
}

/* ========== NAV MENU (hamburger overlay) ========== */
.nav-overlay {
  position: fixed; inset: 0;
  background: rgba(63,72,54,0.97);
  z-index: 200;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none;
  transition: opacity 0.35s ease;
}
.nav-overlay.open { opacity: 1; pointer-events: auto; }
.nav-overlay .close {
  position: absolute; top: 28px; right: 36px;
  color: var(--branco); font-size: 32px; cursor: pointer;
  background: none; border: none; line-height: 1;
  font-family: 'Montserrat', sans-serif; font-weight: 300;
}
.nav-overlay ul { list-style: none; text-align: center; }
.nav-overlay li { margin: 18px 0; }
.nav-overlay a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px; color: var(--branco); text-decoration: none;
  letter-spacing: 0.05em; transition: color 0.25s ease;
}
.nav-overlay a:hover { color: var(--dourado); }
.topbar .hamb { user-select: none; }

/* ========== INNER HERO (smaller hero for inner pages) ========== */
.hero-inner {
  position: relative; height: 320px;
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
  text-align: center; color: var(--branco);
}
.hero-inner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(63,72,54,0.4), rgba(63,72,54,0.7));
}
.hero-inner .inner { position: relative; z-index: 2; max-width: 620px; padding: 0 30px; }
.hero-inner .eyebrow {
  font-family: 'Montserrat', sans-serif; font-size: 10px;
  letter-spacing: 0.5em; text-transform: uppercase;
  margin-bottom: 14px; color: var(--branco);
}
.hero-inner h1 {
  font-family: 'Cormorant Garamond', serif; font-weight: 400;
  font-size: 30px; line-height: 1.35;
}
.hero-inner .divider-mini {
  width: 28px; height: 1px; background: var(--dourado); margin: 14px auto 0;
}

@media (max-width: 640px) {
  .nav-overlay a { font-size: 26px; }
  .nav-overlay li { margin: 14px 0; }
  .hero-inner { height: 240px; }
  .hero-inner h1 { font-size: 22px; }
}

/* ========== J-CARD (Journey card - shared between journeys list and discover more) ========== */
.j-card {
  background: var(--branco);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(184,154,106,0.18);
  display: flex; flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none; color: inherit;
}
.j-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.j-card .img {
  width: 100%; height: 170px;
  background-size: cover; background-position: center;
  background-color: var(--bege);
}
.j-card .body {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column; flex: 1;
}
.j-card .meta {
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dourado); font-weight: 600;
  margin-bottom: 10px;
}
.j-card .meta .days { color: var(--cinza); margin-left: 8px; }
.j-card h4 {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: 18px; line-height: 1.3;
  color: var(--preto); margin-bottom: 14px;
  flex: 1;
}
.j-card .btn-info {
  display: inline-block; padding: 8px 14px;
  background: var(--verde); color: var(--branco);
  text-decoration: none; font-size: 10px;
  letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600; border-radius: 3px;
  text-align: center; align-self: flex-start;
}
.j-card .btn-info:hover { background: var(--dourado); }

@media (max-width: 640px) {
  .j-card .img { height: 180px; }
  .j-card h4 { font-size: 17px; }
}
