.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-148 .elementor-element.elementor-element-8c48e1f img{width:70%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-148 .elementor-element.elementor-element-42dad4c{font-family:"DM Sans", Sans-serif;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:4.4px;color:#E3DED2CC;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-148 .elementor-element.elementor-element-c52eb28{text-align:center;}.elementor-148 .elementor-element.elementor-element-c52eb28 .elementor-heading-title{font-family:"Canela", Sans-serif;font-size:72px;font-weight:400;line-height:79px;color:#E3DED2;}.elementor-148 .elementor-element.elementor-element-8952204{text-align:center;font-family:"DM Sans", Sans-serif;font-size:15px;font-weight:400;letter-spacing:0px;color:#E3DED2A6;}.elementor-148 .elementor-element.elementor-element-b4e60f0{font-family:"DM Sans", Sans-serif;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:4.4px;color:#546344;}.elementor-148 .elementor-element.elementor-element-c2a2907{text-align:start;}.elementor-148 .elementor-element.elementor-element-c2a2907 .elementor-heading-title{font-family:"Canela", Sans-serif;font-size:48px;font-weight:400;line-height:60px;color:#212C1B;}.elementor-148 .elementor-element.elementor-element-321c85b{text-align:start;font-family:"DM Sans", Sans-serif;font-size:15px;font-weight:400;letter-spacing:0px;color:#212C1BA6;}.elementor-148 .elementor-element.elementor-element-9ac6a24 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:16px;font-weight:400;color:#212C1B66;}.elementor-148 .elementor-element.elementor-element-83ae153{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-148 .elementor-element.elementor-element-49c5fc7{text-align:start;}}@media(max-width:767px){.elementor-148 .elementor-element.elementor-element-8c48e1f img{width:37%;}.elementor-148 .elementor-element.elementor-element-c52eb28 .elementor-heading-title{font-size:48px;line-height:52px;}.elementor-148 .elementor-element.elementor-element-c2a2907 .elementor-heading-title{font-size:32px;line-height:45px;}}/* Start custom CSS for html, class: .elementor-element-934c2a7 */.sa-thank-you__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.sa-thank-you__btn,
.sa-thank-you__btn:link,
.sa-thank-you__btn:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 36px;
  padding: 0 22px;
  background: #D96F00;
  color: #fff;
  font-family: var(--sa-font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #D96F00;
  border-radius: 0;
  transition:
    transform 260ms var(--sa-ease),
    opacity 260ms ease;
}

.sa-thank-you__icon {
  width: 14px;
  height: 14px;
  display: block;
  flex: 0 0 auto;
  fill: currentColor;
}

.sa-thank-you__btn:hover,
.sa-thank-you__btn:focus,
.sa-thank-you__btn:focus-visible {
  color: #fff;
  background: #D96F00;
  border-color: #D96F00;
  text-decoration: none;
  opacity: 0.9;
  transform: scale(0.965);
  outline: none;
  box-shadow: none;
}

@media (max-width: 520px) {
  .sa-thank-you__actions {
    flex-direction: column;
    gap: 10px;
  }

  .sa-thank-you__btn {
    width: 100%;
    max-width: 230px;
  }
}/* End custom CSS */
/* Start custom CSS *//* =========================================================
   SENDA LOTO ALMA - HOME GLOBAL CSS OPTIMIZED
   WordPress + Elementor Flexbox
   Last clean version: consolidated, responsive, mobile-first
========================================================= */

/* =========================================================
   00. TOKENS / GLOBAL VARIABLES
========================================================= */

:root {
  --sa-green: #212C1B;
  --sa-cream: #E3DED2;

  --sa-text-light: #E3DED2;
  --sa-text-dark: #212C1B;

  --sa-muted-light: rgba(227, 222, 210, 0.62);
  --sa-muted-light-soft: rgba(227, 222, 210, 0.48);
  --sa-muted-dark: rgba(33, 44, 27, 0.68);
  --sa-muted-dark-soft: rgba(33, 44, 27, 0.52);

  --sa-line-light: rgba(227, 222, 210, 0.22);
  --sa-line-dark: rgba(33, 44, 27, 0.38);

  --sa-font-title: "Canela", "Playfair Display", Georgia, serif;
  --sa-font-body: "DM Sans", Arial, sans-serif;

  --sa-container: 1300px;
  --sa-container-content: 1120px;
  --sa-container-narrow: 850px;

  --sa-section-x: clamp(18px, 4vw, 48px);
  --sa-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* =========================================================
   01. HERO VIDEO BACKGROUND - ELEMENTOR ID
   Use ID on main hero container: alma-hero-video
   Video element ID: alma-hero-bg-video
========================================================= */

#alma-hero-video {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
  min-height: 100vh;
}

#alma-hero-video #alma-hero-bg-video {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  pointer-events: none !important;
}

#alma-hero-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(
    180deg,
    rgba(33, 44, 27, 0.35) 0%,
    rgba(33, 44, 27, 0.55) 50%,
    rgba(33, 44, 27, 0.74) 100%
  );
  pointer-events: none;
}

#alma-hero-video > .e-con-inner,
#alma-hero-video > .elementor-container {
  position: relative;
  z-index: 2;
}

#alma-hero-video .elementor-widget-html:has(#alma-hero-bg-video) {
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  width: 100% !important;
  height: 100% !important;
}

