/* China Royal - homepage-only styles
   Loaded from Views/Home/index.vbhtml via @Section Styles.
   Depends on cr-shared.css for design tokens (--orange, --crimson, etc). */

/* ---------- Hero ---------- */
.hero {
    position: relative;
    padding: 160px 0 100px;
    color: var(--cream);
    background:
        linear-gradient(135deg, rgba(15, 8, 7, 0.92) 0%, rgba(15, 8, 7, 0.72) 55%, rgba(200, 16, 46, 0.55) 100%),
        url('/img/2026/DSC_5864.JPG') center/cover no-repeat;
    overflow: hidden;
}

.hero::before, .hero::after {
    content: '';
    position: absolute;
    width: 320px; height: 320px;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.55;
    pointer-events: none;
}
.hero::before { background: var(--orange); top: -80px; left: -80px; }
.hero::after  { background: var(--crimson); bottom: -120px; right: -100px; opacity: 0.7; }

.hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    align-items: center;
}

.hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    padding: 7px 16px;
    border: 1px solid rgba(255, 165, 42, 0.45);
    border-radius: 999px;
    background: rgba(255, 165, 42, 0.10);
    font-size: 0.75rem;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 500;
}
.hero__eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.hero__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: clamp(2.4rem, 5.2vw, 4.2rem);
    line-height: 1.05;
    margin: 0 0 22px;
    letter-spacing: -0.01em;
}

.hero__title .accent {
    font-family: 'Caveat', cursive;
    font-weight: 700;
    color: var(--orange);
    font-size: 1.05em;
    display: inline-block;
    transform: translateY(6px);
}

.hero__lede {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: rgba(250, 246, 238, 0.85);
    font-weight: 300;
    max-width: 520px;
    margin: 0 0 36px;
}

.hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 44px; }

.hero__meta {
    display: flex;
    gap: 36px;
    flex-wrap: wrap;
    padding-top: 28px;
    border-top: 1px solid rgba(250, 246, 238, 0.15);
    max-width: 520px;
}

.hero__meta-item { display: flex; flex-direction: column; gap: 2px; }
.hero__meta-value {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--gold);
    line-height: 1;
}
.hero__meta-label {
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(250, 246, 238, 0.7);
}

.hero__media {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
    transform: rotate(2deg);
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after {
    content: '';
    position: absolute; inset: 0;
    border: 1px solid rgba(255, 165, 42, 0.4);
    border-radius: 18px;
    pointer-events: none;
}

.hero__badge {
    position: absolute;
    bottom: -30px; left: -30px;
    width: 130px; height: 130px;
    border-radius: 50%;
    background: var(--orange);
    color: var(--paper);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    line-height: 1.25;
    transform: rotate(-8deg);
    box-shadow: 0 18px 40px rgba(255, 69, 0, 0.45);
}
.hero__badge strong { font-size: 1.6rem; letter-spacing: 0; display: block; margin-bottom: 2px; }

/* ---------- Story ---------- */
.story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.story__media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    box-shadow: 0 24px 60px rgba(15, 8, 7, 0.18);
}
.story__media img { width: 100%; height: 100%; object-fit: cover; }
.story__sticker {
    position: absolute;
    top: 20px; right: 20px;
    background: var(--orange);
    color: var(--paper);
    padding: 10px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.story__body h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    line-height: 1.18;
    margin: 0 0 22px;
    color: var(--ink);
}
.story__body h2 .accent {
    font-family: 'Caveat', cursive;
    color: var(--orange);
    font-weight: 700;
    font-size: 1.1em;
    display: inline-block;
    transform: translateY(4px);
}
.story__body p { color: var(--muted); margin: 0 0 18px; font-size: 1rem; }
.story__body p strong { color: var(--crimson); font-weight: 600; }

.story__points {
    list-style: none;
    margin: 28px 0 32px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.story__points li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--ink);
    font-weight: 500;
}
.story__points li::before {
    content: '';
    width: 10px; height: 10px;
    margin-top: 8px;
    border-radius: 50%;
    background: var(--orange);
    flex-shrink: 0;
}

/* ---------- Cuisines ---------- */
.cuisines {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cuisine {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    text-decoration: none;
    color: var(--cream);
    box-shadow: 0 18px 40px rgba(15, 8, 7, 0.22);
    transition: transform 250ms ease, box-shadow 250ms ease;
    isolation: isolate;
}
.cuisine:hover { transform: translateY(-6px); box-shadow: 0 26px 56px rgba(15, 8, 7, 0.32); }
.cuisine img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 500ms ease;
}
.cuisine:hover img { transform: scale(1.05); }
.cuisine::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15, 8, 7, 0.92) 0%, rgba(15, 8, 7, 0.30) 55%, rgba(15, 8, 7, 0.10) 100%);
    z-index: 1;
}

.cuisine__body {
    position: relative;
    z-index: 2;
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cuisine__tag {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 12px;
    background: var(--orange);
    color: var(--paper);
    border-radius: 4px;
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    align-self: flex-start;
}

.cuisine__title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0 0 8px;
    color: var(--paper);
}

.cuisine__desc {
    font-size: 0.92rem;
    color: rgba(250, 246, 238, 0.85);
    margin: 0 0 18px;
    font-weight: 300;
}

