/* ==========================================
   REELSXPRESS — Global Variables & Resets
   ========================================== */

/* -------------------------------------------------------
   Fluid Responsive Layer
   Scope: Global + Homepage sections
   ------------------------------------------------------- */

:root {
  --rx-font-body:
    "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --rx-font-heading:
    "Playfair Display", ui-serif, Georgia, "Times New Roman", Times, serif;
  --rx-duration: 0.3s;
  --rx-ease: ease;
  --rx-ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --rx-container-max: 86vw;
  --rx-container-wide: 86vw;

  --rx-section-content-max: 86vw;
  --rx-feature-section-max: 86vw;
  --rx-page-gutter: 7vw;
  --rx-gap: var(--rx-page-gutter);
  --rx-container: var(--rx-container-max);
  --rx-vp-top: clamp(5.25rem, 7.5vh, 7.5rem);
  --rx-vp-bottom: clamp(1.5rem, 4vh, 4.5rem);
  --rx-header-safe-top: clamp(7rem, 10vh, 9rem);
  --rx-scroll-padding-top: var(--rx-header-safe-top);
  --rx-pp-safe-top: max(var(--rx-header-safe-top),
      calc(var(--rx-vp-top) + 0.5rem));
  --rx-pp-safe-bottom: var(--rx-vp-bottom);
  --rx-pp-content-max-height: calc(100svh - var(--rx-pp-safe-top) - var(--rx-pp-safe-bottom));
  --rx-pp-contact-max: var(--rx-container-wide);
  --rx-pp-card-space: clamp(0.75rem, 1.6vh, 1.25rem);
  --rx-pp-card-gap: clamp(0.5rem, 1vw, 0.875rem);
  --rx-left-safe: 0rem;
  --rx-left-safe-header: 0rem;
  --rx-space-1: clamp(0.625rem, 1vw, 0.875rem);
  --rx-space-2: clamp(0.875rem, 1.5vw, 1.25rem);
  --rx-space-3: clamp(1.125rem, 2vw, 1.75rem);
  --rx-space-4: clamp(1.5rem, 3vw, 2.5rem);
  --rx-space-5: clamp(2rem, 4vw, 3.5rem);
  --rx-section-space-y: clamp(4rem, 8dvh, 7rem);
  --rx-grid-side: 38%;
  --rx-shared-card-width: 270px;
  --rx-section-card-width: 250px;
  /* Shared width for left-hand headings/titles */
  --rx-social-rail-safe: clamp(2.75rem, 4vw, 4.25rem);
}

html {
  font-size: clamp(15px, 0.2vw + 14px, 18px);
  scroll-padding-top: var(--rx-scroll-padding-top);
}

html,
body {
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

/* Content wrappers */
.rx-container,
.container,
.container-large,
.container-fluid {
  width: min(100%, var(--rx-section-content-max));
  max-width: var(--rx-section-content-max);
  margin-inline: auto;
  padding-inline: 0;
}

.rx-header__inner {
  width: min(100%, var(--rx-section-content-max));
  margin-inline: auto;
  padding-inline: 0;
}

/* Media + overflow safety */
img,
video,
svg,
iframe,
canvas {
  max-width: 100%;
  height: auto;
}

.rx-main,
.rx-main * {
  min-width: 0;
}
.swiper,
.swiper-wrapper,
.swiper-slide {
  max-width: 100%;
}

/* Form + cards */

/* Progressive enhancement */

@media (min-width: 75rem) {
  .rx-social-sidebar {
    left: auto;
    right: clamp(0.35rem, 0.9vw, 0.85rem);
    gap: var(--rx-space-2);
  }
}

@media (max-width: 29.9375rem) {

  .rx-footer__updates-grid,
  .rx-footer__reels-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* -------------------------------------------------------
   Global Section Background Consistency
   Keeps every main section on one shared site background.
   ------------------------------------------------------- */
:root {
  --rx-site-bg: var(--rx-dark);
}

body,
.rx-main {
  background-color: var(--rx-site-bg);
}

.rx-vh-section,
.rx-section,
.rx-dark-bg,
.rx-dark-bg-2,
.black-bg-3 {
  background-color: var(--rx-site-bg) !important;
  background-image: none !important;
}

/* -------------------------------------------------------
   SEO Phase 2: Content Hub, Internal Links, Location Page
   ------------------------------------------------------- */
.rx-seo-hub {
  padding-block: var(--rx-section-space-y);
}

.rx-seo-hub__inner {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.02);
  padding: clamp(1.25rem, 2.3vw, 2rem);
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.4rem);
}

