:root {
  color-scheme: light;
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-2: #f9f9f9;
  --text: #111111;
  --muted: #4d4d4d;
  --accent: #000000;
  --border: rgba(0,0,0,0.08);
  --shadow: 0 20px 60px rgba(0,0,0,0.08);
  --radius: 0;
  --max-width: 1200px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}

body.page-blog,
body.page-article {
  color-scheme: light;
  background: var(--bg);
}

body.page-blog .site-header,
body.page-article .site-header {
  background: rgba(255,255,255,0.96);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

body.page-blog .overlay-menu {
  background: #ffffff;
}

body.page-blog .overlay-close,
body.page-blog .overlay-list a {
  color: #111111;
}

body.page-blog .btn,
body.page-article .btn {
  border-color: rgba(0,0,0,0.12);
  background: transparent;
  color: var(--text);
  border-radius: 0;
}

body.page-blog .btn:hover,
body.page-article .btn:hover,
body.page-blog .btn:focus-visible,
body.page-article .btn:focus-visible {
  background: #f0f0f0;
}

body.page-blog .btn-primary,
body.page-article .btn-primary {
  background: #111111;
  color: #ffffff;
}

body.page-blog .section,
body.page-article .section,
body.page-blog .blog-card,
body.page-article .article-content,
body.page-blog .sidebar .widget,
.service-card,
.process-step,
.merch-card,
.sidebar .widget,
.contact-form,
.contact-details,
.affiliate-box,
.newsletter-box,
.cta-panel,
.blog-card,
.song-card,
.article-content,
.video-frame,
.map-panel,
.song-cover,
.audio-play,
.category-list button,
.tag-list button {
  border-radius: 0;
}

body.page-blog .blog-card,
body.page-blog .article-content {
  box-shadow: none;
}

body.page-blog .category-list button,
body.page-blog .tag-list button {
  border-radius: 999px;
}

body.page-blog .search-widget input,
body.page-blog input,
body.page-blog textarea,
body.page-article input,
body.page-article textarea {
  background: #ffffff;
  color: #111111;
  border-color: rgba(0,0,0,0.12);
}

body.page-blog .article-content h1,
body.page-blog h2,
body.page-blog h3,
body.page-blog p,
body.page-blog li,
body.page-article h1,
body.page-article h2,
body.page-article h3,
body.page-article p,
body.page-article li {
  color: #111111;
}

body.page-blog .site-footer,
body.page-article .site-footer {
  background: #ffffff;
  border-top: 1px solid rgba(0,0,0,0.08);
}

* {
  box-sizing: border-box;
  border-radius: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}

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

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

button, input, textarea {
  font: inherit;
}

body, input, textarea, button {
  font-size: 1rem;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(1rem, 2vw, 1.8rem) clamp(1rem, 4vw, 3rem);
  backdrop-filter: blur(22px);
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: padding 0.3s ease, background 0.3s ease;
}

.site-header.smaller {
  padding: 0.9rem clamp(1rem, 4vw, 3rem);
}

.brand-link {
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.menu-trigger {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
}

.menu-trigger span {
  width: 24px;
  height: 2px;
  display: block;
  background: var(--text);
  margin: 4px 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.overlay-menu {
  position: fixed;
  inset: 0;
  background: #ffffff;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s ease, opacity 0.45s ease;
  z-index: 30;
}

body.nav-open .overlay-menu {
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05);
}

body.nav-open .overlay-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.overlay-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.overlay-close {
  position: absolute;
  right: 2rem;
  top: 1.8rem;
  border: none;
  background: transparent;
  color: var(--text);
  font-size: 0.95rem;
  cursor: pointer;
}

.overlay-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.5rem;
  text-align: center;
}

.overlay-list a {
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  color: var(--text);
}

.section {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 8rem 1rem 5rem;
}

.section-large {
  padding-top: 8rem;
}

.hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
  align-items: center;
  text-align: center;
}

.hero-content {
  
  max-width: 680px;
  margin: 0 auto;
}

.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.45em;
  color: var(--muted);
  margin-bottom: 1.25rem;
}

.hero h1 {
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  line-height: 0.9;
  margin: 0;
}

.hero-copy {
  margin: 2rem 0 2.5rem;
  color: var(--muted);
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.btn {
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 1rem 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  cursor: pointer;
  border-radius: 0;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  background: rgba(0,0,0,0.04);
}

.btn-primary {
  background: var(--text);
  color: var(--bg);
}

.btn-secondary {
  border-color: rgba(0,0,0,0.16);
}

.hero-visual img {
  width: min(100%, 560px);
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 0;
}

.service-grid,
.testimonial-grid,
.process-grid,
.text-grid,
.feature-list,
.media-grid,
.equipment-list,
.contact-grid,
.blog-layout,
.song-grid {
  display: grid;
  gap: 2rem;
}

.service-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.service-card,
.process-step,
.merch-card,
.blog-card,
.sidebar .widget,
.contact-form,
.contact-details,
.affiliate-box,
.newsletter-box,
.cta-panel,
.article-content,
.map-panel,
.video-frame,
.song-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 2rem;
}

.service-card h3,
.process-step h3,
.feature-list h3 {
  margin-top: 0;
}

.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.process-step {
  padding: 2rem;
}

.process-step span {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #f0f0f0;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-tag {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--muted);
  margin-bottom: 1rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  margin: 0 0 1.5rem;
}

p {
  margin: 0 0 1.5rem;
}

.dark-section {
  background: #ffffff;
  border-radius: 0;
  padding: 5rem 1rem;
}

