/** Shopify CDN: Minification failed

Line 754:0 All "@import" rules must come first

**/
/* Adobe Fonts - Import at the very top */
@import url("https://use.typekit.net/baw6plm.css");

/* Apply Adobe font to hero elements with proper weight mapping */
.hero-heading,
.hero-text-block {
  font-family: "plain", sans-serif;
}

/* Ensure font weights are respected */
.hero-heading[style*="font-weight: 300"],
.hero-heading[style*="font-weight: 400"] {
  font-weight: 300 !important; /* Light and Light Italic */
}

.hero-heading[style*="font-weight: 500"],
.hero-heading[style*="font-weight: 600"] {
  font-weight: 500 !important; /* Medium and Medium Italic */
}

.hero-heading[style*="font-weight: 600"] {
  font-weight: 500 !important;
  text-stroke: 2px currentColor;
  -webkit-text-stroke: 2px currentColor;
}

.hero-heading[style*="font-weight: 700"] {
  font-weight: 700 !important; /* Bold and Bold Italic */
}

.hero-heading[style*="font-weight: 900"] {
  font-weight: 700 !important; /* Use Bold since Black might not be available */
}

/* Full-height hero that covers header */
.hero-full-height {
  position: relative;
  margin-top: calc(-1 * var(--header-height));
  background-color:rgb(252, 194, 47);
}

.hero-full-height__background {
  position: relative;
  width: 100%;
  z-index: 0;
}

.hero-full-height__background img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-full-height__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 920px;
  padding: 1rem;
  width: 100%;
  margin-top: calc(var(--header-height) / 2);
}

.hero-heading {
  margin: 0;
  padding: 0 !important;
  line-height: 1.1 !important;
  font-family: "obviously", sans-serif;}

.hero-text-block {
  margin: 0;
  font-family: "plain", sans-serif;}

.hero-button-wrapper {
  margin: 0;
}

.hero-full-height__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}

/* Make header transparent over hero */
body.has-full-hero .header-wrapper {
  position: absolute;
  width: 100%;
  background-color: transparent;
  border-bottom: none;
  z-index: 10;
}

body.has-full-hero .header {
  color: white;
}

body.has-full-hero .header__icon,
body.has-full-hero .header__menu-item {
  color: white;
}

body.has-full-hero .header__icon:hover,
body.has-full-hero .header__menu-item:hover {
  color: rgba(255, 255, 255, 0.8);
}

body.has-full-hero .shopify-section-header-sticky.scrolled-past-header .header-wrapper {
  background-color: rgba(var(--color-background), 0.95);
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  transition: background-color 0.3s ease;
}

body.has-full-hero .shopify-section-header-sticky.scrolled-past-header .header,
body.has-full-hero .shopify-section-header-sticky.scrolled-past-header .header__icon,
body.has-full-hero .shopify-section-header-sticky.scrolled-past-header .header__menu-item {
  color: rgb(var(--color-foreground));
}

/* Desktop/Tablet - Show desktop image, hide mobile */
.hero-bg-desktop {
  display: block;
}

.hero-bg-mobile {
  display: none !important;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
   ========================== */

/* Large Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-full-height__content {
    max-width: 880px;
    width: 95%;
    padding: 1.8rem;
  }
  
  .hero-heading {
    font-size: 46px !important;
  }
  
  .hero-text-block {
    font-size: 17px !important;
  }
  
  .hero-button-wrapper .button {
      font-family: 'Obviously', sans-serif;
        text-transform: uppercase;
    font-size: 15px !important;
    padding: 1.2rem 2.8rem !important;
  }
}

/* Medium Desktop (990px - 1199px) */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .hero-full-height__content {
    max-width: 840px;
    width: 92%;
    padding: 1.5rem;
  }
  
  .hero-heading {
    font-size: 38px !important;
  }
  
  .hero-text-block {
    font-size: 15px !important;
  }
  
  .hero-button-wrapper .button {
    font-size: 14px !important;
    padding: 1rem 2.4rem !important;
  }
}

/* Tablet Large (750px - 989px) - Your existing tablet breakpoint */
@media screen and (max-width: 989px) {
  .hero-full-height__content {
    width: 85%;
    padding: 1.8rem;
  }
}

