:root {
    --site-build: "20260705g";
    --obsidian: #08090D;
    --gold: #D1AE66;
    --gold-deep: #A77D35;
    --charcoal: #15171C;
    --panel: #101116;
    --panel-soft: #191B22;
    --line: rgba(255, 255, 255, 0.12);
    --muted: rgba(255, 255, 255, 0.68);
}

body {
    background:
        radial-gradient(circle at top left, rgba(209, 174, 102, 0.08), transparent 30rem),
        var(--obsidian);
    color: #FFFFFF;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
}

/* Critical fallback for production when Tailwind CDN is blocked or delayed. */
*, ::before, ::after { box-sizing: border-box; }
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { background: transparent; border: 0; color: inherit; cursor: pointer; font: inherit; padding: 0; }
p, h1, h2, h3, h4, ul { margin: 0; }
ul { list-style: none; padding: 0; }

.fixed { position: fixed; }
.absolute { position: absolute; }
.relative { position: relative; }
.inset-0 { inset: 0; }
.left-0 { left: 0; }
.top-0 { top: 0; }
.-z-10 { z-index: -10; }
.-z-20 { z-index: -20; }
.z-50 { z-index: 50; }
.isolate { isolation: isolate; }
.hidden { display: none; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-start { align-items: flex-start; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.overflow-hidden { overflow: hidden; }
.scroll-smooth { scroll-behavior: smooth; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mt-14 { margin-top: 3.5rem; }
.mt-16 { margin-top: 4rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-7 { padding: 1.75rem; }
.p-8 { padding: 2rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.py-20 { padding-top: 5rem; padding-bottom: 5rem; }
.pb-6 { padding-bottom: 1.5rem; }
.pb-7 { padding-bottom: 1.75rem; }
.pt-3 { padding-top: 0.75rem; }
.pt-20 { padding-top: 5rem; }
.gap-1 { gap: 0.25rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-7 { gap: 1.75rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-14 { gap: 3.5rem; }
.gap-x-10 { column-gap: 2.5rem; }
.gap-y-0 { row-gap: 0; }
.gap-y-5 { row-gap: 1.25rem; }
.h-5 { height: 1.25rem; }
.h-11 { height: 2.75rem; }
.h-12 { height: 3rem; }
.h-80 { height: 20rem; }
.h-96 { height: 24rem; }
.w-5 { width: 1.25rem; }
.w-11 { width: 2.75rem; }
.w-auto { width: auto; }
.w-fit { width: fit-content; }
.w-full { width: 100%; }
.min-h-screen { min-height: 100vh; }
.max-w-sm { max-width: 24rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.min-h-\[calc\(100vh-5rem\)\] { min-height: calc(100vh - 5rem); }
.min-h-\[560px\] { min-height: 560px; }
.min-h-\[620px\] { min-height: 620px; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-full { border-radius: 999px; }
.border { border-width: 1px; border-style: solid; }
.border-b { border-bottom-width: 1px; border-bottom-style: solid; }
.border-t { border-top-width: 1px; border-top-style: solid; }
.border-white\/10 { border-color: rgba(255, 255, 255, 0.1); }
.border-white\/15 { border-color: rgba(255, 255, 255, 0.15); }
.border-white\/20 { border-color: rgba(255, 255, 255, 0.2); }
.border-gold\/20 { border-color: rgba(209, 174, 102, 0.2); }
.bg-cover { background-size: cover; }
.bg-center { background-position: center; }
.object-cover { object-fit: cover; }
.opacity-45 { opacity: 0.45; }
.backdrop-blur-xl { backdrop-filter: blur(24px); }
.text-center { text-align: center; }
.text-xs { font-size: 0.75rem; }
.text-sm { font-size: 0.875rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.leading-6 { line-height: 1.5rem; }
.leading-7 { line-height: 1.75rem; }
.leading-8 { line-height: 2rem; }
.leading-tight { line-height: 1.08; }
.uppercase { text-transform: uppercase; }
.tracking-\[0\.16em\] { letter-spacing: 0.16em; }
.tracking-\[0\.18em\] { letter-spacing: 0.18em; }
.tracking-\[0\.22em\] { letter-spacing: 0.22em; }
.tracking-\[0\.24em\] { letter-spacing: 0.24em; }
.tracking-\[0\.28em\] { letter-spacing: 0.28em; }
.text-white { color: #FFFFFF; }
.text-white\/45 { color: rgba(255, 255, 255, 0.45); }
.text-white\/62 { color: rgba(255, 255, 255, 0.62); }
.text-white\/65 { color: rgba(255, 255, 255, 0.65); }
.text-white\/70 { color: rgba(255, 255, 255, 0.7); }
.text-white\/75 { color: rgba(255, 255, 255, 0.75); }
.text-\[\#050814\] { color: #050814; }
.text-\[\#08090D\] { color: #08090D; }
.text-\[\#0B0C10\] { color: #0B0C10; }
.text-\[\#0B3D91\] { color: #0B3D91; }
.text-\[\#30384A\] { color: #30384A; }
.text-\[\#3F4858\] { color: #3F4858; }
.text-\[\#5D6678\] { color: #5D6678; }
.text-\[\#A77D35\] { color: #A77D35; }
.bg-\[\#07080B\] { background-color: #07080B; }
.bg-\[\#0E1016\]\/90 { background-color: rgba(14, 16, 22, 0.9); }
.bg-\[\#0B3D91\] { background-color: #0B3D91; }
.border-\[\#0B3D91\] { border-color: #0B3D91; }
.border-\[\#D9C07C\] { border-color: #D9C07C; }
.border-\[\#E2C27A\] { border-color: #E2C27A; }
.shadow-\[0_24px_70px_rgba\(0\,0\,0\,0\.28\)\] { box-shadow: 0 24px 70px rgba(0,0,0,0.28); }
.transition { transition: all 0.25s ease; }
.hover\:-translate-y-0\.5:hover { transform: translateY(-0.125rem); }
.hover\:bg-transparent:hover { background-color: transparent; }
.hover\:bg-\[\#D9C07C\]:hover { background-color: #D9C07C; }
.hover\:text-\[\#0B0C10\]:hover { color: #0B0C10; }
.hover\:text-\[\#0B3D91\]:hover { color: #0B3D91; }
.hover\:bg-white\/5:hover { background-color: rgba(255, 255, 255, 0.05); }

@media (min-width: 640px) {
    .sm\:block { display: block; }
    .sm\:flex-row { flex-direction: row; }
    .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .sm\:col-span-2 { grid-column: span 2 / span 2; }
    .sm\:h-full { height: 100%; }
    .sm\:p-7 { padding: 1.75rem; }
    .sm\:p-8 { padding: 2rem; }
    .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; }
    .sm\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
    .sm\:text-4xl { font-size: 2.25rem; }
    .sm\:text-5xl { font-size: 3rem; }
    .sm\:text-6xl { font-size: 3.75rem; }
    .sm\:translate-y-10 { transform: translateY(2.5rem); }
}

@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (min-width: 1024px) {
    .lg\:block { display: block; }
    .lg\:flex { display: flex; }
    .lg\:grid { display: grid; }
    .lg\:hidden { display: none; }
    .lg\:inline-flex { display: inline-flex; }
    .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    [class~="lg:grid-cols-[0.95fr_1.05fr]"] { grid-template-columns: 0.95fr 1.05fr; }
    [class~="lg:grid-cols-[1.02fr_0.98fr]"] { grid-template-columns: 1.02fr 0.98fr; }
    [class~="lg:grid-cols-[1.2fr_0.8fr_0.8fr_1.2fr]"] { grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr; }
    .lg\:items-end { align-items: flex-end; }
    .lg\:justify-between { justify-content: space-between; }
    .lg\:min-h-\[560px\] { min-height: 560px; }
    .lg\:px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
    .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
    .lg\:text-7xl { font-size: 4.5rem; }
}

@media (min-width: 1280px) {
    .xl\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.font-display {
    font-family: Georgia, Cambria, "Times New Roman", serif;
}

.bg-obsidian {
    background-color: var(--obsidian);
}

.bg-obsidian\/85 {
    background-color: rgba(8, 9, 13, 0.92);
}

.bg-charcoal {
    background-color: var(--charcoal);
}

.bg-gold {
    background-color: var(--gold);
}

.bg-gold\/10 {
    background-color: rgba(209, 174, 102, 0.12);
}

.text-gold {
    color: var(--gold);
}

.border-gold {
    border-color: var(--gold);
}

.border-gold\/25 {
    border-color: rgba(209, 174, 102, 0.28);
}

.border-gold\/30 {
    border-color: rgba(209, 174, 102, 0.34);
}

.border-gold\/50 {
    border-color: rgba(209, 174, 102, 0.55);
}

.hover\:text-gold:hover {
    color: var(--gold);
}

.hover\:border-gold:hover {
    border-color: var(--gold);
}

.shadow-gold {
    box-shadow: 0 18px 55px rgba(209, 174, 102, 0.24);
}

.hero-overlay {
    background:
        radial-gradient(circle at 30% 18%, rgba(209, 174, 102, 0.18), transparent 34%),
        linear-gradient(90deg, rgba(8, 9, 13, 0.86), rgba(8, 9, 13, 0.42) 52%, rgba(8, 9, 13, 0.68)),
        linear-gradient(180deg, rgba(8, 9, 13, 0.08), #08090D 92%);
}

.home-hero-copy {
    padding-bottom: 1.25rem;
}

.section-glow {
    background:
        radial-gradient(circle at 84% 12%, rgba(209, 174, 102, 0.16), transparent 28rem),
        linear-gradient(180deg, #191B22, #08090D);
}

.nav-link {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.875rem;
    font-weight: 500;
    transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--gold);
}

.brand-logo-horizontal {
    background: #FFFFFF;
    border-radius: 0.35rem;
    height: 3.35rem;
    object-fit: contain;
    padding: 0.25rem 0.45rem;
    width: auto;
}

.btn-gold {
    align-items: center;
    background: var(--gold);
    border: 1px solid var(--gold);
    border-radius: 999px;
    color: var(--obsidian);
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: 0.14em;
    padding: 1rem 2rem;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: #E2C27A;
    border-color: #E2C27A;
    color: #08090D;
    transform: translateY(-3px);
}

.btn-outline {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 600;
    justify-content: center;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    border-color: var(--gold);
    background: rgba(209, 174, 102, 0.08);
    color: var(--gold);
}

.hero-action-row {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.btn-whatsapp {
    align-items: center;
    background: #25D366;
    border: 1px solid #25D366;
    border-radius: 999px;
    color: #07150C;
    display: inline-flex;
    gap: 0.65rem;
    font-size: 0.875rem;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    padding: 1rem 1.45rem;
    transition: all 0.3s ease;
}

.btn-whatsapp svg {
    flex: 0 0 1.25rem;
    height: 1.25rem;
    width: 1.25rem;
}

.btn-whatsapp:hover {
    background: #2BE071;
    border-color: #2BE071;
    transform: translateY(-3px);
}

.hero-trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    max-width: 38rem;
}

.hero-trust-strip span {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.78);
    display: inline-flex;
    font-size: 0.82rem;
    gap: 0.45rem;
    line-height: 1.35;
    padding: 0.65rem 0.9rem;
}

.hero-trust-strip span::before {
    background: var(--gold);
    border-radius: 999px;
    content: "";
    flex: 0 0 0.45rem;
    height: 0.45rem;
    width: 0.45rem;
}

@media (max-width: 639px) {
    .home-hero {
        min-height: auto;
    }

    .home-hero > .grid {
        align-items: start;
        min-height: auto;
        padding-bottom: 6.25rem;
        padding-top: 2.85rem;
    }

    .home-hero-copy .page-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.24em;
        margin-bottom: 1rem;
    }

    .home-hero-copy h1 {
        font-size: 2.55rem;
        line-height: 1.03;
        max-width: 18rem;
    }

    .home-hero-copy > p {
        font-size: 0.95rem;
        line-height: 1.78;
        margin-top: 1.3rem;
        max-width: 18rem;
    }

    .hero-action-row {
        gap: 0.7rem;
        margin-top: 1.7rem;
    }

    .hero-action-row .btn-gold,
    .hero-action-row .btn-outline,
    .hero-action-row .btn-whatsapp {
        min-height: 3.15rem;
        padding: 0.9rem 1rem;
        width: 100%;
    }

    .hero-action-row .btn-gold {
        font-size: 0.78rem;
        letter-spacing: 0.12em;
    }

    .hero-action-row .btn-outline,
    .hero-action-row .btn-whatsapp {
        font-size: 0.84rem;
    }

    .btn-whatsapp svg {
        flex-basis: 1.05rem;
        height: 1.05rem;
        width: 1.05rem;
    }

    .hero-trust-strip {
        display: grid;
        gap: 0.55rem;
        grid-template-columns: 1fr;
        margin-top: 1.35rem;
        max-width: 18rem;
    }

    .hero-trust-strip span {
        border-radius: 0.8rem;
        font-size: 0.78rem;
        padding: 0.58rem 0.72rem;
        width: fit-content;
    }
}

@media (min-width: 640px) {
    .hero-action-row {
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 1024px) {
    .hero-action-row .btn-gold,
    .hero-action-row .btn-outline,
    .hero-action-row .btn-whatsapp {
        min-height: 3.4rem;
        padding-left: 1.45rem;
        padding-right: 1.45rem;
    }
}

.contact-section {
    background:
        radial-gradient(circle at 84% 6%, rgba(209, 174, 102, 0.14), transparent 26rem),
        linear-gradient(180deg, #08090D, #0E1016 48%, #08090D);
}

.contact-hero {
    align-items: end;
    display: grid;
    gap: 2rem;
}

.contact-hero-panel {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
        rgba(16, 17, 22, 0.7);
    border: 1px solid rgba(209, 174, 102, 0.18);
    border-radius: 0.85rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
    padding: 1.35rem;
}

.contact-hero-panel p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.85;
}

.contact-hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.35rem;
}

.contact-hero-link {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #FFFFFF;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 800;
    min-height: 3rem;
    padding: 0.85rem 1.15rem;
    transition: all 0.25s ease;
}

.contact-hero-link:hover {
    border-color: rgba(209, 174, 102, 0.65);
    color: var(--gold);
    transform: translateY(-2px);
}

.contact-branch-grid {
    display: grid;
    gap: 1.25rem;
    margin-top: 3rem;
}

.contact-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(248, 245, 239, 0.96));
    border: 1px solid rgba(209, 174, 102, 0.2);
    border-radius: 0.85rem;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
    color: #08090D;
}

.contact-branch-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.35rem;
}

.contact-branch-photo {
    aspect-ratio: 16 / 9;
    border-radius: 0.65rem;
    box-shadow: 0 16px 36px rgba(10, 20, 35, 0.14);
    height: clamp(13rem, 24vw, 17rem);
    margin-bottom: 1.5rem;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.contact-kicker {
    color: var(--gold-deep);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.contact-icon-btn {
    align-items: center;
    background: #F7F2E8;
    border: 1px solid rgba(10, 20, 35, 0.12);
    border-radius: 999px;
    color: #101116;
    display: inline-flex;
    height: 3.1rem;
    justify-content: center;
    transition: all 0.25s ease;
    width: 3.1rem;
}

.contact-icon-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: #08090D;
    transform: translateY(-2px);
}

.contact-icon-btn svg {
    display: block;
    height: 1.25rem;
    width: 1.25rem;
}

.contact-action-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.contact-map-btn,
.contact-review-btn {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.55rem;
    min-height: 3.1rem;
    padding: 0.85rem 1.15rem;
    transition: all 0.25s ease;
}

.contact-map-btn {
    background: #0B3D91;
    border: 1px solid #0B3D91;
    color: #FFFFFF;
}

.contact-map-btn:hover {
    background: #082F72;
    transform: translateY(-2px);
}

.contact-review-btn {
    background: #F6F2EA;
    border: 1px solid rgba(167, 125, 53, 0.28);
    color: #08090D;
}

.contact-review-btn:hover {
    background: var(--gold);
    border-color: var(--gold);
    transform: translateY(-2px);
}

.contact-map-btn svg,
.contact-review-btn svg {
    height: 1.15rem;
    width: 1.15rem;
}

.contact-phone {
    color: #A77D35;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    margin-top: 1rem;
}

.contact-social-row {
    border-top: 1px solid rgba(10, 20, 35, 0.08);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1.4rem;
}

.shared-hours-panel {
    background:
        radial-gradient(circle at top left, rgba(209, 174, 102, 0.18), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(249, 247, 242, 0.98));
    border: 1px solid rgba(209, 174, 102, 0.22);
    border-radius: 0.85rem;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
    color: #08090D;
    margin-top: 1.25rem;
    padding: 1.25rem;
}

.shared-hours-title {
    align-items: center;
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    margin-bottom: 0.95rem;
    text-align: center;
}

.shared-hours-title svg {
    background: #08090D;
    border-radius: 999px;
    color: var(--gold);
    height: 2rem;
    padding: 0.35rem;
    width: 2rem;
}

.shared-hours-title h2 {
    color: #08090D;
    font-size: 1.5rem;
    font-weight: 900;
}

.shared-hours-grid {
    display: grid;
    gap: 0.85rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 38rem;
}

.shared-hours-grid article {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(10, 20, 35, 0.08);
    border-radius: 0.65rem;
    min-height: 5.1rem;
    padding: 1rem 1.15rem;
    text-align: center;
}

.shared-hours-grid h3 {
    color: #08090D;
    font-size: 1rem;
    font-weight: 900;
}

.shared-hours-grid p,
.shared-hours-grid span {
    color: #3F4858;
    display: block;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-top: 0.35rem;
}

.shared-hours-grid span {
    color: #A33B30;
    font-weight: 900;
}

@media (min-width: 768px) {
    .contact-branch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shared-hours-panel {
        margin-top: 2rem;
        padding: 1.35rem;
    }

    .shared-hours-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .contact-hero {
        grid-template-columns: minmax(0, 0.95fr) minmax(22rem, 0.55fr);
    }
}

@media (max-width: 639px) {
    .contact-section {
        padding-bottom: 5.5rem;
        padding-top: 3.5rem;
    }

    .contact-hero {
        gap: 1.35rem;
    }

    .contact-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3rem);
        line-height: 1.02;
        max-width: 20rem;
    }

    .contact-hero-panel {
        padding: 1rem;
    }

    .contact-hero-actions .btn-whatsapp,
    .contact-hero-link {
        justify-content: center;
        width: 100%;
    }

    .contact-branch-grid {
        gap: 1rem;
        margin-top: 2rem;
    }

    .contact-branch-card {
        padding: 1rem;
    }

    .contact-branch-photo {
        height: auto;
        margin-bottom: 1.2rem;
    }

    .contact-action-row {
        align-items: stretch;
        flex-direction: column;
    }

    .contact-map-btn,
    .contact-review-btn {
        justify-content: center;
        width: 100%;
    }

    .contact-icon-btn {
        height: 2.85rem;
        width: 2.85rem;
    }

    .shared-hours-panel {
        padding: 1rem;
    }

    .shared-hours-title {
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .shared-hours-title h2 {
        font-size: 1.25rem;
    }

    .shared-hours-grid article {
        min-height: auto;
        padding: 1rem;
    }
}

.faq-hero {
    align-items: end;
    display: grid;
    gap: 1.5rem;
}

.faq-hero p:last-child {
    color: rgba(255, 255, 255, 0.68);
    font-size: 1rem;
    line-height: 1.85;
    max-width: 34rem;
}

.faq-layout {
    display: grid;
    gap: 1.5rem;
}

.faq-side-card {
    background:
        radial-gradient(circle at top right, rgba(209, 174, 102, 0.14), transparent 16rem),
        linear-gradient(180deg, rgba(25, 27, 34, 0.98), rgba(12, 13, 18, 0.98));
    border: 1px solid rgba(209, 174, 102, 0.24);
    border-radius: 0.75rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    height: fit-content;
    padding: 1.5rem;
}

.faq-side-card h2 {
    color: #FFFFFF;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.15;
}

.faq-side-card p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.95rem;
    line-height: 1.75;
    margin-top: 1rem;
}

.faq-list {
    display: grid;
    gap: 0.9rem;
}

.faq-list details {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(10, 20, 35, 0.1);
    border-radius: 0.75rem;
    color: #08090D;
    overflow: hidden;
}

.faq-list summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 1rem;
    font-weight: 900;
    gap: 1rem;
    justify-content: space-between;
    list-style: none;
    padding: 1.15rem 1.25rem;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    align-items: center;
    background: #F6F2EA;
    border: 1px solid rgba(167, 125, 53, 0.22);
    border-radius: 999px;
    color: var(--gold-deep);
    content: "+";
    display: inline-flex;
    flex: 0 0 1.65rem;
    font-size: 1.05rem;
    font-weight: 900;
    height: 1.65rem;
    justify-content: center;
    width: 1.65rem;
}

.faq-list details[open] summary::after {
    content: "-";
}

.faq-list details[open] summary {
    color: #A77D35;
}

.faq-list details p {
    border-top: 1px solid rgba(10, 20, 35, 0.08);
    color: #3F4858;
    font-size: 0.95rem;
    line-height: 1.75;
    padding: 1rem 1.25rem 1.25rem;
}

@media (min-width: 1024px) {
    .faq-hero {
        grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.72fr);
    }

    .faq-layout {
        grid-template-columns: minmax(18rem, 0.38fr) minmax(0, 1fr);
    }

    .faq-side-card {
        padding: 2rem;
        position: sticky;
        top: 6.5rem;
    }
}

.lux-card {
    background: linear-gradient(180deg, rgba(25, 27, 34, 0.98), rgba(16, 17, 22, 0.98));
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.gold-card {
    background: linear-gradient(180deg, rgba(25, 27, 34, 0.94), rgba(10, 11, 16, 0.94));
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.gold-card:hover {
    border-color: rgba(209, 174, 102, 0.6);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    transform: translateY(-4px);
}

.home-services-section {
    background:
        radial-gradient(circle at 12% 0%, rgba(209, 174, 102, 0.1), transparent 24rem),
        linear-gradient(180deg, #08090D, #101116);
}

.service-card-grid,
.catalog-card-grid {
    display: grid;
    gap: 1.15rem;
}

.service-media-card,
.catalog-card {
    background:
        linear-gradient(180deg, rgba(25, 27, 34, 0.98), rgba(11, 12, 17, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-media-card:hover,
.catalog-card:hover {
    border-color: rgba(209, 174, 102, 0.55);
    box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.service-media-card img,
.catalog-card img {
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.service-media-card > div,
.catalog-card > div {
    padding: 1.35rem;
}

.service-media-card p,
.catalog-card p {
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.service-media-card h3,
.catalog-card h2 {
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: 850;
    line-height: 1.18;
    margin-top: 0.85rem;
}

.service-media-card span,
.catalog-card span {
    color: rgba(255, 255, 255, 0.66);
    display: block;
    font-size: 0.92rem;
    line-height: 1.72;
    margin-top: 0.8rem;
}

@media (min-width: 768px) {
    .service-card-grid,
    .catalog-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .service-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.google-reviews-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(209, 174, 102, 0.12), transparent 28rem),
        linear-gradient(180deg, #101116, #08090D);
}

.blog-page,
.gallery-page {
    background:
        radial-gradient(circle at 82% 5%, rgba(209, 174, 102, 0.14), transparent 28rem),
        linear-gradient(180deg, #15171C, #08090D);
    padding-top: clamp(3.25rem, 5vw, 4.75rem);
}

.blog-hero,
.gallery-hero {
    align-items: center;
    display: grid;
    gap: 2.25rem;
}

.blog-feature-card {
    background:
        linear-gradient(180deg, rgba(25, 27, 34, 0.98), rgba(11, 12, 17, 0.98));
    border: 1px solid rgba(209, 174, 102, 0.22);
    border-radius: 0.85rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.blog-feature-card img {
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
    width: 100%;
}

.blog-feature-card > div {
    padding: 1.35rem;
}

.blog-feature-card p,
.blog-card p,
.gallery-feature-card p {
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.blog-feature-card h2 {
    color: #FFFFFF;
    font-size: clamp(1.2rem, 1.7vw, 1.45rem);
    font-weight: 850;
    line-height: 1.18;
    margin-top: 0.8rem;
}

.blog-feature-card span,
.blog-card span {
    color: rgba(255, 255, 255, 0.64);
    display: block;
    font-size: 0.92rem;
    line-height: 1.72;
    margin-top: 0.85rem;
}

.blog-card-grid {
    display: grid;
    gap: 1rem;
}

.blog-card {
    background:
        linear-gradient(180deg, rgba(25, 27, 34, 0.96), rgba(11, 12, 17, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 0.75rem;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover {
    border-color: rgba(209, 174, 102, 0.5);
    transform: translateY(-3px);
}

.blog-card img {
    aspect-ratio: 16 / 9.2;
    object-fit: cover;
    width: 100%;
}

.blog-card > div {
    padding: 1.15rem;
}

.blog-card h2 {
    color: #FFFFFF;
    font-size: 1.05rem;
    font-weight: 850;
    line-height: 1.24;
    margin-top: 0.75rem;
}

.blog-card span {
    font-size: 0.86rem;
    line-height: 1.62;
}

.gallery-feature-grid {
    display: grid;
    gap: 1rem;
}

.gallery-feature-card {
    background: #101116;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.85rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
    min-height: 16rem;
    overflow: hidden;
    position: relative;
}

.gallery-feature-card img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.gallery-feature-card::after {
    background: linear-gradient(180deg, transparent, rgba(8, 9, 13, 0.88));
    content: "";
    inset: 0;
    position: absolute;
}

.gallery-feature-card > div {
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    z-index: 1;
}

.gallery-feature-card h2 {
    color: #FFFFFF;
    font-size: 1.45rem;
    font-weight: 850;
    line-height: 1.12;
    margin-top: 0.45rem;
}

.gallery-section-head {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
    padding-top: 2.5rem;
}

.gallery-mosaic {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.75rem;
}

.branch-gallery-section {
    margin-top: 3rem;
}

.branch-gallery-grid {
    display: grid;
    gap: 0.95rem;
    margin-top: 1.75rem;
}

.gallery-item {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    margin: 0;
    overflow: hidden;
}

.gallery-item img {
    aspect-ratio: 16 / 10.5;
    object-fit: cover;
    width: 100%;
}

.gallery-item figcaption {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    font-weight: 800;
    padding: 0.95rem 1rem 1rem;
}

@media (min-width: 768px) {
    .blog-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gallery-feature-card.is-large {
        grid-row: span 2;
        min-height: 33rem;
    }

    .gallery-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .branch-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .blog-hero,
    .gallery-hero {
        grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.48fr);
    }

    .blog-hero {
        min-height: 26rem;
    }

    .blog-feature-card {
        max-width: 28rem;
        justify-self: end;
    }

    .blog-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallery-feature-grid {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    }

    .gallery-mosaic {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .branch-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .blog-page,
    .gallery-page {
        padding-bottom: 4rem;
        padding-top: 2.75rem;
    }

    .blog-hero,
    .gallery-hero {
        gap: 1.5rem;
    }

    .blog-feature-card > div,
    .blog-card > div {
        padding: 1.1rem;
    }

    .blog-feature-card {
        display: none;
    }

    .blog-card-grid {
        margin-top: 2rem;
    }

    .gallery-feature-card {
        min-height: 15rem;
    }

    .gallery-section-head {
        margin-top: 2.5rem;
        padding-top: 2rem;
    }
}

.testimonial-review-section {
    min-height: calc(100vh - 5rem);
}

.testimonial-review-head {
    max-width: 56rem;
}

.elfsight-review-panel {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
    border: 1px solid rgba(209, 174, 102, 0.18);
    border-radius: 0.75rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    min-height: 18rem;
    overflow: hidden;
    padding: 1rem;
}

.elfsight-review-panel iframe {
    border-radius: 0.55rem;
    max-width: 100%;
}

.elfsight-review-panel:empty,
.elfsight-review-panel > div:empty {
    min-height: 18rem;
}

@media (max-width: 640px) {
    .google-reviews-section {
        padding-bottom: 5.5rem;
        padding-top: 4rem;
    }

    .testimonial-review-section {
        padding-bottom: 5.5rem;
        padding-top: 3.75rem;
    }

    .testimonial-review-head h1 {
        font-size: clamp(2.25rem, 12vw, 3.1rem);
        line-height: 1.02;
    }

    .testimonial-review-head p:last-child {
        font-size: 0.98rem;
        line-height: 1.85;
    }

    .elfsight-review-panel {
        background: transparent;
        border-color: rgba(209, 174, 102, 0.16);
        border-radius: 0.5rem;
        box-shadow: none;
        margin-left: -0.35rem;
        margin-right: -0.35rem;
        min-height: 22rem;
        overflow: visible;
        padding: 0;
    }

    .elfsight-review-panel > div {
        max-width: 100%;
        overflow: hidden;
    }

    .home-review-panel {
        margin-top: 2rem;
    }
}

.about-list-card {
    background: linear-gradient(180deg, rgba(25, 27, 34, 0.96), rgba(12, 13, 18, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.about-list-card.is-highlight {
    border-color: rgba(209, 174, 102, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-list-card h4 {
    color: #FFFFFF;
    font-size: 1.08rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.about-list-card ul {
    display: grid;
    gap: 0.85rem;
}

.about-list-card li {
    align-items: flex-start;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 0.95rem;
    gap: 0.7rem;
    line-height: 1.6;
}

.about-list-card li::before {
    align-items: center;
    background: rgba(209, 174, 102, 0.14);
    border: 1px solid rgba(209, 174, 102, 0.28);
    border-radius: 999px;
    color: var(--gold);
    content: "✓";
    display: inline-flex;
    flex: 0 0 1.35rem;
    font-size: 0.78rem;
    font-weight: 900;
    height: 1.35rem;
    justify-content: center;
    margin-top: 0.1rem;
    width: 1.35rem;
}

.about-hero-copy {
    max-width: 44rem;
}

@media (max-width: 639px) {
    .about-hero {
        padding-bottom: 3.5rem;
        padding-top: 2.1rem;
    }

    .about-hero > .grid {
        gap: 2.4rem;
    }

    .about-hero-gallery {
        display: grid;
        gap: 0.85rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        order: 2;
    }

    .about-hero-gallery .image-frame {
        border-radius: 0.7rem;
    }

    .about-hero-gallery .image-frame:first-child {
        transform: translateY(1.15rem);
    }

    .about-hero-gallery img {
        height: 13.8rem;
        object-fit: cover;
        width: 100%;
    }

    .about-hero-copy {
        order: 1;
    }

    .about-hero-copy .page-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.24em;
        margin-bottom: 1rem;
    }

    .about-hero-copy h1 {
        font-size: 2.35rem;
        line-height: 1.04;
        max-width: 19rem;
    }

    .about-hero-copy > p {
        font-size: 0.94rem;
        line-height: 1.75;
        margin-top: 1.2rem;
    }

    .about-hero-copy .lux-card {
        padding: 1rem;
    }

    .about-hero-copy .lux-card p:first-child {
        font-size: 1.75rem;
    }

    .about-hero-copy .lux-card p:last-child {
        font-size: 0.72rem;
        letter-spacing: 0.12em;
    }
}

.about-narrative-section {
    overflow: hidden;
}

.about-section-head {
    align-items: start;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
}

.about-section-head h2 {
    max-width: 44rem;
}

.about-section-head > p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.98rem;
    line-height: 1.85;
    max-width: 32rem;
}

.about-story-flow {
    display: grid;
    gap: 1.25rem;
    margin: 3.5rem auto 0;
    max-width: 72rem;
}

.about-story-item {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(14, 16, 22, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 0.85rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    display: grid;
    gap: 1rem;
    overflow: hidden;
    padding: clamp(0.75rem, 1.6vw, 1.15rem);
}

.about-story-image {
    background: #101116;
    border: 1px solid rgba(209, 174, 102, 0.2);
    border-radius: 0.65rem;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
    overflow: hidden;
}

.about-story-image img {
    aspect-ratio: 16 / 11;
    height: auto;
    max-height: 28rem;
    object-fit: cover;
    width: 100%;
}

.about-story-image.is-ceo img {
    object-position: center 28%;
}

.about-story-image.is-storefront img {
    object-position: center;
}

.about-story-image.is-detail img {
    object-position: center;
}

.about-story-copy {
    max-width: 34rem;
    padding: 0.55rem 0.45rem;
}

.about-story-kicker {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}

.about-story-copy h3 {
    color: #FFFFFF;
    font-size: clamp(1.55rem, 2.6vw, 2.35rem);
    font-weight: 800;
    line-height: 1.12;
}

.about-story-copy p:not(.about-story-kicker) {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.98rem;
    line-height: 1.85;
    margin-top: 1rem;
}

.about-story-copy a {
    align-items: center;
    border: 1px solid rgba(209, 174, 102, 0.58);
    border-radius: 999px;
    color: var(--gold);
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 800;
    margin-top: 1.25rem;
    min-height: 2.55rem;
    padding: 0.7rem 1rem;
    transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.about-story-copy a:hover {
    background: rgba(209, 174, 102, 0.12);
    border-color: rgba(209, 174, 102, 0.9);
    color: #F6E6BE;
    transform: translateY(-1px);
}

.about-jump-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.about-jump-nav span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-right: 0.25rem;
    text-transform: uppercase;
}

.about-jump-nav a {
    border: 1px solid rgba(209, 174, 102, 0.38);
    border-radius: 999px;
    color: #F6E6BE;
    font-size: 0.88rem;
    font-weight: 800;
    padding: 0.65rem 0.95rem;
    transition: all 0.25s ease;
}

.about-jump-nav a:hover {
    background: rgba(209, 174, 102, 0.12);
    border-color: rgba(209, 174, 102, 0.72);
    transform: translateY(-1px);
}

.mission-section {
    background:
        radial-gradient(circle at 12% 10%, rgba(209, 174, 102, 0.08), transparent 24rem),
        #0B0C10;
    scroll-margin-top: 6rem;
}

.mission-grid {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.mission-grid article {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        #12141A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.85rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
}

.mission-grid p {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.mission-grid h3 {
    color: #FFFFFF;
    font-size: clamp(1.25rem, 2.4vw, 1.75rem);
    font-weight: 850;
    line-height: 1.18;
    margin-top: 0.75rem;
}

.mission-grid span {
    color: rgba(255, 255, 255, 0.65);
    display: block;
    line-height: 1.75;
    margin-top: 1rem;
}

.about-buyback-panel {
    background:
        radial-gradient(circle at 90% 0%, rgba(209, 174, 102, 0.1), transparent 22rem),
        rgba(14, 16, 22, 0.92);
    border: 1px solid rgba(209, 174, 102, 0.22);
    border-radius: 0.75rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
    padding: clamp(1.15rem, 2vw, 1.75rem);
}

.about-buyback-head {
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 1.6rem;
}

.org-chart-section {
    margin: 4rem auto 0;
    max-width: 72rem;
    scroll-margin-top: 6rem;
}

.org-chart-layout {
    display: grid;
    gap: 1.15rem;
    margin-top: 1.5rem;
}

.org-team-wide,
.org-chart-image,
.org-team-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(14, 16, 22, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.85rem;
    box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.org-team-wide {
    align-items: stretch;
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 1fr);
    position: relative;
}

.org-team-wide figure {
    background: #08090D;
    margin: 0;
    min-height: 0;
}

.org-team-wide img {
    aspect-ratio: 4 / 5;
    display: block;
    height: auto;
    object-fit: cover;
    object-position: center 72%;
    width: 100%;
}

.org-team-wide::after {
    display: none;
}

.org-team-wide > div,
.org-team-card > div {
    padding: 1.1rem;
}

.org-team-wide > div {
    align-self: center;
    padding: clamp(1.25rem, 3vw, 2.15rem);
}

.org-team-wide p,
.org-team-card p {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.org-team-wide h3,
.org-team-card h3 {
    color: #FFFFFF;
    font-size: 1.08rem;
    font-weight: 850;
    line-height: 1.2;
    margin-top: 0.55rem;
}

.org-team-wide span {
    color: rgba(255, 255, 255, 0.64);
    display: block;
    font-size: 0.88rem;
    line-height: 1.6;
    margin-top: 0.75rem;
}

.org-team-points {
    display: grid;
    gap: 0.7rem;
    margin-top: 1.15rem;
}

.org-team-points div {
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.65rem;
    padding: 0.8rem;
}

.org-team-points strong {
    color: #FFFFFF;
    display: block;
    font-size: 0.9rem;
    font-weight: 850;
}

.org-team-points small {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 0.78rem;
    line-height: 1.55;
    margin-top: 0.2rem;
}

.org-chart-image {
    align-items: center;
    background:
        radial-gradient(circle at 8% 12%, rgba(209, 174, 102, 0.14), transparent 12rem),
        #08090D;
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.org-chart-image img {
    border-radius: 0.65rem;
    max-height: 30rem;
    object-fit: contain;
    width: 100%;
}

.org-chart-image-official {
    border-color: rgba(209, 174, 102, 0.22);
    padding: clamp(0.7rem, 2vw, 1.1rem);
}

.org-chart-graphic {
    background:
        radial-gradient(circle at 6% 8%, rgba(209, 174, 102, 0.2), transparent 10rem),
        radial-gradient(circle at 94% 88%, rgba(209, 174, 102, 0.18), transparent 11rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008)),
        #08090D;
    border: 1px solid rgba(209, 174, 102, 0.2);
    border-radius: 0.85rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
    margin-left: auto;
    margin-right: auto;
    max-width: 54rem;
    overflow: hidden;
    padding: clamp(1rem, 2vw, 1.75rem);
    position: relative;
}

.org-chart-graphic::before,
.org-chart-graphic::after {
    border: 1px solid rgba(209, 174, 102, 0.2);
    content: "";
    height: 10rem;
    opacity: 0.55;
    position: absolute;
    width: 10rem;
}

.org-chart-graphic::before {
    border-bottom: 0;
    border-right: 0;
    left: 1rem;
    top: 1rem;
}

.org-chart-graphic::after {
    border-left: 0;
    border-top: 0;
    bottom: 1rem;
    right: 1rem;
}

.org-chart-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
        rgba(8, 9, 13, 0.86);
    border: 2px solid rgba(209, 174, 102, 0.82);
    border-radius: 0.8rem;
    box-shadow:
        0 0 24px rgba(209, 174, 102, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    min-height: 8.2rem;
    padding: 1rem 1rem;
    position: relative;
    text-align: center;
    z-index: 2;
}

.org-chart-card::before {
    background: linear-gradient(90deg, transparent, rgba(255, 232, 175, 0.95), transparent);
    content: "";
    height: 2px;
    left: 12%;
    position: absolute;
    right: 12%;
    top: -2px;
}

.org-chart-card-main {
    max-width: 25rem;
}

.org-chart-icon {
    color: var(--gold);
    display: block;
    font-size: 0;
    height: 2rem;
    line-height: 1;
    margin: 0 auto 0.8rem;
    position: relative;
    width: 2rem;
}

.org-chart-icon::before,
.org-chart-icon::after {
    content: "";
    position: absolute;
}

.org-chart-icon-gem::before,
.org-chart-card-main .org-chart-icon::before {
    border: 2px solid currentColor;
    height: 1.45rem;
    left: 50%;
    top: 0.2rem;
    transform: translateX(-50%) rotate(45deg);
    width: 1.45rem;
}

.org-chart-card-main .org-chart-icon::after {
    background: currentColor;
    height: 2px;
    left: 0.35rem;
    top: 0.95rem;
    transform: rotate(45deg);
    width: 1.35rem;
}

.org-chart-branch .org-chart-card:first-child .org-chart-icon::before {
    border: 2px solid currentColor;
    border-radius: 999px;
    box-shadow: -0.72rem 0.42rem 0 -0.08rem currentColor, 0.72rem 0.42rem 0 -0.08rem currentColor;
    height: 0.9rem;
    left: 50%;
    top: 0.12rem;
    transform: translateX(-50%);
    width: 0.9rem;
}

.org-chart-branch .org-chart-card:first-child .org-chart-icon::after {
    border: 2px solid currentColor;
    border-radius: 1rem 1rem 0.3rem 0.3rem;
    height: 0.92rem;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    width: 1.8rem;
}

.org-chart-branch .org-chart-card:last-child .org-chart-icon::before {
    border: 2px solid currentColor;
    border-radius: 0.18rem;
    height: 1.2rem;
    left: 50%;
    top: 0.62rem;
    transform: translateX(-50%);
    width: 1.8rem;
}

.org-chart-branch .org-chart-card:last-child .org-chart-icon::after {
    border: 2px solid currentColor;
    border-bottom: 0;
    border-radius: 0.25rem 0.25rem 0 0;
    height: 0.55rem;
    left: 50%;
    top: 0.18rem;
    transform: translateX(-50%);
    width: 0.95rem;
}

.org-chart-card h3 {
    color: var(--gold);
    font-size: clamp(1.05rem, 2.3vw, 1.65rem);
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.14;
    text-transform: uppercase;
}

.org-chart-card p {
    color: #FFFFFF;
    font-size: clamp(0.82rem, 1.45vw, 1.05rem);
    letter-spacing: 0.06em;
    line-height: 1.28;
    margin-top: 1rem;
    text-transform: uppercase;
}

.org-chart-card p::before {
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto 0.75rem;
    max-width: 10rem;
    width: 70%;
}

.org-chart-lines {
    height: 3.3rem;
    margin: 0 auto;
    max-width: 38rem;
    position: relative;
    z-index: 1;
}

.org-line-vertical {
    background: var(--gold);
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 2px;
}

.org-line-horizontal {
    border-left: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    border-top: 2px solid var(--gold);
    bottom: 0;
    height: 1.45rem;
    left: 13%;
    position: absolute;
    right: 13%;
}

.org-chart-branch {
    display: grid;
    gap: clamp(1rem, 2.5vw, 2.5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    max-width: 44rem;
    position: relative;
    z-index: 2;
}

.org-team-grid {
    display: grid;
    gap: 1.1rem;
}

.branch-manager-section {
    scroll-margin-top: 6rem;
}

.branch-manager-head {
    align-items: end;
    display: grid;
    gap: 0.65rem;
    margin: 0.35rem 0 1rem;
}

.branch-manager-head h3 {
    color: #FFFFFF;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.12;
}

.org-team-card img {
    aspect-ratio: 4 / 4.4;
    display: block;
    object-fit: cover;
    object-position: center 22%;
    width: 100%;
}

.org-team-card {
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.org-team-card:hover {
    border-color: rgba(209, 174, 102, 0.4);
    transform: translateY(-2px);
}

.org-team-card.is-director img {
    object-position: center 18%;
}

/* Turunkan posisi kad pengurus cawangan supaya tidak sama level dengan Pengarah Urusan (CR #10). */
@media (min-width: 768px) {
    .org-team-grid .org-team-card:first-child,
    .org-team-grid .org-team-card:nth-child(3) {
        margin-top: 2.75rem;
    }
}

.about-buyback-actions {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.mutu-anchor-btn,
.mutu-note a {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(209, 174, 102, 0.7);
    border-radius: 999px;
    color: var(--gold);
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 800;
    justify-content: center;
    min-height: 3rem;
    padding: 0.8rem 1.1rem;
    transition: all 0.25s ease;
}

.mutu-anchor-btn:hover,
.mutu-note a:hover {
    background: rgba(209, 174, 102, 0.12);
    transform: translateY(-1px);
}

.mutu-section {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1.8rem;
    padding-top: 1.8rem;
    scroll-margin-top: 6rem;
}

.mutu-section-head {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.2rem;
}

.mutu-section-head h4 {
    color: #FFFFFF;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2.1rem);
    font-weight: 700;
    line-height: 1.1;
    margin-top: 0.35rem;
}

.mutu-section-head > p {
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.75;
    max-width: 32rem;
}

.mutu-card-grid {
    display: grid;
    gap: 1rem;
}

.mutu-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
        #12141A;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: border-color 0.25s ease, transform 0.25s ease;
}

.mutu-card:hover {
    border-color: rgba(209, 174, 102, 0.34);
    transform: translateY(-2px);
}

.mutu-card img {
    aspect-ratio: 16 / 10;
    display: block;
    object-fit: cover;
    width: 100%;
}

.mutu-card > div {
    padding: 1rem;
}

.mutu-card p {
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.mutu-card h5 {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 850;
    line-height: 1.2;
    margin-top: 0.45rem;
}

.mutu-card small,
.mutu-note p {
    color: rgba(255, 255, 255, 0.62);
    display: block;
    font-size: 0.86rem;
    line-height: 1.65;
    margin-top: 0.8rem;
}

.mutu-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.85rem;
}

.mutu-badges span {
    background: rgba(209, 174, 102, 0.12);
    border: 1px solid rgba(209, 174, 102, 0.3);
    border-radius: 999px;
    color: #F6E6BE;
    font-size: 0.78rem;
    font-weight: 850;
    padding: 0.35rem 0.6rem;
    white-space: nowrap;
}

.mutu-note {
    align-items: center;
    background: rgba(209, 174, 102, 0.08);
    border: 1px solid rgba(209, 174, 102, 0.22);
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
}

.mutu-note p {
    margin-top: 0;
}

@media (min-width: 768px) {
    .about-story-flow {
        gap: 2rem;
    }

    .org-team-wide {
        grid-template-columns: minmax(0, 0.98fr) minmax(19rem, 0.62fr);
    }

    .org-team-wide img {
        aspect-ratio: 16 / 11.2;
        height: auto;
    }

    .org-team-wide > div {
        padding: clamp(1.5rem, 3vw, 2.25rem);
    }

    .org-team-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mission-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-story-item {
        gap: 2rem;
        grid-template-columns: minmax(0, 0.98fr) minmax(0, 0.82fr);
        padding: 1rem;
    }

    .about-story-item.is-reversed {
        grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.98fr);
    }

    .about-story-item.is-reversed .about-story-image {
        order: 2;
    }

    .about-story-item.is-reversed .about-story-copy {
        order: 1;
    }

    .about-story-item:nth-child(even) .about-story-copy {
        margin-left: auto;
    }

    .about-story-copy {
        padding: 1rem 0.75rem;
    }
}

@media (min-width: 1024px) {
    .about-section-head {
        grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.75fr);
    }

    .about-story-flow {
        gap: 2.5rem;
    }

    .about-story-item {
        gap: 3rem;
        padding: 1.15rem;
    }

    .about-buyback-panel {
        padding: 2rem;
    }

    .about-buyback-head {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }

    .mutu-section-head {
        align-items: end;
        grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr);
    }

    .mutu-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mutu-note {
        flex-direction: row;
        justify-content: space-between;
    }

    .mutu-note p {
        max-width: 42rem;
    }
}

@media (min-width: 1280px) {
    .mutu-card-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mutu-card img {
        aspect-ratio: 16 / 11;
    }
}

@media (max-width: 767px) {
    .about-jump-nav {
        align-items: stretch;
        flex-direction: column;
    }

    .about-jump-nav span {
        margin-bottom: 0.2rem;
    }

    .about-jump-nav a {
        text-align: center;
    }

    .about-narrative-section {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
    }

    .about-section-head {
        gap: 1rem;
    }

    .about-section-head .page-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.24em;
        margin-bottom: 0.8rem;
    }

    .about-section-head h2 {
        font-size: clamp(2rem, 9.8vw, 2.65rem);
        line-height: 1.04;
        max-width: 21rem;
    }

    .about-section-head > p {
        font-size: 0.94rem;
        line-height: 1.75;
        max-width: 22rem;
    }

    .about-story-flow {
        gap: 1.1rem;
        margin-top: 2rem;
    }

    .about-story-item {
        border-radius: 0.75rem;
        padding: 0.65rem;
    }

    .about-story-image {
        border-radius: 0.55rem;
    }

    .about-story-image img {
        aspect-ratio: 16 / 10.5;
        max-height: 17.5rem;
    }

    .about-story-copy {
        max-width: none;
        padding: 0.9rem 0.35rem 0.45rem;
    }

    .about-story-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.16em;
        margin-bottom: 0.6rem;
    }

    .about-story-copy h3 {
        font-size: 1.42rem;
        line-height: 1.12;
    }

    .about-story-copy p:not(.about-story-kicker) {
        font-size: 0.91rem;
        line-height: 1.68;
        margin-top: 0.8rem;
    }

    .about-story-copy a {
        justify-content: center;
        margin-top: 0.95rem;
        width: fit-content;
    }

    .org-chart-section {
        margin-top: 2.5rem;
    }

    .org-team-wide {
        grid-template-columns: 1fr;
    }

    .org-team-wide img {
        aspect-ratio: 4 / 5;
        height: auto;
        object-position: center bottom;
    }

    .org-team-wide > div {
        max-width: 100%;
        padding: 1rem;
    }

    .org-chart-image {
        padding: 0.65rem;
    }

    .org-chart-graphic {
        padding: 1rem;
    }

    .org-chart-graphic::before,
    .org-chart-graphic::after {
        height: 5rem;
        width: 5rem;
    }

    .org-chart-card {
        max-width: none;
        min-height: auto;
        padding: 1.2rem 0.9rem;
    }

    .org-chart-icon {
        font-size: 0;
        height: 1.55rem;
        margin-bottom: 0.75rem;
        width: 1.55rem;
    }

    .org-chart-card h3 {
        font-size: 0.94rem;
        letter-spacing: 0.05em;
    }

    .org-chart-card p {
        font-size: 0.88rem;
        letter-spacing: 0.04em;
        margin-top: 1rem;
    }

    .org-chart-lines {
        display: none;
    }

    .org-chart-branch {
        gap: 0.8rem;
        grid-template-columns: 1fr;
        margin-top: 0.85rem;
    }

    .org-team-card img {
        aspect-ratio: 4 / 4.35;
        object-position: center 48%;
    }

    .org-team-card.is-director {
        order: 1;
    }

    .org-team-card:first-child {
        order: 2;
    }

    .org-team-card.is-director img {
        aspect-ratio: 16 / 10.5;
        object-position: center 45%;
    }

    .org-team-card:nth-child(3) {
        order: 3;
    }

    .about-buyback-actions {
        width: 100%;
    }

    .about-buyback-actions > a,
    .mutu-anchor-btn {
        justify-content: center;
        width: 100%;
    }

    .mutu-note a {
        width: 100%;
    }
}

.page-kicker {
    color: var(--gold);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.image-frame {
    background: var(--panel-soft);
    border: 1px solid var(--line);
    border-radius: 0.5rem;
    overflow: hidden;
}

.buyback-section {
    background:
        radial-gradient(circle at 50% 0%, rgba(209, 174, 102, 0.14), transparent 24rem),
        linear-gradient(180deg, #F8F8F6, #FFFFFF);
    color: #050814;
}

.buyback-kicker {
    color: #0B3D91;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.buyback-panel {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(10, 20, 35, 0.08);
    border-radius: 0.5rem;
    box-shadow: 0 18px 50px rgba(10, 20, 35, 0.08);
    padding: 1.35rem 1.5rem;
}

.buyback-highlight-grid {
    display: grid;
    gap: 1rem;
}

.buyback-highlight-card {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(252, 248, 238, 0.98));
    border: 1px solid rgba(167, 125, 53, 0.22);
    border-radius: 0.75rem;
    box-shadow: 0 20px 55px rgba(10, 20, 35, 0.1);
    color: #050814;
    min-height: 11rem;
    padding: 1.45rem;
    position: relative;
    overflow: hidden;
}

.buyback-highlight-card::after {
    background: rgba(209, 174, 102, 0.22);
    border-radius: 999px;
    content: "";
    height: 9rem;
    position: absolute;
    right: -3.5rem;
    top: -4.5rem;
    width: 9rem;
}

.buyback-highlight-card p {
    color: var(--gold-deep);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.buyback-highlight-card h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-top: 0.9rem;
    position: relative;
    z-index: 1;
}

.buyback-highlight-card strong {
    color: #0B3D91;
    display: block;
    font-size: 1.35rem;
    font-weight: 900;
    margin-top: 0.4rem;
    position: relative;
    z-index: 1;
}

.buyback-highlight-card span {
    color: #5D6678;
    display: block;
    font-size: 0.85rem;
    line-height: 1.5;
    margin-top: 0.75rem;
    position: relative;
    z-index: 1;
}

.buyback-panel-header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(10, 20, 35, 0.08);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.4rem 0 1.1rem;
}

.buyback-panel-header h3 {
    color: #050814;
    font-size: 1.25rem;
    font-weight: 900;
    margin-top: 0.35rem;
}

.buyback-panel-header span {
    background: #F6F2EA;
    border: 1px solid rgba(167, 125, 53, 0.18);
    border-radius: 999px;
    color: #5D6678;
    font-size: 0.78rem;
    font-weight: 800;
    padding: 0.55rem 0.8rem;
}

.rate-state-note {
    align-items: center;
    background: #FFFFFF;
    border: 1px solid rgba(10, 20, 35, 0.1);
    border-radius: 999px;
    box-shadow: 0 10px 28px rgba(10, 20, 35, 0.08);
    color: #3F4858;
    display: inline-flex;
    gap: 0.55rem;
    justify-content: center;
    padding: 0.55rem 0.9rem;
    width: fit-content;
}

.rate-state-note > span {
    border-radius: 999px;
    height: 0.62rem;
    width: 0.62rem;
}

.rate-state-note strong {
    color: #050814;
    font-size: 0.78rem;
    font-weight: 900;
}

.rate-state-note.is-live {
    border-color: rgba(37, 211, 102, 0.28);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(240, 255, 247, 0.96));
}

.rate-state-note.is-live > span {
    background: #25D366;
    box-shadow: 0 0 0 0.35rem rgba(37, 211, 102, 0.12);
}

.rate-state-note.is-fallback {
    border-color: rgba(180, 64, 54, 0.28);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(255, 244, 242, 0.98));
}

.rate-state-note.is-fallback > span {
    background: #D94A3A;
    box-shadow: 0 0 0 0.35rem rgba(217, 74, 58, 0.14);
}

.rate-state-note.is-loading {
    border-color: rgba(11, 61, 145, 0.18);
}

.rate-state-note.is-loading > span {
    animation: ratePulse 1.1s ease-in-out infinite;
    background: #0B3D91;
    box-shadow: 0 0 0 0.35rem rgba(11, 61, 145, 0.1);
}

.rate-skeleton-card,
.rate-skeleton-row {
    pointer-events: none;
}

.skeleton-line {
    animation: skeletonShimmer 1.2s ease-in-out infinite;
    background: linear-gradient(90deg, #ECEFF3, #F8F8F6, #ECEFF3);
    background-size: 220% 100%;
    border-radius: 999px;
    display: block;
    height: 0.75rem;
    width: 100%;
}

.skeleton-line.is-short {
    height: 0.62rem;
    width: 42%;
}

.skeleton-line.is-title {
    height: 1.75rem;
    margin-top: 1.15rem;
    width: 55%;
}

.skeleton-line.is-price {
    height: 1.1rem;
    margin-top: 0.85rem;
    width: 70%;
}

.skeleton-line.is-name {
    height: 0.9rem;
    width: 48%;
}

.skeleton-line.is-desc {
    height: 0.7rem;
    margin-top: 0.55rem;
    width: 64%;
}

.skeleton-line.is-rate {
    height: 1rem;
    min-width: 6rem;
    width: 6rem;
}

@keyframes skeletonShimmer {
    0% { background-position: 120% 0; }
    100% { background-position: -120% 0; }
}

@keyframes ratePulse {
    0%, 100% { opacity: 0.45; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1); }
}

@keyframes rateChangeUp {
    0% { opacity: 0; transform: translateY(0.25rem); }
    35% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes rateChangeDown {
    0% { opacity: 0; transform: translateY(-0.25rem); }
    35% { opacity: 1; transform: translateY(0); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes rateRowUp {
    0% { background: rgba(23, 114, 69, 0.12); }
    100% { background: transparent; }
}

@keyframes rateRowDown {
    0% { background: rgba(197, 63, 54, 0.12); }
    100% { background: transparent; }
}

@media (prefers-reduced-motion: reduce) {
    .rate-change.is-up,
    .rate-change.is-down,
    .rate-row.is-rate-up,
    .rate-row.is-rate-down {
        animation: none;
    }
}

@media (min-width: 768px) {
    .buyback-highlight-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .buyback-panel-header {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

.buyback-chart-card {
    background:
        radial-gradient(circle at 20% 0%, rgba(209, 174, 102, 0.14), transparent 18rem),
        linear-gradient(180deg, #15171C, #0B0C10);
    border: 1px solid rgba(209, 174, 102, 0.22);
    border-radius: 0.5rem;
    box-shadow: 0 22px 60px rgba(10, 20, 35, 0.18);
}

.buyback-chart-card h3 {
    color: #FFFFFF;
}

.buyback-chart-card .chart-badge {
    background: rgba(209, 174, 102, 0.12);
    border-color: rgba(209, 174, 102, 0.5);
    color: var(--gold);
}

.buyback-info-card {
    background: #FFFFFF;
    border: 1px solid rgba(10, 20, 35, 0.1);
    border-radius: 0.5rem;
    box-shadow: 0 18px 45px rgba(10, 20, 35, 0.08);
    color: #3F4858;
    min-height: 100%;
    padding: 1.75rem;
}

.buyback-info-grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .buyback-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.buyback-info-card h3 {
    color: #050814;
    font-size: 1.12rem;
    font-weight: 900;
    margin-bottom: 1.05rem;
}

.buyback-info-card ul {
    display: grid;
    gap: 0.7rem;
}

.buyback-info-card li {
    align-items: flex-start;
    display: flex;
    font-size: 0.94rem;
    gap: 0.6rem;
    line-height: 1.6;
}

.buyback-info-card li::before {
    color: var(--gold-deep);
    content: "✓";
    font-weight: 900;
}

.buyback-info-card p {
    font-size: 0.9rem;
    line-height: 1.75;
}

.buyback-info-card .branch-title {
    color: #050814;
    font-weight: 800;
}

.buyback-info-card li::before {
    border-bottom: 2px solid var(--gold-deep);
    border-right: 2px solid var(--gold-deep);
    color: transparent;
    content: "";
    flex: 0 0 auto;
    height: 0.7rem;
    margin-top: 0.22rem;
    transform: rotate(45deg);
    width: 0.35rem;
}

.buyback-info-card p {
    font-size: 0.94rem;
    line-height: 1.8;
}

.buyback-sale-card {
    background:
        linear-gradient(135deg, #111318, #202228);
    border-color: rgba(209, 174, 102, 0.28);
    color: rgba(255, 255, 255, 0.72);
}

.buyback-sale-card h3,
.buyback-sale-card .branch-title {
    color: #FFFFFF;
}

.buyback-sale-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.buyback-sale-card li {
    color: rgba(255, 255, 255, 0.78);
}

.buyback-sale-card a {
    align-items: center;
    background: var(--gold);
    border-radius: 999px;
    color: #08090D;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 900;
    margin-top: 1.25rem;
    padding: 0.8rem 1rem;
    transition: all 0.25s ease;
}

.buyback-sale-card a:hover {
    background: #FFFFFF;
    transform: translateY(-2px);
}

.rate-category {
    color: var(--gold-deep);
    font-size: 0.8rem;
    font-weight: 900;
    grid-column: 1 / -1;
    letter-spacing: 0.18em;
    padding-top: 1.1rem;
    text-transform: uppercase;
}

.rate-row {
    align-items: center;
    border-bottom: 1px solid rgba(10, 20, 35, 0.08);
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto;
    min-height: 4.8rem;
    padding: 1.05rem 0;
}

.rate-name {
    color: #050814;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rate-desc {
    color: #3F4858;
    font-size: 0.78rem;
    line-height: 1.6;
    margin-top: 0.2rem;
}

.rate-price-wrap {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    min-width: 6.5rem;
}

.rate-price {
    border-left: 2px solid #0B3D91;
    color: #0B3D91;
    font-size: 1rem;
    font-weight: 900;
    min-width: 6.5rem;
    padding-left: 0.8rem;
    text-align: right;
    white-space: nowrap;
}

.rate-change {
    align-items: center;
    display: inline-flex;
    font-size: 0.68rem;
    font-weight: 900;
    gap: 0.2rem;
    line-height: 1;
    white-space: nowrap;
}

.rate-change.is-up {
    animation: rateChangeUp 1.4s ease-out both;
    color: #177245;
}

.rate-change.is-down {
    animation: rateChangeDown 1.4s ease-out both;
    color: #C53F36;
}

.rate-row.is-rate-up {
    animation: rateRowUp 1.4s ease-out both;
}

.rate-row.is-rate-up .rate-price {
    border-color: #177245;
    color: #177245;
}

.rate-row.is-rate-down {
    animation: rateRowDown 1.4s ease-out both;
}

.rate-row.is-rate-down .rate-price {
    border-color: #C53F36;
    color: #C53F36;
}

.rate-chart-frame {
    background: #0B0C10;
    border: 1px solid rgba(209, 174, 102, 0.18);
    border-radius: 0.5rem;
    height: 28rem;
    min-height: 28rem;
    overflow: hidden;
}

.rate-chart-frame .tradingview-widget-container {
    height: 100%;
    width: 100%;
}

.rate-chart-frame .tradingview-widget-copyright {
    background: #0B0C10;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.72rem;
    height: 32px;
    line-height: 32px;
    padding: 0 0.75rem;
    text-align: right;
}

.rate-chart-frame .tradingview-widget-copyright a {
    color: rgba(209, 174, 102, 0.88);
}

.rate-chart-frame .blue-text {
    color: rgba(209, 174, 102, 0.88);
}

.rate-chart-frame iframe {
    border-radius: 0.5rem 0.5rem 0 0;
    display: block;
    height: 100%;
    width: 100%;
}

.gold-rate-status,
.rate-disclaimer {
    font-size: 0.78rem;
    line-height: 1.7;
}

@media (max-width: 640px) {
    .rate-chart-frame {
        height: 24rem;
        min-height: 24rem;
    }

    .buyback-panel {
        padding: 0.5rem 1rem;
    }

    .rate-row {
        align-items: start;
        gap: 0.75rem;
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 4.2rem;
    }

    .rate-price {
        font-size: 0.88rem;
        max-width: 8.5rem;
        min-width: 5.5rem;
        padding-left: 0.7rem;
        text-align: right;
    }

    .rate-state-note {
        padding: 0.5rem 0.8rem;
    }

    .skeleton-line.is-rate {
        min-width: 4.8rem;
        width: 4.8rem;
    }

}

.floating-whatsapp {
    align-items: center;
    background: #25D366;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    bottom: 1.25rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    color: #07150C;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.6rem;
    padding: 0.9rem 1.15rem;
    position: fixed;
    right: 1.25rem;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    z-index: 60;
}

.floating-whatsapp:hover {
    box-shadow: 0 22px 55px rgba(37, 211, 102, 0.22);
    transform: translateY(-3px);
}

.floating-whatsapp.is-hero-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.75rem);
}

.floating-whatsapp svg {
    height: 1.2rem;
    width: 1.2rem;
}

.floating-back-to-top {
    align-items: center;
    background:
        linear-gradient(180deg, var(--gold), #B89145);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    bottom: 1.25rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
    color: #08090D;
    display: inline-flex;
    height: 3.1rem;
    justify-content: center;
    left: 1.25rem;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transform: translateY(0.75rem);
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    width: 3.1rem;
    z-index: 60;
}

.floating-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.floating-back-to-top:hover {
    box-shadow: 0 22px 55px rgba(209, 174, 102, 0.25);
    transform: translateY(-3px);
}

.floating-back-to-top svg {
    height: 1.25rem;
    width: 1.25rem;
}

@media (max-width: 640px) {
    .floating-whatsapp {
        bottom: 0.65rem;
        font-size: 0.74rem;
        gap: 0.45rem;
        padding: 0.62rem 0.78rem;
        right: 0.65rem;
    }

    .floating-whatsapp svg {
        height: 0.95rem;
        width: 0.95rem;
    }

    .floating-back-to-top {
        bottom: 0.65rem;
        height: 2.55rem;
        left: 0.65rem;
        width: 2.55rem;
    }

    .floating-back-to-top svg {
        height: 1rem;
        width: 1rem;
    }
}

.footer-link {
    color: rgba(255, 255, 255, 0.66);
    display: inline-flex;
    font-size: 0.9rem;
    transition: color 0.25s ease;
}

.footer-link:hover {
    color: var(--gold);
}

.footer-title {
    color: #FFFFFF;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

header {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.28);
}

footer {
    background:
        radial-gradient(circle at 10% 0%, rgba(209, 174, 102, 0.1), transparent 26rem),
        linear-gradient(180deg, #101116, #06070A);
}

section.bg-obsidian {
    background:
        linear-gradient(180deg, rgba(8, 9, 13, 0.98), rgba(12, 13, 18, 0.98));
}

section.bg-charcoal {
    background:
        radial-gradient(circle at 85% 10%, rgba(209, 174, 102, 0.09), transparent 28rem),
        linear-gradient(180deg, #181A21, #101116);
}

@media (max-width: 640px) {
    main > section.py-20,
    main > section.py-16 {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem;
    }

    main h1 {
        overflow-wrap: anywhere;
    }

    main h1.font-display {
        font-size: clamp(2.2rem, 11vw, 3rem);
        line-height: 1.04;
    }

    .h-80,
    .h-96,
    [class~="h-[460px]"] {
        height: min(20rem, 72vw);
    }

    .gold-card,
    .lux-card {
        border-radius: 0.7rem;
    }

    footer {
        padding-bottom: 3.25rem;
    }
}
