/* /tazrian.css
   TAZ Live Music - consolidated stylesheet
   Updated June 2026
*/

/* =========================================================
   1. RESET / VARIABLES
========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --night: #171422;
    --deep: #211b33;
    --cream: #fff8ec;
    --sand: #f6dfb7;
    --gold: #ffb347;
    --coral: #ff6f61;
    --teal: #14b8a6;
    --indigo: #6366f1;
    --plum: #8b5cf6;
    --rose: #db5f85;
    --muted-light: rgba(255,248,236,0.76);
    --shadow: rgba(0,0,0,0.28);
    --soft-shadow: 0 18px 45px rgba(0,0,0,0.18);
    --content-width: 1180px;
    --desktop-gutter: 5vw;
    --mobile-gutter: 22px;
}

body {
    margin: 0;
    font-family: Calibri, "Segoe UI", Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 12% 8%, rgba(255, 179, 71, 0.30), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(20, 184, 166, 0.24), transparent 30%),
        radial-gradient(circle at 22% 88%, rgba(99, 102, 241, 0.24), transparent 32%),
        #241c38;
    color: var(--cream);
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 42px 42px;
}

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

a {
    color: inherit;
}

/* =========================================================
   2. GLOBAL LAYOUT / TYPOGRAPHY
========================================================= */

.page {
    min-height: 70vh;
}

.section {
    padding: 72px var(--desktop-gutter);
}

.section-narrow,
.set-grid,
.review-grid,
.gallery-grid,
.contact-layout,
.gigs-grid,
.gigs-list,
.social-showreel-grid,
.media-link-grid {
    width: min(var(--content-width), 100%);
    max-width: var(--content-width);
    margin-left: auto;
    margin-right: auto;
}


.eyebrow {
    margin: 0 0 14px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 13px;
    font-weight: 900;
}

h1,
h2,
h3 {
    margin: 0;
}

