/*==================================================
  Styles for Home Page - Video Banner with Slide-Over Effect
==================================================*/

/*==================================================
  Video Hero Banner Section - FULL VIEWPORT HEIGHT
==================================================*/
.hero-banner {
    position: fixed;
    left: 0;
    width: 100%;
    top: 162px;                    /* ✅ Starts below your 162px header */
    height: calc(100vh - 162px);   /* ✅ Fits within remaining viewport */
    overflow: hidden;
    z-index: 1;
}

/* Background Video */
.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Black Overlay */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 4.33%, rgba(0, 0, 0, 0.40) 59.73%), linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 2;
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    color: #ffffff;
}
.hero-title {
    margin-bottom: 32.6px;
    animation: 6;
    max-width: 687px;
    color: #FFF;
    text-align: center;
    font-size: 90px;
    font-style: normal;
    font-weight: 300;
    line-height: 92%;
    letter-spacing: -5.4px;
}
.hero-description {
    max-width: 607px;
    margin-bottom: 63.9px;
    opacity: 0.95;
    /* animation: fadeInUp 1s ease-out 0.2s;
    animation-fill-mode: backwards; */
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 133.33%;
}
.hero-button {
    display: inline-block;
    padding: 25px 63px;
    text-decoration: none;
    transition: all 0.3s ease;
    /* animation: fadeInUp 1s ease-out 0.4s;
    animation-fill-mode: backwards; */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #728E02;
    color: #FFF;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.762%;
    letter-spacing: -1.05px;
}

.hero-button:hover {
    background-color: #000;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 140, 21, 0.3);
}

/*==================================================
  Content Wrapper - Slide Over Effect
==================================================*/
.content-wrapper {
    position: relative;
    z-index: 10;
    background: #ffffff;
    /* margin-top: 100vh; */
    margin-top: calc(100vh - 162px);
    min-height: 100vh;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.1);
}

/* Example Content Section Styling */
.content-section {
    padding: 72.5px 0;
    overflow: hidden;
}
.content-section h2 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 46.2px */
    letter-spacing: -1.8px;
    text-transform: uppercase;
    /* animation: fadeInUp 1s ease-out 0.2s;
    animation-fill-mode: backwards; */
    width: 100%;
}

.content-section p {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 133.333%;
    /* animation: fadeInUp 1s ease-out 0.2s;
    animation-fill-mode: backwards; */
    width: 100%;
    padding-bottom: 20px;
}
.content-section p:last-child { padding-bottom: 0; }
#about-us.content-section p, .content-section.sub-aboutus p {
    font-size: 18px;
    line-height: 166.667%;
}
h2.sec-Titles.mission {
    margin-top: 122px;
}
.hallmark {
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 3;
}
.u-up-vector {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.u-up-vector.large {
    background-image: url(../images/u-up-vector-large.svg);
    width: 456px;
    height: 366px;
}
.u-up-vector.small {
    background-image: url(../images/u-up-vector-small.svg);
    width: 202px;
    height: 160px;
}
.u-down-vector.small {
    background-image: url(../images/u-down-vector-small.svg);
    width: 202px;
    height: 159.29px;
}


.hero-banner .hallmark {
    right: 100px;
}
.where-craftsmanship .hallmark {
    left: 88px;
    animation: fadeInDown 1s ease-out 0.2s;
    animation-fill-mode: backwards;
}

/*Green bg*/
.greenbg-sec { 
    background: #5B6828;
}
.greenbg-sec .flexbox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.greenbg-sec .sec-Titles {
    padding-bottom: 15px;
}
.sec-content {
    max-width: 954px;
}
.greenbg-sec .sec-content {
    display: inline-block;
}

.bg-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutus {
    height: 960px;
}
.aboutus .flexbox {
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    gap: 53px;
}
.sec-content-Outer {
    align-self: center;
    text-align: center;
}
.aboutus .sec-Titles {
    padding-bottom: 53px;
    text-transform: capitalize;
    font-size: 84px;
    letter-spacing: -2.52px;
}
.aboutus .sec-content {
    padding-bottom: 80px;
}
#our-people.aboutus .sec-content, .sub-aboutus .sec-content {
    padding-bottom: 0;
}
.aboutus .hallmark {
    right: 100px;
}
.aboutus .hallmark.u-down-vector.small {
    bottom: auto;
    top: 0;
    left: 92px;
}
.aboutus .cta-button {
    background-color: transparent;
    text-transform: unset;
    font-size: 18px;
    font-weight: 500;
    line-height: 189.845%;
    letter-spacing: normal;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    position: relative;
}
.aboutus .cta-button::before {
    content: '';
    position: absolute;
    right: 22px;
    top: auto;
    z-index: 1;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(../images/Arrow-right.svg);
    width: 36.45px;
    height: 14.728px;
    bottom: auto;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
}
.aboutus .cta-button::after {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    background-image: url(../images/Ellipse-white.svg);
    width: 38.728px;
    height: 38.728px;
    margin-left: 33.27px;
}
.aboutus .cta-button:hover {
    color: #728E02;
}
.aboutus .cta-button:hover::before {
    transform: translateX(6px);
}