/* Tablet Medium (850px - 989px) - Fine-tuning */
@media screen and (min-width: 850px) and (max-width: 989px) {
  .hero-full-height__content {
    max-width: 800px;
    width: 88%;
    padding: 1.8rem;
  }
  
  .hero-heading {
    font-size: 38px !important;
  }
  
  .hero-text-block {
    font-size: 15px !important;
  }
  
  .hero-button-wrapper .button {
    font-size: 14px !important;
    padding: 1.1rem 2.4rem !important;
  }
}

/* Tablet Small (750px - 849px) */
@media screen and (min-width: 750px) and (max-width: 849px) {
  .hero-full-height__content {
    max-width: 720px;
    width: 85%;
    padding: 1.6rem;
  }
  
  .hero-heading {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }
  
  .hero-text-block {
    font-size: 14px !important;
    margin-bottom: 12px !important;
  }
  
  .hero-button-wrapper {
    margin-top: 14px !important;
  }
  
  .hero-button-wrapper .button {
    font-size: 14px !important;
    padding: 1rem 2.2rem !important;
  }
}

/* Tablet Extra Small (650px - 749px) - Added squeeze between tablet and mobile */
@media screen and (min-width: 650px) and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .hero-bg-desktop {
    display: none !important;
  }
  
  .hero-bg-mobile {
    display: block !important;
  }
  
  .hero-full-height {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: visible;
    margin-top: 0;
  }
  
  .hero-full-height__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .hero-full-height__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  .hero-full-height__content {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 84% !important;
    max-width: none !important;
    padding: 1.8rem 1.5rem !important;
    z-index: 2;
    margin: 0 !important;
  }
  
  .hero-heading {
    font-size: 28px !important;
    margin: 0 !important;
    line-height: 1.18 !important;
  }
  
  .hero-heading br {
    display: none !important;
  }
  
  .hero-text-block {
    font-size: 13.5px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
  }
  
  .hero-text-block br {
    display: none !important;
  }
  
  .hero-button-wrapper {
    margin-top: 14px !important;
  }
  
  /* Hero Button Styling - Black with Rounded Corners */
  .hero-button-wrapper .button {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 10px !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0.5rem;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  /* Remove all pseudo-elements that add borders */
  .hero-button-wrapper .button::before,
  .hero-button-wrapper .button::after {
    display: none !important;
    content: none !important;
    box-shadow: none !important;
    border: none !important;
  }

  /* Simple hover effect - no color change */
  .hero-button-wrapper .button:hover {
    opacity: 0.85 !important;
    transform: translateY(-2px);
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
  }

  .hero-button-wrapper .button:focus,
  .hero-button-wrapper .button:active {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  .hero-button-wrapper .button:hover::after,
  .hero-button-wrapper .button:focus::after,
  .hero-button-wrapper .button:active::after {
    display: none !important;
    box-shadow: none !important;
  }
}

/* Mobile Large (600px - 749px) */
@media screen and (min-width: 600px) and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .hero-bg-desktop {
    display: none !important;
  }
  
  .hero-bg-mobile {
    display: block !important;
  }
  
  .hero-full-height {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: visible;
    margin-top: 0;
  }
  
  .hero-full-height__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .hero-full-height__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  .hero-full-height__content {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 82% !important;
    max-width: none !important;
    padding: 1.8rem 1.5rem !important;
    z-index: 2;
    margin: 0 !important;
  }
  
  .hero-heading {
    font-size: 24px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
  
  .hero-heading br {
    display: none !important;
  }
  
  .hero-text-block {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
  }
  
  .hero-text-block br {
    display: none !important;
  }
  
  .hero-button-wrapper {
    margin-top: 12px !important;
    text-align: center !important; /* Keep center alignment */
  }
  
  .hero-button-wrapper .button {
    width: auto !important;
    max-width: fit-content !important;
    min-width: auto !important;
    font-size: 13px !important;
    padding: 0.9rem 2rem !important;
    box-sizing: border-box !important;
    background-color: #000000 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    border: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    white-space: nowrap !important;
  }
  
  .hero-button-wrapper .button::before,
  .hero-button-wrapper .button::after {
    display: none !important;
    content: none !important;
  }
  
  .hero-button-wrapper .button:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    opacity: 0.85 !important;
  }
}

