
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: clamp(14px, 1.2vw, 18px);
}

body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    background: #4F4F4F;
}

header {
    width: 100%;
}

.mango {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1rem, 3vw, 3rem);
}

.mango::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("https://github.com/osqu1nn/my-images/blob/main/0x1900-000000-80-0-0%20(2).jpg?raw=true");
    background-size: cover;
    background-position: left center;
    filter: grayscale(100%) blur(1.5px);
    mask-image: linear-gradient(
        to bottom,
        black 60%,
        transparent 100%
    );
    z-index: -1;
}

.name {
    font-size: clamp(2rem, 5vw, 4.2rem);
    color: oldlace;
    font-family: "Love Light", cursive;
    font-style: normal;
}

nav ul {
    list-style: none;
    display: flex;
    gap: clamp(1rem, 4vw, 2.5rem);
    font-size: clamp(1.1rem, 2vw, 2.2rem);  
}

a {
    color: rgb(214, 208, 197);
    text-decoration: none;
    background-color: rgba(255, 0, 0, 0); 
    padding: 4px 6px;
    border-radius: 4px;
    font-family: "Love Light", cursive;
    font-style: normal;
    font-size: clamp(2rem, 5vw, 4.2rem);
    font-weight: 700;
}

a:hover {
    text-decoration: underline;
}

footer {
    padding: 60px 20px;
    text-align: center;
}



#menu {
    padding: 80px 20px;
    font-family: 'Love Light', cursive;
    max-width: 1200px;
    margin: 0 auto;
}

#menu h2 {
    font-size: 3.5rem;
    color: rgb(214, 208, 197);
    margin-bottom: 50px;
    text-align: center;
}

.menu-cat {
    margin-bottom: 60px;
}

.menu-cat h3 {
    font-size: 2.5rem;
    color: rgb(214, 208, 197);
    margin-bottom: 25px;
    text-align: center;
    border-bottom: 2px solid rgba(214, 208, 197, 0.3);
    padding-bottom: 10px;
}

.menu-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    padding: 0 20px;
}

.menu-item {
    background-color: rgba(255, 192, 203, 0.15);
    padding: 0;
    border-radius: 12px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(214, 208, 197, 0.2);
    overflow: hidden;
}

.menu-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: grayscale(80%);
    transition: filter 0.3s ease;
}

.menu-item:hover .menu-image {
    filter: grayscale(20%);
}

.menu-item-content {
    padding: 20px;
}

.item-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 8px;
}

.menu-item h4 {
    font-size: 1.6rem;
    color: rgb(214, 208, 197);
    font-weight: 700;
}

.price {
    font-size: 1.4rem;
    color: rgb(255, 192, 203);
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
}

.menu-item p {
    font-size: 1.1rem;
    color: #c8b8b8;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Indie Flower", cursive;
}

.menu-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 192, 203, 0.25);
}

@media (max-width: 600px) {
    .mango {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .menu-items {
        grid-template-columns: 1fr;
    }
    
    #menu h2 {
        font-size: 2.5rem;
    }
    
    .menu-cat h3 {
        font-size: 2rem;
    }
}

#start h2 {
    font-size: 3.5rem;
    color: rgb(214, 208, 197);
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Love Light', cursive;
}

#start h3 {
    color: rgb(214, 208, 197);
    text-align: center;
}
.site-footer {
  background-image: url("https://github.com/osqu1nn/my-images/blob/main/bild_2026-02-04_200445303.png?raw=true");
     filter: grayscale(100%);
    mask-image: linear-gradient(
        to top,
        black 90%,
        transparent 100%
    );
    z-index: -1;
  color: #ecf0f1;
  padding: 40px 20px 20px;
  margin-top: 60px;
  background-size: cover;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: rgb(214, 208, 197);
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section li {
  margin-bottom: 8px;
}

.footer-section a {
  color: #ecf0f1;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-section p, h3 {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "Indie Flower", cursive;
  font-weight: 700;
  font-size: 30px;
}
.footer-section a:hover {
  color: #3498db;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-color: #3498db;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  transition: background-color 0.3s;
  font-family: "Indie Flower", cursive;
  font-size: 35px;
}

.social-links a:hover {
  background-color: #8f9497;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}


@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
  }
}


.wingar {
    position: absolute;
    padding-top: 3000px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100%, 2000px);
    aspect-ratio: 2000 / 2100;
    background: url('https://github.com/osqu1nn/my-images/blob/main/bild_2026-02-04_213442641.png?raw=true') center/cover no-repeat;
    filter: grayscale(100%) brightness(1.1) contrast(1.2) opacity(0.5);
    z-index: -1;
    pointer-events: none;
}


