/* Minification failed. Returning unminified contents.
(157,37): run-time error CSS1019: Unexpected token, found ' '
(157,37): run-time error CSS1019: Unexpected token, found ' '
(157,37): run-time error CSS1042: Expected function, found ' '
(157,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(170,35): run-time error CSS1019: Unexpected token, found ' '
(170,35): run-time error CSS1019: Unexpected token, found ' '
(170,35): run-time error CSS1042: Expected function, found ' '
(170,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(264,37): run-time error CSS1019: Unexpected token, found ' '
(264,37): run-time error CSS1019: Unexpected token, found ' '
(264,37): run-time error CSS1042: Expected function, found ' '
(264,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(277,37): run-time error CSS1019: Unexpected token, found ' '
(277,37): run-time error CSS1019: Unexpected token, found ' '
(277,37): run-time error CSS1042: Expected function, found ' '
(277,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(2734,37): run-time error CSS1019: Unexpected token, found ' '
(2734,37): run-time error CSS1019: Unexpected token, found ' '
(2734,37): run-time error CSS1042: Expected function, found ' '
(2734,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
h1, h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.btn, .btn-hollow {
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  background-color: white;
  color: #746E6E;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  min-height: 42px;
  box-shadow: rgba(57, 70, 78, 0.05) 0px 0px 1px 0px, rgba(57, 70, 78, 0.1) 15px 10px 35px 10px !important;
}

.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #101010;
  background-color: #000000;
}

.secondary-btn {
  color: #000000;
  background-color: #101010;
}

.third-btn {
  color: #000000;
  background-color: #000;
}

.fouth-btn {
  color: #000000;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #101010;
  background-color: #fff;
}

.warning-btn {
  color: #101010;
  background-color: #D69E2E;
}

.success-btn {
  color: #101010;
  background-color: #38A169;
}

.info-btn {
  color: #101010;
  background-color: #5A67D8;
}

.danger-btn {
  color: #101010;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

body {
  transition: padding 0.3s ease;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem);
  background-color: #000000;
  color: white;
  scroll-behavior: smooth;
  line-height: 1.8;
}

body.menu-open {
  overflow: hidden !important;
}

h1, h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.37rem + 2.8vw, 3.75rem);
  margin-bottom: 1rem;
}

.shopify-buy-modal-is-active {
  overflow: visible !important;
}

/* ==========================================================================
   SHOPIFY MODAL OVERRIDES
   ========================================================================== */
.shopify-buy__modal-overlay {
  background: rgba(0, 0, 0, 0.1) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.shopify-buy__modal {
  background: transparent !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
@media (min-width: 768px) {
  .shopify-buy__modal {
    max-width: 900px !important;
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .shopify-buy__modal {
    max-width: 1100px !important;
  }
}

.shopify-buy__modal-close {
  background: transparent !important;
  color: white !important;
  padding: 1.5rem !important;
  top: 1rem !important;
  right: 1rem !important;
  transition: transform 0.3s ease !important;
  z-index: 99 !important;
}
.shopify-buy__modal-close:hover {
  transform: rotate(90deg) !important;
}
.shopify-buy__modal-close svg {
  fill: white !important;
  width: 24px !important;
  height: 24px !important;
}

@media (min-width: 900px) {
  .shopify-buy__layout-horizontal:not(.no-image) {
    max-height: 650px !important;
  }
}
.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

.shopify-buy__product__variant-img {
  max-width: 300px !important;
  width: 100% !important;
  height: auto !important;
}

#no-results-message {
  padding: 100px 50px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  margin: 4rem auto;
  max-width: 1000px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
#no-results-message a {
  color: white !important;
  text-decoration: underline !important;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8rem + 2vw, 1.625rem);
}

h4 {
  line-height: 1.8;
}

strong {
  font-weight: bold;
}

a {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem);
  text-decoration: none;
  color: white;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.breadcrumb-item a {
  color: inherit !important;
}

p {
  line-height: 1.8;
}
p a {
  font-weight: 700;
  color: #101010;
}

.menu-hide {
  top: 0 !important;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}

.menu-bg {
  background-color: rgba(0, 0, 0, 0.85) !important;
  transition: all 0.3s ease;
}
.menu-bg .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.85) !important;
}

.menu-btn {
  display: block;
}

.ham-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23px;
  width: 35px;
  transition: all 0.3s ease;
}
.ham-container .ham {
  width: 30px;
  height: 3px;
  background-color: white;
  transition: all 0.3s ease;
}
.ham-container .ham:nth-child(1), .ham-container .ham:nth-child(3) {
  align-self: flex-end;
}

.location-info, .location-info-address, .location-info-img a {
  color: black;
}

.ham-change {
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}
.ham-change .ham {
  position: absolute;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.ham-change .ham:nth-child(2) {
  display: none;
}
.ham-change .ham:nth-child(3) {
  transform: rotate(-45deg);
}

.site-menu {
  padding: 0.5rem 1.5rem;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: transparent;
  background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 8.1%, hsla(0, 0%, 0%, 0.951) 15.5%, hsla(0, 0%, 0%, 0.896) 22.5%, hsla(0, 0%, 0%, 0.825) 29%, hsla(0, 0%, 0%, 0.741) 35.3%, hsla(0, 0%, 0%, 0.648) 41.2%, hsla(0, 0%, 0%, 0.55) 47.1%, hsla(0, 0%, 0%, 0.45) 52.9%, hsla(0, 0%, 0%, 0.352) 58.8%, hsla(0, 0%, 0%, 0.259) 64.7%, hsla(0, 0%, 0%, 0.175) 71%, hsla(0, 0%, 0%, 0.104) 77.5%, hsla(0, 0%, 0%, 0.049) 84.5%, hsla(0, 0%, 0%, 0.013) 91.9%, hsla(0, 0%, 0%, 0) 100%);
  height: 70px;
}
@media (min-width: 992px) {
  .site-menu {
    padding: 1rem 3rem;
    height: 80px;
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .site-menu #Logo {
    width: 160px !important;
    transition: width 0.3s ease;
  }
}
.site-menu .menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
}
.site-menu a {
  color: #7F7F7F;
}
@media (max-width: 1039px) {
  .site-menu .ham-btn {
    display: block;
    z-index: 999999;
  }
}
.site-menu .menu-items {
  display: flex;
  align-items: center;
}
@media (max-width: 1039px) {
  .site-menu .menu-items {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;
    z-index: 99999;
    background: black;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: scroll;
  }
}
.site-menu .menu-items .menu-item {
  margin-right: 1rem;
  position: relative;
}
@media (min-width: 1240px) {
  .site-menu .menu-items .menu-item {
    margin-right: 3rem;
  }
}
@media (max-width: 1039px) {
  .site-menu .menu-items .menu-item {
    margin-right: 1rem;
    margin-bottom: 1.5rem;
  }
}
.site-menu .menu-items .menu-item:last-of-type {
  margin-right: 0;
}
.site-menu .menu-items .menu-item .menu-link {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: all 0.3s ease;
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .site-menu .menu-items .menu-item .menu-link {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    color: white;
  }
}
.site-menu .menu-items .menu-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: white;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1039px) {
  .site-menu .menu-items .menu-item:after {
    display: none;
  }
}
.site-menu .menu-items .menu-item:hover .menu-link {
  color: white;
}
.site-menu .menu-items .menu-item:hover:after {
  width: 100%;
}
.site-menu .menu-items .menu-item.active .menu-link {
  color: white;
  font-weight: 700;
}
.site-menu .menu-items .menu-item.active:after {
  width: 100%;
}
.site-menu .menu-show {
  display: flex;
}
@media (max-width: 767px) {
  .site-menu .menu-show {
    padding: 3rem;
  }
}
@media (max-width: 575px) {
  .site-menu .menu-show {
    padding: 3rem 1.5rem;
  }
}

