/* Typography & Colors Mobile Styles */
.typography-colors-mobile {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
}

/* Typography & Colors Mobile Section Base */
.tcm-section {
  position: relative;
  width: 100%;
  padding: 40px 20px;
}

.tcm-section-full {
  position: relative;
  width: 100%;
  padding: 40px 0px;
}

.tcm-section-add-pad {
  padding-left:20px;
  padding-right:20px;
}

/* Hello Section */
.tcm-section--header-logomark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 300px);
  text-align: center;
  background-image: url(/images/logo-wordmark-header.png);
  background-size: cover;
  background-position:55%;
}

.tcm-hello__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
}

.tcm-hello__title-type-face {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
  text-align:center;
}

.tcm-hello__title-mockups2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #ffffff;
  text-align:center;
}

.tcm-section__title {
  font-family: 'Dallas', 'League Spartan', sans-serif;
  font-size: 47px;
  line-height: 49px;
  text-align: center;
  color: #000000;
  letter-spacing: 0;
  margin: 0;
  font-weight: 400;
}

.tcm-section__subheader {
  font-family: 'Playfair Display', serif;
  font-size:18px;
  text-align:center;
  margin-top:15px;
  margin-bottom:20px;
  letter-spacing:0.2px;
}

.tcm-section__subheader-small {
  font-family: 'Playfair Display', serif;
  font-size:16px;
  text-align:center;
  margin-top:15px;
  margin-bottom:10px;
  letter-spacing:0.5px;
}

.tcm-section__text {
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  max-width: 500px;
  margin: 0 auto;
  text-align:center; 
}

.tcm-wordmark__black-logo-box {
  background-color:#000000;
  height: 150px;
  width:100%;
  display: flex;
  margin-top:24px;
}

.tcm-wordmark__white-logo-box {
  background-color:#ffffff;
  height: 150px;
  width:100%;
  display: flex;
  margin-top:20px;
  border: 1px solid #000000;
  padding:20px;
}

.tcm-wordmark__logo-black {
  margin:auto;
  width: auto;
  height:100%;
}

.tcm-wordmark__icon-box {
  display:flex;
  gap:15px;
  margin-top:25px;
}

.tcm-wordmark__icon-image-left {
  width:50%;
  background-color: #000000;
}

.tcm-wordmark__icon-image-right {
  width:50%;
  background-color:#FFFFFF;
  border:1px solid #000000;
}

.tcm-wordmark__icon-image {
  width:100%;
  padding:15px;
}

.tcm-wordmark__quiet-image {
  width:100%;
}

.tcm-section--colors {
  border-top:1px solid #000000;
}

.tcm-colors__identify-box1 {
  background-color: #9E0D09;
  width:100%;
  padding:25px 20px;
  margin-top:30px;
  color:#FFFFFF;
}

.tcm-colors__identify-box2 {
  background-color: #4D331B;
  width:100%;
  padding:25px 20px;
  color:#FFFFFF;
}

.tcm-colors__identify-box3 {
  background-color: #9C9D74;
  width:100%;
  padding:25px 20px;
  color:#FFFFFF;
}

.tcm-colors__identify-box4 {
  background-color: #777166;
  width:100%;
  padding:25px 20px;
  color:#FFFFFF;
}

.tcm-colors__identify-box5 {
  background-color: #868D90;
  width:100%;
  padding:25px 20px;
  color:#FFFFFF;
}

.tcm-colors__identify-box6 {
  background-color: #A3ADB2;
  width:100%;
  padding:25px 20px;
  color:#363636;
}

.tcm-colors__identify-box7 {
  background-color: #EEE9E6;
  width:100%;
  padding:25px 20px;
  color:#363636;
}

.tcm-colors__identify-box8 {
  background-color: #F0E7DC;
  width:100%;
  padding:25px 20px;
  color:#363636;
}

.tcm-colors__pms-colors {
  display:flex;
  gap:20px;
}

.tcm-colors__text-box {
  width:33.33%;
  text-align: center;
}

.tcm-section--icons {
  border-top:1px solid #000000;
}

.tcm-mockup__tag-image {
  width:100%;
  object-fit:cover;
  height:560px;
}

.tcm-mockup__clothing-tag-image {
  width:100%;
  object-fit: cover;
  height:560px; 
}

.tcm-mockup__clothing-box {
  margin-top:-7px;
}

.tcm-mockup__bag-image {
  width:80%;
  margin: auto;
}

.tcm-mockup__bag-box {
  display:flex;
}

.tcm-icons__icon-image-left {
  width:50%;
  background-color: #9E0D09;
}

.tcm-icons__icon-image-right {
  width:50%;
  background-color:#868D90;
}

.tcm-icons__main-icon-box {
  margin:auto;
  width: 250px;
  height: 260px;
  background-color: #000000;
}

.tcm-tagline__main-icon-box {
  width:60%;
  margin: auto;
}

.tcm-tagline__icon-image {
  width: 100%;
}

.tcm-tagline__tagline-box1 {
  background-color: #000000;
  width:100%;
  padding:25px 25px;
  margin-top:30px;
  color:#ffffff;
}

.tcm-tagline__tagline-box2 {
  background-color: #ffffff;
  width:100%;
  padding:25px 25px;
  margin-top:15px;
  color:#000000;
  border: 1px solid #000000;
}

.tcm-tagline__tagline-box3 {
  background-color: #9E0D09;
  width:100%;
  padding:25px 25px;
  margin-top:15px;
  color:#ffffff;
}

.tcm-tagline__inner-box {
  text-align: center;
}

.tcm-tagline__text-box {
  font-weight:500;
  font-family: 'Dallas', 'League Spartan', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height:34px;
}

.tcm-tagline__tagline-mini-box {
  display:flex;
  margin-top:15px;
  gap:15px;
  margin-bottom:20px;
}

.tcm-tagline__icon-image-left {
  width: 33.3%;
  background-color:#000000;
}

.tcm-tagline__icon-image-middle {
  width: 33.3%;
  background-color:#FFFFFF;
  border:1px solid #000000;
}

.tcm-tagline__icon-image-right {
  width: 33.3%;
  background-color:#9E0D09;
}

.tcm-tagline__icon-image-3 {
  width:100%;
  padding:10px 10px 5px 10px;
}

.tcm-section--header-type-faces {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 350px);
  text-align: center;
  background-image: url(/images/ginger-type-face-header.jpg);
  background-size: cover;
  background-position:50%;
}

.tcm-fonts__dallas-font {
  font-family: 'Dallas', 'League Spartan', sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 70px;
  margin-top:-13px;
}

.tcm-fonts__playfair-font {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  text-align: center;
  font-size: 40px;
  letter-spacing: 0px;
  margin-top:5px;
}

.tcm-section--header-mockups2 {
  display: flex;
  align-items: normal;
  justify-content: center;
  min-height: calc(100vh - 350px);
  text-align: center;
  background-image: url(/images/luxe-tote-bag-rocks.png);
  background-size: cover;
  background-position:50%;
}

.tcm-mockups2__store-image {
  width: 100%;
  object-fit: cover;
}

.tcm-mockups2__store-box {
  width:100%;
}

.tcm-section-mockups2 {
  position: relative;
  width: 100%;
  padding: 0px 0px;
}


/* Typography & Colors Mobile Navigation - Using shared .mobile-nav styles from section-layout-mobile.css */

/* Responsive adjustments */
@media (max-width: 480px) {
  .tcm-hello__title {
    font-size: 48px;
    text-align:left;
  }
  
}