#alma-hero-video .elementor-widget-html {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   02. SECTION BASE / RESET LOCAL
========================================================= */

.sa-section,
.sa-section * {
  box-sizing: border-box;
}

.sa-section {
  width: 100%;
  font-family: var(--sa-font-body);
}

.sa-section--green {
  background: var(--sa-green);
  color: var(--sa-text-light);
}

.sa-section--cream {
  background: var(--sa-cream);
  color: var(--sa-text-dark);
}

.sa-section--transparent {
  background: transparent;
}

.sa-container,
.sa-container--content,
.sa-container--narrow {
  width: min(100%, var(--sa-container));
  margin-inline: auto;
}

.sa-container--content {
  width: min(100%, var(--sa-container-content));
}

.sa-container--narrow {
  width: min(100%, var(--sa-container-narrow));
}

/* =========================================================
   03. TYPOGRAPHY / UTILITIES
========================================================= */

.sa-eyebrow {
  margin: 0 0 18px;
  font-family: var(--sa-font-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.sa-title,
.sa-heading,
.sa-card-title {
  margin: 0;
  font-family: var(--sa-font-title);
  font-weight: 400;
  letter-spacing: -0.055em;
}

.sa-title {
  font-size: clamp(38px, 7vw, 66px);
  line-height: 0.96;
}

.sa-heading {
  font-size: clamp(31px, 5vw, 42px);
  line-height: 1.02;
}

.sa-card-title {
  font-size: clamp(30px, 5vw, 38px);
  line-height: 1.02;
}

.sa-lead,
.sa-text {
  margin: 0;
  font-family: var(--sa-font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: -0.01em;
}

.sa-section--green .sa-eyebrow,
.sa-section--green .sa-title,
.sa-section--green .sa-heading,
.sa-section--green .sa-card-title {
  color: var(--sa-text-light);
}

.sa-section--green .sa-lead,
.sa-section--green .sa-text {
  color: var(--sa-muted-light);
}

.sa-section--cream .sa-eyebrow,
.sa-section--cream .sa-title,
.sa-section--cream .sa-heading,
.sa-section--cream .sa-card-title {
  color: var(--sa-text-dark);
}

.sa-section--cream .sa-lead,
.sa-section--cream .sa-text {
  color: var(--sa-muted-dark);
}

.sa-line {
  display: block;
  width: 34px;
  height: 1px;
  margin: 24px 0 22px;
}

.sa-line--center {
  margin-inline: auto;
}

.sa-section--green .sa-line {
  background: var(--sa-line-light);
}

.sa-section--cream .sa-line,
.sa-section--transparent .sa-line {
  background: var(--sa-line-dark);
}

.sa-separator {
  width: 100%;
  height: 1px;
  background: currentColor;
  opacity: 0.14;
}

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

/* =========================================================
   04. BUTTONS - PREMIUM SHRINK HOVER
   Global protection against Elementor purple/fuchsia hover.
========================================================= */

.sa-section .sa-btn,
.sa-section .sa-btn:link,
.sa-section .sa-btn:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 20px !important;
  border: 1px solid currentColor !important;
  background-color: transparent !important;
  color: inherit !important;
  font-family: var(--sa-font-body) !important;
  font-size: 9px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0.28em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1;
  transform: scale(1) !important;
  transform-origin: center center;
  transition:
    transform 260ms var(--sa-ease),
    border-color 260ms ease,
    opacity 260ms ease !important;
}

.sa-section .sa-btn:hover,
.sa-section .sa-btn:focus,
.sa-section .sa-btn:focus-visible {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 0.92;
  transform: scale(0.965) !important;
}

.sa-section .sa-btn:active {
  opacity: 0.86;
  transform: scale(0.94) !important;
}

.sa-section--green .sa-btn,
.sa-section--green .sa-btn:link,
.sa-section--green .sa-btn:visited,
.sa-card--green .sa-btn,
.sa-card--green .sa-btn:link,
.sa-card--green .sa-btn:visited {
  color: var(--sa-text-light) !important;
  border-color: rgba(227, 222, 210, 0.52) !important;
}

.sa-section--green .sa-btn:hover,
.sa-section--green .sa-btn:focus,
.sa-section--green .sa-btn:focus-visible,
.sa-card--green .sa-btn:hover,
.sa-card--green .sa-btn:focus,
.sa-card--green .sa-btn:focus-visible {
  color: var(--sa-text-light) !important;
  border-color: rgba(227, 222, 210, 0.9) !important;
}

.sa-section--cream .sa-btn,
.sa-section--cream .sa-btn:link,
.sa-section--cream .sa-btn:visited {
  color: var(--sa-text-dark) !important;
  border-color: rgba(33, 44, 27, 0.52) !important;
}

.sa-section--cream .sa-btn:hover,
.sa-section--cream .sa-btn:focus,
.sa-section--cream .sa-btn:focus-visible {
  color: var(--sa-text-dark) !important;
  border-color: rgba(33, 44, 27, 0.9) !important;
}

/* =========================================================
   05. SECTION - WHY ALMA
========================================================= */

.sa-why {
  padding: clamp(58px, 8vw, 104px) var(--sa-section-x) clamp(64px, 8vw, 112px);
}

.sa-why__intro,
.sa-why__lead {
  max-width: 720px;
}

.sa-why__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 34px;
}

.sa-why__image {
  margin: 0;
  overflow: hidden;
}

.sa-why__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.15;
  object-fit: cover;
}