.ourpeople.bg-content, .goals.bg-content, .visionmission.bg-content, .values.bg-content, .team.bg-content {
    background-attachment: fixed;
}


#brandsContents .hallmark.u-down-vector {
    display: none;
}

.brands >  .flexbox {
    justify-content: center;
    height: 100%;
}
.brands .sec-content-Outer.flexbox {
    column-gap: 128px;
    row-gap: 60px;
}
.brands .sec-content-Outer, .brands.content-section p {
    text-align: left;
}
.brands.content-section p {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 156%;
}
.brands .sec-content {
    padding-bottom: 60px;
}
.brands .u-up-vector.large {
    bottom: auto;
    top: 0;
    right: 88px;
    background-image: url(../images/img_bottom.png);
    width: 335px;
    height: 292px;
}
.brands .cta-button {
    text-align: center;
    font-size: 21px;
    line-height: 111.762%;
    letter-spacing: -1.05px;
    min-width: auto;
    border-radius: 10px;
}
#tatami .cta-button { 
    background-color: #9C7D4B;
}
#chotto-by-tatami .cta-button { 
    background-color: #EBB5A4;
}
#neo-eatery .cta-button { 
    background-color: #9C5E45;
}
.brands .cta-button:hover {
    background-color: #000!important;
}









/*==================================================
  Animations
==================================================*/
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*==================================================
  Responsive Styles
==================================================*/

@media only screen and (max-width: 1600px) {
    .content-wrapper { margin-top: calc(100vh - 140px); }
    .hero-banner {
        top: 140px;
        height: calc(100vh - 140px);
    }
    .hero-title { font-size: 84px; }
    .hero-description { font-size: 22px; }
    .hero-button {
        padding: 23px 59px;
        font-size: 20px;
    }
    .content-section h2 { font-size: 54px; }
    .content-section p { font-size: 22px; }
    .aboutus .sec-Titles { font-size: 78px; }
}

@media only screen and (max-width: 1440px) {
    .content-wrapper { margin-top: calc(100vh - 130px); }
    .hero-banner {
        top: 130px;
        height: calc(100vh - 130px);
    }
    .u-up-vector.large {
        width: 400px;
        height: 310px;
        background-size: contain;
    }
    .u-up-vector.small, .u-down-vector.small {
        width: 152px;
        height: 120px;
        background-size: contain;
    }
    .only-heading .u-up-vector.large {
        max-height: 259px;
        max-width: 320px;
    }
    .brands .u-up-vector.large {
        width: 235px;
        height: 205px;
    }
    .site-footer {
        background-size: 600px;
    }
    .hero-title { font-size: 78px; }
    .hero-description { font-size: 22px; }
    .brands .cta-button {
        font-size: 20px;
    }
    .brands .sec-content-Outer.flexbox {
        column-gap: 100px;
    }
}

@media only screen and (max-width: 1152px) {
    .hero-title { font-size: 70px; }
    .hero-description { font-size: 21px; }
    .content-section h2 { font-size: 45px; }
    .content-section p { font-size: 20px; }
    .aboutus {
        height: 100vh;
        max-height: 745px;
    }
    .aboutus .sec-Titles { font-size: 66px; }
    .aboutus .sec-content { padding-bottom: 52px; }
    h2.sec-Titles.mission { margin-top: 65px; }
}

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    .hero-title { font-size: 66px; }
    .content-section h2 { font-size: 40px; }
    .content-section {  padding: 60px 20px; }
    .content-section h2 { font-size: 42px; }
    .aboutus .sec-Titles { font-size: 55px; }
    #about-us.content-section p, .content-section.sub-aboutus p, .brands.content-section p {
        font-size: 17px;
    }
    .brands .sec-content { padding-bottom: 48px; }
    .cta-button {
        padding: 19px 44px;
    }
    .u-up-vector.large {
        width: 275px;
        height: 221px;
    }
    .brands .sec-content-Outer.flexbox {
        column-gap: 70px;
    }
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .hero-title { font-size: 55px; }
    .content-section {
        padding: 50px 15px;
    }
    .content-section h2 { font-size: 38px; }
    
}

@media (max-width: 600px) {
    .content-section {
        padding: 70px 15px;
        max-height: fit-content;
    }
    .aboutus .sec-Titles {
        padding-bottom: 33px;
    }
}

/* Very Small Devices (400px and below) */
@media (max-width: 400px) {
    
}