/****************************************
Han thueng chiangmai by CMNice Solutions. *
****************************************/

/******** Fonts ********/
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'Adobe';
    src: url('fonts/Adobe Thai Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ================================================================
   Gallery pages: albums and album detail
   ================================================================ */
.restaurant-gallery-page {
    min-height: 70vh;
    background: #fffdf7;
    color: #3e311c;
}

.restaurant-gallery-hero,
.restaurant-gallery-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 8vw, 105px) 0 clamp(50px, 7vw, 86px);
    text-align: center;
    background:
        radial-gradient(circle at 13% 28%, rgba(236, 217, 130, .48), transparent 19%),
        radial-gradient(circle at 89% 75%, rgba(177, 141, 32, .14), transparent 24%),
        linear-gradient(135deg, #fffdf7 0%, #faf1cb 100%);
}

.restaurant-gallery-hero::before,
.restaurant-gallery-detail-hero::before {
    content: "";
    position: absolute;
    top: -95px;
    left: -62px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(177, 141, 32, .26);
    border-radius: 50%;
}

.restaurant-gallery-hero .container,
.restaurant-gallery-detail-hero .container {
    position: relative;
    z-index: 1;
}

.restaurant-gallery-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a47c17;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .06em;
}

.restaurant-gallery-hero h1,
.restaurant-gallery-detail-hero h1 {
    margin: 9px 0 8px;
    color: #3e311c;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.14;
}

.restaurant-gallery-hero p,
.restaurant-gallery-detail-hero p {
    max-width: 620px;
    margin: 0 auto;
    color: #766d5c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.restaurant-gallery-albums-section,
.restaurant-gallery-photos-section {
    padding: clamp(36px, 6vw, 82px) 0 clamp(54px, 8vw, 106px);
}

.restaurant-gallery-albums-grid {
    --restaurant-gallery-album-gap: clamp(18px, 2.6vw, 34px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--restaurant-gallery-album-gap);
}

.restaurant-gallery-album {
    display: block;
    flex: 0 1 calc((100% - (var(--restaurant-gallery-album-gap) * 2)) / 3);
    overflow: hidden;
    border: 1px solid rgba(177, 141, 32, .2);
    border-radius: 19px;
    background: #fff;
    color: #3e311c;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(74, 57, 27, .08);
    transition: transform .28s ease, box-shadow .28s ease;
}

.restaurant-gallery-album:hover,
.restaurant-gallery-album:focus-visible {
    color: #3e311c;
    outline: none;
    box-shadow: 0 20px 40px rgba(74, 57, 27, .17);
    transform: translateY(-7px);
}

.restaurant-gallery-album-image {
    position: relative;
    aspect-ratio: 1.15 / 1;
    overflow: hidden;
    background: #eadfd0;
}

.restaurant-gallery-album-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(44, 29, 10, .45) 100%);
    pointer-events: none;
}

.restaurant-gallery-album-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
}

.restaurant-gallery-album:hover .restaurant-gallery-album-image img {
    transform: scale(1.08);
}

.restaurant-gallery-album-count,
.restaurant-gallery-album-open {
    display: inline-flex;
    position: absolute;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #fffdf7;
}

.restaurant-gallery-album-count {
    top: 13px;
    left: 13px;
    gap: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 999px;
    background: rgba(47, 32, 15, .62);
    font-size: 12px;
    font-weight: 400;
}

.restaurant-gallery-album-open {
    right: 14px;
    bottom: 14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ecd982;
    color: #3e311c;
    font-size: 14px;
    opacity: 0;
    transform: translateY(7px);
    transition: opacity .25s ease, transform .25s ease;
}

.restaurant-gallery-album:hover .restaurant-gallery-album-open {
    opacity: 1;
    transform: translateY(0);
}

.restaurant-gallery-album-content {
    padding: 20px 21px 19px;
}

.restaurant-gallery-album-content > span {
    color: #a47c17;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .07em;
}

.restaurant-gallery-album-content h2 {
    margin: 5px 0 7px;
    color: #3e311c;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.35;
}

.restaurant-gallery-album-content p {
    margin: 0;
    color: #766d5c;
    font-size: 13px;
    font-weight: 400;
}

.restaurant-gallery-album-content p i {
    margin-left: 4px;
    color: #b18d20;
    transition: transform .2s ease;
}

.restaurant-gallery-album:hover .restaurant-gallery-album-content p i {
    transform: translateX(4px);
}

.restaurant-gallery-detail-hero {
    padding-top: clamp(30px, 5vw, 58px);
}

.restaurant-gallery-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(28px, 4vw, 44px);
    padding: 9px 15px;
    border: 1px solid rgba(177, 141, 32, .48);
    border-radius: 999px;
    background: rgba(255, 253, 247, .72);
    color: #5a461f;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.restaurant-gallery-back:hover,
.restaurant-gallery-back:focus-visible {
    background: #ecd982;
    color: #3e311c;
    outline: none;
    box-shadow: 0 8px 19px rgba(74, 57, 27, .12);
    transform: translateX(-3px);
}

.restaurant-gallery-photos-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 190px;
    gap: clamp(10px, 1.7vw, 22px);
}

.restaurant-gallery-photo {
    display: block;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 14px;
    background: #eadfd0;
    box-shadow: 0 9px 19px rgba(74, 57, 27, .13);
}

.restaurant-gallery-photo:nth-child(5n + 1),
.restaurant-gallery-photo:nth-child(5n + 4) {
    grid-row: span 2;
}

.restaurant-gallery-photo:nth-child(7n + 3) {
    grid-column: span 2;
}

.restaurant-gallery-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease, filter .45s ease;
}

.restaurant-gallery-photo > span {
    display: flex;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: rgba(62, 49, 28, .42);
    color: #fff;
    font-size: 25px;
    opacity: 0;
    transition: opacity .25s ease;
}

.restaurant-gallery-photo:hover img,
.restaurant-gallery-photo:focus-visible img {
    filter: saturate(1.1);
    transform: scale(1.07);
}

.restaurant-gallery-photo:hover > span,
.restaurant-gallery-photo:focus-visible > span {
    opacity: 1;
}

.restaurant-gallery-photo:focus-visible {
    outline: 3px solid #b18d20;
    outline-offset: 3px;
}

.restaurant-gallery-empty {
    margin: 30px 0;
    padding: 58px 24px;
    border: 1px dashed rgba(177, 141, 32, .52);
    border-radius: 18px;
    background: #fff;
    color: #766d5c;
    text-align: center;
}

.restaurant-gallery-empty i {
    display: block;
    margin-bottom: 10px;
    color: #b18d20;
    font-size: 35px;
}

.restaurant-gallery-empty p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .restaurant-gallery-albums-grid {
        --restaurant-gallery-album-gap: 18px;
    }

    .restaurant-gallery-album {
        flex-basis: calc((100% - var(--restaurant-gallery-album-gap)) / 2);
    }

    .restaurant-gallery-photos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: 165px;
    }
}

@media (max-width: 767px) {
    .restaurant-gallery-hero,
    .restaurant-gallery-detail-hero {
        padding: 47px 0 43px;
    }

    .restaurant-gallery-kicker {
        font-size: 12px;
    }

    .restaurant-gallery-hero p,
    .restaurant-gallery-detail-hero p {
        max-width: 340px;
        font-size: 14px;
    }

    .restaurant-gallery-albums-section,
    .restaurant-gallery-photos-section {
        padding: 30px 0 52px;
    }

    .restaurant-gallery-albums-grid {
        --restaurant-gallery-album-gap: 16px;
    }

    .restaurant-gallery-album {
        border-radius: 14px;
    }

    .restaurant-gallery-album-content {
        padding: 15px 14px;
    }

    .restaurant-gallery-album-content h2 {
        font-size: 19px;
    }

    .restaurant-gallery-album-content p {
        font-size: 12px;
    }

    .restaurant-gallery-album-count {
        top: 8px;
        left: 8px;
        padding: 4px 7px;
        font-size: 10px;
    }

    .restaurant-gallery-detail-hero {
        text-align: left;
    }

    .restaurant-gallery-detail-hero p {
        margin-left: 0;
    }

    .restaurant-gallery-back {
        margin-bottom: 27px;
        padding: 8px 13px;
        font-size: 13px;
    }

    .restaurant-gallery-photos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 142px;
        gap: 9px;
    }

    .restaurant-gallery-photo {
        border-width: 2px;
        border-radius: 9px;
    }

    .restaurant-gallery-photo:nth-child(5n + 1),
    .restaurant-gallery-photo:nth-child(5n + 4) {
        grid-row: span 1;
    }

    .restaurant-gallery-photo:nth-child(3n + 1) {
        grid-row: span 2;
    }

    .restaurant-gallery-photo:nth-child(7n + 3) {
        grid-column: span 1;
    }
}

/* ================================================================
   Stories and articles: blog.b_type = 1
   ================================================================ */
.restaurant-stories-page,
.restaurant-article-page {
    min-height: 70vh;
    background: #fffdf8;
    color: #3e311c;
}

.restaurant-stories-hero,
.restaurant-article-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 8vw, 100px) 0 clamp(48px, 7vw, 82px);
    background:
        radial-gradient(circle at 12% 20%, rgba(236, 217, 130, .55), transparent 18%),
        radial-gradient(circle at 91% 85%, rgba(177, 141, 32, .16), transparent 24%),
        linear-gradient(135deg, #fffdf8, #f7edc9);
    text-align: center;
}

.restaurant-stories-hero::before,
.restaurant-article-hero::before {
    position: absolute;
    top: -95px;
    right: -70px;
    width: 245px;
    height: 245px;
    border: 1px solid rgba(177, 141, 32, .3);
    border-radius: 50%;
    content: "";
}

.restaurant-stories-hero .container,
.restaurant-article-hero .container {
    position: relative;
    z-index: 1;
}

.restaurant-stories-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a47c17;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .06em;
}

.restaurant-stories-hero h1,
.restaurant-article-hero h1 {
    margin: 9px 0 8px;
    color: #3e311c;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.restaurant-stories-hero p {
    max-width: 640px;
    margin: 0 auto;
    color: #756b59;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.restaurant-stories-content {
    padding: clamp(32px, 5vw, 70px) 0 clamp(60px, 8vw, 104px);
}

.restaurant-stories-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-bottom: clamp(31px, 4vw, 52px);
}

.restaurant-stories-categories a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    padding: 7px 16px;
    border: 1px solid rgba(177, 141, 32, .35);
    border-radius: 999px;
    color: #705b27;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.restaurant-stories-categories a:hover,
.restaurant-stories-categories a:focus-visible,
.restaurant-stories-categories a.is-active {
    outline: none;
    background: #ecd982;
    color: #3e311c;
    transform: translateY(-2px);
}

.restaurant-story-featured {
    display: grid;
    grid-template-columns: minmax(0, 1.13fr) minmax(0, .87fr);
    overflow: hidden;
    margin-bottom: clamp(28px, 4vw, 52px);
    border: 1px solid rgba(177, 141, 32, .26);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 38px rgba(69, 52, 25, .1);
}

.restaurant-story-featured-image,
.restaurant-story-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    background: #e6dcc8;
}

.restaurant-story-featured-image {
    min-height: 390px;
}

.restaurant-story-featured-image::after,
.restaurant-story-card-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(45, 32, 13, .35));
    content: "";
    pointer-events: none;
}

.restaurant-story-featured-image img,
.restaurant-story-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.restaurant-story-featured:hover .restaurant-story-featured-image img,
.restaurant-story-card:hover .restaurant-story-card-image img {
    transform: scale(1.055);
}

.restaurant-story-featured-image > span {
    position: absolute;
    z-index: 1;
    top: 19px;
    left: 19px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ecd982;
    color: #3e311c;
    font-size: 13px;
    font-weight: 400;
}

.restaurant-story-featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 58px);
}

.restaurant-story-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 12px;
    margin: 0 0 12px;
    color: #9b7620;
    font-size: 13px;
    font-weight: 400;
}

.restaurant-story-meta time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #80745d;
}

.restaurant-story-featured h2,
.restaurant-story-card h2 {
    margin: 0;
    font-weight: 400;
    line-height: 1.28;
}

.restaurant-story-featured h2 {
    font-size: clamp(28px, 3vw, 43px);
}

.restaurant-story-featured h2 a,
.restaurant-story-card h2 a {
    color: #3e311c;
    text-decoration: none;
    transition: color .2s ease;
}

.restaurant-story-featured h2 a:hover,
.restaurant-story-featured h2 a:focus-visible,
.restaurant-story-card h2 a:hover,
.restaurant-story-card h2 a:focus-visible {
    color: #a47c17;
    outline: none;
}

.restaurant-story-excerpt {
    margin: 16px 0 22px;
    color: #716755;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.restaurant-story-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    color: #8c6917;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.restaurant-story-link i {
    transition: transform .2s ease;
}

.restaurant-story-link:hover,
.restaurant-story-link:focus-visible {
    color: #3e311c;
    outline: none;
}

.restaurant-story-link:hover i,
.restaurant-story-link:focus-visible i {
    transform: translateX(5px);
}

.restaurant-stories-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(17px, 2.4vw, 30px);
}

.restaurant-story-card {
    overflow: hidden;
    border: 1px solid rgba(177, 141, 32, .2);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(69, 52, 25, .075);
    transition: transform .25s ease, box-shadow .25s ease;
}

.restaurant-story-card:hover {
    box-shadow: 0 17px 32px rgba(69, 52, 25, .14);
    transform: translateY(-6px);
}

.restaurant-story-card-image {
    height: 236px;
}

.restaurant-story-card-content {
    display: flex;
    min-height: 257px;
    flex-direction: column;
    padding: 21px 21px 20px;
}

.restaurant-story-card h2 {
    font-size: 23px;
}

.restaurant-story-card .restaurant-story-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin: 12px 0 17px;
    font-size: 14px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.restaurant-story-card .restaurant-story-link {
    margin-top: auto;
    font-size: 14px;
}

.restaurant-stories-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: clamp(38px, 5vw, 65px);
}

.restaurant-stories-pagination a,
.restaurant-stories-pagination > span {
    display: inline-flex;
    min-width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 9px;
    border: 1px solid rgba(177, 141, 32, .34);
    border-radius: 10px;
    color: #66522a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.restaurant-stories-pagination a:hover,
.restaurant-stories-pagination a:focus-visible,
.restaurant-stories-pagination a.is-active {
    outline: none;
    background: #ecd982;
    color: #3e311c;
}

.restaurant-stories-empty {
    padding: 72px 24px;
    border: 1px dashed rgba(177, 141, 32, .48);
    border-radius: 18px;
    background: #fff;
    color: #756b59;
    text-align: center;
}

.restaurant-stories-empty i {
    display: block;
    margin-bottom: 12px;
    color: #b18d20;
    font-size: 37px;
}

.restaurant-stories-empty p { margin: 0; font-size: 16px; font-weight: 400; }

/* Article detail */
.restaurant-article-hero {
    padding-top: clamp(30px, 5vw, 58px);
}

.restaurant-article-hero .container {
    max-width: 1030px;
}

.restaurant-article-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(29px, 4vw, 45px);
    padding: 9px 15px;
    border: 1px solid rgba(177, 141, 32, .5);
    border-radius: 999px;
    background: rgba(255, 253, 247, .68);
    color: #5f4c24;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.restaurant-article-back:hover,
.restaurant-article-back:focus-visible {
    outline: none;
    background: #ecd982;
    color: #3e311c;
    transform: translateX(-3px);
}

.restaurant-article-hero-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 17px;
    color: #9b7620;
    font-size: 14px;
    font-weight: 400;
}

.restaurant-article-hero-meta span,
.restaurant-article-hero-meta time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.restaurant-article-hero-meta time { color: #756b59; }

.restaurant-article-hero h1 {
    max-width: 930px;
    margin: 13px auto 0;
}

.restaurant-article-content-section {
    padding: clamp(33px, 5vw, 74px) 0 clamp(58px, 8vw, 108px);
}

.restaurant-article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(30px, 5vw, 70px);
    max-width: 1170px;
    margin: 0 auto;
}

