/* =========================================================================
   Menu Guide pages (template-menu-page.php) + Blog listing. Mobile-first.
   Scoped under .tlhm-wrap / .tlhm-blog. Everything centered.
   ========================================================================= */
.tlhm-wrap{max-width:820px;margin:0 auto;padding:calc(84px + 4vw) var(--gutter) 40px;text-align:center}
.tlhm-crumbs{font-size:12.5px;color:var(--muted);letter-spacing:.02em;margin-bottom:22px;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;align-items:center}
.tlhm-crumbs a{color:var(--accent-2)}
.tlhm-crumbs a:hover{color:var(--accent)}
.tlhm-crumbs span{opacity:.6}

.tlhm-title{font-family:var(--serif);font-weight:800;font-size:clamp(28px,6.4vw,46px);line-height:1.1;color:var(--cream);margin:0 auto 26px;max-width:15ch}

.tlhm-feat{margin:0 auto 26px;max-width:680px}
.tlhm-feat img{width:100%;height:auto;border-radius:18px;box-shadow:0 20px 50px -20px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.06)}

.tlhm-body{font-size:17px;line-height:1.75;color:var(--text)}
.tlhm-body>p:first-of-type,.tlhm-intro{font-size:clamp(17px,2.4vw,20px);line-height:1.7;color:#e8ddcc;max-width:640px;margin:0 auto 34px}
.tlhm-body p{margin:0 auto 1.1em;max-width:640px}

/* Menu section card */
.tlhm-menu{background:linear-gradient(170deg,#1b1510 0%,#141019 60%,#12100c 100%);border:1px solid rgba(240,165,46,.22);border-radius:20px;padding:clamp(22px,5vw,40px) clamp(18px,4vw,36px);margin:0 auto 28px;max-width:680px;box-shadow:0 18px 44px -24px rgba(0,0,0,.9);position:relative;overflow:hidden}
.tlhm-menu::before{content:"";position:absolute;inset:0;background:radial-gradient(120% 60% at 50% 0%,rgba(232,69,30,.10),transparent 70%);pointer-events:none}
.tlhm-menu h3{font-family:var(--serif);font-weight:800;font-size:clamp(21px,4.4vw,28px);color:var(--accent-2);margin:0 0 4px;letter-spacing:.01em;position:relative}
.tlhm-menu h3::after{content:"";display:block;width:54px;height:3px;margin:12px auto 20px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:3px}

.tlhm-table{width:100%;border-collapse:collapse;position:relative}
.tlhm-table td{padding:11px 2px;vertical-align:baseline;border-bottom:1px dashed rgba(255,255,255,.12);font-size:16px}
.tlhm-table tr:last-child td{border-bottom:0}
.tlhm-table td:first-child{text-align:left;color:var(--cream);font-weight:500;padding-right:14px}
.tlhm-table td:last-child{text-align:right;color:var(--accent-2);font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}
.tlhm-item-desc{display:block;font-size:13px;color:var(--muted);font-weight:400;margin-top:3px;line-height:1.4}

/* Timing section */
.tlhm-hours{background:linear-gradient(170deg,#15120f,#0f0d0b);border:1px solid var(--line);border-radius:20px;padding:clamp(22px,5vw,36px) clamp(18px,4vw,32px);margin:34px auto 10px;max-width:680px}
.tlhm-hours h3{font-family:var(--serif);font-weight:800;font-size:clamp(20px,4vw,26px);color:var(--cream);margin:0 0 4px}
.tlhm-hours h3::after{content:"";display:block;width:54px;height:3px;margin:12px auto 18px;background:linear-gradient(90deg,var(--accent),var(--accent-2));border-radius:3px}
.tlhm-hours table{width:100%;border-collapse:collapse}
.tlhm-hours td{padding:10px 4px;border-bottom:1px solid rgba(255,255,255,.07);font-size:15.5px}
.tlhm-hours tr:last-child td{border-bottom:0}
.tlhm-hours td:first-child{text-align:left;color:var(--muted);font-weight:500}
.tlhm-hours td:last-child{text-align:right;color:var(--cream);font-weight:600;white-space:nowrap}

.tlhm-note{font-size:13px;color:var(--muted);max-width:600px;margin:24px auto 0;font-style:italic;line-height:1.6}

/* ---- Blog / Menu-guides listing ---- */
.tlhm-blog{max-width:1180px;margin:0 auto;padding:calc(84px + 4vw) var(--gutter) 60px;text-align:center}
.tlhm-blog-lede{color:var(--muted);font-size:clamp(16px,2.2vw,19px);max-width:620px;margin:0 auto 44px}
.tlhm-grid{display:grid;grid-template-columns:1fr;gap:22px;text-align:left}
.tlhm-card{background:linear-gradient(165deg,#181310,#100d0b);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease)}
.tlhm-card:hover{transform:translateY(-4px);border-color:rgba(240,165,46,.4);box-shadow:0 20px 44px -24px rgba(0,0,0,.9)}
.tlhm-card a{display:flex;flex-direction:column;height:100%}
.tlhm-card-img{aspect-ratio:16/9;overflow:hidden;background:#1a130e}
.tlhm-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}
.tlhm-card:hover .tlhm-card-img img{transform:scale(1.05)}
.tlhm-card-b{padding:18px 20px 22px}
.tlhm-card-b h2{font-family:var(--serif);font-size:19px;font-weight:700;color:var(--cream);margin:0 0 6px;line-height:1.25}
.tlhm-card-b span{font-size:13px;color:var(--accent-2);font-weight:600;letter-spacing:.02em}

@media(min-width:600px){.tlhm-grid{grid-template-columns:1fr 1fr}}
@media(min-width:960px){.tlhm-grid{grid-template-columns:1fr 1fr 1fr}}
