/* ============================================================
   VARIABLES & RESET
   ============================================================ */
:root {
    --gold:        #c9a96e;
    --gold-light:  #e8c98a;
    --gold-dark:   #a07840;
    --dark:        #0d0d0d;
    --dark-mid:    #131313;
    --dark-card:   #1a1a1a;
    --dark-hover:  #222222;
    --dark-border: rgba(201, 169, 110, 0.18);
    --text:        #f0ece3;
    --text-muted:  #888888;
    --font-head:   'Playfair Display', serif;
    --font-body:   'Lato', sans-serif;
    --transition:  0.3s ease;
    --radius:      8px;
    --radius-lg:   12px;
}

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

html { scroll-behavior: smooth; }

body {
    background-color: var(--dark);
    color: var(--text);
    font-family: var(--font-body);
    font-weight: 300;
    line-height: 1.75;
    overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: var(--font-head); color: var(--text); }

a { color: var(--gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--gold-light); }

img { display: block; max-width: 100%; }

/* ============================================================
   LAYOUT HELPERS
   ============================================================ */
.py-section { padding-top: 6rem; padding-bottom: 6rem; }
.section-dark  { background-color: var(--dark); }
.section-mid   { background-color: var(--dark-mid); }

/* Frame corner decorations — treble clef (top-left) + bass clef (bottom-right) */
.section-dark,
.section-mid {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.section-dark::before,
.section-dark::after,
.section-mid::before,
.section-mid::after {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
}
@media (max-width: 767px) {
    .section-dark::before,
    .section-dark::after,
    .section-mid::before,
    .section-mid::after {
        width: 110px;
        height: 110px;
    }
}
.section-dark::before,
.section-dark::after,
.section-mid::before,
.section-mid::after {
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}
/* Treble clef — top-left corner */
.section-dark::before,
.section-mid::before {
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23262626' stroke-linecap='round'%3E%3Cpath stroke='%23c9a96e' stroke-opacity='0.55' stroke-width='2' d='M155,5 L17,5 Q5,5 5,17 L5,155'/%3E%3Cpath stroke='%23c9a96e' stroke-opacity='0.3' stroke-width='1' d='M155,11 L19,11 Q11,11 11,19 L11,155'/%3E%3Ctext fill='%23262626' stroke='none' font-size='26' font-family='serif' x='7' y='62'%3E%F0%9D%84%9E%3C/text%3E%3Cellipse fill='%23262626' stroke='none' cx='34' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,34,8)'/%3E%3Cline stroke-width='1' x1='34' y1='8' x2='34' y2='22'/%3E%3Cellipse fill='%23262626' stroke='none' cx='51' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,51,8)'/%3E%3Cellipse fill='%23262626' stroke='none' cx='64' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,64,8)'/%3E%3Cline stroke-width='1' x1='51' y1='8' x2='51' y2='22'/%3E%3Cline stroke-width='1' x1='64' y1='8' x2='64' y2='22'/%3E%3Cline stroke-width='3' x1='51' y1='22' x2='64' y2='22'/%3E%3Cellipse fill='%23262626' stroke='none' cx='80' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,80,8)'/%3E%3Cline stroke-width='1' x1='80' y1='8' x2='80' y2='22'/%3E%3Cellipse fill='%23262626' stroke='none' cx='97' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,97,8)'/%3E%3Cellipse fill='%23262626' stroke='none' cx='110' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,110,8)'/%3E%3Cline stroke-width='1' x1='97' y1='8' x2='97' y2='22'/%3E%3Cline stroke-width='1' x1='110' y1='8' x2='110' y2='22'/%3E%3Cline stroke-width='3' x1='97' y1='22' x2='110' y2='22'/%3E%3Cellipse fill='%23262626' stroke='none' cx='126' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,126,8)'/%3E%3Cline stroke-width='1' x1='126' y1='8' x2='126' y2='22'/%3E%3Cellipse fill='%23262626' stroke='none' cx='142' cy='8' rx='3.5' ry='2.5' transform='rotate(-15,142,8)'/%3E%3Cline stroke-width='1' x1='142' y1='8' x2='142' y2='22'/%3E%3Cellipse fill='%23262626' stroke='none' cx='8' cy='88' rx='3.5' ry='2.5' transform='rotate(-15,8,88)'/%3E%3Cline stroke-width='1' x1='8' y1='88' x2='22' y2='88'/%3E%3Cellipse fill='%23262626' stroke='none' cx='8' cy='103' rx='3.5' ry='2.5' transform='rotate(-15,8,103)'/%3E%3Cellipse fill='%23262626' stroke='none' cx='8' cy='116' rx='3.5' ry='2.5' transform='rotate(-15,8,116)'/%3E%3Cline stroke-width='1' x1='8' y1='103' x2='22' y2='103'/%3E%3Cline stroke-width='1' x1='8' y1='116' x2='22' y2='116'/%3E%3Cline stroke-width='3' x1='22' y1='103' x2='22' y2='116'/%3E%3Cellipse fill='%23262626' stroke='none' cx='8' cy='131' rx='3.5' ry='2.5' transform='rotate(-15,8,131)'/%3E%3Cline stroke-width='1' x1='8' y1='131' x2='22' y2='131'/%3E%3Cellipse fill='%23262626' stroke='none' cx='8' cy='147' rx='3.5' ry='2.5' transform='rotate(-15,8,147)'/%3E%3Cline stroke-width='1' x1='8' y1='147' x2='22' y2='147'/%3E%3C/g%3E%3C/svg%3E");
}
/* Bass clef — bottom-right corner */
.section-dark::after,
.section-mid::after {
    bottom: 0;
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cg fill='none' stroke='%23262626' stroke-linecap='round'%3E%3Cpath stroke='%23c9a96e' stroke-opacity='0.55' stroke-width='2' d='M5,155 L143,155 Q155,155 155,143 L155,5'/%3E%3Cpath stroke='%23c9a96e' stroke-opacity='0.3' stroke-width='1' d='M5,149 L141,149 Q149,149 149,141 L149,5'/%3E%3Ctext fill='%23262626' stroke='none' font-size='30' font-family='serif' x='112' y='152'%3E%F0%9D%84%A2%3C/text%3E%3Cellipse fill='%23262626' stroke='none' cx='18' cy='152' rx='3.5' ry='2.5' transform='rotate(-15,18,152)'/%3E%3Cline stroke-width='1' x1='18' y1='138' x2='18' y2='152'/%3E%3Cellipse fill='%23262626' stroke='none' cx='35' cy='152' rx='3.5' ry='2.5' transform='rotate(-15,35,152)'/%3E%3Cellipse fill='%23262626' stroke='none' cx='48' cy='152' rx='3.5' ry='2.5' transform='rotate(-15,48,152)'/%3E%3Cline stroke-width='1' x1='35' y1='138' x2='35' y2='152'/%3E%3Cline stroke-width='1' x1='48' y1='138' x2='48' y2='152'/%3E%3Cline stroke-width='3' x1='35' y1='138' x2='48' y2='138'/%3E%3Cellipse fill='%23262626' stroke='none' cx='64' cy='152' rx='3.5' ry='2.5' transform='rotate(-15,64,152)'/%3E%3Cline stroke-width='1' x1='64' y1='138' x2='64' y2='152'/%3E%3Cellipse fill='%23262626' stroke='none' cx='80' cy='152' rx='3.5' ry='2.5' transform='rotate(-15,80,152)'/%3E%3Cellipse fill='%23262626' stroke='none' cx='93' cy='152' rx='3.5' ry='2.5' transform='rotate(-15,93,152)'/%3E%3Cline stroke-width='1' x1='80' y1='138' x2='80' y2='152'/%3E%3Cline stroke-width='1' x1='93' y1='138' x2='93' y2='152'/%3E%3Cline stroke-width='3' x1='80' y1='138' x2='93' y2='138'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='18' rx='3.5' ry='2.5' transform='rotate(-15,152,18)'/%3E%3Cline stroke-width='1' x1='138' y1='18' x2='152' y2='18'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='35' rx='3.5' ry='2.5' transform='rotate(-15,152,35)'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='48' rx='3.5' ry='2.5' transform='rotate(-15,152,48)'/%3E%3Cline stroke-width='1' x1='138' y1='35' x2='152' y2='35'/%3E%3Cline stroke-width='1' x1='138' y1='48' x2='152' y2='48'/%3E%3Cline stroke-width='3' x1='138' y1='35' x2='138' y2='48'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='64' rx='3.5' ry='2.5' transform='rotate(-15,152,64)'/%3E%3Cline stroke-width='1' x1='138' y1='64' x2='152' y2='64'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='80' rx='3.5' ry='2.5' transform='rotate(-15,152,80)'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='93' rx='3.5' ry='2.5' transform='rotate(-15,152,93)'/%3E%3Cline stroke-width='1' x1='138' y1='80' x2='152' y2='80'/%3E%3Cline stroke-width='1' x1='138' y1='93' x2='152' y2='93'/%3E%3Cline stroke-width='3' x1='138' y1='80' x2='138' y2='93'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='109' rx='3.5' ry='2.5' transform='rotate(-15,152,109)'/%3E%3Cline stroke-width='1' x1='138' y1='109' x2='152' y2='109'/%3E%3Cellipse fill='%23262626' stroke='none' cx='152' cy='125' rx='3.5' ry='2.5' transform='rotate(-15,152,125)'/%3E%3Cline stroke-width='1' x1='138' y1='125' x2='152' y2='125'/%3E%3C/g%3E%3C/svg%3E");
}

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.section-pre {
    font-size: 0.7rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.4rem;
}
.section-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 600;
}
.section-desc {
    color: var(--text-muted);
    max-width: 580px;
    margin: 0 auto;
    font-size: 1rem;
}
.gold-divider {
    width: 56px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.text-muted-gold {
    color: var(--text-muted);
    font-size: 0.875rem;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-gold {
    background: linear-gradient(135deg, var(--gold-dark), var(--gold));
    color: var(--dark);
    border: none;
    border-radius: var(--radius);
    padding: 0.75rem 2.2rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all var(--transition);
}
.btn-gold:hover, .btn-gold:focus {
    background: linear-gradient(135deg, var(--gold), var(--gold-light));
    color: var(--dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201, 169, 110, 0.35);
}
.btn-outline-gold {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
    border-radius: var(--radius);
    padding: 0.75rem 2.2rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    transition: all var(--transition);
}
.btn-outline-gold:hover, .btn-outline-gold:focus {
    background: var(--gold);
    color: var(--dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(201, 169, 110, 0.2);
}

/* ============================================================
   NAVBAR
   ============================================================ */
#mainNav {
    padding: 1.4rem 0;
    background: transparent;
    transition: padding var(--transition), background var(--transition), border-color var(--transition);
    border-bottom: 1px solid transparent;
}
#mainNav.scrolled {
    padding: 0.7rem 0;
    background: rgba(9, 9, 9, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom-color: var(--dark-border);
}

.brand-name {
    font-family: var(--font-head);
    font-size: 1.35rem;
    font-style: italic;
    color: var(--text);
}
.brand-sub {
    font-family: var(--font-body);
    font-size: 0.6rem;
    letter-spacing: 0.35em;
    color: var(--gold);
    font-weight: 700;
}

.navbar-toggler {
    border: 1px solid var(--gold);
    padding: 0.35rem 0.6rem;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23c9a96e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus { box-shadow: 0 0 0 2px rgba(201, 169, 110, 0.25); }

.navbar-nav .nav-link {
    color: var(--text);
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0.5rem 0.9rem;
    transition: color var(--transition);
}
.navbar-nav .nav-link:hover { color: var(--gold); }

.navbar-nav .btn-book {
    color: var(--gold) !important;
    border: 1px solid var(--gold);
    padding: 0.4rem 1.2rem;
    transition: all var(--transition);
}
.navbar-nav .btn-book:hover {
    background: var(--gold);
    color: var(--dark) !important;
}

/* Mobile nav background */
@media (max-width: 991px) {
    .navbar-collapse.collapsing,
    .navbar-collapse.show {
        background: rgba(9, 9, 9, 0.97);
        padding: 1rem 0.5rem 1.5rem;
        margin-top: 0.5rem;
        border-top: 1px solid var(--dark-border);
    }
}

/* ============================================================
   HERO
   ============================================================ */
.hero {
    position: relative;
    min-height: 100vh;
    background-color: #0a0810;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(0,0,0,0.72) 0%,
        rgba(0,0,0,0.45) 45%,
        rgba(0,0,0,0.82) 100%
    );
}
.hero-content {
    position: relative;
    z-index: 2;
    padding: 1.5rem;
    max-width: 760px;
    margin: 0 auto;
}

.hero-pre {
    font-size: 0.68rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.8rem;
}
@keyframes shimmer {
    0%   { background-position: 100% center; }
    30%  { background-position: 0% center; }
    100% { background-position: 0% center; }
}
.hero-title {
    font-size: clamp(3.5rem, 11vw, 8.5rem);
    font-weight: 400;
    font-style: italic;
    line-height: 1;
    letter-spacing: -0.02em;
    padding-bottom: 0.28em;
    margin-bottom: -0.28em;
    background-image: linear-gradient(
        90deg,
        var(--text) 30%,
        rgba(255,255,255,0.92) 47%,
        var(--gold-light) 50%,
        rgba(255,255,255,0.92) 53%,
        var(--text) 70%
    );
    background-size: 400% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 7s ease-in-out infinite;
}
.amp { color: var(--gold); }

.hero-subtitle {
    font-family: var(--font-body);
    font-size: clamp(0.85rem, 2vw, 1.4rem);
    font-weight: 300;
    letter-spacing: 0.7em;
    color: var(--text-muted);
    margin: 0.4rem 0 1.4rem;
}
.hero-tagline {
    font-size: 0.8rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 2.5rem;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 0.75rem; justify-content: center; }

.hero-scroll {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: var(--gold);
    font-size: 1.1rem;
    opacity: 0.65;
    animation: bounceDown 2.2s infinite;
    transition: opacity var(--transition);
}
.hero-scroll:hover { color: var(--gold-light); opacity: 1; }

@keyframes bounceDown {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(9px); }
}

/* ============================================================
   ABOUT
   ============================================================ */
.about-photo-wrap {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--gold);
    box-shadow: 0 0 32px rgba(201, 169, 110, 0.18);
    transition: box-shadow var(--transition);
}
.about-photo-wrap:hover { box-shadow: 0 0 52px rgba(201, 169, 110, 0.38); }

