/* Gimmons ART Step 24 — robust Music ART heroes + redesigned contact page */

/* Always-visible artwork layer for Music ART collection and detail pages. */
#hero.gimmons-music-hero-fixed {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
    min-height: 100vh;
    background: #171411 !important;
}
#hero.gimmons-music-hero-fixed .gimmons-hero-art-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    background: #171411;
}
#hero.gimmons-music-hero-fixed .gimmons-hero-art-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: var(--gimmons-art-position, center center);
    transform: scale(1.015);
}
#hero.gimmons-music-hero-fixed .gimmons-hero-art-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(13,11,10,.64) 0%, rgba(13,11,10,.30) 42%, rgba(13,11,10,.08) 72%),
      linear-gradient(0deg, rgba(13,11,10,.64) 0%, rgba(13,11,10,.10) 52%, rgba(13,11,10,.18) 100%);
}
#hero.gimmons-music-hero-fixed #hero-wrapper,
#hero.gimmons-music-hero-fixed #hero-caption,
#hero.gimmons-music-hero-fixed #hero-footer {
    position: relative;
    z-index: 3;
}
#hero.gimmons-music-hero-fixed #hero-media {
    display: none !important;
}
#hero.gimmons-music-hero-fixed #hero-caption .inner {
    color: #fff !important;
    background: transparent !important;
    border-left: 2px solid rgba(255,255,255,.8);
    padding-left: clamp(18px,2vw,34px) !important;
    text-shadow: 0 4px 28px rgba(0,0,0,.58);
}
#hero.gimmons-music-hero-fixed .hero-title,
#hero.gimmons-music-hero-fixed .hero-subtitle,
#hero.gimmons-music-hero-fixed .hero-infotitle,
#hero.gimmons-music-hero-fixed #hero-footer * {
    color: #fff !important;
}
#hero.gimmons-music-hero-fixed .hero-subtitle {
    max-width: 600px;
}
#hero.gimmons-music-hero-fixed.music-art-collection-hero-fixed {
    --gimmons-art-position: center 48%;
}
#hero.gimmons-music-hero-fixed.the-violin-rose-hero {
    --gimmons-art-position: center 47%;
}
#hero.gimmons-music-hero-fixed.siren-voice-hero {
    --gimmons-art-position: center 30%;
}

/* Contact page: editorial Hayler-inspired composition. */
body.gimmons-contact-page #hero.gimmons-contact-hero {
    min-height: 76vh;
    position: relative;
    overflow: hidden;
    background: #11100f !important;
    color: #f3eee8;
}
body.gimmons-contact-page #hero.gimmons-contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 78% 24%, rgba(189,156,126,.28), transparent 31%),
      radial-gradient(circle at 18% 82%, rgba(118,91,72,.20), transparent 36%),
      linear-gradient(115deg, #11100f 0%, #191613 55%, #30271f 100%);
}
body.gimmons-contact-page #hero.gimmons-contact-hero::after {
    content: "CONTACT";
    position: absolute;
    right: -1vw;
    bottom: -7vh;
    color: rgba(243,238,232,.045);
    font-size: clamp(110px,20vw,340px);
    font-weight: 600;
    line-height: .8;
    letter-spacing: -.08em;
    pointer-events: none;
}
body.gimmons-contact-page #hero.gimmons-contact-hero #hero-wrapper,
body.gimmons-contact-page #hero.gimmons-contact-hero #hero-caption,
body.gimmons-contact-page #hero.gimmons-contact-hero #hero-footer {
    position: relative;
    z-index: 2;
}
body.gimmons-contact-page #hero.gimmons-contact-hero .hero-title,
body.gimmons-contact-page #hero.gimmons-contact-hero .hero-subtitle,
body.gimmons-contact-page #hero.gimmons-contact-hero .hero-infotitle,
body.gimmons-contact-page #hero.gimmons-contact-hero #hero-footer * {
    color: #f3eee8 !important;
}
body.gimmons-contact-page #hero.gimmons-contact-hero .hero-subtitle {
    max-width: 720px;
}