.rx-seo-hub__title {
  margin: 0;
  font-family: var(--rx-font-heading);
  font-size: clamp(1.45rem, 2.8vw, 2.2rem);
  color: #fff;
}

.rx-seo-hub__intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  max-width: 78ch;
}

.rx-seo-hub__group h3 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  color: #fff;
}

.rx-seo-hub__list,
.rx-seo-hub__locations {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.rx-seo-hub__list a,
.rx-seo-hub__locations li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.4rem 0.8rem;
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  font-size: 0.9rem;
}

.rx-seo-hub__list a:hover,
.rx-seo-hub__list a:focus-visible {
  border-color: var(--rx-accent);
  color: #fff;
}

.rx-seo-links {
  margin-top: clamp(1.5rem, 2.4vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem;
}

.rx-seo-links__title {
  margin: 0 0 0.7rem;
  font-family: var(--rx-font-heading);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.rx-seo-links__list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.55rem;
}

.rx-seo-links__list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.rx-location-page {
  padding-block: var(--rx-section-space-y);
}

.rx-location-page__intro {
  margin: 0.85rem 0 0;
  max-width: 70ch;
  color: rgba(255, 255, 255, 0.82);
}

.rx-location-page__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.rx-location-page__card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem;
}

.rx-location-page__card h2 {
  margin: 0 0 0.7rem;
  font-family: var(--rx-font-heading);
  font-size: clamp(1.1rem, 1.9vw, 1.35rem);
}

.rx-location-page__card p {
  margin: 0 0 0.9rem;
}

.rx-location-page__list {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
}

.rx-location-page__list--ordered {
  list-style: decimal;
}

.rx-location-page__related,
.rx-location-page__content {
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
}

.rx-location-page__related-list {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.7rem;
  margin: 0.7rem 0 0;
  padding-left: 1.1rem;
}

