/* Food Guide page */
.food-guide-breadcrumb {
    max-width: 1180px;
    margin: 18px auto 14px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #edf0f4;
    border-radius: 999px;
    background: #f8fafc;
    color: #64748b;
    font-size: 0.92rem;
}

.food-guide-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.food-guide-breadcrumb a:hover {
    color: #0f172a;
}

.food-guide-breadcrumb strong {
    color: #0f172a;
    font-weight: 700;
}

.food-guide-layout {
    max-width: 1180px;
    margin: 0 auto 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 172px;
    gap: 24px;
    align-items: start;
}

.food-guide-main {
    min-width: 0;
}

.food-guide-hero {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    padding: 46px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 360px;
    gap: 28px;
    align-items: center;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.12) 30%, transparent 50%),
        linear-gradient(135deg, #fff7ed 0%, #ffe4c7 42%, #f97316 100%);
    box-shadow: 0 24px 60px rgba(248, 113, 22, 0.18);
}

.food-guide-hero::before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.32);
}

.food-guide-hero-copy,
.food-guide-hero-panel {
    position: relative;
    z-index: 1;
}

.food-guide-kicker,
.food-guide-section-heading > span,
.food-guide-contact span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    color: #c2410c;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.food-guide-hero h1 {
    margin: 18px 0 14px;
    color: #1f2937;
    font-size: clamp(2.25rem, 4vw, 4.15rem);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.food-guide-hero p {
    max-width: 640px;
    margin: 0;
    color: #475569;
    font-size: 1.08rem;
    line-height: 1.9;
}

.food-guide-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.food-guide-primary-button,
.food-guide-secondary-button,
.food-guide-contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.food-guide-primary-button {
    background: #0f172a;
    color: #ffffff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.2);
}

.food-guide-secondary-button {
    background: rgba(255, 255, 255, 0.78);
    color: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.78);
}

.food-guide-primary-button:hover,
.food-guide-secondary-button:hover,
.food-guide-contact-button:hover {
    transform: translateY(-2px);
}

.food-guide-hero-panel {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 44px rgba(124, 45, 18, 0.12);
}

.food-guide-hero-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7c2d12;
    font-weight: 900;
}

.food-guide-hero-badge i {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fed7aa;
    color: #c2410c;
}