.is-plain-page {
  padding-top: calc(80px + 3rem) !important;
}
@media (min-width: 992px) {
  .is-plain-page {
    padding-top: calc(150px + 3rem) !important;
  }
}
@media (min-width: 992px) {
  .is-plain-page {
    padding-top: calc(150px + 5rem) !important;
  }
}

body.no-marquee .main > .section:first-of-type {
  margin-top: 6rem;
}
@media (min-width: 1200px) {
  body.no-marquee .main > .section:first-of-type {
    margin-top: 8rem;
  }
}

.top-banner {
  display: none;
  align-items: center;
  background: black;
  color: white;
  max-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-banner .banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.top-banner .banner-container p {
  font-size: 0.85rem;
  margin: 0;
}
.top-banner .banner-container p a {
  text-decoration: underline;
}

.top-open {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.hasTop {
  padding-top: 40px;
  transition: all 0.3s ease;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn, .btn-hollow {
  text-transform: uppercase;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: white;
  border: 1px solid white;
  color: black;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 1rem 2rem;
  transition: all 0.3s ease;
}
.btn:hover, .btn-hollow:hover {
  background: transparent;
  color: white;
}

.btn-hollow {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn-hollow:hover {
  background: white;
  color: black;
  border-color: white;
}

/* ==========================================================================
   CONTACT SPLIT LAYOUT
   ========================================================================== */
.contact-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .contact-split {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .contact-split {
    gap: 8rem;
  }
}
.contact-split .contact-info-col h1 {
  margin-bottom: 3rem;
}
.contact-split .contact-info-col .info-block {
  margin-bottom: 3rem;
}
.contact-split .contact-info-col .info-block .label {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.75rem;
}
.contact-split .contact-info-col .info-block h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.contact-split .contact-info-col .info-block p {
  font-family: "Nunito", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-size: 1rem;
}
.contact-split .contact-info-col .info-block .social-links {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.contact-split .contact-info-col .info-block .social-links a {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}
.contact-split .contact-info-col .info-block .social-links a:hover {
  color: white;
}
.contact-split .contact-form-col {
  background: rgba(255, 255, 255, 0.02);
  padding: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .contact-split .contact-form-col {
    padding: 2rem 1.5rem;
  }
}
.contact-split .contact-form-col h3 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 3rem;
}

/* ==========================================================================
   FORMS & INPUTS
   ========================================================================== */
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 0 !important;
  padding: 0.75rem 0 !important;
  color: white !important;
  font-family: "Nunito", sans-serif !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  outline: none !important;
  box-shadow: none !important;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-bottom-color: white !important;
}

select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

label {
  display: block;
  font-family: "Nunito", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.5rem;
}

.submit-form .txt-al-left {
  margin-bottom: 2rem;
}

/* ==========================================================================
   TAB NAVIGATION
   ========================================================================== */
.tabs-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  padding: 0;
  list-style: none;
  margin-bottom: 4rem;
}
.tabs-nav .tab-item {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  padding: 0.5rem 0;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tabs-nav .tab-item:hover {
  color: white;
}
.tabs-nav .tab-item.active {
  color: white;
  border-bottom: 1px solid white;
}

/* ==========================================================================
   VISUAL TIMELINE
   ========================================================================== */
.visual-timeline {
  position: relative;
  padding-left: 2rem;
  max-width: 1320px;
  margin: 4rem auto;
}
@media (min-width: 768px) {
  .visual-timeline {
    padding-left: 10rem;
  }
}
.visual-timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .visual-timeline:before {
    left: 5rem;
  }
}
.visual-timeline .timeline-entry {
  position: relative;
  margin-bottom: 3rem;
}
.visual-timeline .timeline-entry:before {
  content: "";
  position: absolute;
  left: calc(-2rem - 3.5px);
  top: 0.6rem;
  width: 7px;
  height: 7px;
  background: #444;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .visual-timeline .timeline-entry:before {
    left: calc(-5rem - 3.5px);
  }
}
.visual-timeline .timeline-entry .year {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  color: #444;
  margin-bottom: 0.25rem;
  display: block;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .visual-timeline .timeline-entry .year {
    position: absolute;
    left: -9.5rem;
    width: 8rem;
    text-align: right;
    top: 0.3rem;
    margin-bottom: 0;
  }
}
.visual-timeline .timeline-entry:hover:before {
  background: white;
  box-shadow: 0 0 10px white;
}
.visual-timeline .timeline-entry:hover .year {
  color: white;
}
.visual-timeline .timeline-entry .entry-content h3 {
  font-family: "Libre Baskerville", serif;
  margin-bottom: 0.4rem;
}
.visual-timeline .timeline-entry .entry-content p {
  font-family: "Nunito", sans-serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  font-size: 0.95rem;
}
.visual-timeline .timeline-entry .entry-content p .sub-info {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-top: 0.5rem;
}

/* ==========================================================================
   SHOP LANDING (COMING SOON)
   ========================================================================== */
.shop-landing {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.shop-landing .shop-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.shop-landing .shop-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.4) saturate(0.8);
}
.shop-landing .shop-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.shop-landing .shop-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1320px;
  padding: 4rem 2rem;
  color: white;
}
.shop-landing .shop-content h1 {
  margin-bottom: 2rem;
  line-height: 1;
}
.shop-landing .shop-content h2 {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 3rem;
  float: none;
}
.shop-landing .shop-content .description {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4rem;
}
.shop-landing .shop-content .description p {
  margin-bottom: 1.5rem;
}
.shop-landing .shop-content .btn-hollow {
  display: inline-block;
}

/* ==========================================================================
   SECTIONS & LAYOUT
   ========================================================================== */
.section {
  margin: 0 auto;
  padding: 0 1.5rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .section {
    padding: 0 4rem;
  }
}
@media (min-width: 1200px) {
  .section {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}
@media (min-width: 1600px) {
  .section {
    max-width: 1320px;
    padding: 0;
  }
}

.max-1320 {
  max-width: 1320px;
  margin: 0 auto;
}

.full-width-section {
  max-width: none;
  margin: auto;
  margin-bottom: 4rem;
}

.slick-dots {
  z-index: 10;
  bottom: 4rem;
}
.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  background: white;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  height: 100%;
}

