/* ============================================================
   MARIACHI CRISTIANO GETSEMANI â€“ ESTILOS PRINCIPALES
   Paleta: Crimson #8B1A1A | Blanco #FFFFFF | Dorado #D4AF37
   Tipografia: Playfair Display (titulos) + Inter (cuerpo)
   ============================================================ */

/* RESET / BASE */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    color: #3D3D3D;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* UTILITY COLORS */
.text-gold {
    color: #D4AF37 !important;
}

.text-crimson {
    color: #8B1A1A !important;
}

.bg-crimson {
    background: #8B1A1A !important;
}

.bg-gold {
    background: #D4AF37 !important;
}

.bg-green {
    background: #25D366 !important;
}

.shadow-xl {
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25) !important;
}

/* SECTION BACKGROUNDS */
.section-white {
    background: #FFFFFF;
}

.section-crimson {
    background: linear-gradient(135deg, #6B1313 0%, #8B1A1A 60%, #A52525 100%);
}

.bg-deep-red {
    background: linear-gradient(135deg, #6B1313 0%, #8B1A1A 60%, #A52525 100%);
}

/* SECTION LABELS */
.section-label {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: .6rem;
}

.section-label-light {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #D4AF37;
    margin-bottom: .6rem;
}

/* SECTION TITLES */
.section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

/* BUTTONS */
.btn-gold {
    background: linear-gradient(135deg, #D4AF37 0%, #F0D060 100%);
    color: #1A1A1A;
    border: none;
    border-radius: 16px;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 20px rgba(212, 175, 55, .4);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(212, 175, 55, .6);
    color: #1A1A1A;
}

.btn-crimson {
    background: linear-gradient(135deg, #8B1A1A 0%, #A52525 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 16px;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 4px 20px rgba(139, 26, 26, .35);
}

.btn-crimson:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(139, 26, 26, .55);
    color: #FFFFFF;
    background: linear-gradient(135deg, #A52525 0%, #8B1A1A 100%);
}

/* ============================================================
   NAVBAR
   ============================================================ */
#main-nav {
    background: transparent;
    transition: background .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s cubic-bezier(.4, 0, .2, 1), padding .35s cubic-bezier(.4, 0, .2, 1);
    padding: 1.2rem 0;
}

#main-nav.scrolled, #main-nav.interior-nav {
    background: rgba(30, 5, 5, .96);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .3);
    padding: .6rem 0;
}

.navbar-logo {
    height: 64px;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .5));
    transition: .35s cubic-bezier(.4, 0, .2, 1);
}

#main-nav.scrolled .navbar-logo, #main-nav.interior-nav .navbar-logo {
    height: 50px;
}

.nav-text {
    color: rgba(255, 255, 255, .9) !important;
    font-weight: 500;
    font-size: .95rem;
    letter-spacing: .02em;
    padding: .4rem .8rem !important;
    border-radius: 8px;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    position: relative;
}

.nav-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #D4AF37;
    transition: width .35s cubic-bezier(.4, 0, .2, 1), left .35s cubic-bezier(.4, 0, .2, 1);
}

.nav-text:hover, .nav-text.active {
    color: #D4AF37 !important;
}

.nav-text:hover::after, .nav-text.active::after {
    width: 70%;
    left: 15%;
}

.navbar-toggler {
    border: none !important;
    box-shadow: none !important;
}

/* ============================================================
   HERO
   ============================================================ */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../img/home-mariachi.webp');
    background-size: cover;
    background-position: center top;
    background-attachment: scroll;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(30, 5, 5, .72) 0%,
            rgba(90, 10, 10, .55) 40%,
            rgba(0, 0, 0, .70) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.6rem, 7vw, 5.5rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.1;
    text-shadow: 0 4px 30px rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
}

.hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    color: rgba(255, 255, 255, .85);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 0;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(10px);
    }
}

/* ============================================================
   VERSE BANNER – marco y corona de espinas en TODO el section
   ============================================================ */
.verse-banner-section {
    position: relative;
    overflow: hidden;
    /* Borde dorado sutil en todo el section */
    border-top: 1px solid rgba(212, 175, 55, .25);
    border-bottom: 1px solid rgba(212, 175, 55, .25);
}

/* Cruz fantasma de fondo */
.verse-banner-section::before {
    content: '\271D';
    position: absolute;
    font-size: 22rem;
    color: rgba(255, 255, 255, .05);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    line-height: 1;
    z-index: 0;
}

/* ── Esquinas del section (las 4) ── */
.vs-corner {
    position: absolute;
    width: 36px;
    height: 36px;
    border-color: #D4AF37;
    border-style: solid;
    opacity: .75;
    pointer-events: none;
    z-index: 2;
}

.vs-corner--tl { top: 14px;    left: 14px;    border-width: 2px 0 0 2px; }
.vs-corner--tr { top: 14px;    right: 14px;   border-width: 2px 2px 0 0; }
.vs-corner--bl { bottom: 14px; left: 14px;    border-width: 0 0 2px 2px; }
.vs-corner--br { bottom: 14px; right: 14px;   border-width: 0 2px 2px 0; }