.food-guide-stat-grid {
    margin: 22px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.food-guide-stat-grid div {
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #ffedd5;
}

.food-guide-stat-grid strong {
    display: block;
    color: #0f172a;
    font-size: 1.5rem;
    font-weight: 900;
}

.food-guide-stat-grid span,
.food-guide-mini-list span {
    color: #64748b;
    font-size: 0.92rem;
}

.food-guide-mini-list {
    display: grid;
    gap: 10px;
}

.food-guide-mini-list span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.food-guide-mini-list i {
    color: #ea580c;
}

.food-guide-section {
    margin-top: 34px;
    padding: 34px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.food-guide-section-heading {
    max-width: 760px;
    margin-bottom: 24px;
}

.food-guide-section-heading h2,
.food-guide-contact h2 {
    margin: 14px 0 10px;
    color: #0f172a;
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    line-height: 1.18;
    font-weight: 900;
    letter-spacing: -0.035em;
}

.food-guide-section-heading p,
.food-guide-contact p {
    margin: 0;
    color: #64748b;
    line-height: 1.85;
}

.food-guide-basic-grid,
.food-guide-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.food-guide-basic-card,
.food-guide-check-grid article {
    padding: 20px;
    border-radius: 22px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

.food-guide-basic-card i,
.food-guide-check-grid i {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffedd5;
    color: #ea580c;
    font-size: 1.2rem;
}

.food-guide-basic-card strong,
.food-guide-check-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 1.02rem;
    font-weight: 900;
}

.food-guide-basic-card span,
.food-guide-check-grid span {
    display: block;
    color: #64748b;
    font-size: 0.93rem;
    line-height: 1.7;
}

.food-guide-cuisine-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.food-guide-cuisine-card {
    min-height: 250px;
    padding: 22px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 -120px 130px rgba(15, 23, 42, 0.52);
}

.food-guide-cuisine-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.92;
    z-index: 0;
}

.food-guide-cuisine-card > * {
    position: relative;
    z-index: 1;
}

.food-guide-cuisine-sushi::before {
    background: radial-gradient(circle at 24% 22%, #e0f2fe, transparent 30%), linear-gradient(135deg, #0ea5e9, #0369a1);
}

.food-guide-cuisine-ramen::before {
    background: radial-gradient(circle at 72% 20%, #fef3c7, transparent 30%), linear-gradient(135deg, #f97316, #b45309);
}

.food-guide-cuisine-wagyu::before {
    background: radial-gradient(circle at 24% 24%, #fecaca, transparent 30%), linear-gradient(135deg, #ef4444, #7f1d1d);
}

.food-guide-cuisine-izakaya::before {
    background: radial-gradient(circle at 78% 18%, #fde68a, transparent 30%), linear-gradient(135deg, #a16207, #422006);
}

.food-guide-cuisine-cafe::before {
    background: radial-gradient(circle at 25% 22%, #fce7f3, transparent 30%), linear-gradient(135deg, #db2777, #831843);
}

.food-guide-cuisine-street::before {
    background: radial-gradient(circle at 76% 22%, #dcfce7, transparent 30%), linear-gradient(135deg, #16a34a, #14532d);
}

.food-guide-cuisine-icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    font-size: 1.28rem;
    margin-bottom: auto;
}

.food-guide-cuisine-card h3 {
    margin: 22px 0 8px;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 900;
}

.food-guide-cuisine-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.72;
}

.food-guide-tags {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.food-guide-tags span {
    padding: 5px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
}

.food-guide-ordering {
    background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%);
}

.food-guide-ordering-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
}

.food-guide-steps {
    display: grid;
    gap: 12px;
}

.food-guide-steps article {
    padding: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #ffedd5;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.food-guide-steps article > span {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0f172a;
    color: #ffffff;
    font-weight: 900;
}

.food-guide-steps strong {
    display: block;
    color: #0f172a;
    font-weight: 900;
}

.food-guide-steps p {
    margin: 6px 0 0;
    color: #64748b;
    line-height: 1.75;
}

.food-guide-phrase-card {
    padding: 22px;
    border-radius: 24px;
    background: #0f172a;
    color: #ffffff;
}

.food-guide-phrase-card .food-guide-kicker {
    background: rgba(255, 255, 255, 0.12);
    color: #fed7aa;
}

.food-guide-phrase-card h3 {
    margin: 14px 0 18px;
    font-weight: 900;
}

.food-guide-phrase-card dl {
    margin: 0;
    display: grid;
    gap: 12px;
}

.food-guide-phrase-card dl div {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.food-guide-phrase-card dl div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.food-guide-phrase-card dt {
    color: #fed7aa;
    font-size: 0.84rem;
    font-weight: 800;
}

.food-guide-phrase-card dd {
    margin: 4px 0 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.7;
}

.food-guide-timeline {
    position: relative;
    display: grid;
    gap: 14px;
}

.food-guide-timeline::before {
    content: "";
    position: absolute;
    left: 85px;
    top: 10px;
    bottom: 10px;
    width: 2px;
    background: #ffedd5;
}

.food-guide-timeline article {
    position: relative;
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.food-guide-timeline time {
    position: relative;
    z-index: 1;
    align-self: start;
    display: inline-flex;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 999px;
    background: #ffedd5;
    color: #c2410c;
    font-weight: 900;
}

.food-guide-timeline article div {
    padding: 18px 20px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #eef2f7;
}

.food-guide-timeline strong {
    display: block;
    color: #0f172a;
    font-weight: 900;
}

.food-guide-timeline p {
    margin: 7px 0 0;
    color: #64748b;
    line-height: 1.76;
}

.food-guide-check-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.food-guide-contact {
    margin-top: 34px;
    padding: 34px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    background: linear-gradient(135deg, #0f172a, #7c2d12);
    color: #ffffff;
    box-shadow: 0 22px 54px rgba(15, 23, 42, 0.18);
}

.food-guide-contact h2,
.food-guide-contact p {
    color: #ffffff;
}

.food-guide-contact p {
    opacity: 0.82;
}

.food-guide-contact span {
    background: rgba(255, 255, 255, 0.12);
    color: #fed7aa;
}

.food-guide-contact-button {
    flex: 0 0 auto;
    background: #ffffff;
    color: #0f172a;
}

.food-guide-toc {
    position: sticky;
    top: 86px;
    padding: 14px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    display: grid;
    gap: 4px;
}

.food-guide-toc a {
    padding: 9px 10px;
    border-radius: 12px;
    color: #64748b;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
}

.food-guide-toc a:hover {
    background: #fff7ed;
    color: #c2410c;
}

@media (max-width: 1180px) {
    .food-guide-breadcrumb,
    .food-guide-layout {
        margin-left: 16px;
        margin-right: 16px;
    }
}

@media (max-width: 992px) {
    .food-guide-layout {
        grid-template-columns: 1fr;
    }

    .food-guide-toc {
        display: none;
    }

    .food-guide-hero {
        grid-template-columns: 1fr;
        padding: 34px;
    }

    .food-guide-hero-panel {
        max-width: 520px;
    }

    .food-guide-basic-grid,
    .food-guide-cuisine-grid,
    .food-guide-check-grid,
    .food-guide-ordering-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .food-guide-phrase-card {
        grid-column: 1 / -1;
    }
}

@media (max-width: 640px) {
    .food-guide-breadcrumb {
        border-radius: 18px;
        flex-wrap: wrap;
    }

    .food-guide-hero,
    .food-guide-section,
    .food-guide-contact {
        padding: 24px;
        border-radius: 24px;
    }

    .food-guide-hero-actions,
    .food-guide-contact {
        align-items: stretch;
        flex-direction: column;
    }

    .food-guide-primary-button,
    .food-guide-secondary-button,
    .food-guide-contact-button {
        width: 100%;
    }

    .food-guide-basic-grid,
    .food-guide-cuisine-grid,
    .food-guide-check-grid,
    .food-guide-ordering-grid,
    .food-guide-stat-grid {
        grid-template-columns: 1fr;
    }

    .food-guide-timeline::before {
        display: none;
    }

    .food-guide-timeline article {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .food-guide-timeline time {
        justify-self: start;
    }
}

/* ------------------------------------------------------------
   Food Guide image settings
   2026-06 update: add real food photos to the guide page.
   These images are loaded from HTTPS URLs, same style as the coupons page.
------------------------------------------------------------ */
.food-guide-hero-photo {
    position: relative;
    min-height: 168px;
    margin: -6px -6px 18px;
    border-radius: 22px;
    overflow: hidden;
    background-image:
        linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(124, 45, 18, 0.38)),
        url("https://images.unsplash.com/photo-1540189549336-e6e99c3679fe?auto=format&fit=crop&w=1200&q=80");
    background-size: cover;
    background-position: center;
    box-shadow: 0 16px 34px rgba(124, 45, 18, 0.14);
}

.food-guide-hero-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.38));
}

.food-guide-hero-photo span {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 1;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(7px);
    font-weight: 900;
    font-size: 0.88rem;
}

.food-guide-cuisine-card {
    background: #3b2414;
    box-shadow: 0 18px 46px rgba(80, 56, 29, 0.13);
}

.food-guide-cuisine-card::before {
    background-size: cover;
    background-position: center;
    opacity: 1;
    transform: scale(1.01);
    transition: transform 0.28s ease;
    z-index: 0;
}

.food-guide-cuisine-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.2) 34%, rgba(0, 0, 0, 0.72) 100%),
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.16), transparent 34%);
}

