* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
    background-color: #fffaf2;
    color: #2c241b;
    line-height: 1.5;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 28px;
}

.page-header {
    background: #fbe6ce;
    border-bottom: 6px solid #d2691e;
    padding: 20px 0;
    box-shadow: 0 6px 14px rgba(210, 105, 30, 0.15);
}

.logo-area {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: #6b2e1a;
    margin-bottom: 20px;
    text-shadow: 2px 2px 0 #fce2c1;
}

.logo .dot {
    color: #c95f1a;
    font-size: 2.5rem;
}

.hero {
    background: linear-gradient(145deg, #ffdec2, #ffb785);
    padding: 80px 0 40px;
    text-align: center;
    border-bottom: 4px solid #d57e3a;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 800;
    color: #4f2800;
    line-height: 1.2;
    margin-bottom: 24px;
    text-shadow: 3px 3px 0 #ffbb77;
}

.hero .highlight {
    background: #ffb04c;
    padding: 0 16px;
    display: inline-block;
    transform: rotate(-0.5deg);
}

.subhead {
    font-size: 1.7rem;
    max-width: 1000px;
    margin: 0 auto;
    color: #482d18;
    font-weight: 500;
}

.cta-buttons-section {
    background: #fbe6ce;
    padding: 30px 0 40px;
    text-align: center;
}

.cta-platform-row {
    margin-bottom: 25px;
}

.btn-platform {
    display: inline-block;
    background-color: #ffc107;
    color: #1f1f1f;
    font-weight: 800;
    font-size: 1.9rem;
    padding: 18px 50px;
    border-radius: 60px;
    text-decoration: none;
    box-shadow: 0 10px 0 #b45f2b, 0 12px 18px rgba(0,0,0,0.2);
    transition: 0.08s linear;
    border: 3px solid #b6470c;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-platform:hover {
    transform: translateY(6px);
    box-shadow: 0 4px 0 #b45f2b, 0 8px 12px rgba(0,0,0,0.15);
    background-color: #ffb300;
}

.cta-social-row {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-social {
    background-color: #ffffff;
    border: 3px solid #d27c3f;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    color: #442c1c;
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
}

.btn-social.telegram:hover {
    background-color: #d7ecff;
    border-color: #0088cc;
}

.btn-social.whatsapp:hover {
    background-color: #dcf9e0;
    border-color: #25D366;
}

.featured-media {
    padding: 80px 0 60px;
    border-bottom: 2px solid #edc29b;
    background: #fffbf4;
}

.media-grid {
    display: flex;
    align-items: center;
    gap: 70px;
    flex-wrap: wrap;
}

.featured-media.reverse .media-grid {
    flex-direction: row-reverse;
}

.media-image {
    flex: 1 1 350px;
    min-width: 300px;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 35px 40px -18px #b95d26;
    border: 8px solid #ffdbb5;
}

.media-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: 0.3s;
}

.media-image img:hover {
    transform: scale(1.02);
}

.media-text {
    flex: 1 1 350px;
}

.media-text h2 {
    font-size: 3rem;
    color: #914a1e;
    margin-bottom: 20px;
    border-left: 15px solid #e07c2e;
    padding-left: 25px;
    text-shadow: 2px 2px 0 #ffe5cd;
}

.media-text p {
    font-size: 1.3rem;
    margin-bottom: 24px;
    color: #3e2a19;
    font-weight: 400;
}

.hawker-spotlight {
    background: #faead8;
    padding: 60px 0;
}

h2 {
    font-size: 2.8rem;
    color: #7b451f;
    margin-bottom: 32px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 6px solid #e6843a;
    padding-bottom: 10px;
}

.section-intro {
    font-size: 1.4rem;
    margin-bottom: 40px;
}

.dish-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin: 40px 0 28px;
    justify-content: center;
}

.dish-tag {
    background: #ffffffd9;
    border: 3px solid #d47b3a;
    padding: 14px 28px;
    border-radius: 60px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #502f17;
    box-shadow: 0 8px 0 #9f592a;
    transition: 0.1s;
}