h1,
h2,
.site-footer strong,
.hero-image-wrap::before {
    font-family: "Bebas Neue", Impact, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

h1 {
    font-size: clamp(78px, 12vw, 160px);
    line-height: 0.84;
    letter-spacing: 4px;
}

h2 {
    font-size: clamp(54px, 7vw, 96px);
    line-height: 0.92;
    letter-spacing: 3px;
}

h3 {
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 900;
}

.lead {
    font-size: clamp(24px, 2.7vw, 36px);
    line-height: 1.3;
    font-weight: 600;
    color: var(--muted-light);
}

.copy {
    font-size: 22px;
    line-height: 1.55;
    font-weight: 600;
    color: var(--muted-light);
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.primary-button,
.secondary-button,
.contact-form button {
    display: inline-block;
    padding: 16px 24px;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.primary-button,
.contact-form button {
    background: var(--gold);
    color: var(--night);
    box-shadow: 0 12px 28px rgba(255,179,71,0.18);
}

.secondary-button {
    background: rgba(255,255,255,0.08);
    color: var(--cream);
}

.primary-button:hover,
.contact-form button:hover,
.secondary-button:hover {
    transform: translateY(-2px);
}

.primary-button:hover,
.contact-form button:hover {
    background: var(--coral);
    color: #fff;
    box-shadow: 0 14px 34px rgba(255,111,97,0.22);
}

.secondary-button:hover {
    background: rgba(255,255,255,0.16);
}

.form-success,
.form-error {
    margin-bottom: 24px;
    padding: 18px 22px;
    border-radius: 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}

.form-success {
    background: #ffd166;
    border: 2px solid #ffb347;
    color: #171422;
}

.form-error {
    background: #ff6f61;
    border: 2px solid #db5f85;
    color: #ffffff;
}

/* =========================================================
   3. HEADER / NAVIGATION
========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 170px 1fr 170px;
    align-items: center;
    padding: 17px 5vw;
    background: rgba(23,20,34,0.90);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-name {
    justify-self: start;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    text-decoration: none;
}

.site-name,
.site-name * {
    text-decoration: none !important;
}

.site-name span {
    display: block;
    color: var(--cream);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 35px;
    line-height: 0.88;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.site-tagline {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3px;
}

.site-tagline em {
    display: block;
    color: var(--gold);
    font-style: normal;
    font-size: 9px;
    line-height: 1.15;
    letter-spacing: 1.8px;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-toggle,
.nav-toggle-label {
    display: none;
}

.main-nav {
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.main-nav a {
    position: relative;
    padding: 8px 0;
    color: rgba(255,248,236,0.72);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 12px;
    font-weight: 800;
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width 0.18s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--cream);
}

.main-nav a:hover::after,
.main-nav a.active::after {
    width: 100%;
}

.main-nav .nav-cta {
    color: var(--gold) !important;
}

/* =========================================================
   4. HOME HERO / CTA
========================================================= */

.home-hero {
    min-height: calc(100vh - 82px);
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 3.2vw;
    padding: 50px 5vw 66px;
    position: relative;
}

.home-hero::after {
    content: "WEDDINGS • PARTIES • PUBS • EVENTS";
    position: absolute;
    right: -88px;
    top: 45%;
    transform: rotate(90deg);
    color: rgba(255,255,255,0.18);
    font-weight: 900;
    letter-spacing: 4px;
    font-size: 12px;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-copy h1 {
    color: var(--cream);
    text-shadow:
        0 8px 36px rgba(0,0,0,0.28),
        4px 4px 0 rgba(255,111,97,0.55);
}

.hero-copy .lead {
    max-width: 680px;
    margin-top: 22px;
}

.hero-image-wrap {
    position: relative;
}

.hero-image {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.04);
    border-radius: 34px;
    border: 1px solid rgba(255,255,255,0.18);
    box-shadow:
        0 30px 80px rgba(0,0,0,0.32),
        18px 18px 0 rgba(255,179,71,0.65);
}

.hero-image-wrap::before {
    content: "LIVE";
    position: absolute;
    left: -18px;
    top: 34px;
    z-index: 3;
    padding: 8px 15px 3px;
    background: var(--teal);
    color: var(--night);
    border-radius: 10px;
    font-size: 48px;
    line-height: 1;
    transform: rotate(-5deg);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}

.hero-image-wrap::after {
    content: "ACOUSTIC";
    position: absolute;
    right: -12px;
    bottom: 38px;
    z-index: 3;
    padding: 12px 15px;
    background: var(--gold);
    color: var(--night);
    border-radius: 999px;
    font-weight: 950;
    letter-spacing: 2px;
    transform: rotate(5deg);
    box-shadow: 0 14px 28px rgba(0,0,0,0.18);
}

.booking-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    max-width: 740px;
    margin-top: 34px;
}

.booking-button {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 118px;
    padding: 20px;
    color: var(--night);
    text-decoration: none;
    border-radius: 24px;
    box-shadow: var(--soft-shadow);
    overflow: hidden;
    transition: transform 0.16s ease;
}

.booking-button:hover {
    transform: translateY(-2px);
}

.booking-button:nth-child(1) {
    background: linear-gradient(135deg, #ffd166, #ffb347);
}

.process-button {
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #fff;
}

.terms-button {
    background: linear-gradient(135deg, #ff6f61, #db5f85);
    color: #fff;
}

.button-icon {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    opacity: 0.95;
}

.booking-button strong,
.booking-button em {
    display: block;
}

.booking-button strong {
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-size: 13px;
    font-weight: 950;
}

.booking-button em {
    font-style: normal;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 600;
    opacity: 0.78;
}

.booking-button-calendar {
    cursor: pointer;
}

.booking-button-calendar button {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
}

.home-page .booking-panel.hero-single-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    max-width: 360px;
    margin-top: 34px;
}

.home-page .booking-panel.hero-single-cta .booking-button {
    width: 100%;
    min-height: auto;
    padding: 14px 16px;
    border-radius: 18px;
    gap: 12px;
    background: rgba(255, 209, 102, 0.88);
    color: var(--night);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.home-page .booking-panel.hero-single-cta .button-icon {
    font-size: 24px;
}

.home-page .booking-panel.hero-single-cta .booking-button strong {
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 1.3px;
}

.home-page .booking-panel.hero-single-cta .booking-button em {
    font-size: 18px;
    line-height: 1.35;
}

.home-page .booking-panel.hero-single-cta {
    display: grid;
    gap: 12px;
}

.home-page .booking-panel.hero-single-cta .upcoming-gigs-button {
    background: rgba(20, 184, 166, 0.88);
    color: #fff;
}

/* =========================================================
   5. SECTION BACKGROUNDS
========================================================= */

.gigs-strip {
    background:
        radial-gradient(circle at 10% 30%, rgba(255,179,71,0.24), transparent 25%),
        linear-gradient(135deg, #342350, #433061);
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.glance-section {
    background:
        radial-gradient(circle at 88% 20%, rgba(20,184,166,0.24), transparent 26%),
        linear-gradient(135deg, #273f55, #263352);
}

.reviews-preview-section {
    background:
        radial-gradient(circle at 18% 25%, rgba(255,111,97,0.22), transparent 28%),
        linear-gradient(135deg, #463052, #2e294f);
}

.gallery-preview-section {
    background:
        radial-gradient(circle at 75% 20%, rgba(255,179,71,0.20), transparent 28%),
        linear-gradient(135deg, #254747, #2b3a5b);
}

.feature-strip {
    background:
        radial-gradient(circle at 12% 20%, rgba(255,179,71,0.22), transparent 25%),
        linear-gradient(135deg, #2b2040, #111827);
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.feature-strip .eyebrow {
    color: var(--gold);
}

.feature-strip .lead,
.feature-strip .copy {
    color: rgba(255,255,255,0.82);
}

.feature-strip h2 {
    text-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

/* =========================================================
   6. HOME FEATURE TILES / PANELS
========================================================= */

.preview-grid,
.media-notes,
.set-grid,
.review-grid,
.gigs-grid,
.gallery-grid,
.media-link-grid,
.social-showreel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.preview-card,
.media-notes div,
.set-card,
.review-card {
    padding: 28px;
    border-radius: 28px;
    color: var(--night);
    box-shadow: 0 18px 42px rgba(0,0,0,0.14);
}

.preview-card {
    min-height: 245px;
    position: relative;
    overflow: hidden;
}

.preview-card:nth-child(1),
.media-notes div:nth-child(1),
.set-card:nth-child(1),
.review-card:nth-child(1) {
    background: linear-gradient(135deg, #ffd166, #fbbf24);
}

.preview-card:nth-child(2),
.preview-card.dark,
.media-notes div:nth-child(2),
.set-card:nth-child(2),
.review-card:nth-child(2) {
    background: linear-gradient(135deg, #99f6e4, #5eead4);
}

.preview-card:nth-child(3),
.media-notes div:nth-child(3),
.set-card:nth-child(3),
.review-card:nth-child(3) {
    background: linear-gradient(135deg, #fda4af, #fb7185);
}

.preview-card::after {
    content: "♪";
    position: absolute;
    right: 24px;
    bottom: -20px;
    color: rgba(0,0,0,0.12);
    font-family: Georgia, serif;
    font-size: 92px;
    line-height: 1;
}

.preview-card p {
    color: inherit;
    opacity: 0.83;
    line-height: 1.56;
    font-weight: 600;
}

.preview-card a,
.feature-panel a,
.wide-tile-copy a {
    display: inline-block;
    width: fit-content;
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 950;
    border-bottom: 2px solid currentColor;
}

.preview-card a {
    margin-top: 16px;
    font-size: 12px;
}

.wide-tile-stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 42px;
}

.wide-tile {
    display: block;
    min-height: 290px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--soft-shadow);
}

.wide-tile.gold {
    background: linear-gradient(135deg, #ffd166, #ffb347);
    color: var(--night);
}

.wide-tile.teal {
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #fff;
}

.wide-tile.coral {
    background: linear-gradient(135deg, #ff6f61, #db5f85);
    color: #fff;
}

.wide-tile img,
.wide-tile-icon {
    display: none !important;
}

.wide-tile-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 290px;
    padding: 34px 30px 32px;
}

.wide-tile h3 {
    font-size: 31px;
    line-height: 1;
}

.wide-tile-copy p {
    margin: 18px 0 0;
    font-size: 22px;
    line-height: 1.42;
    font-weight: 650;
    opacity: 0.88;
}

.wide-tile-copy a {
    margin-top: auto;
    padding-top: 22px;
    font-size: 15px;
}

.feature-row,
.feature-strip-inner {
    display: grid;
    gap: 5vw;
    align-items: center;
}

.feature-row {
    grid-template-columns: 0.92fr 1.08fr;
    margin-top: 48px;
}

.feature-row.reverse {
    grid-template-columns: 1.08fr 0.92fr;
}

.feature-strip-inner {
    grid-template-columns: 0.9fr 1.1fr;
}

.feature-panel {
    padding: 38px;
    border-radius: 34px;
    box-shadow: var(--soft-shadow);
}

.feature-panel.gold {
    background: linear-gradient(135deg, #ffd166, #ffb347);
    color: var(--night);
}

.feature-panel.teal {
    background: linear-gradient(135deg, #14b8a6, #3b82f6);
    color: #fff;
}

.feature-panel.coral {
    background: linear-gradient(135deg, #ff6f61, #db5f85);
    color: #fff;
}

.feature-panel p {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 600;
}

.feature-panel a {
    margin-top: 14px;
    font-size: 13px;
    font-weight: 900;
}

.feature-text p {
    color: var(--muted-light);
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}

/* =========================================================
   7. INNER PAGE HEROES
========================================================= */

.page-hero {
    position: relative;
    overflow: hidden;
    padding: 64px 5vw 54px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.inner-page .page-hero {
    padding-top: 48px;
    padding-bottom: 42px;
}

.page-hero::after {
    content: "TAZ LIVE MUSIC";
    position: absolute;
    right: -30px;
    bottom: -24px;
    color: rgba(255,255,255,0.08);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(72px, 15vw, 220px);
    line-height: 0.8;
    pointer-events: none;
}

.page-hero.profile-hero { background: linear-gradient(135deg, #0f766e, #1e293b); }
.page-hero.music-hero { background: linear-gradient(135deg, #6d28d9, #be185d); }
.page-hero.setlist-hero { background: linear-gradient(135deg, #ea580c, #be123c); }
.page-hero.gigs-hero { background: linear-gradient(135deg, #b45309, #be185d); }
.page-hero.reviews-hero { background: linear-gradient(135deg, #2563eb, #4c1d95); }
.page-hero.gallery-hero { background: linear-gradient(135deg, #15803d, #0f766e); }
.page-hero.contact-hero { background: linear-gradient(135deg, #be185d, #4338ca); }

.page-hero .lead {
    max-width: 680px;
    margin-top: 20px;
    color: rgba(255,255,255,0.86);
    font-size: 28px;
}

.page-hero h1 {
    text-shadow: 0 10px 36px rgba(0,0,0,0.25);
}

.page-hero > .eyebrow,
.page-hero > h1,
.page-hero > .lead {
    width: min(var(--content-width), 100%);
    margin-left: auto;
    margin-right: auto;
}

.inner-page .section {
    padding-top: 52px;
    padding-bottom: 56px;
}

.split {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 5vw;
    align-items: center;
}

.image-panel {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow:
        0 26px 70px rgba(0,0,0,0.26),
        14px 14px 0 rgba(20,184,166,0.58);
}

/* =========================================================
   8. MUSIC / MEDIA
========================================================= */

.media-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    margin-top: 24px;
    padding: 24px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,179,71,0.22), transparent 24%),
        linear-gradient(135deg, #241c38, #4c1d95);
    color: rgba(255,255,255,0.86);
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 32px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 950;
}

.media-notes {
    margin-top: 30px;
    gap: 22px;
}

.responsive-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255,255,255,0.08);
}

.responsive-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.media-link-grid {
    gap: 18px;
    margin-top: 26px;
}

.media-link-card,
.social-showreel-card {
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 22px 55px rgba(0,0,0,0.18);
}

.media-link-card {
    display: grid;
    gap: 10px;
    padding: 24px;
    border-radius: 22px;
    background: rgba(255,255,255,0.08);
}

.media-link-card i {
    font-size: 28px;
    color: var(--gold);
}

.media-link-card strong {
    color: #fff;
    font-size: 20px;
}

.media-link-card span {
    color: rgba(255,255,255,0.7);
}

.social-showreel-section {
    padding-top: 34px;
}

.social-showreel-grid {
    gap: 18px;
    margin-top: 34px;
}

.social-showreel-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 190px;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035));
    color: #fff;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.social-showreel-card:hover {
    transform: translateY(-3px);
    border-color: rgba(255,255,255,0.22);
    background: linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.05));
}

.social-showreel-card i {
    font-size: 32px;
    color: var(--gold);
}

.social-showreel-card strong {
    margin-top: 8px;
    color: var(--cream);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.social-showreel-card span,
.media-link-card span {
    max-width: 260px;
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.45;
}

/* =========================================================
   9. SET LIST / GIGS / GALLERY
========================================================= */

.set-grid,
.review-grid,
.gigs-grid,
.gallery-grid {
    margin-top: 34px;
}

.set-card ul {
    margin: 16px 0 0;
    padding-left: 18px;
    color: inherit;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 650;
}

.set-card li,
.gig-card p,
.gig-list-item p {
    font-size: 16px;
    line-height: 1.45;
}

.gigs-grid {
    gap: 22px;
}

.gig-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055));
    border: 1px solid rgba(255,255,255,0.15);
    border-left: 7px solid var(--gold);
    box-shadow: 0 18px 42px rgba(0,0,0,0.16);
}

.gig-card::after {
    content: "♪";
    position: absolute;
    right: 20px;
    bottom: -24px;
    color: rgba(255,179,71,0.15);
    font-family: Georgia, serif;
    font-size: 96px;
    line-height: 1;
    pointer-events: none;
}

.gig-card:nth-child(2n) {
    border-left-color: var(--teal);
}

.gig-card:nth-child(2n)::after {
    color: rgba(20,184,166,0.14);
}

.gig-card:nth-child(3n) {
    border-left-color: var(--coral);
}

.gig-card:nth-child(3n)::after {
    color: rgba(255,111,97,0.14);
}

.gig-card-empty {
    grid-column: 1 / -1;
    max-width: 680px;
}

.gig-card strong,
.gig-list-item strong {
    display: block;
}

.gig-card p,
.gig-list-item p {
    margin: 0;
    color: rgba(255,248,236,0.78);
}

.gig-full-date {
    margin-bottom: 10px !important;
    color: var(--gold) !important;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-size: 13px !important;
    line-height: 1.35 !important;
    font-weight: 950;
}

.gig-venue {
    margin: 0 0 12px;
    color: var(--cream);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(38px, 3.4vw, 56px);
    line-height: 0.92;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gig-time {
    display: inline-block;
    width: fit-content;
    margin-bottom: 14px !important;
    padding: 8px 12px;
    background: rgba(255,179,71,0.92);
    color: var(--night) !important;
    border-radius: 999px;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 950;
}

.gig-location {
    margin-bottom: 14px !important;
}

.gig-info {
    margin: 16px 0 0 !important;
    padding: 13px 15px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.13);
    border-radius: 16px;
    color: rgba(255,248,236,0.90) !important;
    font-weight: 700;
}

.gig-comments {
    margin-top: 12px !important;
    color: rgba(255,248,236,0.72) !important;
    font-style: italic;
}

.gig-website {
    margin-top: 18px !important;
}

.gig-website a {
    display: inline-block;
    color: var(--gold);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 12px;
    font-weight: 950;
    border-bottom: 2px solid currentColor;
}

.gig-website a:hover {
    color: var(--coral);
}

.gigs-list {
    display: grid;
    gap: 14px;
    max-width: 820px;
    margin-top: 34px;
}

.gig-list-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: center;
    padding: 22px 26px;
    background: rgba(255,255,255,0.10);
    border-radius: 26px;
}

.gig-list-item strong {
    margin-bottom: 4px;
    font-size: 25px;
    line-height: 1.1;
}

.gallery-grid {
    gap: 18px;
}

.gallery-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center 20%;
    border-radius: 26px;
    box-shadow: var(--soft-shadow);
}

.gallery-grid.gallery-grid-large img {
    aspect-ratio: 1.18 / 1;
}

/* =========================================================
   10. REVIEWS
========================================================= */

.quote-stack {
    display: grid;
    gap: 24px;
    margin-top: 46px;
}

.quote-line {
    position: relative;
    margin: 0;
    padding: 4px 26px 24px 58px;
    border-left: 1px solid rgba(255,255,255,0.10);
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.12);
}

.quote-line::before {
    content: "“";
    position: absolute;
    left: 14px;
    top: -2px;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: 1;
    font-weight: 400;
    opacity: 0.9;
}

.quote-line p {
    max-width: 980px;
    margin: 0;
    color: rgba(255,255,255,0.95);
    font-family: Calibri, "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: clamp(21px, 2vw, 30px);
    line-height: 1.45;
    font-weight: 400;
}

.quote-line cite {
    display: block;
    margin-top: 14px;
    color: rgba(255,248,236,0.62);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 11px;
    font-weight: 700;
}

.review-card {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 650;
}

.review-card cite {
    display: block;
    margin-top: 16px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-weight: 950;
    opacity: 0.74;
}

.review-stars {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 1;
}

.review-source {
    display: block;
    margin-top: 14px;
}

.review-source strong,
.review-source span {
    display: block;
}

.review-source strong {
    color: var(--gold);
    font-size: 15px;
    letter-spacing: 1.3px;
    font-weight: 950;
}

.review-source span {
    margin-top: 3px;
    font-style: normal;
    opacity: 0.82;
}

.reviews-preview-section .quote-line p {
    margin-bottom: 12px;
}

.reviews-page .section-narrow {
    max-width: 980px;
}

.reviews-page .quote-stack {
    gap: 34px;
}

.reviews-page .quote-line {
    max-width: 920px;
    padding-bottom: 36px;
    margin-bottom: 8px;
}

.reviews-page .quote-line:not(:last-child) {
    border-bottom: 2px solid rgba(255,255,255,0.18);
}

.reviews-page .quote-line p {
    margin-bottom: 15px;
    font-size: clamp(17px, 1.4vw, 22px);
    line-height: 1.7;
}

.reviews-page .quote-line p:last-of-type {
    margin-bottom: 18px;
}

.reviews-page .review-source strong {
    font-size: 18px;
    letter-spacing: 1px;
}

.reviews-page .review-source span {
    font-size: 14px;
    opacity: 0.85;
}

/* =========================================================
   11. CONTACT
========================================================= */

.contact-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5vw;
    align-items: start;
}

.contact-details {
    padding: 32px;
    background: linear-gradient(135deg, #14b8a6, #2563eb);
    color: #fff;
    border-radius: 32px;
    box-shadow: 0 22px 55px rgba(0,0,0,0.2);
}

.contact-details .copy {
    color: rgba(255,255,255,0.84);
    font-weight: 600;
}

.contact-details a {
    display: block;
    margin-top: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 950;
}

.contact-benefits {
    margin: 18px 0 28px;
    padding-left: 20px;
    line-height: 1.8;
    font-weight: 600;
}

.contact-benefits li {
    margin-bottom: 8px;
}

.contact-testimonial {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.25);
}

.contact-testimonial p {
    color: rgba(255,255,255,0.9);
    font-style: italic;
    line-height: 1.6;
}

.contact-testimonial strong {
    display: block;
    margin-top: 16px;
    color: var(--gold);
}

.contact-testimonial span {
    color: rgba(255,255,255,0.75);
    font-size: 14px;
}

.contact-form {
    display: grid;
    gap: 14px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.14);
    border-radius: 18px;
    background: rgba(255,255,255,0.96);
    color: var(--night);
    font: inherit;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
    box-shadow: 0 12px 24px rgba(0,0,0,0.12);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    font-size: 18px;
    opacity: 0.7;
}

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

/* =========================================================
   12. FOOTER / FLOATING ITEMS
========================================================= */

.site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
    padding: 36px 5vw 38px;
    background: #0f0b19;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.site-footer div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.site-footer strong {
    color: var(--gold);
    letter-spacing: 4px;
    font-size: 32px;
}

.site-footer span,
.site-footer p,
.site-footer a {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 18px;
    line-height: 1.45;
    text-decoration: none;
}

.whatsapp-float,
.scroll-cue-text {
    display: none !important;
}

@keyframes pulseScroll {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.9; }
}

/* =========================================================
   13. RESPONSIVE
========================================================= */

@media (max-width: 950px) {

    .site-header {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 15px 20px;
        margin-bottom: -1px;
    }

    .site-name span {
        font-size: 34px;
    }

    .nav-toggle-label {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 43px;
        height: 43px;
        align-items: center;
        justify-content: center;
        background: var(--gold);
        border: 1px solid rgba(255,255,255,0.22);
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 10px 24px rgba(0,0,0,0.25);
    }

    .nav-toggle-label span {
        display: block;
        width: 19px;
        height: 3px;
        background: var(--night);
        border-radius: 999px;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        grid-template-columns: 1fr;
        gap: 0;
        background: #171422;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        box-shadow: 0 18px 38px rgba(0,0,0,0.35);
    }

    .main-nav a {
        display: block;
        padding: 17px 24px;
        color: var(--cream);
        border-top: 1px solid rgba(255,255,255,0.08);
        border-radius: 0;
    }

    .main-nav a::after {
        display: none;
    }

    .main-nav a.active,
    .main-nav a:hover {
        background: var(--gold);
        color: var(--night);
    }

    .nav-cta {
        border-radius: 0;
        background: var(--coral);
    }

    .nav-toggle:checked ~ .main-nav {
        display: grid;
    }

    .section,
    .inner-page .section {
        padding: 42px var(--mobile-gutter);
    }

    .section-narrow,
    .set-grid,
    .review-grid,
    .gallery-grid,
    .contact-layout,
    .gigs-grid,
    .gigs-list,
    .social-showreel-grid,
    .media-link-grid {
        width: 100%;
        max-width: none;
    }

    .page-hero,
    .inner-page .page-hero {
        padding: 42px var(--mobile-gutter) 38px;
    }

    h1 {
        font-size: 76px;
        letter-spacing: 3px;
    }

    h2 {
        font-size: 52px;
    }

    .lead,
    .hero-copy .lead {
        font-size: 24px;
        line-height: 1.3;
    }

    .copy {
        font-size: 18px;
    }

    .home-hero {
        position: relative;
        display: block;
        min-height: calc(100vh - 74px);
        margin-top: 0;
        padding: 0 22px 42px;
        background-image:
			linear-gradient(
				rgba(0,0,0,0.1),
				rgba(0,0,0,0.1)
			),		
		 url("/images/hero/taz-gig-hero5-brighter.jpg");
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .home-hero::after,
    .hero-image-wrap {
        display: none;
    }

    .hero-copy {
        padding-top: 220px;
    }

    .hero-copy h1,
    .hero-copy .lead,
    .hero-copy .eyebrow {
        text-shadow:
            0 3px 14px rgba(0,0,0,0.85),
            0 1px 4px rgba(0,0,0,0.9);
    }

    .hero-copy h1 {
        font-size: 76px;
    }

    .hero-copy .lead {
        margin-top: 16px;
    }

    .booking-panel,
    .home-page .booking-panel.hero-single-cta {
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 100%;
        margin-top: 24px;
    }

    .booking-button,
    .home-page .booking-panel.hero-single-cta .booking-button {
        min-height: auto;
        padding: 14px 16px;
        border-radius: 18px;
        gap: 12px;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .booking-button:nth-child(1),
    .home-page .booking-panel.hero-single-cta .booking-button {
        background: rgba(255, 209, 102, 0.78);
        color: var(--night);
    }

    .process-button {
        background: rgba(20, 184, 166, 0.72);
        color: #fff;
    }

    .terms-button {
        background: rgba(255, 111, 97, 0.72);
        color: #fff;
    }

    .home-page .booking-panel.hero-single-cta .upcoming-gigs-button {
        background: rgba(20, 184, 166, 0.76);
        color: #fff;
    }

    .button-icon,
    .home-page .booking-panel.hero-single-cta .button-icon {
        font-size: 24px;
    }

    .booking-button strong,
    .home-page .booking-panel.hero-single-cta .booking-button strong {
        margin-bottom: 3px;
        font-size: 12px;
    }

    .booking-button em,
    .home-page .booking-panel.hero-single-cta .booking-button em {
        font-size: 13px;
        line-height: 1.25;
    }

    .split,
    .feature-strip-inner,
    .feature-row,
    .feature-row.reverse,
    .contact-layout,
    .preview-grid,
    .media-notes,
    .set-grid,
    .review-grid,
    .gigs-grid,
    .gallery-grid,
    .media-link-grid,
    .social-showreel-grid,
    .site-footer,
    .wide-tile-stack,
    .gigs-list {
        grid-template-columns: 1fr;
    }

    .feature-row,
    .feature-row.reverse {
        gap: 22px;
        margin-top: 32px;
    }

    .feature-panel {
        padding: 28px;
    }

    .feature-text p {
        font-size: 22px;
    }

    .preview-card {
        min-height: auto;
        padding: 25px;
    }

    .wide-tile-stack {
        gap: 22px;
    }

    .wide-tile,
    .wide-tile-copy {
        min-height: 0;
    }

    .wide-tile-copy {
        padding: 28px;
    }

	.wide-tile h3 {
		font-size: 26px;
	}
	
	.wide-tile-copy p {
		font-size: 18px;
		line-height: 1.45;
	}
	
	.wide-tile-copy a {
		font-size: 13px;
	}

    .image-panel {
        aspect-ratio: 1 / 1;
        border-radius: 30px;
    }

    .media-box {
        min-height: 220px;
    }

    .gallery-grid img,
    .gallery-grid.gallery-grid-large img {
        aspect-ratio: 1.15 / 1;
    }

    .gig-list-item {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .gig-card {
        padding: 24px;
        border-radius: 24px;
    }

    .gig-venue {
        font-size: 42px;
    }

    .quote-stack {
        gap: 24px;
        margin-top: 34px;
    }

    .quote-line {
        padding-left: 46px;
    }

    .quote-line::before {
        top: -10px;
        font-size: 56px;
    }

    .quote-line p {
        font-size: 18px;
        line-height: 1.45;
    }

    .quote-line cite {
        font-size: 11px;
    }

    .reviews-page .quote-stack {
        gap: 28px;
    }

    .reviews-page .quote-line {
        padding-bottom: 30px;
    }

    .contact-form {
        order: 1;
    }

    .contact-details {
        order: 2;
    }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 18px;
        padding: 18px;
    }

    .site-footer {
        padding: 34px 22px 82px;
    }

    .whatsapp-float {
        display: flex !important;
        position: fixed;
        right: 16px;
        bottom: 16px;
        z-index: 100;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #25D366;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 8px 24px rgba(0,0,0,0.38);
    }

    .whatsapp-float i {
        font-size: 30px;
        line-height: 1;
    }

    .scroll-cue-text {
        display: block !important;
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        color: rgba(255,255,255,0.72);
        font-size: 11px;
        letter-spacing: 3px;
        text-transform: uppercase;
        animation: pulseScroll 2.5s infinite;
    }
}

@media (max-width: 850px) {
    .social-showreel-card {
        min-height: 0;
    }
}

/* =========================================================
   DESKTOP WIDTH NORMALISATION - V2
   Keeps full-colour page bands, but constrains direct layout
   sections such as the home hero, profile split and contact layout.
========================================================= */

@media (min-width: 951px) {

    .home-hero {
        width: min(var(--content-width), calc(100% - 10vw));
        max-width: var(--content-width);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        gap: 48px;
    }

    .section.split,
    .section.contact-layout {
        width: min(var(--content-width), calc(100% - 10vw));
        max-width: var(--content-width);
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .section-narrow,
    .set-grid,
    .review-grid,
    .gallery-grid,
    .contact-layout,
    .gigs-grid,
    .gigs-list,
    .social-showreel-grid,
    .media-link-grid {
        width: min(var(--content-width), 100%);
        max-width: var(--content-width);
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-grid.gallery-grid-large {
        width: min(var(--content-width), calc(100% - 10vw));
        max-width: var(--content-width);
        padding-left: 0;
        padding-right: 0;
    }

    .home-hero::after {
        right: -70px;
    }
}

@media (min-width: 951px) {

    .site-header,
    .site-footer {
        padding-left: calc((100vw - 1180px) / 2);
        padding-right: calc((100vw - 1180px) / 2);
    }

}

@media (min-width: 951px) and (max-width: 1300px) {

    .site-header,
    .site-footer {
        padding-left: 5vw;
        padding-right: 5vw;
    }

}

/* =========================================================
   HOME HERO V3
   Mobile-style hero on desktop
========================================================= */

@media (min-width: 951px) {

    .home-hero {

        display: block;

        min-height: calc(100vh - 82px);

        width: 100%;
        max-width: none;

        margin: 0;
        padding: 0 5vw 70px;

        background-image:
			linear-gradient(
				rgba(0,0,0,0.2),
				rgba(0,0,0,0.2)
			),		
            url("/images/hero/taz-gig-hero6.jpg");

        background-size: cover;
        background-repeat: no-repeat;

        overflow: hidden;
    }

    .home-hero::after,
    .hero-image-wrap {
        display: none;
    }

    .hero-copy {

        max-width: 620px;

        padding-top: 25vh;

        margin-left: calc((100vw - 1180px) / 2);
    }

    .home-page .booking-panel.hero-single-cta {

        display: grid;

        grid-template-columns: 1fr;

        gap: 12px;

        max-width: 360px;

        margin-top: 34px;
    }

}

@media (min-width: 951px) and (max-width: 1300px) {

    .hero-copy {
        margin-left: 5vw;
    }

}

body.home-page .site-header {

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    background: transparent;

    border-bottom: none;

    backdrop-filter: none;
    -webkit-backdrop-filter: none;

    z-index: 100;
}