.about-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% 0%;
    filter: grayscale(25%);
    transition: filter var(--transition);
}
.about-photo-wrap:hover .about-photo { filter: grayscale(0%); }

.about-name { font-size: 1.75rem; font-style: italic; }
.about-instrument {
    color: var(--gold);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
}
.about-bio { color: var(--text-muted); font-size: 0.95rem; max-width: 370px; margin: 0 auto; }

.about-badges { margin-top: 1rem; }
.badge-item {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius);
    color: var(--text-muted);
    padding: 0.5rem 1.25rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    cursor: default;
    transition: border-color var(--transition), color var(--transition);
}
.badge-item:hover { border-color: var(--gold); color: var(--gold); }

.feature-card,
.faq-card,
.package-summary {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-lg);
}
.feature-card {
    padding: 1.6rem;
    text-align: center;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.feature-card:hover,
.faq-card:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(0,0,0,0.28);
}
.feature-card-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    background: rgba(201,169,110,0.12);
    font-size: 1.15rem;
}
.feature-card-title,
.faq-question {
    font-size: 1.05rem;
    font-family: var(--font-head);
    margin-bottom: 0.85rem;
}
.feature-card-text,
.faq-answer {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.8;
}

.faq-card {
    padding: 1.5rem;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.package-summary {
    padding: 1.4rem 1.6rem 1.3rem;
    margin-bottom: 1.5rem;
}
.package-label {
    color: var(--gold);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 0.9rem;
    display: block;
}
.package-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
.package-card {
    padding: 0.7rem 0.9rem;
    border-left: 2px solid var(--dark-border);
    transition: border-color var(--transition);
}
.package-card:hover {
    border-left-color: var(--gold);
}
.package-card--featured {
    border-left-color: var(--gold-dark);
    background: rgba(201, 169, 110, 0.05);
    border-radius: 0 var(--radius) var(--radius) 0;
}
.package-card--featured:hover {
    border-left-color: var(--gold-light);
}
.package-name {
    color: var(--text);
    font-size: 0.93rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.2rem;
}
.package-badge {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(201, 169, 110, 0.12);
    border: 1px solid rgba(201, 169, 110, 0.3);
    border-radius: 20px;
    padding: 0.1rem 0.5rem;
}
.package-desc {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.55;
    margin: 0;
}
.package-addon {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid var(--dark-border);
}
.addon-tag {
    flex-shrink: 0;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold-dark);
    background: rgba(160, 120, 64, 0.15);
    border: 1px solid rgba(160, 120, 64, 0.35);
    border-radius: 4px;
    padding: 0.2rem 0.45rem;
    margin-top: 0.15rem;
}

