.home-page {
    color: #333;
}

.home-page h1,
.home-page h2,
.home-page h3 {
    color: #333;
}

.home-page h1 {
    line-height: 1.4;
    margin-bottom: 20px;
}

.home-page h1 {
    line-height: 1.45;
    margin-bottom: 0;
}

.home-page h2 {
    line-height: 1.45;
    margin-bottom: 0;
}

.home-page p {
    line-height: 1.8;
}

.home-page .lead {
    font-size: 1.7rem;
    font-weight: normal;
}

.home-page .text-uppercase {
    color: #578237 !important;
    font-family: 'promptmedium';
    letter-spacing: .06em;
}

.home-page .btn {
    font-family: 'promptregular';
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
}

.home-page .btn-menu {
    padding: 15px 20px;
}

.home-page .btn-outline {
    background: #fff;
}

.home-page .btn-outline:hover {
    background: #578237;
}

.btn-facebook {
    background: #104168;
    color: #ffffff;
    padding: 15px 20px;
}

.btn-facebook:hover {
    background: #104168;
    color: #ffffff;
}

.home-page .badge {
    font-size: 1.4rem;
    font-family: 'promptregular';
    padding: 10px;
}

.home-page .badge-light {
    background: #f3f4f0;
    color: #42670e;
}

.home-page .badge-success {
    background: #efefef;
    color: #42670e;
}

.home-page .card {
    border: 1px solid #e4e8df;
    border-radius: 4px !important;
    box-shadow: none;
}

.home-page .card-body {
    padding: 20px;
    padding: 30px;
}

.home-page .card h3 {
    margin-bottom: 10px;
}

#delivery-hero {
    padding-top: 70px;
    padding-bottom: 70px;
}

#delivery-hero img {
    width: 100%;
    height: auto;
}

#delivery-zones {
    background: #386435;
    color: #fff;
}

#delivery-zones h2,
#delivery-zones h3 {
    color: #fff;
}

#delivery-zones .text-uppercase {
    color: #fff !important;
}

#delivery-zones .text-muted {
    color: #eef3e9 !important;
}

.delivery-origin {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    padding: 20px;
    margin-bottom: 30px;
}

.delivery-zone-card {
    height: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    border-top: 2px solid #eeed05;
}

.delivery-zone-card ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.delivery-zone-card li {
    margin: 0;
    padding: 10px;
    background: rgba(255, 255, 255, .12);
    text-align: center;
}

.delivery-rail {
    position: relative;
    margin-top: 10px;
}

.delivery-rail__scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding: 34px 4px 22px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.delivery-rail__track {
    display: flex;
    min-width: max-content;
    position: relative;
}

.delivery-rail__track::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    height: 4px;
    background: rgba(255, 255, 255, .3);
    border-radius: 2px;
}

.delivery-stop {
    position: relative;
    width: 216px;
    flex: none;
    padding: 0 12px;
    scroll-snap-align: start;
}

.delivery-stop::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #386435;
    border: 4px solid #eeed05;
    z-index: 1;
}

.delivery-stop--active::before {
    background: #eeed05;
}

.delivery-stop__card {
    height: calc(100% - 38px);
    margin-top: 38px;
    padding: 16px 15px 18px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 4px;
}

.delivery-stop__code {
    display: inline-block;
    margin-bottom: 9px;
    color: #eeed05;
    font-family: 'promptmedium';
    font-size: 1.3rem;
    letter-spacing: .06em;
}

.delivery-stop__name {
    margin-bottom: 8px;
    color: #fff;
    font-family: 'promptmedium';
    font-size: 1.8rem;
}

.delivery-stop__note {
    color: #eef3e9;
    font-size: 1.5rem;
    line-height: 1.6;
}

.delivery-rail__hint {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    color: #eef3e9;
    font-size: 1.4rem;
}

.delivery-rail__hint::before {
    content: "↔";
    font-size: 1.8rem;
}

.delivery-page-link {
    color: inherit;
    text-decoration: none;
}

.delivery-page-link:hover {
    color: inherit;
    text-decoration: none;
}

