:root {
    --samgr-white: #ffffff;
    --samgr-red: #e4002b;      
    --samgr-black: #000000;        
    --samgr-pink: #ff477e;          
    --samgr-light-bg: #f8f9fa;      
    --samgr-gray-text: #4f4f4f;
    
    --samgr-radius-sharp: 0px;        
    --samgr-radius-smooth: 16px;   
    --samgr-shadow: 0 8px 24px rgba(228, 0, 43, 0.06);
    --samgr-shadow-hover: 0 16px 32px rgba(0, 0, 0, 0.12);
    --samgr-transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

    --samgr-border-light: #FFE5EB; 
    --samgr-bg-clean: #FAFAFA; 
}

.samger-intro-container {
    padding-top: 0px;
    font-family: 'Noto Sans Thai', sans-serif;
    background-color: var(--samgr-white);
    color: var(--samgr-black);
    overflow-x: hidden;
}

.samgr-strips {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 15px;
}
.samgr-strips span {
    width: 6px;
    height: 24px;
    background-color: var(--samgr-red);
}
.samgr-strips span:nth-child(2) { background-color: var(--samgr-black); }
.samgr-strips span:nth-child(3) { background-color: var(--samgr-pink); }

.samgr-reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: var(--samgr-transition);
    will-change: transform, opacity;
}
.samgr-reveal.active {
    opacity: 1;
    transform: translateY(0);
}


/* -------------------------------------------------------------
    1. Samger TOP BANNER SECTION 
------------------------------------------------------------- */
/* #region */

.samgr-banner-top {
    width: 100%;
    background-color: var(--samgr-black);
    overflow: hidden;
    line-height: 0;
    position: relative;
    height: 400px; 
}

.samgr-banner-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 3; 
    pointer-events: none;
}

@media (min-width: 1200px) {
    .samgr-banner-top { height: 640px; }
}
@media (max-width: 992px) {
    .samgr-banner-top { height: 420px; }
}
@media (max-width: 576px) {
    .samgr-banner-top { height: 180px; }
}

.samgr-slide-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.samgr-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out; 
    z-index: 1;
}

.samgr-slide-img.active {
    opacity: 1;
    z-index: 2;
}

.samgr-banner-overlay-box {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    background-color: rgba(15, 15, 15, 0.75); 
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px);
    border-left: 6px solid var(--samgr-red);
    padding: 30px 35px; 
    max-width: 500px;
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    pointer-events: auto; 
    transition: all 0.5s ease;
}

.samgr-banner-overlay-box .samgr-tag {
    color: var(--samgr-pink);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.samgr-banner-overlay-box h2 {
    color: var(--samgr-white);
    font-size: 2.2rem; 
    font-weight: 900;
    margin: 0 0 12px 0;
    line-height: 1.25;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.samgr-banner-overlay-box h2 span {
    color: var(--samgr-red);
}

.samgr-banner-overlay-box p {
    color: #f0f0f0;
    font-size: 1.05rem;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

@media (max-width: 768px) {
    .samgr-banner-top::after {
        background: rgba(0, 0, 0, 0.4); 
    }
    .samgr-banner-overlay-box {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        padding: 20px;
        border-left: none;
        border-bottom: 5px solid var(--samgr-red);
        background-color: #0d0d0d;
        backdrop-filter: none;
        box-shadow: none;
    }
    .samgr-banner-overlay-box h2 {
        font-size: 1.6rem;
    }
    .samgr-banner-overlay-box p {
        font-size: 0.9rem;
    }
}

/* #endregion */
/* #33333333333333333333333333333333333333333333333333333333333333333333333333333333333 */



/* -------------------------------------------------------------
    2. Samger HERO SECTION
------------------------------------------------------------- */
/* #region */

.samgr-hero-contaniner {
    background-color: var(--samgr-white);
    border-top: 15px solid var(--samgr-red);
    border-bottom: 8px solid var(--samgr-red);
    padding: 60px 0;
}

.samgr-hero-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
    align-items: center;
    padding: 0 24px;
}

.samgr-hero-content h1 {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    color: var(--samgr-black);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.samgr-hero-content h1 span.red-text { color: var(--samgr-red); }
.samgr-hero-content h1 span.pink-text { color: var(--samgr-pink); }

.samgr-hero-content p {
    font-size: 1.2rem;
    color: var(--samgr-gray-text);
    line-height: 1.6;
    margin-bottom: 30px;
}

.samgr-badge-trust {
    display: inline-block;
    background-color: var(--samgr-black);
    color: var(--samgr-white);
    padding: 6px 16px;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.samgr-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--samgr-red);
    color: var(--samgr-white);
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    transition: var(--samgr-transition);
    border-radius: var(--samgr-radius-sharp);
    box-shadow: 0 4px 15px rgba(228, 0, 43, 0.3);
}

.samgr-hero-btn:hover {
    background-color: var(--samgr-black);
    color: var(--samgr-white);
    transform: translateY(-3px);
}

.samgr-hero-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 480px;
    width: 100%;
    transition: var(--samgr-transition);
}

.samgr-hero-showcase img {
    max-width: 100%;
    max-height: 520px; 
    object-fit: contain;
    filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.15)); 
    animation: samgr-floatEffect 6s ease-in-out infinite; 
    transform-origin: center;
}