.marqueeHasTop {
  height: calc(100vh - 40px) !important;
}
@media (min-width: 1200px) {
  .marqueeHasTop {
    height: calc(70vh - 40px) !important;
  }
}

.page-marquee {
  max-width: none;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: grid;
  color: white;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  overflow: hidden;
  z-index: 1;
}
.page-marquee:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.page-marquee .marque-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.45;
}
.page-marquee .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-marquee .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: kenburns 30s infinite alternate ease-in-out;
}
.page-marquee .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 2rem;
}
.page-marquee .content .max-1320 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.page-marquee .content h1 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
  opacity: 0;
  animation: fadeUp 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-delay: 0.3s;
}
.page-marquee .content h4 {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
  opacity: 0;
  animation: fadeUp 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.page-marquee .content h4.primary-tag {
  animation-delay: 0.6s;
  font-weight: 700;
}
.page-marquee .content h4.secondary-tag {
  animation-delay: 0.9s;
  letter-spacing: 0.15em;
  text-transform: none;
  max-width: 1320px;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#videoModal .modal-content {
  background: transparent;
  box-shadow: none;
}

.main .welcome-section:nth-child(1) {
  padding-top: 0 !important;
}

.welcome-section {
  color: white;
  background: black;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .welcome-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.welcome-section h2:nth-child(1) {
  margin-top: 0;
}
.welcome-section h2, .welcome-section p {
  margin-bottom: 1.5rem;
}
.welcome-section .flex {
  justify-content: center;
}

.about-section h2 {
  margin-bottom: 2rem;
}
.about-section div.max-1320 {
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 992px) {
  .about-section div.max-1320 {
    grid-column-gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .about-section div.max-1320 {
    grid-column-gap: 2rem;
  }
}
.about-section div.max-1320 > .about-content {
  grid-column: span 3;
}
@media (min-width: 768px) {
  .about-section div.max-1320 > .about-content {
    grid-column: span 2;
  }
}
@media (min-width: 992px) {
  .about-section div.max-1320 > .about-link:not(.about-trainer) {
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .about-section div.max-1320 > .about-link:not(.about-trainer) .outer {
    width: 60%;
  }
}
.about-section div.max-1320 > .about-link:not(.about-trainer) .outer:before {
  padding-top: 67.3076923077%;
}
.about-section div.max-1320 > .about-link .content {
  background: white;
}
.about-section div.max-1320 > .about-link .content h3 {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .about-section div.max-1320 > .about-link .content {
    width: 40%;
    height: 100%;
    display: grid;
    align-items: end;
  }
  .about-section div.max-1320 > .about-link .content h3 {
    padding-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .about-section div.max-1320 > .about-link .content h3 {
    padding-left: 1rem;
  }
}
.about-section div.max-1320 > .about-link .content .btn, .about-section div.max-1320 > .about-link .content .btn-hollow {
  padding: 0.25rem 0.5rem;
  font-size: 0.85rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  .about-section div.max-1320 > .about-link .content .btn, .about-section div.max-1320 > .about-link .content .btn-hollow {
    font-size: 1rem;
  }
}
.about-section div.max-1320 .about-trainer {
  position: relative;
  grid-column: span 3;
  align-self: baseline;
}
@media (min-width: 768px) {
  .about-section div.max-1320 .about-trainer {
    grid-column: span 1;
  }
}
.about-section div.max-1320 .about-trainer .outer:before {
  padding-top: 57.5757575758%;
}
.about-section div.max-1320 .about-trainer h3 {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: white;
}
.about-section div.max-1320 .about-trainer a {
  position: absolute;
  bottom: 0;
  right: 0;
  color: black;
  background: white;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .about-section div.max-1320 .about-trainer a {
    font-size: 1em;
  }
}

.gallery-section {
  padding: 0;
  position: relative;
  overflow-x: hidden;
}
.gallery-section #galleryTitle {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: rgba(255, 255, 255, 0.75);
  z-index: 10;
  font-size: 4rem;
  text-transform: capitalize;
}
.gallery-section .gallery-container .slick-dots {
  text-align: center;
  margin-left: 0;
  bottom: 1rem;
}
@media (min-width: 768px) {
  .gallery-section .gallery-container .slick-dots {
    text-align: left;
    margin-left: 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .gallery-section .gallery-container .slick-dots {
    margin-left: 4rem;
    bottom: 4rem;
  }
}
.gallery-section .gallery-container .slick-dots li {
  width: 25px;
}
@media (min-width: 768px) {
  .gallery-section .gallery-container .slick-dots li {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .gallery-section .gallery-container .slick-dots li {
    width: 45px;
  }
}
.gallery-section .gallery-container .slick-dots li button {
  width: 25px;
}
@media (min-width: 768px) {
  .gallery-section .gallery-container .slick-dots li button {
    width: 35px;
  }
}
@media (min-width: 992px) {
  .gallery-section .gallery-container .slick-dots li button {
    width: 45px;
  }
}
.gallery-section .gallery-container .outer:before {
  padding-top: 62.4%;
}
@media (min-width: 992px) {
  .gallery-section .gallery-container .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 50% 50%;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(1) {
    grid-column: 1/4;
    grid-row: 1/3;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(2) {
    grid-column: 4/6;
    grid-row: 1/2;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(3) {
    grid-row: 2/3;
  }
  .gallery-section .gallery-container .gallery .outer:nth-child(4) {
    grid-row: 2/3;
  }
}

.review-section {
  min-height: 360px;
}
.review-section h2 {
  margin-bottom: 2rem;
}
.review-section .review-container .review {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .review-section .review-container .review {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .review-section .review-container .slick-active {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .review-section .review-container .slick-active + .slick-active {
    margin-top: 0;
  }
  .review-section .review-container .slick-active + .slick-active + .slick-active {
    margin-top: 2rem;
  }
}

.truncate {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 4.8rem !important;
}

.partner-section {
  background: transparent;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.partner-section .partner-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  grid-column-gap: 2rem;
}
@media (min-width: 576px) {
  .partner-section .partner-container {
    grid-template-columns: repeat(3, 1fr);
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (min-width: 1360px) {
  .partner-section .partner-container {
    max-width: 1200px;
  }
}
.partner-section .partner-container .partner {
  padding: 1rem;
}
.partner-section .partner-container .partner .outer {
  min-width: 100px;
  width: 100%;
}
@media (min-width: 992px) {
  .partner-section .partner-container .partner .outer {
    min-width: 150px;
  }
}

.news-section, .child-news-section, .artwork-section, .series-section {
  overflow: auto;
}
.news-section h2, .child-news-section h2, .artwork-section h2, .series-section h2 {
  margin-bottom: 2rem;
  float: left;
}
.news-section > a, .child-news-section > a, .artwork-section > a, .series-section > a {
  color: black !important;
  float: right;
}
.news-section .news-container, .news-section .artwork-container, .child-news-section .news-container, .child-news-section .artwork-container, .artwork-section .news-container, .artwork-section .artwork-container, .series-section .news-container, .series-section .artwork-container {
  float: left;
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  width: 100%;
}
@media (min-width: 992px) {
  .news-section .news-container, .news-section .artwork-container, .child-news-section .news-container, .child-news-section .artwork-container, .artwork-section .news-container, .artwork-section .artwork-container, .series-section .news-container, .series-section .artwork-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-section .news-container .news .outer:before, .news-section .news-container .artwork .outer:before, .news-section .artwork-container .news .outer:before, .news-section .artwork-container .artwork .outer:before, .child-news-section .news-container .news .outer:before, .child-news-section .news-container .artwork .outer:before, .child-news-section .artwork-container .news .outer:before, .child-news-section .artwork-container .artwork .outer:before, .artwork-section .news-container .news .outer:before, .artwork-section .news-container .artwork .outer:before, .artwork-section .artwork-container .news .outer:before, .artwork-section .artwork-container .artwork .outer:before, .series-section .news-container .news .outer:before, .series-section .news-container .artwork .outer:before, .series-section .artwork-container .news .outer:before, .series-section .artwork-container .artwork .outer:before {
  padding-top: 64.1025641026%;
}
.news-section .news-container .news .content, .news-section .news-container .artwork .content, .news-section .artwork-container .news .content, .news-section .artwork-container .artwork .content, .child-news-section .news-container .news .content, .child-news-section .news-container .artwork .content, .child-news-section .artwork-container .news .content, .child-news-section .artwork-container .artwork .content, .artwork-section .news-container .news .content, .artwork-section .news-container .artwork .content, .artwork-section .artwork-container .news .content, .artwork-section .artwork-container .artwork .content, .series-section .news-container .news .content, .series-section .news-container .artwork .content, .series-section .artwork-container .news .content, .series-section .artwork-container .artwork .content {
  background: transparent;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.news-section .news-container .news strong, .news-section .news-container .artwork strong, .news-section .artwork-container .news strong, .news-section .artwork-container .artwork strong, .child-news-section .news-container .news strong, .child-news-section .news-container .artwork strong, .child-news-section .artwork-container .news strong, .child-news-section .artwork-container .artwork strong, .artwork-section .news-container .news strong, .artwork-section .news-container .artwork strong, .artwork-section .artwork-container .news strong, .artwork-section .artwork-container .artwork strong, .series-section .news-container .news strong, .series-section .news-container .artwork strong, .series-section .artwork-container .news strong, .series-section .artwork-container .artwork strong {
  color: #9A9A9A;
}
.news-section .news-container .artwork p, .news-section .artwork-container .artwork p, .child-news-section .news-container .artwork p, .child-news-section .artwork-container .artwork p, .artwork-section .news-container .artwork p, .artwork-section .artwork-container .artwork p, .series-section .news-container .artwork p, .series-section .artwork-container .artwork p {
  text-align: center;
  margin-top: 1rem;
}
.news-section .truncate, .child-news-section .truncate, .artwork-section .truncate, .series-section .truncate {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  height: 3.2rem !important;
}

.artwork-section .artwork-container .artwork {
  color: white;
}

.series-section .artwork-container .artwork {
  cursor: pointer;
}
.series-section .artwork-container .artwork .content {
  padding: 0;
  background: transparent;
}
.series-section .artwork-container .artwork .series-detail {
  display: none;
}
.series-section .artwork-container .show-detail {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .series-section .artwork-container .show-detail {
    grid-column: span 2;
    flex-direction: row;
  }
  .series-section .artwork-container .show-detail .outer {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .series-section .artwork-container .show-detail {
    grid-column: span 3;
  }
}
.series-section .artwork-container .show-detail .content {
  width: 100%;
  background: white;
  padding: 1rem;
}
@media (min-width: 768px) {
  .series-section .artwork-container .show-detail .content {
    width: 50%;
    padding: 3rem;
  }
}
.series-section .artwork-container .show-detail .series-name {
  display: none;
}
.series-section .artwork-container .show-detail .series-detail {
  display: block;
  color: black;
}
.series-section .artwork-container .show-detail .series-detail h2 {
  float: none;
}
.series-section .artwork-container .show-detail .series-detail p {
  text-align: left;
}

.stallions-section, .mares-section, .child-news-section {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .stallions-section, .mares-section, .child-news-section {
    margin-top: 6rem !important;
  }
}
@media (min-width: 1360px) {
  .stallions-section, .mares-section, .child-news-section {
    margin-top: 8rem !important;
  }
}

.box-container {
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .box-container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 4rem;
    grid-column-gap: 4rem;
  }
}
@media (min-width: 1200px) {
  .box-container {
    grid-row-gap: 6rem;
    grid-column-gap: 6rem;
  }
}
.box-container .box .photo:before {
  padding-top: 65%;
}
.box-container .box .photo img {
  -o-object-position: top;
     object-position: top;
}
.box-container .box .content {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.box-container .box .content .title {
  display: flex;
  justify-content: space-between !important;
  align-items: center;
}
.box-container .box .content .title p {
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .box-container .box .content .title p {
    padding-right: 3rem;
    padding-top: 3rem;
  }
}
.box-container .box .content .title p .active {
  color: #9A9A9A;
}
.box-container .box .content .title p .sold {
  color: #FF5656;
}
.box-container .box .content h3 {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .box-container .box .content h3 {
    padding-top: 3rem;
    padding-left: 3rem;
  }
}
.box-container .box .content p, .box-container .box .content ul {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .box-container .box .content p, .box-container .box .content ul {
    padding: 0 3rem;
  }
}
.box-container .box .content ul {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .box-container .box .content ul {
    margin-bottom: 3rem;
  }
}
.box-container .box .content div.flex {
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .mares-section .box-container {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 4rem !important;
    grid-column-gap: 4rem !important;
  }
}
.mares-section .box-container img {
  -o-object-position: center !important;
     object-position: center !important;
}

.rect-box {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .rect-box {
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  .rect-box div.max-1320 {
    display: flex;
  }
}
.rect-box div.max-1320 .photo:before {
  padding-top: 73.3333333333%;
}
@media (min-width: 768px) {
  .rect-box div.max-1320 .photo {
    min-width: 45%;
    max-width: 45%;
  }
}
.rect-box div.max-1320 .content {
  padding: 1.5rem;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .rect-box div.max-1320 .content {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .rect-box div.max-1320 .content {
    padding: 3rem;
  }
}
@media (min-width: 1360px) {
  .rect-box div.max-1320 .content {
    padding: 5rem;
  }
}
.rect-box div.max-1320 ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.rect-box div.max-1320 ul li {
  margin-right: 1rem;
}
.rect-box div.max-1320 ul li i {
  font-size: 30px;
}

@media (min-width: 768px) {
  .reverse-section div.max-1320 {
    flex-direction: row-reverse;
  }
}

.year-container {
  margin-top: 3rem;
}
@media (min-width: 1200px) {
  .year-container {
    margin-top: 6rem;
  }
}
.year-container .year {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .year-container .year {
    margin-bottom: 0;
  }
}
.year-container .year h3 {
  width: 90px;
  min-width: 90px;
  height: 60px;
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .year-container .year h3 {
    width: 120px;
    min-width: 120px;
    height: 80px;
  }
}
.year-container .year p {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .year-container .year p {
    margin-left: 2rem;
  }
}
.year-container {
  /* the slides */
}
@media (min-width: 768px) {
  .year-container .slick-slide {
    margin: 0 1rem;
  }
}
.year-container {
  /* the parent */
}
@media (min-width: 768px) {
  .year-container .slick-list {
    margin: 0 -1rem;
  }
}

.black-dots-container .slick-dots {
  bottom: -1rem;
}
@media (min-width: 768px) {
  .black-dots-container .slick-dots {
    bottom: -2rem;
  }
}
@media (min-width: 1200px) {
  .black-dots-container .slick-dots {
    bottom: -3rem;
  }
}
.black-dots-container .slick-dots li {
  width: 45px;
  margin: 0 10px;
}
.black-dots-container .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.3);
}
.black-dots-container .slick-dots .slick-active button {
  background-color: black;
}

#mapSec {
  position: relative;
  height: 50vh;
  width: 100%;
  z-index: 10;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.page-marquee #mapSec {
  bottom: -60%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.contact-section {
  display: flex;
  align-items: flex-start;
}
.contact-section h2, .contact-section .mail-form span {
  color: white !important;
}
@media (max-width: 660px) {
  .contact-section {
    display: block;
  }
}
.contact-section .container {
  width: 100%;
  padding: 0 2rem;
  padding-left: 0;
  padding-right: 0;
}
.contact-section .container h1 {
  margin-top: 0;
}
.contact-section .left {
  background-color: transparent;
  color: white;
  text-align: left;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 2rem;
}
.contact-section .right {
  background: none;
}
.contact-section .right:before {
  display: none;
}
@media (min-width: 661px) {
  .contact-section .right .flex-jf-center {
    justify-content: flex-end !important;
  }
  .contact-section .right input[type=submit] {
    width: auto !important;
  }
}

.contact-social ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.contact-social li {
  margin-right: 1rem;
}
.contact-social li:last-of-type {
  margin-right: 0;
}
.contact-social i {
  font-size: 30px;
  color: white;
}

.add-on-title > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

input, button, select, optgroup, textarea {
  padding: 0.5rem 1rem;
  width: 100%;
  border: 0;
  margin-bottom: 1rem;
}

.modal {
  z-index: 9999;
}

.main-modal {
  padding-right: 0 !important;
}
.main-modal .modal-dialog {
  max-width: 600px !important;
}
.main-modal .modal-header {
  border: 0;
}
.main-modal .modal-content {
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .main-modal .modal-body {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1200px) {
  .main-modal .modal-body {
    padding: 0 3rem;
  }
}
.main-modal .modal-body .gallery {
  position: relative;
}
@media (min-width: 768px) {
  .main-modal .modal-body .gallery > div {
    position: sticky;
    top: calc(40px + 1.5rem);
    left: 0;
  }
}
@media (min-width: 1200px) {
  .main-modal .modal-body .gallery > div {
    top: calc(40px + 3rem);
  }
}
.main-modal .modal-body .gallery .outer {
  margin-bottom: 1rem;
}
.main-modal .modal-body .gallery .outer:nth-child(2) img {
  -o-object-fit: contain;
     object-fit: contain;
}
.main-modal .modal-footer {
  border: 0;
}
.main-modal button {
  width: auto;
}

/* ==========================================================================
   LJL GALLERY SECTION (Core Layout Component)
   ========================================================================== */
.ljlgallery-section {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 768px) {
  .ljlgallery-section {
    flex-direction: row;
    align-items: center;
    min-height: 70vh;
  }
  .ljlgallery-section > .outer {
    width: 60%;
    height: 100%;
    z-index: 1;
  }
  .ljlgallery-section > .outer .inner img {
    transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1);
  }
  .ljlgallery-section > .content {
    width: 50%;
    margin-left: -10%;
    z-index: 2;
  }
  .ljlgallery-section.reverse {
    flex-direction: row-reverse;
  }
  .ljlgallery-section.reverse > .content {
    margin-left: 0;
    margin-right: -10%;
  }
}
@media (max-width: 767px) {
  .ljlgallery-section {
    padding: 0 1.5rem;
  }
  .ljlgallery-section > .outer {
    width: 100%;
    margin-bottom: -2rem;
    position: relative;
    z-index: 1;
  }
  .ljlgallery-section > .content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
}
.ljlgallery-section:hover .outer .inner img {
  transform: scale(1.05);
}
.ljlgallery-section .content {
  background: rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 575px) {
  .ljlgallery-section .content {
    padding: 2rem 1.5rem;
  }
}
.ljlgallery-section .content h2 {
  margin-bottom: 2rem;
  color: white;
  position: relative;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}
.ljlgallery-section .content h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%);
  margin-top: 1.5rem;
}
.ljlgallery-section .content p {
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
.ljlgallery-section .content p:last-child {
  margin-bottom: 0;
}
.ljlgallery-section .content .btn-hollow {
  align-self: flex-start;
  margin-top: 1rem;
}

.bio-section .outer {
  float: left;
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .bio-section .outer {
    width: 50%;
    margin-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .bio-section .outer {
    margin-right: 3rem;
  }
}

.collection-section {
  row-gap: 3rem;
  text-align: center;
}
.collection-section .outer {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.collection-section .outer:before {
  padding-top: 60%;
}
.collection-section button {
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.collection-section .right {
  left: auto;
  right: 0;
}

.cv-section, .press-section {
  display: block;
  row-gap: 1rem;
}
.cv-section .cv-container, .press-section .cv-container {
  padding: 1rem 0;
}
.cv-section .cv-container p, .press-section .cv-container p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1rem;
}
.cv-section .cv-container .sub, .press-section .cv-container .sub {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .cv-section .cv-container, .press-section .cv-container {
    width: calc(100% - 200px - 1.5rem);
  }
}
.cv-section .cv-photos img, .press-section .cv-photos img {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cv-section .cv-photos, .press-section .cv-photos {
    width: 200px;
    float: right;
  }
}

@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
.shopify-buy-frame--productSet {
  display: none !important;
}

.shopify-buy-frame--toggle.is-sticky {
  position: fixed;
  top: 230px !important;
  right: 0;
  width: 80px;
  height: 150px;
  transform: none !important;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.8) 0%, rgba(56, 56, 56, 0.8) 50%, rgba(0, 0, 0, 0.8) 100%);
  background-size: 400% 400%;
  animation: gradient 3s ease-in-out infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .shopify-buy-frame--toggle.is-sticky {
    width: 70px;
    height: 135px;
    top: 180px !important;
  }
}
@media (max-width: 374px) {
  .shopify-buy-frame--toggle.is-sticky {
    width: 70px;
    height: 70px;
    top: 170px !important;
  }
}

@media (max-width: 1440px) and (max-height: 860px) {
  .shopify-buy-frame--toggle.is-sticky {
    top: 180px !important;
  }
}
.shopify-buy-frame--toggle.is-sticky:hover {
  width: 125px;
  transition: all 0.3s ease;
}

.shopify-buy-frame--toggle.is-sticky iframe {
  width: 100% !important;
  height: 100% !important;
  overflow: visible !important;
}

.site-menu .menu-item {
  position: relative;
}
.site-menu .menu-item.has-dropdown {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-menu .menu-item.has-dropdown {
    flex-direction: column;
    align-items: flex-start;
    height: auto !important;
  }
}
.site-menu .menu-item .dropdown-menu {
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.45);
}
.no-marquee .site-menu .menu-item .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.85);
}
.site-menu .menu-item .dropdown-menu {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  min-width: 240px;
  padding: 1rem 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  z-index: 10000;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .site-menu .menu-item .dropdown-menu {
    position: static;
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
    background-color: transparent;
    backdrop-filter: none;
    padding: 0 0 0 1.5rem;
    box-shadow: none;
    border: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.site-menu .menu-item .dropdown-menu .dropdown-link {
  display: block;
  padding: 0.85rem 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.site-menu .menu-item .dropdown-menu .dropdown-link:hover {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  padding-left: 1.75rem;
}
@media (max-width: 767px) {
  .site-menu .menu-item .dropdown-menu .dropdown-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    padding: 0.5rem 0;
    white-space: normal;
  }
  .site-menu .menu-item .dropdown-menu .dropdown-link:hover {
    padding-left: 0;
    color: white;
    background: none;
  }
}
@media (min-width: 992px) {
  .site-menu .menu-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ==========================================================================
   V3 LIVING CANVAS (Experimental Art Layout)
   ========================================================================== */
/* Utility: Organized Chaos */
.canvas-container {
  position: relative;
  overflow-x: hidden;
  padding-bottom: 20vh;
}

/* 1. The Manifesto (Intro) */
.manifesto-section {
  position: relative;
  padding: 10vh 1.5rem;
  overflow: hidden;
}
.manifesto-section .manifesto-container {
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.manifesto-section .main-headline {
  line-height: 1.3;
  margin-bottom: 4rem;
}
.manifesto-section .manifesto-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .manifesto-section .manifesto-split {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .manifesto-section .manifesto-split {
    grid-template-columns: 1.4fr 0.6fr;
  }
}
.manifesto-section .manifesto-text {
  mix-blend-mode: difference;
  width: 100%;
  margin-bottom: 2rem;
}
.manifesto-section .manifesto-text span {
  display: inline-block;
}
.manifesto-section .manifesto-text span.highlight {
  color: transparent;
  -webkit-text-stroke: 1px white;
}
.manifesto-section .manifesto-text:last-child {
  margin-bottom: 0;
}
.manifesto-section .manifesto-portrait {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.manifesto-section .manifesto-portrait img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.9) contrast(1.1);
  transition: transform 0.8s ease;
}
.manifesto-section .manifesto-portrait:hover img {
  transform: scale(1.05);
}
.manifesto-section .manifesto-portrait:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.manifesto-section .bg-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
.manifesto-section .bg-texture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
}

/* 2. The Deconstruction (PaletteArt) */
.deconstruction-section {
  position: relative;
  min-height: 200vh;
  padding: 0 5vw;
}
.deconstruction-section .fixed-element {
  position: sticky;
  top: 10vh;
  width: 40vw;
  height: 80vh;
  z-index: 1;
}
.deconstruction-section .fixed-element img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.deconstruction-section .floating-details {
  position: absolute;
  top: 0;
  right: 5vw;
  width: 45vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40vh;
  padding-top: 20vh;
}
.deconstruction-section .floating-details .detail-card {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2rem;
  max-width: 400px;
}
.deconstruction-section .floating-details .detail-card.offset-left {
  margin-right: auto;
  transform: translateX(-20%);
}
.deconstruction-section .floating-details .detail-card.offset-right {
  margin-left: auto;
  transform: translateX(20%);
}
.deconstruction-section .floating-details .detail-card h3 {
  font-family: "Nunito", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #666;
  margin-bottom: 1rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.deconstruction-section .floating-details .detail-card p {
  font-family: "Libre Baskerville", serif;
  line-height: 1.6;
}

/* 3. The Timeline (Career) - Z-Pattern */
.z-timeline-section {
  padding: 10vh 5vw;
}
.z-timeline-section .timeline-node {
  display: flex;
  align-items: center;
  margin-bottom: 30vh;
  position: relative;
}
.z-timeline-section .timeline-node.left {
  justify-content: flex-start;
}
.z-timeline-section .timeline-node.left .visual {
  margin-right: 5vw;
}
.z-timeline-section .timeline-node.right {
  justify-content: flex-end;
}
.z-timeline-section .timeline-node.right .visual {
  margin-left: 5vw;
  order: 2;
}
.z-timeline-section .timeline-node.right .meta {
  text-align: right;
  order: 1;
}
.z-timeline-section .timeline-node .visual {
  width: 55vw;
  height: 60vh;
  overflow: hidden;
}
.z-timeline-section .timeline-node .visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease;
  transform: scale(1.1);
}
.z-timeline-section .timeline-node .visual:hover img {
  transform: scale(1);
}
.z-timeline-section .timeline-node .meta {
  width: 25vw;
}
.z-timeline-section .timeline-node .meta h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
}
.z-timeline-section .timeline-node .meta .caption-num {
  font-family: "Nunito", sans-serif;
  font-size: 4rem;
  color: #222;
  font-weight: 900;
  line-height: 1;
  margin-bottom: -1rem;
  display: block;
  z-index: -1;
}

/* 4. The Mosaic (Ecosystem) */
/* 4. Ecosystem Portals (Context) */
.ecosystem-portals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 0 1.5rem 8rem 1.5rem;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.ecosystem-portals:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .ecosystem-portals {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .ecosystem-portals {
    grid-template-columns: repeat(4, 1fr);
  }
}
.ecosystem-portals .portal-box {
  position: relative;
  height: 45vh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
  text-decoration: none;
}
.ecosystem-portals .portal-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.ecosystem-portals .portal-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(0%) brightness(1);
  transition: all 0.6s ease;
  z-index: 0;
}
.ecosystem-portals .portal-box .portal-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.ecosystem-portals .portal-box .portal-content h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  color: white;
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  transition: transform 0.6s ease;
}
.ecosystem-portals .portal-box .portal-content p {
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease 0.1s;
}
.ecosystem-portals .portal-box:hover {
  border-color: white;
}
.ecosystem-portals .portal-box:hover:before {
  display: none;
}
.ecosystem-portals .portal-box:hover img {
  filter: grayscale(100%) brightness(0.6);
  transform: scale(1.05);
}
.ecosystem-portals .portal-box:hover h3 {
  transform: translateY(0);
}
.ecosystem-portals .portal-box:hover p {
  opacity: 1;
  transform: translateY(0);
}

.section-quote {
  padding: 8rem 1.5rem;
  padding-bottom: 3rem;
  text-align: center;
  position: relative;
}
.section-quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0) 100%);
}

/* ==========================================================================
   CAROUSEL OVERRIDES
   ========================================================================== */
.material-recovery-carousel .slick-dots {
  bottom: 2rem;
}
.material-recovery-carousel .slick-dots li button {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}
.material-recovery-carousel .slick-dots li.slick-active button {
  background: white;
  transform: scale(1.2);
}
.material-recovery-carousel .slick-prev, .material-recovery-carousel .slick-next {
  z-index: 11;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
}
.material-recovery-carousel .slick-prev:before, .material-recovery-carousel .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 24px;
  color: white;
  opacity: 0.6;
  transition: all 0.3s ease;
}
.material-recovery-carousel .slick-prev:hover:before, .material-recovery-carousel .slick-next:hover:before {
  opacity: 1;
}
.material-recovery-carousel .slick-prev {
  left: 2rem;
}
.material-recovery-carousel .slick-prev:before {
  content: "\f053";
}
.material-recovery-carousel .slick-next {
  right: 2rem;
}
.material-recovery-carousel .slick-next:before {
  content: "\f054";
}

/* ==========================================================================
   CREATIVE V2 REDESIGN
   ========================================================================== */
.creative-v2-section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
}
.creative-v2-section .ambient-blob {
  position: absolute;
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
  filter: blur(40px);
}
.creative-v2-section .ambient-blob.blob-1 {
  top: -10%;
  left: -10%;
}
.creative-v2-section .ambient-blob.blob-2 {
  bottom: 10%;
  right: -5%;
}

.manifesto-v2 {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .manifesto-v2 {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.manifesto-v2 .creative-content {
  position: relative;
  z-index: 2;
}
.manifesto-v2 .creative-content .main-headline {
  line-height: 1.3;
  margin-bottom: 3rem;
}
.manifesto-v2 .creative-content .highlight {
  font-style: italic;
  color: rgba(255, 255, 255, 0.4);
  position: relative;
}
.manifesto-v2 .creative-content .highlight:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.manifesto-v2 .glass-card {
  background: rgba(10, 10, 10, 0.4);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3rem;
  border-radius: 2px;
  margin-top: 2rem;
}
.manifesto-v2 .glass-card h4 {
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem);
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1rem;
  font-weight: 300;
}
.manifesto-v2 .glass-card h4:last-child {
  margin-bottom: 0;
}
.manifesto-v2 .layered-image-container {
  position: relative;
  z-index: 1;
}
.manifesto-v2 .layered-image-container .layered-image {
  position: relative;
  padding-bottom: 125%; /* Portrait Aspect */
}
.manifesto-v2 .layered-image-container .layered-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
.manifesto-v2 .layered-image-container .layered-image:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.manifesto-v2 .layered-image-container .layered-image:after {
  content: "LISA J. LEVASSEUR PORTRAIT";
  position: absolute;
  bottom: -40px;
  right: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  color: rgba(255, 255, 255, 0.2);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 2;
}

/* Feature Sections */
.feature-v2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 80vh;
  align-items: stretch;
}
@media (max-width: 1199px) {
  .feature-v2 {
    grid-template-columns: 1fr;
  }
}
.feature-v2.reverse {
  direction: rtl;
}
.feature-v2.reverse .feature-content {
  direction: ltr;
}
.feature-v2 .feature-media {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .feature-v2 .feature-media {
    height: 50vh;
  }
}
.feature-v2 .feature-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1.2s ease;
}
.feature-v2 .feature-media:hover img {
  transform: scale(1.05);
}
.feature-v2 .feature-content {
  padding: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #080808;
  position: relative;
}
@media (max-width: 1199px) {
  .feature-v2 .feature-content {
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .feature-v2 .feature-content {
    padding: 3rem 2rem;
  }
}
.feature-v2 .feature-content h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.feature-v2 .feature-content h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.4) 80%, rgba(255, 255, 255, 0) 100%);
  margin-top: 1.5rem;
}
.feature-v2 .feature-content .subtitle {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2rem;
}
.feature-v2 .feature-content .description p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}

/* Range of Work Redesign */
.work-range-v2 {
  padding: 8rem 0;
  max-width: 1320px;
  margin: 0 auto;
}
.work-range-v2 .work-range-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 6rem;
  align-items: center;
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .work-range-v2 .work-range-split {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}
.work-range-v2 .work-range-content .subtitle {
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5rem;
  display: block;
}
.work-range-v2 .work-range-content h2 {
  margin-bottom: 2.5rem;
}
.work-range-v2 .work-range-content .description p {
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.5rem;
}
.work-range-v2 .work-range-content .description p:last-child {
  margin-bottom: 0;
}
.work-range-v2 .work-range-visuals {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  position: relative;
  min-height: 600px;
}
@media (max-width: 767px) {
  .work-range-v2 .work-range-visuals {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.work-range-v2 .work-range-visuals .work-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #111;
}
.work-range-v2 .work-range-visuals .work-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
  transition: transform 1.2s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.5s ease;
}
.work-range-v2 .work-range-visuals .work-card .work-card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  z-index: 2;
}
.work-range-v2 .work-range-visuals .work-card .work-card-content h3 {
  font-size: 1.5rem;
  color: white;
  margin-bottom: 0.5rem;
}
.work-range-v2 .work-range-visuals .work-card .work-card-content span {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
}
.work-range-v2 .work-range-visuals .work-card:hover img {
  transform: scale(1.05);
  opacity: 0.4;
}
.work-range-v2 .work-range-visuals .work-card.large {
  grid-column: 1/10;
  grid-row: 1/11;
  aspect-ratio: 4/5;
  z-index: 1;
}
@media (max-width: 767px) {
  .work-range-v2 .work-range-visuals .work-card.large {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1;
  }
}
.work-range-v2 .work-range-visuals .work-card.small {
  grid-column: 6/13;
  grid-row: 6/13;
  aspect-ratio: 1/1;
  z-index: 2;
  border: 8px solid #000;
}
@media (max-width: 767px) {
  .work-range-v2 .work-range-visuals .work-card.small {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 1;
    border: none;
  }
}/*# sourceMappingURL=styles.css.map */
.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #101010;
  background-color: #000000;
}