/* ── SVG de ramas/espinas pegado al borde superior e inferior ── */
.vs-thorn {
    width: 100%;
    line-height: 0;
    filter: drop-shadow(0 0 5px rgba(212, 175, 55, .30));
    z-index: 1;
    position: relative;
}

.vs-thorn svg {
    width: 100%;
    height: 60px;
    display: block;
}

.vs-thorn--top  { margin-bottom: 0; }
.vs-thorn--bottom { margin-top: 0; }

/* ── Contenido centrado del versículo ── */
.vs-content {
    position: relative;
    z-index: 1;
}

/* ── Texto del versículo ── */
.verse-ref {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .1em;
    display: block;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
}

.verse-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.15rem, 2.6vw, 1.6rem);
    color: rgba(255, 255, 255, .97);
    font-style: italic;
    line-height: 1.9;
    border: none;
    padding: 0;
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-tagline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4;
}

.about-text {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #3D3D3D;
    margin-bottom: 1rem;
}

.about-img-wrapper {
    position: relative;
    display: inline-block;
}

.about-main-img {
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.about-badge-float {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #D4AF37;
    color: #1A1A1A;
    padding: .8rem 1.4rem;
    border-radius: 16px;
    font-weight: 700;
    font-size: .95rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .14);
}

.badge-icon {
    font-size: 1.4rem;
}

/* ============================================================
   PILLARS / VALORES
   ============================================================ */
.pillar-card {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    text-align: center;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    height: 100%;
    backdrop-filter: blur(6px);
}

.pillar-card:hover {
    background: rgba(255, 255, 255, .15);
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .3);
}

.pillar-card--featured {
    background: rgba(212, 175, 55, .15);
    border-color: rgba(212, 175, 55, .35);
}

.pillar-card--featured:hover {
    background: rgba(212, 175, 55, .25);
}

.pillar-icon-wrap {
    width: 90px;
    height: 90px;
    background: rgba(212, 175, 55, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    border: 2px solid rgba(212, 175, 55, .3);
}

.pillar-icon-img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(5deg);
}

.pillar-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: .8rem;
}

.pillar-text {
    color: rgba(255, 255, 255, .78);
    font-size: .97rem;
    line-height: 1.7;
}

/* ============================================================
   SERVICES
   ============================================================ */
.verse-inline {
    margin: 1.2rem 0 0;
}

.verse-ref-sm {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .06em;
    display: block;
    margin-bottom: .4rem;
}

.verse-text-sm {
    font-style: italic;
    color: #6B6B6B;
    font-size: .97rem;
    line-height: 1.7;
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .8rem 1.5rem;
    margin-top: 1rem;
}

.service-item {
    display: flex;
    align-items: center;
    gap: .7rem;
    font-weight: 500;
    color: #3D3D3D;
    font-size: 1rem;
}

.service-dot {
    width: 10px;
    height: 10px;
    background: #8B1A1A;
    border-radius: 50%;
    flex-shrink: 0;
}

