html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GraphikRegular", "Graphik" !important;
  background-color: #f9f9f9;
  overflow-y: unset !important;
}

#main,
#wrapper {
  background-color: #fff;
  position: relative;
}

html body,
html header ul.nav>li>a,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .heading-font,
html .off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: "GraphikRegular", "Graphik" !important;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-Bold.ttf") format('OpenType');
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 800;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-ExtraBold.ttf") format('OpenType');
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  font-weight: 400;
  src: url("/wp-content/themes/child-f/assets/font/INTER-REGULAR.TTF") format('OpenType');
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  font-weight: 500;
  src: url("/wp-content/themes/child-f/assets/font/INTER-MEDIUM.TTF") format('OpenType');
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5 {
  display: none;
}

#footer .section.navigation-resources {
  background: #150b00;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

/* --- CSS VARIABLES & RESET --- */
:root {
  --primary-black: #000000;
  --primary-text: #111111;
  --secondary-text: #555555;
  --light-gray-bg: #F7F7F7;
  /* Hero & Card backgrounds */
  --border-color: #E5E5E5;
  --accent-brown: #4B382A;
  /* Top notification bar */
  --white: #FFFFFF;

  --font-main: 'Inter', sans-serif;
  --spacing-container: 2rem;
  --max-width: 1300px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-main);
  color: var(--primary-text);
  line-height: 1.5;
  background-color: var(--white);
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}

ul {
  list-style: none;
}

.homePage img {
  height: auto;
  display: block;
  width: 100%;
}

