/* about.css - 青青餐廳「關於我們」頁面專用樣式 */

:root {
    --red: #C8102E;
    --red-dark: #8B0A1E;
    --red-deep: #5A0612;
    --gold: #D4A843;
    --gold-light: #F0CC78;
    --gold-pale: #F8EFD4;
    --ink: #1A0A06;
    --ink-mid: #3D1A0C;
    --ink-light: #6B3A20;
    --paper: #FDF8F0;
    --cream: #FBF5E8;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Serif TC', serif;
    background: var(--paper);
    color: var(--ink);
    overflow-x: hidden;
}

/* ----- 導航列 (與 Layout 共用，此處保留確保樣式完整) ----- */
.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    background: linear-gradient(180deg, rgba(26, 10, 6, .97), rgba(26, 10, 6, .93));
    border-bottom: 2px solid var(--gold);
    box-shadow: 0 2px 24px rgba(0, 0, 0, .45);
}

.nav-logo img {
    height: 56px;
    width: auto;
    display: block;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    list-style: none;
}

    .nav-links a {
        font-size: .86rem;
        font-weight: 600;
        color: rgba(253, 248, 240, .82);
        text-decoration: none;
        letter-spacing: .08em;
        transition: color .2s;
    }

        .nav-links a:hover {
            color: var(--gold-light);
        }

        .nav-links a.active {
            color: var(--gold);
        }

.nav-cta {
    background: var(--red) !important;
    color: #fff !important;
    padding: .38rem 1.1rem;
    border-radius: 2px;
}

    .nav-cta:hover {
        background: #E8354A !important;
    }

.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 4px;
}

    .hamburger span {
        display: block;
        width: 24px;
        height: 2px;
        background: var(--gold-light);
        border-radius: 2px;
    }

@media (max-width: 860px) {
    .hamburger {
        display: flex;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 72px;
        right: 0;
        width: 240px;
        height: 100vh;
        background: rgba(26, 10, 6, .97);
        padding: 2rem 1.5rem;
        gap: 1.4rem;
        border-left: 2px solid var(--gold);
    }

        .nav-links.open {
            display: flex;
        }
}

/* ----- Hero 區塊 ----- */
.hero {
    margin-top: 72px;
    height: clamp(200px, 26vw, 300px);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 65% 130% at 12% 50%, rgba(200, 16, 46, .28) 0%, transparent 55%), radial-gradient(ellipse 55% 90% at 88% 50%, rgba(212, 168, 67, .13) 0%, transparent 55%), linear-gradient(125deg, #3D0A10 0%, #1A0A06 42%, #0D0806 70%, #1C1004 100%);
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: repeating-linear-gradient(0deg, transparent, transparent 47px, rgba(212, 168, 67, .032) 47px, rgba(212, 168, 67, .032) 48px), repeating-linear-gradient(90deg, transparent, transparent 47px, rgba(212, 168, 67, .032) 47px, rgba(212, 168, 67, .032) 48px);
}

.hero-circle {
    position: absolute;
    right: -90px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: clamp(240px, 44vw, 480px);
    height: clamp(240px, 44vw, 480px);
    border-radius: 50%;
    border: 1px solid rgba(212, 168, 67, .1);
}

    .hero-circle::before {
        content: '';
        position: absolute;
        inset: 20px;
        border-radius: 50%;
        border: 1px solid rgba(212, 168, 67, .06);
    }