.gimmons-contact-section-v24 {
    background: #f3eee8;
}
.gimmons-contact-layout-v24 {
    display: grid;
    grid-template-columns: minmax(280px,.78fr) minmax(0,1.45fr);
    gap: clamp(42px,7vw,120px);
    align-items: start;
}
.gimmons-contact-sidebar-v24 {
    position: sticky;
    top: 130px;
    display: grid;
    gap: 34px;
}
.gimmons-contact-sidebar-v24 h2 {
    margin: 0;
    font-size: clamp(44px,6vw,92px);
    line-height: .94;
    letter-spacing: -.055em;
}
.gimmons-contact-sidebar-v24 > p {
    max-width: 530px;
    font-size: clamp(18px,1.5vw,23px);
    line-height: 1.52;
    color: rgba(23,20,17,.72);
}
.gimmons-contact-route-list {
    display: grid;
    border-top: 1px solid rgba(23,20,17,.18);
}
.gimmons-contact-route {
    display: grid;
    grid-template-columns: 34px 1fr auto;
    gap: 16px;
    align-items: center;
    min-height: 76px;
    border-bottom: 1px solid rgba(23,20,17,.18);
}
.gimmons-contact-route i {
    color: rgba(23,20,17,.54);
}
.gimmons-contact-route strong {
    font-size: 16px;
}
.gimmons-contact-route span {
    color: rgba(23,20,17,.48);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
}
.gimmons-contact-socials-v24 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gimmons-contact-socials-v24 a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 16px;
    color: #171411;
    border: 1px solid rgba(23,20,17,.20);
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}
.gimmons-contact-socials-v24 a:hover {
    transform: translateY(-3px);
    color: #f3eee8;
    background: #171411;
}

.gimmons-contact-panel-v24 {
    position: relative;
    padding: clamp(28px,4vw,60px);
    color: #f3eee8;
    background: #11100f;
    border: 1px solid rgba(23,20,17,.22);
    box-shadow: 0 34px 90px rgba(23,20,17,.18);
}
.gimmons-contact-panel-v24::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg,#b88b6e,#e0c3aa,#7f5f4b);
}
.gimmons-form-heading-v24 {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(243,238,232,.16);
}
.gimmons-form-heading-v24 h3 {
    margin: 0;
    color: #f3eee8;
    font-size: clamp(34px,4vw,62px);
    line-height: 1;
    letter-spacing: -.04em;
}
.gimmons-form-heading-v24 p {
    max-width: 250px;
    margin: 0;
    color: rgba(243,238,232,.58);
    font-size: 13px;
    text-align: right;
}
.gimmons-contact-panel-v24 .gimmons-form-grid {
    gap: 14px;
}
.gimmons-contact-panel-v24 .gimmons-form-box {
    min-height: 118px;
    padding: 18px 20px;
    color: #f3eee8;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(243,238,232,.16);
}
.gimmons-contact-panel-v24 .gimmons-form-box:focus-within {
    background: rgba(255,255,255,.075);
    border-color: rgba(243,238,232,.72);
    box-shadow: none;
}
.gimmons-contact-panel-v24 .gimmons-form-label {
    color: rgba(243,238,232,.58);
}
.gimmons-contact-panel-v24 input,
.gimmons-contact-panel-v24 select,
.gimmons-contact-panel-v24 textarea {
    color: #f3eee8;
}
.gimmons-contact-panel-v24 select option {
    color: #171411;
}
.gimmons-contact-panel-v24 input::placeholder,
.gimmons-contact-panel-v24 textarea::placeholder {
    color: rgba(243,238,232,.34);
}
.gimmons-contact-panel-v24 .gimmons-human-check {
    color: #171411;
    background: #e8ded2;
    border: 0;
    box-shadow: 8px 8px 0 rgba(184,139,110,.34);
}
.gimmons-contact-panel-v24 .gimmons-human-icon {
    background: #171411;
}
.gimmons-contact-panel-v24 .gimmons-form-consent {
    color: rgba(243,238,232,.64);
}
.gimmons-contact-panel-v24 .gimmons-form-submit {
    color: #171411;
    background: #f3eee8;
    border-color: #f3eee8;
}
.gimmons-contact-panel-v24 .gimmons-form-submit:hover {
    color: #f3eee8;
    background: transparent;
}
.gimmons-contact-panel-v24 .gimmons-form-status {
    color: rgba(243,238,232,.72);
}

@media (max-width: 1024px) {
    .gimmons-contact-layout-v24 { grid-template-columns: 1fr; }
    .gimmons-contact-sidebar-v24 { position: static; }
}
@media (max-width: 767px) {
    #hero.gimmons-music-hero-fixed { min-height: 88vh; }
    #hero.gimmons-music-hero-fixed.the-violin-rose-hero { --gimmons-art-position: 58% center; }
    #hero.gimmons-music-hero-fixed.siren-voice-hero { --gimmons-art-position: 48% center; }
    .gimmons-form-heading-v24 { grid-template-columns: 1fr; }
    .gimmons-form-heading-v24 p { text-align: left; }
    .gimmons-contact-panel-v24 { padding: 24px 18px; }
}
