/* =========================================================
   INDIGO Zurich - Shared Website Styles
   ---------------------------------------------------------
   Edit this one file to update the visual style across
   all pages of the website.
   ========================================================= */

:root {
    --midnight: #050505;
    --charcoal: #121212;
    --warm-shadow: #1E1A18;
    --ivory: #F4EFE7;
    --silver: #B8B5B0;
    --indigo: #1B2450;
    --blue: #0C1633;
    --amber: #C7945F;
    --line: rgba(244, 239, 231, .16);
    --max: 1180px;
}

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

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--midnight);
    color: var(--ivory);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

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

.container {
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
}

/* Header and navigation */

header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(5, 5, 5, .88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
}

.nav {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo {
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .9rem;
}

.logo small {
    display: block;
    margin-top: 2px;
    color: var(--silver);
    letter-spacing: .18em;
    font-size: .62rem;
}

nav {
    display: flex;
    gap: 22px;
    color: var(--silver);
    font-size: .92rem;
}

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

/* Hero */

.hero {
    min-height: auto;
    display: flex;
    align-items: flex-end;
    padding: 50px 0 55px;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, .22), rgba(5, 5, 5, .92)),
        linear-gradient(90deg, rgba(5, 5, 5, .78), rgba(5, 5, 5, .25), rgba(5, 5, 5, .85)),
        url('assets/hero.jpg') center center / cover no-repeat;
}

/* Typography */

.eyebrow {
    margin-bottom: 18px;
    color: var(--amber);
    letter-spacing: .18em;
    text-transform: uppercase;
    font-size: .76rem;
}

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", Georgia, serif;
    line-height: 1.02;
    letter-spacing: -.035em;
    color: var(--ivory);
}

h1 {
    max-width: 900px;
    font-size: clamp(3.3rem, 8vw, 7.8rem);
}

h2 {
    margin-bottom: 18px;
    font-size: clamp(2.4rem, 5vw, 5rem);
}

h3 {
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 2.4vw, 2.1rem);
}

p,
li {
    color: var(--silver);
}

.lead {
    max-width: 760px;
    margin-top: 22px;
    font-size: 1.18rem;
}

/* Buttons */

.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(244, 239, 231, .035);
}

.btn.primary {
    background: linear-gradient(135deg, rgba(199, 148, 95, .24), rgba(27, 36, 80, .52));
}

/* Page sections and layouts */

section {
    padding: 40px 0;
    border-top: 1px solid var(--line);
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(244, 239, 231, .025);
}

.card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}

.content {
    padding: 26px;
}

.panel {
    padding: 34px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(244, 239, 231, .04), rgba(27, 36, 80, .09));
}

.legal-panel {
    max-width: 900px;
}

.legal-panel h2 {
    margin: 42px 0 14px;
    font-size: clamp(1.9rem, 3.5vw, 3.2rem);
}

.legal-panel h2:first-child {
    margin-top: 0;
}

.service-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 24px;
}

.service-list div {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(244, 239, 231, .025);
    color: var(--silver);
}

.note {
    margin-top: 24px;
    padding: 18px;
    border-left: 2px solid var(--amber);
    background: rgba(199, 148, 95, .06);
    color: var(--silver);
}

.spotify-embed {
    width: 100%;
    height: 352px;
    margin-top: 24px;
    border: 0;
    border-radius: 12px;
}

/* Playlist archive covers - keep square artwork visible */

.card img.playlist-archive-cover {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain !important;
    background: #050505;
    border-radius: 18px 18px 0 0;
    display: block;
}

/* Subtle homepage audience orientation */

.orientation-line {
    margin-top: 18px;
    color: var(--silver);
    letter-spacing: .04em;
    font-size: .95rem;
}

.format-note {
    margin-top: 28px;
}

/* Listening Room Journal */

.journal-hero {
    padding: 78px 0 88px;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, .12), rgba(5, 5, 5, .94)),
        linear-gradient(90deg, rgba(5, 5, 5, .88), rgba(12, 22, 51, .62), rgba(5, 5, 5, .88)),
        url('assets/community2.jpg') center center / cover no-repeat;
}

.journal-back {
    margin-bottom: 32px;
    color: var(--silver);
    font-size: .9rem;
}

.journal-back a:hover {
    color: var(--ivory);
}

.journal-feature {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 38px;
    align-items: center;
}

.journal-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 22px;
    border: 1px solid var(--line);
}

.journal-date {
    margin-bottom: 12px;
    color: var(--amber);
    letter-spacing: .16em;
    text-transform: uppercase;
    font-size: .72rem;
}

.journal-link {
    margin-top: 26px;
}

.journal-list {
    margin-top: 42px;
    border-top: 1px solid var(--line);
}

.journal-row {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    align-items: center;
    padding: 32px 0;
    border-bottom: 1px solid var(--line);
}

.journal-row img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid var(--line);
}

.journal-read {
    display: inline-block;
    margin-top: 14px;
    color: var(--ivory);
    opacity: .82;
}

.journal-read:hover {
    opacity: 1;
    color: var(--amber);
}

/* Journal entry pages */

.journal-entry-hero {
    padding: 70px 0 42px;
    background:
        linear-gradient(180deg, rgba(5, 5, 5, .18), rgba(5, 5, 5, .96)),
        linear-gradient(90deg, rgba(5, 5, 5, .92), rgba(12, 22, 51, .34), rgba(5, 5, 5, .92));
}

.journal-entry-container {
    max-width: 860px;
}

.journal-entry-image-section {
    padding-top: 0;
    border-top: none;
}

.journal-entry-main-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 28px;
    border: 1px solid var(--line);
}

.journal-entry-body {
    max-width: 760px;
    margin: 0 auto;
}

.journal-entry-body p {
    margin-bottom: 22px;
    font-size: 1.08rem;
}

.journal-entry-body blockquote {
    margin: 34px 0;
    padding: 24px 28px;
    border-left: 2px solid var(--amber);
    background: rgba(199, 148, 95, .06);
    color: var(--ivory);
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.18;
}

.journal-signoff {
    margin-top: 36px;
    color: var(--amber) !important;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 1.5rem !important;
}

.journal-entry-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-top: 44px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

/* Footer */

footer {
    padding: 38px 0;
    border-top: 1px solid var(--line);
    color: var(--silver);
}

footer a {
    color: var(--silver);
}

footer a:hover {
    color: var(--ivory);
}

/* Mobile */

@media (max-width: 900px) {
    .grid,
    .grid-3,
    .service-list,
    .journal-feature,
    .journal-row {
        grid-template-columns: 1fr;
    }

    nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px;
        font-size: .82rem;
    }

    .journal-row {
        gap: 18px;
    }
}


/* Language switcher */
.lang-switch {
    color: var(--silver);
    font-size: .82rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lang-switch a {
    color: var(--silver);
}

.lang-switch a:hover,
.lang-switch a.active {
    color: var(--ivory);
}


/* Cookie consent */
.cookie-banner {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(5, 5, 5, .94);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .42);
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner p {
    margin: 0;
    font-size: .92rem;
}

.cookie-banner div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.cookie-banner .btn {
    min-height: 40px;
    padding: 0 16px;
    font-size: .86rem;
}

@media (max-width: 700px) {
    .cookie-banner {
        display: block;
    }

    .cookie-banner div {
        justify-content: flex-start;
        margin-top: 14px;
    }
}