.delivery-page-link .card {
    transition: border-color .2s ease, transform .2s ease;
}

.delivery-page-link:hover .card {
    border-color: #718d4a;
    transform: translateY(-3px);
}

.delivery-venue-card {
    border-left: 4px solid #578237 !important;
}

.delivery-check-icon {
    color: #578237;
    margin-right: 8px;
}

.table-section .table-responsive {
    background: #fff;
    border: 1px solid #e4e8df;
    border-radius: 4px;
}

.table-section .table {
    margin-bottom: 0;
}

.table-section .table th,
.table-section .table td {
    padding: 18px 20px;
    vertical-align: top;
    border-color: #e4e8df;
}

.table-section .table th {
    width: 30%;
    background: #f3f4f0;
    color: #42670e;
    font-family: 'promptmedium';
    font-weight: normal;
}

#delivery-closing {
    background: #42670e;
    color: #fff;
    text-align: center;
}

#delivery-closing h2 {
    color: #fff;
}

#delivery-closing .d-flex {
    justify-content: center;
}

#delivery-closing .btn-menu {
    background: #fff;
    color: #386435;
}

#delivery-closing .btn-outline {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.delivery-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 -6px 22px -12px rgba(0, 0, 0, .5);
    display: none;
}

.delivery-mobile-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 8px;
    font-weight: 600;
    text-decoration: none;
}

.delivery-mobile-bar__call {
    background: #42670e;
    color: #fff;
}

.delivery-mobile-bar__line {
    background: #eeed05;
    color: #333;
}

.accordion .btn {
    color: #333333 !important;
}

.accordion .card-body {
    background: #f8f8f8;
    border-top: 1px solid #dcdcdc;
    font-size: 1.6rem;
}

.accordion .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.accordion .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 40%;
    right: .8rem;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    font-size: 2rem;
}

.accordion .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}

.accordion .card-header {
    padding: 3rem;
    border-left: 4px solid #578237 !important;
}

.accordion .card-header h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
}

.accordion .card-header .btn {
    border: none;
    background: none;
    padding: 0;
    text-transform: none;
    white-space: normal;
}

.more-info-section .delivery-venue-card p {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .delivery-mobile-bar {
        display: none;
    }
}

@media (max-width: 899px) {
    .home-page {
        padding-bottom: 62px;
    }
}

@media (max-width: 767px) {
    .delivery-zone-card ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .home-page h1 {
        font-size: 2.5rem;
    }

    .home-page h2 {
        font-size: 2.4rem;
    }

    .home-page .btn {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media (max-width: 479px) {
    .delivery-zone-card ul {
        grid-template-columns: 1fr;
    }
}

/* ========================================================================
   Page-specific overrides
   ใช้เฉพาะหน้าที่ประกาศ modifier class เพิ่มเติมบน <main class="home-page ...">
   ======================================================================== */

.delivery-page--chaengwattana .delivery-zone-card li,
.delivery-page--sukhumvit .delivery-zone-card li {
    text-align: center;
}

.delivery-page--silom-sathorn .delivery-zone-card li {
    text-align: left;
}

/* ========================================================================
   English single-page home
   ปรับเฉพาะสีและระยะห่าง โดยคงรูปแบบ component เดิมของเว็บไซต์
   ======================================================================== */

.home-page .bs-section > .container > .row:first-child .col-lg-12 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.home-page .bs-section > .container > .row:first-child .lead {
    max-width: 760px;
    margin: 14px auto 0;
    color: #666;
}

.home-page .section-title-line {
    position: relative;
    padding-bottom: 22px;
}

.home-page .section-title-line::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 48px;
    height: 3px;
    background: #f2a900;
    content: '';
    transform: translateX(-50%);
}

.home-services {
    background: #f7f7f4 !important;
}

.home-menu {
    background: #edf2e8;
}

.home-why {
    background: #fff !important;
}

.home-services .card-body > p:first-child,
.home-menu .card-body > p:first-child,
.home-why .card-body > p:first-child {
    margin-bottom: 15px;
    font-size: 4rem;
    line-height: 1;
}

.home-services .card {
    padding: 0;
}

.home-services .card-body {
    padding: 15px;
}

.home-services .card-body h3 {
    margin-top: 15px;
}

.home-menu .card {
    padding: 0;
}

.home-menu .card-body {
    padding: 15px;
}

.home-menu .card-body h3 {
    margin-top: 15px;
}

.home-venues {
    background: #edf2e8;
    background: #22372b;
    color: #d6ddd8;
}

.home-venues h2 {
    color: #fff;
}

.home-venues .lead {
    max-width: 1000px !important;
    margin-top: 20px !important;
    color: #aeb9b1 !important;
}

.home-venues .delivery-venue-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-left: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 4px;
}