@keyframes samgr-floatEffect {
    0% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-12px) scale(1.02); }
    100% { transform: translateY(0px) scale(1); }
}

@media (max-width: 1024px) {
    .samgr-hero-wrapper {
        grid-template-columns: 5fr 3fr;
        align-items: center;
        padding: 0 24px;
    }
}

@media (max-width: 480px) {
    .samgr-hero-wrapper {
        display: flex;
        flex-direction: column;
    }

    .samgr-hero-content {
        text-align: center;
    }

    .samgr-hero-content h1 {
        font-size: 2.8rem;
        font-weight: 700;
    }

    .samgr-hero-content p {
        font-size: 16px;
    }

    .samgr-hero-btn {
        padding: 8px 20px;
        font-size: 18px;
        font-weight: 600;
    }

    .samgr-hero-showcase {
        min-height: 100%;
    }

    .samgr-hero-showcase img {
        animation: none; 
    }

}

/* #endregion */
/* 333333333333333333333333333333333333333333333333333333333333333333333333333333 */



/* -------------------------------------------------------------
    3. PROCESS BRAND VALUE ACCORDION 
------------------------------------------------------------- */
/* #region */

.samgr-process-bg {
    /* background-color: #f8f9fa;  */
    color: var(--samgr-black);
    padding: 100px 24px;
    border-top: 8px solid var(--samgr-red)
}

.samgr-process-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 60px; 
}

.samgr-process-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.samgr-process-header h2 {
    font-size: 2.8rem;
    font-weight: 900; 
    line-height: 1.25;
    color: #111111;
    letter-spacing: -0.5px;
}

.samgr-process-header h2 span {
    color: var(--samgr-red); 
}

.samgr-process-header p {
    color: #6c757d;
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.samgr-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.samgr-step-card {
    background-color: #ffffff;
    padding: 40px 30px;
    /* border-radius: 16px;  */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04); */
    position: relative;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.samgr-card-badge {
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--samgr-red);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    background-color: rgba(214, 40, 40, 0.08);
    padding: 6px 14px;
    border-radius: 20px;
    width: fit-content;
}

.samgr-step-card h3 {
    color: #111111;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 15px;
}

.samgr-step-card p {
    color: #495057;
    font-size: 0.98rem;
    line-height: 1.65;
}

.samgr-step-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
    .samgr-steps-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 768px) {
    .samgr-process-bg {
        padding: 60px 16px;
    }
    .samgr-process-header h2 {
        font-size: 2.2rem;
    }
    .samgr-steps-grid {
        grid-template-columns: 1fr; 
        gap: 20px;
    }
    .samgr-step-card {
        padding: 30px 24px;
    }
}

