/** Shopify CDN: Minification failed

Line 812:0 All "@import" rules must come first
Line 1278:0 All "@import" rules must come first

**/
/* Adobe Fonts - Import at the very top */
@import url("https://use.typekit.net/baw6plm.css");
@import url("https://use.typekit.net/khi3mpa.css");

@font-face {
font-family: 'Plain-2';
src: url('{{ 'Plan-Regular.woff' | asset_url }}');
font-style: normal;
}

@font-face {
  font-family: 'PlainReguler';
  src: url('/cdn/shop/files/Plain-Regular.woff?v=1768453997') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlainReguler';
  src: url('/cdn/shop/files/Plain-Bold.woff?v=1768454209') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#shopify-section-template--22958632402980__custom_hero_KFQiqp .content-item p {
  font-family: 'PlainReguler' !important;
}

#shopify-section-template--22958632402980__custom_hero_KFQiqp .content-item p strong {
  font-family: 'PlainReguler' !important;
}



/* Apply Adobe font to signup elements */
.signup-heading{
  font-family: "Obviously", sans-serif;
  font-weight: 500;              /* closest standard weight to 480 */
  font-style: normal;            /* CSS supports normal / italic / oblique */
  font-size: 48px;
  line-height: 44px;
  letter-spacing: 0;             /* 0% → 0 */
  text-align: center;
  text-transform: uppercase;
}
.signup-text-block,
.signup-form .field__input,
.signup-form .field__label,
.signup-form .button {
  font-family: "plain", sans-serif;
}

.signup-form .field__input {
  font-weight:400 !important;
}


/* Ensure font weights are respected */
.signup-heading[style*="font-weight: 300"],
.signup-heading[style*="font-weight: 400"] {
  font-weight: 300 !important; /* Light */
}

.signup-heading[style*="font-weight: 500"] {
  font-weight: 500 !important; /* Medium */
}

.signup-heading[style*="font-weight: 600"] {
  font-weight: 500 !important;
  text-stroke: 0.3px currentColor;
  -webkit-text-stroke: 0.3px currentColor;
}

.signup-heading[style*="font-weight: 700"] {
  font-weight: 700 !important; /* Bold */
}

.signup-heading[style*="font-weight: 900"] {
  font-weight: 700 !important; /* Use Bold */
}


.signup-heading {
  font-weight:900 !important;
}

/* Signup section - height matches image */
.signup-full-height {
  position: relative;
  background-color: #FF82D4;
}

.signup-full-height__background {
  position: relative;
  width: 100%;
  z-index: 0;
}

.signup-full-height__background img {
  width: 100%;
  height: auto;
  display: block;
}

.signup-full-height__content {
  position: absolute;
  top: 50%;
  right: 17%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 500px;
  padding: 2rem;
  width: 40%;
}

.signup-heading {
  margin: 0;
  margin-top: 0 !important;
  padding: 0 !important;
  line-height: 1.1 !important;
}

.signup-text-block {
  margin: 0;
}

.signup-form-wrapper {
  margin-top: 2rem;
}

.signup-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.signup-form .field {
  margin-bottom: 0;
  max-width: 400px; /* Reduced width - adjust to 300px, 350px, or other value as needed */
}

.signup-form__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Remove ALL button borders and pseudo-elements */
.signup-form__buttons .button {
  /* flex: 0 0 auto;
  min-width: auto;
  width: auto;
  border-radius: 10px;
  padding: 1.2rem 2.5rem;
  border: none !important;
  outline: none !important;
  box-shadow: none !important; */
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 39px;
    max-width: 83px;
    max-height: 39px;
    min-height: auto !important;
    min-width: auto !important;
    padding: 0.9rem 1.5rem 1.3rem;
    border-radius: 0.5rem;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Obviously-narrow', sans-serif;
    font-weight: 480;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0.02em;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}



.signup-form__buttons .button::before,
.signup-form__buttons .button::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

.signup-form__buttons .button:focus,
.signup-form__buttons .button:hover,
.signup-form__buttons .button:active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.signup-form__buttons .button:focus::after,
.signup-form__buttons .button:hover::after,
.signup-form__buttons .button:active::after {
  display: none !important;
  box-shadow: none !important;
  border: none !important;
}

.signup-form__buttons .button--secondary {
  border-radius: 10px;
}

