/* BASIC css start */
/* ===== Footer base ===== */
.site-footer {
    color: #111;
    border-top: 1px solid var(--bordergrey);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    margin-top: var(--space-2xl);
    letter-spacing: -0.025em;
    width: 100%;
}

.footer-inner {
}

/* ===== Main area ===== */
.footer-main {
    padding: var(--space-xl);
    width: 100%;
    max-width: var(--content-max-width);
    display: flex;
    justify-content: flex-start;
    gap: 8rem;
}

.footer-left {
    flex: 1 1 auto;
    min-width: 0;
}

.footer-right {
    flex: 0 0 23.75rem;
    min-width: 20rem;
    display: flex;
    flex-direction: column;
    gap: var(--space-lg);
}

/* Brand */
.footer-brand {
    display: inline-flex;
    align-items: baseline;
    text-decoration: none;
    color: inherit;
}

.footer-brand__text {
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: 2.375rem;
    line-height: 1;
}

/* Awards */
.footer-awards {
    margin: 0.875rem 0 1.125rem;
    display: grid;
    gap: var(--space-2xs);
    color: #333;
    font-size: 0.8125rem;
    line-height: 1.6;
}

/* Main links row */
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.125rem;
    padding: var(--space-md) 0 0.875rem;
    margin: 0;
}

.footer-links a {
    font-size: 0.875rem;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

/* Info lines */
.footer-info {
    color: #666;
    font-size: var(--space-sm);
    line-height: 1.8;
}

.footer-info p {
    margin: 0 0 var(--space-xs);
    font-size: 0.75rem;
}
.footer-info p span {
    color: var(--darkgrey);
}

.footer-info a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.125rem;
}

.dot {
    position: relative;
    padding-left: 0.625rem;
    margin-left: var(--space-xs);
}

.dot::before {
    content: "กค";
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
}

/* Contacts */
.footer-contacts {
    margin-top: 0.875rem;
}

/* ===== Right side ===== */
.footer-right__top {
    display: grid;
    gap: 1.375rem;
}

.cs-box {
    border: 0;
}

.cs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-sm);
}

.cs-number {
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.cs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--space-lg);
    padding: var(--space-sm);
    font-size: var(--space-sm);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    background-color: var(--black);
    color: var(--white);
}

.cs-btn:hover {
    border-color: #bbb;
}

.cs-hours {
    margin: var(--space-xs) 0 0;
    color: #666;
    font-size: var(--space-sm);
    line-height: 1.6;
}

/* Shop menu */
.shop-title,
.global-title,
.sns-title {
    display: block;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    margin-bottom: var(--space-xs);
}

.shop-links {
    display: grid;
    gap: 0.625rem;
}

.shop-links a {
    color: #333;
    font-size: 0.8125rem;
    text-decoration: none;
}

.shop-links a:hover {
    text-decoration: underline;
}

/* Global + SNS row */
.footer-right__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-lg);
    margin-top: var(--space-xl);
}

.global-box {
    min-width: 170px;
}

.select-wrap {
    position: relative;
    display: inline-flex;
    width: 10.625rem;
}

.select-wrap select {
    appearance: none;
    width: 100%;
    height: 2.375rem;
    padding: 0 2.375rem 0 var(--space-sm);
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #fff;
    font-size: 0.8125rem;
    color: #111;
}

.select-wrap select:focus {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.select-caret {
    position: absolute;
    right: var(--space-sm);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}

/* SNS icons */
.sns-wrapper {
    margin-top: var(--space-lg);
}
.sns-icons {
    display: flex;
    gap: 0.875rem;
    align-items: center;
}

.sns {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
}

.sns svg {
    fill: var(--black);
    display: block;
}
.sns svg path {
    fill: var(--black);
}

/* ===== Bottom strip ===== */
.footer-bottom {
    background: var(--lightgrey);
    border-top: 1px solid var(--bordergrey);
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-bottom__inner {
    width: 100%;
    max-width: var(--content-max-width);
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
    padding: var(--space-md) var(--space-xl);
}

.bottom-text {
    margin: 0;
    color: #777;
    font-size: 0.71875rem;
    line-height: 1.7;
}

.bottom-text a {
    color: #555;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.bottom-right {
    display: flex;
    gap: 1.125rem;
    align-items: center;
    flex: 0 0 auto;
}

/* Simple badges (replace with real images if needed) */
.badge {
    display: flex;
    gap: 0.625rem;
    align-items: center;
    color: #666;
    font-size: 0.6875rem;
    line-height: 1.2;
    white-space: nowrap;
}

.badge__mark {
    width: 2.125rem;
    height: 2.125rem;
    border: 1px solid #ddd;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.6875rem;
    color: #333;
    background: #fff;
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
    .footer-inner {
        flex-direction: column;
        gap: 1.75rem;
    }

    .footer-right {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
    }

    .footer-right__bottom {
        align-items: flex-start;
    }

    .footer-bottom__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom-right {
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .footer-brand__text {
        font-size: 2rem;
    }

    .footer-links {
        gap: var(--space-sm);
    }

    .cs-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .select-wrap {
        width: 100%;
    }
}

/* BASIC css end */

