﻿:root
{
    color-scheme: light;
    font-family: "Montserrat", sans-serif;
    background: #fff8f4;
    color: #3e2f2f;
}

* 
{
    box-sizing: border-box;
}

body
{
    margin: 0;
    line-height: 1.6;
    background: radial-gradient(circle at top left, #ffe9e0 0%, #fff8f4 40%, #f6eee8 100%);
}

img
{
    max-width: 100%;
    display: block;
}

.container
{
    width: min(1120px, calc(100% - 2rem));
    margin: 0 auto;
}

.site-header
{
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(14px);
    background: rgba(255, 248, 244, 0.9);
    border-bottom: 1px solid rgba(158, 109, 95, 0.18);
}

.header-inner
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
}

.brand
{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-mark
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #f7d1d1;
    color: #9b3a4b;
    font-size: 1.5rem;
}

.eyebrow
{
    margin: 0 0 0.5rem;
    color: #9f6f6f;
    font-size: 0.95rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.site-nav
{
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.site-nav a
{
    color: #3e2f2f;
    text-decoration: none;
    font-weight: 600;
}

.hero
{
    padding: 4rem 0 3rem;
}

.hero-grid
{
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 1fr);
    gap: 2rem;
    align-items: center;
}

.hero-copy h2,
.section-about h2,
.section-menu h2,
.section-order h2
{
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.02;
}

.hero-copy p
{
    max-width: 44rem;
}

.hero-actions
{
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    align-items: center;
}

.button
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.7rem;
    border-radius: 999px;
    background: #9b4f58;
    color: white;
    border: none;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover
{
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(155, 79, 88, 0.18);
}

.button-secondary
{
    background: #fff;
    color: #9b4f58;
    border: 1px solid #e7c7c2;
}

.hero-card
{
    border-radius: 2rem;
    background: linear-gradient(180deg, #fff6f2 0%, #f5e5e2 100%);
    padding: 2rem;
    box-shadow: 0 24px 60px rgba(142, 85, 84, 0.1);
}

.hero-card-inner
{
    display: grid;
    gap: 1rem;
}

.hero-card .tag
{
    display: inline-flex;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: #f4d5d5;
    color: #9b3a4b;
    font-size: 0.9rem;
    font-weight: 700;
}

.hero-meta
{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: #8b5e5e;
    font-size: 0.95rem;
}

.section-about,
.section-menu,
.section-order
{
    padding: 3.5rem 0;
}

.section-grid
{
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2rem;
}

.feature-list
{
    display: grid;
    gap: 1rem;
}

.feature-list article
{
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(179, 133, 118, 0.15);
}

.menu-grid
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.menu-item
{
    padding: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(179, 133, 118, 0.18);
}

.order-card
{
    padding: 2.5rem;
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 237, 232, 0.96), #fffaf8);
    border: 1px solid rgba(214, 178, 173, 0.35);
    text-align: center;
}

.order-actions
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.site-footer
{
    border-top: 1px solid rgba(158, 109, 95, 0.16);
    padding: 1.25rem 0 2rem;
}

.footer-inner
{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: #7a5b5b;
    font-size: 0.95rem;
}

@media (max-width: 860px)
{
    .hero-grid,
    .section-grid,
    .menu-grid
    {
        grid-template-columns: 1fr;
    }

    .header-inner
    {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 520px)
{
    .hero
    {
        padding-top: 2.5rem;
    }

    .button
    {
        width: 100%;
    }
}

.section-gallery {
  padding: 72px 0;
  background: #fff7fb;
  min-height: 100vh;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(91, 46, 67, 0.12);
}