.hero-content {
    position: relative;
    z-index: 3;
    padding-left: clamp(2rem, 6%, 7rem);
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.hero-eye {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
}

    .hero-eye span {
        font-size: .6rem;
        letter-spacing: .6em;
        color: var(--gold);
        opacity: .8;
        font-family: 'Noto Sans TC', sans-serif;
    }

    .hero-eye::before,
    .hero-eye::after {
        content: '';
        width: 16px;
        height: 1px;
        background: var(--gold);
        opacity: .5;
    }

.hero-h1 {
    font-size: clamp(2rem, 5.5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: .22em;
    line-height: 1.12;
    text-shadow: 0 4px 28px rgba(0, 0, 0, .5);
}

    .hero-h1 em {
        color: var(--gold-light);
        font-style: normal;
    }

.hero-sub {
    font-size: clamp(.7rem, .85vw, .85rem);
    color: rgba(253, 248, 240, .4);
    letter-spacing: .28em;
    font-family: 'Noto Sans TC', sans-serif;
}

.hero-orn {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-top: .3rem;
}

    .hero-orn span {
        width: 36px;
        height: 1px;
        background: var(--gold);
        opacity: .42;
    }

    .hero-orn i {
        width: 5px;
        height: 5px;
        background: var(--gold);
        transform: rotate(45deg);
        display: inline-block;
        opacity: .6;
    }

    .hero-orn small {
        font-size: .58rem;
        letter-spacing: .28em;
        color: var(--gold);
        opacity: .58;
        font-family: 'Noto Sans TC', sans-serif;
    }

/* ----- 錨點導航欄 ----- */
.anchor-bar {
    position: sticky;
    top: 72px;
    z-index: 200;
    background: rgba(253, 248, 240, .97);
    backdrop-filter: blur(8px);
    border-bottom: 2px solid rgba(212, 168, 67, .22);
    box-shadow: 0 2px 14px rgba(26, 10, 6, .07);
}

.anchor-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

    .anchor-inner::-webkit-scrollbar {
        display: none;
    }

.anc {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .72rem 1.2rem;
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    font-family: 'Noto Serif TC', serif;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    color: rgba(26, 10, 6, .4);
    cursor: pointer;
    transition: all .22s;
    white-space: nowrap;
    text-decoration: none;
}

    .anc:hover {
        color: var(--red);
    }

    .anc.on {
        color: var(--red);
        border-bottom-color: var(--red);
    }

.anc-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    opacity: .45;
    flex-shrink: 0;
    transition: all .22s;
}

.anc.on .anc-dot {
    background: var(--red);
    opacity: 1;
}

.anc:hover .anc-dot {
    opacity: .75;
}

/* ----- 主要內容容器 ----- */
.wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
}

/* ----- 通用標題樣式 ----- */
.slabel {
    font-size: .63rem;
    letter-spacing: .55em;
    color: var(--red);
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 500;
    margin-bottom: .48rem;
}

.stitle {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 900;
    color: var(--ink);
    letter-spacing: .12em;
    padding-bottom: .75rem;
    margin-bottom: .4rem;
    position: relative;
}

    .stitle::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 38px;
        height: 2px;
        background: var(--gold);
    }

.sdesc {
    font-size: .9rem;
    line-height: 2;
    color: var(--ink-light);
    max-width: 580px;
    letter-spacing: .04em;
}

/* ----- §1 餐廳介紹 ----- */
.s-intro {
    padding: 5.5rem 0 5rem;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 4rem;
    align-items: center;
}

.photo-frame {
    position: relative;
}

    .photo-frame::before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        right: 10px;
        bottom: 10px;
        border: 1.5px solid rgba(212, 168, 67, .32);
        border-radius: 4px;
        z-index: 0;
    }

    .photo-frame::after {
        content: 'SINCE 1977';
        position: absolute;
        bottom: -15px;
        right: 16px;
        z-index: 3;
        background: var(--red);
        color: #fff;
        font-size: .6rem;
        letter-spacing: .35em;
        padding: .3rem .9rem;
        border-radius: 2px;
        font-family: 'Noto Sans TC', sans-serif;
        font-weight: 700;
        box-shadow: 0 4px 12px rgba(200, 16, 46, .38);
    }

.photo-box {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: 0 22px 55px rgba(26, 10, 6, .2);
}

    .photo-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .6s;
    }

    .photo-box:hover img {
        transform: scale(1.04);
    }

.intro-body {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.intro-p {
    font-size: .92rem;
    line-height: 2.15;
    color: var(--ink-mid);
    letter-spacing: .04em;
}

.qblock {
    background: linear-gradient(135deg, var(--ink), var(--red-deep));
    padding: 1.35rem 1.7rem;
    border-radius: 3px;
    border-left: 3px solid var(--gold);
    position: relative;
    overflow: hidden;
}

    .qblock::before {
        content: '"';
        position: absolute;
        top: -.9rem;
        left: .7rem;
        font-size: 5.5rem;
        color: rgba(212, 168, 67, .1);
        font-family: serif;
        line-height: 1;
    }

    .qblock p {
        font-size: .98rem;
        font-weight: 700;
        color: #fff;
        letter-spacing: .1em;
        line-height: 1.8;
        position: relative;
        z-index: 1;
    }

    .qblock cite {
        display: block;
        margin-top: .45rem;
        font-size: .68rem;
        color: var(--gold);
        letter-spacing: .28em;
        font-style: normal;
    }

/* ----- 統計數據欄 ----- */
.stats-band {
    background: linear-gradient(110deg, var(--ink) 0%, var(--red-deep) 50%, var(--ink) 100%);
    padding: 3.2rem 0;
    position: relative;
    overflow: hidden;
}

    .stats-band::before {
        content: '';
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(45deg, transparent, transparent 28px, rgba(212, 168, 67, .02) 28px, rgba(212, 168, 67, .02) 56px);
    }

.stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    z-index: 1;
}

