h2 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.lc-block p{
    color: #5f5f5f;
    line-height: 1.9;
    font-size: 0.97rem;
    font-weight: 300;
}
body {
  font-family: "Cormorant Garamond", serif;
  background-color: #f5f1e5;
}
.container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.lc-block {
  border-radius: 10px;
  padding: 30px;
}


.navbar-nav .nav-link {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.img-box {
  width: 90%;
  height: 375px;
  overflow: hidden;
}
.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
.card-img-top{
    width:100%;
    height:420px;
    object-fit: cover;
    transition: 0.4s ease;
    filter: brightness(85%);
}

.card-img-top:hover{
    transform: scale(1.02);
    filter: brightness(95%);
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
}

/* CONTENIDO */
.content {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: white;
  max-width: 500px;
  text-align: left;
  z-index: 2;
}

.content h1 {
  font-size: 3.5em;
  font-weight: 200;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.content p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
}

/* BOTÓN centrado abajo */
.cta {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.cta button {
  padding: 12px 32px;
  border: none;
  background: white;
  color: black;
  font-size: 0.85rem;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s;
}

.cta button:hover {
  background: black;
  color: white;
}
.btn {
  background: transparent;
  color: white;
  padding: 14px 24px;
  text-decoration: none;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid white;
  transition: 0.3s;
}

.btn:hover {
  background: white;
  color: black;
}

.accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cdbda7;
  border-radius: 0;
  padding: 22px 0;
  box-shadow: none;
}

.accordion-item a {
  color: #3e342c !important;
  font-weight: 500;
  font-size: 1.3rem;
  transition: 0.3s ease;
}

.accordion-item a:hover {
  color: #8c6f4e !important;
}

.accordion-body {
  padding-top: 18px;
  color: #6b5c50;
  line-height: 1.8;
  font-size: 1rem;
}

#submitButton {
  background: #3e342c;
  border: none;
  color: white;
}
.collection-title{
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: black;
}
.img-hover {
    position: relative;
    display: block;
    overflow: hidden;
}

/* imagen */
.img-hover img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
}

/* overlay más suave */
.img-hover::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
    opacity: 0;
    transition: 0.3s ease;
}

/* texto VIEW */
.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    margin: 0;
    
    color: rgba(255,255,255,0.9);
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 3px;
    
    opacity: 0;
    transition: 0.3s ease;
}

/* hover */
.img-hover:hover::after {
    opacity: 1;
}

.img-hover:hover .hover-text {
    opacity: 1;
}

.img-hover:hover img {
    transform: scale(1.02);
}
.same-size-img {
    width: 100%;
    height: 75vh;    
    object-fit: cover;  

}

.company-image{
    width: 100%;
    max-width: 320px;
    height: 500px;
    object-fit: cover;
    filter: brightness(92%);
}
h5{
    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

.lc-block p{
    color: #5f5f5f;
    line-height: 1.9;
    font-size: 1rem;
    font-weight: 300;
}
.video-section{
    position: relative;
    min-height: 100vh;
    padding-top: 6rem;
    padding-bottom: 6rem;
    display: flex;
    align-items: center;
}

.team-img{
    width: 100%;
    max-width: 320px;
    height: 320px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: auto;
    filter: brightness(92%);
    transition: transform 0.5s ease;
}
.team-row:hover .team-img{
    transform: scale(1.04);
}

.team-row:hover .team-img{
    transform: scale(1.03);
    transition: 0.6s ease;
}

.team-info h3{
    font-size: 2.6rem;
    font-weight: 500;
}

.role{
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    color: #777;
}

.team-info p{
    color: #5f5f5f;
    line-height: 1.9;
    font-weight: 300;
      font-size: 1.2rem;

}
.collection-hero{
    margin-top: 0; 
}

/* izquierda */
.collection-text{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    padding: 60px;

}

.inner-text{
    max-width: 400px;
}

.collection-title{
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.collection-subtext{
    font-size: 0.95rem;
    color: #6b6b6b;
    line-height: 1.6;
}

/* derecha full height */
.collection-image{
    width: 100%;
    height: 80vh;   
    object-fit: cover;
    display: block;
}
.collection-img-wrapper {
    padding-right: 60px;
}
.collection-title::after{
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #000;
    margin-top: 12px;
    opacity: 0.2;
}
.banner-img{
    height: 500px;
    object-fit: cover;
    filter: brightness(70%);
}

.banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    max-width: 700px;
    padding: 0 20px;
}

.banner-text h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 32px;
    font-weight: 600;
}
.custom-black-btn {
    color: #080202;
    border: 1px solid #000000;
    letter-spacing: 1px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.custom-black-btn:hover {
    background-color: #2c2c2c;
    color: white;
    transform: translateY(-2px);
}