.food-guide-cuisine-card:hover::before {
    transform: scale(1.06);
}

.food-guide-cuisine-card > * {
    z-index: 2;
}

.food-guide-cuisine-sushi::before {
    background-image: url("https://images.unsplash.com/photo-1579871494447-9811cf80d66c?auto=format&fit=crop&w=1200&q=80");
}

.food-guide-cuisine-ramen::before {
    background-image: url("https://images.unsplash.com/photo-1569718212165-3a8278d5f624?auto=format&fit=crop&w=1200&q=80");
}

.food-guide-cuisine-wagyu::before {
    background-image: url("https://images.unsplash.com/photo-1546833999-b9f581a1996d?auto=format&fit=crop&w=1200&q=80");
}

.food-guide-cuisine-izakaya::before {
    background-image: url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=1200&q=80");
}

.food-guide-cuisine-cafe::before {
    background-image: url("https://images.unsplash.com/photo-1554118811-1e0d58224f24?auto=format&fit=crop&w=1200&q=80");
}

.food-guide-cuisine-street::before {
    background-image: url("https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=1200&q=80");
}

.food-guide-phrase-card {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(67, 36, 16, 0.9)),
        url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=900&q=80");
    background-size: cover;
    background-position: center;
}

.food-guide-phrase-card > * {
    position: relative;
    z-index: 1;
}

.food-guide-contact {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.94), rgba(124, 45, 18, 0.88)),
        url("https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=1400&q=80");
    background-size: cover;
    background-position: center;
}

.food-guide-contact > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 640px) {
    .food-guide-hero-photo {
        min-height: 140px;
        margin: -2px -2px 16px;
        border-radius: 18px;
    }
}
