
/***************************/
/*** BROWSER STYLE RESET ***/
/***************************/
.tk *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
.tk *,
.tk *::before,
.tk *::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
.tk a, button {
  cursor: revert;
}

/* For images to not be able to exceed their container */
.tk img {
  max-inline-size: 100%;
  max-block-size: 100%;
  user-select: none;
  pointer-events: none;
}

/* Remove spacing between cells in tables */
.tk table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
.tk input, textarea {
  -webkit-user-select: auto;
}

/* Revert the 'white-space' property for textarea elements on Safari */
.tk textarea {
  white-space: revert;
}

/* Minimum style to allow to style meter element */
.tk meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* Preformatted text - use only for this feature */
.tk :where(pre) {
  all: revert;
}

/* Reset default text opacity of input placeholder */
.tk ::placeholder {
  color: unset;
}

/* Remove default dot (•) sign */
.tk ::marker {
  content: initial;
}

/* Fix the feature of 'hidden' attribute */
.tk :where([hidden]) {
  display: none;
}

/* Revert for bug in Chromium browsers */
.tk :where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* Apply back the draggable feature - exists only in Chromium and Safari */
.tk :where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
.tk :where(dialog:modal) {
  all: revert;
}

/***************/
/*** GENERAL ***/
/***************/

html {
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  margin: 0;
  padding: 0;
}

.tk {
  font-family: "Genesis Sans Text", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  font-size: 14px !important;
}

/*****************/
/*** SECTION 1 ***/
/*****************/

.section-1 {
  position: relative;
  width: 100%;
  padding-top: 31.5%; 
  background-image: url('https://di-uploads-pod47.dealerinspire.com/genesisofvannuys/uploads/2025/07/genesis-kr-the-brand-experience-space-16-desktop-mobile-1220x660-ko.jpg');
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  height: 85vh;
}

.section-1::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-content h1,
.hero-content h2 {
  color: white !important;
  letter-spacing: normal;
  font-weight: 300!important;
  font-family: "Genesis Sans Head", sans-serif;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.hero-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.cta {
  display: flex;
  gap: 30px;
  width:fit-content;
}

.btn {
  background: #141414;
  color: #fff !important;
  border-color: #141414 !important;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-radius: 0px;
  box-shadow: none;
  padding: 1.38rem 2.75rem;
  font-weight: 400;
  font-size: 1rem!important;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  margin: 0 auto 0.625rem auto;
  transition: all 0.5s ease;
  letter-spacing: .13rem;
 
}

.btn:hover {
  background: transparent !important;
  color: #141414 !important;
  border-color: #141414 !important;
  font-weight: 400 !important;
}

/*****************/
/*** SECTION 2 ***/
/*****************/

.section-2 {
  max-width: 1300px;
  padding: 80px 0;
  margin: 0 auto;
}
.section-2-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.section-2 h2{
  letter-spacing: normal;
  font-family: "Genesis Sans Text", sans-serif;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 0.2em;
  color: #fff;
}

.section-2 h1{
  letter-spacing: normal;
  font-family: "Genesis Sans Head", sans-serif;
  font-size: 3.5em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #fff;
}

.section-2 .card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-2 .card .fa, .section-2 .card .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 80px;
    margin-bottom: 1.5rem;
    color: #fff;
}

.section-2 h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.section-2 p{
  text-align: center;
  font-size: 1rem; 
  color: #fff;
  font-family: "Genesis Sans Text", sans-serif;
}


/*****************/
/*** SECTION 3 ***/
/*****************/


.section-3 {
  padding: 100px 50px;
}

.section-3-inner,
.section-3-inner-rev {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap:50px;
}

.section-3-text {
  flex: 1 1 500px;
}

.section-3 h2{
  letter-spacing: normal;
  font-family: "Genesis Sans Text", sans-serif;
  font-size: 1.8em;
  margin-bottom: 0.2em;
}

.section-3 h1{
  letter-spacing: normal;
  font-family: "Genesis Sans Head", sans-serif;
  font-size: 3.5em;
  margin-bottom: 0.5em;
}

.section-3-text .border-left {
  padding-left: 1.5rem;
  border-left: 1px solid #6F6F6F;
  margin: 3em 0;
}

.section-3 p, .section-3 li{
  font-size: 1.1rem; 
  font-family: "Genesis Sans Text", sans-serif;
  margin-bottom: 0.8em;
  font-weight: 300;
}

.section-3 ul{
padding-left: 2rem;
}

.section-3-text .btn {
  background: #141414;
  color: #fff !important;
  border: 1px solid #141414;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1rem;
  transition: all 0.3s ease;
}