/* Mobile Medium (480px - 599px) */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /* Hide desktop image, show mobile image */
  .hero-bg-desktop {
    display: none !important;
  }
  
  .hero-bg-mobile {
    display: block !important;
  }
  
  .hero-full-height {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: visible;
    margin-top: 0;
  }
  
  .hero-full-height__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .hero-full-height__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  .hero-full-height__content {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 81% !important;
    max-width: none !important;
    padding: 1.7rem 1.5rem !important;
    z-index: 2;
    margin: 0 !important;
  }
  
  .hero-heading {
    font-size: 21px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
  
  .hero-heading br {
    display: none !important;
  }
  
  .hero-text-block {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 11px !important;
  }
  
  .hero-text-block br {
    display: none !important;
  }
  
  .hero-button-wrapper {
    margin-top: 13px !important;
  }
  
  .hero-button-wrapper .button {
    width: 100% !important;
    font-size: 13px !important;
    padding: 1rem !important;
    box-sizing: border-box;
  }
}

/* Mobile Small (375px - 479px) */
@media screen and (min-width: 375px) and (max-width: 479px) {
  /* Hide desktop image, show mobile image */
  .hero-bg-desktop {
    display: none !important;
  }
  
  .hero-bg-mobile {
    display: block !important;
  }
  
  .hero-full-height {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: visible;
    margin-top: 0;
  }
  
  .hero-full-height__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .hero-full-height__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  .hero-full-height__content {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80% !important;
    max-width: none !important;
    padding: 2rem 1.5rem !important;
    z-index: 2;
    margin: 0 !important;
  }
  
  .hero-heading {
    font-size: 18px !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
  
  .hero-heading br {
    display: none !important;
  }
  
  .hero-text-block {
    font-size: 11px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }
  
  .hero-text-block br {
    display: none !important;
  }
  
  .hero-button-wrapper {
    margin-top: 12px !important;
  }
  
  .hero-button-wrapper .button {
    width: 100% !important;
    font-size: 13px !important;
    padding: 0.9rem !important;
    box-sizing: border-box;
  }
}

/* Mobile Extra Small (320px - 374px) */
@media screen and (max-width: 374px) {
  /* Hide desktop image, show mobile image */
  .hero-bg-desktop {
    display: none !important;
  }
  
  .hero-bg-mobile {
    display: block !important;
  }
  
  .hero-full-height {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: visible;
    margin-top: 0;
  }
  
  .hero-full-height__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .hero-full-height__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  .hero-full-height__content {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 85% !important;
    max-width: none !important;
    padding: 1.5rem 1.2rem !important;
    z-index: 2;
    margin: 0 !important;
  }
  
  .hero-heading {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 1.25 !important;
  }
  
  .hero-heading br {
    display: none !important;
  }
  
  .hero-text-block {
    font-size: 10px !important;
    line-height: 1.4 !important;
    margin-bottom: 9px !important;
  }
  
  .hero-text-block br {
    display: none !important;
  }
  
  .hero-button-wrapper {
    margin-top: 11px !important;
  }
  
  .hero-button-wrapper .button {
    width: 100% !important;
    font-size: 12px !important;
    padding: 0.85rem !important;
    box-sizing: border-box;
  }
}

/* Mobile screens (749px and below) - Your original mobile breakpoint preserved */
@media screen and (max-width: 749px) {
  /* Remove text-stroke on mobile screens only */
  .hero-heading[style*="font-weight: 600"] {
    text-stroke: 0.5px !important;
    -webkit-text-stroke: 0.5 !important;
    letter-spacing: 2px !important;
  }
  
  /* Hide desktop image, show mobile image */
  .hero-bg-desktop {
    display: none !important;
  }
  
  .hero-bg-mobile {
    display: block !important;
  }
  
  .hero-full-height {
    position: relative;
    min-height: auto;
    padding: 0;
    overflow: visible;
    margin-top: 0;
  }
  
  .hero-full-height__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .hero-full-height__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  /* Hide line breaks on mobile */
  .hero-heading br,
  .hero-text-block br {
    display: none;
  }
  
  .hero-heading,
  .hero-text-block {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  .hero-button-wrapper .button {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Footer CSS below - unchanged */
/* Adobe Fonts - Import at the very top */
@import url("https://use.typekit.net/baw6plm.css");

/* Apply Adobe font to footer elements */
.footer-custom__link,
.footer-custom__text {
  font-family: "plain", sans-serif;
}

/* Footer section */
.footer-custom {
  position: relative;
  background-color: #f5f5f5;
  margin-top: 0 !important;
  clear: both;
}

.footer-custom__background {
  position: relative;
  width: 100%;
  z-index: 0;
  display: block;
}

.footer-custom__background img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.footer-custom__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
}

.footer-custom__link {
  display: block;
  margin-bottom: 1rem;
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
  transition: opacity 0.3s ease;
  font-weight: 500;
}

.footer-custom__link:hover {
  opacity: 0.7;
}

.footer-custom__text {
  color: #000000;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  margin-bottom: 0.3rem;
  font-weight: 400;
}

.footer-custom__text:last-child {
  margin-bottom: 0;
}

.footer-custom__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  pointer-events: none;
}

/* Desktop/Tablet - Show desktop image, hide mobile */
.footer-bg-desktop {
  display: block;
}

.footer-bg-mobile {
  display: none !important;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
   ========================== */

/* Large Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-custom__content {
    padding: 1.9rem;
    width: 95%;
  }
  
  .footer-custom__link {
    font-size: 16px;
    margin-bottom: 0.95rem;
  }
  
  .footer-custom__text {
    font-size: 14px;
  }
}

/* Medium Desktop (990px - 1199px) */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .footer-custom__content {
    padding: 1.7rem;
    width: 92%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.55;
  }
}

/* Tablet Large (750px - 989px) - Your existing tablet breakpoint */
@media screen and (max-width: 989px) {
  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }

  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }

  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Medium (850px - 989px) - Fine-tuning */
@media screen and (min-width: 850px) and (max-width: 989px) {
  .footer-custom__content {
    padding: 1.6rem;
    width: 88%;
  }
  
  .footer-custom__link {
    font-size: 15px !important;
    margin-bottom: 0.9rem;
  }
  
  .footer-custom__text {
    font-size: 13px !important;
    line-height: 1.5;
  }
}

/* Tablet Small (750px - 849px) */
@media screen and (min-width: 750px) and (max-width: 849px) {
  .footer-custom__content {
    padding: 1.5rem;
    width: 90%;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.85rem;
  }
  
  .footer-custom__text {
    font-size: 12.5px !important;
    line-height: 1.5;
  }
}

/* Mobile Large (600px - 749px) */
@media screen and (min-width: 600px) and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88% !important;
    padding: 1.5rem 1.2rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13.5px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11.5px !important;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}