/* #endregion */
/* 333333333333333333333333333333333333333333333333333333333333333333333333 */



/* -------------------------------------------------------------
    4. NEW: SIGNATURE MENU SECTION 
------------------------------------------------------------- */
/* #region */

.samgr-signature-section {
    /* background-color: var(--samgr-black);
    color: var(--samgr-white); */

    background-color: var(--samgr-white);
    color: var(--samgr-black);
    padding: 80px 24px;
}

.samgr-signature-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.samgr-signature-tag {
    color: var(--samgr-pink);
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}

.samgr-signature-content h2 {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 25px;
}

.samgr-signature-content h2 span {
    color: var(--samgr-red);
}

.samgr-signature-content p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: var(--samgr-gray-text);
    margin-bottom: 35px;
}

.samgr-signature-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.samgr-signature-img img {
    max-width: 100%;
    height: auto;
    /* filter: drop-shadow(0 15px 30px rgba(228, 0, 43, 0.2)); */
}

@media (max-width: 1024px) {
    .samgr-signature-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    .samgr-signature-img img {
        height: 45vh;
    }

    .samgr-signature-content {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .samgr-signature-wrapper {
        display: flex;
        flex-direction: column;
    }

    .samgr-signature-content {
        text-align: center;
    }

    .samgr-signature-content h2 {
        font-size: 2.8rem;
        font-weight: 700;
    }

    .samgr-signature-content p {
        font-size: 16px;
    }

}

/* #endregion */
/* 333333333333333333333333333333333333333333333333333333333333333333 */



/* -------------------------------------------------------------
    5. PRODUCT REAL MENU 
------------------------------------------------------------- */
/* #region */

.samgr-menu-section {
    /* background-color: var(--samgr-light-bg); */
    padding: 80px 24px;
}

.samgr-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.samgr-section-title h2 {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--samgr-black);
    margin-top: 5px;
}

.samgr-menu-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.samgr-menu-card {
    background-color: var(--samgr-white);
    border: 1px solid #e0e0e0;
    transition: var(--samgr-transition);
    position: relative;
    border-radius: var(--samgr-radius-sharp);
}

.samgr-menu-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--samgr-shadow-hover);
    border-color: var(--samgr-red);
}

.samgr-menu-img-wrapper {
    height: auto;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.samgr-menu-img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: var(--samgr-transition);
}

.samgr-menu-card:hover .samgr-menu-img-wrapper img {
    transform: scale(1.06);
}

.samgr-menu-info {
    padding: 24px;
}

.samgr-menu-info h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--samgr-black);
}

.samgr-menu-info p {
    color: var(--samgr-gray-text);
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
}

.samgr-menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #eee;
    padding-top: 15px;
}

.samgr-price-tag {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--samgr-red);
}

.samgr-order-dot {
    width: 40px;
    height: 40px;
    background-color: var(--samgr-black);
    color: var(--samgr-white);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--samgr-transition);
}

.samgr-menu-card:hover .samgr-order-dot {
    background-color: var(--samgr-pink);
}