@media (min-width: 62rem) {
  .rx-location-page__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* -------------------------------------------------------
   Minimal Consistency Layer
   ------------------------------------------------------- */
:root {
  --rx-section-space-y: clamp(3.5rem, 6.2vw, 5.5rem);
  --rx-card-radius: 14px;
  --rx-type-display-hero-size: clamp(1.9rem, 8vw, 5.25rem);
  --rx-type-display-hero-line: 1.03;
  --rx-type-display-hero-track: -0.03em;
  --rx-type-display-page-size: clamp(2.15rem, 4.7vw, 4.65rem);
  --rx-type-display-page-line: 0.96;
  --rx-type-display-page-track: -0.04em;
  --rx-type-section-title-size: clamp(2.15rem, 4.6vw, 4.25rem);
  --rx-type-section-title-line: 0.96;
  --rx-type-section-title-track: -0.04em;
  --rx-type-page-section-size: clamp(2rem, 4vw, 3.6rem);
  --rx-type-page-section-line: 0.97;
  --rx-type-page-section-track: -0.045em;
  --rx-type-feature-title-size: clamp(1.32rem, 1.95vw, 1.95rem);
  --rx-type-feature-title-line: 1;
  --rx-type-feature-title-track: -0.03em;
  --rx-type-card-title-size: clamp(1.12rem, 1.55vw, 1.55rem);
  --rx-type-card-title-line: 1.08;
  --rx-type-card-title-track: -0.02em;
  --rx-type-body-size: clamp(1rem, 0.42vw + 0.93rem, 1.08rem);
  --rx-type-body-line: 1.7;
  --rx-type-body-compact-size: clamp(0.95rem, 0.3vw + 0.91rem, 1rem);
  --rx-type-body-compact-line: 1.62;
  --rx-type-kicker-size: 0.74rem;
  --rx-type-kicker-track: 0.16em;
  --rx-type-kicker-weight: 600;
  --rx-type-meta-size: 0.72rem;
  --rx-type-meta-track: 0.12em;
  --rx-type-meta-weight: 600;
  --rx-type-caption-size: 0.68rem;
  --rx-type-caption-track: 0.08em;
  --rx-type-caption-weight: 500;
  --rx-type-ui-size: 0.875rem;
  --rx-type-ui-track: 0.04em;
  --rx-type-ui-sm-size: 0.8125rem;
  --rx-type-heading-color: var(--rx-cream);
  --rx-type-body-color: rgba(255, 255, 255, 0.78);
  --rx-type-muted-color: rgba(255, 255, 255, 0.66);
  --rx-type-meta-color: rgba(255, 255, 255, 0.58);
  --rx-type-content-h2-size: clamp(1.7rem, 3vw, 2.45rem);
  --rx-type-content-h3-size: clamp(1.4rem, 2.2vw, 1.9rem);
  --rx-type-content-h4-size: clamp(1.18rem, 1.5vw, 1.38rem);
  --rx-type-content-h5-size: 1rem;
  --rx-type-content-h6-size: 0.92rem;
  --rx-section-title-size: var(--rx-type-section-title-size);
  --rx-copy-size: var(--rx-type-body-size);
  --rx-home-h2-size: var(--rx-type-section-title-size);
  --rx-home-h3-size: var(--rx-type-feature-title-size);
  --rx-home-card-title-size: var(--rx-type-card-title-size);
  --rx-home-copy-size: var(--rx-type-body-size);
  --rx-home-copy-line: var(--rx-type-body-line);
  --rx-home-kicker-size: var(--rx-type-kicker-size);
  --rx-home-kicker-track: var(--rx-type-kicker-track);
  --rx-home-surface-border: rgba(255, 255, 255, 0.078);
  --rx-home-surface-border-strong: rgba(255, 255, 255, 0.11);
  --rx-home-surface-fill-soft: rgba(255, 255, 255, 0.008);
  --rx-home-surface-fill: rgba(255, 255, 255, 0.012);
  --rx-home-surface-fill-strong: rgba(255, 255, 255, 0.018);
  --rx-home-surface-grad: linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008));
  --rx-home-surface-grad-soft: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.006));
  --rx-home-pill-border: rgba(255, 255, 255, 0.085);
  --rx-home-pill-fill: rgba(255, 255, 255, 0.012);
  --rx-home-pill-fill-hover: rgba(255, 255, 255, 0.018);
  --rx-home-control-size: 2.75rem;
  --rx-home-control-fill: rgba(255, 255, 255, 0.014);
  --rx-home-control-fill-hover: rgba(255, 255, 255, 0.024);
  --rx-home-shadow-soft: 0 18px 36px rgba(0, 0, 0, 0.16);
  --rx-home-shadow-strong: 0 24px 52px rgba(0, 0, 0, 0.2);
}

body {
  font-size: var(--rx-type-body-size);
  line-height: var(--rx-type-body-line);
}

.rx-section-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: var(--rx-type-kicker-size);
  font-weight: var(--rx-type-kicker-weight);
  letter-spacing: var(--rx-type-kicker-track);
  text-transform: uppercase;
  color: var(--rx-type-muted-color);
}

.rx-title-mobile {
  display: none;
}

.rx-title-desktop {
  display: inline;
}

