@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600;700&family=Outfit:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600;1,700;1,800&display=swap');

/* ==========================================================================
   HÙNG RÂU VUA GÀ - MODULAR ABOUT US PAGE TEMPLATE (EXACT SAMPLE MATCH)
   ========================================================================== */

:root {
    --hr-gold: #b67b18;
    --hr-gold-dark: #8c5a0b;
    --hr-gold-light: #e8bf6c;
    --hr-ink: #2a2019;
    --hr-bg-light: #fbf8f2;
    --hr-bg-card: #f5efe3;
    --hr-red-seal: #a8241b;

    /* Dynamic font families synced with theme */
    --hr-font-heading: var(--bs-heading-font-family, 'Playfair Display', Georgia, serif);
    --hr-font-body: var(--bs-body-font-family, 'Outfit', sans-serif);
    --hr-font-script: 'Dancing Script', cursive;
}

/* Red Chop Stamp Seal */
.red-seal-stamp {
    display: inline-block;
    border: 2px solid var(--hr-red-seal);
    color: var(--hr-red-seal);
    font-family: var(--hr-font-heading);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    padding: 4px 6px;
    border-radius: 4px;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 2px;
    background: rgba(168, 36, 27, 0.04);
}

/* 1. HERO SECTION */
.hr-hero-section.header-next,
.hr-hero-section {
    --hr-gold: var(--bs-primary, #cfa44e);
    position: relative;
    padding: clamp(48px, 5vw, 96px) 0;
    min-height: clamp(440px, 32vw, 650px);
    display: flex;
    align-items: center;
    background-color: var(--hr-bg-light);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 130px;
}

.hr-hero-section > .container {
    position: relative;
    z-index: 1;
}

.hr-hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(251, 248, 242, .72) 0%, rgba(251, 248, 242, .48) 34%, transparent 58%);
}

.hr-hero-copy {
    padding-right: clamp(24px, 4vw, 76px);
}

@media (max-width: 991.98px) {
    .hr-hero-section.header-next,
    .hr-hero-section {
        margin-top: 95px;
        padding: 45px 0 40px;
    }

    .hr-hero-section::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(251, 248, 242, .94), rgba(251, 248, 242, .72) 60%, rgba(251, 248, 242, .15));
    }

    .hr-hero-copy {
        max-width: 620px;
        padding-right: 24px;
    }
}

.hr-hero-script-tag {
    font-family: var(--hr-font-script);
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 600;
    color: #966619;
    line-height: 1.2;
    margin-bottom: 8px;
}

.hr-hero-main-title {
    font-family: var(--hr-font-heading);
    font-size: clamp(34px, 3.2vw, 48px);
    font-weight: 700;
    color: var(--hr-ink);
    line-height: 1.18;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.hr-hero-main-title span {
    color: var(--hr-gold);
    display: block;
    font-size: 1.08em;
}

.hr-hero-desc {
    font-family: var(--hr-font-body);
    font-size: 16px;
    line-height: 1.65;
    color: #65594f;
    max-width: 540px;
    margin-bottom: 28px;
}

.hr-hero-section .hr-hero-desc {
    color: #40372e;
    max-width: 460px;
    margin-bottom: 26px;
}

.hr-hero-section .btn-hero-primary,
.hr-hero-section .btn-hero-secondary {
    border-radius: 30px;
    min-width: 180px;
    min-height: 50px;
    padding: 12px 24px;
    font-family: var(--hr-font-body);
    font-size: 16px;
    box-shadow: none;
}

.hr-hero-section .btn-hero-primary {
    background: var(--hr-gold);
    border: 1px solid var(--hr-gold);
}

.hr-hero-section .btn-hero-primary:hover {
    background: var(--hr-gold-dark);
    border-color: var(--hr-gold-dark);
}

.hr-hero-section .btn-hero-secondary {
    background: rgba(255, 252, 247, .9);
    border-color: var(--hr-gold);
}

.hr-hero-section .btn:focus-visible {
    outline: 3px solid var(--hr-ink);
    outline-offset: 4px;
}

@media (max-width: 575.98px) {
    .hr-hero-section {
        padding: 40px 0;
        background-position: 62% center;
    }

    .hr-hero-section .btn {
        width: 100%;
        min-width: 0;
    }
}

/* 2. FOUNDER STORY SECTION */
.hr-founder-section {
    padding: 85px 0;
    background: #ffffff;
    position: relative;
}

.hr-founder-img-box {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 14px 35px rgba(60, 40, 15, 0.12);
}

.hr-founder-img-box img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
}