/* ============================================================
   VIDEO
   ============================================================ */
.video-facade {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    border-radius: var(--radius-lg);
    border: 1px solid var(--dark-border);
    box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 0 48px rgba(201,169,110,0.08);
    background-color: #08060f;
    background-image: url('../images/thumbnail.jpg');
    background-size: cover;
    background-position: center;
    transition: box-shadow 0.3s ease;
}
.video-facade::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.72) 100%);
    z-index: 1;
    transition: background 0.3s ease;
}
.video-facade:hover::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.62) 100%);
}
.video-facade:hover {
    box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 0 72px rgba(201,169,110,0.18);
}
.video-facade-inner {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    text-align: center;
    padding: 1rem;
}
.facade-pre {
    font-size: 0.68rem;
    letter-spacing: 0.38em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0;
}
.facade-title {
    font-family: var(--font-head);
    font-size: clamp(1.4rem, 4vw, 2.4rem);
    font-style: italic;
    font-weight: 400;
    color: var(--text);
    margin: 0 0 0.6rem;
}
/* .amp is now global */
.video-play-btn {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    background: rgba(201, 169, 110, 0.12);
    color: var(--gold);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-left: 4px; /* optical centre for play icon */
}
.video-facade:hover .video-play-btn {
    background: var(--gold);
    color: var(--dark);
    transform: scale(1.08);
    box-shadow: 0 0 40px rgba(201,169,110,0.45);
}
.facade-hint {
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin: 0.3rem 0 0;
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    border: 1px solid var(--dark-border);
    box-shadow: 0 24px 64px rgba(0,0,0,0.55), 0 0 48px rgba(201,169,110,0.08);
}
.video-wrap iframe,
.video-wrap video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border: none;
    background: #000;
}