.signup-form__buttons .button--secondary::before,
.signup-form__buttons .button--secondary::after {
  display: none !important;
  content: none !important;
  box-shadow: none !important;
  border: none !important;
}

.signup-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;
}

/* Rounded text field */
.signup-form .field__input {
  border-radius: 10px !important;
  border: 1px solid #cccccc !important;
}

.signup-form .field__input::placeholder {
  font-weight:300 !important;
}

.signup-form .field__input {
  border-radius: 5px !important;
}

.signup-form .field:before {
  border-radius: 10px !important;
}

/* .signup-form  .field__input {
  height:48px !important;
} */

.signup-form .field:after {
  border-radius: calc(10px - var(--inputs-border-width)) !important;
}

/* Gray placeholder text */
.signup-form .field__input::placeholder {
  color: #999999;
  opacity: 1;
}

.signup-form .field__label {
  color: #999999 !important;
  font-weight:400 !important;
  font-family: 'PlainReguler' !important;
  letter-spacing:0 !important;
}

/* Remove brown/colored border and focus states from email field */
.signup-form .field__input:focus,
.signup-form .field__input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #cccccc !important;
}

.signup-form .field:hover:after,
.signup-form .field__input:hover {
  box-shadow: none !important;
}

.signup-form .field:after {
  box-shadow: none !important;
  border: none !important;
}

.signup-form .field__input:focus ~ .field__label,
.signup-form .field__input:not(:placeholder-shown) ~ .field__label {
  color: #999999 !important;
}

/* Remove any outline or border on all states */
.signup-form .field,
.signup-form .field:before,
.signup-form .field:after {
  border: none !important;
}

.signup-form .field:focus-visible,
.signup-form .field:focus {
  box-shadow: none !important;
  outline: none !important;
}

/* Desktop/Tablet - Show desktop image, hide mobile */
.signup-bg-desktop {
  display: block;
}

.signup-bg-mobile {
  display: none !important;
}

/* ===========================
   RESPONSIVE BREAKPOINTS
   ========================== */

/* Large Desktop (1200px - 1399px) */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .signup-full-height__content {
    right: 15%;
    width: 38%;
    max-width: 480px;
  }
  
  /* .signup-heading {
    font-size: 34px !important;
  } */
  
  /* .signup-text-block {
    font-size: 15px !important;
  } */
}

/* Medium Desktop (990px - 1199px) */
@media screen and (min-width: 990px) and (max-width: 1199px) {
  .signup-full-height__content {
    right: 12%;
    width: 42%;
    max-width: 460px;
  }
  
  /* .signup-heading {
    font-size: 32px !important;
  } */
  
  /* .signup-text-block {
    font-size: 14px !important;
  } */
  
  .signup-form .field {
    max-width: 380px;
  }
  
  .signup-form .field__input {
    font-size: 14px !important;
    padding: 1.3rem !important;
  }
  
  /* .signup-form__buttons .button {
    padding: 1.1rem 2.3rem !important;
    font-size: 14px !important;
  } */
  
  .signup-form {
    gap: 1.4rem !important;
  }
}

/* Tablet Large (750px - 989px) - Your existing tablet breakpoint */
@media screen and (max-width: 989px) {
  .signup-full-height__content {
    right: 0;
    width: 100%;
    /* transform: unset !important; */
  }
}

/* Tablet Medium (850px - 989px) - Fine-tuning */
@media screen and (min-width: 850px) and (max-width: 989px) {
  .signup-full-height__content {
    right: 6%;
    width: 48%;
    max-width: 450px;
  }
  
  /* .signup-heading {
    font-size: 30px !important;
  } */
  
  /* .signup-text-block {
    font-size: 14px !important;
  } */
  
  .signup-form .field {
    max-width: 100%;
  }
  
  .signup-form .field__input {
    font-size: 14px !important;
    padding: 1.2rem !important;
  }
  
  /* .signup-form__buttons .button {
    padding: 1.1rem 2.2rem !important;
    font-size: 14px !important;
  } */
  
  .signup-form {
    gap: 1.3rem !important;
  }
  
  .signup-form-wrapper {
    margin-top: 1.8rem !important;
  }
}