.hr-founder-signature-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-family: var(--hr-font-script);
    font-size: 42px;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hr-section-badge {
    display: inline-block;
    font-family: var(--hr-font-body);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #8c5a0b;
    background: rgba(182, 123, 24, 0.1);
    border: 1px solid rgba(182, 123, 24, 0.3);
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 14px;
}

.hr-section-title-large {
    font-family: var(--hr-font-heading);
    font-size: clamp(30px, 3.2vw, 44px);
    font-weight: 800;
    color: var(--hr-ink);
    line-height: 1.2;
    margin-bottom: 20px;
}

.hr-section-title-large span {
    color: var(--hr-gold);
}

.hr-quote-block {
    background: var(--hr-bg-light);
    border-left: 4px solid var(--hr-gold);
    border-radius: 0 10px 10px 0;
    padding: 20px 24px;
    margin-bottom: 22px;
    position: relative;
}

.hr-quote-block p {
    font-family: var(--hr-font-heading);
    font-size: 16.5px;
    font-style: italic;
    color: #3d3127;
    line-height: 1.6;
    margin-bottom: 0;
}

.hr-founder-body-text {
    font-family: var(--hr-font-body);
    font-size: 15.5px;
    line-height: 1.65;
    color: #5c5045;
    margin-bottom: 24px;
}

.hr-founder-signature-name {
    font-family: var(--hr-font-script);
    font-size: 34px;
    color: var(--hr-gold-dark);
    margin-bottom: 2px;
}

.hr-founder-subtext {
    font-family: var(--hr-font-body);
    font-size: 13px;
    font-weight: 600;
    color: #7a6c5f;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* 3. TIMELINE SECTION */
.hr-timeline-section {
    padding: 80px 0;
    background-color: var(--hr-bg-light);
}

.hr-timeline-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.hr-timeline-row::before {
    content: '';
    position: absolute;
    top: 34px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(182, 123, 24, 0.2), #b67b18, rgba(182, 123, 24, 0.2));
    z-index: 1;
}

.hr-timeline-item {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.hr-timeline-icon-box {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid var(--hr-gold);
    color: var(--hr-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px;
    box-shadow: 0 6px 18px rgba(182, 123, 24, 0.15);
    transition: all 0.35s ease;
}

.hr-timeline-icon-box img { width: 52px; height: 52px; object-fit: contain; border-radius: 50%; }
.hr-timeline-item:hover .hr-timeline-icon-box {
    background: var(--hr-gold);
    color: #ffffff;
    transform: scale(1.1);
}

.hr-timeline-year {
    font-family: var(--hr-font-heading);
    font-size: 22px;
    font-weight: 800;
    color: var(--hr-ink);
    margin-bottom: 6px;
}

.hr-timeline-title {
    font-family: var(--hr-font-body);
    font-size: 14px;
    font-weight: 700;
    color: #8c5a0b;
    margin-bottom: 6px;
}

.hr-timeline-desc {
    font-family: var(--hr-font-body);
    font-size: 12.5px;
    line-height: 1.45;
    color: #6d6155;
    margin-bottom: 0;
}

/* 4. WHY VUA GA SECTION */
.hr-why-section {
    padding: 90px 0;
    background: #ffffff;
}

.hr-why-grid-container {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-gap: 24px;
    align-items: center;
}

.hr-why-card {
    background: var(--hr-bg-card);
    border: 1px solid rgba(225, 210, 195, 0.8);
    border-radius: 14px;
    padding: 24px;
    transition: all 0.35s ease;
    height: 100%;
}

.hr-why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(60, 40, 15, 0.09);
    border-color: var(--hr-gold);
    background: #ffffff;
}

.hr-why-card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.hr-why-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 50%;
    background: rgba(182, 123, 24, 0.12);
    color: var(--hr-gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.hr-why-card-title {
    font-family: var(--hr-font-heading);
    font-size: 18px;
    font-weight: 700;
    color: var(--hr-ink);
    margin: 0;
}

.hr-why-card-desc {
    font-family: var(--hr-font-body);
    font-size: 13.5px;
    line-height: 1.55;
    color: #65584b;
    margin: 0;
}

.hr-why-center-dish {
    text-align: center;
}

.hr-why-center-dish img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 16px 40px rgba(80, 50, 15, 0.2);
    border: 6px solid #ffffff;
    transition: transform 0.5s ease;
}

.hr-why-center-dish:hover img {
    transform: scale(1.04);
}

/* 5. PHILOSOPHY SECTION */
.hr-philosophy-section {
    padding: 85px 0;
    background-color: var(--hr-bg-light);
}

.hr-philosophy-card {
    text-align: center;
    padding: 24px 16px;
}

.hr-philosophy-icon {
    font-size: 34px;
    color: var(--hr-gold);
    margin-bottom: 14px;
    display: inline-block;
}

.hr-philosophy-title {
    font-family: var(--hr-font-heading);
    font-size: 19px;
    font-weight: 700;
    color: var(--hr-ink);
    margin-bottom: 10px;
}

.hr-philosophy-desc {
    font-family: var(--hr-font-body);
    font-size: 13.5px;
    line-height: 1.6;
    color: #6a5c50;
    margin: 0;
}

/* 6. RESTAURANT SPACE SECTION */
.hr-space-section {
    padding: 85px 0;
    background: #ffffff;
}

.hr-space-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    grid-gap: 16px;
    margin-top: 30px;
}

.hr-space-img-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(60, 40, 15, 0.08);
    position: relative;
    height: 220px;
}