/* ============================================================
   CUSTOM VIDEO CONTROLS
   ============================================================ */
.vc {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 10;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    padding: 2rem 0 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.video-wrap:hover .vc,
.vc.paused { opacity: 1; }

.vc-progress-area {
    padding: 0.6rem 1rem 0.3rem;
    cursor: pointer;
}
.vc-track {
    position: relative;
    height: 3px;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    transition: height 0.15s ease;
}
.vc-progress-area:hover .vc-track { height: 5px; }

.vc-fill {
    position: absolute;
    top: 0; left: 0; height: 100%;
    width: 0%;
    background: var(--gold);
    border-radius: 3px;
    pointer-events: none;
}
.vc-thumb {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%) scale(0);
    width: 14px; height: 14px;
    background: var(--gold);
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.15s ease;
    box-shadow: 0 0 6px rgba(201,169,110,0.6);
}
.vc-progress-area:hover .vc-thumb,
.vc-progress-area.dragging .vc-thumb { transform: translate(-50%, -50%) scale(1); }

.vc-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.3rem 0.75rem 0.6rem;
}
.vc-left, .vc-right { display: flex; align-items: center; gap: 0.25rem; }

.vc-btn {
    background: none;
    border: none;
    color: var(--text);
    font-size: 0.95rem;
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    transition: color var(--transition), background var(--transition);
    padding: 0;
}
.vc-btn:hover { color: var(--gold); background: rgba(255,255,255,0.08); }

