/* ========================================================
   Triple Borders Lodge Hotel — estilos da Home
   Paleta: tons da floresta amazônica
   ======================================================== */
:root {
  --forest-deep: #16281d;
  --forest: #234934;
  --forest-mid: #3f6b4c;
  --forest-soft: #6a8f74;
  --gold: #d3a04c;
  --gold-dark: #b3823a;
  --river: #3f7285;
  --paper: #f6f3ea;
  --paper-raised: #ffffff;
  --ink: #1b241d;
  --muted: #5c6a5f;
  --line: #e1dbc9;
  --radius: 6px;
  --shadow: 0 12px 32px -16px rgba(22, 40, 29, 0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Mulish', ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: 'Fraunces', ui-serif, Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
  margin: 0 0 0.5em;
  color: var(--forest-deep);
}
h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.4rem); }
p { margin: 0 0 1em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -999px; top: 0; background: var(--forest-deep);
  color: #fff; padding: 0.75rem 1.25rem; z-index: 200;
}
.skip-link:focus { left: 0; }
:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
}
.eyebrow {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 0.75rem;
}
.eyebrow-dark { color: var(--forest-mid); }
/* Placeholder de foto — trocar por <img> quando tiver a foto real */
.photo-placeholder {
  position: relative;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.06) 0, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0, transparent 50%),
    linear-gradient(135deg, var(--forest) 0%, var(--forest-deep) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.photo-placeholder::before {
  content: "📷";
  font-size: 2rem;
  opacity: 0.55;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -160%);
}
.photo-placeholder::after {
  content: attr(data-label);
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  font-style: italic;
  text-align: center;
  padding: 0 1.5rem;
  border-top: 1px dashed rgba(255,255,255,0.3);
  padding-top: 0.6rem;
  max-width: 26ch;
}
/* Quando o placeholder virar uma <img> de verdade (mesma classe: hero-photo
   ou section-photo), a foto preenche a mesma caixa e é cortada (não
   espremida) para caber — não precisa ser do tamanho exato do quadro. */