.stt {
    text-align: center;
    padding: 1.4rem 1rem;
    border-right: 1px solid rgba(212, 168, 67, .13);
}

    .stt:last-child {
        border-right: none;
    }

.stn {
    font-size: clamp(1.9rem, 3.8vw, 2.8rem);
    font-weight: 900;
    color: var(--gold-light);
    letter-spacing: .04em;
    line-height: 1;
}

    .stn sup {
        font-size: .44em;
        vertical-align: super;
    }

.stl {
    font-size: .68rem;
    letter-spacing: .18em;
    color: rgba(253, 248, 240, .52);
    margin-top: .42rem;
    font-family: 'Noto Sans TC', sans-serif;
}

    .stl strong {
        display: block;
        font-size: .82rem;
        color: rgba(253, 248, 240, .78);
        font-family: 'Noto Serif TC', serif;
        font-weight: 700;
        margin-bottom: .1rem;
        letter-spacing: .1em;
    }

/* ----- §2 主廚介紹 ----- */
.s-chef {
    padding: 5.5rem 0;
    background: var(--cream);
    position: relative;
    overflow: hidden;
}

    .s-chef::before {
        content: '';
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        height: 56px;
        background: var(--paper);
        clip-path: ellipse(55% 100% at 50% 0%);
    }

    .s-chef::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 56px;
        background: var(--paper);
        clip-path: ellipse(55% 100% at 50% 100%);
    }

.chef-grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 4rem;
    align-items: start;
}

.chef-card {
    position: relative;
}

    .chef-card::before {
        content: '';
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: 8px;
        left: 8px;
        border: 1.5px solid rgba(212, 168, 67, .28);
        border-radius: 4px;
        pointer-events: none;
        z-index: 0;
    }

.chef-frame {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    aspect-ratio: 3/4;
    box-shadow: 0 18px 50px rgba(26, 10, 6, .22);
}

    .chef-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center;
        display: block;
        transition: transform .5s;
    }

.chef-card:hover .chef-frame img {
    transform: scale(1.04);
}

.chef-plate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: linear-gradient(to top, rgba(26, 10, 6, .92), transparent);
    padding: 2.5rem 1.4rem 1.1rem;
    text-align: center;
}

.chef-cn {
    font-size: 1.45rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: .25em;
}

.chef-en {
    font-size: .6rem;
    letter-spacing: .32em;
    color: var(--gold);
    margin-top: .18rem;
    font-family: 'Noto Sans TC', sans-serif;
}

.chef-topbar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    background: var(--gold);
    z-index: 2;
}

.chef-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    margin-top: 1rem;
}

.ctag {
    font-size: .63rem;
    letter-spacing: .08em;
    padding: .24rem .65rem;
    border: 1px solid rgba(200, 16, 46, .25);
    color: var(--red-dark);
    border-radius: 1px;
    font-family: 'Noto Sans TC', sans-serif;
}

.chef-body {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}

.chef-p {
    font-size: .91rem;
    line-height: 2.15;
    color: var(--ink-mid);
    letter-spacing: .04em;
}

    .chef-p + .chef-p {
        padding-top: 1.4rem;
        border-top: 1px solid rgba(212, 168, 67, .18);
    }

.filmbox {
    background: var(--ink);
    border-radius: 4px;
    padding: 1.45rem 1.7rem;
    border: 1px solid rgba(212, 168, 67, .16);
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
}

.filmico {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: rgba(212, 168, 67, .1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .filmico svg {
        width: 20px;
        height: 20px;
    }

.filmtxt h4 {
    font-size: .82rem;
    font-weight: 700;
    color: var(--gold-light);
    letter-spacing: .1em;
    margin-bottom: .4rem;
}

.filmtxt p {
    font-size: .78rem;
    line-height: 1.8;
    color: rgba(253, 248, 240, .56);
    letter-spacing: .03em;
    font-family: 'Noto Sans TC', sans-serif;
}

/* ----- §3 學歷榮耀 ----- */
.s-cred {
    padding: 5rem 0;
}

.cred-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.6rem;
    margin-top: 2.6rem;
}

.ccard {
    background: #fff;
    border: 1px solid rgba(212, 168, 67, .14);
    border-radius: 4px;
    padding: 1.7rem 1.9rem;
    box-shadow: 0 3px 18px rgba(26, 10, 6, .055);
    position: relative;
    overflow: hidden;
}

    .ccard::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--red), var(--gold));
    }