@media (min-width: 481px) and (max-width: 1024px){
    .samgr-menu-grid {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .samgr-menu-info h3 {
        font-size: 20px;
    }

    .samgr-price-tag {
        font-size: 1rem;
        font-weight: 800;
        color: var(--samgr-red);
    }

    .samgr-order-dot {
        width: 25px;
        height: 25px;
    }

}


@media (max-width: 480px) {
    .samgr-menu-grid {
        max-width: 1200px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .samgr-menu-info h3 {
        font-size: 20px;
    }

    .samgr-price-tag {
        font-size: 1.2rem;
        font-weight: 800;
        color: var(--samgr-red);
    }

    .samgr-order-dot {
        width: 30px;
        height: 30px;
    }

}

/* #endregion */
/* 3333333333333333333333333333333333333333333333333333333333333333333333333 */



/* ==========================================================================
    6. SAMGER MENU SECTION 
   ========================================================================== */
/* #region */

:root {
    --samgr-dark: #212121;
    --samgr-gray-bg: #F5F5F5;
    --samgr-border: #E0E0E0;
    --samgr-text-muted: #757575;
}

.samgr-all-menu-section {
    font-family: 'Noto Sans Thai', sans-serif;
    padding: clamp(20px, 5vw, 40px) clamp(12px, 4vw, 20px);
    background-color: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: clamp(40px, 8vw, 80px);
}

.samgr-title-allmenu {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: clamp(1.4rem, 4vw, 2rem);
}

.samgr-main-tabs-container {
    border-bottom: 3px solid var(--samgr-border);
    margin-bottom: clamp(16px, 4vw, 30px);
}

.samgr-main-tabs-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.samgr-main-tabs-nav::-webkit-scrollbar {
    display: none;
}

.samgr-main-tab-btn {
    background: none;
    border: none;
    padding: 12px clamp(14px, 3vw, 30px);
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    font-weight: 700;
    color: var(--samgr-text-muted);
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
    font-family: 'Noto Sans Thai', sans-serif;
    white-space: nowrap;
    flex-shrink: 0;
    min-height: 44px;
}

.samgr-main-tab-btn:hover {
    color: var(--samgr-red);
}

.samgr-main-tab-btn.active {
    color: var(--samgr-red);
}

.samgr-main-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--samgr-red);
    border-radius: 2px 2px 0 0;
}

.samgr-menu-board-wrapper {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: clamp(16px, 3vw, 30px);
    align-items: start;
}

@media (min-width: 1400px) {
    .samgr-all-menu-section {
        max-width: 1320px;
    }
}

@media (max-width: 992px) {
    .samgr-menu-board-wrapper {
        grid-template-columns: 1fr;
    }

    .samgr-menu-right-panel {
        position: static;
        max-width: 420px;
        margin: 0 auto;
    }
}

.samgr-menu-left-panel {
    background-color: #ffffff;
    min-width: 0; 
}

.samgr-board-header h2 {
    font-size: clamp(1.3rem, 3.5vw, 1.8rem);
    font-weight: 800;
    color: var(--samgr-dark);
    margin-bottom: clamp(14px, 3vw, 25px);
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.samgr-board-content-grid {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: clamp(14px, 3vw, 25px);
}

@media (max-width: 768px) {
    .samgr-board-content-grid {
        grid-template-columns: 1fr;
    }
}

.samgr-sub-category-sidebar {
    min-width: 0;
}

.samgr-sub-category-sidebar h3 {
    font-size: 1rem;
    color: var(--samgr-text-muted);
    font-weight: 600;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .samgr-sub-category-sidebar h3 {
        margin-bottom: 8px;
    }
}

#samgr-sub-tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media (max-width: 768px) {
    #samgr-sub-tabs-list {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
}

.samgr-sub-tab-link {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    border-left: 3px solid transparent;
    padding: 12px 15px;
    font-size: clamp(0.95rem, 2.2vw, 1.05rem);
    font-weight: 600;
    color: var(--samgr-dark);
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: 'Noto Sans Thai', sans-serif;
    min-height: 44px;
}

@media (max-width: 768px) {
    .samgr-sub-tab-link {
        width: auto;
        flex-shrink: 0;
        border-left: none;
        border-bottom: 3px solid transparent;
        padding: 10px 16px;
    }
}

.samgr-sub-tab-link:hover {
    background-color: var(--samgr-gray-bg);
    color: var(--samgr-red);
}

.samgr-sub-tab-link.active {
    background-color: #FFEBEE;
    color: var(--samgr-red);
    border-left-color: var(--samgr-red);
    font-weight: 700;
}

