
:root {
    --bg-color: #403737;
    --accent-color: #e26d6d;
    --text-light: #fff2d8;
    --text-dark: #ffffff;
    --btn-bg: #d85c5c;
    --btn-bg-hover: #b74b4b;
    --font-main: "Krungthep", sans-serif;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: var(--bg-color);
    font-family: var(--font-main);
    color: var(--text-dark);
}

.navbar {
    width: 100%;
    padding: 20px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.logo span {
    font-size: 1.2rem;
    color: var(--text-light);
    font-weight: 600;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: var(--text-light);
    font-size: 0.95rem;
    font-weight: 500;
    transition: 0.3s;
}

.nav-links a:hover {
    color: var(--accent-color);
}

.nav-icons {
    display: flex;
    gap: 15px;
    font-size: 1.2rem;
}

.heroCont{
        position: relative;
    width: 100%;
 
    height: 100vh;

}

.hero {
  
    position: relative;
    width: 100%;

    display: flex;
    justify-content: center;
    height: 86vh;
    align-items: flex-start;
    padding-top: 5%;
}


.heroimg {

    position: absolute;
    z-index: 1;
 
}


.hero-subtitle {
    color: var(--text-dark);
    font-size: 1.5rem;
  padding-top: 10%;
    z-index: 3;
    position: relative;
}


.order-btn {
    background: var(--btn-bg);
    border: none;
  height: 45px;
    color: white;
    border-radius: 8px;
    margin-top: 20px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: 0.3s;
    width: 156.69px;
font-family:"Krungthep", sans-serif ;

}

.order-btn:hover {
    background: var(--btn-bg-hover);
}
.sushi3d1{
    position: absolute;
    z-index: 1;
    width: 405px;
    height: 405px;

}
.sushimodel1{
    width: 100%;
    height: 100%;
}
.herosub{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.About{
width: 100%;
height: 714px;
background-color: #FFF0DD;
background-image:url(images/about.png) ;
background-repeat: no-repeat;
background-size: 100%;
display: flex;
margin-top: 3%;
gap: 10%;
align-items: center;
justify-content: center;
}
.About,h1{
    color: var(--bg-color);
    font-family: 'Krungthep';
font-size: 40px;

}
.aboutCont{
    display: flex;
    flex-direction:column ;
gap: 10% ;
}
.aboutCont,p{
    font-family: 'Montserrat';
    font-size: 16px;
font-style: normal;
font-weight: 400;
   color: var(--bg-color);
   width: 618.882px;
}
.redBox{
    width: 393.8px;
height: 422.192px;
border-radius: 73px;
background: #B0464A;
margin-top: 10%;

}
.sushiModel2{
    width: 100%;
    height: 100%;
    position: absolute;
}
.sushi3d2{
        position: absolute;
    z-index: 1;
    width: 405px;
    height: 405px;
  
}

 
.contact-hero {
 display: flex;

    text-align: center;
    padding: 60px 20px 40px;
    position: relative;
    background: var(--bg-color);
    flex-direction: column;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

.contact-hero h1 {
    font-size: 8rem;
    color: var(--text-light);
    font-weight: 700;
    letter-spacing: 10px;
    margin-bottom: 20px;
    text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.4);
    line-height: 1;
}

.contact-hero p {
    font-size: 1.8rem;
    color: var(--text-light);
    font-weight: 300;
    margin-bottom: 30px;
}




.form-section {
    background: var(--text-light);
    padding: 80px 20px;
}

.form-section h2 {
    text-align: center;
    font-size: 2.8rem;
    color: var(--bg-color);
    margin-bottom: 60px;
    font-weight: 700;
}

.contact-form {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 18px 25px;
    border: none;
    border-radius: 10px;
    background: var(--accent-color);
    color: white;
    font-size: 1rem;
    font-family: var(--font-main);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.85);
}

.contact-form textarea {
    grid-column: 1 / -1;
    min-height: 180px;
    resize: vertical;
    font-family: var(--font-main);
}

.send-btn {
    background: var(--bg-color);
    border: none;
    color: white;
    padding: 18px 60px;
    border-radius: 10px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: 0.3s;
    width: fit-content;
    margin: 30px auto 0;
    display: block;
    font-family: var(--font-main);
    font-weight: 600;
}

.send-btn:hover {
    background: #332c2c;
    transform: translateY(-2px);
}


.contact-cards {
    max-width: 1200px;
    margin: -50px auto 80px;
    display: grid;
  
    gap: 35px;
    padding: 0 20px;    
    position: relative;
    z-index: 10;
}

.contact-card {
        display: flex;
    background: var(--bg-color);
    padding: 50px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    flex-direction: column;
    align-items: center;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.contact-card-icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 20px;
}

.contact-card h3 {
    font-size: 1.8rem;
    color: var(--text-light);
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-card p {
    color: var(--text-light);
    font-size: 1.1rem;
}


.locations-section {
     display: flex;
    background: var(--text-light);
    padding: 80px 20px 100px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.locations-section h2 {
    font-size: 2.8rem;
    color: var(--bg-color);
    margin-bottom: 15px;
    font-weight: 700;
}

.locations-section p {
    font-size: 1.4rem;
    color: var(--bg-color);
    margin-bottom: 60px;
    font-weight: 300;
}

.map-container {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    height: 550px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.map-placeholder {
    width: 100%;
    height: 100%;
    background: #e0e0e0;
}


.footer {
    background: #2d2626;
    padding: 70px 20px 40px;
    color: var(--text-light);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    margin-bottom: 50px;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-brand img {
    width: 97px;
    height: 55px;
}

.footer-brand span {
    font-size: 1.3rem;
    font-weight: 600;
}

.footer-section h4 {
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 15px;
}

.footer-section a {
    color: var(--text-light);
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

.footer-section a:hover {
    color: var(--accent-color);
}

.social-icons {
    display: flex;
    gap: 18px;
    margin-top: 25px;
}

.social-icons span {
    font-size: 1.3rem;
    cursor: pointer;
    transition: 0.3s;
}

.social-icons span:hover {
    color: var(--accent-color);
    transform: scale(1.1);
}

.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.newsletter-form input {
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    border-radius: 8px;
    color: white;
    font-size: 0.95rem;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form button {
    padding: 12px 25px;
    background: var(--btn-bg);
    border: none;
    border-radius: 8px;
    color: white;
    cursor: pointer;
    font-size: 0.95rem;
    transition: 0.3s;
    font-weight: 600;
}

.newsletter-form button:hover {
    background: var(--btn-bg-hover);
}

.footer-bottom {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    gap: 25px;
}

.footer-links a {
    color: var(--text-light);
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: var(--accent-color);
}

@media (max-width: 1024px) {
    .contact-hero h1 {
        font-size: 6rem;
        letter-spacing: 6px;
    }

    .contact-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .navbar {
        padding: 20px 30px;
    }

    .contact-hero h1 {
        font-size: 4rem;
        letter-spacing: 4px;
    }

    .contact-hero p {
        font-size: 1.4rem;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .form-section h2,
    .locations-section h2 {
        font-size: 2.2rem;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-bottom {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .map-container {
        height: 400px;
    }
}

@media (max-width: 600px) {
    .navbar {
        padding: 15px 20px;
    }

    .nav-links {
        gap: 12px;
    }

    .nav-links a {
        font-size: 0.8rem;
    }

    .contact-hero {
        padding: 40px 15px 30px;
    }

    .contact-hero h1 {
        font-size: 2.8rem;
        letter-spacing: 2px;
    }

    .contact-hero p {
        font-size: 1.1rem;
    }

    .acorn-icon {
        width: 70px;
        height: 70px;
    }

    .form-section h2,
    .locations-section h2 {
        font-size: 1.8rem;
    }

    .form-section,
    .locations-section {
        padding: 60px 15px;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 15px 20px;
    }

    .send-btn {
        padding: 15px 40px;
        font-size: 1rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .map-container {
        height: 300px;
    }

    .contact-card {
        padding: 35px 25px;
    }

    .contact-card h3 {
        font-size: 1.5rem;
    }
}






.services-section {
    position: relative;
    background-image: url(images/ourservicebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px;
    font-family: sans-serif; /
}

.container {
    max-width: 1200px;
    margin: 0 auto; 
    width: 100%;
}

.section-title {
    font-family: var(--font-main);
    color: var(--text-dark);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px;
    justify-items: center;
}

.service-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 300px;
}


.icon-wrapper {
    background-color: #ffffff;
    width: 140px;
    height: 140px;
    border-radius: 25px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    z-index: 1;
}

.icon-wrapper img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}


.service-badge {
    background-color: var(--bg-color); 
    color: var(--text-dark);
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    z-index: 2;
  
    margin-top: -18px; 
    margin-bottom: 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
}

.service-desc {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
    width: 65%;
}

@media (max-width: 1024px) {
    .services-grid {
        gap: 50px;
    }
    

    .service-card:last-child {
        grid-column: span 2; 
        max-width: 400px; 
    }
}

@media (max-width: 768px) {
    .services-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .service-card:last-child {
        grid-column: auto;.
        max-width: 300px;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
}



.best-sellers-section {
    background-color: var(--text-light); 
    padding: 100px 20px 80px 20px;
    position: relative;
    overflow: hidden; 
}

.dark-title {
    color: #403737; 
    margin-top: 20px;
}


.chopsticks-wrapper {
    position: absolute;
    top: -50px; 
    left: 15%;  
    z-index: 10;
    width: 250px; 
    pointer-events: none; 
}

.chopsticks-img {
    width: 100%;
    height: auto;
    display: block;
    transform: rotate(15deg); 
}


.kanji-decor {
    position: absolute;
    font-family: var(--font-main); 
    font-size: 10rem;
    color: rgba(64, 55, 55, 0.05); 
    z-index: 0;
    line-height: 1;
    user-select: none;
}

.kanji-decor.left {
    top: 10%;
    left: -20px;
}

.kanji-decor.right {
    bottom: 10%;
    right: -20px;
}


.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 30px;
    margin-bottom: 50px;
    position: relative;
    z-index: 2; 
}


.product-card {
    background-color: var(--bg-color); 
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    color: var(--text-dark);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-img-box {
    width: 100%;
    height: 180px; 
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.product-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-details .price {
    font-size: 1.1rem;
    font-weight: 400;
}

.product-details .pieces {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7); 
}


.btn-container {
    text-align: center;
    position: relative;
    z-index: 2;
}

.view-menu-btn {
    display: inline-block;
    background-color: var(--btn-bg);
    color: var(--text-dark);
    padding: 12px 40px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.view-menu-btn:hover {
    background-color: var(--btn-bg-hover);
}


@media (max-width: 1024px) {
    .products-grid {
        gap: 20px;
    }
    
    .chopsticks-wrapper {
        width: 180px; 
        left: 5%;
    }
}

@media (max-width: 768px) {
    .products-grid {
        grid-template-columns: 1fr; 
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

    .kanji-decor {
        font-size: 6rem; 
    }
    
    
    .chopsticks-wrapper {
        width: 120px;
        top: -30px;
        left: -10px; 
    }
}



.balance-section {
  
    background-color: #bf4b4b; 
    position: relative;
    padding: 80px 20px 100px 20px;
    overflow: hidden;
    text-align: center;
}

.light-title {
    color: var(--text-dark); 
    position: relative;
    z-index: 2;
}

.balance-content {
    max-width: 700px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 2;
}

.balance-description {
    color: var(--text-light); 
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 300;
}


.balance-image-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.balance-img {

    width: 100%;
    height: 997.33px; 

 
   
    animation: float 6s ease-in-out infinite;
}

.sushi-shadow {
    width: 200px;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    margin-top: -20px; 
    filter: blur(10px);
    animation: shadowScale 6s ease-in-out infinite;
}


.kanji-column {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-family: var(--font-main);
    font-size: 8rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.1); 
    user-select: none;
    z-index: 1;
}

.left-col {
    left: -20px;
}

.right-col {
    right: -20px;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

@keyframes shadowScale {
    0% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(0.8); opacity: 0.2; }
    100% { transform: scale(1); opacity: 0.3; }
}

@media (max-width: 1024px) {
    .kanji-column {
        font-size: 6rem;
    }
    
    .balance-img {
        height: 400px;
    }
}

 
@media (max-width: 768px) {
    .balance-section {
        padding: 60px 20px;
    }

    .kanji-column {
        font-size: 4rem;
        gap: 20px;
    }
    
   
    .left-col { left: -30px; }
    .right-col { right: -30px; }

    .balance-description {
        font-size: 1rem;
    }

    .balance-img {
        height: 300px; 
    }
    
    .sushi-shadow {
        width: 120px;
    }
}

.sushimodel3{
    width: 100%;
  height: 750px;
}
.sushi3d4{
    width: 100%;
    height: 600px;
}
.hero-section {
    text-align: center;
    padding: 60px 20px;
    background-color: var(--bg-color);
}

.outline-title {
    font-family: 'Teko', sans-serif; 
    font-size: 8rem;
    text-transform: uppercase;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px var(--text-light); 
    letter-spacing: 5px;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 40px;
    font-weight: 300;
}

.hero-image-container {
    max-width: 800px;
    margin: 0 auto;
}

.hero-image-container img {
    width: 100%;
    border-radius: 10px;
}
.our-story {
    background-color: #a64d4d; 
    background-color: var(--accent-color); 
    padding: 80px 50px;
    color: var(--text-light);
}

.container.flex-row {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 50px;
}

.story-text {
    flex: 1;
}

.story-text h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
 
    font:"Krungthep" ;
}

.story-text p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 0.95rem;
    opacity: 0.9;
    color: var(--text-light);
}

.story-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.story-image img {
    border-radius: 50%; 
 
    transform: rotate(-15deg);
}


.meet-chef {
    background-image: url(images/Meet\ our\ chef.png);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    text-align: center;
    background-repeat: no-repeat;
   width: 100%;
   height: 650px;
   
}

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12rem;
    font-family: 'Teko', sans-serif;
    text-transform: uppercase;
    color: #333;
    white-space: nowrap;
    z-index: 1;
    opacity: 0.8;
    line-height: 0.8;
}

.chef-content {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.chef-content img {
    height: 500px;
    width: auto;
}



.philosophy {
    background-color: #333;
    min-height: 850px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    perspective: 1000px;
}


.kanji-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.kanji-bg span {
    position: absolute;
    font-family: var(--font-headers);
    font-weight: bold;
    color: rgba(255, 255, 255, 0.04);
    line-height: 1;
}

.k1 { top: 10%; left: 5%; font-size: 15rem; }
.k2 { top: 50%; right: 10%; font-size: 20rem; }
.k3 { bottom: 5%; left: 15%; font-size: 10rem; }

.philosophy-card {
    background-color: #ba5a5a;
   
    padding: 60px 50px;
    position: relative;
    z-index: 2;
    color: var(--text-light);
    box-shadow: 10px 20px 50px rgba(0,0,0,0.6);

    transform: rotate(-2deg);
    transition: transform 0.3s ease;
}

.philosophy-card:hover {
    transform: rotate(0deg) scale(1.02);
}

.philosophy-card h3 {
    font-family: var(--font-headers);
    text-align: center;
    font-size: 3rem;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .philosophy { min-height: auto; padding: 60px 20px; }
    
   
    
    .philosophy-card { 
        transform: rotate(0deg); 
        width: 100%;
        margin: 0;
        z-index: 2;
    }
}

.our-space {
    background-color: var(--text-light); 
    padding: 80px 50px;
    text-align: center;
  font-family:" Krungthep" ;
}

.our-space h2 {
    color: #3e3333;
    font-size: 3rem;
    margin-bottom: 50px;
    font-family: " Krungthep";
    text-transform: uppercase;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.grid-item {
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}

.grid-item:hover img {
    transform: scale(1.05);
}


.g1 { grid-column: span 2; }
.g2 { grid-column: span 2; }

footer {
    background-color: var(--bg-footer);
    padding: 80px 50px 20px;
    color: #aaa;
    font-size: 0.85rem;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #555;
    padding-bottom: 50px;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a:hover {
    color: var(--accent-color);
}

.newsletter .input-group {
    margin-bottom: 15px;
}

.newsletter input {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #666;
    color: #fff;
}

.newsletter button {
    width: 100%;
    padding: 10px;
    background-color: #555;
    color: #fff;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.newsletter button:hover {
    background-color: var(--accent-color);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.legal {
    display: flex;
    gap: 20px;
}


@media (max-width: 1024px) {
    .bg-text { font-size: 8rem; }
    .gallery-grid { grid-template-rows: repeat(3, 250px); }
    .g1, .g2 { grid-column: span 4; }
    .g3, .g4, .g5, .g6 { grid-column: span 2; }
}

@media (max-width: 768px) {
    /* Header */
    header { padding: 20px; }
    nav { display: none;  }
    

    .container.flex-row { flex-direction: column; }
    .story-text { text-align: center; }
    
  
    .bg-text { font-size: 5rem; white-space: normal; line-height: 1; width: 100%; }
    .chef-content img { height: 350px; }
    
    .philosophy-card { padding: 30px 20px; }
    .p-item, .p-total { grid-template-columns: 1fr; gap: 5px; }
    
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .grid-item { grid-column: span 1 !important; height: 250px; }

    .footer-container { flex-direction: column; gap: 30px; }
    .footer-bottom { flex-direction: column; gap: 20px; text-align: center; }
    .legal { justify-content: center; flex-wrap: wrap; }
}

.stick{
    position: absolute;
    z-index: 1;
  right: 1px;
 top:15%;
}