.secondary-btn {
  color: #000000;
  background-color: #101010;
}

.third-btn {
  color: #000000;
  background-color: #000;
}

.fouth-btn {
  color: #000000;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #101010;
  background-color: #fff;
}

.warning-btn {
  color: #101010;
  background-color: #D69E2E;
}

.success-btn {
  color: #101010;
  background-color: #38A169;
}

.info-btn {
  color: #101010;
  background-color: #5A67D8;
}

.danger-btn {
  color: #101010;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

/* Customize */
/* Branding */
.branding {
  background: #101010;
  position: relative;
}
.branding:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 15%, rgba(255, 255, 255, 0.15) 85%, rgba(255, 255, 255, 0) 100%);
}

.b-container {
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.ih-logo {
  position: relative;
}

.ih-logo::before {
  content: "";
  background-image: url(../img/logo/Inn-Hotels-Official-white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 36px;
  position: absolute;
  z-index: 99;
}

.ih-logo::after {
  content: "";
  background: #101010;
  width: 120px;
  height: 36px;
  position: absolute;
  z-index: 90;
  left: -10px;
}

.childlogo {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

.childlogo img {
  width: 60px;
}

.childlogo li {
  list-style: none;
  margin-right: 2em;
}

.childlogo li:last-of-type {
  margin-right: 0;
}

.childlogo::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}

/* Footer area */
footer {
  background: #000000;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  footer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.footer-detail {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
}

.f-detail {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.f-member img {
  width: 150px;
}

.f {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 1.5em;
  position: relative;
}
.f:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
}
.f:first-of-type::before {
  display: none;
}
@media (max-width: 767px) {
  .f:before {
    display: none;
  }
}

.f-findus {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}

.f:last-of-type {
  border-right: 0;
  margin-right: 0;
}

.f-t:first-of-type {
  grid-column: span 2;
}

.f-c a, .f-contact span a, .f-findus-guide {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.f-social-ic {
  margin-top: 0.5em;
  height: 35px;
  display: flex;
}

.f-social-icon {
  width: 35px;
  height: 35px;
  margin-right: 1em;
  overflow: hidden;
}

.f-social-icon i {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.25em;
}

.f-social-icon span {
  position: absolute;
  font-size: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgb(59, 89, 152);
  color: rgb(255, 255, 255);
  padding: 0.5em;
  margin-top: 0.5em;
}

.f-social-twitter span, .f-social-twitter .ic-tooltip::before {
  background: rgb(56, 161, 243);
}

.f-social-tripadvisor span, .f-social-tripadvisor .ic-tooltip::before {
  background: rgb(0, 175, 135);
}

.f-social-instagram span, .f-social-instagram .ic-tooltip::before {
  background: rgb(193, 53, 132);
}

.f-social-linkedin span, .f-social-linkedin .ic-tooltip::before {
  background: rgb(0, 119, 181);
}

.f-social-facebook span, .f-social-facebook .ic-tooltip::before {
  background: rgb(59, 89, 152);
}

.f-social-icon:hover .ic-tooltip {
  font-size: 1em;
  width: auto;
  height: auto;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.ic-tooltip::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: -5px;
  background: rgb(59, 89, 152);
}

.f-social-icon .fa-linkedin-in:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 119, 181);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-twitter:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(56, 161, 243);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-tripadvisor:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 175, 135);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-instagram:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(193, 53, 132);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-facebook-f:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(59, 89, 152);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon:hover {
  text-decoration: none;
}

.f-social-icon:hover i {
  transition: all 0.3s ease-in-out;
  color: rgb(255, 255, 255);
}

.f-social-icon:hover i:after {
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

.f-social-ic a {
  margin-right: 1em;
}

.f-social-ic a:last-of-type {
  margin-right: 0;
}

.rights-certificate {
  text-align: center;
}

.f-cert img {
  width: 100px;
}

hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
  margin: 2rem 0;
  opacity: 1;
}

.f-ic::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.f-address::before {
  content: "\f015";
}

.f-email:before {
  content: "\f0e0";
}

.f-tollfree:before {
  content: "\f6b6";
  padding-right: 0.4em;
}

.f-phone:before {
  content: "\f879";
}

.f-sales:before {
  content: "\f590";
}

.f-weddings:before {
  content: "\f70b";
}

.f-ic {
  position: relative;
}

.tooltip {
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: -100%;
  bottom: 0;
  background: white;
  color: black;
  z-index: 2;
  padding: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.f-ic:hover .tooltip {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.tooltip:before {
  content: "";
  width: 5px;
  height: 5px;
  background: white;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: -10px;
  top: 50%;
}

.f-copyrights {
  display: flex;
  max-width: 1320px;
  margin: 0 auto;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}

.f-terms a {
  margin-right: 0.5em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.f-ic {
  color: rgba(255, 255, 255, 0.6);
}

.f-findus-guide:hover {
  color: rgba(255, 255, 255, 0.6);
}

.f-findus-guide::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.f-subscription input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .f-subscription input {
    min-width: 300px;
  }
}
.f-subscription input[type=submit], .f-subscription input[type=button] {
  text-transform: uppercase;
}
.f-subscription #SubscribePanel .flex:nth-child(1) > div:nth-child(1) {
  margin-right: 1rem;
}
.f-subscription #SubscribePanel .flex:nth-child(2) {
  flex-direction: column;
}
.f-subscription #SubscribePanel .flex input {
  min-width: auto;
}