.dish-tag:hover {
    transform: translateY(4px);
    box-shadow: 0 4px 0 #9f592a;
    background: #fff5e2;
}

.more-note {
    font-size: 1.4rem;
    background: #dba97a;
    color: #2d1b0e;
    padding: 22px;
    border-radius: 70px;
    text-align: center;
    font-weight: 600;
}

.noodle-paradise {
    padding: 70px 0;
    background: #fff1e2;
}

.noodle-showcase-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 40px;
}

.noodle-item {
    background: #fceddd;
    border-radius: 48px;
    padding: 32px 25px;
    border: 2px solid #c78d5a;
    box-shadow: 0 18px 20px -12px #b16229;
}

.noodle-item h3 {
    font-size: 2rem;
    color: #aa4f1c;
    margin-bottom: 16px;
}

.noodle-item p {
    font-size: 1.2rem;
}

.cultural-feast {
    padding: 60px 0;
    background: #fee9d8;
}

.culture-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.culture-card {
    background: white;
    border-radius: 40px;
    overflow: hidden;
    width: 300px;
    border: 5px solid #e6995c;
    box-shadow: 0 25px 20px -12px #ac5d2c;
}

.culture-card img {
    width: 100%;
    height: auto;
    display: block;
}

.culture-card h4 {
    font-size: 1.9rem;
    padding: 20px 20px 8px;
    color: #71391b;
}

.culture-card p {
    padding: 0 20px 26px;
    font-size: 1.2rem;
}

.sweet-drinks {
    background: #fae1cc;
    padding: 70px 0;
}

.dessert-media .media-text p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.durian-paradise {
    background: #e7cfb5;
    padding: 60px 0;
}

.durian-flex {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.durian-img-block {
    flex: 1 1 300px;
    border-radius: 50px;
    overflow: hidden;
    border: 8px solid #c2793a;
}

.durian-text {
    flex: 2 1 300px;
    font-size: 1.3rem;
}

.seafood-extravaganza {
    padding: 60px 0;
    background: #fbebdb;
}

.seafood-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.seafood-card {
    width: 240px;
    background: #fff7e0;
    border-radius: 40px;
    padding: 20px 20px 30px;
    border: 3px solid #c17d49;
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 12px 0 #8c562b;
}

.seafood-card img {
    border-radius: 30px;
    margin-bottom: 20px;
    width: 100%;
}

.festive-food, .food-trails {
    padding: 60px 0;
    background: #ffe7d2;
}

.food-trails {
    background: #eed6ba;
}

.inline-link {
    display: inline-block;
    background: #884b26;
    color: white;
    padding: 18px 40px;
    border-radius: 70px;
    font-weight: 700;
    margin-top: 30px;
    text-decoration: none;
    font-size: 1.6rem;
    border: 4px solid #e6a46b;
    box-shadow: 0 8px 0 #4f2b12;
}

.inline-link:hover {
    background: #a85e32;
    transform: translateY(5px);
    box-shadow: 0 3px 0 #4f2b12;
}

.final-cta {
    padding: 80px 0;
    text-align: center;
    background: #fcdec2;
}

.btn-large {
    font-size: 2.4rem;
    padding: 28px 70px;
}

.social-again {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin: 40px 0 20px;
}

.page-footer {
    background: #2f1d0f;
    color: #f3dbbc;
    padding: 50px 0;
    text-align: center;
    border-top: 8px solid #bf712b;
}

.footer-keywords {
    font-size: 1.1rem;
    color: #dbb58b;
    margin-top: 24px;
    word-spacing: 10px;
    line-height: 1.8;
}

@media (max-width: 1000px) {
    .noodle-showcase-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .noodle-showcase-grid {
        grid-template-columns: 1fr;
    }
    .hero h1 { font-size: 2.8rem; }
    .btn-platform { font-size: 1.5rem; padding: 14px 30px; }
}