@media (max-width: 768px) {
    .samgr-sub-tab-link.active {
        border-left-color: transparent;
        border-bottom-color: var(--samgr-red);
    }
}

.samgr-table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.samgr-brand-table {
    width: 100%;
    min-width: 320px;
    border-collapse: collapse;
    text-align: left;
}

.samgr-brand-table th {
    padding: 12px 16px;
    font-weight: 700;
    color: var(--samgr-text-muted);
    border-bottom: 2px solid var(--samgr-dark);
    font-size: clamp(0.8rem, 2vw, 0.95rem);
    white-space: nowrap;
}

.samgr-brand-table td {
    padding: 14px 16px;
    font-size: clamp(0.95rem, 2.2vw, 1.1rem);
    font-weight: 500;
    color: var(--samgr-dark);
    border-bottom: 1px solid var(--samgr-border);
    cursor: pointer;
    transition: background 0.2s;
}

.samgr-brand-table tr:hover td {
    background-color: var(--samgr-gray-bg);
}

.samgr-brand-table tr.active-row td {
    background-color: #FFEBEE;
    color: var(--samgr-red);
    font-weight: 700;
}

@media (max-width: 480px) {
    .samgr-brand-table th {
        padding: 10px 12px;
    }
    .samgr-brand-table td {
        padding: 12px;
    }
}

.text-right {
    text-align: right;
}

.samgr-menu-right-panel {
    position: sticky;
    top: 20px;
    width: 100%;
}

.samgr-photo-frame {
    background-color: var(--samgr-gray-bg);
    /* border-radius: 16px; */
    overflow: hidden;
    border: 1px solid var(--samgr-border);
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.samgr-img-container {
    width: 100%;
    aspect-ratio: 4/3;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid var(--samgr-border);
}

@media (max-width: 480px) {
    .samgr-img-container {
        aspect-ratio: 16/10;
    }
}

.samgr-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s ease-in-out;
}

.samgr-photo-details-block {
    padding: clamp(16px, 4vw, 24px);
    background-color: white;
    text-align: center;
}

#samgr-viewer-name {
    font-size: clamp(1.15rem, 3vw, 1.4rem);
    font-weight: 800;
    color: var(--samgr-dark);
    margin: 0 0 8px 0;
}

#samgr-viewer-price {
    font-size: clamp(1.3rem, 3.2vw, 1.6rem);
    font-weight: 800;
    color: var(--samgr-red);
    margin: 0;
}

.fade-effect {
    opacity: 0;
}

@keyframes foldOpen {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .samgr-img-container img,
    .samgr-main-tab-btn,
    .samgr-sub-tab-link {
        transition: none !important;
    }
}

/* #endregion */
/* 33333333333333333333333333333333333333333333333333333333333333333333333333333333333 */


/* -------------------------------------------------------------
    7. PTR LIVE GRID
------------------------------------------------------------- */
/* #region */

.samgr-ptr-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 90px 24px;
}

.samgr-ptr-grid {
    columns: 4 250px;
    column-gap: 20px;
    width: 100%;
}

.samgr-pin-item {
    background-color: var(--samgr-white);
    margin-bottom: 20px;
    break-inside: avoid;
    /* border-radius: var(--samgr-radius-smooth); */
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border: 1px solid #f0f0f0;
    transition: var(--samgr-transition);
    position: relative;
    cursor: pointer;
}

.samgr-pin-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--samgr-transition);
}

.samgr-pin-item:hover img {
    transform: scale(1.05);
}

.samgr-pin-item:hover {
    transform: scale(1.02);
    box-shadow: var(--samgr-shadow-hover);
}

.samgr-h-small { height: 220px; }
.samgr-h-medium { height: 340px; }
.samgr-h-large { height: 460px; }

.samgr-pin-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 20px;
    color: var(--samgr-white);
    opacity: 0;
    transition: var(--samgr-transition);
}

.samgr-pin-item:hover .samgr-pin-overlay {
    opacity: 1;
}