.vc-time {
    color: rgba(255,255,255,0.75);
    font-size: 0.78rem;
    font-family: var(--font-body);
    letter-spacing: 0.05em;
    margin-left: 0.4rem;
    white-space: nowrap;
}

/* ============================================================
   REPERTOIRE
   ============================================================ */
.repertoire-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-lg);
    height: 100%;
    overflow: hidden;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.repertoire-card:hover {
    border-color: var(--gold);
    box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}
.repertoire-card-header {
    background: var(--dark-hover);
    color: var(--gold);
    padding: 1.1rem 1.6rem;
    font-family: var(--font-head);
    font-size: 1.2rem;
    font-style: italic;
    border-bottom: 1px solid var(--dark-border);
}
.repertoire-list {
    list-style: none;
    padding: 1.4rem 1.6rem;
    margin: 0;
    columns: 2;
    column-gap: 1.5rem;
}
.repertoire-list li {
    color: var(--text-muted);
    font-size: 0.88rem;
    padding: 0.28rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    break-inside: avoid;
    transition: color 0.2s ease;
}
.repertoire-list li::before {
    content: '♩ ';
    color: var(--gold);
    opacity: 0.45;
    font-size: 0.72rem;
}
.repertoire-list li:hover { color: var(--text); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonial-card {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-lg);
    padding: 2rem 1.8rem;
    height: 100%;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}
