.elementor-799 .elementor-element.elementor-element-dcc13aa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-799 .elementor-element.elementor-element-9effdd6{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-9effdd6 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* New Container Class */
.brand-viewport {
  height: 100vh;
  width: 100%;
  background-color: #050505;
  /* Adds the subtle vertical lines seen in your image */
  background-image: linear-gradient(to right, #111 1px, transparent 1px);
  background-size: 25% 100%; 
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', -apple-system, sans-serif;
}

/* Center Content Area */
.identity-stack {
  text-align: center;
  z-index: 2;
  max-width: 700px;
  padding: 20px;
}

.brand-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.brand-statement {
  font-family: 'Courier New', monospace;
  font-size: 0.8rem;
  line-height: 1.8;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

/* Social Buttons */
.social-cluster {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.social-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #151515;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  border: 1px solid #222;
}

.social-item:hover {
  background: #222;
  transform: translateY(-2px);
}

/* Bottom Pill Navigation */
.anchor-nav {
  position: absolute;
  bottom: 50px;
  width: 94%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}

.pill-link {
  background: #1a1a1a;
  color: #efefef;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  transition: background 0.3s;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.pill-link:hover {
  background: #252525;
}
@media (max-width: 768px) {

  .anchor-nav {
    position: static;          /* remove absolute if applied */
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;

    height: auto;              /* ✅ allow natural height */
    bottom: auto;              /* ✅ remove bottom lock */
    padding: 20px 15px;        /* optional spacing */
  }

}

@media (max-width: 768px) {

 

  .brand-viewport {
    padding-top: 0 !important;
    margin-top: 0px !important;
    height: 90vh !important; /* better than 100vh on mobile */
  }



}/* End custom CSS */