.section-3-text .btn:hover {
  background: transparent;
  border: 1px solid #141414!important;
  color: #000 !important;
}

.section-3-img {
  flex: 1 1 400px;
  text-align: center;
}

.section-3-img img {
  width: 100%;
  height: auto;
}


/*****************/
/*** SECTION 4 ***/
/*****************/

.section-4 {
  width: 100%;
  padding: 100px 50px;
  font-family: "Genesis Sans Text", sans-serif;
  background-color: #f0f0f070;
}

.section-4 .section-4-inner {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  padding: 100px;
  border: 1px solid #d1d1d1;
}

.section-4 h2{
  letter-spacing: normal;
  font-family: "Genesis Sans Text", sans-serif;
  font-size: 1.8em;
  margin-bottom: 0.2em;
  margin-top: 1.5em;
}

.section-4 h1{
  letter-spacing: normal;
  font-family: "Genesis Sans Head", sans-serif;
  font-size: 3.5em;
}

.section-4-inner .content-box{
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    justify-items: center;
    flex-direction: column;
}

.section-4-inner .wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 3em;
}

.section-4-inner .line {
  border: none;
  border-top: 2px solid #000;
  margin: 20px 0;
  width: 100%;
}

.section-4 p{
  font-size: 1rem; 
  font-family: "Genesis Sans Text", sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  margin-bottom: 2em;
}



/*****************/
/*** SECTION 6 ***/
/*****************/

.section-6 {
  position: relative;
  width: 100%;
  padding-top: 31.5%; 
  background-image: url('https://di-uploads-pod47.dealerinspire.com/genesisofvannuys/uploads/2025/07/genesis-ww-changeregion-chooseyourcountryorregion-01-desktop-1920x484-en.jpg');
  background-size:cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 50px;
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content h1{
  letter-spacing: normal;
  font-family: "Genesis Sans Head", sans-serif;
  font-size: 3.5em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #fff;
}

.content h2 {
 color: #fff;
  letter-spacing: normal;
  font-weight: 300;
  font-family: "Genesis Sans Text", sans-serif;
}

.content p {
  font-size: 14px;
  max-width: 720px;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  color: white !important;
}

.content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}


/*************************/
/*** RESPONSIVE STYLES ***/
/*************************/


@media (max-width: 1024px) {
   .section-2-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

.section-2 .card {
    padding: 20px 15px;
  }

  .section-2,
  .section-3,
  .section-4 {
    padding: 50px;
  }

  .section-3-inner,
  .section-3-inner-rev {
    gap: 30px;
  }

   .section-3-text,
   .section-3-img {
    flex: 1 1 100%;
    width: 100%;
    text-align: left;
  }

  .tk .section-6 {
    height: 60vh;
    padding: 50px;
  }

  .section-6 .content{
    width: 100%;
  }
}

@media (max-width: 768px) {
   .section-6 h1,
   .section-2 h1,
   .section-4 h1,
   .section-3 h1 
    {
      font-size: 2rem;
      margin-bottom: 0.8rem ;
    }


  .section-1 h2,
  .section-6 h2,
  .section-2 h2,
  .section-4 h2,
  .section-3 h2  
   {
     font-size: 1.2rem;
     margin-bottom: 0.5rem;
   }

  .section-4-inner .wrapper {
    grid-template-columns: 1fr;
    gap:0;
    margin-bottom: 1rem;
  }

  .section-4 p {
    margin-bottom: 0.5em;
  }

  .content-box .btn{
    margin-top: 2em;
  }
  .section-2 .card .fas {
    font-size: 60px;
  }


   .section-4 .section-4-inner {
    padding: 50px 30px;
  }
  .section-4 {
    padding: 50px;
  }

  .tk .section-6 .content p{
    line-height: normal;
  }

  .feature-section {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .feature-card {
    max-width: 100%;
  }

  
}

@media (max-width: 500px) {

   .section-4 .section-4-inner,
   .section-4, 
   .section-2,
   .section-3 {
    padding: 50px 30px;
  }
 

  .section-4{
    padding-bottom: 30px;
  }

  .cta {
    flex-direction: column;
    gap: 0;
    flex: 1;
  }

  .tk .section-1 .hero-content .btn,
  .section-3-text .btn,
  .content-box .btn {
    width: 100%;
  }
}

/*****************/
/*** OVERRIDE ***/
/*****************/

.entry-title{
  display: none;
}
.post-content {
  margin-bottom: 0!important;
  padding-top: 0!important;
}