/* Tablet Small (750px - 849px) */
@media screen and (min-width: 750px) and (max-width: 849px) {
  .signup-full-height__content {
    right: 4%;
    width: 52%;
    max-width: 420px;
    padding: 1.8rem;
  }
  
  /* .signup-heading {
    font-size: 28px !important;
  } */
  
  .signup-text-block {
    /* font-size: 13px !important; */
    margin-bottom: 10px !important;
  }
  
  .signup-form .field {
    max-width: 100%;
  }
  
  .signup-form .field__input {
    font-size: 13px !important;
    padding: 1.1rem !important;
  }
  
  /* .signup-form__buttons .button {
    padding: 1rem 2rem !important;
    font-size: 13px !important;
  }
   */
  .signup-form {
    gap: 1.2rem !important;
  }
  
  .signup-form-wrapper {
    margin-top: 1.6rem !important;
  }
}

/* Mobile Large (600px - 749px) */
@media screen and (min-width: 600px) and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .signup-bg-desktop {
    display: none !important;
  }
  
  .signup-bg-mobile {
    display: block !important;
  }
  
  .signup-full-height__content {
    position: relative !important;
    transform: none !important;
    padding: 1.6rem !important;
    z-index: 2;
    left: 0;
    width: 100% !important;
    max-width: none !important;
    padding: 1.6rem !important;
    z-index: 2;
  }
  
  /* .signup-heading {
    font-size: 24px !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
  } */
  
  .signup-heading br {
    display: none !important;
  }
  
  /* .signup-text-block {
    font-size: 13px !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
  } */
  
  .signup-text-block br {
    display: none !important;
  }
  
  .signup-form {
    gap: 1.1rem !important;
  }
  
  .signup-form .field {
    width: 100%;
    max-width: 100%;
  }
  
  .signup-form .field__input {
    font-size: 13px !important;
    padding: 1.1rem !important;
  }
  
  .signup-form__buttons {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  
  /* .signup-form__buttons .button {
    width: 100% !important;
    font-size: 13px !important;
    padding: 1.1rem !important;
  } */
  
  .signup-form-wrapper {
    margin-top: 1.3rem !important;
  }
}