.text-grid {
  grid-template-columns: 1fr 1fr;
}

.testimonial-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.testimonial-grid blockquote {
  margin: 0;
  border-left: 2px solid rgba(0,0,0,0.15);
  padding-left: 1.4rem;
  color: var(--muted);
  background: #ffffff;
}

.testimonial-grid footer {
  margin-top: 1rem;
  color: var(--text);
  font-weight: 600;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  background: #ffffff;
  border-radius: 0;
  align-items: center;
  padding: 3rem;
}

.cta-panel h2 {
  margin-bottom: 0.75rem;
}

.site-footer {
  padding: 4rem 1rem 3rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr repeat(2, minmax(180px, 1fr));
  gap: 2rem;
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer-grid h3 {
  margin-bottom: 1rem;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 0.75rem;
}

.footer-grid a {
  color: var(--text);
}

.copyright {
  margin-top: 2rem;
  color: var(--muted);
}

.back-to-top {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 3rem;
  height: 3rem;
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: var(--text);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 20;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(-0.5rem);
}

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.contact-grid {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
}

.contact-form label {
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 0;
  background: #ffffff;
  color: var(--text);
}

.contact-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-details li {
  margin-bottom: 1rem;
}

.map-panel {
  padding: 1.5rem;
  background: #f7f7f7;
  border-radius: 0;
}

.map-panel iframe {
  width: 100%;
  min-height: 280px;
  border: 0;
  border-radius: 0;
}

.map-panel img {
  border-radius: 0;
}

.blog-layout {
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  align-items: start;
}

.sidebar {
  display: grid;
  gap: 1.25rem;
  align-self: start;
}

.widget {
  padding: 1.6rem;
}

.search-widget input {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 0;
  background: #ffffff;
  color: var(--text);
}

.category-list{
  list-style: none !important;
  padding: 0 !important;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0 !important;
  margin: 0;
}

.category-list li {
  display: inline-flex;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.category-list button,
.tag-list button {
  border: 1px solid rgba(0,0,0,0.12);
  background: transparent;
  color: var(--text);
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  text-align: center;
  cursor: pointer;
  font-size: 0.84rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.category-list button.active,
.tag-list button.active,
.tag-list button:hover,
.tag-list button:focus-visible,
.category-list button:hover,
.category-list button:focus-visible {
  border-color: #000;
  background: rgba(0,0,0,0.08);
}

.affiliate-box,
.newsletter-box {
  display: grid;
  gap: 1rem;
}

.blog-content {
  display: grid;
  gap: 2rem;
  align-content: start;
}

.blog-card {
  display: grid;
  gap: 0;
  border-radius: 0;
  overflow: hidden;
  background: var(--surface);
}

.blog-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

@media (min-width: 900px) {
  .blog-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card {
    min-height: 100%;
  }

  .blog-card img {
    aspect-ratio: 1 / 1;
    height: 100%;
    max-height: 100%;
  }
}

.blog-card .card-body {
  padding: 1.25rem 1.5rem 1.75rem;
  background: var(--surface);
}

.blog-card .card-body h2 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.blog-card .card-body p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.blog-card .tag-list {
  display: none;
}

.card-meta {
  display: block;
  color: var(--muted);
  margin-bottom: 0.75rem;
}

.btn-text {
  color: var(--text);
  border: none;
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.article-main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 12rem 1rem 5rem;
}

.article-content {
  background: var(--surface);
  padding: 3rem;
  border-radius: 0;
}

.article-content h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  margin-bottom: 1rem;
}

.article-hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 0 2rem;
}

.article-meta {
  color: var(--muted);
  margin-bottom: 2rem;
}

.article-content figure {
  margin: 2rem 0;
}

.article-content figcaption {
  color: var(--muted);
  margin-top: 0.75rem;
}

.article-content pre {
  background: #f7f7f7;
  padding: 1.5rem;
  border-radius: 0;
  overflow-x: auto;
}

.article-content code {
  color: var(--text);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.article-content img {
  rate: 16 / 9;
  object-fit: cover;
}

blockquote {
  margin: 2rem 0;
  padding: 1.5rem 2rem;
  border-left: 2px solid rgba(0,0,0,0.12);
  background: #f7f7f7;
}

.media-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.video-frame {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 0;
  background: #f7f7f7;
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.song-grid-section {
  padding-top: 0;
}

.song-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.song-card {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0;
}

.song-cover {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
}

.song-card h3 {
  margin: 0;
}

.song-card p {
  color: var(--muted);
}

.audio-player {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.audio-play {
  border: 1px solid rgba(0,0,0,0.12);
  background: #ffffff;
  color: var(--text);
  width: 3rem;
  height: 3rem;
  border-radius: 0;
  cursor: pointer;
}

.audio-play:hover,
.audio-play:focus-visible {
  background: rgba(0,0,0,0.04);
}

.audio-wave {
  flex: 1;
  height: 6px;
  background: rgba(0,0,0,0.08);
  border-radius: 0;
  overflow: hidden;
}

@media (max-width: 900px) {
  .blog-layout,
  .contact-grid,
  .text-grid,
  .process-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    text-align: left;
  }
}

@media (max-width: 680px) {
  .section {
    padding-top: 8rem;
  }

  .site-header {
    padding: 1rem 1rem;
  }

  .overlay-close {
    right: 1rem;
    top: 1rem;
  }

  .overlay-list a {
    font-size: 2.8rem;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 10vw, 4rem);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-left: 1rem;
  padding-right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