.rx-vh-section,
.rx-section-spacing,
.rx-location-page,
.rx-seo-hub {
  padding-block: var(--rx-section-space-y);
}

.rx-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  font-size: var(--rx-type-meta-size);
  font-weight: var(--rx-type-meta-weight);
  letter-spacing: var(--rx-type-meta-track);
  text-transform: uppercase;
  color: var(--rx-type-meta-color);
}

/* -------------------------------------------------------
   Homepage Typography Normalization
   ------------------------------------------------------- */
#services .tp-section-title,
#showcase .rx-showcase__title,
#package .rx-package__main-title,
#testimonials .tp-testimonial-section-title .tp-section-title,
#team .rx-team__title,
#faq .rx-faq__title,
#contact.rx-cta .rx-contact-2__title,
#gallery .rx-home-instagram__title {
  font-family: var(--rx-font-heading);
  font-size: var(--rx-type-section-title-size);
  font-weight: 700;
  line-height: var(--rx-type-section-title-line);
  letter-spacing: var(--rx-type-section-title-track);
  text-transform: none;
  text-wrap: balance;
}

#home .rx-hero__sub,
#services .tp-section-title-wrapper p,
#showcase .rx-showcase__lead,
#package .rx-package__lede,
#team .rx-team__copy,
#team .rx-team__support-copy,
#testimonials .tp-testimonial-section-title .tp-section-title-wrapper p,
#testimonials .rx-testimonials__summary,
#faq .rx-faq__intro,
#contact.rx-cta .rx-contact-2__subtitle,
#contact.rx-cta .rx-cta__panel-copy {
  display: block;
  margin: 0;
  font-size: var(--rx-type-body-size);
  line-height: var(--rx-type-body-line);
  letter-spacing: 0;
  text-transform: none;
  color: var(--rx-type-body-color);
}

#services .tp-section-title-wrapper p,
#contact.rx-cta .rx-contact-2__subtitle,
#contact.rx-cta .rx-cta__panel-copy {
  max-width: 34rem;
}

#showcase .rx-showcase__lead,
#testimonials .tp-testimonial-section-title .tp-section-title-wrapper p,
#testimonials .rx-testimonials__summary,
#faq .rx-faq__intro {
  max-width: 62ch;
}

#services .tp-section-title-inner {
  display: grid;
  justify-items: start;
  gap: 0.58rem;
}

#services .tp-section-subtitle,
#testimonials .tp-testimonial-section-title .tp-section-subtitle {
  position: static;
  top: auto;
  left: auto;
  display: inline-flex;
  align-items: center;
  margin: 0;
  font-family: var(--rx-font-body);
  font-size: var(--rx-type-kicker-size);
  font-weight: var(--rx-type-kicker-weight);
  line-height: 1.2;
  letter-spacing: var(--rx-type-kicker-track);
  text-transform: uppercase;
  transform: none;
  background: none;
  color: var(--rx-type-muted-color);
  -webkit-text-fill-color: currentColor;
}

#services .tp-section-subtitle-bg,
#testimonials .tp-testimonial-section-title .tp-section-subtitle-bg {
  display: none;
}

#package .rx-package__focus-title,
#contact.rx-cta .rx-contact-2__meta-title,
#team .rx-team-panel__name {
  font-family: var(--rx-font-heading);
  font-size: var(--rx-type-feature-title-size);
  font-weight: 700;
  line-height: var(--rx-type-feature-title-line);
  letter-spacing: var(--rx-type-feature-title-track);
}

#services .tp-services-accordion .accordion-button,
#package .rx-pricing-card-v2__title,
#showcase .rx-showcase__card-title {
  font-family: var(--rx-font-heading);
  font-size: var(--rx-type-card-title-size);
  font-weight: 700;
  line-height: var(--rx-type-card-title-line);
  letter-spacing: var(--rx-type-card-title-track);
  text-transform: none;
}