.cuisine__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.cuisine__from {
    display: inline-block;
    padding: 4px 10px;
    background: rgba(255, 165, 42, 0.15);
    border: 1px solid rgba(255, 165, 42, 0.45);
    border-radius: 999px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cuisine__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
}
.cuisine__cta::after { content: '\2192'; transition: transform 200ms ease; }
.cuisine:hover .cuisine__cta::after { transform: translateX(4px); }

/* ---------- Menu Highlights ---------- */
.highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.highlights__col {
    background: var(--soft);
    border-radius: 14px;
    padding: 32px 28px;
    border: 1px solid rgba(15, 8, 7, 0.06);
}

.highlights__title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--crimson);
    margin: 0 0 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(200, 16, 46, 0.18);
    letter-spacing: 0.01em;
}

.highlights__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.highlights__row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-size: 0.95rem;
}

.highlights__name {
    color: var(--ink);
    font-weight: 500;
    flex: 0 1 auto;
    min-width: 0;
    overflow-wrap: break-word;
}

.highlights__leader {
    flex: 1 1 auto;
    border-bottom: 2px dotted rgba(15, 8, 7, 0.22);
    transform: translateY(-4px);
}

.highlights__price {
    color: var(--orange);
    font-weight: 700;
    font-size: 0.95rem;
    flex-shrink: 0;
    letter-spacing: 0.01em;
}

/* ---------- Stat strip ---------- */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { text-align: center; padding: 6px 8px; }
.stat__value {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 3.4vw, 2.6rem);
    font-weight: 800;
    color: var(--cream);
    line-height: 1;
    margin-bottom: 6px;
}
.stat__label {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(250, 246, 238, 0.85);
    font-weight: 500;
}
.stat + .stat { border-left: 1px solid rgba(250, 246, 238, 0.18); }

/* ---------- Visit ---------- */
.visit {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
    align-items: stretch;
}

.visit__map {
    border-radius: 16px;
    overflow: hidden;
    min-height: 460px;
    background: var(--soft);
    box-shadow: 0 18px 40px rgba(15, 8, 7, 0.18);
}
.visit__map > div { width: 100%; height: 100%; min-height: 460px; }

.visit__info { display: flex; flex-direction: column; justify-content: center; }

.visit__info h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    margin: 0 0 8px;
}

.visit__info > p { color: var(--muted); margin: 0 0 30px; }

.visit__rows { display: flex; flex-direction: column; gap: 22px; margin-bottom: 32px; }

.visit__row { display: flex; gap: 16px; align-items: flex-start; }

.visit__icon {
    flex-shrink: 0;
    width: 44px; height: 44px;
    border-radius: 12px;
    background: rgba(255, 69, 0, 0.10);
    color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.visit__row dt {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--orange);
    font-weight: 600;
    margin-bottom: 4px;
}
.visit__row dd { margin: 0; font-size: 1rem; color: var(--ink); line-height: 1.5; }
.visit__row dd a { color: var(--ink); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 180ms ease; }
.visit__row dd a:hover { border-color: var(--orange); }

/* ---------- Delivery ---------- */
.delivery {
    max-width: 760px;
    margin: 0 auto;
    background: var(--paper);
    border-radius: 18px;
    padding: 36px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 28px;
    align-items: center;
    box-shadow: 0 24px 60px rgba(15, 8, 7, 0.10);
    border: 1px solid rgba(15, 8, 7, 0.06);
}

.delivery__logo {
    width: 84px; height: 84px;
    border-radius: 50%;
    background: var(--soft);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    overflow: hidden;
}
.delivery__logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.delivery__text h3 { margin: 0 0 4px; font-size: 1.3rem; font-weight: 700; color: var(--ink); }
.delivery__text p { margin: 0; font-size: 0.94rem; color: var(--muted); }

/* ---------- Homepage-specific responsive ---------- */
@media (max-width: 960px) {
    .hero { padding: 130px 0 80px; }
    .hero__inner { grid-template-columns: 1fr; gap: 48px; }
    .hero__media { max-width: 360px; margin: 0 auto; }
    .hero__badge { width: 110px; height: 110px; font-size: 0.7rem; }
    .hero__badge strong { font-size: 1.3rem; }

    .story { grid-template-columns: 1fr; gap: 36px; }
    .story__points { grid-template-columns: 1fr; }

    .cuisines { grid-template-columns: 1fr; }

    .highlights { grid-template-columns: 1fr; gap: 20px; }
    .highlights__col { padding: 26px 22px; }

    .stat-strip { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
    .stat + .stat { border-left: 0; }
    .stat:nth-child(even) { border-left: 1px solid rgba(250, 246, 238, 0.18); }

    .visit { grid-template-columns: 1fr; gap: 32px; }
    .visit__map, .visit__map > div { min-height: 320px; }

    .delivery { grid-template-columns: 1fr; text-align: center; padding: 28px; gap: 18px; }
    .delivery__logo { margin: 0 auto; }
}

@media (max-width: 540px) {
    .hero__title { font-size: 2.4rem; }
    .hero__meta { gap: 24px; }
    .hero__meta-value { font-size: 1.25rem; }
}