.home-venues .card-body {
    padding: 24px;
}

.home-venues .delivery-venue-card h3 {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #f2a900;
    font-size: 1.7rem;
    line-height: 1.5;
}

.home-venues .delivery-venue-card h3 span {
    display: inline-flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    background: rgba(87, 130, 55, .28);
    font-size: 2rem;
    line-height: 1;
}

.home-venues .delivery-venue-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-venues .delivery-venue-card li {
    display: inline-block;
    margin: 0 6px 8px 0;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px;
    background: rgba(255, 255, 255, .1);
    color: #e1e6e2;
    font-size: 1.4rem;
}

.home-venues > .container > p:last-child {
    color: #d6ddd8;
}

.home-order {
    background: #f7f7f4 !important;
}

/* How to Order - Step Numbers */
.home-order .row:last-child {
    counter-reset: order-step;
}

.home-order .row:last-child > article {
    counter-increment: order-step;
}

.home-order .card-body::before {
    content: counter(order-step);
    display: block;
    margin-bottom: 10px;
    font-family: 'promptmedium';
    font-size: 36px;
    line-height: 1;
    color: #e8a430;
    opacity: 0.4;
}

.home-order .card-body {
    text-align: center;
}

.home-faq {
    background: #fff;
}

.home-faq .accordion {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.home-faq .accordion .card {
    margin-bottom: 0;
    box-shadow: none !important;
    border-bottom: 1px solid #e4e8df !important;
}

.home-faq .accordion .card + .card {
    border-top: 0;
}

.home-faq .accordion .card-header {
    background: #fff;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.home-contact {
    background: #42670e !important;
    background: #2d2c2b !important;
    color: #fff;
}

.home-contact h2,
.home-contact p,
.home-contact a:not(.btn) {
    color: #fff;
}

.home-contact .lead {
    max-width: 820px;
    margin: 16px auto 0;
    color: #eef3e9;
}

@media (max-width: 991px) {
    .home-page .bs-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .home-page .bs-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .home-contact .d-flex {
        display: block !important;
    }
}

/* English hero: artwork only; all banner copy is real HTML. */
.home-hero-html {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 430px;
    height: 37.5vw;
    max-height: 720px;
    overflow: hidden;
    background: #2f713b url('../images/banner-en-02.webp') center center / cover no-repeat;
    color: #fff;
}

.home-hero-html .home-hero-container {
    width: 90%;
    max-width: none;
    padding-right: 0;
    padding-left: 0;
}

.home-hero-html .home-hero-copy {
    width: 35%;
    max-width: 570px;
    margin-left: 5vw;
    padding-left: 0;
    text-align: left;
}

.home-hero-html .home-hero-eyebrow {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;
}

.home-hero-html h1 {
    margin: 0 0 22px;
    color: #fff;
    font-size: clamp(4.4rem, 3.35vw, 4.6rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.home-hero-html .home-hero-description {
    margin: 0;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.55;
}

.home-hero-html .home-hero-stats {
    display: flex;
    align-items: flex-start;
    margin-top: 38px;
}

.home-hero-html .home-hero-stat {
    width: 31%;
    margin-right: 3.5%;
    text-align: center;
}

.home-hero-html .home-hero-stat:last-child {
    margin-right: 0;
}

.home-hero-html .home-hero-stat strong,
.home-hero-html .home-hero-stat span {
    display: block;
}

.home-hero-html .home-hero-stat strong {
    color: #ffbd00;
    font-size: clamp(3.6rem, 2.4vw, 4.8rem);
    line-height: 1.05;
    font-family: 'promptmedium';
}

.home-hero-html .home-hero-stat span {
    margin-top: 6px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.35;
}

@media (max-width:1506px) {
    .home-hero-html h1 {
        font-size: 4rem;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .home-hero-html .home-hero-copy {
        width: 35%;
        max-width: 430px;
    }

    .home-hero-html h1 {
        margin-bottom: 14px;
        font-size: 3.6rem;
    }

    .home-hero-html .home-hero-eyebrow,
    .home-hero-html .home-hero-description,
    .home-hero-html .home-hero-stat span {
        font-size: 1.4rem;
    }

    .home-hero-html .home-hero-stats {
        margin-top: 26px;
    }

    .home-hero-html .home-hero-stat strong {
        font-size: 2.4rem;
    }

    .home-hero-html .home-hero-copy {
        margin-left: 3vw;
    }
}

@media (max-width: 767px) {
    .home-hero-html {
        display: block;
        min-height: 0;
        height: 150vw;
        max-height: none;
        padding-top: 9vw;
        background-image: url('../images/banner-en-mb-02.webp');
        background-position: center top;
        background-size: 100% auto;
    }

    .home-hero-html .home-hero-copy {
        width: 100%;
        max-width: none;
        margin-left: 0;
        padding: 0;
        text-align: center;
    }

    .home-hero-html .home-hero-eyebrow {
        margin-bottom: 6px;
        font-size: clamp(1.2rem, 3.2vw, 1.7rem);
    }

    .home-hero-html h1 {
        margin-bottom: 12px;
        font-size: clamp(3.4rem, 9vw, 4.6rem);
        line-height: 1.05;
    }

    .home-hero-html .home-hero-description {
        max-width: 92%;
        margin: 0 auto;
        font-size: clamp(1.3rem, 3.7vw, 1.8rem);
        line-height: 1.5;
    }

    .home-hero-html .home-hero-stats {
        justify-content: center;
        margin-top: 6vw;
    }

    .home-hero-html .home-hero-stat {
        position: relative;
        width: 33.333%;
        margin-right: 0;
        padding: 0 5px;
    }

    .home-hero-html .home-hero-stat + .home-hero-stat::before {
        position: absolute;
        top: 2px;
        bottom: 2px;
        left: 0;
        width: 1px;
        background: rgba(255, 255, 255, 0.45);
        content: '';
    }

    .home-hero-html .home-hero-stat strong {
        font-size: clamp(2.9rem, 6vw, 4.8rem);
    }

    .home-hero-html .home-hero-stat span {
        margin-top: 4px;
        font-size: clamp(1.1rem, 3.2vw, 1.6rem);
    }
}

@media (max-width: 527px) {
    .home-hero-html {
        padding-top: 12vw;
    }

    .home-hero-html .home-hero-eyebrow {
        margin-bottom: 4px;
        font-size: 1.4rem;
        line-height: 1.35;
    }

    .home-hero-html h1 {
        margin-bottom: 8px;
        font-size: clamp(2.4rem, 7.6vw, 4rem);
        line-height: 1.02;
    }

    .home-hero-html .home-hero-description {
        max-width: 96%;
        font-size: 1.4rem;
        line-height: 1.4;
    }

    .home-hero-html .home-hero-stats {
        margin-top: 4vw;
    }

    .home-hero-html .home-hero-stat strong {
        font-size: clamp(2.4rem, 7vw, 3.8rem);
    }

    .home-hero-html .home-hero-stat span {
        margin-top: 2px;
        font-size: 1.3rem;
        line-height: 1.25;
    }
}

@media (min-width: 381px) and (max-width: 480px) {
    .home-hero-html .home-hero-eyebrow {
        display: none;
    }

    .home-hero-html {
        padding-top: 12vw;
    }

    .home-hero-html .home-hero-stat span {
        margin-top: 2px;
        font-size: 1.2rem;
    }
}

@media (max-width:380px) {
    .home-hero-stats {
        display: none !important;
    }
}
