/** Shopify CDN: Minification failed

Line 22:0 All "@import" rules must come first
Line 23:0 All "@import" rules must come first

**/
/* 
==============================================
House of Cade - Shopify Homepage Styles
==============================================
*/

/* Font Imports */
@font-face {
  font-family: "TANBUSTER";
  src: url("/cdn/shop/files/TANBUSTER-Bold_199990ac-5bb5-40f8-95fb-a37a6396d789.woff2?v=1761546979") format("woff2"),
    url("/cdn/shop/files/TANBUSTER-Bold_77ffd93e-c273-46e9-9ef0-c44e9b89c22f.woff?v=1761546979") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap");

/* High Specificity Overrides for Shopify Themes */
#shopify-section-template--homepage [class*="section"],
#shopify-section-template--homepage div,
#shopify-section-template--homepage section,
.shopify-section [class*="section"],
.shopify-section div,
.shopify-section section {
  box-sizing: border-box !important;
}

/* Reset Shopify Theme Button Styles */
.shop-now-btn,
.view-all-btn,
.btn-book-now,
a.shop-now-btn,
a.view-all-btn,
a.btn-book-now {
  all: unset !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

/* Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  overflow-x: hidden;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

html.has-scroll-dragging {
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-init,
.has-scroll-smooth {
  overflow: hidden;
}

/* [data-scroll-container] {
  min-height: 100vh;
} */

body {
  background: #fdb689 !important;
  font-family: "TANBUSTER", Arial, sans-serif !important;
  padding-top: 0 !important;
}

.page-border-wrapper {
  position: relative;
  max-width: 84%;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.logo-text {
  margin-bottom: 0;
  font-size: 16px;
}

.border-hr {
  border-bottom: 1px solid #fff;
  margin-left: 0px;
  width: 100%;
}

.container {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  --bs-gutter-x: 0 !important;
}

.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.founder-full-width {
  overflow: visible;
  position: relative;
  min-height: 900px;
  padding-bottom: 200px;
}

.founder-inner-wrapper {
  max-width: 73%;
  margin: 0 auto;
  min-height: 700px;
}

.founder-full-width .founder-visuals {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-100%);
  max-width: 100%;
  height: auto;
  z-index: 99999999;
}

.founder-full-width .interior-image {
  position: relative;
  z-index: 2;
  max-width: 520px;
  left: -70px;
}

.consultation-inner-wrapper {
  max-width: 73%;
  margin: 0 auto;
}

/* Header & Navigation */
header {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.header-hidden {
  display: none;
  transform: translateY(-100%);
  pointer-events: none;
}

/* .navbar {
  border-left: 1px solid white;
  border-right: 1px solid white;
} */

header {
  position: relative;
  z-index: auto;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

header.scrolled,
header.menu-open {
  background-color: transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* header .container {
  max-width: 84%;
  margin: 0 auto;
} */

/* .page-border-wrapper[data-scroll-container] {
  padding-top: 120px;
} */

header.scrolled .nav-item-custom,
header.scrolled .logo-text,
header.menu-open .nav-item-custom,
header.menu-open .logo-text {
  color: #ffffff !important;
}

header.scrolled .nav-icon,
header.menu-open .nav-icon {
  filter: brightness(1) invert(0);
}

header.scrolled .navbar-toggler-icon,
header.menu-open .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(231, 145, 90, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

.custom-navbar {
  padding: 15px 40px;
  position: relative;
  z-index: 1000;
}

.logo-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.nav-item-custom {
  color: white !important;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-toggler {
  border: none;
}

.nav-item-custom:hover {
  opacity: 0.8;
  color: white !important;
}

.nav-icon {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}

.icon-link:hover .nav-icon {
  opacity: 0.8;
}

/* Hero Section */
.hero-section {
  height: 100vh;
  position: relative;
}

.hero-content {
  margin-top: 180px;
}

.interior-text {
  font-family: "TANBUSTER", Arial, sans-serif !important;
  font-size: clamp(80px, 12vw, 184px);
  font-weight: bold;
  color: white !important;
  letter-spacing: 8px;
  line-height: 0.9;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin: 0;
}

.studios-text {
  font-family: "TANBUSTER", Arial, sans-serif !important;
  font-size: clamp(60px, 9vw, 100px);
  font-weight: bold;
  color: white !important;
  letter-spacing: 6px;
  margin-bottom: 40px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  margin-top: 0;
}

.shop-now-btn {
  background-color: white !important;
  color: #e7915a !important;
  font-family: "Inter", sans-serif !important;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 44px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease;
  opacity: 0.8;
  text-decoration: none !important;
  display: inline-block;
}

.shop-now-btn:hover {
  background-color: #f8f8f8 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  color: #ff6b3d !important;
}

.hand-container {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 5;
}

.hand-image {
  width: 41vw;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
  position: absolute;
  right: -110px;
  bottom: -380px;
}

.bird-animation {
  width: clamp(440px, 8vw, 50px);
  height: auto;
  object-fit: contain;
  position: absolute;
  right: 42px;
  bottom: 10vh;
}

.butterfly-animation {
  position: absolute;
  bottom: 6vh;
  left: 18%;
  height: auto;
   width:450px;
}

/* Brand Identity Section */
.brand-identity-section {
  padding: 80px 0;
  position: relative;
}

.bird-circles-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.bird-image {
  width: 180px;
  height: auto;
  position: absolute;
  z-index: 2;
}

.circles-image {
  width: 500px;
  height: auto;
}

.circle-text-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
}

.gradient-circle {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

.gradient-circle-img {
  width: 330px;
  height: 330px;
  object-fit: contain;
}

.circular-text {
  position: absolute;
  width: 500px;
  height: 500px;
  animation: rotate 20s linear infinite;
}

.circular-text-svg {
  width: 100%;
  height: 100%;
}

.circular-text text {
  font-size: 6px;
  fill: white;
  letter-spacing: 1px;
  font-family: "Playfair", serif;
}

/* Southern-Rooted Section */
.southern-rooted-section {
  padding-bottom: 200px;
  position: relative;
}

.southern-content {
  position: relative;
  padding: 40px 0;
}

.southern-title {
  font-family: "Inconsolata", monospace !important;
  font-size: 36px;
  color: white !important;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: lowercase;
  margin-top: 0;
}

.flower-image {
  max-width: 680px;
  margin: 0 auto;
}

/* Founder Section */
.founder-section {
  padding: 450px 0 0 0;
  position: relative;
  /* margin-top: 200px; */
  margin-bottom: 0;
}

.founder-content {
  padding: 40px 20px;
  position: relative;
  z-index: 10;
}

.founder-title {
  font-family: "TANBUSTER", Arial, sans-serif !important;
  font-size: 46px;
  color: white !important;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
}

.new-index {
  z-index: 999 !important;
  position: relative;
}

.orange-index {
  z-index: 9;
  position: relative;
}

.orange-circle-02 {
  margin-top: -100px;
}

.interior-image {
  position: relative;
  z-index: 2;
  max-width: 400px;
  left: 0;
}

.decorative-elements {
  position: absolute;
  top: 100px;
  right: -50px;
  width: auto;
  height: auto;
  z-index: 1;
  max-height: 700px;
}

/* Services Grid Section */
.services-grid-section {
  padding: 100px 0;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.service-slide {
  transform: translateY(80px) !important;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px 10px;
}

.service-card {
  position: relative;
  overflow: hidden;
  border: 6px solid white;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-decoration: none !important;
  display: block !important;
  color: inherit !important;
}

a.service-card,
a.service-card:link,
a.service-card:visited,
a.service-card:hover,
a.service-card:active {
  text-decoration: none !important;
  color: inherit !important;
}

.service-image {
  width: 100%;
  height: auto;
  display: block;
}

.service-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
}

.service-title h3 {
  color: white !important;
  font-family: "TANBUSTER", Arial, sans-serif !important;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

/* Featured Products Section */
.featured-products-section {
  padding: 100px 0;
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-title {
  font-family: "TANBUSTER", Arial, sans-serif !important;
  font-size: 100px;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
  margin-top: 0;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px;
}

.consultation-products-grid {
  grid-template-columns: repeat(4, 1fr);
  max-width: 100%;
}

.product-card {
  position: relative;
}

.product-image-wrapper {
  overflow: hidden;
  border: 6px solid white;
  position: relative;
}

.product-image {
    width: 100%;
    height: 300px;
    display: block;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
}

.product-info {
  position: relative;
  padding: 15px 15px 0px 0px;
  width: 100%;
}

.product-name {
  font-family: "Inconsolata", monospace !important;
  font-size: 30px;
  color: white !important;
  margin: 0;
}

.product-price-container {
  display: flex;
  gap: 10px;
  margin: 0;
  font-family: "TANBUSTER", Arial, sans-serif;
  padding: 10px 10px 10px 0px;
  width: 100%;
}

.product-price-mrp {
  font-size: 30px;
  color: white !important;
  text-decoration: line-through !important;
  opacity: 0.7;
  font-family: "Inconsolata", monospace !important;
}

.product-price-sale {
  font-size: 30px;
  color: white !important;
  font-weight: bold;
  font-family: "Inconsolata", monospace !important;
}

.view-all-btn {
  display: inline-block;
  background-color: white !important;
  color: #e7915a !important;
  font-family: "Inconsolata", monospace !important;
  font-size: 35px;
  text-transform: uppercase;
  padding: 17px 40px 15px 40px;
  text-decoration: none !important;
  letter-spacing: 1px;
  margin-top: 20px;
  transition: all 0.3s ease;
  border: none;
  border-radius: 0;
}

.view-all-btn:hover {
  background-color: #f8f8f8 !important;
  color: #000 !important;
  text-decoration: none !important;
}

/* Trusted Clients Section */
.trusted-clients-section {
  position: relative;
  padding-bottom: 80px;
}

.trusted-clients-title {
  font-family: "Inconsolata", monospace;
  font-size: 40px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 30%;
  text-align: center;
}

.client-heading hr {
  width: 35%;
  color: #fff;
}

.client-heading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.client-logos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  margin-top: 60px;
  padding: 0px 10px;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.client-logo img {
  max-height: 240px;
  width: auto;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.client-logo:hover img {
  filter: grayscale(0%);
}

/* Book a Consultation Section */
.consultation-section {
  padding: 200px 0;
  background-size: 100%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position: top;
}

.consultation-title {
  font-family: "TANBUSTER", Arial, sans-serif !important;
  font-size: 63px;
  line-height: 1.2;
  color: white !important;
  margin-bottom: 20px;
  letter-spacing: 1px;
  margin-top: 0;
}

.consultation-text {
  font-family: "Inconsolata", monospace !important;
  font-size: 32px;
  line-height: 1.1;
  color: white !important;
  margin: 0;
}

.btn-book-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #95aa1f !important;
  color: white !important;
  font-family: "Inconsolata", monospace !important;
  font-size: 40px;
  padding: 12px 30px;
  border-radius: 0;
  text-decoration: none !important;
  transition: all 0.3s ease;
  gap: 150px;
  border: 2px solid #000;
}

.btn-book-now .arrow {
  margin-left: 10px;
}

.btn-book-now:hover {
  background-color: #7cb342 !important;
  color: white !important;
  text-decoration: none !important;
}

.feature-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 140px;
  height: 70px;
  color: white;
  font-family: "Inconsolata", monospace;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.feature-corner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Inconsolata", monospace;
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #fff;
  width: 332px;
  height: 78px;
}

.feature-content {
  padding: 20px 0;
}

.feature-text-small {
  font-family: "Inconsolata", monospace;
  font-size: 28px;
  line-height: 1.1;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.feature-text {
  font-family: "Inconsolata", monospace;
  font-size: 28px;
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
}

.round-corner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.round-corner hr {
  width: 100%;
  color: #fff;
}

.landscape-margin {
  margin-top: 190px;
}

/* Southern Luxury Section */
.southern-luxury-section {
  padding: 150px 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.southern-luxury-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}

.southern-luxury-title {
  font-family: "TANBUSTER", Arial, sans-serif;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.2;
  color: white;
  text-transform: none;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  width: 80%;
}

/* Footer Section */
.footer-section {
  padding: 80px 0 60px;
  background-size: 25%;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.left-footer-nav {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 80px;
  position: relative;
  z-index: 2;
  flex-direction: column;
}

.right-footer-nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 80px;
  position: relative;
  z-index: 2;
  flex-direction: column;
}

.footer-link {
  font-family: "TANBUSTER", Arial, sans-serif !important;
  font-size: 42px;
  color: white !important;
  text-decoration: none !important;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
}

.footer-brand {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.lower-footer {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.social-link {
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
}

.social-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Animations */
[data-scroll] {
  will-change: transform;
}

[data-scroll-speed] {
  will-change: transform;
}

[data-scroll].is-inview {
  opacity: 1;
}

.service-card,
.product-card {
  transition: transform 0.4s ease;
}

.service-card {
  overflow: hidden;
}

.service-card img,
.product-card {
  position: relative;
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none !important;
  display: block !important;
  color: inherit !important;
}

a.product-card,
a.product-card:link,
a.product-card:visited,
a.product-card:hover,
a.product-card:active {
  text-decoration: none !important;
  color: inherit !important;
}

a.product-card {
  display: block;
  width: 100%;
}

.service-card:hover img,
.product-card:hover .product-image {
  transform: scale(1.05);
}

.shop-now-btn,
.view-all-btn,
.btn-book-now {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shop-now-btn:hover,
.view-all-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-book-now:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(149, 170, 31, 0.25);
}

.nav-link,
.footer-link {
  transition: opacity 0.3s ease;
}

.nav-link:hover,
.footer-link:hover {
  opacity: 0.6;
}

.client-logo {
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.client-logo:hover {
  transform: scale(1.08);
}

.icon-link {
  transition: transform 0.3s ease;
}

.icon-link:hover {
  transform: scale(1.1);
}

.brand-identity-section,
.founder-section,
.services-grid-section,
.featured-products-section,
.consultation-section {
  will-change: transform;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-15px) rotate(2deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
