:root {
    --color-primary: #D97706;
    --color-secondary: #06B6D4;
    --color-accent: #F59E0B;
    --color-background: #09090B;
    --color-card-background: #18181B;
    --color-border: #27272A;
    --color-text-primary: #FAFAFA;
    --color-text-secondary: #A1A1AA;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'Plus Jakarta Sans', sans-serif;
}

html.smooth-scroll {
    scroll-behavior: smooth;
}

body.dark-theme {
    background-color: var(--color-background);
    color: var(--color-text-primary);
    font-family: var(--font-body);
}

.text-muted {
    color: var(--color-text-secondary) !important;
}

.btn-pill {
    border-radius: 9999px;
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-rect {
    border-radius: 0px;
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.card-panel {
    background-color: var(--color-card-background);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.card-panel:hover {
    border-color: var(--color-primary);
    box-shadow: 0 0 20px rgba(217, 119, 6, 0.15);
}

/* ===== header ===== */
.euphonialosph-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euphonialosph-header .font-heading {
    font-family: 'Playfair Display', Georgia, serif;
}

/* ===== hero ===== */
.euph-hero-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euph-hero-section h1 {
    font-family: 'Playfair Display', Georgia, serif;
}

.euph-hero-section .hero-btn-primary {
    box-shadow: 0 4px 14px rgba(217, 119, 6, 0.2);
}

.euph-hero-section .hero-btn-primary:hover {
    box-shadow: 0 6px 20px rgba(217, 119, 6, 0.4);
}

/* ===== latest_reviews ===== */
.latest-reviews-section {
    background-color: #09090B;
}

.latest-reviews-section .review-card {
    transition: border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.latest-reviews-section .review-card:hover {
    transform: translateY(-4px);
}

/* ===== featured_interviews ===== */
.featured-interviews-section {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.featured-interviews-section h2,
.featured-interviews-section h3 {
    font-family: 'Playfair Display', Georgia, serif;
}

.featured-interviews-section .active-filter {
    background-color: #D97706 !important;
    border-color: #D97706 !important;
    color: #FAFAFA !important;
    box-shadow: 0 0 15px rgba(217, 119, 6, 0.15);
}

.featured-interviews-section .js-interview-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.400s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.400s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-interviews-section .js-interview-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(217, 119, 6, 0.1);
}

/* ===== top_selections ===== */
.music-selections-block {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.music-selections-block h2 {
    font-family: 'Playfair Display', Georgia, serif;
}

.music-selections-block .js-filter-btn {
    transition: all 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.music-selections-block .js-selection-card {
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.music-selections-block .js-selection-card img {
    transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== about_blog ===== */
.euph-about {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euph-about .font-serif {
    font-family: 'Playfair Display', Georgia, serif;
}

.euph-about a {
    transition: all 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* ===== footer ===== */
.euphonialosph-footer {
    background-color: #09090B;
    border-top: 1px solid #27272A;
    color: #A1A1AA;
}

.euphonialosph-footer a {
    transition: color 0.3s ease, opacity 0.3s ease;
}

.euphonialosph-footer .js-back-to-top {
    cursor: pointer;
}

.euphonialosph-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euphonialosph-header .font-heading {
    font-family: 'Playfair Display', Georgia, serif;
}

.euphonialosph-footer {
    background-color: #09090B;
    border-top: 1px solid #27272A;
    color: #A1A1AA;
}

.euphonialosph-footer a {
    transition: color 0.3s ease, opacity 0.3s ease;
}

.euphonialosph-footer .js-back-to-top {
    cursor: pointer;
}

.euphonialosph-template-page {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euphonialosph-template-page .font-heading {
    font-family: 'Playfair Display', Georgia, serif;
}

.euphonialosph-template-page input::placeholder {
    color: #71717A;
    opacity: 1;
}

.euphonialosph-template-page select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A1A1AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
    padding-right: 2.5rem;
}


/* ===== PAGE: privacy ===== */
#privacy-content .privacy-wrap {
  background-color: #09090B;
}
#privacy-content .privacy-section {
  border-bottom: 1px solid #27272A;
  padding-bottom: 2rem;
}
#privacy-content .privacy-section:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

/* ===== PAGE: terms ===== */
#privacy-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 16px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #FAFAFA;
  background-color: #09090B;
}
#privacy-content h1 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #FAFAFA;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
  border-bottom: 1px solid #27272A;
  padding-bottom: 16px;
}
#privacy-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 32px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#privacy-content h2 i {
  color: #D97706;
}
#privacy-content p {
  font-size: 14px;
  line-height: 1.7;
  color: #A1A1AA;
  margin-bottom: 16px;
}
#privacy-content ul {
  margin-bottom: 24px;
  padding-left: 0;
}
#privacy-content li {
  font-size: 14px;
  line-height: 1.7;
  color: #A1A1AA;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
#privacy-content li::before {
  content: "—";
  color: #D97706;
  position: absolute;
  left: 0;
  font-weight: bold;
}
#privacy-content strong {
  color: #FAFAFA;
  font-weight: 600;
}
#privacy-content a {
  color: #D97706;
  text-decoration: underline;
  transition: color 0.3s ease;
}
#privacy-content a:hover {
  color: #F59E0B;
}
#privacy-content .last-updated {
  font-size: 12px;
  color: #A1A1AA;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  display: block;
}
@media (min-width: 768px) {
  #privacy-content {
    padding: 80px 24px;
  }
  #privacy-content h1 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  #privacy-content h2 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 20px;
  }
  #privacy-content p, #privacy-content li {
    font-size: 15px;
  }
}