img.hero-photo,
img.section-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Botões */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn svg { width: 1.05em; height: 1.05em; fill: currentColor; flex-shrink: 0; }
.btn-gold { background: var(--gold); color: var(--forest-deep); box-shadow: var(--shadow); }
.btn-gold:hover { background: var(--gold-dark); }
.btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border: 1px solid rgba(255,255,255,0.5); }
.btn-ghost:hover { background: rgba(255,255,255,0.2); }
.btn-whatsapp { background: var(--forest-mid); color: #fff; padding: 0.6rem 1.1rem; font-size: 0.85rem; }
.btn-whatsapp:hover { background: var(--forest); }
.btn-ribbon { background: #fff; color: var(--forest-deep); }
.btn-ribbon:hover { background: var(--gold); }
/* ===== Header ===== */
.site-header {
  background: var(--forest-deep);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
}
.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}
.logo-badge {
  display: inline-flex;
  align-items: center;
  background: var(--paper);
  border-radius: 8px;
  padding: 0.4rem 0.75rem;
}
.logo-img {
  height: 48px;
  width: auto;
  display: block;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.site-nav ul {
  list-style: none;
  display: flex;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
}
.site-nav a:not(.btn) {
  color: rgba(255,255,255,0.85);
  font-weight: 600;
  font-size: 0.92rem;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
}
.site-nav a:not(.btn):hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  border-bottom-color: var(--gold);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 0;
  padding: 0.5rem;
  cursor: pointer;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
}
@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--forest-deep);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.5rem 1.5rem;
    gap: 1rem;
    display: none;
  }
  .site-nav.is-open { display: flex; }
  .site-nav ul { flex-direction: column; gap: 0.9rem; }
  .nav-whatsapp { justify-content: center; }
  .lang-switch { justify-content: center; }
}
/* ===== Seletor de idioma ===== */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
}
.lang-switch a {
  color: rgba(255,255,255,0.55);
  padding: 0.25rem 0.45rem;
  border-radius: 4px;
}
.lang-switch a:hover { color: #fff; }
.lang-switch a.lang-current {
  color: var(--forest-deep);
  background: var(--gold);
}
/* ===== Hero ===== */
.hero {
  position: relative;
  color: #fff;
}
.hero-photo {
  min-height: 78vh;
}
@media (max-width: 640px) {
  .hero-photo { min-height: 62vh; }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22,40,29,0.15) 0%, rgba(22,40,29,0.55) 65%, rgba(22,40,29,0.9) 100%);
  pointer-events: none;
}
.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
.hero-content .eyebrow { color: var(--gold); }
.hero-lede {
  max-width: 46ch;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
.hero-title {
  color: #fff !important;
}
/* Faixa de serviços de viagem */
.services-ribbon {
  position: relative;
  background: var(--forest-deep);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.ribbon-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.3rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.ribbon-title {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  color: #fff;
  flex-shrink: 0;
}
.ribbon-items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  flex: 1;
}
.ribbon-items li {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
.ribbon-items svg {
  width: 1.15em;
  height: 1.15em;
  fill: var(--gold);
  flex-shrink: 0;
}
.ribbon-partner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1.5rem 1rem;
  font-size: 0.76rem;
  color: rgba(255,255,255,0.55);
}
/* ===== Sections ===== */
.section {
  padding: 5rem 1.5rem;
}
.section-lede {
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.05rem;
}
.section-about { background: var(--paper); }
.section-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
@media (max-width: 860px) {
  .section-grid { grid-template-columns: 1fr; }
}
.section-photo {
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
}
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.gallery-grid figure {
  position: relative;
  margin: 0;
  aspect-ratio: 1;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--forest-deep);
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gallery-grid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.6rem 0.85rem;
  background: linear-gradient(0deg, rgba(22, 40, 29, 0.85) 0%, rgba(22, 40, 29, 0) 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.feature-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.feature-list li {
  position: relative;
  padding-left: 1.6rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
}
.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
}
.feature-list-light li { color: rgba(255,255,255,0.92); }
.feature-list-light li::before { background: var(--gold); }
.section-transfer {
  background: var(--forest-deep);
  color: #fff;
  text-align: center;
}
.section-transfer h2 { color: #fff; }
.section-transfer .section-lede { margin-left: auto; margin-right: auto; color: rgba(255,255,255,0.75); }
.transfer-cards {
  max-width: 1180px;
  margin: 3rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  text-align: left;
}
@media (max-width: 720px) {
  .transfer-cards { grid-template-columns: 1fr; }
}
.transfer-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: var(--radius);
  overflow: hidden;
}
.transfer-photo {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}
.transfer-card-body {
  padding: 1.75rem 2rem 2rem;
}
.transfer-icon {
  width: 2rem;
  height: 2rem;
  fill: var(--gold);
  margin-bottom: 1rem;
}
.transfer-route {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
}
.transfer-arrow { color: var(--gold); }
.transfer-card p:last-child { color: rgba(255,255,255,0.75); margin: 0; font-size: 0.94rem; }
.section-package { background: var(--paper); }
.package-card {
  max-width: 1180px;
  margin: 0 auto;
  background: linear-gradient(135deg, var(--forest) 0%, var(--forest-deep) 100%);
  border-radius: 12px;
  padding: 3rem;
  color: #fff;
  box-shadow: var(--shadow);
}
.package-text h2 { color: #fff; max-width: 30ch; }
.package-price {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: var(--gold);
  margin: 0.3rem 0 1.2rem;
}
.package-price span {
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}
/* ===== Footer ===== */
.site-footer {
  background: var(--forest-deep);
  color: rgba(255,255,255,0.75);
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 720px) {
  .footer-inner { grid-template-columns: 1fr; }
}
.footer-brand {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
.footer-brand p { margin: 0; color: #fff; font-family: 'Fraunces', serif; font-weight: 600; }
.footer-brand span { display: block; font-family: 'Mulish', sans-serif; font-weight: 400; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-top: 0.2rem; }
.footer-nav { display: flex; flex-direction: column; gap: 0.6rem; }
.footer-nav a:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 0.6rem; font-size: 0.92rem; }
.footer-contact a:hover { color: #fff; }
.footer-contact p { margin: 0.3rem 0 0; font-size: 0.82rem; color: rgba(255,255,255,0.55); }
.footer-legal {
  text-align: center;
  font-size: 0.78rem;
  padding: 1.2rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
}
.footer-legal a {
  color: rgba(255,255,255,0.75);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-legal a:hover { color: var(--gold); }
/* ===== Selos e formas de pagamento (rodapé) ===== */
.footer-badges {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.badge-group { display: flex; flex-direction: column; gap: 0.6rem; }
.badges-label {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  margin: 0;
}
.cadastur-badge {
  height: 46px;
  width: auto;
  display: block;
  background: #fff;
  border-radius: 6px;
  padding: 0.35rem 0.6rem;
}
.cadastur-placeholder {
  height: 46px;
  width: 150px;
  border-radius: 6px;
  background: rgba(255,255,255,0.06);
  border: 1px dashed rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.3rem 0.5rem;
}
.cadastur-placeholder::before {
  content: "📷 " attr(data-label);
  font-size: 0.68rem;
  font-style: italic;
  color: rgba(255,255,255,0.6);
}
.payment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.payment-list li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  font-weight: 600;
}
.payment-list svg { width: 1.2em; height: 1.2em; fill: var(--gold); flex-shrink: 0; }
.pix-key {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.6);
}
.pix-key strong { color: rgba(255,255,255,0.9); font-weight: 700; }
/* ===== Botão flutuante do WhatsApp ===== */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 22px -6px rgba(0, 0, 0, 0.45);
  z-index: 500;
  transition: transform 0.15s ease;
}
.whatsapp-float svg { width: 30px; height: 30px; fill: #fff; }
.whatsapp-float:hover { transform: scale(1.08); }
/* ===== Hero pequeno (páginas internas) ===== */
.page-hero {
  position: relative;
  color: #fff;
  min-height: 46vh;
  display: flex;
  align-items: flex-end;
}
.page-hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(22, 40, 29, 0.35) 0%, rgba(22, 40, 29, 0.85) 100%);
}
.page-hero-content {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  width: 100%;
}
.page-hero-content .eyebrow { color: var(--gold); }
.page-hero-content h1 { color: #fff; margin: 0; }
.page-hero-lede {
  max-width: 56ch;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.75rem;
}
/* ===== Cards de serviço (Serviços) ===== */
.service-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 720px) {
  .service-grid { grid-template-columns: 1fr; }
}
.service-card {
  background: var(--paper-raised);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.service-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background: var(--forest-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-icon svg { width: 1.5rem; height: 1.5rem; fill: var(--gold); }
.service-card h3 { margin: 0; font-size: 1.15rem; }
.service-card p { color: var(--muted); margin: 0; flex: 1; }
.service-card .btn { align-self: flex-start; }
/* ===== Galeria de fotos (grade responsiva, Pescaria) ===== */
.photo-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 860px) {
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .photo-grid { grid-template-columns: 1fr; }
}
.photo-grid figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--forest-deep);
}
.photo-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-grid figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 0.6rem 0.8rem;
  background: linear-gradient(0deg, rgba(22, 40, 29, 0.85) 0%, rgba(22, 40, 29, 0) 100%);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}