.services-img-wrapper img {
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-verse {
    font-style: italic;
    font-size: 1rem;
    max-width: 600px;
    margin: .5rem auto 0;
    line-height: 1.7;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 1rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    aspect-ratio: 4/3;
    height: 100%;
}

/* Permitir que la imagen al lado de la grande se estire completamente */
.gallery-item:nth-child(2) {
    aspect-ratio: auto;
}

.gallery-item--large {
    grid-column: 1 / 3;
    aspect-ratio: 16/9;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.07);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(139, 26, 26, .55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .35s cubic-bezier(.4, 0, .2, 1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

/* Lightbox */
.lightbox-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.lightbox-overlay.active {
    display: flex;
}

.lightbox-img-wrap {
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-img-wrap img {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 16px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.lightbox-close,
.lightbox-nav {
    position: absolute;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: white;
    font-size: 1.4rem;
    padding: .6rem .9rem;
    border-radius: 8px;
    cursor: pointer;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    backdrop-filter: blur(6px);
    z-index: 10000;
}

.lightbox-close:hover,
.lightbox-nav:hover {
    background: #8B1A1A;
    border-color: #8B1A1A;
}

.lightbox-close {
    top: 1.5rem;
    right: 1.5rem;
}

.lightbox-prev {
    top: 50%;
    left: 1.5rem;
    transform: translateY(-50%);
}

.lightbox-next {
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}

/* ============================================================
   CONTACT
   ============================================================ */
.form-field {
    width: 100%;
    padding: .9rem 1.2rem;
    border: 2px solid #b1b1b1;
    border-radius: 16px;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 1rem;
    color: #1A1A1A;
    background: #FAF8F5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
    transition: border-color .35s cubic-bezier(.4, 0, .2, 1), box-shadow .35s cubic-bezier(.4, 0, .2, 1);
    outline: none;
}

.form-field:focus {
    border-color: #8B1A1A;
    box-shadow: 0 0 0 4px rgba(139, 26, 26, .12);
    background: #FFFFFF;
}

.form-field::placeholder {
    color: #ABABAB;
}

.form-textarea {
    resize: vertical;
    min-height: 130px;
}

.form-success-msg {
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    background: #EAF7EA;
    border-radius: 16px;
    color: #2D7A2D;
    font-weight: 500;
}

/* Contact info grid */
.contact-info-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: #FAF8F5;
    border-radius: 16px;
    text-decoration: none;
    color: #1A1A1A;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .18);
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    border: 1px solid #b1b1b1;
}

.contact-info-item:hover {
    background: #FFF5F5;
    border-color: #8B1A1A;
    transform: translateX(6px);
    box-shadow: 0 8px 25px rgba(139, 26, 26, .12);
    color: #8B1A1A;
}

.ci-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.bg-crimson {
    background: #8B1A1A !important;
}

.bg-gold {
    background: #D4AF37 !important;
}

.bg-green {
    background: #25D366 !important;
}

.contact-info-item div:last-child {
    display: flex;
    flex-direction: column;
    gap: .1rem;
}

.contact-info-item strong {
    font-weight: 600;
    font-size: .95rem;
}

.contact-info-item span {
    font-size: .9rem;
    color: #6B6B6B;
}

.contact-img-wrap img {
    max-height: 300px;
    object-fit: cover;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: linear-gradient(135deg, #1A0000 0%, #2D0505 50%, #1A0000 100%);
    color: rgba(255, 255, 255, .85);
}

.footer-logo {
    height: 70px;
    width: auto;
    filter: brightness(1.1);
}

.footer-heading {
    font-family: 'Playfair Display', Georgia, serif;
    color: #D4AF37;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid rgba(212, 175, 55, .3);
}

.footer-text {
    color: rgba(255, 255, 255, .65);
    font-size: .95rem;
    line-height: 1.7;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.footer-list li {
    font-size: .93rem;
    color: rgba(255, 255, 255, .7);
}

.footer-link {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    transition: color .35s cubic-bezier(.4, 0, .2, 1);
}

.footer-link:hover {
    color: #D4AF37;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(212, 175, 55, .15);
    border: 1px solid rgba(212, 175, 55, .35);
    color: #D4AF37;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
}

.footer-social-icon:hover {
    background: #D4AF37;
    color: #1A1A1A;
    transform: translateY(-3px);
}

.footer-map-wrapper iframe {
    border-radius: 16px;
    opacity: .85;
    transition: opacity .35s cubic-bezier(.4, 0, .2, 1);
}

.footer-map-wrapper:hover iframe {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 50px;
    padding: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    font-size: .88rem;
    color: rgba(255, 255, 255, .45);
}

.footer-verse {
    font-style: italic;
    color: rgba(212, 175, 55, .5) !important;
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(37, 211, 102, .5);
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    animation: pulse-wa 2.5s infinite;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 36px rgba(37, 211, 102, .7);
    color: #FFFFFF;
}

/* Audio Float Button */
.audio-float {
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    width: 60px;
    height: 60px;
    background: #8B1A1A;
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    z-index: 1000;
    cursor: pointer;
    box-shadow: 0 6px 24px rgba(139, 26, 26, .5);
    transition: .35s cubic-bezier(.4, 0, .2, 1);
    border: none;
    outline: none;
}

.audio-float:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 36px rgba(139, 26, 26, .7);
    color: #FFFFFF;
}

@keyframes pulse-wa {

    0%,
    100% {
        box-shadow: 0 6px 24px rgba(37, 211, 102, .5);
    }

    50% {
        box-shadow: 0 6px 40px rgba(37, 211, 102, .8);
    }
}

/* ============================================================
   ANIMATIONS / AOS FALLBACK
   ============================================================ */
[data-aos] {
    opacity: 0;
    transition: opacity .7s ease, transform .7s ease;
}

[data-aos].aos-animate {
    opacity: 1;
    transform: none !important;
}

[data-aos="fade-up"] {
    transform: translateY(40px);
}

[data-aos="fade-right"] {
    transform: translateX(-40px);
}

[data-aos="fade-left"] {
    transform: translateX(40px);
}

[data-aos="zoom-in"] {
    transform: scale(.92);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991.98px) {



    .navbar-collapse {
        background: rgba(30, 5, 5, .97);
        border-radius: 16px;
        padding: 1rem;
        margin-top: .5rem;
    }
}

@media (max-width: 767.98px) {
    .hero-bg {
        background-attachment: scroll;
    }



    .gallery-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gallery-item--large {
        grid-column: 1 / 3;
    }

    .about-badge-float {
        right: 0;
        bottom: -12px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }
}

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

    .gallery-item--large {
        grid-column: 1;
    }

    .hero-title {
        font-size: 2.4rem;
    }
}

/* ============================================================
   PAGE HERO (INTERIOR PAGES)
   ============================================================ */
.page-hero {
    position: relative;
    padding: 180px 0 100px;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg,
            rgba(30, 5, 5, .82) 0%,
            rgba(90, 10, 10, .65) 40%,
            rgba(0, 0, 0, .80) 100%);
    z-index: 1;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-hero-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 900;
    color: #FFFFFF;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, .5);
    margin-bottom: .5rem;
}

.page-hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #D4AF37;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
}