.samgr-pin-overlay h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}
.samgr-pin-overlay p {
    font-size: 0.8rem;
    color: #ddd;
}

/* #endregion */
/* 33333333333333333333333333333333333333333333333333333333333333333333333333 */



/* -------------------------------------------------------------
    8. SAMGER CONTACT 
------------------------------------------------------------- */
/* #region */

.samgr-find-us-section {
    padding: 60px 20px;
    background-color: var(--samgr-red);
    text-align: center;
}

.samgr-find-us-content {
    /* max-width: 600px; */
    margin: 0 auto;
}

.samgr-find-us-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--samgr-white);
    margin-bottom: 15px;
}

.samgr-find-us-desc {
    font-size: 18px;
    color: var(--samgr-white);
    margin-bottom: 30px;
}

.samgr-find-us-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.samgr-find-us-actions .samgr-hero-btn {
    margin: 0;
}

.samgr-find-us-actions .samgr-hero-btn i {
    margin-right: 8px;
}

.samgr-btn-fb {
    background-color: white;
    color: var(--samgr-red);
}

.samgr-btn-map {
    background-color: #353535;
    color: #ffffff;
}

@media (min-width: 481px) and (max-width: 1024px) {
    .samgr-find-us-content {
        max-width: 600px;
    }

    .samgr-find-us-title {
        font-size: 3rem;
        font-weight: 800;
    }

    .samgr-find-us-desc {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .samgr-find-us-title {
        font-size: 2.5rem;
        font-weight: 700;
    }

    .samgr-find-us-desc {
        font-size: 14px;
    }
}

/* #endregion */
/* 3333333333333333333333333333333333333333333333333333333333333333 */



/* ==========================================
    BRANDING THEME CONFIG 
   ========================================== */
/* #region */

.samgr-ui-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(16px, 4vw, 24px);
}

.samgr-text-red { color: var(--samgr-red) !important; }
.samgr-text-pink { color: var(--samgr-pink) !important; }
.samgr-text-white { color: white !important; }

.samgr-ui-header {
    text-align: center;
    margin-bottom: clamp(24px, 5vw, 40px);
}
.samgr-brand-decor {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: clamp(10px, 2.5vw, 16px);
}
.samgr-brand-decor span {
    width: clamp(6px, 1.5vw, 8px);
    height: clamp(18px, 4vw, 24px);
    background-color: white;
    display: inline-block;
    transform: skewX(-12deg);
    border-radius: 2px;
}

.samgr-ui-header h2 {
    font-size: clamp(1.6rem, 6vw, 2.8rem);
    font-weight: 900;
    color: white;
    letter-spacing: -1px;
    margin: 0 0 12px 0;
    word-break: break-word;
}
.samgr-ui-header p {
    font-size: clamp(0.95rem, 2.5vw, 1.15rem);
    margin: 0;
    padding: 0 8px;
}

/* Small phones: tighten spacing further */
@media (max-width: 480px) {
    .samgr-ui-header {
        margin-bottom: 20px;
    }
    .samgr-brand-decor {
        gap: 4px;
    }
}

/* Very large screens: cap container comfortably */
@media (min-width: 1400px) {
    .samgr-ui-container {
        max-width: 1320px;
    }
}

/* #endregion */
/* 3333333333333333333333333333333333333333333333333333333 */



/* ==========================================
    10. VISION Modern Interactive Tab UI
   ========================================== */
/* #region */

.samgr-modern-vision {
    background-color: var(--samgr-red);;
    padding: 90px 0;
    /* background-color: #ffffff; */
}