#services .tp-services-accordion .accordion-button span {
  font-family: var(--rx-font-body);
  font-size: var(--rx-type-meta-size);
  font-weight: var(--rx-type-meta-weight);
  line-height: 1.2;
  letter-spacing: var(--rx-type-meta-track);
  text-transform: uppercase;
  transform: none;
  padding-right: 0.85rem;
  color: var(--rx-type-meta-color);
}

#services .tp-services-accordion .accordion-body p,
#services .tp-services-accordion .accordion-body ul li,
#package .rx-pricing-card-v2__desc,
#package .rx-package__focus-copy,
#faq .rx-faq__answer-inner {
  font-size: var(--rx-type-body-size);
  line-height: var(--rx-type-body-line);
}

.rx-page-content,
.rx-article,
.rx-service-page__content,
.rx-location-page__content {
  max-width: min(100%, 74ch);
  color: var(--rx-type-body-color);
  font-size: var(--rx-type-body-size);
  line-height: var(--rx-type-body-line);
}

.rx-page-content>*+*,
.rx-article>*+*,
.rx-service-page__content>*+*,
.rx-location-page__content>*+* {
  margin-top: clamp(0.85rem, 1.4vw, 1.3rem);
}

.rx-page-content :is(p, li, blockquote),
.rx-article :is(p, li, blockquote),
.rx-service-page__content :is(p, li, blockquote),
.rx-location-page__content :is(p, li, blockquote) {
  color: var(--rx-type-body-color);
}

.rx-page-content h2,
.rx-article h2,
.rx-service-page__content h2,
.rx-location-page__content h2 {
  font-size: var(--rx-type-content-h2-size);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.rx-page-content h3,
.rx-article h3,
.rx-service-page__content h3,
.rx-location-page__content h3 {
  font-size: var(--rx-type-content-h3-size);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.rx-page-content h4,
.rx-article h4,
.rx-service-page__content h4,
.rx-location-page__content h4 {
  font-size: var(--rx-type-content-h4-size);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.015em;
}

.rx-page-content h5,
.rx-article h5,
.rx-service-page__content h5,
.rx-location-page__content h5 {
  font-size: var(--rx-type-content-h5-size);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.005em;
}

.rx-page-content h6,
.rx-article h6,
.rx-service-page__content h6,
.rx-location-page__content h6 {
  font-size: var(--rx-type-content-h6-size);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: 0.01em;
}

.rx-page-content ul,
.rx-page-content ol,
.rx-article ul,
.rx-article ol,
.rx-service-page__content ul,
.rx-service-page__content ol,
.rx-location-page__content ul,
.rx-location-page__content ol {
  padding-left: 1.25rem;
}

.rx-page-content ul,
.rx-article ul,
.rx-service-page__content ul,
.rx-location-page__content ul {
  list-style: disc;
}

.rx-page-content ol,
.rx-article ol,
.rx-service-page__content ol,
.rx-location-page__content ol {
  list-style: decimal;
}

.rx-page-content li+li,
.rx-article li+li,
.rx-service-page__content li+li,
.rx-location-page__content li+li {
  margin-top: 0.35rem;
}

.rx-location-page__grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
  gap: clamp(0.85rem, 1.3vw, 1.2rem);
}

.rx-location-page__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border-radius: var(--rx-card-radius);
  padding: clamp(1rem, 1.6vw, 1.35rem);
}

.rx-location-page__card h2 {
  margin: 0;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  line-height: 1.2;
}

.rx-location-page__related,
.rx-location-page__content {
  margin-top: clamp(1.5rem, 2.4vw, 2.3rem);
}

@media (max-width: 767px) {
  :root {
    --rx-section-space-y: clamp(2.8rem, 9vw, 3.6rem);
  }

  .rx-section-subtitle {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }
}

/* -------------------------------------------------------
   Global Spacing Tighten (Minimal Rhythm)
   ------------------------------------------------------- */