.restaurant-article-main { min-width: 0; }

.restaurant-article-cover {
    overflow: hidden;
    margin: 0 0 20px;
    border-radius: 18px;
    background: #e6dcc8;
    box-shadow: 0 13px 28px rgba(69, 52, 25, .12);
}

.restaurant-article-cover img {
    display: block;
    width: 100%;
    max-height: 600px;
    object-fit: cover;
}

.restaurant-article-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin: 0 0 28px;
    padding: 11px 0;
    border-top: 1px solid rgba(177, 141, 32, .25);
    border-bottom: 1px solid rgba(177, 141, 32, .25);
    color: #756b59;
    font-size: 14px;
    font-weight: 400;
}

.restaurant-article-share > div { display: flex; gap: 7px; }

.restaurant-article-share a,
.restaurant-article-share button {
    display: inline-flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(177, 141, 32, .35);
    border-radius: 50%;
    background: #fff;
    color: #735b20;
    font-size: 15px;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.restaurant-article-share button { cursor: pointer; }

.restaurant-article-share a:hover,
.restaurant-article-share a:focus-visible,
.restaurant-article-share button:hover,
.restaurant-article-share button:focus-visible,
.restaurant-article-share button.is-copied {
    outline: none;
    background: #ecd982;
    color: #3e311c;
    transform: translateY(-2px);
}

.restaurant-article-body {
    color: #4f4638;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
}

.restaurant-article-body > *:first-child { margin-top: 0; }
.restaurant-article-body h2,
.restaurant-article-body h3,
.restaurant-article-body h4 { margin: 1.6em 0 .55em; color: #3e311c; font-weight: 400; line-height: 1.35; }
.restaurant-article-body h2 { font-size: 30px; }
.restaurant-article-body h3 { font-size: 24px; }
.restaurant-article-body p,
.restaurant-article-body ul,
.restaurant-article-body ol { margin: 0 0 1.25em; }
.restaurant-article-body a { color: #9a7416; text-decoration: underline; text-underline-offset: 3px; }
.restaurant-article-body img { display: block; max-width: 100%; height: auto; margin: 25px auto; border-radius: 12px; }
.restaurant-article-body table { display: block; max-width: 100%; overflow-x: auto; }
.restaurant-article-body blockquote { margin: 28px 0; padding: 18px 23px; border-left: 3px solid #b18d20; background: #fbf4dc; color: #675b47; }

.restaurant-article-gallery { margin-top: 54px; padding-top: 37px; border-top: 1px solid rgba(177, 141, 32, .25); }
.restaurant-article-gallery h2 { margin: 0 0 19px; color: #3e311c; font-size: 25px; font-weight: 400; }
.restaurant-article-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 11px; }
.restaurant-article-gallery-grid a { position: relative; display: block; overflow: hidden; aspect-ratio: 1 / .78; border-radius: 10px; background: #e6dcc8; }
.restaurant-article-gallery-grid img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.restaurant-article-gallery-grid span { display: flex; position: absolute; inset: 0; align-items: center; justify-content: center; background: rgba(62, 49, 28, .42); color: #fff; font-size: 21px; opacity: 0; transition: opacity .2s ease; }
.restaurant-article-gallery-grid a:hover img { transform: scale(1.06); }
.restaurant-article-gallery-grid a:hover span,
.restaurant-article-gallery-grid a:focus-visible span { opacity: 1; }
.restaurant-article-gallery-grid a:focus-visible { outline: 3px solid #b18d20; outline-offset: 3px; }

.restaurant-article-sidebar { min-width: 0; }
.restaurant-article-related { padding: 22px; border: 1px solid rgba(177, 141, 32, .25); border-radius: 15px; background: #fff; box-shadow: 0 9px 22px rgba(69, 52, 25, .07); }
.restaurant-article-related > p { margin: 0 0 4px; color: #a47c17; font-size: 12px; font-weight: 400; letter-spacing: .06em; }
.restaurant-article-related h2 { margin: 0 0 17px; color: #3e311c; font-size: 23px; font-weight: 400; }
.restaurant-article-related > div { display: grid; gap: 14px; }
.restaurant-article-related a { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 11px; align-items: center; color: #4c4030; text-decoration: none; }
.restaurant-article-related img { display: block; width: 78px; height: 64px; border-radius: 8px; object-fit: cover; }
.restaurant-article-related a span { display: flex; align-items: center; justify-content: space-between; gap: 7px; font-size: 14px; font-weight: 400; line-height: 1.42; }
.restaurant-article-related a i { flex: 0 0 auto; color: #a47c17; font-size: 11px; }
.restaurant-article-related a:hover span,
.restaurant-article-related a:focus-visible span { color: #a47c17; }
.restaurant-article-related a:focus-visible { outline: 2px solid #b18d20; outline-offset: 3px; }

.restaurant-article-not-found { padding: 100px 0; text-align: center; }
.restaurant-article-not-found i { color: #b18d20; font-size: 42px; }
.restaurant-article-not-found h1 { margin: 13px 0 7px; color: #3e311c; font-size: 32px; font-weight: 400; }
.restaurant-article-not-found p { margin: 0 0 20px; color: #756b59; }
.restaurant-article-not-found a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: #ecd982; color: #3e311c; font-size: 14px; font-weight: 400; text-decoration: none; }

@media (max-width: 991px) {
    .restaurant-stories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .restaurant-article-layout { grid-template-columns: minmax(0, 1fr); max-width: 790px; }
    .restaurant-article-sidebar { max-width: 790px; }
}

@media (max-width: 767px) {
    .restaurant-stories-hero,
    .restaurant-article-hero { padding: 45px 0 41px; }
    .restaurant-stories-kicker { font-size: 12px; }
    .restaurant-stories-hero p { max-width: 330px; font-size: 14px; }
    .restaurant-stories-categories { flex-wrap: nowrap; justify-content: flex-start; margin: 0 -12px 30px; padding: 0 12px 7px; overflow-x: auto; scrollbar-width: none; }
    .restaurant-stories-categories::-webkit-scrollbar { display: none; }
    .restaurant-stories-categories a { flex: 0 0 auto; min-height: 35px; padding: 6px 13px; font-size: 13px; }
    .restaurant-story-featured { grid-template-columns: 1fr; border-radius: 16px; }
    .restaurant-story-featured-image { min-height: 248px; }
    .restaurant-story-featured-image > span { top: 12px; left: 12px; font-size: 12px; }
    .restaurant-story-featured-content { padding: 23px 19px 22px; }
    .restaurant-story-featured h2 { font-size: 29px; }
    .restaurant-story-excerpt { margin: 11px 0 16px; font-size: 14px; line-height: 1.6; }
    .restaurant-stories-grid { gap: 14px; }
    .restaurant-story-card { border-radius: 13px; }
    .restaurant-story-card-image { height: 155px; }
    .restaurant-story-card-content { min-height: 0; padding: 15px 14px; }
    .restaurant-story-meta { gap: 4px 7px; margin-bottom: 7px; font-size: 11px; }
    .restaurant-story-card h2 { font-size: 18px; }
    .restaurant-story-card .restaurant-story-excerpt { margin: 8px 0 12px; font-size: 12px; }
    .restaurant-story-card .restaurant-story-link { font-size: 12px; }
    .restaurant-stories-pagination a span { display: none; }
    .restaurant-article-hero { text-align: left; }
    .restaurant-article-hero-meta { justify-content: flex-start; font-size: 12px; }
    .restaurant-article-hero h1 { margin-top: 11px; font-size: 35px; }
    .restaurant-article-cover { margin-bottom: 15px; border-radius: 12px; }
    .restaurant-article-share { margin-bottom: 22px; font-size: 13px; }
    .restaurant-article-body { font-size: 16px; line-height: 1.8; }
    .restaurant-article-body h2 { font-size: 26px; }
    .restaurant-article-body h3 { font-size: 22px; }
    .restaurant-article-gallery { margin-top: 40px; padding-top: 29px; }
    .restaurant-article-gallery h2 { font-size: 22px; }
    .restaurant-article-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .restaurant-article-related { padding: 17px; }
}

/* ================================================================
   Customer moments: blog.b_type = 2
   ================================================================ */
.restaurant-moments-page,
.restaurant-moment-detail-page {
    min-height: 70vh;
    background: #fffdf8;
    color: #3e311c;
}

.restaurant-moments-hero,
.restaurant-moment-detail-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(58px, 8vw, 104px) 0 clamp(49px, 7vw, 84px);
    background:
        radial-gradient(circle at 13% 25%, rgba(236, 217, 130, .52), transparent 20%),
        radial-gradient(circle at 88% 78%, rgba(177, 141, 32, .15), transparent 26%),
        linear-gradient(135deg, #fffdf8, #f8efd1);
    text-align: center;
}

.restaurant-moments-hero::before,
.restaurant-moment-detail-hero::before {
    position: absolute;
    bottom: -105px;
    left: -72px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(177, 141, 32, .26);
    border-radius: 50%;
    content: "";
}

.restaurant-moments-hero .container,
.restaurant-moment-detail-hero .container { position: relative; z-index: 1; }

.restaurant-moments-kicker,
.restaurant-moment-detail-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a47c17;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .06em;
}

.restaurant-moments-hero h1,
.restaurant-moment-detail-hero h1 {
    margin: 9px 0 8px;
    color: #3e311c;
    font-size: clamp(36px, 5vw, 62px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.restaurant-moments-hero p {
    max-width: 610px;
    margin: 0 auto;
    color: #756b59;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.restaurant-moments-content { padding: clamp(37px, 6vw, 80px) 0 clamp(60px, 8vw, 106px); }

.restaurant-moments-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2.5vw, 32px);
}

.restaurant-moment-card {
    overflow: hidden;
    border: 1px solid rgba(177, 141, 32, .22);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 11px 26px rgba(69, 52, 25, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.restaurant-moment-card:hover {
    box-shadow: 0 19px 35px rgba(69, 52, 25, .15);
    transform: translateY(-6px);
}

.restaurant-moment-card-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1.1 / 1;
    background: #e6dcc8;
}

.restaurant-moment-card-image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(49, 35, 15, .35));
    content: "";
    pointer-events: none;
}

.restaurant-moment-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.restaurant-moment-card:hover .restaurant-moment-card-image img { transform: scale(1.07); }

.restaurant-moment-card-image > span {
    display: flex;
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 14px;
    width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecd982;
    color: #3e311c;
    font-size: 14px;
    opacity: 0;
    transform: translateY(7px);
    transition: opacity .22s ease, transform .22s ease;
}

.restaurant-moment-card:hover .restaurant-moment-card-image > span { opacity: 1; transform: translateY(0); }

.restaurant-moment-card-content {
    display: flex;
    min-height: 222px;
    flex-direction: column;
    padding: 20px 21px;
}

.restaurant-moment-card-content time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #9b7620;
    font-size: 13px;
    font-weight: 400;
}

.restaurant-moment-card h2 { margin: 0; font-size: 24px; font-weight: 400; line-height: 1.28; }
.restaurant-moment-card h2 a { color: #3e311c; text-decoration: none; transition: color .2s ease; }
.restaurant-moment-card h2 a:hover,
.restaurant-moment-card h2 a:focus-visible { color: #a47c17; outline: none; }

.restaurant-moment-card p {
    display: -webkit-box;
    margin: 12px 0 16px;
    overflow: hidden;
    color: #706655;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.62;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.restaurant-moment-read-link {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 9px;
    margin-top: auto;
    color: #916d16;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.restaurant-moment-read-link i { transition: transform .2s ease; }
.restaurant-moment-read-link:hover,
.restaurant-moment-read-link:focus-visible { color: #3e311c; outline: none; }
.restaurant-moment-read-link:hover i,
.restaurant-moment-read-link:focus-visible i { transform: translateX(4px); }

.restaurant-moments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: clamp(39px, 5vw, 65px);
}

.restaurant-moments-pagination a,
.restaurant-moments-pagination > span {
    display: inline-flex;
    min-width: 37px;
    height: 37px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 9px;
    border: 1px solid rgba(177, 141, 32, .34);
    border-radius: 10px;
    color: #66522a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.restaurant-moments-pagination a:hover,
.restaurant-moments-pagination a:focus-visible,
.restaurant-moments-pagination a.is-active { outline: none; background: #ecd982; color: #3e311c; }

.restaurant-moments-empty { padding: 74px 24px; border: 1px dashed rgba(177, 141, 32, .48); border-radius: 18px; background: #fff; color: #756b59; text-align: center; }
.restaurant-moments-empty i { display: block; margin-bottom: 12px; color: #b18d20; font-size: 38px; }
.restaurant-moments-empty p { margin: 0; font-size: 16px; font-weight: 400; }

/* Moment detail */
.restaurant-moment-detail-hero { padding-top: clamp(30px, 5vw, 58px); }
.restaurant-moment-detail-hero .container { max-width: 1020px; }

.restaurant-moment-detail-back {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: clamp(28px, 4vw, 45px);
    padding: 9px 15px;
    border: 1px solid rgba(177, 141, 32, .5);
    border-radius: 999px;
    background: rgba(255, 253, 247, .68);
    color: #5f4c24;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.restaurant-moment-detail-back:hover,
.restaurant-moment-detail-back:focus-visible { outline: none; background: #ecd982; color: #3e311c; transform: translateX(-3px); }

.restaurant-moment-detail-hero h1 { max-width: 860px; margin: 13px auto 9px; }
.restaurant-moment-detail-hero time { display: inline-flex; align-items: center; gap: 7px; color: #756b59; font-size: 14px; font-weight: 400; }

.restaurant-moment-detail-content { padding: clamp(33px, 5vw, 73px) 0 clamp(60px, 8vw, 105px); }
.restaurant-moment-detail-card { width: min(100%, 920px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(177, 141, 32, .2); border-radius: 19px; background: #fff; box-shadow: 0 16px 35px rgba(69, 52, 25, .09); }

.restaurant-moment-detail-image { position: relative; display: block; overflow: hidden; background: #e6dcc8; }
.restaurant-moment-detail-image img { display: block; width: 100%; max-height: 710px; object-fit: contain; background: #312616; }
.restaurant-moment-detail-image > span { display: inline-flex; position: absolute; right: 17px; bottom: 17px; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: rgba(255, 253, 247, .92); color: #3e311c; font-size: 13px; font-weight: 400; opacity: 0; transition: opacity .2s ease; }
.restaurant-moment-detail-image:hover > span,
.restaurant-moment-detail-image:focus-visible > span { opacity: 1; }
.restaurant-moment-detail-image:focus-visible { outline: 3px solid #b18d20; outline-offset: 4px; }

.restaurant-moment-detail-caption { padding: clamp(23px, 4vw, 42px); color: #544a3b; font-size: 18px; font-weight: 400; line-height: 1.85; }
.restaurant-moment-detail-caption > *:first-child { margin-top: 0; }
.restaurant-moment-detail-caption > *:last-child { margin-bottom: 0; }
.restaurant-moment-detail-caption img { max-width: 100%; height: auto; }

.restaurant-moment-other-section { margin-top: clamp(46px, 7vw, 79px); }
.restaurant-moment-other-section h2 { margin: 0 0 21px; color: #3e311c; font-size: 29px; font-weight: 400; text-align: center; }
.restaurant-moment-other-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(15px, 2.2vw, 28px); max-width: 1100px; margin: 0 auto; }
.restaurant-moment-other-grid a { overflow: hidden; border: 1px solid rgba(177, 141, 32, .2); border-radius: 13px; background: #fff; box-shadow: 0 8px 18px rgba(69, 52, 25, .07); color: #3e311c; text-decoration: none; transition: transform .22s ease, box-shadow .22s ease; }
.restaurant-moment-other-grid a:hover,
.restaurant-moment-other-grid a:focus-visible { outline: none; box-shadow: 0 14px 25px rgba(69, 52, 25, .14); transform: translateY(-4px); }
.restaurant-moment-other-grid img { display: block; width: 100%; aspect-ratio: 1.36 / 1; object-fit: cover; }
.restaurant-moment-other-grid span { display: block; padding: 13px 14px 15px; font-size: 15px; font-weight: 400; line-height: 1.4; }

.restaurant-moment-not-found { padding: 100px 0; text-align: center; }
.restaurant-moment-not-found i { color: #b18d20; font-size: 42px; }
.restaurant-moment-not-found h1 { margin: 13px 0 7px; color: #3e311c; font-size: 32px; font-weight: 400; }
.restaurant-moment-not-found p { margin: 0 0 20px; color: #756b59; }
.restaurant-moment-not-found a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px; background: #ecd982; color: #3e311c; font-size: 14px; font-weight: 400; text-decoration: none; }

@media (max-width: 991px) {
    .restaurant-moments-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .restaurant-moments-hero,
    .restaurant-moment-detail-hero { padding: 45px 0 41px; }
    .restaurant-moments-kicker,
    .restaurant-moment-detail-kicker { font-size: 12px; }
    .restaurant-moments-hero p { max-width: 330px; font-size: 14px; }
    .restaurant-moments-grid { gap: 14px; }
    .restaurant-moment-card { border-radius: 13px; }
    .restaurant-moment-card-image { aspect-ratio: 1 / 1; }
    .restaurant-moment-card-content { min-height: 0; padding: 14px 13px; }
    .restaurant-moment-card-content time { margin-bottom: 6px; font-size: 11px; }
    .restaurant-moment-card h2 { font-size: 18px; }
    .restaurant-moment-card p { margin: 8px 0 11px; font-size: 12px; line-height: 1.55; }
    .restaurant-moment-read-link { font-size: 12px; }
    .restaurant-moment-card-image > span { right: 9px; bottom: 9px; width: 29px; height: 29px; font-size: 11px; }
    .restaurant-moments-pagination a span { display: none; }
    .restaurant-moment-detail-hero { text-align: left; }
    .restaurant-moment-detail-hero h1 { margin-top: 11px; font-size: 35px; }
    .restaurant-moment-detail-hero time { font-size: 12px; }
    .restaurant-moment-detail-card { border-radius: 13px; }
    .restaurant-moment-detail-image > span { right: 10px; bottom: 10px; padding: 6px 10px; font-size: 11px; }
    .restaurant-moment-detail-caption { padding: 20px 17px; font-size: 16px; line-height: 1.75; }
    .restaurant-moment-other-section { margin-top: 42px; }
    .restaurant-moment-other-section h2 { font-size: 25px; }
    .restaurant-moment-other-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
    .restaurant-moment-other-grid span { padding: 10px 11px 12px; font-size: 13px; }
}

/* ================================================================
   Homepage hero: opening hours and seating information
   ================================================================ */
.restaurant-hero .restaurant-hero-details {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, 1fr);
    gap: 11px;
    width: min(100%, 465px);
    margin-top: 27px;
}

.restaurant-hero .restaurant-hero-hours,
.restaurant-hero .restaurant-hero-capacity {
    min-height: 67px;
    gap: 11px;
    padding: 10px 13px;
    border: 1px solid rgba(177, 141, 32, .34);
    border-radius: 13px;
    background: rgba(255, 253, 247, .56);
    box-shadow: 0 6px 16px rgba(73, 54, 25, .05);
    color: #3e311c;
    font-size: 14px;
    line-height: 1.2;
}

.restaurant-hero .restaurant-hero-hours > i,
.restaurant-hero .restaurant-hero-capacity > i {
    flex: 0 0 33px;
    width: 33px;
    height: 33px;
    border: 0;
    background: #ecd982;
    color: #58421b;
    font-size: 15px;
}

.restaurant-hero .restaurant-hero-details strong {
    margin-bottom: 3px;
    color: #6f591f;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .01em;
}

.restaurant-hero .restaurant-hero-details span {
    color: #3e311c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.restaurant-hero .restaurant-hero-time-lines {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.restaurant-hero .restaurant-hero-time-line {
    display: block;
    white-space: nowrap;
}

@media (min-width: 1201px) {
    .restaurant-hero .restaurant-hero-details {
        width: min(100%, 510px);
        gap: 13px;
        margin-top: 30px;
    }

    .restaurant-hero .restaurant-hero-hours,
    .restaurant-hero .restaurant-hero-capacity {
        min-height: 76px;
        padding: 12px 15px;
        font-size: 16px;
    }

    .restaurant-hero .restaurant-hero-hours > i,
    .restaurant-hero .restaurant-hero-capacity > i {
        flex-basis: 38px;
        width: 38px;
        height: 38px;
        font-size: 17px;
    }

    .restaurant-hero .restaurant-hero-details strong {
        font-size: 14px;
    }

    .restaurant-hero .restaurant-hero-details span {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .restaurant-hero .restaurant-hero-details {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        gap: 8px;
        width: 100%;
        max-width: 350px;
        margin: 18px auto 0;
    }

    .restaurant-hero .restaurant-hero-hours,
    .restaurant-hero .restaurant-hero-capacity {
        min-height: 62px;
        gap: 8px;
        padding: 8px 9px;
        border-radius: 11px;
        font-size: 12px;
    }

    .restaurant-hero .restaurant-hero-hours > i,
    .restaurant-hero .restaurant-hero-capacity > i {
        flex-basis: 29px;
        width: 29px;
        height: 29px;
        font-size: 13px;
    }

    .restaurant-hero .restaurant-hero-details strong,
    .restaurant-hero .restaurant-hero-details span {
        font-size: 12px;
    }
}

/* Tablet keeps both information cards inside the right hero column. */
@media (min-width: 601px) and (max-width: 1200px) {
    .restaurant-hero .restaurant-hero-copy-inner,
    .restaurant-hero .restaurant-hero-info,
    .restaurant-hero .restaurant-hero-hours,
    .restaurant-hero .restaurant-hero-capacity,
    .restaurant-hero .restaurant-hero-hours > div,
    .restaurant-hero .restaurant-hero-capacity > div {
        min-width: 0;
    }

    .restaurant-hero .restaurant-hero-details {
        grid-template-columns: minmax(0, 1.18fr) minmax(0, .92fr);
        gap: 7px;
        width: 100%;
        margin-top: 14px;
    }

    .restaurant-hero .restaurant-hero-hours,
    .restaurant-hero .restaurant-hero-capacity {
        min-height: 57px;
        gap: 7px;
        padding: 7px 8px;
        border-radius: 10px;
    }

    .restaurant-hero .restaurant-hero-hours > i,
    .restaurant-hero .restaurant-hero-capacity > i {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
        font-size: 11px;
    }

    .restaurant-hero .restaurant-hero-details strong {
        margin-bottom: 2px;
        font-size: 10px;
        line-height: 1.15;
    }

    .restaurant-hero .restaurant-hero-details span {
        font-size: 10px;
        line-height: 1.24;
    }

    .restaurant-hero .restaurant-hero-time-line {
        white-space: normal;
    }
}

/* ================================================================
   Food menu: digital menu book
   Source: img_list.type = food-menu-page
   ================================================================ */
.han-menu-book-page {
    min-height: 100vh;
    padding: clamp(36px, 5vw, 76px) 0 clamp(48px, 7vw, 96px);
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 15%, rgba(236, 217, 130, .36), transparent 25%),
        radial-gradient(circle at 94% 86%, rgba(177, 141, 32, .14), transparent 26%),
        #fffdf7;
}

.han-menu-book-page .han-menu-book-container {
    max-width: 1320px;
}

.han-menu-book-heading {
    max-width: 650px;
    margin: 0 auto clamp(26px, 4vw, 48px);
    text-align: center;
}

.han-menu-book-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a47c17;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
}

.han-menu-book-heading h1 {
    margin: 7px 0 5px;
    color: #3e311c;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.2;
}

.han-menu-book-heading p {
    margin: 0;
    color: #766d5c;
    font-size: 16px;
    font-weight: 400;
}

.han-menu-book-page .han-menu-book {
    display: grid;
    width: min(100%, 1180px);
    max-width: none;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: clamp(20px, 3vw, 38px);
    margin: 0 auto;
    padding: clamp(14px, 2vw, 24px);
    border: 1px solid rgba(177, 141, 32, .23);
    border-radius: 28px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 22px 52px rgba(74, 57, 27, .11);
}

.han-menu-book-thumbnails {
    min-width: 0;
    padding: 15px 11px 12px;
    border: 1px solid rgba(177, 141, 32, .2);
    border-radius: 18px;
    background: #fffdf7;
}

.han-menu-book-thumbnail-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 5px 12px;
    color: #3e311c;
}

.han-menu-book-thumbnail-head strong {
    font-size: 14px;
    font-weight: 400;
}

.han-menu-book-thumbnail-head span {
    color: #a47c17;
    font-size: 12px;
    font-weight: 400;
}

.han-menu-book-thumbnail-list {
    display: grid;
    max-height: min(66vh, 660px);
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 2px 4px 6px;
    overflow-y: auto;
    scrollbar-color: #d5b544 transparent;
    scrollbar-width: thin;
}

.han-menu-book-thumbnail {
    display: grid;
    width: 100%;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #766d5c;
    cursor: pointer;
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.han-menu-book-thumbnail img {
    display: block;
    width: 50px;
    height: 64px;
    border-radius: 6px;
    object-fit: cover;
}

.han-menu-book-thumbnail:hover,
.han-menu-book-thumbnail:focus-visible,
.han-menu-book-thumbnail.is-active {
    border-color: rgba(177, 141, 32, .48);
    background: #f8edb8;
    color: #3e311c;
    outline: none;
}

.han-menu-book-thumbnail:hover {
    transform: translateX(2px);
}

.han-menu-book-viewer {
    min-width: 0;
}

.han-menu-book-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 13px;
    color: #766d5c;
    font-size: 13px;
    font-weight: 400;
}

.han-menu-book-toolbar > span:first-child i {
    margin-right: 5px;
    color: #b18d20;
}

.han-menu-book-page .han-menu-book-counter {
    color: #766d5c;
    font-size: 14px;
    white-space: nowrap;
}

.han-menu-book-page .han-menu-book-counter strong {
    color: #3e311c;
    font-size: 19px;
    font-weight: 400;
}

.han-menu-book-page .han-menu-book-counter small {
    font-size: 13px;
}

.han-menu-book-stage {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 54px;
    align-items: center;
    gap: clamp(8px, 1.6vw, 18px);
}

.han-menu-book-page .han-menu-book-frame {
    display: flex;
    height: min(69vh, 760px);
    min-height: 480px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 10px solid #fff;
    border-radius: 14px;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, .16), transparent 48%),
        #38210f;
    box-shadow: 0 22px 42px rgba(53, 35, 13, .28);
    transform-origin: center;
    transition: opacity .2s ease, transform .2s ease, filter .2s ease;
}

.han-menu-book-page .han-menu-book-frame.is-changing {
    opacity: .18;
    filter: blur(1px);
    transform: scale(.985);
}

.han-menu-book-page .han-menu-book-frame img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.han-menu-book-page .han-menu-book-frame:focus-visible {
    outline: 3px solid #b18d20;
    outline-offset: 4px;
}

.han-menu-book-zoom-hint {
    position: absolute;
    left: 14px;
    bottom: 12px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 999px;
    background: rgba(43, 27, 10, .73);
    color: #fffdf7;
    font-size: 12px;
    font-weight: 400;
    opacity: .92;
    pointer-events: none;
}

.han-menu-book-zoom-hint i {
    margin-right: 4px;
}

.han-menu-book-page .han-menu-book-page-number {
    position: absolute;
    right: 14px;
    bottom: 12px;
    min-width: 40px;
    padding: 5px 9px;
    border: 1px solid rgba(255, 255, 255, .52);
    border-radius: 999px;
    background: rgba(43, 27, 10, .73);
    color: #fffdf7;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .08em;
    text-align: center;
}

.han-menu-book-arrow {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(177, 141, 32, .5);
    border-radius: 50%;
    background: #fffdf7;
    color: #5b461d;
    cursor: pointer;
    font-size: 17px;
    transition: background-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.han-menu-book-arrow:hover,
.han-menu-book-arrow:focus-visible {
    background: #ecd982;
    color: #3e311c;
    outline: none;
    box-shadow: 0 8px 17px rgba(74, 57, 27, .14);
    transform: translateY(-2px);
}

.han-menu-book-arrow:disabled {
    border-color: #ebe4ce;
    background: #f6f1e3;
    color: #c5bda7;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.han-menu-book-page .han-menu-book-controls {
    display: grid;
    grid-template-columns: auto minmax(100px, 1fr) auto;
    align-items: center;
    gap: 15px;
    margin-top: 19px;
}

.han-menu-book-page .han-menu-book-button {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 17px;
    border: 1px solid #b18d20;
    border-radius: 10px;
    background: #ecd982;
    color: #3e311c;
    cursor: pointer;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .2s ease, transform .2s ease;
}

.han-menu-book-page .han-menu-book-button:hover,
.han-menu-book-page .han-menu-book-button:focus-visible {
    background: #f5e7a8;
    outline: none;
    transform: translateY(-2px);
}

.han-menu-book-page .han-menu-book-button:disabled {
    border-color: #e9e1c7;
    background: #f3eee0;
    color: #b9ae94;
    cursor: not-allowed;
    transform: none;
}

.han-menu-book-progress {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #eee7d3;
}

.han-menu-book-progress span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #b18d20;
    transition: width .3s ease;
}

.han-menu-zoom-open {
    overflow: hidden;
}

.han-menu-zoom-modal {
    display: none;
    position: fixed;
    z-index: 10060;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 3vw, 38px);
    background: rgba(29, 20, 10, .9);
}

.han-menu-zoom-modal.is-open {
    display: flex;
}

.han-menu-zoom-dialog {
    display: flex;
    width: min(100%, 1120px);
    max-height: 100%;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(236, 217, 130, .52);
    border-radius: 16px;
    background: #2d1e0f;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .48);
}

.han-menu-zoom-toolbar {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 14px 9px 20px;
    background: #3e2914;
    color: #fffdf7;
    font-size: 14px;
    font-weight: 400;
}

.han-menu-zoom-toolbar > div {
    display: flex;
    align-items: center;
    gap: 7px;
}

.han-menu-zoom-toolbar button {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(236, 217, 130, .5);
    border-radius: 8px;
    background: transparent;
    color: #fffdf7;
    cursor: pointer;
    font-size: 13px;
}

.han-menu-zoom-toolbar button:hover,
.han-menu-zoom-toolbar button:focus-visible {
    background: #ecd982;
    color: #3e311c;
    outline: none;
}

.han-menu-zoom-toolbar button:disabled {
    border-color: rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .35);
    cursor: not-allowed;
}

.han-menu-zoom-toolbar button:disabled:hover {
    background: transparent;
    color: rgba(255, 255, 255, .35);
}

.han-menu-zoom-level {
    min-width: 43px;
    color: #f8edb8;
    font-size: 12px;
    text-align: center;
}

.han-menu-zoom-close {
    margin-left: 7px;
}

.han-menu-zoom-viewport {
    display: flex;
    min-height: 0;
    align-items: center;
    justify-content: center;
    padding: 14px;
    overflow: auto;
    background: #18110a;
}

.han-menu-zoom-viewport img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 145px);
    object-fit: contain;
    transform-origin: center;
    transition: transform .18s ease;
}

@media (max-width: 991px) {
    .han-menu-book-page .han-menu-book {
        grid-template-columns: 156px minmax(0, 1fr);
        gap: 18px;
        border-radius: 22px;
    }

    .han-menu-book-thumbnail {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .han-menu-book-thumbnail img {
        width: 40px;
        height: 52px;
    }

    .han-menu-book-page .han-menu-book-frame {
        height: min(65vh, 660px);
        min-height: 410px;
    }

    .han-menu-book-zoom-hint {
        left: 8px;
        bottom: 8px;
        padding: 4px 7px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .han-menu-book-page {
        padding: 31px 0 48px;
    }

    .han-menu-book-heading {
        margin-bottom: 25px;
    }

    .han-menu-book-heading p {
        font-size: 14px;
    }

    .han-menu-book-page .han-menu-book {
        display: flex;
        flex-direction: column-reverse;
        gap: 18px;
        padding: 12px;
        border-radius: 19px;
    }

    .han-menu-book-thumbnails {
        width: 100%;
        padding: 10px;
        border-radius: 13px;
    }

    .han-menu-book-thumbnail-head {
        margin-bottom: 8px;
    }

    .han-menu-book-thumbnail-list {
        display: flex;
        max-height: none;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: thin;
    }

    .han-menu-book-thumbnail {
        display: block;
        width: 58px;
        min-width: 58px;
        padding: 3px;
        text-align: center;
    }

    .han-menu-book-thumbnail img {
        width: 50px;
        height: 65px;
        margin: 0 auto 3px;
    }

    .han-menu-book-thumbnail span {
        display: block;
        font-size: 10px;
        white-space: nowrap;
    }

    .han-menu-book-toolbar > span:first-child {
        display: none;
    }

    .han-menu-book-toolbar {
        justify-content: center;
        margin-bottom: 9px;
    }

    .han-menu-book-stage {
        grid-template-columns: 39px minmax(0, 1fr) 39px;
        gap: 5px;
    }

    .han-menu-book-page .han-menu-book-frame {
        height: min(64vh, 560px);
        min-height: 390px;
        border-width: 6px;
        border-radius: 9px;
    }

    .han-menu-book-arrow {
        width: 35px;
        height: 35px;
        font-size: 13px;
    }

    .han-menu-book-page .han-menu-book-controls {
        grid-template-columns: auto minmax(40px, 1fr) auto;
        gap: 8px;
        margin-top: 13px;
    }

    .han-menu-book-page .han-menu-book-button {
        min-height: 37px;
        padding: 7px 10px;
        border-radius: 8px;
        font-size: 12px;
    }

    .han-menu-zoom-modal {
        padding: 10px;
    }

    .han-menu-zoom-dialog {
        border-radius: 12px;
    }

    .han-menu-zoom-toolbar {
        min-height: 52px;
        padding: 8px 10px 8px 14px;
        font-size: 12px;
    }

    .han-menu-zoom-toolbar button {
        width: 31px;
        height: 31px;
    }

    .han-menu-zoom-viewport {
        padding: 7px;
    }

    .han-menu-zoom-viewport img {
        max-height: calc(100vh - 110px);
    }
}

/* ================================================================
   About page: content managed from text_box.id = 2
   ================================================================ */
.restaurant-about-page {
    padding: clamp(42px, 6vw, 88px) 0;
    background: #fffdf7;
    color: #3e311c;
}

.restaurant-about-page-card {
    /* width: min(100%, 1120px); */
    margin: 0 auto;
    padding: clamp(24px, 4vw, 5px);
    border: 1px solid rgba(177, 141, 32, .26);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(74, 57, 27, .1);
}

.restaurant-about-page-card.has-image {
    display: grid;
    grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(28px, 5vw, 68px);
}

.restaurant-about-page-image {
    position: sticky;
    top: 110px;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #f8edb8;
}

.restaurant-about-page-image img {
    display: block;
    width: 100%;
    min-height: 310px;
    object-fit: cover;
}

.restaurant-about-page-body {
    min-width: 0;
    color: #4a391b;
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
}

.restaurant-about-page-body > :first-child {
    margin-top: 0;
}

.restaurant-about-page-body > :last-child {
    margin-bottom: 0;
}

.restaurant-about-page-body h1,
.restaurant-about-page-body h2,
.restaurant-about-page-body h3,
.restaurant-about-page-body h4 {
    margin: 0 0 14px;
    color: #3e311c;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    line-height: 1.35;
}

.restaurant-about-page-body h1 {
    font-size: clamp(30px, 3.2vw, 44px);
}

.restaurant-about-page-body h2 {
    font-size: clamp(25px, 2.6vw, 34px);
}

.restaurant-about-page-body h3,
.restaurant-about-page-body h4 {
    font-size: 22px;
}

.restaurant-about-page-body p,
.restaurant-about-page-body ul,
.restaurant-about-page-body ol {
    margin: 0 0 18px;
}

.restaurant-about-page-body ul,
.restaurant-about-page-body ol {
    padding-left: 1.45em;
}

.restaurant-about-page-body a {
    color: #947116;
    text-decoration-color: rgba(148, 113, 22, .45);
}

.restaurant-about-page-empty {
    margin: 0;
    color: #766d5c;
}

@media (max-width: 991px) {
    .restaurant-about-page-card.has-image {
        grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr);
        gap: 28px;
    }

    .restaurant-about-page-card {
        border-radius: 22px;
    }

    .restaurant-about-page-image {
        top: 86px;
        border-radius: 17px;
    }

    .restaurant-about-page-body {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .restaurant-about-page {
        padding: 28px 0 42px;
    }

    .restaurant-about-page-card,
    .restaurant-about-page-card.has-image {
        display: block;
        padding: 18px;
        border-radius: 18px;
    }

    .restaurant-about-page-image {
        position: static;
        margin: 0 0 22px;
        border-radius: 13px;
    }

    .restaurant-about-page-image img {
        min-height: 220px;
        max-height: 330px;
    }

    .restaurant-about-page-body {
        font-size: 15px;
        line-height: 1.75;
    }

    .restaurant-about-page-body h1 {
        font-size: 29px;
    }

    .restaurant-about-page-body h2 {
        font-size: 24px;
    }

    .restaurant-about-page-body h3,
    .restaurant-about-page-body h4 {
        font-size: 20px;
    }
}
@font-face {
    font-family: "JasmineUPC";
    src: url("fonts/JasmineUPC.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Mobile */
@media screen and (max-width: 994px) {
    .header-contain {
        position: relative !important;
    }

    .header-mb {
        background: #fff;
    }

    .header-mb p {
        font: 14px/1.4 'Kanit', sans-serif;
        color: #fff;
        font-weight: 300;
    }

    .header-mb h1 {
        font: 28px/1.6 'Kanit', sans-serif !important;
        color: #000;
        font-weight: 300;
    }

     .headercm-mb {
        background: #1E4266;
    }

    .headercm-mb p {
        font: 14px/1.4 'Kanit', sans-serif;
        color: #fff;
        font-weight: 300;
    }

    .headercm-mb h1 {
        font: 28px/1.6 'Kanit', sans-serif !important;
        color: #000;
        font-weight: 300;
    }


    .mobile-logo {
        height: 88px !important;
    }

    .navbar-expand-lg {
        background-color: #fff !important;
    }

    .nav-item {
        border-bottom: 2px solid #EF4322;
    }

    .nav-item .nav-link {
        font: 18px/1.6 'Kanit', sans-serif !important;
        color: #6e6e6d !important;
        font-weight: 300 !important;
    }

    .navbar-nav .show {
        background-color: #000 !important;
        color: #6e6e6d !important;
    }

    .navbar-nav .dropdown-menu {
        /* background-color: #5F800C !important; */
        color: #6e6e6d !important;
    }

    .nav-item .dropdown-menu .dropdown-item {
        color: #6e6e6d !important;
        font-size: 18px !important;
        line-height: 1.6 !important;
    }

    .nav-item .dropdown-menu .mb-dropdown-item {
        font-size: 12px !important;
    }

    /**/
    .team-item-text {
        min-height: 7rem !important;
    }

  
    /**/
    .service-block {
        height: 310px !important;
    }

    .service-block .mask {
        background: rgba(0, 85, 167, 0.75) !important;

    }

    .service-block .mask h3,
    .service-block .mask p {
        color: #fff !important;
    }

    .service-detail-contain-bg {
        background-size: auto 100% !important;
    }
}

/* Desktop */
body {
    background: #fff;
}

/* Page Container */
.container {
    max-width: 1320px;
}

/* Content Container */
.content_container {
    position: relative;
}

/* Content Wrapper Container */
.logo {
    position: relative;
}

.top-contact {
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    background: #214266;
}

.top-contact a{
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
}

.top-contact p {
    font: 16px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.top-contact-cm {
    font-family: 'Kanit', sans-serif;
    background: #0c4369;
}

/* ใช้เฉพาะหน้าที่มี slide */
.top-contact-cm.header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #214266c4;

}

.top-contact-cm a{
    /* position: absolute; */
    font-family: 'Kanit', sans-serif;
    text-decoration: none;
    font: 16px/1.4 'Kanit', sans-serif;
    font-weight: 300;

}

.top-contact-cm p {
    font: 16px/1.4 'Kanit', sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0 !important;
}

.bg-zoom-effect {
transition: transform 0.4s ease, box-shadow 0.3s ease;
will-change: transform;
cursor: pointer;
}
.bg-zoom-effect:hover,
.bg-zoom-effect:focus,
.bg-zoom-effect:active {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.img-wrapper {
overflow: hidden;
border-radius: 0; /* หรือใช้ 1rem ถ้าอยากให้มีมุมโค้ง */
}

/* กำหนดขนาด slide */
.carousel-img-wrapper-cm {
    position: relative;
    height: 780px;
    overflow: hidden;
}
.carousel-img-wrapper {
    position: relative;
    height: 650px;
    overflow: hidden;
}

.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Overlay */
.carousel-img-wrapper-cm::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.carousel-img-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-box {
    font-family: 'Kanit', sans-serif;
    z-index: 2;
    right: 18%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 22px;
    max-width: 485px;
    color: #fff;
    text-align: center;
}
.hero-box h1 {
    font-family: 'Kanit', sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 15px;
}

.hero-box p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.95;
    font-weight: 300;
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}


.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 12px 24px;
    border-radius: 12px;

    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 300;

    color: #ffffff;
    border: none;
    cursor: pointer;

    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


#scrollUp {
    right: 22px;
    bottom: 22px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #d7b846;
    border-radius: 15px;
    background: #fffdf7;
    color: #4a391b;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(74, 57, 27, .16);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

#scrollUp:hover,
#scrollUp:focus {
    background: #ecd982;
    color: #2f2617;
    transform: translateY(-3px);
    box-shadow: 0 11px 24px rgba(74, 57, 27, .22);
}

#scrollUp i {
    font-size: 17px;
}

.modal-content {
    font-family: 'Kanit', sans-serif;
}

/* Clearfix */
.clearfix {
    clear: both;
}

.social-logo {
    width: 40px;
    height: auto;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}

.social-logo a img {
    transition: all 0.5s;
}

.social-logo a:hover img {
    transform: scale(1.2);
}

/* Img box */
.img-box-1{
	height:380px;
}
.img-box-2{
	height:160px;
}
/**/

/* Nav icon */
.menu-contain {

	font-size: 14px;
	font-family: 'Kanit', sans-serif;
	line-height: 1.4;
}

.menu-containn p {
	font-size: 12px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
}

.menu-contain button {
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	line-height: 1;
	color: #fff;
	/* width: 250px; */
	/* background-color: #BBCF44;
	height: 50px; */

}

.menu-contain a:hover {
	/* background-color: #28650A; */
	color: #7b9067;
}

/* icon right */
.fab-container {
    font-family: 'Kanit', sans-serif;
    position: fixed;
    right: 19px;
    bottom: 84px;
    z-index: 9999;
}

/* main toggle */
.fab-toggle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ecd982;
    border: 2px solid #fffdf7;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(74, 57, 27, .22);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.fab-toggle i {
    color: #3d311d !important;
    font-size: 22px;
}

.fab-toggle:hover,
.fab-toggle:focus {
    background: #f5e7a8;
    transform: translateY(-3px);
    box-shadow: 0 11px 24px rgba(74, 57, 27, .28);
}

/* items */
.fab-item {
    position: absolute;
    right: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fffdf7;
    border: 1px solid #d7b846;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(74, 57, 27, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(0);
    transition: all .3s ease;
}

.fab-item i {
    color: #3d311d !important;
    font-size: 21px;
}

/* label */
.fab-label {
    position: absolute;
    right: 66px;
    background: #4a391b;
    color: #fffdf7;
    padding: 7px 12px;
    border-radius: 9px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    opacity: 0;
    transition: .3s;
}

/* open state */
.fab-container.active .fab-item {
    opacity: 1;
    pointer-events: auto;
}

.fab-container.active .fab-item:nth-child(1) { transform: translateY(-80px); }
.fab-container.active .fab-item:nth-child(2) { transform: translateY(-150px); }
.fab-container.active .fab-item:nth-child(3) { transform: translateY(-220px); }
.fab-container.active .fab-item:nth-child(4) { transform: translateY(-290px); }
.fab-container.active .fab-item:nth-child(5) { transform: translateY(-360px); }
.fab-container.active .fab-item:nth-child(6) { transform: translateY(-430px); }
.fab-container.active .fab-item:nth-child(7) { transform: translateY(-500px); }

.fab-container.active .fab-label {
    opacity: 1;
}

/* hover */
.fab-item:hover {
    background: #ecd982;
}

@media (max-width: 767px) {
    #scrollUp {
        right: 16px;
        bottom: 16px;
        width: 44px;
        height: 44px;
        border-radius: 13px;
    }

    .fab-container {
        right: 12px;
        bottom: 70px;
    }

    .fab-toggle,
    .fab-item {
        width: 52px;
        height: 52px;
    }
}
/* text-slide */
.restaurant-title {
    color: #4a391b;
    font-family: 'Kanit', sans-serif;
    font-size: clamp(42px, 5vw, 70px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.05;
    margin: 0;
}

.restaurant-title span {
    color: #b18d20;
}

@media (max-width: 767.98px) {
    .restaurant-title {
        font-size: clamp(36px, 10vw, 52px);
    }
}

/* ================================================================
   Home: About the restaurant
   Source: text_box.id = 1 | Artwork: images/cover/index-about.png
   ================================================================ */
.about-home-section {
    min-height: 540px;
    overflow: hidden;
    background: #ecd982 url('../images/cover/index-about.png') center center / cover no-repeat;
}

.about-home-container {
    display: flex;
    align-items: center;
    min-height: 540px;
}

.about-home-content {
    width: 50%;
    padding: 42px 70px 42px 0px;
    color: #3e311c;
}

.about-home-content h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
    font-size: 42px;
    line-height: 1.1;
}

.about-home-content h2 img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.about-home-description {
    display: -webkit-box;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.75;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.about-home-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 128px;
    min-height: 42px;
    margin-top: 26px;
    padding: 8px 24px;
    border-radius: 3px;
    background: #3783b5;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.about-home-more:hover {
    background: #24688f;
    color: #fff;
}

.about-home-mobile-photo {
    display: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .about-home-section,
    .about-home-container {
        min-height: 380px;
    }

    .about-home-content {
        width: 46%;
        padding: 32px clamp(24px, 5vw, 54px);
    }

    .about-home-content h2 {
        gap: 11px;
        margin-bottom: 13px;
        font-size: 30px;
    }

    .about-home-content h2 img {
        width: 36px;
        height: 36px;
    }

    .about-home-description {
        font-size: 13px;
        line-height: 1.55;
    }

    .about-home-more {
        min-width: 100px;
        min-height: 36px;
        margin-top: 16px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .about-home-section {
        min-height: 0;
        background: #fff;
    }

    .about-home-mobile-photo {
        display: block;
        height: 235px;
        background: #fff url('../images/cover/index-about.png') right center / auto 235px no-repeat;
    }

    .about-home-container {
        display: block;
        min-height: 0;
        padding: 0;
    }

    .about-home-content {
        width: auto;
        margin: 0 18px 28px;
        padding: 30px 24px;
        border-radius: 0 0 20px 20px;
        background: #ecd982;
        color: #3e311c;
        text-align: center;
    }

    .about-home-content h2 {
        justify-content: center;
        gap: 10px;
        margin-bottom: 14px;
        font-size: 28px;
    }

    .about-home-content h2 img {
        width: 35px;
        height: 35px;
    }

    .about-home-description {
        font-size: 14px;
        line-height: 1.6;
        -webkit-line-clamp: 6;
    }

    .about-home-more {
        min-width: 108px;
        min-height: 38px;
        margin-top: 18px;
        font-size: 14px;
    }
}

/* ================================================================
   Home: Recommended menu
   Data source: product.p_recommended = 1
   ================================================================ */
.han-recommended-section {
    padding: 44px 0 48px;
    background: #f5f5f5;
}

.han-recommended-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
    padding: 0 16px;
}

.han-recommended-heading h2 {
    margin: 0;
    color: #2f2a24;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}

.han-recommended-heading h2 span {
    color: #70685a;
    font-size: 13px;
    font-weight: 400;
}

.han-recommended-all {
    min-width: 104px;
    padding: 7px 22px;
    border-radius: 3px;
    background: #3783b5;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.han-recommended-all:hover {
    background: #24688f;
    color: #fff;
}

.han-recommended-carousel {
    position: relative;
    margin: 0;
    padding: 16px 42px 14px;
    border-radius: 32px;
    background: #ecd982;
}

.han-recommended-track {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: min(100%, 1120px);
    max-width: 1120px;
    margin: 0 auto;
    gap: 14px;
    overflow-x: auto;
    padding: 0 2px 7px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.han-recommended-track::-webkit-scrollbar {
    display: none;
}

.han-recommended-card {
    display: flex;
    flex: 0 0 148px;
    flex-direction: column;
    align-items: center;
    color: #342a1b;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: 'Kanit', sans-serif;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease;
}

.han-recommended-card:hover,
.han-recommended-card:focus-visible {
    outline: none;
    transform: translateY(-5px);
}

.han-recommended-card > img {
    width: 132px;
    height: 132px;
    border: 3px solid rgba(255, 255, 255, .85);
    border-radius: 50%;
    background: #fff;
    object-fit: cover;
}

.han-recommended-price-tag {
    display: flex;
    width: 124px;
    height: 83px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -17px;
    padding: 16px 12px 7px;
    background: url('../images/price-tag.png') center center / 100% 100% no-repeat;
    color: #342a1b;
}

.han-recommended-price-tag span {
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.18;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.han-recommended-price-tag strong {
    margin-top: 2px;
    color: #342a1b;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
}

.home-recommended-modal-open {
    overflow: hidden;
}

.home-recommended-modal {
    display: none;
    position: fixed;
    z-index: 10060;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(41, 30, 14, .72);
}

.home-recommended-modal.is-open {
    display: flex;
}

.home-recommended-modal-dialog {
    position: relative;
    display: grid;
    width: min(100%, 800px);
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    overflow: hidden;
    border: 1px solid rgba(236, 217, 130, .72);
    border-radius: 22px;
    background: #fffdf7;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}

.home-recommended-modal-image {
    display: flex;
    min-height: 390px;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: #ecd982;
}

.home-recommended-modal-image img {
    display: block;
    width: min(100%, 340px);
    aspect-ratio: 1 / 1;
    border: 5px solid rgba(255, 255, 255, .88);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 25px rgba(83, 60, 20, .18);
    object-fit: cover;
}

.home-recommended-modal-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: clamp(30px, 5vw, 54px) clamp(26px, 5vw, 52px);
    color: #3e311c;
}

.home-recommended-modal-content > span {
    color: #a47c17;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .05em;
}

.home-recommended-modal-content h2 {
    margin: 8px 0 12px;
    color: #3e311c;
    font-size: clamp(27px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.25;
}

.home-recommended-modal-content strong {
    color: #a47c17;
    font-size: 27px;
    font-weight: 400;
}

.home-recommended-modal-content p {
    margin: 16px 0 0;
    color: #766d5c;
    font-size: 13px;
    font-weight: 400;
}

.home-recommended-modal-menu-link {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    align-items: center;
    margin-top: 24px;
    padding: 11px 13px;
    border: 1px solid rgba(190, 151, 41, .38);
    border-radius: 14px;
    background: linear-gradient(135deg, #fffdf6 0%, #f5e49b 100%);
    box-shadow: 0 8px 18px rgba(94, 70, 21, .1);
    color: #44351e;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.home-recommended-modal-menu-link:hover,
.home-recommended-modal-menu-link:focus-visible {
    box-shadow: 0 12px 22px rgba(94, 70, 21, .18);
    color: #44351e;
    outline: none;
    transform: translateY(-2px);
}

.home-recommended-modal-menu-link > span:first-child {
    display: flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #c39b2b;
    color: #fff;
    font-size: 17px;
}

.home-recommended-modal-menu-link > span:nth-child(2) {
    min-width: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
}

.home-recommended-modal-menu-link small {
    display: block;
    margin-top: 3px;
    color: #7c6e50;
    font-size: 11px;
    font-weight: 400;
}

.home-recommended-modal-menu-link > .fa-arrow-right {
    color: #9e791a;
    font-size: 14px;
}

.home-recommended-modal-close {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(62, 49, 28, .16);
    border-radius: 50%;
    background: rgba(255, 253, 247, .92);
    color: #3e311c;
    cursor: pointer;
    font-size: 15px;
}

.home-recommended-modal-close:hover,
.home-recommended-modal-close:focus-visible {
    background: #ecd982;
    outline: none;
}

.han-recommended-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 34px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c4c9ca;
    font-size: 32px;
    line-height: 1;
    transform: translateY(-50%);
}

.han-recommended-arrow:hover {
    color: #8f9799;
}

.han-recommended-arrow.is-prev {
    left: -48px;
}

.han-recommended-arrow.is-next {
    right: -48px;
}

.han-recommended-arrow:disabled {
    cursor: default;
    opacity: .32;
}

/* Tablet: keep four menu cards readable without compressing the price tag. */
@media (min-width: 768px) and (max-width: 1199px) {
    .han-recommended-track {
        width: min(100%, 602px);
        gap: 14px;
    }

    .han-recommended-card {
        flex-basis: 132px;
    }

    .han-recommended-card > img {
        width: 116px;
        height: 116px;
    }

    .han-recommended-price-tag {
        width: 124px;
        height: 83px;
        margin-top: -17px;
        padding: 16px 12px 7px;
    }

    .han-recommended-price-tag span {
        font-size: 14px;
    }

    .han-recommended-price-tag strong {
        font-size: 13px;
    }
}

/* Seven cards remain visible on narrower desktop screens without shrinking food images. */
@media (min-width: 1200px) and (max-width: 1399px) {
    .han-recommended-track {
        width: min(100%, 1050px);
    }

    .han-recommended-card {
        flex-basis: 138px;
    }
}

@media (max-width: 1399px) {
    .han-recommended-heading {
        padding: 0;
    }

    .han-recommended-arrow.is-prev {
        left: -38px;
    }

    .han-recommended-arrow.is-next {
        right: -38px;
    }
}

@media (max-width: 767px) {
    .han-recommended-section {
        padding: 34px 0;
    }

    .han-recommended-heading {
        align-items: flex-end;
        margin-bottom: 12px;
    }

    .han-recommended-heading h2 {
        font-size: 23px;
    }

    .han-recommended-heading h2 span {
        display: block;
        margin-top: 4px;
        font-size: 11px;
        line-height: 1.35;
    }

    .han-recommended-all {
        min-width: auto;
        padding: 7px 14px;
        font-size: 12px;
    }

    .han-recommended-carousel {
        margin: 0 -12px;
        padding: 15px 18px 12px;
        border-radius: 23px;
    }

    .han-recommended-track {
        justify-content: flex-start;
        gap: 8px;
    }

    .han-recommended-card {
        flex-basis: 120px;
    }

    .han-recommended-card > img {
        width: 104px;
        height: 104px;
    }

    .han-recommended-price-tag {
        width: 112px;
        height: 75px;
        padding: 14px 10px 6px;
    }

    .han-recommended-price-tag span {
        font-size: 12px;
    }

    .han-recommended-price-tag strong {
        font-size: 12px;
    }

    .home-recommended-modal {
        padding: 16px;
    }

    .home-recommended-modal-dialog {
        grid-template-columns: 1fr;
        border-radius: 17px;
    }

    .home-recommended-modal-image {
        min-height: 220px;
        padding: 24px;
    }

    .home-recommended-modal-image img {
        width: 170px;
    }

    .home-recommended-modal-content {
        padding: 26px 24px 30px;
        text-align: center;
    }

    .home-recommended-modal-content h2 {
        font-size: 28px;
    }

    .home-recommended-modal-content strong {
        font-size: 24px;
    }

    .han-recommended-arrow {
        display: none;
    }
}

/* ================================================================
   Home: Gallery
   Random photos from visible gallery albums
   ================================================================ */
.home-gallery-section {
    padding: 46px 0 52px;
    background: #f8f8f8;
}

.home-gallery-heading {
    margin-bottom: 24px;
    text-align: center;
}

.home-gallery-heading h2 {
    margin: 0;
    color: #2f2a24;
    font-size: 29px;
    font-weight: 400;
    line-height: 1.2;
}

.home-gallery-heading p {
    margin: 4px 0 10px;
    color: #756e62;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.home-gallery-heading a {
    display: inline-flex;
    min-width: 92px;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #3783b5;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.home-gallery-heading a:hover {
    background: #24688f;
    color: #fff;
}

.home-gallery-list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 0 auto;
    padding: 24px 12px 28px;
}

.home-gallery-item {
    display: block;
    position: relative;
    height: 218px;
    flex: 1 1 0;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .92);
    border-radius: 13px;
    background: #eadfd0;
    box-shadow: 0 9px 18px rgba(66, 46, 18, .18);
    transition: box-shadow .3s ease, filter .3s ease;
}

.home-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-gallery-item:hover img {
    transform: scale(1.08);
}

.home-gallery-item:hover {
    z-index: 1;
    box-shadow: 0 14px 27px rgba(66, 46, 18, .27);
    filter: saturate(1.08);
}

.home-gallery-item:nth-child(1) {
    height: 202px;
    transform: translateY(25px) rotate(-1.5deg);
}

.home-gallery-item:nth-child(2) {
    height: 231px;
    transform: translateY(8px) rotate(.8deg);
}

.home-gallery-item:nth-child(3) {
    height: 254px;
    flex-grow: 1.16;
    transform: translateY(-9px) rotate(-.7deg);
}

.home-gallery-item:nth-child(4) {
    height: 219px;
    transform: translateY(18px) rotate(1.1deg);
}

.home-gallery-item:nth-child(5) {
    height: 248px;
    flex-grow: 1.12;
    transform: translateY(-3px) rotate(-1deg);
}

.home-gallery-item:nth-child(6) {
    height: 229px;
    transform: translateY(14px) rotate(.7deg);
}

.home-gallery-item:nth-child(7) {
    height: 204px;
    transform: translateY(3px) rotate(-1.2deg);
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-gallery-list {
        gap: 10px;
    }

    .home-gallery-item,
    .home-gallery-item:nth-child(1),
    .home-gallery-item:nth-child(2),
    .home-gallery-item:nth-child(3),
    .home-gallery-item:nth-child(4),
    .home-gallery-item:nth-child(5),
    .home-gallery-item:nth-child(6),
    .home-gallery-item:nth-child(7) {
        height: 172px;
    }

    .home-gallery-item:nth-child(1),
    .home-gallery-item:nth-child(4) {
        transform: translateY(14px) rotate(-1deg);
    }

    .home-gallery-item:nth-child(2),
    .home-gallery-item:nth-child(6) {
        transform: translateY(4px) rotate(1deg);
    }

    .home-gallery-item:nth-child(3),
    .home-gallery-item:nth-child(5),
    .home-gallery-item:nth-child(7) {
        transform: translateY(-5px) rotate(0);
    }
}

@media (max-width: 767px) {
    .home-gallery-section {
        padding: 34px 0 38px;
    }

    .home-gallery-heading {
        margin-bottom: 18px;
    }

    .home-gallery-heading h2 {
        font-size: 25px;
    }

    .home-gallery-heading p {
        max-width: 310px;
        margin-right: auto;
        margin-left: auto;
        font-size: 11px;
    }

    .home-gallery-list {
        justify-content: flex-start;
        gap: 9px;
        margin: 0 -12px;
        padding: 0 12px 6px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .home-gallery-list::-webkit-scrollbar {
        display: none;
    }

    .home-gallery-item {
        width: 90px;
        height: 148px;
        flex: 0 0 90px;
        border-width: 3px;
        border-radius: 9px;
        transform: none;
    }

    .home-gallery-item:nth-child(1),
    .home-gallery-item:nth-child(2),
    .home-gallery-item:nth-child(3),
    .home-gallery-item:nth-child(4),
    .home-gallery-item:nth-child(5),
    .home-gallery-item:nth-child(6),
    .home-gallery-item:nth-child(7) {
        transform: none;
    }
}

/* ================================================================
   Home: Customer moments
   Data source: blog.b_type = 2
   ================================================================ */
.home-moments-section {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    padding: 0;
    border-top: 1px solid #e7e4de;
    border-bottom: 1px solid #e7e4de;
    background: #f7f7f7;
}

.home-moments-vector {
    position: absolute;
    top: 50%;
    left: clamp(24px, 4.5vw, 110px);
    width: 216px;
    max-width: 18vw;
    height: auto;
    opacity: .75;
    transform: translateY(-50%);
}

.home-moments-inner {
    display: flex;
    position: relative;
    z-index: 1;
    width: min(100%, 1600px);
    min-height: 390px;
    align-items: center;
    gap: clamp(28px, 5vw, 90px);
    margin: 0 auto;
    padding: 38px clamp(28px, 5vw, 110px) 38px clamp(90px, 9vw, 180px);
}

.home-moments-intro {
    width: 190px;
    flex: 0 0 190px;
}

.home-moments-intro h2 {
    margin: 0;
    color: #3e3323;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.04;
}

.home-moments-intro h2 strong {
    font-weight: 400;
}

.home-moments-intro p {
    margin: 16px 0 18px;
    color: #6b6255;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.home-moments-intro a {
    display: inline-flex;
    min-width: 104px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #3783b5;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.home-moments-intro a:hover {
    background: #24688f;
    color: #fff;
}

.home-moments-cards {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.home-moments-card {
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 17px rgba(63, 48, 27, .12);
    color: #4a4032;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-moments-card:hover {
    color: #4a4032;
    box-shadow: 0 12px 23px rgba(63, 48, 27, .2);
    transform: translateY(-5px);
}

.home-moments-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1.24 / 1;
    object-fit: cover;
}

.home-moments-card span {
    display: -webkit-box;
    height: 104px;
    margin: 0;
    padding: 12px 14px 14px;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 1199px) {
    .home-moments-vector {
        left: 20px;
        max-width: 145px;
    }

    .home-moments-inner {
        gap: 28px;
        padding-right: 34px;
        padding-left: 135px;
    }

    .home-moments-intro {
        flex-basis: 145px;
    }

    .home-moments-intro h2 {
        font-size: 21px;
    }

    .home-moments-cards {
        gap: 12px;
    }
}

@media (max-width: 767px) {
    .home-moments-section {
        min-height: 0;
    }

    .home-moments-vector {
        top: 26px;
        left: 16px;
        width: 90px;
        max-width: none;
        opacity: .28;
        transform: none;
    }

    .home-moments-inner {
        display: block;
        min-height: 0;
        padding: 34px 20px 38px;
    }

    .home-moments-intro {
        width: auto;
        margin-bottom: 24px;
        padding-left: 78px;
    }

    .home-moments-intro h2 {
        font-size: 27px;
    }

    .home-moments-intro p {
        max-width: 260px;
        margin-top: 10px;
        margin-bottom: 13px;
        font-size: 13px;
    }

    .home-moments-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .home-moments-card {
        border-radius: 13px;
    }

    .home-moments-card img {
        aspect-ratio: 1.12 / 1;
    }

    .home-moments-card span {
        height: 106px;
        padding: 12px 12px 14px;
        font-size: 12px;
        line-height: 1.5;
    }
}

.home-moments-modal {
    display: none;
    position: fixed;
    z-index: 10050;
    inset: 0;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(25, 20, 13, .82);
}

.home-moments-modal.is-open {
    display: flex;
}

.home-moments-modal-dialog {
    position: relative;
    width: min(92vw, 780px);
    max-height: 92vh;
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .36);
}

.home-moments-modal-dialog img {
    display: block;
    width: 100%;
    max-height: calc(92vh - 110px);
    object-fit: contain;
    background: #201a12;
}

.home-moments-modal-dialog p {
    max-height: 92px;
    margin: 0;
    padding: 16px 52px 17px 20px;
    overflow-y: auto;
    color: #403525;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.home-moments-modal-close {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #3c3327;
    font-size: 19px;
}

.home-moments-modal-close:hover {
    background: #ecd982;
}

body.home-moments-modal-open {
    overflow: hidden;
}

@media (max-width: 575px) {
    .home-moments-modal {
        padding: 14px;
    }

    .home-moments-modal-dialog {
        width: 100%;
        border-radius: 13px;
    }

    .home-moments-modal-dialog img {
        max-height: calc(92vh - 128px);
    }

    .home-moments-modal-dialog p {
        max-height: 110px;
        padding: 13px 45px 14px 15px;
        font-size: 13px;
    }
}

/* ================================================================
   Home: Google reviews
   Data source: blog.b_type = 9
   ================================================================ */
.home-google-section {
    padding: 32px 0;
    border-top: 1px solid #ece9e3;
    border-bottom: 1px solid #ece9e3;
    background: #fff;
}

.home-google-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

.home-google-summary {
    width: 150px;
    flex: 0 0 150px;
    color: #4a433a;
    text-align: center;
}

.home-google-brand {
    display: block;
    margin-bottom: 3px;
    text-decoration: none;
}

.home-google-brand img {
    display: block;
    width: 120px;
    height: auto;
    margin: 0 auto;
}

.home-google-summary > span,
.home-google-summary small {
    display: block;
    color: #6d675f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.35;
}

.home-google-summary > strong {
    display: block;
    margin: 2px 0 1px;
    color: #23669c;
    font-size: 39px;
    font-weight: 400;
    line-height: 1;
}

.home-google-stars,
.home-google-review-stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

.home-google-stars {
    justify-content: center;
    margin: 4px 0;
}

.home-google-stars i,
.home-google-review-stars i {
    color: #fbbc04;
}

.home-google-stars i {
    font-size: 15px;
}

.home-google-stars i.is-empty,
.home-google-review-stars i:not(.is-active) {
    color: #dadce0;
}

.home-google-slider-wrap {
    display: flex;
    min-width: 0;
    flex: 1;
    align-items: center;
    gap: 9px;
}

.home-google-viewport {
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

.home-google-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding: 4px 2px 10px;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.home-google-track::-webkit-scrollbar {
    display: none;
}

.home-google-review-card {
    width: 305px;
    min-height: 185px;
    flex: 0 0 305px;
    padding: 16px;
    border: 1px solid #ece9e3;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 7px 16px rgba(54, 42, 24, .1);
    color: #4a433a;
    transition: transform .25s ease, box-shadow .25s ease;
}

.home-google-review-card:hover {
    box-shadow: 0 11px 22px rgba(54, 42, 24, .16);
    transform: translateY(-4px);
}

.home-google-review-head {
    display: flex;
    align-items: center;
    gap: 9px;
}

.home-google-avatar {
    display: flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e6eee9;
    color: #52746c;
    font-size: 16px;
    font-weight: 400;
}

.home-google-review-head > div {
    min-width: 0;
    flex: 1;
}

.home-google-review-head strong,
.home-google-review-head small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-google-review-head strong {
    color: #403a33;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.home-google-review-head small {
    color: #77716a;
    font-size: 13px;
    font-weight: 400;
}

.home-google-review-head > i {
    color: #6b6b6b;
    font-size: 15px;
}

.home-google-review-stars {
    margin: 10px 0 7px;
}

.home-google-review-stars i {
    font-size: 13px;
}

.home-google-review-card p {
    display: -webkit-box;
    min-height: 66px;
    margin: 0;
    overflow: hidden;
    color: #5d554d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.home-google-review-card > a {
    display: inline-block;
    margin-top: 4px;
    color: #2874a8;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
}

.home-google-arrow {
    width: 28px;
    height: 42px;
    flex: 0 0 28px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b8b8b8;
    font-size: 23px;
}

.home-google-arrow:hover {
    color: #6e6e6e;
}

@media (max-width: 767px) {
    .home-google-section {
        padding: 26px 0;
    }

    .home-google-inner {
        display: block;
    }

    .home-google-summary {
        width: auto;
        margin-bottom: 20px;
    }

    .home-google-brand img {
        width: 135px;
    }

    .home-google-summary > span,
    .home-google-summary small {
        font-size: 15px;
    }

    .home-google-summary > strong {
        font-size: 44px;
    }

    .home-google-stars i {
        font-size: 17px;
    }

    .home-google-slider-wrap {
        gap: 2px;
    }

    .home-google-arrow {
        display: none;
    }

    .home-google-track {
        padding-left: 2px;
    }

    .home-google-review-card {
        width: 320px;
        min-height: 215px;
        flex-basis: 320px;
        padding: 18px;
    }

    .home-google-avatar {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        font-size: 16px;
    }

    .home-google-review-head strong {
        font-size: 17px;
    }

    .home-google-review-head small {
        font-size: 13px;
    }

    .home-google-review-stars i {
        font-size: 15px;
    }

    .home-google-review-card p {
        min-height: 72px;
        font-size: 15px;
        line-height: 1.55;
    }

    .home-google-review-card > a {
        margin-top: 7px;
        font-size: 13px;
    }
}

/* ================================================================
   Contact and footer
   Data source: contact.id = 1
   ================================================================ */
.restaurant-contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    min-height: 430px;
    background: #fff;
}

.restaurant-contact-details {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 42px clamp(36px, 6vw, 120px);
}

.restaurant-contact-content {
    width: min(100%, 620px);
    text-align: center;
}

.restaurant-contact-content h2 {
    margin: 0;
    color: #342a1b;
    font-size: 28px;
    line-height: 1.25;
}

.restaurant-contact-intro {
    margin: 6px 0 24px;
    color: #766d5c;
    font-size: 14px;
    line-height: 1.5;
}

.restaurant-contact-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 66px;
    padding: 12px 22px;
    border-radius: 12px;
    background: #ecd982;
    color: #4a3a1b;
    text-align: left;
    text-decoration: none;
}

.restaurant-contact-address:hover {
    background: #e5cd63;
    color: #342a1b;
}

.restaurant-contact-address i {
    color: #287ab0;
    font-size: 30px;
}

.restaurant-contact-address span {
    font-size: 13px;
    line-height: 1.45;
}

.restaurant-contact-address strong,
.restaurant-contact-card strong,
.restaurant-contact-card span {
    display: block;
}

.restaurant-contact-address strong {
    margin-bottom: 1px;
    font-size: 17px;
    font-weight: 500;
}

.restaurant-contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    gap: 10px;
}

.restaurant-contact-top-row {
    display: grid;
    grid-template-columns: 1.7fr repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.restaurant-contact-top-row .restaurant-contact-address,
.restaurant-contact-top-row .restaurant-contact-phone-card {
    min-height: 112px;
    margin: 0;
}

.restaurant-contact-card {
    display: flex;
    min-height: 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
    border-radius: 11px;
    background: #ecd982;
    color: #4a3a1b;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease;
}

.restaurant-contact-card:hover {
    transform: translateY(-3px);
    background: #e5cd63;
    color: #342a1b;
}

.restaurant-contact-card i {
    margin-bottom: 7px;
    color: #287ab0;
    font-size: 25px;
}

.restaurant-contact-card strong {
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 500;
}

.restaurant-contact-card span {
    overflow-wrap: anywhere;
    font-size: 12px;

}

.restaurant-contact-map {
    min-height: 430px;
    overflow: hidden;
    background: #edf1f5;
}

.restaurant-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
}

.restaurant-footer {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-top: 1px solid #d4bb4e;
    background: #ecd982;
    color: #66572c;
    font-size: 10px;
    text-align: center;
}

.restaurant-footer p {
    margin: 0;
}

.restaurant-footer span {
    padding: 0 6px;
}

.restaurant-footer a {
    color: inherit;
    text-decoration: none;
}

.restaurant-footer a:hover {
    color: #342a1b;
}

@media (max-width: 991px) {
    .restaurant-contact {
        grid-template-columns: 1fr;
    }

    .restaurant-contact-details {
        justify-content: center;
    }

    .restaurant-contact-map,
    .restaurant-contact-map iframe {
        min-height: 360px;
    }
}

@media (max-width: 575px) {
    .restaurant-contact-details {
        padding: 36px 20px;
    }

    .restaurant-contact-content h2 {
        font-size: 25px;
    }

    .restaurant-contact-intro {
        margin-bottom: 20px;
        font-size: 13px;
    }

    .restaurant-contact-address {
        gap: 11px;
        padding: 12px 14px;
    }

    .restaurant-contact-address i {
        font-size: 25px;
    }

    .restaurant-contact-address strong {
        font-size: 15px;
    }

    .restaurant-contact-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .restaurant-contact-top-row {
        grid-template-columns: 1fr;
    }

    .restaurant-contact-card {
        min-height: 104px;
    }

    .restaurant-contact-map,
    .restaurant-contact-map iframe {
        min-height: 290px;
    }

    .restaurant-footer {
        min-height: 42px;
        font-size: 9px;
        line-height: 1.4;
    }
}
/* ================================================================
   ABOUT PAGE : HAN THUENG CHIANG MAI
   ================================================================ */

.ht-about-page {
    --ht-yellow: #ecd982;
    --ht-yellow-soft: #f8edb8;
    --ht-yellow-pale: #fff9e3;
    --ht-blue: #3783b5;
    --ht-blue-dark: #24688f;
    --ht-brown: #3e311c;
    --ht-brown-soft: #766d5c;
    --ht-white: #ffffff;
    --ht-light: #f6f4ef;
    --ht-line: rgba(84, 66, 35, .14);
    --ht-shadow: 0 18px 45px rgba(73, 53, 23, .14);

    width: 100%;
    overflow: hidden;

    color: var(--ht-brown);
    background: #ffffff;

    font-family: 'Kanit', sans-serif;
}

.ht-about-page *,
.ht-about-page *::before,
.ht-about-page *::after {
    box-sizing: border-box;
}

.ht-about-page figure {
    margin: 0;
}

.ht-about-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ht-about-page p {
    margin-top: 0;

    color: var(--ht-brown-soft);

    font-size: 16px;
    font-weight: 300;
    line-height: 1.85;
}

.ht-about-eyebrow {
    display: inline-block;

    color: var(--ht-blue);

    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.4;
}

.ht-about-symbol {
    display: inline-flex;

    width: 48px;
    height: 48px;

    align-items: center;
    justify-content: center;

    color: #1f1710;

    font-size: 40px;
    line-height: 1;
}


/* ================================================================
   HERO
   ================================================================ */

.ht-about-hero {
    position: relative;

    width: 100%;

    padding: 78px 0 82px;

    overflow: hidden;

    background:
        linear-gradient(
            90deg,
            rgba(255, 249, 227, .98) 0%,
            rgba(255, 249, 227, .96) 48%,
            rgba(255, 249, 227, .84) 100%
        ),
        repeating-linear-gradient(
            45deg,
            transparent 0 18px,
            rgba(177, 141, 32, .04) 18px 20px
        );
}

.ht-about-hero::before {
    content: "";

    position: absolute;
    top: -110px;
    left: -120px;

    width: 360px;
    height: 360px;

    border: 1px solid rgba(177, 141, 32, .2);
    border-radius: 50%;
}

.ht-about-hero::after {
    content: "";

    position: absolute;
    right: -90px;
    bottom: -150px;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background: rgba(236, 217, 130, .22);
}

.ht-about-hero-grid {
    display: grid;

    position: relative;
    z-index: 1;

    grid-template-columns:
        minmax(0, .9fr)
        minmax(480px, 1.1fr);

    align-items: center;

    gap: clamp(48px, 7vw, 105px);
}

.ht-about-hero-content h1 {
    margin: 14px 0 20px;

    color: var(--ht-brown);

    font-size: clamp(48px, 5vw, 76px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .98;
}

.ht-about-hero-content h1 span {
    display: block;

    color: #b18d20;
}

.ht-about-hero-description {
    max-width: 590px;
    margin-bottom: 0 !important;

    font-size: 18px !important;
    line-height: 1.75 !important;
}

.ht-about-stats {
    display: grid;

    max-width: 570px;

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 10px;

    margin-top: 32px;
}

.ht-about-stat {
    padding: 16px 14px;

    border: 1px solid rgba(177, 141, 32, .22);
    border-radius: 14px;

    background: rgba(255, 255, 255, .66);

    text-align: center;
}

.ht-about-stat strong,
.ht-about-stat span {
    display: block;
}

.ht-about-stat strong {
    color: var(--ht-blue);

    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
}

.ht-about-stat span {
    margin-top: 4px;

    color: var(--ht-brown-soft);

    font-size: 12px;
    font-weight: 300;
}

.ht-about-hero-image {
    position: relative;

    padding: 14px 14px 42px;
    overflow: hidden;

    border-radius: 210px 210px 28px 28px;

    background: #ffffff;

    box-shadow: var(--ht-shadow);
}

.ht-about-hero-image::before {
    content: "";

    position: absolute;
    z-index: -1;

    inset: -18px 28px 32px -22px;

    border: 1px solid rgba(55, 131, 181, .32);
    border-radius: 210px 210px 32px 32px;
}

.ht-about-hero-image img {
    display: block;
    width: 100%;
    height: 510px;

    border-radius: 195px 195px 17px 17px;

    object-fit: cover;
    object-position: center;
}

/*
 * Fallback for Hero images pasted directly into the editor without the
 * .ht-about-hero-image figure wrapper. Keep the image in a stable frame
 * and preserve its proportions rather than letting its original dimensions
 * control the grid height.
 */
.ht-about-hero-grid > img {
    display: block;
    width: 100%;
    height: 510px;
    border-radius: 195px 195px 17px 17px;
    object-fit: cover;
    object-position: center;
}

.ht-about-hero-image figcaption {
    position: absolute;

    right: 24px;
    bottom: 13px;
    left: 24px;

    color: var(--ht-brown-soft);

    font-size: 12px;
    font-weight: 300;

    text-align: center;
}


/* ================================================================
   INTRO STORY
   ================================================================ */

.ht-about-intro {
    width: 100%;

    padding: 92px 0;

    background: #ffffff;
}

.ht-about-intro-grid {
    display: grid;
    grid-template-columns:
        minmax(430px, .95fr)
        minmax(0, 1.05fr);

    align-items: center;
    gap: clamp(55px, 7vw, 105px);
}

.ht-about-intro-heading {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-width: 0;
}

.ht-about-intro-heading > div {
    min-width: 0;
    width: 100%;
}

.ht-about-intro-heading h2 {
    max-width: 520px;
    margin: 10px 0 0;

    color: var(--ht-brown);

    font-size: clamp(34px, 3vw, 46px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.24;

    word-break: normal;
    overflow-wrap: normal;
}

.ht-about-intro-content {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0 14px 42px;
    border-left: 1px solid var(--ht-line);
}

.ht-about-intro-content p {
    max-width: 720px;
    margin: 0;

    color: var(--ht-brown-soft);

    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
}

.ht-about-intro-content p + p {
    margin-top: 18px;
}


/* ================================================================
   FAMILY RECIPE
   ================================================================ */

.ht-about-recipe {
    width: 100%;

    padding: 96px 0;

    background: var(--ht-light);
}

.ht-about-recipe-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(380px, .88fr);

    align-items: center;

    gap: clamp(45px, 7vw, 100px);
}

.ht-about-recipe-image {
    position: relative;

    overflow: hidden;

    border-radius: 28px 110px 28px 28px;

    box-shadow: var(--ht-shadow);
}

.ht-about-recipe-image img {
    height: 610px;

    object-fit: cover;
}

.ht-about-recipe-content h2 {
    margin: 10px 0 22px;

    color: var(--ht-brown);

    font-size: clamp(36px, 3.5vw, 52px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.18;
}

.ht-about-recipe-content p {
    margin-bottom: 0;
}

.ht-about-recipe-content p + p {
    margin-top: 17px;
}

.ht-about-recipe-content blockquote {
    margin: 28px 0 0;

    padding: 20px 24px 20px 28px;

    border-left: 4px solid var(--ht-blue);
    border-radius: 0 14px 14px 0;

    background: var(--ht-yellow-soft);

    color: var(--ht-brown);

    font-size: 17px;
    font-weight: 300;
    line-height: 1.75;
}


/* ================================================================
   COMMON HEADING
   ================================================================ */

.ht-about-section-heading {
    max-width: 760px;

    margin: 0 auto 38px;

    text-align: center;
}

.ht-about-section-heading h2 {
    margin: 8px 0;

    color: var(--ht-brown);

    font-size: clamp(32px, 3.2vw, 46px);
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 1.18;
}

.ht-about-section-heading p {
    max-width: 650px;

    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}


/* ================================================================
   ABOUT TIMELINE — FIXED VERSION
   ================================================================ */

.ht-about-timeline {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 92px 0 100px;

    background:
        linear-gradient(
            rgba(255, 249, 227, .96),
            rgba(255, 249, 227, .96)
        ),
        repeating-linear-gradient(
            135deg,
            transparent 0 22px,
            rgba(177, 141, 32, .055) 22px 24px
        );
}

.ht-about-timeline-list {
    width: min(100%, 980px);
    margin: 0 auto;
}

.ht-about-timeline-item {
    display: grid;
    grid-template-columns: 120px 34px minmax(0, 1fr);
    column-gap: 20px;
    align-items: stretch;
    padding-bottom: 38px;
}

.ht-about-timeline-item:last-child {
    padding-bottom: 0;
}

.ht-about-timeline-year {
    padding-top: 18px;
    color: #b18d20;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.ht-about-timeline-marker {
    position: relative;
    min-height: 100%;
}

/* เส้น */
.ht-about-timeline-marker::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -38px;
    left: 50%;
    width: 2px;
    background: rgba(55, 131, 181, .28);
    transform: translateX(-50%);
}

/* จุดวงกลม */
.ht-about-timeline-marker::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    width: 17px;
    height: 17px;
    border: 4px solid #fff9e3;
    border-radius: 50%;
    background: #3783b5;
    box-shadow:
        0 0 0 1px rgba(55, 131, 181, .4),
        0 3px 8px rgba(55, 131, 181, .18);
    transform: translateX(-50%);
}

.ht-about-timeline-item:first-child .ht-about-timeline-marker::before {
    top: 20px;
}

.ht-about-timeline-item:last-child .ht-about-timeline-marker::before {
    bottom: calc(100% - 20px);
}

.ht-about-timeline-card {
    min-width: 0;
    padding: 22px 26px;
    border: 1px solid rgba(177, 141, 32, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 28px rgba(73, 53, 23, .07);
}

.ht-about-timeline-card h3 {
    margin: 0 0 7px;
    color: #3e311c;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
}

.ht-about-timeline-card p {
    margin: 0;
    color: #766d5c;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}
/* ================================================================
   QUALITY
   ================================================================ */

.ht-about-quality {
    width: 100%;

    padding: 100px 0;

    background: #ffffff;
}

.ht-about-quality-grid {
    display: grid;

    grid-template-columns:
        minmax(390px, .9fr)
        minmax(0, 1.1fr);

    align-items: center;

    gap: clamp(50px, 8vw, 115px);
}

.ht-about-quality-content h2 {
    margin: 10px 0 22px;

    color: var(--ht-brown);

    font-size: clamp(36px, 3.6vw, 52px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.18;
}

.ht-about-quality-content > p {
    margin-bottom: 0;
}

.ht-about-quality-content > p + p {
    margin-top: 17px;
}

.ht-about-quality-note {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    margin-top: 27px;

    padding: 18px 20px;

    border-radius: 15px;

    background: var(--ht-light);
}

.ht-about-quality-note > span {
    color: #b18d20;

    font-size: 24px;
    line-height: 1.2;
}

.ht-about-quality-note p {
    margin: 0;

    color: var(--ht-brown);

    font-size: 14px;
    line-height: 1.65;
}

.ht-about-quality-image {
    position: relative;
}

.ht-about-quality-image::before {
    content: "";

    position: absolute;
    z-index: 0;

    top: -22px;
    right: -22px;

    width: 58%;
    height: 66%;

    border-radius: 24px;

    background: var(--ht-yellow);
}

.ht-about-quality-image img {
    position: relative;
    z-index: 1;

    min-height: 460px;

    border-radius: 26px;

    box-shadow: var(--ht-shadow);

    object-fit: cover;
}


/* ================================================================
   ATMOSPHERE
   ================================================================ */

.ht-about-atmosphere {
    width: 100%;

    padding: 94px 0 100px;

    background: var(--ht-light);
}

.ht-about-atmosphere-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(300px, .65fr);

    gap: 18px;
}

.ht-about-atmosphere-image {
    min-height: 470px;

    overflow: hidden;

    border-radius: 22px;

    background: #ded7ca;

    box-shadow: 0 14px 34px rgba(65, 47, 22, .13);
}

.ht-about-atmosphere-image img {
    height: 100%;
    min-height: 470px;

    object-fit: cover;

    transition: transform .6s ease;
}

.ht-about-atmosphere-image:hover img {
    transform: scale(1.035);
}


/* ================================================================
   THANK YOU
   ================================================================ */

.ht-about-thankyou {
    width: 100%;

    padding: 105px 0;

    background:
        linear-gradient(
            rgba(48, 38, 23, .88),
            rgba(48, 38, 23, .88)
        ),
        url('../images/about/about-inside.jpg')
        center center / cover no-repeat;
}

.ht-about-thankyou-card {
    width: min(100%, 900px);

    margin: 0 auto;

    padding: clamp(38px, 6vw, 72px);

    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 26px;

    background: rgba(255, 253, 247, .94);

    box-shadow: 0 22px 60px rgba(0, 0, 0, .24);

    text-align: center;
}

.ht-about-thankyou-card .ht-about-symbol {
    display: flex;

    margin: 0 auto 5px;
}

.ht-about-thankyou-card h2 {
    margin: 9px 0 21px;

    color: var(--ht-brown);

    font-size: clamp(34px, 3.6vw, 50px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.ht-about-thankyou-card p {
    max-width: 760px;

    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.ht-about-thankyou-card p + p {
    margin-top: 17px;
}

.ht-about-thankyou-card strong {
    display: block;

    margin-top: 27px;

    color: #b18d20;

    font-size: 17px;
    font-weight: 500;
}


/* ================================================================
   TABLET
   ================================================================ */

@media (max-width: 1199px) {

    .ht-about-hero-grid {
        grid-template-columns:
            minmax(0, .9fr)
            minmax(390px, 1.1fr);

        gap: 50px;
    }

    .ht-about-hero-image img {
        height: 450px;
    }

    .ht-about-hero-grid > img {
        height: 450px;
    }

    .ht-about-recipe-grid,
    .ht-about-quality-grid {
        gap: 55px;
    }

    .ht-about-recipe-image img {
        height: 540px;
    }
}


/* ================================================================
   TABLET PORTRAIT
   ================================================================ */

@media (max-width: 991px) {

    .ht-about-hero {
        padding: 58px 0 68px;
    }

    .ht-about-hero-grid,
    .ht-about-intro-grid,
    .ht-about-recipe-grid,
    .ht-about-quality-grid {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 36p
    }
    .ht-about-intro-heading h2 {
        max-width: 680px;
    }
    .ht-about-hero-content {
        text-align: center;
    }

    .ht-about-hero-description,
    .ht-about-stats {
        margin-right: auto;
        margin-left: auto;
    }

    .ht-about-hero-image {
        width: min(100%, 650px);

        margin: 0 auto;
    }


    .ht-about-intro-grid,
    .ht-about-recipe-grid,
    .ht-about-quality-grid {
        gap: 42px;
    }

    .ht-about-intro-content {
        min-height: 0;
        padding: 0 0 0 24px;
    }

    .ht-about-intro-content p {
    max-width: 100%;
    }

    .ht-about-recipe-image {
        order: 2;
    }

    .ht-about-quality-image {
        width: min(100%, 700px);

        margin: 0 auto;
    }

    .ht-about-atmosphere-grid {
        grid-template-columns: 1fr;
    }

    .ht-about-atmosphere-image,
    .ht-about-atmosphere-image img {
        min-height: 390px;
    }
}


/* ================================================================
   MOBILE
   ================================================================ */

@media (max-width: 767px) {

    .ht-about-page p {
        font-size: 14px;
        line-height: 1.75;
    }

    .ht-about-eyebrow {
        font-size: 10px;
        letter-spacing: .13em;
    }


    /* HERO */

    .ht-about-hero {
        padding: 42px 0 52px;
    }

    .ht-about-hero-grid {
        gap: 36px;
    }

    .ht-about-hero-content h1 {
        margin-top: 9px;

        font-size: clamp(42px, 13vw, 58px);
        line-height: 1;
    }

    .ht-about-hero-description {
        font-size: 15px !important;
        line-height: 1.65 !important;
    }

    .ht-about-stats {
        gap: 7px;

        margin-top: 24px;
    }

    .ht-about-stat {
        padding: 12px 6px;

        border-radius: 10px;
    }

    .ht-about-stat strong {
        font-size: 22px;
    }

    .ht-about-stat span {
        font-size: 10px;
    }

    .ht-about-hero-image {
        padding: 9px 9px 37px;

        border-radius: 150px 150px 19px 19px;
    }

    .ht-about-hero-image img {
        height: 360px;

        border-radius: 142px 142px 12px 12px;
    }

    .ht-about-hero-grid > img {
        height: 360px;
        border-radius: 142px 142px 12px 12px;
    }

    .ht-about-hero-image figcaption {
        font-size: 10px;
    }


    /* SECTION SPACING */

    .ht-about-intro,
    .ht-about-recipe,
    .ht-about-timeline,
    .ht-about-quality,
    .ht-about-atmosphere {
        padding: 62px 0;
    }


    /* COMMON HEADING */

    .ht-about-section-heading {
        margin-bottom: 26px;
    }

    .ht-about-section-heading h2 {
        font-size: 31px;
    }


    /* INTRO */

    .ht-about-intro-heading {
        gap: 12px;
    }

    .ht-about-symbol {
        width: 38px;
        height: 38px;

        flex: 0 0 38px;

        font-size: 31px;
    }

    .ht-about-intro-heading h2,
    .ht-about-recipe-content h2,
    .ht-about-quality-content h2 {
        max-width: none;
        font-size: 31px;
        line-height: 1.28;
    }

    .ht-about-intro-content {
        padding-left: 18px;
    }
    .ht-about-intro-content p {
        font-size: 14px;
        line-height: 1.75;

    }

    /* RECIPE */

    .ht-about-recipe-image {
        border-radius: 19px 70px 19px 19px;
    }

    .ht-about-recipe-image img {
        height: 390px;
    }

    .ht-about-recipe-content blockquote {
        padding: 17px 18px;

        font-size: 15px;
    }


    /* TIMELINE */

    .ht-about-timeline-item {
        grid-template-columns:
            26px
            minmax(0, 1fr);

        column-gap: 12px;

        padding-bottom: 30px;
    }

    .ht-about-timeline-year {
        grid-column: 2;

        padding-top: 0;
        margin-bottom: 8px;

        font-size: 21px;

        text-align: left;
    }

    .ht-about-timeline-marker {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .ht-about-timeline-marker::before {
        top: 0;
        bottom: -30px;
    }

    .ht-about-timeline-item:first-child
    .ht-about-timeline-marker::before {
        top: 9px;
    }

    .ht-about-timeline-item:last-child
    .ht-about-timeline-marker::before {
        bottom: calc(100% - 9px);
    }

    .ht-about-timeline-marker span {
        width: 16px;
        height: 16px;

        margin-top: 4px;
    }

    .ht-about-timeline-card {
        grid-column: 2;

        padding: 18px;

        border-radius: 13px;
    }

    .ht-about-timeline-card h3 {
        font-size: 18px;
    }

    .ht-about-timeline-card p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* QUALITY */

    .ht-about-quality-image::before {
        top: -12px;
        right: -12px;
    }

    .ht-about-quality-image img {
        min-height: 330px;

        border-radius: 18px;
    }


    /* ATMOSPHERE */

    .ht-about-atmosphere-grid {
        gap: 12px;
    }

    .ht-about-atmosphere-image,
    .ht-about-atmosphere-image img {
        min-height: 290px;

        border-radius: 15px;
    }


    /* THANK YOU */

    .ht-about-thankyou {
        padding: 65px 0;
    }

    .ht-about-thankyou-card {
        padding: 34px 22px;

        border-radius: 19px;
    }

    .ht-about-thankyou-card h2 {
        font-size: 31px;
    }

    .ht-about-thankyou-card strong {
        font-size: 14px;
        line-height: 1.6;
    }
}


/* ================================================================
   ABOUT PAGE — FINAL LAYOUT FIX
   ใช้ร่วมกับ about-fixed.php
   ================================================================ */

/* Layout ใหม่จากฐานข้อมูลไม่ต้องมีกรอบ Card ชั้นนอก */
.restaurant-about-page.is-custom-layout {
    padding: 0;
    background: #fff;
}

.restaurant-about-page.is-custom-layout .restaurant-about-page-content,
.restaurant-about-page.is-custom-layout .restaurant-about-page-body {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.restaurant-about-page.is-custom-layout .restaurant-about-page-body {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* ป้องกัน style ของ body เดิมไปรบกวน Layout ใหม่ */
.restaurant-about-page.is-custom-layout .restaurant-about-page-body > .ht-about-page {
    width: 100%;
    margin: 0;
}

/* Section Timeline เต็มพื้นที่ของหน้า โดยไม่ใช้ 100vw hack */
.restaurant-about-page.is-custom-layout .ht-about-timeline {
    position: relative;
    width: 100%;
    margin-left: 0;
    padding: 92px 0 100px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 249, 227, .96), rgba(255, 249, 227, .96)),
        repeating-linear-gradient(
            135deg,
            transparent 0 22px,
            rgba(177, 141, 32, .055) 22px 24px
        );
}

/* Timeline ที่จัดแนวเส้นและวงกลมใหม่ */
.restaurant-about-page.is-custom-layout .ht-about-timeline-list {
    position: relative;
    width: min(100%, 980px);
    margin: 0 auto;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-item {
    display: grid;
    position: relative;
    grid-template-columns: 120px 38px minmax(0, 1fr);
    column-gap: 20px;
    align-items: stretch;
    padding-bottom: 38px;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-item:last-child {
    padding-bottom: 0;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-year {
    align-self: start;
    padding-top: 17px;
    color: #b18d20;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    white-space: nowrap;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-marker {
    position: relative;
    min-height: 100%;
    font-size: 0;
    line-height: 0;
}

/* เส้นแนวตั้ง */
.restaurant-about-page.is-custom-layout .ht-about-timeline-marker::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -38px;
    left: 50%;
    width: 2px;
    background: rgba(55, 131, 181, .28);
    transform: translateX(-50%);
}

/* วงกลมบนเส้น */
.restaurant-about-page.is-custom-layout .ht-about-timeline-marker::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 4px solid #fff9e3;
    border-radius: 50%;
    background: #3783b5;
    box-shadow:
        0 0 0 1px rgba(55, 131, 181, .42),
        0 3px 8px rgba(55, 131, 181, .18);
    transform: translateX(-50%);
}

.restaurant-about-page.is-custom-layout
.ht-about-timeline-item:first-child
.ht-about-timeline-marker::before {
    top: 20px;
}

.restaurant-about-page.is-custom-layout
.ht-about-timeline-item:last-child
.ht-about-timeline-marker::before {
    bottom: calc(100% - 20px);
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-card {
    min-width: 0;
    padding: 22px 26px;
    border: 1px solid rgba(177, 141, 32, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 10px 28px rgba(73, 53, 23, .07);
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-card h3 {
    margin: 0 0 7px;
    color: #3e311c;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
}

.restaurant-about-page.is-custom-layout .ht-about-timeline-card p {
    margin: 0;
    color: #766d5c;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
}

/* Hero: รองรับกรณี CKEditor วาง img โดยไม่มี figure ครอบ */
.restaurant-about-page.is-custom-layout .ht-about-hero-grid > img {
    display: block;
    width: 100%;
    height: 510px;
    padding: 14px;
    border-radius: 210px 210px 28px 28px;
    background: #fff;
    box-shadow: var(--ht-shadow);
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {
    .restaurant-about-page.is-custom-layout .ht-about-hero-grid > img {
        width: min(100%, 650px);
        height: 450px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .restaurant-about-page.is-custom-layout .ht-about-timeline {
        padding: 62px 0;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-item {
        grid-template-columns: 28px minmax(0, 1fr);
        column-gap: 12px;
        padding-bottom: 30px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-year {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 9px;
        padding-top: 0;
        font-size: 21px;
        text-align: left;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-marker {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-marker::before {
        top: 0;
        bottom: -30px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-marker::after {
        top: 4px;
        width: 16px;
        height: 16px;
    }

    .restaurant-about-page.is-custom-layout
    .ht-about-timeline-item:first-child
    .ht-about-timeline-marker::before {
        top: 4px;
    }

    .restaurant-about-page.is-custom-layout
    .ht-about-timeline-item:last-child
    .ht-about-timeline-marker::before {
        bottom: calc(100% - 4px);
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-card {
        grid-column: 2;
        grid-row: 2;
        padding: 18px;
        border-radius: 13px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-card h3 {
        font-size: 18px;
    }

    .restaurant-about-page.is-custom-layout .ht-about-timeline-card p {
        font-size: 14px;
        line-height: 1.7;
    }

    .restaurant-about-page.is-custom-layout .ht-about-hero-grid > img {
        height: 360px;
        padding: 9px;
        border-radius: 150px 150px 19px 19px;
    }
}
/* ================================================================
   ABOUT PAGE: VISIT US CTA
   ================================================================ */

.ht-about-visit {
    position: relative;
    width: 100%;
    min-height: 720px;
    overflow: hidden;
    background: #2f2619;
}

.ht-about-visit-background,
.ht-about-visit-overlay {
    position: absolute;
    inset: 0;
}

.ht-about-visit-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.015);
}

.ht-about-visit-overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(35, 27, 17, .88) 0%,
            rgba(35, 27, 17, .72) 46%,
            rgba(35, 27, 17, .28) 100%
        );
}

.ht-about-visit-container {
    display: flex;
    position: relative;
    z-index: 2;
    min-height: 720px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ht-about-visit-content {
    width: min(100%, 680px);
    padding: clamp(38px, 5vw, 68px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 28px;
    background: rgba(37, 28, 17, .6);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
    color: #fff;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}

.ht-about-visit-eyebrow {
    display: inline-block;
    margin-bottom: 13px;
    color: #ecd982;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .16em;
    line-height: 1.5;
}

.ht-about-visit-content h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1.05;
}

.ht-about-visit-content h2 span {
    display: block;
    margin-top: 7px;
    color: #ecd982;
}

.ht-about-visit-content blockquote {
    max-width: 580px;
    margin: 27px 0 30px;
    padding: 0 0 0 22px;
    border-left: 3px solid #3783b5;
    color: rgba(255, 255, 255, .92);
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 300;
    line-height: 1.7;
}

.ht-about-visit-hours {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 15px;
    margin-bottom: 31px;
    padding: 15px 20px;
    border: 1px solid rgba(236, 217, 130, .32);
    border-radius: 15px;
    background: rgba(255, 255, 255, .1);
}

.ht-about-visit-hours-icon {
    display: flex;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ecd982;
    color: #3e311c;
    font-size: 21px;
}

.ht-about-visit-hours strong,
.ht-about-visit-hours span {
    display: block;
}

.ht-about-visit-hours strong {
    margin-bottom: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.ht-about-visit-hours span {
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    font-weight: 300;
}

.ht-about-visit-hours small {
    padding: 0 6px;
    color: #ecd982;
    font-size: 12px;
}

.ht-about-visit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.ht-about-visit-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 25px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}

.ht-about-visit-button:hover {
    transform: translateY(-3px);
}

.ht-about-visit-button-primary {
    background: #ecd982;
    color: #3e311c;
}

.ht-about-visit-button-primary:hover {
    background: #f5e7a8;
    color: #2f2617;
}

.ht-about-visit-button-secondary {
    border-color: rgba(255, 255, 255, .55);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.ht-about-visit-button-secondary:hover {
    border-color: #fff;
    background: #fff;
    color: #3e311c;
}
/* ================================================================
   Contact page: ฮ้านถึงเจียงใหม่
   Uses images/preview.jpg
   ================================================================ */
.han-contact-page {
    --contact-yellow: #ecd982;
    --contact-yellow-soft: #fff4c9;
    --contact-blue: #3783b5;
    --contact-blue-dark: #24688f;
    --contact-brown: #3e311c;
    --contact-muted: #766d5c;
    --contact-light: #f7f5ef;
    overflow: hidden;
    background: #fff;
    color: var(--contact-brown);
    font-family: 'Kanit', sans-serif;
}

.han-contact-page *,
.han-contact-page *::before,
.han-contact-page *::after {
    box-sizing: border-box;
}

.han-contact-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--contact-blue);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .15em;
    line-height: 1.4;
}

/* Hero */
.han-contact-hero {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    background: #332719;
}

.han-contact-hero__media,
.han-contact-hero__overlay {
    position: absolute;
    inset: 0;
}

.han-contact-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.han-contact-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(
            90deg,
            rgba(38, 28, 16, .89) 0%,
            rgba(38, 28, 16, .7) 47%,
            rgba(38, 28, 16, .18) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0, 0, 0, .05),
            rgba(0, 0, 0, .28)
        );
}

.han-contact-hero__container {
    display: flex;
    position: relative;
    z-index: 2;
    min-height: 590px;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 70px;
}

.han-contact-hero__content {
    width: min(100%, 690px);
}

.han-contact-hero .han-contact-kicker {
    color: var(--contact-yellow);
}

.han-contact-hero__content h1 {
    margin: 13px 0 20px;
    color: #fff;
    font-size: clamp(48px, 5.5vw, 78px);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: 1;
}

.han-contact-hero__content h1 span {
    display: block;
    margin-top: 8px;
    color: var(--contact-yellow);
}

.han-contact-hero__content > p {
    max-width: 590px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
}

.han-contact-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.han-contact-button {
    display: inline-flex;
    min-height: 49px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 24px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition:
        transform .22s ease,
        background-color .22s ease,
        color .22s ease,
        border-color .22s ease;
}

.han-contact-button:hover {
    transform: translateY(-3px);
}

.han-contact-button--primary {
    background: var(--contact-yellow);
    color: var(--contact-brown);
}

.han-contact-button--primary:hover {
    background: #f5e7a8;
    color: #2f2617;
}

.han-contact-button--outline {
    border-color: rgba(255, 255, 255, .6);
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.han-contact-button--outline:hover {
    border-color: #fff;
    background: #fff;
    color: var(--contact-brown);
}

.han-contact-button--line {
    border-color: #06a94d;
    background: #06c755;
    color: #fff;
}

.han-contact-button--line:hover,
.han-contact-button--line:focus-visible {
    border-color: #059443;
    background: #059443;
    color: #fff;
    outline: none;
}

/* Information */
.han-contact-info {
    padding: clamp(68px, 8vw, 58px) 0;
    background:
        radial-gradient(
            circle at 8% 14%,
            rgba(236, 217, 130, .24),
            transparent 24%
        ),
        #fff;
}

.han-contact-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.han-contact-heading h2 {
    margin: 8px 0 8px;
    color: var(--contact-brown);
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: 1.2;
}

.han-contact-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: var(--contact-muted);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.han-contact-layout {
    display: grid;
    grid-template-columns:
        minmax(360px, .9fr)
        minmax(0, 1.1fr);
    align-items: stretch;
    gap: clamp(24px, 4vw, 48px);
}

.han-contact-main-card {
    padding: clamp(28px, 4vw, 45px);
    border: 1px solid rgba(177, 141, 32, .25);
    border-radius: 25px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 253, 247, .98),
            rgba(248, 237, 184, .76)
        );
    box-shadow: 0 18px 44px rgba(74, 57, 27, .12);
}

.han-contact-main-card__top {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(84, 66, 35, .14);
}

.han-contact-main-card__icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--contact-blue);
    color: #fff;
    font-size: 23px;
}

.han-contact-main-card__icon i {
    color: #fff !important;
}

.han-contact-main-card__top span {
    color: #a47c17;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .08em;
}

.han-contact-main-card__top h2 {
    margin: 3px 0 0;
    color: var(--contact-brown);
    font-size: 25px;
    font-weight: 400;
    line-height: 1.35;
}

.han-contact-address,
.han-contact-hours {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 0;
    padding: 23px 0;
    border-bottom: 1px solid rgba(84, 66, 35, .14);
    color: var(--contact-brown);
    font-style: normal;
}

.han-contact-address > i,
.han-contact-hours > i {
    width: 25px;
    flex: 0 0 25px;
    padding-top: 3px;
    color: var(--contact-blue);
    font-size: 26px;
    text-align: center;
}

.han-contact-address strong,
.han-contact-address span,
.han-contact-hours strong,
.han-contact-hours span {
    display: block;
}

.han-contact-address strong,
.han-contact-hours strong {
    margin-bottom: 5px;
    color: var(--contact-brown);
    font-size: 18px;
    font-weight: 500;
}

.han-contact-address span,
.han-contact-hours span {
    color: var(--contact-muted);
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
}

.han-contact-main-card__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.han-contact-main-card__actions a {
    display: inline-flex;
    min-height: 43px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 17px;
    border-radius: 7px;
    background: var(--contact-blue);
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition:
        background-color .2s ease,
        transform .2s ease;
}

.han-contact-main-card__actions a:hover {
    background: var(--contact-blue-dark);
    color: #fff;
    transform: translateY(-2px);
}

.han-contact-channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.han-contact-channel {
    display: grid;
    position: relative;
    min-width: 0;
    min-height: 145px;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    padding: 23px;
    border: 1px solid rgba(177, 141, 32, .19);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 11px 26px rgba(74, 57, 27, .08);
    color: var(--contact-brown);
    text-decoration: none;
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

.han-contact-channel:hover,
.han-contact-channel:focus-visible {
    border-color: rgba(55, 131, 181, .4);
    color: var(--contact-brown);
    outline: none;
    box-shadow: 0 17px 34px rgba(74, 57, 27, .15);
    transform: translateY(-5px);
}

.han-contact-channel--phone:hover {
    border-color: rgba(55, 131, 181, .4);
    box-shadow: 0 17px 34px rgba(74, 57, 27, .15);
}

.han-contact-channel__icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--contact-yellow-soft);
    color: var(--contact-blue);
    font-size: 21px;
}

.han-contact-channel small,
.han-contact-channel strong {
    display: block;
    overflow-wrap: anywhere;
}

.han-contact-channel small {
    margin-bottom: 4px;
    color: #a47c17;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.han-contact-channel strong {
    color: var(--contact-brown);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

.han-contact-phone-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.han-contact-phone-links a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 7px;
    border: 1px solid rgba(55, 131, 181, .24);
    border-radius: 7px;
    background: #f7fbfe;
    color: var(--contact-brown);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.han-contact-phone-links a:hover,
.han-contact-phone-links a:focus-visible {
    border-color: var(--contact-blue);
    background: var(--contact-blue);
    color: #fff;
    outline: none;
}

.han-contact-channel__arrow {
    position: absolute;
    top: 15px;
    right: 15px;
    color: rgba(84, 66, 35, .28);
    font-size: 11px;
}

/* Map */
.han-contact-map-section {
    padding-top: clamp(5px, 7vw, 12px);
    background: var(--contact-light);
}

.han-contact-map-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 28px;
}

.han-contact-map-heading h2 {
    margin: 7px 0 5px;
    color: var(--contact-brown);
    font-size: clamp(31px, 3.4vw, 46px);
    font-weight: 400;
    letter-spacing: -.03em;
}

.han-contact-map-heading p {
    margin: 0;
    color: var(--contact-muted);
    font-size: 14px;
    font-weight: 300;
}

.han-contact-map-heading > a {
    display: inline-flex;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid rgba(177, 141, 32, .48);
    border-radius: 8px;
    background: #fff;
    color: var(--contact-brown);
    font-size: 16px;
    text-decoration: none;
    transition:
        background-color .2s ease,
        transform .2s ease;
}

.han-contact-map-heading > a:hover {
    background: var(--contact-yellow);
    color: var(--contact-brown);
    transform: translateY(-2px);
}

.han-contact-map {
    height: 520px;
    overflow: hidden;
    border-top: 1px solid rgba(177, 141, 32, .22);
    background: #e9ecef;
}

.han-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .han-contact-hero,
    .han-contact-hero__container {
        min-height: 530px;
    }

    .han-contact-hero__overlay {
        background: rgba(38, 28, 16, .66);
    }

    .han-contact-hero__container {
        justify-content: center;
    }

    .han-contact-hero__content {
        text-align: center;
    }

    .han-contact-hero__content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .han-contact-hero__actions {
        justify-content: center;
    }

    .han-contact-layout {
        grid-template-columns: 1fr;
    }

    .han-contact-main-card {
        width: min(100%, 720px);
        margin: 0 auto;
    }

    .han-contact-map-heading {
        align-items: flex-start;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .han-contact-kicker {
        font-size: 9px;
        letter-spacing: .12em;
    }

    .han-contact-hero,
    .han-contact-hero__container {
        min-height: 500px;
    }

    .han-contact-hero__container {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .han-contact-hero__content h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    .han-contact-hero__content > p {
        font-size: 15px;
        line-height: 1.65;
    }

    .han-contact-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .han-contact-button {
        width: 100%;
    }

    .han-contact-info {
        padding: 60px 0;
    }

    .han-contact-heading {
        margin-bottom: 28px;
    }

    .han-contact-heading h2 {
        font-size: 31px;
    }

    .han-contact-heading p {
        font-size: 13px;
    }

    .han-contact-main-card {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .han-contact-main-card__top {
        gap: 12px;
    }

    .han-contact-main-card__icon {
        width: 49px;
        height: 49px;
        flex-basis: 49px;
        border-radius: 14px;
        font-size: 19px;
    }

    .han-contact-main-card__top h2 {
        font-size: 21px;
    }

    .han-contact-channels {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .han-contact-channel {
        min-height: 108px;
        padding: 18px;
        border-radius: 15px;
    }

    .han-contact-map-heading {
        display: block;
        padding-bottom: 22px;
    }

    .han-contact-map-heading h2 {
        font-size: 30px;
    }

    .han-contact-map-heading > a {
        margin-top: 17px;
    }

    .han-contact-map {
        height: 380px;
    }
}