/* --- UTILITY CLASSES --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

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

.bold {
  font-weight: 700;
}

.section-header {
  margin: 0 auto 50px;
  text-align: center;
}

.section-header h2 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
  margin-bottom: 20px;
}

.section-header p {
  max-width: 910px;
  color: var(--branding-primary-1100, #000);
  font-family: Inter !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0 auto 50px;
}

.subsection-title {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}

/* --- BUTTONS --- */
.btn {
  display: flex;
  width: 270px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  color: var(--Branding-Primary1-White, #FFF);
  background: var(--branding-primary-1100, #000);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  border: 2px solid var(--branding-primary-2100, #000);
}

.btn-black:hover {
  color: #fff;
  background: #B5946C;
  border: 2px solid var(--branding-primary-2100, #B5946C);
}

.btn-outline {
  background-color: transparent;
  color: #000;
  border: 2px solid #000;
  min-width: 200px;
  text-align: center;
}

.btn-outline:hover {
  border: 2px solid var(--branding-primary-2100, #B5946C);
  color: var(--branding-primary-2100, #B5946C);
}

.cta-wrapper {
  display: flex;
  justify-content: center;
}

.showcase {
  padding-bottom: 100px;
}

/* --- HERO SECTION --- */
.hero {
  background: url(../landingpage/2026/CustomOrderInspirationGallery/banner-pc.webp) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-text h1 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
  margin-bottom: 20px;
}

.hero-text p {
  color: var(--branding-primary-1100, #000);
  font-family: Inter !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
  max-width: 550px;
}

/* --- GRID LAYOUTS GENERAL --- */
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mg-50 {
  margin-bottom: 50px;
}

/* --- CARDS GENERAL --- */
.card-basic {
  transition: box-shadow 0.3s;
  cursor: pointer;
}

.card-basic .cardTxt {
  padding: 20px 20px 20px 0;
  display: inline-flex;
  flex-direction: column;
}

.card-basic:hover {
  background: var(--branding-primary-210, #F8F5F1);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.card-basic:hover .cardTxt {
  padding: 20px;
}

.card-basic .view-name {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

.view-details {
  color: var(--branding-primary-180, #333);
  font-family: Inter !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-bottom: 1px solid transparent;
}

.card-basic:hover .view-name {
  border-bottom: 1px solid #666;
}

.card-basic:hover .view-details {
  border-color: #666;
}

/* --- SECTION: BY HAIR COLOR --- */
.color-card {
  background: transparent;
}

.color-img-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.color-card h3 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.sku {
  color: var(--branding-primary-160, #666);
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.desc {
  color: var(--branding-primary-180, #333);
  font-family: Inter !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}

/* --- SECTION: BY BASE SIZE --- */
.size-card {
  text-align: left;
}

.size-card img {
  width: 100%;
  margin-bottom: 10px;
}

.size-card h3 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

/* --- SECTION: MIXED DENSITY --- */
.mixed-visuals {
  margin-bottom: 10px;
}

.models {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mixed-content h3 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.prop-label {
  color: var(--branding-primary-160, #666);
  font-family: Montserrat !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 5px;
  display: block;
}

.prop-val {
  color: var(--branding-primary-180, #333);
  font-family: Inter !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 10px;
}

.prop-val:last-child {
  margin-bottom: 0;
}

/* --- SECTION: SHOWCASE --- */
.showcase .grid-4 {
  margin-bottom: 30px;
}

.showcase-card img {
  margin: 0 auto 10px;
}

.showcase-card h4 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

.showcase-card p {
  color: var(--branding-primary-180, #333);
  font-family: Inter !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin: 0;
}

/* --- PADDING UTILITIES --- */
section {
  padding: 100px 0 0;
}

@media (max-width: 1220px) {
  .container {
    padding: 0 15px;
  }
}

/* --- RESPONSIVE MEDIA QUERIES --- */
@media (max-width: 1024px) {

  .grid-4,
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .mixed-density-card {
    flex-direction: column;
  }

  .hero-text h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-text p {
    margin: 0 auto 30px;
    max-width: none;
    font-size: 14px;
    line-height: 21px;
  }

  .hero {
    background: url(../landingpage/2026/CustomOrderInspirationGallery/banner-ph.webp) no-repeat center center;
    background-size: cover;
    padding: 135px 0 30px;
  }

  .hero-text h1 {
    font-size: 32px;
    line-height: 40px;
  }

  section {
    padding: 50px 0 0;
  }

  .grid-4,
  .grid-3,
  .grid-2 {
    gap: 10px;
  }

  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .mg-50 {
    margin-bottom: 30px;
  }

  .showcase {
    padding-bottom: 50px;
  }

  .section-header h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .section-header p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 auto 30px;
  }

  .section-header {
    margin: 0 auto 30px;
  }

  .subsection-title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .card-basic {
    background: var(--branding-primary-210, #F8F5F1);
  }

  .card-basic .cardTxt {
    padding: 10px;
  }

  .card-basic .view-name {
    font-size: 16px;
    line-height: 24px;
  }

  .view-details {
    font-size: 12px;
    line-height: 18px;
  }

  .color-card h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .sku {
    font-size: 13px;
    line-height: 19px;
  }

  .desc {
    font-size: 12px;
    line-height: 18px;
  }

  .size-card h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .mixed-content h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .prop-label {
    font-size: 13px;
    line-height: 19px;
  }

  .prop-val {
    font-size: 12px;
    line-height: 18px;
  }

  .showcase-card h4 {
    font-size: 16px;
    line-height: 24px;
  }

  .showcase-card p {
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: break-word;
  }
}

/* --- MODAL STYLES --- */
.modal-overlay {
  /* display: none; */
  display: flex;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(12.75px);
  /* Semi-transparent black */
  justify-content: flex-start;
  align-items: center;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.modal-overlay.active {
  /* display: flex; */
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: #E6E6E6;
  width: 425px;
  height: calc(100vh - 40px);
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
}

.modal-overlay.active .modal-content {
  transform: translateX(0);
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #E6E6E6;
  position: relative;
}

.modal-header h2 {
  color: var(--branding-primary-1100, #000);
  font-family: Montserrat !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 10px;
  margin-bottom: 0;
  /* Space for close button if aligned left, or adjust order */
}

/* Close button on the LEFT as per screenshot 'X BNN...' */
.close-modal {
  cursor: pointer;
}

.close-modal:hover {
  color: #555;
}

.modal-body-scroll {
  overflow-y: auto;
  padding: 20px;
}

.modal-image-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-image-container img {
  max-width: 100%;
  height: auto;
  display: block;
}

.detail-title {
  display: block;
  font-family: Montserrat !important;
  color: var(--branding-primary-180, #333);
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

.detail-text {
  font-family: Inter !important;
  color: var(--branding-primary-180, #333);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.detail-item:last-child .detail-text {
  margin-bottom: 0;
}

/* Mobile responsive adjustments */
@media (max-width: 600px) {
  .modal-content {
    width: calc(100vw - 40px);
    max-height: 80vh;
    margin: 0 auto;
  }

  .modal-header h2 {
    font-size: 18px;
    line-height: 27px;
  }

  .detail-title {
    font-size: 16px;
    line-height: 24px;
  }

  .detail-text {
    font-size: 14px;
    line-height: 21px;
  }
}

html.no-scroll,
body.no-scroll {
  overflow: hidden !important;
}

/* Custom Scrollbar */
.modal-body-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.modal-body-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  background-color: transparent;
}

.modal-body-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}