:root {
    --bg: #f6efe4;
    --bg-strong: #f0dfc1;
    --surface: rgba(255, 252, 247, 0.88);
    --surface-strong: #fff9f0;
    --text: #26170b;
    --muted: #6e5b48;
    --accent: #cb5c34;
    --accent-deep: #9f3613;
    --line: rgba(70, 43, 18, 0.12);
    --shadow: 0 24px 60px rgba(74, 45, 18, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", "Apple SD Gothic Neo", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 32%),
        linear-gradient(180deg, #f8f1e7 0%, #f2e2c9 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

.page-shell {
    min-height: 100vh;
}

.hero {
    padding: 28px 24px 48px;
}

.topbar,
.hero-content,
.section,
.info-layout {
    max-width: 1180px;
    margin: 0 auto;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 44px;
}

.brand h1,
.section-heading h3,
.delivery-panel h3 {
    margin: 0;
}

.brand-badge,
.eyebrow,
.menu-topline span,
.review-meta,
.cta-link {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-badge {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.72rem;
    color: var(--accent-deep);
}

.cta-link {
    font-size: 0.85rem;
    color: var(--muted);
}

.hero-content {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 36px;
    align-items: center;
}

.hero-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 0.98;
}

.eyebrow {
    margin: 0 0 12px;
    font-size: 0.78rem;
    color: var(--accent-deep);
}

.hero-text {
    max-width: 620px;
    margin: 0 0 24px;
    line-height: 1.7;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 22px;
}

.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 999px;
    font-weight: 700;
}

.primary-btn {
    color: #fff8f3;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
    box-shadow: 0 18px 28px rgba(159, 54, 19, 0.22);
}

.secondary-btn {
    background: rgba(255, 250, 242, 0.72);
    border: 1px solid var(--line);
}

.quick-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.quick-facts li {
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 251, 245, 0.78);
    border: 1px solid rgba(70, 43, 18, 0.08);
    color: var(--muted);
    font-size: 0.95rem;
}

.hero-visual {
    display: flex;
    justify-content: center;
}

.phone-frame {
    width: min(360px, 100%);
    padding: 16px;
    border-radius: 36px;
    background: linear-gradient(180deg, #2c1f16 0%, #4e3421 100%);
    box-shadow: var(--shadow);
}

.phone-screen {
    padding: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.55), transparent 35%),
        linear-gradient(180deg, #f4e8d8 0%, #fdf7ef 100%);
}

.screen-header,
.dessert-card,
.menu-topline,
.menu-meta,
.info-layout {
    display: flex;
    justify-content: space-between;
}

.screen-header {
    margin-bottom: 16px;
    font-size: 0.9rem;
    color: var(--muted);
}

.dessert-card {
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(70, 43, 18, 0.08);
}

.dessert-card p,
.menu-info p,
.review-panel blockquote {
    margin: 0;
    color: var(--muted);
}

.featured {
    margin-bottom: 14px;
}

.mini-cards {
    display: grid;
    gap: 12px;
}

.dessert-art,
.menu-thumb {
    position: relative;
    flex: none;
    overflow: hidden;
}

.dessert-art {
    width: 72px;
    height: 72px;
    border-radius: 18px;
}

.bingsu-art,
.bingsu-thumb {
    background:
        radial-gradient(circle at 50% 56%, #fffaf3 0 36%, transparent 37%),
        radial-gradient(circle at 50% 50%, #e7d3bb 0 64%, transparent 65%),
        linear-gradient(180deg, #9a3f1d 0%, #d8824a 100%);
}

.sikhye-art,
.sikhye-thumb {
    background:
        radial-gradient(circle at 50% 20%, rgba(255,255,255,0.55), transparent 32%),
        linear-gradient(180deg, #f7d57e 0%, #cc8f2a 100%);
}

.ricecake-art,
.ricecake-thumb {
    background:
        radial-gradient(circle at 32% 36%, #fff4dc 0 18%, transparent 19%),
        radial-gradient(circle at 68% 62%, #f8e4bf 0 19%, transparent 20%),
        linear-gradient(135deg, #6d5a40 0%, #c8ab74 100%);
}

.topping {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.topping-red {
    top: 16px;
    left: 16px;
    background: #9c2315;
}

.topping-gold {
    top: 22px;
    right: 16px;
    background: #f0c766;
}

.topping-green {
    bottom: 18px;
    left: 28px;
    background: #7b9257;
}

main {
    padding: 0 24px 56px;
}

.section {
    margin-top: 28px;
}

.section-heading {
    margin-bottom: 20px;
}

.section-heading h3,
.delivery-panel h3 {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
}

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

.menu-card,
.delivery-panel,
.review-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.menu-card {
    overflow: hidden;
    border-radius: 28px;
}

.menu-thumb {
    width: 100%;
    height: 220px;
}

.menu-info {
    padding: 20px;
}

.menu-topline {
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.menu-topline span {
    font-size: 0.72rem;
    color: var(--accent-deep);
}

.menu-info p {
    line-height: 1.6;
    min-height: 52px;
}

.menu-meta {
    margin-top: 18px;
    gap: 10px;
    color: var(--muted);
    font-size: 0.95rem;
}

.info-layout {
    gap: 20px;
    align-items: stretch;
}

.delivery-panel,
.review-panel {
    flex: 1;
    padding: 28px;
    border-radius: 28px;
}

.info-list {
    margin: 18px 0 0;
    padding-left: 20px;
    color: var(--muted);
    line-height: 1.9;
}

.review-panel {
    background:
        linear-gradient(135deg, rgba(255, 249, 240, 0.96) 0%, rgba(244, 225, 200, 0.92) 100%);
}

.review-panel blockquote {
    font-size: 1.2rem;
    line-height: 1.7;
}

.review-meta {
    margin-top: 18px;
    font-size: 0.78rem;
    color: var(--accent-deep);
}

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

    .info-layout {
        flex-direction: column;
    }

    .hero {
        padding-top: 20px;
    }
}

@media (max-width: 640px) {
    .hero,
    main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .topbar {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 28px;
    }

    .hero-copy h2 {
        line-height: 1.08;
    }

    .menu-thumb {
        height: 180px;
    }

    .delivery-panel,
    .review-panel {
        padding: 22px;
    }
}