.hr-space-img-item.large-main {
    grid-row: span 2;
    height: 456px;
}

.hr-space-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.hr-space-img-item:hover img {
    transform: scale(1.05);
}

/* 7. STATS SECTION */
.hr-stats-section {
    padding: 20px 0;
    background-color: #fbf8f2;
    border-top: 1px solid rgba(225, 210, 195, 0.7);
    border-bottom: 1px solid rgba(225, 210, 195, 0.7);
}

.hr-stat-item {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    height: 100%;
    padding: 16px 8px;
}

.hr-stat-icon {
    font-size: 25px;
    color: var(--bs-primary, #cfa44e);
    background: #f1e8d6;
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.hr-stat-number {
    font-family: var(--hr-font-heading);
    font-size: clamp(26px, 2.5vw, 36px);
    font-weight: 800;
    color: var(--hr-ink);
    line-height: 1;
}

.hr-stat-label {
    font-family: var(--hr-font-body);
    font-size: 13px;
    font-weight: 700;
    color: #7d6e60;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

/* 8. CTA BANNER SECTION */
.hr-cta-section {
    padding: 32px 0;
    background-color: #262617;
    background-size: cover;
    background-position: center 55%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hr-cta-title {
    font-family: var(--hr-font-heading);
    font-size: clamp(24px, 2.2vw, 32px);
    font-weight: 700;
    color: #fff;
    line-height: 1.22;
    margin-bottom: 10px;
}

.hr-cta-desc {
    font-family: var(--hr-font-body);
    font-size: 14px;
    line-height: 1.6;
    color: #f0e7d6;
    margin-bottom: 0;
}

.hr-cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    min-height: 150px;
    position: relative;
    z-index: 1;
}

.hr-cta-section::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19, 20, 10, .92), rgba(19, 20, 10, .25) 50%, rgba(19, 20, 10, .8)); }
.hr-cta-copy { flex: 0 1 390px; text-align: center; }
.hr-cta-title span { color: #fff; display: block; }
.hr-cta-visual { flex: 0 0 42%; min-height: 340px; }
.hr-cta-visual img { width: 100%; height: 100%; object-fit: cover; }
.hr-cta-actions { justify-content: center; }
.hr-cta-actions .btn { border-radius: 30px; min-width: 150px; min-height: 46px; padding: 12px 20px; font-size: 14px; width: auto; box-shadow: none; }
.hr-cta-actions .btn-hero-primary { background: var(--bs-primary, #cfa44e); }
.hr-cta-actions .btn-hero-primary:hover { background: #946820; }
.hr-cta-actions .btn-hero-secondary { background: rgba(0,0,0,.2); color: #fff !important; border-color: #d7caaa; }
.hr-cta-actions .btn-hero-secondary:hover { background: rgba(255,255,255,.16); }
.hr-cta-actions .btn:focus-visible { outline: 3px solid #624619; outline-offset: 4px; }

@media (max-width: 767.98px) {
    .hr-cta-section { padding: 36px 0; }
    .hr-cta-panel { flex-direction: column; gap: 24px; }
    .hr-cta-copy { flex-basis: auto; max-width: 440px; }
    .hr-cta-visual { flex-basis: auto; min-height: 0; height: 240px; }
    .hr-cta-actions .btn { width: 100%; min-width: 0; }
    .hr-stat-item { flex-direction: column; text-align: center; }
}

.hr-cta-img-dish img {
    max-width: 320px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0 12px 35px rgba(0,0,0,0.5);
    border: 4px solid rgba(255, 255, 255, 0.15);
}

/* RESPONSIVE BREAKPOINTS */
.hr-location-section { padding: 64px 0; background: #fbf8f2; }
.hr-location-panel { display: grid; grid-template-columns: 1fr 1.5fr; border: 1px solid #e8dcc6; border-radius: 20px; overflow: hidden; background: #fff; }
.hr-location-copy { padding: clamp(24px, 3vw, 48px); align-self: center; }
.hr-location-copy p { color: #65594f; line-height: 1.8; margin-bottom: 24px; }
.hr-location-copy p i { color: var(--bs-primary, #cfa44e); margin-inline-end: 8px; }
.hr-location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hr-location-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    min-width: 0;
    min-height: 46px;
    padding: 11px 18px;
    border: 1px solid var(--bs-primary, #cfa44e);
    border-radius: 10px;
    font-family: var(--hr-font-body);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: none;
    white-space: nowrap;
    transition: background-color .2s, border-color .2s, color .2s;
}
.hr-location-actions .hr-location-book { background: var(--bs-primary, #cfa44e); color: #fff; }
.hr-location-actions .hr-location-directions { background: transparent; color: #79551f; }
.hr-location-actions .hr-location-book:hover { background: #bd913d; border-color: #bd913d; color: #fff; }
.hr-location-actions .hr-location-book i { color: inherit; }
.hr-location-actions .hr-location-directions:hover { background: #f7f1e6; color: #624319; }
.hr-location-actions .btn i { font-size: 14px; flex-shrink: 0; }
.hr-location-actions .btn:focus-visible { outline: 2px solid #79551f; outline-offset: 3px; }
@media (max-width: 399.98px) {
    .hr-location-actions .btn { width: 100%; }
}
.hr-location-panel iframe { display: block; width: 100%; height: 380px; border: 0; }
@media (max-width: 767.98px) {
    .hr-location-panel { grid-template-columns: 1fr; }
    .hr-location-panel iframe { height: 300px; }
    .hr-location-section { padding: 36px 0; }
}

@media (max-width: 991.98px) {
    .hr-timeline-row {
        flex-direction: column;
        gap: 30px;
    }

    .hr-timeline-row::before {
        display: none;
    }

    .hr-why-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hr-space-grid {
        grid-template-columns: 1fr 1fr;
    }

    .hr-space-img-item.large-main {
        grid-column: span 2;
        grid-row: span 1;
        height: 280px;
    }
}

@media (max-width: 575.98px) {
    .hr-space-grid {
        grid-template-columns: 1fr;
    }

    .hr-space-img-item.large-main {
        grid-column: span 1;
    }

    .hr-stat-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
}