/* Mobile Medium (480px - 599px) */
@media screen and (min-width: 480px) and (max-width: 599px) {
  /* Hide desktop image, show mobile image */
  .signup-bg-desktop {
    display: none !important;
  }
  
  .signup-bg-mobile {
    display: block !important;
  }
  
  .signup-full-height__content {
    position: relative !important;
    max-width: none !important;
    padding: 1.5rem !important;
    z-index: 2;
  }
  
  /* .signup-heading {
    font-size: 22px !important;
    margin-bottom: 11px !important;
    line-height: 1.25 !important;
  } */
  
  .signup-heading br {
    display: none !important;
  }
  
  /* .signup-text-block {
    font-size: 12.5px !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
  } */
  
  .signup-text-block br {
    display: none !important;
  }
  
  .signup-form {
    gap: 1rem !important;
  }
  
  .signup-form .field {
    width: 100%;
    max-width: 100%;
  }
  
  .signup-form .field__input {
    font-size: 13px !important;
    padding: 1.05rem !important;
  }
  
  .signup-form__buttons {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  
  /* .signup-form__buttons .button {
    width: 100% !important;
    font-size: 13px !important;
    padding: 1.05rem !important;
  } */
  
  .signup-form-wrapper {
    margin-top: 1.25rem !important;
  }
}

/* Mobile Small (375px - 479px) */
@media screen and (min-width: 375px) and (max-width: 479px) {
  /* Hide desktop image, show mobile image */
  .signup-bg-desktop {
    display: none !important;
  }
  
  .signup-bg-mobile {
    display: block !important;
  }
  
  .signup-full-height__content {
    position: unset !important;
    top: 30% !important;
    left: 50% !important;
    right: auto !important;
    transform: unset !important;
    width: 100% !important;
    max-width: none !important;
    padding: 1.5rem !important;
    z-index: 2;
  }
  
  /* .signup-heading {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
  } */
  
  .signup-heading br {
    display: none !important;
  }
  
  /* .signup-text-block {
    font-size: 12px !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
  } */

  .signup-text-block {
    line-height:22px !important;
  }
  
  .signup-text-block br {
    display: none !important;
  }
  
  .signup-form {
    gap: 1rem !important;
  }
  
  .signup-form .field {
    width: 100%;
    max-width: 100%;
  }
  
  .signup-form .field__input {
    font-size: 13px !important;
    padding: 1rem !important;
  }
  
  .signup-form__buttons {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  
  /* .signup-form__buttons .button {
    width: 100% !important;
    font-size: 13px !important;
    padding: 1rem !important;
  } */
  
  .signup-form-wrapper {
    margin-top: 1.2rem !important;
  }
}

/* Mobile Extra Small (320px - 374px) */
@media screen and (max-width: 374px) {
  /* Hide desktop image, show mobile image */
  .signup-bg-desktop {
    display: none !important;
  }
  
  .signup-bg-mobile {
    display: block !important;
  }
  
  .signup-full-height__content {
    position: unset !important;
    top: 30% !important;
    left: 50% !important;
    right: auto !important;
    transform: unset !important;
    width: 100% !important;
    max-width: none !important;
    padding: 1.2rem !important;
    z-index: 2;
  }
  
  /* .signup-heading {
    font-size: 18px !important;
    margin-bottom: 9px !important;
    line-height: 1.3 !important;
  } */
  
  .signup-heading br {
    display: none !important;
  }
  
  /* .signup-text-block {
    font-size: 11px !important;
    margin-bottom: 10px !important;
    line-height: 1.4 !important;
  } */
  
  .signup-text-block br {
    display: none !important;
  }
  
  .signup-form {
    gap: 0.9rem !important;
  }
  
  .signup-form .field {
    width: 100%;
    max-width: 100%;
  }
  
  .signup-form .field__input {
    font-size: 12px !important;
    padding: 0.95rem !important;
  }
  
  .signup-form__buttons {
    flex-direction: column !important;
    gap: 0.9rem !important;
  }
  
  /* .signup-form__buttons .button {
    width: 100% !important;
    font-size: 12px !important;
    padding: 0.95rem !important;
  } */
  
  .signup-form-wrapper {
    margin-top: 1.1rem !important;
  }
}

/* Mobile screens (749px and below) - Your original mobile breakpoint preserved */
@media screen and (max-width: 749px) {
  /* Hide desktop image, show mobile image */
  .signup-bg-desktop {
    display: none !important;
  }
  
  .signup-bg-mobile {
    display: block !important;
  }
  
  /* Hide line breaks on mobile */
  .signup-heading br,
  .signup-text-block br {
    display: none;
  }
  
  .signup-full-height {
    position: relative;
    padding: 0;
    overflow: visible;
  }
  
  .signup-full-height__background {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  
  .signup-full-height__background img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  .signup-form .field,
  .signup-form .field__input,
  .signup-form__buttons .button {
    width: 100%;
    box-sizing: border-box;
  }
  
  .signup-form .field {
    max-width: 100%;
  }
  
  .signup-form__buttons .button {
    min-width: auto !important;
  }
}


/* 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-custom__content {
    width: 85% !important;
    padding: 1.8rem !important;
  }
  
  .footer-custom__link {
    font-size: 14px !important;
    margin-bottom: 0.85rem;
  }
  
  .footer-custom__text {
    font-size: 12px !important;
    line-height: 1.5;
  }
}

/* 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: "Obviously", 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;
  }
}
#NewsletterForm-email::-webkit-input-placeholder {
  color: #A2A2A2
}

#NewsletterForm-email:-ms-input-placeholder {
  color: #A2A2A2
}

#NewsletterForm-email:-moz-placeholder {
  color: #A2A2A2
}

#NewsletterForm-email::-moz-placeholder {
  color: #A2A2A2
}

.signup-text-block {
font-family: "Agrandir", sans-serif !important;
}


@media screen and (max-width: 768px) {
  .mob-img-bottom {
    display:block !important;
    max-width:100%;
    width:100%;
  }

  .signup-full-height__content {
    padding:0 !important;
    padding-top:40px !important;
    transform: unset !important;
    position:unset !important;
    width: 100%;
    max-width: 550px;
        margin: 0 auto;
  }
  .signup-heading {
    margin-bottom:20px !important;
  }

  .signup-form-wrapper,
  .signup-heading,
  .signup-text-block
   {
    padding:0 40px;
  }
  

      .signup-form {
        gap: 20px !important;
    }

    .signup-text-block {
      line-height:25px !important;
      text-align:center !important;
    }

    .signup-heading {
      text-align:center !important;
    }

    .signup-form__buttons {
      margin:0 auto;
    }


.signup-full-height__background img {
  display:none !important;
}

.custom-hero {
  padding:0 !important;
} 

}