/* ===== Lista de espécies / rios (Pescaria) ===== */
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1rem 0 0;
}
.tag-pill {
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--paper-raised);
  border: 1px solid var(--line);
  color: var(--forest-deep);
}
/* ===== Grade de contato ===== */
.contact-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 860px) {
  .contact-grid { grid-template-columns: 1fr; }
}
.contact-card {
  background: var(--paper-raised);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 2.5rem;
}
.contact-card h3 {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--forest-mid);
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  margin: 0 0 1.2rem;
}
.contact-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1rem; }
.contact-list a, .contact-list span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}
.contact-list svg { width: 1.3rem; height: 1.3rem; fill: var(--forest-mid); flex-shrink: 0; }
.contact-list a:hover { color: var(--forest-mid); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn { transition: none; }
  .whatsapp-float:hover { transform: none; }
}

/* ===== Carrossel de fotos (Pescaria) ===== */
.section-carousel {
  background: var(--forest-deep);
  color: #fff;
  text-align: center;
}
.carousel-wrap {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 3.5rem;
}
.carousel-track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 0.25rem 0 1rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) transparent;
}
.carousel-track::-webkit-scrollbar { height: 6px; }
.carousel-track::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 999px; }
.carousel-slide {
  flex: 0 0 auto;
  width: min(280px, 72vw);
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  scroll-snap-align: start;
  background: var(--forest);
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--forest-deep);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  box-shadow: var(--shadow);
}
.carousel-btn:hover { background: var(--gold-dark); }
.carousel-btn svg { width: 1.2rem; height: 1.2rem; }
.carousel-btn.prev { left: 0; }
.carousel-btn.next { right: 0; }
@media (max-width: 640px) {
  .carousel-wrap { padding: 0 2.75rem; }
  .carousel-btn { width: 38px; height: 38px; }
}