.samgr-tab-control {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 35px;
}
.samgr-tab-btn-vision {
    font-family: 'Noto Sans Thai', sans-serif;
    background: none;
    border: none;
    border-bottom: 2px solid white; 
    /* color: var(--samgr-red); */
    color: white;
    padding: 14px 28px;
    font-size: 1.05rem;
    font-weight: 700;
    /* border-radius: 50px;  */
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.samgr-tab-btn-vision.active, .samgr-tab-btn-vision:hover {
    /* border-color: var(--samgr-red); */
    /* color: var(--samgr-red);  */
    color: white;
    border: 2px solid white; 
}

.samgr-tab-content-wrapper {
    max-width: 850px;
    margin: 0 auto;
}
.samgr-tab-panel {
    display: none;
}
.samgr-tab-panel.active {
    display: block;
    animation: samgrFadeUp 0.4s ease forwards;
}
.samgr-panel-inner {
    /* background: #ffffff; */
    border-radius: 20px;
    padding: 25px;
    text-align: center;
}
.samgr-badge-red, .samgr-badge-pink {
    display: inline-block;
    padding: 6px 14px;
    font-size: 0.85rem;
    font-weight: 800;
    border-radius: 6px;
    margin-bottom: 20px;
}
.samgr-badge-red { border: 1px solid white; color: white; }

.samgr-panel-inner h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin: 0 0 15px 0;
}
.samgr-panel-inner p {
    font-size: 1.2rem;
    color: white;
    line-height: 1.75;
    margin: 0;
}

/* #endregion */
/* 33333333333333333333333333333333333333333333333333333333333333333333333333333 */



/* ==========================================
    12. UI SECTION 3: Sustainability 
   ========================================== */
/* #region */

.samgr-modern-community {
    padding: 100px 0;
    /* background-color: #ffffff; */
    /* background-color: #f8f9fa;  */
}
.samgr-community-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.samgr-com-main-info .samgr-mini-title-pink {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--samgr-pink); 
    letter-spacing: 1px;
    display: block;
    margin-bottom: 12px;
}
.samgr-com-main-info h2 {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.15;
    color: var(--samgr-black); 
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}
.samgr-com-main-info p {
    font-size: 1.1rem;
    color: var(--samgr-black); 
    line-height: 1.7;
    margin: 0 0 30px 0;
}
.samgr-btn-order-now {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 2px solid var(--samgr-red);
    color: var(--samgr-red); 
    padding: 16px 36px;
    font-size: 1.1rem;
    font-weight: 800;
    /* border-radius: 12px; */
    text-decoration: none;
    transition: all 0.2s ease;
}
.samgr-btn-order-now:hover {
    background: #ffffff;
    border-color: var(--samgr-pink);
    color: var(--samgr-pink); 
    transform: scale(1.03);
}

.samgr-com-ui-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.samgr-ui-feature-card {
    background: #ffffff;
    border: 2px solid var(--samgr-pink); 
    /* border-radius: 16px; */
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.25s ease;
}
.samgr-ui-feature-card:hover {
    border-color: var(--samgr-red); 
    transform: translateX(6px);
}
.samgr-feature-icon {
    font-size: 1.8rem;
    color: var(--samgr-red); 
    width: 54px;
    height: 54px;
    border: 1px solid var(--samgr-border-light);
    /* border-radius: 12px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.samgr-feature-icon.theme-pink {
    color: var(--samgr-pink); 
}
.samgr-feature-detail h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--samgr-red); 
    margin: 0 0 4px 0;
}
.samgr-feature-detail p {
    font-size: 0.95rem;
    color: var(--samgr-black); 
    margin: 0;
}

/* #endregion */
/* 33333333333333333333333333333333333333333333333333333333333333333333 */



/* ==========================================
   UI RESPONSIVE ADJUSTMENTS
   ========================================== */
/* #region */

@media (max-width: 992px) {
    .samgr-timeline-ui-flow {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .samgr-flow-line {
        display: none; 
    }
    .samgr-community-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .samgr-com-main-info {
        text-align: center;
    }
    .samgr-com-main-info h2 {
        font-size: 2.3rem;
    }
}

@keyframes samgrFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* #endregion */
/* 33333333333333333333333333333333333333333333333333333333333 */