@media only screen and (min-width: 1181px) {
  .childlogo::before {
    width: 85%;
  }
}
@media only screen and (max-width: 980px) {
  .childlogo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: initial;
  }
  .childlogo li {
    margin-right: 0;
  }
  .childlogo::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 860px) {
  .f {
    padding-left: 1em;
  }
  .f:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (max-width: 779px) {
  .f-detail {
    grid-template-columns: 1fr;
    justify-items: initial;
  }
  .f {
    margin-bottom: 1em;
    padding-left: 0;
    border: none;
  }
  .f-findus, .f-link {
    margin-right: 1em;
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 540px) {
  .f-copyrights {
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 430px) {
  .childlogo {
    grid-template-columns: repeat(4, 1fr);
  }
  .f-detail {
    display: block;
    margin: 0 auto;
  }
  .f {
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 330px) {
  .childlogo {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nav-area-item a {
    font-size: 1em;
  }
}
.partners-container {
  padding-bottom: 2rem !important;
  margin-bottom: 2rem !important;
  margin-top: 0 !important;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
}
.partners-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 15%, rgba(255, 255, 255, 0.2) 85%, rgba(255, 255, 255, 0) 100%);
}

.footer-logo-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 575px) {
  .footer-logo-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .footer-logo-container {
    grid-template-columns: repeat(7, 1fr);
  }
}
.footer-logo-container img {
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
  scale: 1;
  transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
}
.footer-logo-container img:hover {
  opacity: 1;
  scale: 1.05;
}/*# sourceMappingURL=footer.css.map */
