@charset "UTF-8";

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Body.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Disp.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'ss01'; 
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Semi Bold Body.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans-SemiBoldDisp.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/SequelSans-MediumOblBody.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Sequel Sans';
  src: url('fonts/Sequel Sans Medium Head.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background-color: white;
  color: #333;
  line-height: 1.6;
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 600; 
  font-style: normal; 
}



.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}


.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
	padding: 5px 20px; 
  border-bottom: 1px;
	 align-items: center;
	position: relative; 
	 z-index: 2; 
  background: white; 
}

.navbar {
  display: flex;
	 gap: 20px; 
}

.navbar a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
	font-size: 11px; 
	 position: relative; 
  padding: 0 10px; 
}
h2 {
  font-family: 'Sequel Sans', sans-serif;
  font-weight: 400; 
  font-feature-settings: 'ss01'; 
  font-size: 2rem;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.navbar a:hover {
  color: #666;
	
}

/* Full-width sections */
.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.description-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.description-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 700;
}

.description-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  font-style: italic;
}

.logo {
 
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
	font-size: 16px; 
  padding: 0 10px; 
}


.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 500px;
  background: #000 url('images/CHAIR.jpg') center/cover no-repeat;
  text-align: center;
  overflow: hidden;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  padding: 20px;
  box-sizing: border-box;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 18px;
  max-width: 700px;
  margin: 0 auto 30px;
  color: white;
}

.cta-button {
  display: inline-block;
  background-color: #A82231;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #5B0F18;
}


.main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.aside-left {
  width: 60%;
  padding: 1rem;
  box-sizing: border-box;
}

.aside-right {
  width: 40%;
  padding: 1rem;
  box-sizing: border-box;
}

.aside-left img {
  width: 100%;
  height: auto;
  display: block;
}

button {
  background-color: #0C0E24;
  color: white;
  padding: 10px 18px;
  font-size: 1rem;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
	
}

.but {
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 600; 
  font-style: normal; 
  
}

button:hover {
  background-color:#131740;
}


.row {
 display: flex;         
 flex-wrap: wrap;      
  gap: 20px;             
}
.chaircontainer {display: flex; justify-content: center}
.col {
  width: calc(33.333% - 2rem);
  padding: 1rem;
  box-sizing: border-box;
}

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

h1 {
  font-family: 'Sequel Sans', sans-serif;
  font-weight: 600;
}

p {
  font-family: 'Sequel Sans', sans-serif;
  font-weight: 500; 
  font-feature-settings: 'ss01'; 
  line-height: 1.5;
  letter-spacing: 0.2px;
}

span {
  font-family: 'Sequel Sans', sans-serif;
  font-weight: 500; 
  font-style: normal; 

}


@media (max-width: 992px) {
  .main {
    display: block;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .aside-left,
  .aside-right,
  .col {
    width: 100%;
    text-align: center;
    padding: 1rem;
  }
}

.judul {
  text-align: center;
}

.browse {
  display: block;
  margin: auto;
}


/* Logo container */
.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
  z-index: 1;
  background: transparent;
}

/* Logo image */
.logo-image {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

/* For the text part */
.logo span {
  text-align: center;
	font-size: 14px; 
  line-height: 1.2; 
}

/* Footer Styles */
.brand-footer {
  background: #000;
  background: linear-gradient(90deg, #000, #333);
  color: white;
  padding: 40px 0;
  width: 100%;
  font-family: 'Outfit', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.footer-section h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
  padding-bottom: 10px;
}


.footer-section p {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
}


.social-icons img {
  width: 15px;
	height: 15px;
	padding-top: 1px;
  transition: all 0.3s ease;
}
	

.social-icons img:hover {
  opacity: 0.8;
}


  
  .logo span {
    font-size: 12px;
  }
  
  .logo-image {
    width: 20px;
    height: 20px;
  }


.row {
	display: block;
  text-align: center; 
  margin-bottom: 20px; 
}

.second{
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #FAF7F4;
  padding: 60px 0;
  box-sizing: border-box;
}

.our{
	font-family: 'Sequel Sans', sans-serif;
  font-weight: 500;  
  font-feature-settings: 'ss02'; 
}



.redbox {
	background-color: #A82231; 
	padding-bottom: 30px;
	color:#FFFFFF;
	padding-top: 1px;

}

.brand-footer {
  background-color: #f8f8f8;
  padding: 40px 0;
}

.footer-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-section {
  flex: 1;
  padding-right: 40px;
}

.footer-columns {
  flex: 1;
  display: flex;
}

.address-factory {
  flex: 1;
}

.contact-follow {
  flex: 1;
}

.footer-section {
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons img {
  width: 15px;
  height: 15px;
}

.browse:hover {background-color:#76121D;
}

/* Responsive Media Queries */
@media (max-width: 992px) {
  .header {
    flex-direction: column;
    padding: 10px;
  }
  
  .navbar {
    width: 100%;
    justify-content: center;
    margin: 5px 0;
  }
  
  .left-nav, .right-nav {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .navbar a:not(:last-child)::after {
    display: none;
  }
  
  .logo {
    order: 0;
    margin: 10px 0;
  }
  
  .main {
    flex-direction: column;
  }
  
  .aside-left, .aside-right {
    width: 100%;
    padding: 10px;
  }
  
  .hero-content h1 {
    font-size: 36px;
  }
  
  .hero-content p {
    font-size: 16px;
  }
  
  .col {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 400px;
  }
  
  .hero-content h1 {
    font-size: 32px;
  }
  
  .description-content h2 {
    font-size: 28px;
  }
  
  .col {
    width: 100%;
    max-width: 400px;
  }
  
  .footer-container {
    flex-direction: column;
  }
  
  .footer-columns {
    flex-direction: column;
  }
}

[class*="flex"], .row, .chaircontainer, .footer-container {
  flex-wrap: wrap;
}


.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.navbar {
  display: flex;
  gap: 15px;
}

.left-nav {
  order: 1;
}

.logo {
  order: 2;
  margin: 0 20px;
  text-align: center;
}

.right-nav {
  order: 3;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .header {
    flex-direction: column;
    padding: 15px 20px;
  }
  
  .logo {
    position: static;
    transform: none;
    margin: 10px 0;
    order: -1;
  }
  
  .navbar {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 10px 0;
  }
  
  .navbar a {
    font-size: 14px;
    padding: 5px;
  }
  
  .hero-content h1 {
    font-size: 36px;
  }
  
  .hero-content p {
    font-size: 16px;
    padding: 0 20px;
  }
  
  .aside-left, 
  .aside-right {
    width: 100%;
    padding: 20px;
  }
  
  .col {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  
  .footer-container {
    flex-direction: column;
  }
  
  .footer-columns {
    flex-direction: column;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 400px;
  }
  
  .hero-content h1 {
    font-size: 28px;
  }
  
  .description-content h2 {
    font-size: 24px;
  }
  
  .cta-button {
    padding: 12px 25px;
  }
  
  .navbar a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 24px;
  }
  
  .description-content h2 {
    font-size: 20px;
  }
  
  .hero-content p,
  .description-content p {
    font-size: 14px;
  }
  
  .navbar {
    gap: 10px;
  }
  
  .navbar a {
    font-size: 12px;
  }
  
  .logo span {
    font-size: 12px;
  }
  
  .footer-section h3 {
    font-size: 16px;
  }
  
  .footer-section p {
    font-size: 13px;
  }
}