.ctitle {
    font-size: .68rem;
    letter-spacing: .32em;
    color: var(--red);
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .ctitle::before {
        content: '';
        width: 6px;
        height: 6px;
        background: var(--gold);
        transform: rotate(45deg);
        display: inline-block;
    }

.clist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .58rem;
}

    .clist li {
        font-size: .8rem;
        line-height: 1.65;
        color: var(--ink-mid);
        letter-spacing: .04em;
        padding-left: .95rem;
        position: relative;
        font-family: 'Noto Sans TC', sans-serif;
    }

        .clist li::before {
            content: '';
            position: absolute;
            left: 0;
            top: .55em;
            width: 4px;
            height: 4px;
            background: var(--gold);
            border-radius: 50%;
        }

        .clist li strong {
            color: var(--ink);
            font-weight: 600;
        }

/* ----- §4 廚藝哲學 ----- */
.s-philo {
    padding: 5rem 0 5.5rem;
    background: var(--ink);
    position: relative;
    overflow: hidden;
}

    .s-philo::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 70% 60% at 14% 50%, rgba(200, 16, 46, .12) 0%, transparent 55%), radial-gradient(ellipse 55% 75% at 86% 50%, rgba(212, 168, 67, .07) 0%, transparent 55%);
    }

    .s-philo .slabel {
        color: var(--gold);
    }

    .s-philo .stitle {
        color: #fff;
    }

        .s-philo .stitle::after {
            background: var(--gold);
        }

.philo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
    margin-top: 2.6rem;
    position: relative;
    z-index: 1;
}

.pcard {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(212, 168, 67, .13);
    border-radius: 3px;
    padding: 1.9rem 1.7rem;
    transition: background .3s, border-color .3s;
}

    .pcard:hover {
        background: rgba(212, 168, 67, .065);
        border-color: rgba(212, 168, 67, .28);
    }

.pico {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--red-dark), var(--red));
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .95rem;
    box-shadow: 0 5px 16px rgba(200, 16, 46, .28);
}

    .pico svg {
        width: 21px;
        height: 21px;
        fill: #fff;
    }

.ptitle {
    font-size: .95rem;
    font-weight: 900;
    color: var(--gold-light);
    letter-spacing: .12em;
    margin-bottom: .62rem;
}

.pbody {
    font-size: .8rem;
    line-height: 1.9;
    color: rgba(253, 248, 240, .52);
    letter-spacing: .03em;
    font-family: 'Noto Sans TC', sans-serif;
}

/* ----- §5 台菜三寶 ----- */
.s-trinity {
    padding: 5rem 0;
}

.trow {
    border: 1px solid rgba(212, 168, 67, .2);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 2.6rem;
    display: flex;
}

.titem {
    flex: 1;
    padding: 2.3rem 1.7rem;
    text-align: center;
    border-right: 1px solid rgba(212, 168, 67, .14);
    transition: background .28s;
    position: relative;
    overflow: hidden;
}

    .titem:last-child {
        border-right: none;
    }

    .titem:hover {
        background: var(--gold-pale);
    }

    .titem::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--gold), var(--red));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .38s;
    }

    .titem:hover::before {
        transform: scaleX(1);
    }

.tnum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    background: var(--red);
    color: #fff;
    border-radius: 50%;
    font-size: .72rem;
    font-weight: 900;
    margin-bottom: .85rem;
}

.tcomb {
    font-size: 1.02rem;
    font-weight: 900;
    color: var(--ink);
    letter-spacing: .12em;
    margin-bottom: .38rem;
}

.trep {
    font-size: .68rem;
    color: var(--red);
    letter-spacing: .14em;
    font-family: 'Noto Sans TC', sans-serif;
    margin-bottom: .7rem;
}

.tdesc {
    font-size: .78rem;
    line-height: 1.8;
    color: var(--ink-light);
    font-family: 'Noto Sans TC', sans-serif;
}

/* ----- §6 三代傳承 ----- */
.s-gen {
    padding: 5rem 0 5.5rem;
    background: linear-gradient(160deg, var(--cream) 0%, var(--paper) 100%);
}