.testimonial-card:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(0,0,0,0.35);
}
#testimonialCarousel .testimonial-card {
    max-width: 760px;
    margin: 0 auto;
}
#testimonialCarousel .carousel-item {
    padding: 0.75rem 0;
}
#testimonialCarousel .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.35);
}
#testimonialCarousel .carousel-indicators .active {
    background-color: var(--gold);
}
#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    filter: invert(100%) sepia(0%);
    background-color: rgba(201,169,110,0.2);
    border-radius: 50%;
    width: 2.2rem;
    height: 2.2rem;
}
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    width: 4rem;
}
.quote-icon {
    color: var(--gold);
    opacity: 0.28;
    font-size: 1.8rem;
    margin-bottom: 0.9rem;
}
.testimonial-text {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.85;
    font-style: italic;
    margin-bottom: 1.4rem;
}
.stars {
    color: var(--gold);
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.45rem;
}
.author-name { font-size: 1rem; font-family: var(--font-head); margin-bottom: 0.2rem; }
.author-event {
    color: var(--gold);
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0;
}

/* ============================================================
   CONTACT / BOOKING FORM
   ============================================================ */
.booking-form .form-label {
    color: var(--text-muted);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}
.booking-form .form-control,
.booking-form .form-select {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    color: var(--text);
    border-radius: var(--radius);
    padding: 0.72rem 1rem;
    font-family: var(--font-body);
    font-size: 0.93rem;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.booking-form .form-control:focus,
.booking-form .form-select:focus {
    background: var(--dark-hover);
    border-color: var(--gold);
    color: var(--text);
    box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.12);
}
.booking-form .form-control::placeholder { color: rgba(136,136,136,0.45); }
.booking-form .form-select option { background: var(--dark-card); color: var(--text); }