/* ===== PAGE: disclaimer ===== */
#privacy-content {
  font-family: 'Plus Jakarta Sans', sans-serif;
  background-color: #09090B;
  color: #A1A1AA;
}

#privacy-content h1,
#privacy-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
}

#privacy-content .disclaimer-section p {
  text-align: justify;
  text-justify: inter-word;
}

/* ===== PAGE: cookies ===== */
#privacy-content {
  background-color: #09090B;
  color: #A1A1AA;
  font-family: 'Plus Jakarta Sans', sans-serif;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #privacy-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

#privacy-content h1 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #FAFAFA;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  #privacy-content h1 {
    font-size: 38px;
  }
}

#privacy-content h2 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #FAFAFA;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #privacy-content h2 {
    font-size: 26px;
  }
}

#privacy-content p {
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 1.25rem;
  color: #A1A1AA;
}

#privacy-content strong {
  color: #FAFAFA;
  font-weight: 600;
}

#privacy-content ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

#privacy-content li {
  margin-bottom: 0.75rem;
  line-height: 1.65;
  color: #A1A1AA;
}

#privacy-content li strong {
  color: #D97706;
}

#privacy-content a {
  color: #D97706;
  text-decoration: none;
  transition: color 0.3s ease;
}

#privacy-content a:hover {
  color: #F59E0B;
  text-decoration: underline;
}

/* ===== PAGE: contact ===== */
.euph-contact {
  background-color: #09090B;
}
.euph-contact .editorial-heading {
  font-family: 'Playfair Display', Georgia, serif;
}
.euph-contact .editorial-body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.65;
}

.font-editorial {
    font-family: 'Playfair Display', Georgia, serif;
}

.font-body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.comment-avatar {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 9999px;
    border: 2px solid #D97706;
    box-shadow: 0 0 10px rgba(217, 119, 6, 0.15);
    transition: transform 0.4s ease;
}

.music-comment-main:hover .comment-avatar {
    transform: scale(1.05);
}

.comment-action-btn {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.font-editorial {
    font-family: 'Playfair Display', Georgia, serif;
}

.font-body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.reply-avatar {
    width: 38px;
    height: 38px;
    object-fit: cover;
    border-radius: 9999px;
    border: 1.5px solid #27272A;
    transition: border-color 0.4s ease;
}

.music-comment-reply:hover .reply-avatar {
    border-color: #06B6D4;
}

.comment-action-btn {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}


/* ===== PAGE TEMPLATE: reviews_list ===== */
.euphonialosph-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euphonialosph-header .font-heading {
    font-family: 'Playfair Display', Georgia, serif;
}

.euphonialosph-footer {
    background-color: #09090B;
    border-top: 1px solid #27272A;
    color: #A1A1AA;
}

.euphonialosph-footer a {
    transition: color 0.3s ease, opacity 0.3s ease;
}

.euphonialosph-footer .js-back-to-top {
    cursor: pointer;
}

.euphonialosph-detail-container .animate-spin-slow {
    animation: spin 8s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ===== PAGE TEMPLATE: interviews_list ===== */
.euphonialosph-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euphonialosph-header .font-heading {
    font-family: 'Playfair Display', Georgia, serif;
}

.euphonialosph-footer {
    background-color: #09090B;
    border-top: 1px solid #27272A;
    color: #A1A1AA;
}

.euphonialosph-footer a {
    transition: color 0.3s ease, opacity 0.3s ease;
}

.euphonialosph-footer .js-back-to-top {
    cursor: pointer;
}

.euphonialosph-detail-container .animate-spin-slow {
    animation: spin 8s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* ===== PAGE TEMPLATE: selections_list ===== */
.euphonialosph-header {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.euphonialosph-header .font-heading {
    font-family: 'Playfair Display', Georgia, serif;
}

.euphonialosph-footer {
    background-color: #09090B;
    border-top: 1px solid #27272A;
    color: #A1A1AA;
}

.euphonialosph-footer a {
    transition: color 0.3s ease, opacity 0.3s ease;
}

.euphonialosph-footer .js-back-to-top {
    cursor: pointer;
}

.euphonialosph-detail-container .animate-spin-slow {
    animation: spin 8s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* ===== Codex fixes: policies, mobile nav and article tabs ===== */
#privacy-content,
#privacy-content .privacy-wrap > div {
  max-width: min(1050px, calc(100vw - 32px)) !important;
}

#privacy-content:not(:has(.privacy-wrap)) {
  background-color: #18181B;
  border: 1px solid #27272A;
  border-radius: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px 24px;
}

#privacy-content:not(:has(.privacy-wrap)) h1 {
  font-size: 34px;
  border-bottom: 1px solid #27272A;
  padding-bottom: 18px;
}

#privacy-content:not(:has(.privacy-wrap)) h2 {
  font-size: 23px;
}

@media (max-width: 767px) {
  .euphonialosph-header .h-20 {
    height: 68px;
  }

  .euphonialosph-header a span {
    font-size: 15px;
  }

  .euphonialosph-header .js-menu-toggle {
    margin-left: auto;
  }

  .euphonialosph-detail-container [role="tablist"] {
    width: 100%;
    overflow-x: hidden;
    justify-content: space-between;
  }

  .euphonialosph-detail-container .js-tab-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 6px !important;
    font-size: 10px !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap;
    text-align: center;
  }

  #privacy-content,
  #privacy-content .privacy-wrap > div {
    max-width: calc(100vw - 24px) !important;
  }

  #privacy-content:not(:has(.privacy-wrap)) {
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 24px 18px;
  }

  #privacy-content:not(:has(.privacy-wrap)) h1 {
    font-size: 24px;
  }
}