.timeline {
    display: flex;
    flex-direction: column;
    margin-top: 2.8rem;
    position: relative;
    padding-left: 1.8rem;
}

    .timeline::before {
        content: '';
        position: absolute;
        left: .55rem;
        top: 0;
        bottom: 0;
        width: 1px;
        background: linear-gradient(to bottom, var(--gold), rgba(212, 168, 67, .08));
    }

.tl-item {
    display: flex;
    gap: 1.8rem;
    padding: 0 0 2.6rem 1.6rem;
    position: relative;
}

    .tl-item::before {
        content: '';
        position: absolute;
        left: -.42rem;
        top: .32rem;
        width: 9px;
        height: 9px;
        background: var(--gold);
        border-radius: 50%;
        box-shadow: 0 0 0 3px var(--cream), 0 0 0 5px rgba(212, 168, 67, .25);
    }

.tl-era {
    font-size: .62rem;
    letter-spacing: .22em;
    color: var(--red);
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    white-space: nowrap;
    padding-top: .28rem;
    min-width: 52px;
}

.tl-body h4 {
    font-size: .96rem;
    font-weight: 900;
    color: var(--ink);
    letter-spacing: .1em;
    margin-bottom: .42rem;
}

.tl-body p {
    font-size: .83rem;
    line-height: 1.95;
    color: var(--ink-mid);
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: .03em;
}

/* ----- CTA 預約區塊 ----- */
.booking-section {
    background: var(--red);
    padding: 3rem 5%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.booking-overlay {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 28px, rgba(255, 255, 255, .025) 28px, rgba(255, 255, 255, .025) 56px);
}

.booking-content {
    position: relative;
    z-index: 1;
}

.booking-label {
    font-size: .65rem;
    letter-spacing: .5em;
    color: rgba(255, 255, 255, .48);
    margin-bottom: .45rem;
    font-family: 'Noto Sans TC', sans-serif;
}

.booking-title {
    font-size: clamp(1.1rem, 2.8vw, 1.8rem);
    color: #fff;
    font-weight: 900;
    letter-spacing: .1em;
    margin-bottom: .45rem;
}

.booking-address {
    font-size: .78rem;
    color: rgba(255, 255, 255, .55);
    letter-spacing: .1em;
    margin-bottom: 1.3rem;
    font-family: 'Noto Sans TC', sans-serif;
}

.booking-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    background: #fff;
    color: var(--red);
    font-weight: 900;
    font-size: .88rem;
    letter-spacing: .12em;
    padding: .72rem 1.9rem;
    border-radius: 2px;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
    transition: transform .2s;
}

    .btn-primary:hover {
        transform: translateY(-2px);
    }

.btn-secondary {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-weight: 700;
    font-size: .88rem;
    letter-spacing: .12em;
    padding: .72rem 1.9rem;
    border-radius: 2px;
    text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, .45);
    transition: background .2s, border-color .2s;
}

    .btn-secondary:hover {
        background: rgba(255, 255, 255, .1);
        border-color: rgba(255, 255, 255, .8);
    }

/* ----- 頁腳 ----- */
footer {
    background: var(--ink);
    border-top: 2px solid var(--gold);
    padding: 1.8rem 5%;
    text-align: center;
    font-size: .73rem;
    color: rgba(253, 248, 240, .37);
    letter-spacing: .1em;
    line-height: 2.3;
}

    footer strong {
        color: var(--gold);
        font-size: .83rem;
    }


/* ----- 滾入動畫效果 ----- */
.rv {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .68s ease, transform .68s ease;
}

    .rv.in {
        opacity: 1;
        transform: translateY(0);
    }

/* ----- 響應式調整 ----- */
@media (max-width: 960px) {
    .intro-grid,
    .chef-grid,
    .cred-grid {
        grid-template-columns: 1fr;
    }

    .chef-grid {
        gap: 2.5rem;
    }

    .chef-card::before {
        display: none;
    }

    .philo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .trow {
        flex-direction: column;
    }

    .titem {
        border-right: none;
        border-bottom: 1px solid rgba(212, 168, 67, .13);
    }

        .titem:last-child {
            border-bottom: none;
        }

    .stats-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .stt {
        border-bottom: 1px solid rgba(212, 168, 67, .1);
    }
}

@media (max-width: 580px) {
    .philo-grid {
        grid-template-columns: 1fr;
    }

    .anc {
        font-size: .72rem;
        padding: .62rem .85rem;
    }
}