.sa-why__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.sa-feature {
  margin: 0;
}

.sa-feature__line {
  display: block;
  width: 23px;
  height: 1px;
  margin-bottom: 14px;
  background: var(--sa-line-light);
}

.sa-feature h3 {
  margin: 0 0 11px;
  color: var(--sa-text-light);
  font-family: var(--sa-font-title);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.sa-feature p {
  margin: 0;
  max-width: 360px;
  color: var(--sa-muted-light);
  font-family: var(--sa-font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: -0.01em;
}

.sa-why__separator {
  max-width: 820px;
  margin: 58px 0 40px;
}

.sa-why__history {
  max-width: 850px;
}

.sa-why__history .sa-eyebrow {
  margin-bottom: 26px;
}

.sa-why__history p + p {
  margin-top: 24px;
}

/* =========================================================
   06. SECTION - EXPERIENCES OF SILENCE
   No vertical padding. Elementor wrapper controls top/bottom.
========================================================= */

.sa-experiences {
  padding-inline: var(--sa-section-x);
}

.sa-experiences__header {
  width: min(100%, 640px);
  margin-inline: auto;
  text-align: center;
}

.sa-experiences__title {
  max-width: 560px;
  margin-inline: auto;
}

.sa-experiences__lead {
  max-width: 620px;
  margin-inline: auto;
}

.sa-experiences__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-top: 58px;
}

.sa-experience-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--sa-green);
  overflow: hidden;
}

.sa-experience-card__image {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--sa-green);
}

.sa-experience-card__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(33, 44, 27, 0.18);
  pointer-events: none;
}

.sa-experience-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.76;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 560ms var(--sa-ease), filter 560ms var(--sa-ease);
}

.sa-experience-card:hover .sa-experience-card__image img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.sa-experience-card__image figcaption {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  max-width: calc(100% - 36px);
  padding: 0 12px;
  background: rgba(33, 44, 27, 0.76);
  color: rgba(227, 222, 210, 0.86);
  font-family: var(--sa-font-body);
  font-size: 9px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sa-experience-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 24px 24px;
  color: var(--sa-text-light);
}

.sa-experience-card__body h3 {
  margin: 0;
  color: var(--sa-text-light);
  font-family: var(--sa-font-title);
  font-size: clamp(31px, 7.5vw, 40px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.sa-experience-card__line {
  display: block;
  width: 27px;
  height: 1px;
  margin: 19px 0 18px;
  background: var(--sa-line-light);
}

.sa-experience-card__body > p {
  margin: 0;
  color: var(--sa-muted-light);
  font-family: var(--sa-font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: -0.01em;
}

.sa-experience-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(227, 222, 210, 0.18);
}

.sa-experience-card__price {
  margin: 0;
  color: var(--sa-muted-light-soft);
  font-family: var(--sa-font-body);
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
}

/* =========================================================
   07. GUIDE SECTIONS - PEMA / MELANIE
========================================================= */

.sa-guide {
  padding: clamp(64px, 8vw, 112px) var(--sa-section-x);
}

.sa-guide__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: center;
}

.sa-guide__media {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.sa-guide__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5.2;
  object-fit: cover;
}

.sa-guide__content {
  max-width: 560px;
}

.sa-guide__quote {
  position: relative;
  margin: 24px 0 26px;
  padding-left: 22px;
  color: var(--sa-muted-dark);
  font-family: var(--sa-font-title);
  font-size: clamp(22px, 4.8vw, 30px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.sa-guide__quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: calc(100% - 8px);
  background: var(--sa-line-dark);
}

.sa-guide__text {
  display: grid;
  gap: 18px;
}

.sa-guide__text p {
  margin: 0;
}

.sa-guide--dark {
  background: var(--sa-green);
  color: var(--sa-text-light);
}

.sa-guide--dark .sa-eyebrow,
.sa-guide--dark .sa-heading {
  color: var(--sa-text-light);
}

.sa-guide--dark .sa-line,
.sa-guide--dark .sa-guide__quote::before {
  background: var(--sa-line-light);
}

.sa-guide--dark .sa-text {
  color: var(--sa-muted-light);
}

.sa-guide--dark .sa-guide__quote {
  color: rgba(227, 222, 210, 0.76);
}

.sa-guide--melanie .sa-guide__media img {
  object-position: center center;
}

/* =========================================================
   08. SECTION - DAILY PRACTICE
   No vertical padding.
========================================================= */

.sa-daily {
  padding: 0 var(--sa-section-x);
  overflow: hidden;
}

.sa-daily__header {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  margin-inline: auto;
  text-align: center;
}

.sa-daily__header::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -42px;
  z-index: -1;
  width: 180px;
  height: 180px;
  background: radial-gradient(
    circle,
    rgba(227, 222, 210, 0.08) 0%,
    rgba(227, 222, 210, 0.03) 42%,
    transparent 70%
  );
  transform: translateX(-50%);
  pointer-events: none;
}

.sa-daily__title {
  max-width: 520px;
  margin-inline: auto;
}

.sa-daily__lead {
  max-width: 560px;
  margin-inline: auto;
}

.sa-daily__gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: min(100%, 1040px);
  margin: 52px auto 0;
}

