/* ============================================================
   THIMBLE WIT - COMPLETE WORDPRESS CUSTOM CSS v5
   Palette: Turquoise · Black · Orange
   Theme: Twenty Twenty-Three
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,700;0,9..40,900;1,9..40,300&family=Space+Mono:wght@400;700&display=swap');

:root {
  --black:       #0a0a0a;
  --off-black:   #111111;
  --turquoise:   #00C9B1;
  --turq-glow:   rgba(0, 201, 177, 0.18);
  --orange:      #FF6B2B;
  --white:       #f5f5f5;
  --muted:       #888888;
  --border:      rgba(255,255,255,0.08);
  --font-main:   'DM Sans', sans-serif;
  --font-mono:   'Space Mono', monospace;
  --radius:      4px;
  --transition:  0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   GLOBAL BASE
   ============================================================ */

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

html { scroll-behavior: smooth; font-size: 18px; }

body {
  background-color: var(--black) !important;
  color: var(--white);
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--turquoise); color: var(--black); }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-main);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0.5em;
}

p {
  color: rgba(245, 245, 245, 0.82);
  margin-bottom: 1.4em;
  font-weight: 300;
}

a { color: var(--turquoise); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--orange); }
strong, b { font-weight: 700; color: var(--white); }

hr { border: none; border-top: 1px solid var(--border); margin: 3em 0; }

/* ============================================================
   SITE BACKGROUND & CONTENT AREAS
   ============================================================ */

.wp-site-blocks,
#page,
.site,
main,
#main,
#content,
.site-content,
.entry-content,
.wp-block-group,
.is-layout-constrained {
  background-color: var(--black) !important;
}

/* ============================================================
   FULL WIDTH CONTENT
   ============================================================ */

.entry-content,
.site-content,
.content-area,
.site-main,
#main,
#content,
#primary {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content .wp-block-html,
.entry-content figure {
  max-width: 100% !important;
  width: 100% !important;
}

/* ============================================================
   HIDE PAGE TITLE
   ============================================================ */

.entry-header,
.entry-header *,
header.entry-header,
.hentry .entry-header,
.hentry .entry-title,
h1.entry-title,
.page-title,
.entry-title {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ============================================================
   SITE HEADER & NAVIGATION
   ============================================================ */

.site-header,
header.site-header,
#masthead,
.wp-block-template-part {
  background: var(--black) !important;
  border-bottom: 1px solid var(--border) !important;
}

.site-title,
.wp-block-site-title,
.wp-block-site-title a {
  font-family: var(--font-main) !important;
  font-weight: 900 !important;
  font-size: 1.6rem !important;
  letter-spacing: -0.04em !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.site-title a:hover,
.wp-block-site-title a:hover {
  color: var(--turquoise) !important;
}

.wp-block-navigation,
.wp-block-navigation__container {
  background: transparent !important;
}

.wp-block-navigation-item__content,
.wp-block-navigation a {
  font-family: var(--font-main) !important;
  font-weight: 500 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  color: rgba(245, 245, 245, 0.7) !important;
  text-decoration: none !important;
  transition: color var(--transition) !important;
}

.wp-block-navigation a:hover {
  color: var(--turquoise) !important;
}

/* ============================================================
   HOME HERO IMAGE
   ============================================================ */

.home-hero {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  height: 500px !important;
  overflow: hidden !important;
  position: relative !important;
  margin-bottom: 32px !important;
}

.home-hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* ============================================================
   CUSTOM HTML BLOCK FONT FIX
   ============================================================ */

.wp-block-html {
  font-size: 29px !important;
  line-height: 1.5 !important;
}

.wp-block-html .page-title     { font-size: 1.8rem !important; }
.wp-block-html .page-sub       { font-size: 0.82rem !important; }
.wp-block-html .eyebrow        { font-size: 0.65rem !important; }
.wp-block-html .section-label  { font-size: 0.65rem !important; }
.wp-block-html .album-name     { font-size: 0.85rem !important; }
.wp-block-html .album-meta     { font-size: 0.7rem !important; }
.wp-block-html .album-track-count { font-size: 0.65rem !important; }
.wp-block-html .hero-title     { font-size: 1.3rem !important; }
.wp-block-html .hero-type      { font-size: 0.62rem !important; }
.wp-block-html .hero-meta      { font-size: 0.75rem !important; }
.wp-block-html .track-title    { font-size: 0.88rem !important; }
.wp-block-html .track-num      { font-size: 0.75rem !important; }
.wp-block-html .tracklist-label { font-size: 0.65rem !important; }
.wp-block-html .release-label  { font-size: 0.72rem !important; }
.wp-block-html .side-name      { font-size: 0.92rem !important; }
.wp-block-html .side-role      { font-size: 0.72rem !important; }
.wp-block-html .side-desc      { font-size: 0.75rem !important; }
.wp-block-html .story-label    { font-size: 0.65rem !important; }
.wp-block-html .story-sub      { font-size: 0.78rem !important; }
.wp-block-html .story-inner p  { font-size: 0.9rem !important; line-height: 1.8 !important; }
.wp-block-html .back-btn       { font-size: 0.72rem !important; }
.wp-block-html .split-badge    { font-size: 0.55rem !important; }
.wp-block-html .artist-card-label { font-size: 0.7rem !important; }
.wp-block-html .artist-card-title { font-size: 0.9rem !important; }

/* ============================================================
   ALBUM THUMBNAILS
   ============================================================ */

.album-thumb { height: 517px !important; }
.side-thumb { width: 90px !important; height: 104px !important; }

/* ============================================================
   FOOTER
   ============================================================ */

.site-footer,
footer.site-footer,
#colophon,
.wp-block-template-part[data-slug="footer"] {
  background: #080808 !important;
  border-top: 1px solid var(--border) !important;
  color: var(--muted) !important;
}

.site-footer a,
#colophon a { color: var(--turquoise) !important; }
.site-footer a:hover,
#colophon a:hover { color: var(--orange) !important; }

/* ============================================================
   LIGHTBOX
   ============================================================ */

#tw-lightbox {
  display: none;
  position: fixed !important;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.93);
  z-index: 999999 !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#tw-lightbox.open { display: flex !important; }
#tw-lightbox img { max-width: 88vw; max-height: 82vh; object-fit: contain; border-radius: 6px; }

#tw-lb-close {
  position: fixed !important;
  top: 16px; right: 20px;
  color: #fff; font-size: 2.2rem;
  cursor: pointer; z-index: 9999999 !important;
  line-height: 1; opacity: .85;
}