:root {
  --rx-section-space-y: clamp(2.04rem, 3.53vw, 2.98rem);
}

.rx-vh-section {
  padding-top: var(--rx-section-space-y);
  padding-bottom: var(--rx-section-space-y);
}

@media (max-width: 47.9375rem) {
  :root {
    --rx-section-space-y: clamp(1.62rem, 5.03vw, 2.19rem);
  }
}

/* -------------------------------------------------------
   Dynamic In-Section Spacing Cleanup
   ------------------------------------------------------- */

@media (max-width: 47.9375rem) {
  :root {
    --rx-section-join-space: clamp(0.95rem, 3.4vw, 1.25rem);
    --rx-section-join-space-inner: clamp(0.85rem, 3vw, 1.1rem);
  }
}

/* Homepage section rhythm */
:root {
  --rx-home-section-space: clamp(2rem, 4.2vw, 3rem);
  --rx-home-section-space-tight: clamp(1rem, 2.3vw, 1.45rem);
  --rx-home-cluster-gap: clamp(0.7rem, 1.35vw, 1rem);
  --rx-home-cluster-gap-loose: clamp(0.95rem, 1.85vw, 1.35rem);
  --rx-home-section-divider: rgba(255, 255, 255, 0.05);
}

@media (max-width: 47.9375rem) {
  :root {
    --rx-home-section-space: clamp(1.55rem, 5.4vw, 2.05rem);
    --rx-home-section-space-tight: clamp(0.85rem, 3.5vw, 1.1rem);
    --rx-home-cluster-gap: clamp(0.55rem, 2.6vw, 0.78rem);
    --rx-home-cluster-gap-loose: clamp(0.72rem, 3.4vw, 0.95rem);
  }
}

#services.tp-services-area,
#showcase.rx-showcase,
#package.rx-diego-projects--pricing,
#testimonials.rx-testimonials,
#team.rx-team,
#faq.rx-faq,
#collaboration.rx-collaboration,
#contact.rx-cta,
#gallery.rx-home-instagram {
  padding-top: var(--rx-home-section-space) !important;
  padding-bottom: var(--rx-home-section-space) !important;
  position: relative;
  box-shadow: inset 0 1px 0 var(--rx-home-section-divider);
}

/* -------------------------------------------------------
   Responsive Harmonization (Hero + Cross-Section)
   ------------------------------------------------------- */
:root {
  --rx-tablet-content-max: 90vw;
  --rx-mobile-content-max: 96vw;
}

html,
body,
.rx-main {
  overflow-x: clip;
}

.rx-vh-section {
  overflow-x: clip;
}

@media (max-width: 61.9375rem) {
  :root {
    --rx-section-content-max: var(--rx-tablet-content-max);
    --rx-feature-section-max: var(--rx-tablet-content-max);
  }
}

@media (max-width: 47.9375rem) {
  :root {
    --rx-mobile-section-rail: 5vw;
    --rx-mobile-section-max: calc(100vw - (var(--rx-mobile-section-rail) * 2));
    --rx-section-content-max: 96.5%;
    --rx-feature-section-max: 96.5%;
  }

  .rx-title-mobile {
    display: inline;
  }

  .rx-title-desktop {
    display: none;
  }

  #services .container-large,
  #testimonials > .rx-container,
  #team > .rx-container,
  #faq > .rx-container,
  #collaboration > .rx-container,
  #contact .rx-container,
  #gallery .rx-container,
  footer .rx-container {
    width: min(100%, var(--rx-mobile-section-max));
    max-width: var(--rx-mobile-section-max);
    margin-inline: auto;
    padding-inline: 0;
  }
}

/* -------------------------------------------------------
   Mobile Section Fixes (Hero + Services)
   ------------------------------------------------------- */

@media (max-width: 47.9375rem) and (max-height: 46rem) {}