.sa-daily__gallery figure,
.sa-food-item__image {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.sa-daily__gallery figure {
  background: rgba(227, 222, 210, 0.08);
  isolation: isolate;
}

.sa-daily__gallery figure::after,
.sa-food-item__image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.sa-daily__gallery figure::after {
  z-index: 1;
  opacity: 0.65;
  background: linear-gradient(
    180deg,
    rgba(33, 44, 27, 0.02) 0%,
    rgba(33, 44, 27, 0.18) 100%
  );
}

.sa-daily__gallery figure:hover::after {
  opacity: 0.28;
}

.sa-daily__gallery img,
.sa-food-item__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 520ms ease, filter 520ms ease;
}

.sa-daily__gallery img {
  aspect-ratio: 1 / 0.86;
}

.sa-daily__gallery figure:hover img,
.sa-food-item:hover .sa-food-item__image img {
  transform: scale(1.055);
  filter: saturate(1.04) contrast(1.03);
}

.sa-daily__agenda {
  width: min(100%, 760px);
  margin: clamp(64px, 7vw, 86px) auto 0;
}

.sa-daily__agenda-title {
  margin: 0 0 34px;
  color: var(--sa-text-light);
  font-family: var(--sa-font-title);
  font-size: clamp(25px, 3vw, 32px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.045em;
  text-align: center;
}

.sa-daily__list {
  display: grid;
}

.sa-daily__item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 22px;
  padding: 17px 18px;
  border-bottom: 1px solid rgba(227, 222, 210, 0.1);
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.sa-daily__item:first-child {
  border-top: 1px solid rgba(227, 222, 210, 0.1);
}

.sa-daily__item:hover {
  background: rgba(227, 222, 210, 0.045);
  border-color: rgba(227, 222, 210, 0.18);
  transform: translateX(4px);
}

.sa-daily__time {
  color: rgba(227, 222, 210, 0.76);
  font-family: var(--sa-font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.sa-daily__activity {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.sa-daily__activity strong {
  color: var(--sa-text-light);
  font-family: var(--sa-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.sa-daily__activity span {
  color: rgba(227, 222, 210, 0.5);
  font-family: var(--sa-font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
}

/* =========================================================
   09. SECTION - FOOD / AYURVEDIC NUTRITION
========================================================= */

.sa-food {
  padding: clamp(64px, 8vw, 112px) var(--sa-section-x);
}

.sa-food__header {
  width: min(100%, 680px);
  margin-inline: auto;
  text-align: center;
}

.sa-food__title {
  max-width: 620px;
  margin-inline: auto;
}

.sa-food__lead {
  max-width: 620px;
  margin-inline: auto;
}

.sa-food__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin: clamp(48px, 6vw, 72px) auto 0;
}

.sa-food-item {
  min-width: 0;
}

.sa-food-item__image {
  background: rgba(33, 44, 27, 0.08);
}

.sa-food-item__image::after {
  opacity: 1;
  background: rgba(33, 44, 27, 0.05);
}

.sa-food-item:hover .sa-food-item__image::after {
  opacity: 0;
}

.sa-food-item__image img {
  aspect-ratio: 1 / 0.68;
}

.sa-food-item__body {
  padding-top: 34px;
}

.sa-food-item__line {
  display: block;
  width: 24px;
  height: 1px;
  margin: 0 0 16px;
  background: rgba(33, 44, 27, 0.42);
}

.sa-food-item__title {
  margin: 0;
  color: var(--sa-text-dark);
  font-family: var(--sa-font-title);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.sa-food-item__text {
  max-width: 390px;
  margin: 14px 0 0;
  color: var(--sa-muted-dark);
  font-family: var(--sa-font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.72;
  letter-spacing: -0.01em;
}

/* =========================================================
   10. SECTION - ROOMS / HABITACIONES
========================================================= */

.sa-rooms {
  padding: clamp(64px, 8vw, 112px) var(--sa-section-x);
}

.sa-rooms__header {
  width: min(100%, 680px);
  margin-inline: auto;
  text-align: center;
}

.sa-rooms__title {
  max-width: 520px;
  margin-inline: auto;
}

.sa-rooms__tabs {
  width: min(100%, 1080px);
  margin: clamp(48px, 6vw, 70px) auto 0;
}

.sa-rooms__tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 44px;
  border-bottom: 1px solid rgba(227, 222, 210, 0.12);
}

.sa-section .sa-rooms__tab,
.sa-section .sa-rooms__tab:visited,
.sa-section .sa-rooms__tab:focus {
  position: relative;
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(227, 222, 210, 0.48);
  padding: 0 0 16px;
  font-family: var(--sa-font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: color 220ms ease;
}

.sa-section .sa-rooms__tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--sa-text-light);
  transform: translateX(-50%);
  transition: width 220ms ease;
}

.sa-section .sa-rooms__tab:hover,
.sa-section .sa-rooms__tab:focus-visible,
.sa-section .sa-rooms__tab.is-active {
  color: var(--sa-text-light);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.sa-section .sa-rooms__tab.is-active::after {
  width: 100%;
}

.sa-section .sa-rooms__tab:focus-visible {
  outline: 1px solid rgba(227, 222, 210, 0.45);
  outline-offset: 6px;
}

.sa-rooms__panel {
  display: none;
  margin-top: 36px;
}

.sa-rooms__panel.is-active {
  display: block;
}

.sa-rooms__panel[hidden] {
  display: none !important;
}

.sa-room {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
}

.sa-room__media,
.sa-room__content {
  min-width: 0;
}

.sa-room__carousel {
  position: relative;
  overflow: hidden;
  background: rgba(227, 222, 210, 0.08);
}

.sa-room__carousel-track {
  display: flex;
  width: 100%;
  transform: translateX(0);
  transition: transform 420ms ease;
}

.sa-room__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  margin: 0;
}

.sa-room__slide img,
.sa-room__placeholder {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.76;
  object-fit: cover;
}

.sa-room__placeholder {
  display: grid;
  place-items: center;
  border: 1px dashed rgba(227, 222, 210, 0.22);
  background: rgba(227, 222, 210, 0.04);
  color: rgba(227, 222, 210, 0.46);
  font-family: var(--sa-font-body);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.sa-room__image-button {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  appearance: none;
}

.sa-room__image-button:focus {
  outline: none;
}

.sa-room__image-button:focus-visible {
  outline: 2px solid var(--sa-cream);
  outline-offset: -6px;
}

.sa-room__image-button img {
  transition: transform 520ms ease, filter 520ms ease;
}

.sa-room__image-button:hover img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.sa-room__slide--placeholder .sa-room__image-button {
  pointer-events: none;
  cursor: default;
}

.sa-section .sa-room__arrow,
.sa-section .sa-room__arrow:visited,
.sa-section .sa-room__arrow:focus {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 42px;
  border: 1px solid rgba(227, 222, 210, 0.18);
  background-color: rgba(33, 44, 27, 0.68);
  color: var(--sa-text-light);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.sa-section .sa-room__arrow:hover,
.sa-section .sa-room__arrow:focus-visible {
  background-color: var(--sa-cream);
  color: var(--sa-green);
  border-color: var(--sa-cream);
}

.sa-room__arrow--prev {
  left: 0;
}

.sa-room__arrow--next {
  right: 0;
}

.sa-room__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 2;
  display: flex;
  gap: 6px;
  pointer-events: auto;
  transform: translateX(-50%);
}

.sa-room__dot {
  width: 5px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(227, 222, 210, 0.45);
  cursor: pointer;
  appearance: none;
  transition: background-color 220ms ease, transform 220ms ease;
}

.sa-room__dot:hover,
.sa-room__dot.is-active {
  background: var(--sa-cream);
  transform: scale(1.12);
}

.sa-room__caption {
  margin: 18px 0 0;
  color: rgba(227, 222, 210, 0.5);
  font-family: var(--sa-font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
}

.sa-room__name,
.sa-room__price-value {
  margin: 0;
  color: var(--sa-text-light);
  font-family: var(--sa-font-title);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.sa-room__name {
  font-size: clamp(30px, 4vw, 38px);
}

.sa-room__price-value {
  font-size: clamp(22px, 3vw, 30px);
}

.sa-room__subtitle {
  margin: 10px 0 34px;
  color: rgba(227, 222, 210, 0.42);
  font-family: var(--sa-font-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.sa-room__specs {
  display: grid;
  gap: 0;
  margin-bottom: 36px;
}

.sa-room__spec {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(227, 222, 210, 0.12);
}

.sa-room__spec:first-child {
  border-top: 1px solid rgba(227, 222, 210, 0.12);
}

.sa-room__spec dt,
.sa-room__cta-label {
  color: rgba(227, 222, 210, 0.42);
  font-family: var(--sa-font-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sa-room__spec dd {
  margin: 0;
  color: rgba(227, 222, 210, 0.68);
  font-family: var(--sa-font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
  text-align: right;
}

.sa-room__included {
  display: grid;
  gap: 30px;
}

.sa-room__media .sa-room__included {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid rgba(227, 222, 210, 0.12);
}

.sa-room__included-group + .sa-room__included-group {
  margin-top: 0;
}

.sa-room__included-group h4 {
  margin: 0 0 16px;
  color: var(--sa-text-light);
  font-family: var(--sa-font-title);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.sa-room__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sa-room__list--cols {
  grid-template-columns: 1fr;
}

.sa-room__list li {
  position: relative;
  padding-left: 18px;
  color: rgba(227, 222, 210, 0.58);
  font-family: var(--sa-font-body);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.sa-room__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(227, 222, 210, 0.52);
  font-size: 11px;
}

.sa-room__cta {
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(227, 222, 210, 0.12);
}

.sa-room__cta-label {
  margin: 0 0 8px;
  line-height: 1;
  letter-spacing: 0.16em;
}

.sa-room__prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 22px;
}

.sa-room__empty {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 42px 24px;
  border: 1px dashed rgba(227, 222, 210, 0.18);
  text-align: center;
}

.sa-room__empty-inner {
  max-width: 420px;
}

.sa-room__empty h3 {
  margin: 0;
  color: var(--sa-text-light);
  font-family: var(--sa-font-title);
  font-size: clamp(30px, 4vw, 38px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.sa-room__empty p {
  margin: 18px 0 0;
  color: var(--sa-muted-light);
  font-family: var(--sa-font-body);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.72;
}

/* =========================================================
   11. SECTION - FILTERABLE GALLERY / FOTOS
   No vertical padding.
========================================================= */

.sa-gallery {
  padding: 0 var(--sa-section-x);
}

.sa-gallery__header {
  width: min(100%, 620px);
  margin-inline: auto;
  text-align: center;
}

.sa-gallery__title {
  max-width: 520px;
  margin-inline: auto;
}

.sa-gallery__tabs {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 4vw, 54px);
  width: min(100%, 1080px);
  margin: clamp(46px, 6vw, 68px) auto 34px;
  border-bottom: 1px solid rgba(227, 222, 210, 0.12);
}

.sa-section .sa-gallery__tab,
.sa-section .sa-gallery__tab:link,
.sa-section .sa-gallery__tab:visited {
  position: relative;
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(227, 222, 210, 0.48);
  padding: 0 0 16px;
  font-family: var(--sa-font-body);
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  text-decoration: none;
  transition: color 220ms ease;
}

.sa-section .sa-gallery__tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--sa-cream);
  transform: translateX(-50%);
  transition: width 220ms ease;
}

.sa-section .sa-gallery__tab:hover,
.sa-section .sa-gallery__tab:focus,
.sa-section .sa-gallery__tab:focus-visible,
.sa-section .sa-gallery__tab.is-active {
  color: var(--sa-cream);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.sa-section .sa-gallery__tab.is-active::after,
.sa-section .sa-gallery__tab:hover::after {
  width: 100%;
}

.sa-gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: 165px;
  grid-auto-flow: dense;
  gap: 7px;
  width: min(100%, 1080px);
  margin-inline: auto;
}

.sa-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(227, 222, 210, 0.08);
}

.sa-gallery__item.is-hidden {
  display: none;
}

.sa-gallery__item--big {
  grid-column: span 3;
  grid-row: span 2;
}

.sa-gallery__item--wide,
.sa-gallery__item--normal {
  grid-column: span 2;
  grid-row: span 1;
}

.sa-gallery__item--tall {
  grid-column: span 2;
  grid-row: span 2;
}

.sa-gallery__button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  appearance: none;
  overflow: hidden;
}

.sa-gallery__button:focus {
  outline: none;
}

.sa-gallery__button:focus-visible {
  outline: 2px solid var(--sa-cream);
  outline-offset: -6px;
}

.sa-gallery__button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(33, 44, 27, 0.02) 0%,
    rgba(33, 44, 27, 0.22) 100%
  );
  opacity: 0.5;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.sa-gallery__button:hover::after {
  opacity: 0.12;
}

.sa-gallery__button img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.001);
  transition: transform 560ms ease, filter 560ms ease;
}

.sa-gallery__button:hover img {
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.04);
}

.sa-gallery__count {
  width: min(100%, 1080px);
  margin: 26px auto 0;
  color: rgba(227, 222, 210, 0.36);
  font-family: var(--sa-font-body);
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =========================================================
   12. LIGHTBOX - SHARED BY ROOMS AND GALLERY
========================================================= */

.sa-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(33, 44, 27, 0.9);
  backdrop-filter: blur(8px);
}

.sa-lightbox.is-open {
  display: flex;
}

.sa-lightbox__inner {
  position: relative;
  width: min(100%, 1080px);
  max-height: 90vh;
}

.sa-lightbox__image {
  display: block;
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
  background: rgba(227, 222, 210, 0.04);
}

.sa-lightbox__close {
  position: absolute;
  top: -44px;
  right: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(227, 222, 210, 0.45);
  background: transparent;
  color: var(--sa-cream);
  font-family: var(--sa-font-body);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.sa-lightbox__close:hover,
.sa-lightbox__close:focus-visible {
  background: var(--sa-cream);
  color: var(--sa-green);
  border-color: var(--sa-cream);
  outline: none;
}

/* =========================================================
   13. SECTION - THANK YOU / WHATSAPP CTA
========================================================= */

.sa-thank-you {
  padding: clamp(64px, 8vw, 96px) var(--sa-section-x);
}

.sa-thank-you__content {
  text-align: center;
}

.sa-thank-you .sa-heading {
  color: #536943;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.08;
}

.sa-thank-you .sa-line {
  margin-top: 38px;
  margin-bottom: 34px;
  background: rgba(33, 44, 27, 0.18);
}

.sa-thank-you .sa-eyebrow {
  margin-bottom: 24px;
  color: rgba(33, 44, 27, 0.42);
}

.sa-thank-you__phone,
.sa-thank-you__phone:link,
.sa-thank-you__phone:visited {
  display: inline-block;
  color: var(--sa-text-dark);
  font-family: var(--sa-font-title);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
  text-decoration: none;
  transition: transform 260ms var(--sa-ease), opacity 260ms ease;
}

.sa-thank-you__phone:hover,
.sa-thank-you__phone:focus,
.sa-thank-you__phone:focus-visible {
  color: var(--sa-text-dark);
  text-decoration: none;
  opacity: 0.72;
  transform: scale(0.965);
  outline: none;
  box-shadow: none;
}

/* =========================================================
   14. RESPONSIVE
========================================================= */

@media (min-width: 640px) {
  .sa-why__grid {
    grid-template-columns: minmax(260px, 370px) 1fr;
    align-items: start;
    gap: 44px;
    margin-top: 42px;
  }

  .sa-why__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 42px;
  }

  .sa-why__image img {
    aspect-ratio: 4 / 5.35;
  }
}

@media (min-width: 768px) {
  .sa-experiences__cards,
  .sa-room,
  .sa-guide__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sa-experiences__cards {
    gap: 34px;
    margin-top: 68px;
  }

  .sa-experience-card__image img {
    aspect-ratio: 16 / 11.8;
  }

  .sa-experience-card__image figcaption {
    top: 24px;
    left: 26px;
    font-size: 10px;
    letter-spacing: 0.34em;
  }

  .sa-experience-card__body {
    padding: 30px 32px 28px;
  }

  .sa-experience-card__footer {
    margin-top: auto;
  }

  .sa-guide__grid {
    grid-template-columns: minmax(300px, 520px) 1fr;
    gap: clamp(56px, 8vw, 92px);
  }

  .sa-guide__content {
    max-width: 570px;
  }

  .sa-guide__media img {
    aspect-ratio: 1 / 1.25;
  }

  .sa-daily__gallery {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-top: 60px;
  }

  .sa-daily__gallery img {
    height: 265px;
    aspect-ratio: auto;
  }

  .sa-daily__item {
    grid-template-columns: 86px 1fr;
    gap: 30px;
    padding: 16px 20px;
  }

  .sa-daily__activity {
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 40px;
    align-items: baseline;
  }

  .sa-food__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .sa-food-item__body {
    padding-top: 36px;
  }

  .sa-room {
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
    gap: 46px;
    align-items: start;
  }

  .sa-room__list--cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 34px;
  }

  .sa-room__slide img,
  .sa-room__placeholder {
    aspect-ratio: 1 / 0.78;
  }
}

@media (min-width: 1024px) {
  .sa-title {
    font-size: 66px;
  }

  .sa-why__grid {
    grid-template-columns: 370px 1fr;
    gap: 70px;
    margin-top: 48px;
  }

  .sa-why__image img {
    height: 455px;
    aspect-ratio: auto;
  }

  .sa-why__features {
    padding-top: 8px;
    column-gap: 88px;
    row-gap: 46px;
  }

  .sa-feature h3 {
    font-size: 24px;
  }

  .sa-why__separator {
    margin-top: 108px;
    margin-bottom: 48px;
  }

  .sa-experiences__cards {
    gap: 40px;
    margin-top: 72px;
  }

  .sa-experience-card__image img {
    height: 400px;
    aspect-ratio: auto;
  }

  .sa-experience-card__body {
    min-height: 230px;
    padding: 32px 36px 28px;
  }

  .sa-experience-card__body h3 {
    font-size: 38px;
  }

  .sa-experience-card__body > p {
    max-width: 560px;
  }

  .sa-guide__grid {
    grid-template-columns: 520px 1fr;
  }

  .sa-guide__media img {
    height: 620px;
    aspect-ratio: auto;
  }

  .sa-guide__content {
    padding-top: 12px;
  }

  .sa-daily__gallery {
    margin-top: 64px;
  }

  .sa-daily__agenda {
    margin-top: 86px;
  }

  .sa-food__grid {
    gap: 20px;
  }

  .sa-food-item__image img {
    height: 280px;
    aspect-ratio: auto;
  }

  .sa-food-item__body {
    padding-top: 38px;
  }

  .sa-rooms__tabs {
    width: min(100%, 1120px);
  }

  .sa-room {
    grid-template-columns: 540px 1fr;
    gap: 58px;
  }

  .sa-room__slide img,
  .sa-room__placeholder {
    height: 390px;
    aspect-ratio: auto;
  }

  .sa-room__content {
    padding-top: 4px;
  }

  .sa-room__spec {
    grid-template-columns: 140px 1fr;
  }
}

@media (min-width: 1280px) {
  .sa-why__grid {
    grid-template-columns: 380px 1fr;
    gap: 82px;
  }

  .sa-why__features {
    column-gap: 116px;
  }

  .sa-experiences__cards {
    gap: 42px;
  }

  .sa-experience-card__image img {
    height: 405px;
  }

  .sa-guide__grid {
    grid-template-columns: 560px 1fr;
    gap: 96px;
  }

  .sa-guide__media img {
    height: 650px;
  }

  .sa-food__grid {
    gap: 22px;
  }

  .sa-food-item__image img {
    height: 285px;
  }

  .sa-room {
    grid-template-columns: 570px 1fr;
    gap: 68px;
  }

  .sa-room__slide img,
  .sa-room__placeholder {
    height: 410px;
  }

  .sa-gallery__grid {
    grid-auto-rows: 172px;
  }
}

@media (max-width: 767px) {
  .sa-gallery {
    padding: 0 18px;
  }

  .sa-gallery__header,
  .sa-gallery__tabs,
  .sa-gallery__grid {
    max-width: 330px;
  }

  .sa-gallery__tabs {
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    margin-top: 42px;
    margin-bottom: 28px;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .sa-gallery__tabs::-webkit-scrollbar {
    display: none;
  }

  .sa-section .sa-gallery__tab {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .sa-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 150px;
    gap: 5px;
  }

  .sa-gallery__item--big,
  .sa-gallery__item--wide,
  .sa-gallery__item--tall,
  .sa-gallery__item--normal {
    grid-column: span 1;
    grid-row: span 1;
  }

  .sa-gallery__item--big {
    grid-column: span 2;
    grid-row: span 2;
  }

  .sa-lightbox {
    padding: 18px;
  }

  .sa-lightbox__close {
    top: -42px;
  }
}

@media (max-width: 520px) {
  .sa-btn,
  .sa-section .sa-btn,
  .sa-section .sa-btn:link,
  .sa-section .sa-btn:visited {
    min-height: 32px !important;
    padding-inline: 16px !important;
    font-size: 8px !important;
    letter-spacing: 0.24em !important;
  }

  .sa-eyebrow {
    font-size: 10px;
    letter-spacing: 0.28em;
  }

  .sa-experiences,
  .sa-daily,
  .sa-food,
  .sa-rooms,
  .sa-thank-you {
    padding-inline: 18px;
  }

  .sa-experiences__header,
  .sa-daily__header,
  .sa-food__header,
  .sa-rooms__header {
    max-width: 330px;
  }

  .sa-experiences__title {
    max-width: 280px;
  }

  .sa-experiences__lead,
  .sa-daily__lead,
  .sa-food__lead {
    max-width: 300px;
  }

  .sa-experiences__cards {
    max-width: 330px;
    margin: 50px auto 0;
    gap: 34px;
  }

  .sa-experience-card__body {
    padding: 25px 23px 23px;
  }

  .sa-experience-card__body h3 {
    font-size: 31px;
  }

  .sa-experience-card__body > p,
  .sa-food-item__text {
    font-size: 13px;
    line-height: 1.72;
  }

  .sa-experience-card__footer {
    gap: 14px;
  }

  .sa-guide {
    padding: 0;
  }

  .sa-guide--dark.sa-guide {
    padding: 64px 0;
  }

  .sa-guide__grid {
    gap: 34px;
  }

  .sa-guide__content {
    padding-inline: 18px;
  }

  .sa-guide__media img {
    aspect-ratio: 1 / 1.15;
  }

  .sa-guide__quote {
    margin-top: 22px;
    margin-bottom: 24px;
    font-size: 22px;
  }

  .sa-guide__text {
    gap: 16px;
  }

  .sa-daily__header::before {
    top: -32px;
    width: 140px;
    height: 140px;
  }

  .sa-daily__title {
    max-width: 300px;
  }

  .sa-daily__gallery {
    max-width: 330px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 44px;
  }

  .sa-daily__gallery img {
    aspect-ratio: 1 / 0.92;
  }

  .sa-daily__agenda {
    max-width: 330px;
    margin-top: 52px;
  }

  .sa-daily__agenda-title {
    margin-bottom: 26px;
  }

  .sa-daily__item {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 14px 0;
  }

  .sa-daily__item:hover {
    transform: none;
  }

  .sa-daily__time {
    font-size: 11px;
  }

  .sa-daily__activity strong,
  .sa-daily__activity span {
    font-size: 11px;
  }

  .sa-food {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sa-food__title {
    max-width: 310px;
  }

  .sa-food__grid {
    max-width: 330px;
    gap: 38px;
    margin-top: 46px;
  }

  .sa-food-item__body {
    padding-top: 24px;
  }

  .sa-food-item__title {
    font-size: 24px;
  }

  .sa-rooms {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .sa-rooms__tab-nav {
    gap: 18px 26px;
  }

  .sa-rooms__tab {
    font-size: 11px;
  }

  .sa-rooms__panel {
    margin-top: 32px;
  }

  .sa-room {
    gap: 34px;
  }

  .sa-room__caption,
  .sa-room__list li {
    font-size: 12px;
  }

  .sa-room__spec {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .sa-room__spec dd {
    text-align: left;
  }

  .sa-room__included {
    gap: 26px;
  }

  .sa-room__prices {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sa-room__price-value {
    font-size: 24px;
  }

  .sa-room__empty {
    min-height: 360px;
  }

  .sa-thank-you {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .sa-thank-you .sa-heading {
    font-size: 34px;
  }

  .sa-thank-you .sa-line {
    margin-top: 30px;
    margin-bottom: 28px;
  }

  .sa-thank-you__phone {
    font-size: 27px;
  }
}

@media (max-width: 380px) {
  .sa-title {
    font-size: 38px;
  }

  .sa-feature h3 {
    font-size: 21px;
  }
}

@media (max-width: 360px) {
  .sa-experiences__header,
  .sa-experiences__cards {
    max-width: 300px;
  }

  .sa-experience-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .sa-section .sa-btn,
  .sa-section .sa-btn:link,
  .sa-section .sa-btn:visited {
    width: 100% !important;
  }
}

/* =========================================================
   15. ACCESSIBILITY / REDUCED MOTION
========================================================= */

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

  .sa-section .sa-btn,
  .sa-section .sa-btn:hover,
  .sa-section .sa-btn:focus,
  .sa-section .sa-btn:focus-visible,
  .sa-section .sa-btn:active,
  .sa-experience-card__image img,
  .sa-daily__gallery img,
  .sa-daily__gallery figure::after,
  .sa-daily__item,
  .sa-food-item__image img,
  .sa-food-item__image::after,
  .sa-room__carousel-track,
  .sa-room__image-button img,
  .sa-room__dot,
  .sa-gallery__button::after,
  .sa-gallery__button img,
  .sa-thank-you__phone {
    transition: none !important;
    transform: none !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Canela';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://sendalotoalma.com/wp-content/uploads/2026/06/FontsFree-Net-Canela-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */