/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.0
 Text Domain:  bricks
*/

/* Alma Libre staging build */
:root {
  --alma-ink: #231f20;
  --alma-blue: #18344c;
  --alma-teal: #80abc4;
  --alma-cream: #eef5f8;
  --alma-paper: #fffdf7;
  --alma-gold: #b6cede;
  --alma-coral: #b6cede;
  --alma-whatsapp: #25d366;
  --alma-muted: #4f5f66;
}
*, *::before, *::after { box-sizing: border-box; }
body { background: var(--alma-paper); color: var(--alma-ink); font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; }
h1, h2, h3, h4, .alma-brand { font-family: Georgia, "Times New Roman", serif; }
#services, #tours, #gallery, #reviews, #contact, #why-us { scroll-margin-top: 150px; }
.alma-wrap { width: min(1180px, calc(100% - 40px)) !important; max-width: calc(100% - 40px) !important; margin-inline: auto; }
.alma-site-header { position: fixed; inset: 0 0 auto; z-index: 50; padding: 12px 0; color: #fff; background: rgba(35,31,32,.96); border-bottom: 1px solid rgba(182,206,222,.34); backdrop-filter: blur(14px); }
.alma-nav { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: space-between; gap: 20px; }
.alma-nav-brand { display: inline-flex; align-items: center; color: #fff; white-space: nowrap; text-decoration: none; }
.alma-nav-logo { display: block; width: 156px; max-width: 34vw; height: auto; }
.alma-hero-logo { display: block; width: 230px; max-width: 72vw; height: auto; filter: drop-shadow(0 4px 18px rgba(0,0,0,.45)); }
.alma-footer-logo { display: block; width: 220px; max-width: 100%; height: auto; margin-bottom: 12px; background: var(--alma-ink); }
.alma-nav-links { display: flex; align-items: center; gap: 20px; font-size: 14px; font-weight: 800; }
.alma-nav-links a { color: rgba(255,255,255,.86); text-decoration: none; }
.alma-nav-links a:hover { color: #fff; }
.alma-menu-toggle { display: none; }
.alma-site-header .bricks-button { padding: 10px 16px; min-height: 40px; }
.alma-site-header .alma-btn-light { margin-left: auto; }
.alma-hero { min-height: 100vh; height: auto !important; padding: 160px 0 72px; color: #fff; align-items: flex-start !important; justify-content: flex-start !important; }
.alma-hero-content { max-width: 1180px; text-shadow: 0 2px 18px rgba(0,0,0,.48); display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(380px, 520px); column-gap: clamp(36px, 6vw, 86px); align-items: start; }
.alma-hero-content > :not(.alma-quote-wrap):not(.alma-stats) { grid-column: 1; }
.alma-quote-wrap { grid-column: 2; grid-row: 1 / span 6; align-self: start; padding-top: 8px; text-shadow: none; }
.alma-stats { grid-column: 1 / -1; }
.alma-brand { font: 700 clamp(24px, 3vw, 40px)/1.05 Georgia, serif; color: #fff; margin-bottom: 24px; }
.alma-kicker { color: var(--alma-coral); font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 14px; }
.alma-hero-title { color: #fff; font-size: clamp(42px, 7vw, 84px); line-height: .98; max-width: 820px; margin: 0 0 22px; letter-spacing: 0; }
.alma-hero-lead, .alma-section-lead { font-size: clamp(18px, 2.1vw, 23px); line-height: 1.55; max-width: 720px; color: #fff; }
.alma-section .alma-section-lead { color: var(--alma-muted); }
.alma-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.alma-btn, .bricks-button, button, input[type="submit"], input[type="button"] { border-radius: 0 !important; }
.alma-btn { font-weight: 800; padding: 14px 22px; min-height: 48px; transition: transform .18s ease, background .18s ease; }
.alma-btn:hover { transform: translateY(-1px); }
.alma-btn-primary { background: var(--alma-coral); color: var(--alma-ink); }
.alma-btn[href*="wa.me"],
.bricks-button[href*="wa.me"],
.alma-quote-submit[data-method="whatsapp"] {
  background: var(--alma-whatsapp) !important;
  color: #07150d !important;
}
.alma-btn-ghost { color: #fff; border: 1px solid rgba(255,255,255,.5); background: var(--alma-blue); }
.alma-btn-dark { background: var(--alma-ink); color: #fff; }
.alma-btn-light { background: #fff; color: var(--alma-ink); border: 1px solid rgba(11,24,32,.14); }
.alma-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; width: min(680px, 100%); margin-top: 48px; }
.alma-stat { background: var(--alma-blue); border: 1px solid rgba(255,255,255,.22); backdrop-filter: blur(12px); border-radius: 0; padding: 16px; }
.alma-stat strong { display: block; color: #fff; font-size: 22px; line-height: 1; }
.alma-stat span { display: block; color: rgba(255,255,255,.78); margin-top: 7px; font-size: 13px; }
.alma-quote-card { width: min(520px, 100%); margin-top: 0; background: rgba(255,255,255,.97); color: var(--alma-ink); border: 2px solid rgba(24,52,76,.16); border-radius: 0; padding: 22px; box-shadow: 0 18px 54px rgba(0,0,0,.24); text-shadow: none; backdrop-filter: blur(16px); }
.alma-quote-card strong { display: block; font-size: 22px; line-height: 1.2; margin-bottom: 6px; }
.alma-quote-card span { display: block; color: var(--alma-muted); line-height: 1.45; margin-bottom: 16px; }
.alma-quote-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.alma-quote-form label { display: grid; gap: 5px; font-size: 12px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; color: var(--alma-blue); }
.alma-quote-form input, .alma-quote-form select, .alma-quote-form textarea { width: 100%; border: 1px solid rgba(11,24,32,.32); border-radius: 0; padding: 11px 12px; min-height: 44px; color: var(--alma-ink); background: #fff; font: 700 15px/1.2 "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.alma-quote-form textarea, .alma-quote-form .alma-quote-wide { grid-column: 1 / -1; }
.alma-quote-form textarea { min-height: 82px; resize: vertical; }
.alma-quote-submit { width: 100%; border: 0; cursor: pointer; }
.alma-quote-methods { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.alma-quote-email { background: var(--alma-blue); color: #fff; }
.alma-quote-note { margin-top: 10px; color: var(--alma-muted); font-size: 13px; line-height: 1.4; }
.alma-booking-strip { background: var(--alma-ink); color: #fff; padding: 24px 0; }
.alma-booking-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; }
.alma-booking-copy span { display: block; color: var(--alma-gold); font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.alma-booking-copy strong { display: block; font-size: clamp(18px, 2vw, 26px); line-height: 1.25; margin-top: 5px; }
.alma-section { padding: clamp(78px, 9vw, 126px) 0; }
.alma-services { background: var(--alma-paper); }
.alma-section-head { max-width: 760px; margin-bottom: 42px; }
.alma-section-title { font-size: clamp(34px, 5vw, 62px); line-height: 1.02; margin: 0 0 18px; color: var(--alma-ink); letter-spacing: 0; }
.alma-section-head .alma-section-lead { color: var(--alma-muted); text-shadow: none; }
.alma-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.alma-card { background: #fff; border: 1px solid rgba(11,24,32,.10); border-radius: 0; overflow: hidden; box-shadow: 0 16px 48px rgba(11,24,32,.08); }
.alma-card-media { height: 280px; background-size: cover; background-position: center; }
.alma-card-body { padding: 24px; }
.alma-card-body strong { display: block; font-size: 22px; margin-bottom: 10px; }
.alma-card-body span { display: block; color: var(--alma-muted); line-height: 1.55; }
.alma-service-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.alma-service-chip { background: #fff; border: 1px solid rgba(11,24,32,.10); border-radius: 8px; padding: 15px 16px; font-weight: 800; color: var(--alma-ink); box-shadow: 0 10px 28px rgba(11,24,32,.05); }
.alma-tours { background: var(--alma-cream); }
.alma-tours .alma-split { display: block; }
.alma-tours .alma-split-media { max-width: 1040px; margin: 0 auto 46px; }
.alma-tours .alma-feature-media { aspect-ratio: 21 / 9; max-height: 430px; overflow: hidden; }
.alma-tours .alma-feature-img { min-height: 0; height: 100%; aspect-ratio: 21 / 9; }
.alma-tours .alma-split-copy > .alma-kicker,
.alma-tours .alma-split-copy > .alma-section-title,
.alma-tours .alma-split-copy > .alma-body,
.alma-tours .alma-split-copy > .alma-list,
.alma-tours .alma-split-copy > .alma-tour-options,
.alma-tours .alma-split-copy > .alma-btn { max-width: 860px; }
.alma-tour-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 24px 0 28px; }
.alma-tour-option { background: #fff; border-left: 4px solid var(--alma-gold); border-radius: 8px; padding: 18px; box-shadow: 0 12px 34px rgba(11,24,32,.07); }
.alma-tour-option strong { display: block; color: var(--alma-ink); margin-bottom: 6px; }
.alma-tour-option span { color: var(--alma-muted); line-height: 1.55; }
.alma-fleet { background: #fff; }
.alma-split { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(34px, 6vw, 82px); align-items: center; }
.alma-split-reverse { grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr); }
.alma-rounded-image { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 8px; box-shadow: 0 22px 62px rgba(11,24,32,.16); }
.alma-body { color: var(--alma-muted); font-size: 18px; line-height: 1.75; }
.alma-list ul { margin: 22px 0 28px; padding-left: 20px; color: var(--alma-ink); line-height: 1.8; font-weight: 650; }
.alma-trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 30px; }
.alma-trust { border-top: 3px solid var(--alma-teal); background: var(--alma-cream); padding: 18px; border-radius: 0; }
.alma-trust strong { display: block; margin-bottom: 8px; }
.alma-trust span { color: var(--alma-muted); font-size: 14px; line-height: 1.45; }
.alma-why { background: #fff; }
.alma-why-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: clamp(28px, 5vw, 70px); align-items: start; }
.alma-why-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.alma-why-card { background: var(--alma-cream); border: 1px solid rgba(11,24,32,.10); border-radius: 0; padding: 22px; }
.alma-why-card strong { display: block; color: var(--alma-ink); font-size: 20px; margin-bottom: 8px; }
.alma-why-card span { display: block; color: var(--alma-muted); line-height: 1.6; }
.alma-destinations { margin-top: 34px; }
.alma-destination-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
.alma-destination-card { background: #fff; border: 1px solid rgba(11,24,32,.12); border-radius: 0; overflow: hidden; box-shadow: 0 14px 38px rgba(11,24,32,.08); }
.alma-destination-image { display: block; width: 100%; }
.alma-destination-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--alma-paper); }
.alma-destination-copy { padding: 18px; }
.alma-destination-copy strong { display: block; color: var(--alma-ink); font-size: 20px; line-height: 1.15; margin-bottom: 8px; }
.alma-destination-copy span { display: block; color: var(--alma-muted); font-size: 15px; line-height: 1.55; }
.alma-reviews { background: var(--alma-paper); }
.alma-reviews-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 72px); align-items: start; }
.alma-review-summary { background: var(--alma-ink); color: #fff; border-radius: 0; padding: clamp(28px, 4vw, 44px); }
.alma-stars { color: var(--alma-gold); font-size: 28px; letter-spacing: 3px; margin-bottom: 16px; }
.alma-review-cards { display: grid; gap: 16px; }
.alma-review-card { background: #fff; border: 1px solid rgba(11,24,32,.10); border-radius: 0; padding: 22px; box-shadow: 0 14px 42px rgba(11,24,32,.07); }
.alma-review-card strong { display: block; margin-bottom: 8px; color: var(--alma-ink); }
.alma-review-card span { color: var(--alma-muted); line-height: 1.6; }
.alma-gallery { background: var(--alma-cream); }
.alma-gallery-head { max-width: 780px; margin-bottom: 36px; }
.alma-native-gallery {
  --columns: 4;
  --gutter: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.alma-native-gallery .bricks-layout-item,
.alma-native-gallery figure {
  overflow: hidden;
  background: #fff;
  border-radius: 0;
}
.alma-native-gallery .image {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 0;
  transition: transform 2.1s cubic-bezier(.2,.75,.2,1), filter 2.1s ease;
}
.alma-native-gallery a:hover .image,
.alma-native-gallery .bricks-layout-item:hover .image {
  transform: scale(1.04);
  filter: saturate(1.08) contrast(1.04);
}
.alma-contact { background: var(--alma-ink); color: #fff; padding: clamp(78px, 9vw, 126px) 0; }
.alma-contact .alma-section-title, .alma-contact .alma-body { color: #fff; }
.alma-contact .alma-body { color: rgba(255,255,255,.94); }
.alma-contact-grid { display: grid !important; grid-template-columns: minmax(0, 1fr) minmax(320px, 440px) !important; gap: clamp(32px, 6vw, 90px); align-items: start; }
.alma-contact-card { background: #fff; color: var(--alma-ink); padding: 28px; border-radius: 0; box-shadow: 0 18px 60px rgba(0,0,0,.22); transform: none !important; margin-left: 0 !important; justify-self: stretch !important; max-width: 100%; }
.alma-contact-line { display: grid; gap: 6px; padding: 16px 0; border-bottom: 1px solid rgba(11,24,32,.12); }
.alma-contact-line:last-child { border-bottom: 0; }
.alma-contact-line strong { color: var(--alma-blue); font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; }
.alma-contact-line a, .alma-contact-line span { color: var(--alma-ink); line-height: 1.45; }
.alma-footer { background: var(--alma-paper); padding: 34px 0; color: var(--alma-ink); }
.alma-footer-frame { background: #fff; border: 1px solid rgba(11,24,32,.10); border-radius: 0; padding: clamp(22px, 4vw, 34px); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(20px, 4vw, 48px); box-shadow: 0 18px 54px rgba(11,24,32,.08); }
.alma-footer-brand strong { display: block; font: 700 30px/1 Georgia, serif; margin-bottom: 8px; }
.alma-footer-brand span { display: block; color: var(--alma-muted); line-height: 1.55; max-width: 520px; }
.alma-footer-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.alma-footer-line { border-top: 2px solid var(--alma-teal); background: var(--alma-cream); border-radius: 0; padding: 15px; }
.alma-footer-line strong { display: block; color: var(--alma-blue); font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; margin-bottom: 6px; }
.alma-footer-line a, .alma-footer-line span { color: var(--alma-ink); line-height: 1.45; text-decoration: none; }
.alma-footer-bottom { margin-top: 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: var(--alma-muted); font-size: 14px; }
.alma-footer-bottom a { color: var(--alma-blue); font-weight: 800; text-decoration: none; }
.alma-floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 60; background: #25d366; color: #07150d; border-radius: 0 !important; padding: 13px 18px; min-height: 48px; display: inline-flex; align-items: center; gap: 8px; font-weight: 900; box-shadow: 0 14px 38px rgba(0,0,0,.22); text-decoration: none; }
.alma-floating-whatsapp:hover { color: #07150d; transform: translateY(-1px); }
@media (max-width: 1180px) {
  .alma-nav { position: relative; align-items: center !important; gap: 12px; }
  .alma-menu-toggle {
    display: inline-flex;
    width: 44px;
    height: 44px;
    margin-left: auto;
    flex: 0 0 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.32);
    border-radius: 0;
    background: rgba(255,255,255,.08);
    color: #fff;
    cursor: pointer;
  }
  .alma-menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    transition: transform .24s ease, opacity .24s ease;
  }
  .alma-nav.alma-menu-open .alma-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .alma-nav.alma-menu-open .alma-menu-toggle span:nth-child(2) { opacity: 0; }
  .alma-nav.alma-menu-open .alma-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .alma-nav-links {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 10px;
    background: rgba(35,31,32,.98);
    border: 1px solid rgba(182,206,222,.34);
    box-shadow: 0 18px 46px rgba(0,0,0,.25);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
  }
  .alma-nav.alma-menu-open .alma-nav-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .alma-nav-links a {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04);
  }
  .alma-site-header .alma-btn-light { display: none; }
  .alma-site-header .alma-btn-primary { margin-left: 0; padding-inline: 14px; }
  .alma-services .alma-card-grid,
  .alma-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alma-services .alma-card-media { height: 220px; }
  .alma-split-media,
  .alma-feature-media,
  .alma-feature-img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}
@media (max-width: 900px) {
  .alma-site-header { padding: 10px 0; }
  #services, #tours, #gallery, #reviews, #contact, #why-us { scroll-margin-top: 120px; }
  .alma-hero { min-height: auto; padding-top: 150px; padding-bottom: 56px; background-attachment: scroll; align-items: flex-start !important; justify-content: flex-start !important; }
  .alma-hero-content { width: min(1180px, calc(100% - 40px)) !important; max-width: calc(100% - 40px) !important; display: block !important; }
  .alma-quote-wrap { padding-top: 26px; }
  .alma-actions { width: 100% !important; max-width: 100% !important; }
  .alma-hero-title { font-size: clamp(40px, 11vw, 52px); line-height: 1.04; max-width: 100%; }
  .alma-hero-lead { font-size: 18px; max-width: 100%; }
  .alma-quote-card, .alma-quote-form { width: 100% !important; max-width: 100% !important; }
  .alma-quote-form, .alma-quote-methods { grid-template-columns: 1fr; }
  .alma-quote-card { padding: 20px; overflow: hidden; }
  .alma-quote-card span, .alma-quote-note { overflow-wrap: anywhere; }
  .alma-booking-grid, .alma-card-grid, .alma-tour-options, .alma-split, .alma-split-reverse, .alma-why-grid, .alma-why-cards, .alma-reviews-grid, .alma-footer-frame, .alma-footer-details { grid-template-columns: 1fr; }
  .alma-services .alma-card-grid,
  .alma-service-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .alma-contact-grid { grid-template-columns: 1fr !important; }
  .alma-contact-card { margin-top: 8px; }
  .alma-gallery-head,
  .alma-gallery-head .alma-section-title,
  .alma-gallery-head .alma-section-lead {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .alma-native-gallery { --columns: 2 !important; --gutter: 10px !important; }
  .alma-native-gallery .image { min-height: 190px; }
  .alma-section-head, .alma-card-grid, .alma-card, .alma-service-list, .alma-service-chip,
  .alma-split-media, .alma-split-copy, .alma-feature-media, .alma-feature-img,
  .alma-tour-options, .alma-tour-option, .alma-trust-grid, .alma-trust,
  .alma-why-grid, .alma-why-intro, .alma-why-cards, .alma-why-card, .alma-destination-grid, .alma-destination-card,
  .alma-review-summary, .alma-review-cards, .alma-review-card,
  .alma-contact-copy, .alma-contact-card,
  .alma-footer-frame, .alma-footer-brand, .alma-footer-details, .alma-footer-line,
  .alma-section-title, .alma-body, .alma-section-lead {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .alma-stats, .alma-trust-grid { grid-template-columns: 1fr; }
  .alma-destination-grid { grid-template-columns: 1fr; }
  .alma-booking-grid { align-items: stretch; }
  .alma-actions { width: 100%; }
  .alma-actions .bricks-button, .alma-booking-grid .bricks-button { width: 100%; justify-content: center; }
  .alma-card-media { height: 240px; }
  .alma-rounded-image { aspect-ratio: 4 / 3; }
  .alma-floating-whatsapp { display: none; }
}
@media (max-width: 1180px) and (min-width: 901px) {
  .alma-destination-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.alma-feature-media { width: 100%; aspect-ratio: 4 / 5; background-size: cover; background-position: center; border-radius: 8px; box-shadow: 0 22px 62px rgba(11,24,32,.16); }
@media (max-width: 900px) { .alma-feature-media { aspect-ratio: 4 / 3; min-height: 280px; } }

/* Alma Libre lazy visibility guard */
.bricks-lazy-hidden { opacity: 1 !important; visibility: visible !important; }

/* Alma Libre fixed media backgrounds */
#brxe-alhero { background-image: linear-gradient(rgba(10,24,34,.64), rgba(10,24,34,.20)), url('/wp-content/uploads/2026/05/1000002667-scaled.jpeg') !important; background-size: cover !important; background-position: center center !important; }
#brxe-alc1m { background-image: url('/wp-content/uploads/2026/05/1000000220-scaled.jpeg') !important; }
#brxe-alc2m { background-image: url('/wp-content/uploads/2026/05/1000002612-scaled.jpeg') !important; }
#brxe-alc3m { background-image: url('/wp-content/uploads/2026/05/1000000389-scaled.jpeg') !important; }
#brxe-altourimg { background-image: url('/wp-content/uploads/2026/05/C81BAD8D-3308-4127-87EF-8C82C8A84A87-scaled.jpg') !important; }
#brxe-alfleetimg { background-image: url('/wp-content/uploads/2026/05/EB465C1F-4E58-43A1-8683-FB5ACED62B38-scaled.jpg') !important; }
#brxe-alc1m, #brxe-alc2m, #brxe-alc3m, #brxe-altourimg, #brxe-alfleetimg { background-size: cover !important; background-position: center center !important; }
.alma-card-media { overflow: hidden; }
.alma-card-img, .alma-feature-img { display: block; width: 100%; height: 100%; object-fit: cover; }
.alma-feature-img { min-height: 520px; border-radius: 8px; box-shadow: 0 22px 62px rgba(11,24,32,.16); }
@media (max-width: 900px) { .alma-feature-img { min-height: 280px; } }

/* Alma Libre motion layer */
@keyframes almaFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes almaFadeRight {
  from { opacity: 0; transform: translateX(24px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes almaSlowSettle {
  from { opacity: .72; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes almaSoftFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.alma-hero-logo,
.alma-kicker,
.alma-hero-title,
.alma-hero-lead,
.alma-actions,
.alma-quote-wrap,
.alma-stats {
  animation: almaFadeUp 2.16s cubic-bezier(.2,.75,.2,1) both;
}
.alma-kicker { animation-delay: .24s; }
.alma-hero-title { animation-delay: .48s; }
.alma-hero-lead { animation-delay: .72s; }
.alma-actions { animation-delay: .96s; }
.alma-quote-wrap { animation-name: almaFadeUp; animation-delay: .66s; }
.alma-stats { animation-delay: 1.26s; }

.alma-section-head,
.alma-card,
.alma-service-chip,
.alma-split-media,
.alma-split-copy,
.alma-tour-option,
.alma-destination-card,
.alma-trust,
.alma-why-intro,
.alma-why-card,
.alma-review-summary,
.alma-review-card,
.alma-contact-copy,
.alma-contact-card,
.alma-footer-frame {
  animation: almaSlowSettle 2.1s cubic-bezier(.2,.75,.2,1) both;
}
.alma-card:nth-child(2),
.alma-service-chip:nth-child(2n),
.alma-tour-option:nth-child(2),
.alma-trust:nth-child(2),
.alma-why-card:nth-child(2n),
.alma-review-card:nth-child(2) {
  animation-delay: .18s;
}
.alma-card:nth-child(3),
.alma-service-chip:nth-child(3n),
.alma-trust:nth-child(3),
.alma-review-card:nth-child(3) {
  animation-delay: .36s;
}

.alma-btn,
.alma-card,
.alma-service-chip,
.alma-tour-option,
.alma-destination-card,
.alma-trust,
.alma-why-card,
.alma-review-card,
.alma-footer-line {
  transition: transform .66s ease, box-shadow .66s ease, border-color .66s ease, background-color .66s ease;
}
.alma-btn:hover,
.alma-card:hover,
.alma-service-chip:hover,
.alma-tour-option:hover,
.alma-destination-card:hover,
.alma-trust:hover,
.alma-why-card:hover,
.alma-review-card:hover,
.alma-footer-line:hover {
  transform: translateY(-4px);
}
.alma-card:hover,
.alma-review-card:hover,
.alma-footer-line:hover {
  box-shadow: 0 20px 54px rgba(11,24,32,.12);
}
.alma-card-media,
.alma-feature-media,
.alma-rounded-image {
  overflow: hidden;
}
.alma-card-img,
.alma-feature-img,
.alma-feature-media img,
.alma-destination-card img,
.alma-rounded-image {
  transition: transform 2.1s cubic-bezier(.2,.75,.2,1), filter 2.1s ease;
}
.alma-card:hover .alma-card-img,
.alma-feature-media:hover .alma-feature-img,
.alma-feature-media:hover img,
.alma-destination-card:hover img,
.alma-rounded-image:hover {
  transform: scale(1.035);
  filter: saturate(1.06) contrast(1.04);
}
.alma-quote-card {
  transition: transform .84s ease, box-shadow .84s ease;
}
.alma-quote-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