/* Mobile Medium (480px - 599px) */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
    padding: 1.3rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 13px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 11px !important;
    line-height: 1.5;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Small (375px - 479px) */
@media screen and (min-width: 375px) and (max-width: 479px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92% !important;
    padding: 1.2rem 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 12px !important;
    margin-bottom: 0.75rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 10px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.2rem;
  }
}

/* Mobile Extra Small (320px - 374px) */
@media screen and (max-width: 374px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95% !important;
    padding: 1rem !important;
    z-index: 2;
  }

  .footer-custom__link {
    font-size: 11px !important;
    margin-bottom: 0.7rem;
    word-wrap: break-word;
    line-height: 1.4;
  }

  .footer-custom__text {
    font-size: 9px !important;
    line-height: 1.5;
    word-wrap: break-word;
    margin-bottom: 0.18rem;
  }
}

/* Mobile screens (749px and below) - Your original mobile breakpoint preserved */
@media screen and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }

  .footer-custom {
    position: relative;
    display: block;
    isolation: isolate;
    margin-top: 0 !important;
  }

  .footer-custom__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }

  .footer-custom__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

  .footer-custom__link,
  .footer-custom__text {
    word-wrap: break-word;
  }
}

/* ===========================
   ORIENTATION ADJUSTMENTS
   ========================== */

/* Tablet Portrait (768px - 1024px in portrait) */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }
  
  .footer-custom {
    position: relative !important;
    display: block !important;
    isolation: isolate !important;
  }
  
  .footer-custom__content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 82% !important;
    padding: 1.6rem !important;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
  
  .footer-custom__text {
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 0.25rem;
  }
}

/* Mobile Landscape (ALL widths up to 915px in landscape) */
@media screen and (max-width: 915px) and (max-height: 430px) and (orientation: landscape) {
  .footer-bg-desktop {
    display: none !important;
  }
  
  .footer-bg-mobile {
    display: block !important;
  }
  
  .footer-custom {
    position: relative !important;
    display: block !important;
    isolation: isolate !important;
  }
  
  .footer-custom__background {
    position: relative !important;
    width: 100% !important;
    z-index: 0 !important;
  }
  
  .footer-custom__content {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 70% !important;
    padding: 0.8rem !important;
  }
  
  .footer-custom__link {
    font-size: 11px !important;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }
  
  .footer-custom__text {
    font-size: 9px !important;
    line-height: 1.4;
    margin-bottom: 0.12rem;
  }
}