#tw-lb-close:hover { opacity: 1; }

#tw-lb-prev, #tw-lb-next {
  position: fixed !important;
  top: 50%; transform: translateY(-50%);
  color: #fff; font-size: 3rem;
  cursor: pointer; z-index: 9999999 !important;
  padding: 10px; user-select: none;
  opacity: .75; line-height: 1;
}

#tw-lb-prev { left: 10px; }
#tw-lb-next { right: 10px; }
#tw-lb-prev:hover, #tw-lb-next:hover { opacity: 1; }

/* ============================================================
   HIDE SHARING BUTTONS
   ============================================================ */

.sharedaddy, .sd-sharing, .sd-block,
.sd-like, .jp-relatedposts { display: none !important; }

/* ============================================================
   SCROLLBAR
   ============================================================ */

::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: var(--black); }
::-webkit-scrollbar-thumb { background: #333; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--turquoise); }

/* ============================================================
   BUTTONS
   ============================================================ */

.wp-block-button__link, .button {
  background: var(--turquoise) !important;
  color: var(--black) !important;
  border: none !important;
  border-radius: var(--radius) !important;
  padding: 0.7em 1.6em !important;
  font-weight: 700 !important;
  font-family: var(--font-main) !important;
  cursor: pointer !important;
  transition: all var(--transition) !important;
}

.wp-block-button__link:hover, .button:hover {
  background: var(--orange) !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 768px) {
  .home-hero { height: 280px !important; }
}

/* ============================================================
   AGGRESSIVE FULL WIDTH OVERRIDE
   ============================================================ */

:root {
  --wp--style--global--content-size: 100% !important;
  --wp--style--global--wide-size: 100% !important;
}

.is-layout-constrained > *,
.is-layout-constrained > .alignwide,
.is-layout-constrained > .alignfull,
.wp-block-post-content,
.wp-block-post-content > *,
.entry-content > *,
.entry-content > .wp-block-html,
.wp-block-html,
.wp-block-html > * {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tw-hero {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 500px !important;
  overflow: hidden !important;
  position: relative !important;
}

.tw-hero img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Hide page title white box - Twenty Twenty-Three */
.wp-block-post-title,
h1.wp-block-post-title,
.entry-title,
h1.entry-title {
  display: none !important;
}