/* Bootstrap validation overrides */
.was-validated .form-control:valid,
.was-validated .form-select:valid {
    border-color: rgba(201, 169, 110, 0.6);
    background-image: none;
}
.was-validated .form-control:invalid,
.was-validated .form-select:invalid { border-color: #c04040; }

/* Dark date picker indicator */
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(0.6) sepia(0.8) saturate(2) hue-rotate(5deg);
    cursor: pointer;
}

.form-success-msg {
    background: rgba(201, 169, 110, 0.08);
    border: 1px solid rgba(201, 169, 110, 0.5);
    border-radius: var(--radius);
    color: var(--gold);
    padding: 1rem 1.4rem;
    font-size: 0.88rem;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.form-success-msg.show {
    opacity: 1;
    transform: translateY(0);
}

/* Contact info panel */
.contact-info {
    background: var(--dark-card);
    border: 1px solid var(--dark-border);
    border-radius: var(--radius-lg);
    padding: 2rem 1.8rem;
    height: 100%;
}
.contact-info-title {
    font-size: 1.45rem;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--dark-border);
}
.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.4rem;
}
.contact-item > i {
    color: var(--gold);
    font-size: 0.95rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}
.contact-label {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 0.18rem;
}
.contact-link { color: var(--text); font-size: 0.93rem; }
.contact-link:hover { color: var(--gold); }
.contact-value { color: var(--text); font-size: 0.93rem; margin: 0; }
.pricing-highlight { color: var(--gold); font-family: var(--font-head); font-size: 1.15rem; font-style: italic; }
.contact-note { font-size: 0.75rem; color: var(--text-muted); margin: 0.25rem 0 0; line-height: 1.4; }

.social-links { display: flex; gap: 0.6rem; }
.social-link {
    width: 38px;
    height: 38px;
    border-radius: var(--radius);
    border: 1px solid var(--dark-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
    font-size: 0.85rem;
    transition: all var(--transition);
}
.social-link:hover {
    border-color: var(--gold);
    color: var(--gold);
    background: rgba(201, 169, 110, 0.08);
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: var(--dark);
    border-top: 1px solid var(--dark-border);
    padding: 1.8rem 0;
}
.footer-brand .brand-name {
    font-family: var(--font-head);
    font-size: 1.05rem;
    font-style: italic;
    color: var(--text);
}
.footer-copy { color: var(--text-muted); font-size: 0.78rem; }
.footer-links a {
    color: var(--text-muted);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color var(--transition);
}
.footer-links a:hover { color: var(--gold); }

.sticky-booking-bar {
    display: none;
}
@media (max-width: 991px) {
    .sticky-booking-bar {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1100;
        padding: calc(0.8rem + env(safe-area-inset-bottom, 0)) 1rem 1rem;
        background: rgba(9, 9, 9, 0.92);
        backdrop-filter: blur(14px);
    }
    .sticky-booking-bar .btn {
        width: 100%;
        padding: 0.95rem 1rem;
        font-size: 0.95rem;
    }
}

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
.fade-up {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   SECTION WAVE DIVIDERS
   ============================================================ */
.wave-divider {
    display: block;
    line-height: 0;
    position: relative;
    z-index: 1;
    margin: -2px 0;
}
.wave-divider svg {
    display: block;
    width: 100%;
    height: 48px;
}

/* ============================================================
   TESTIMONIAL AUTHOR AVATAR
   ============================================================ */
.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--gold);
    background: rgba(201, 169, 110, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.65rem;
    font-family: var(--font-head);
    font-style: italic;
    font-size: 0.82rem;
    color: var(--gold);
    letter-spacing: 0.04em;
    flex-shrink: 0;
}

/* ============================================================
   GRAIN TEXTURE OVERLAY
   ============================================================ */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 998;
    opacity: 0.032;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='4' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
    background-size: 180px 180px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 767px) {
    .py-section { padding-top: 4rem; padding-bottom: 4rem; }
    .repertoire-list { columns: 1; }
    .footer-inner { text-align: center; }

    .hero-title {
        transform: translateZ(0);
        will-change: background-position;
        -webkit-text-fill-color: transparent;
    }
}
