:root {
  --tw-ink: #0b0b0d;
  --tw-charcoal: #17171b;
  --tw-bone: #f3efe7;
  --tw-sand: #cbbd9d;
  --tw-copper: #a7693f;
  --tw-sage: #7c806c;
  --tw-line: rgba(243, 239, 231, 0.18);
  --tw-shell: min(1240px, calc(100vw - 40px));
  --tw-serif: Georgia, 'Times New Roman', serif;
  --tw-sans: ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --tw-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--tw-ink);
  color: var(--tw-bone);
  font-family: var(--tw-sans);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.tw-shell { width: var(--tw-shell); margin-inline: auto; }
.tw-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-160%);
  background: var(--tw-bone);
  color: var(--tw-ink);
  padding: 10px 16px;
  border-radius: 4px;
}
.tw-skip-link:focus { transform: translateY(0); }

.tw-site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid rgba(243, 239, 231, 0.11);
}
.tw-header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.tw-wordmark { text-decoration: none; line-height: 1; }
.tw-wordmark .custom-logo-link { display: block; }
.tw-wordmark .custom-logo { display: block; max-height: 58px; width: auto; }
.tw-wordmark-text {
  color: var(--tw-bone);
  font-family: var(--tw-serif);
  font-size: clamp(1.6rem, 2.4vw, 2.45rem);
  letter-spacing: -0.055em;
  white-space: nowrap;
}
.tw-mark { position: relative; display: inline-block; letter-spacing: 0; }
.tw-mark-crown::before {
  content: '♛';
  position: absolute;
  left: 50%;
  top: -0.82em;
  transform: translateX(-50%) scaleX(0.85);
  color: var(--tw-sand);
  font-family: var(--tw-serif);
  font-size: 0.42em;
  line-height: 1;
}
.tw-mark-thorns::after {
  content: '';
  position: absolute;
  inset: 18% -8% 5%;
  border: 1px solid var(--tw-sand);
  border-radius: 50%;
  transform: rotate(-11deg);
  box-shadow: 2px -2px 0 -1px var(--tw-sand), -2px 2px 0 -1px var(--tw-sand);
}
.tw-primary-nav { display: block; }
.tw-nav-list, .tw-primary-nav ul {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tw-nav-list a, .tw-primary-nav a {
  color: rgba(243, 239, 231, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}
.tw-nav-list a:hover, .tw-primary-nav a:hover,
.tw-nav-list a:focus-visible, .tw-primary-nav a:focus-visible { color: var(--tw-bone); }
.tw-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--tw-bone);
  cursor: pointer;
}

.tw-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 73% 38%, rgba(167, 105, 63, 0.32), transparent 25%),
    radial-gradient(circle at 20% 74%, rgba(124, 128, 108, 0.18), transparent 31%),
    linear-gradient(145deg, #0b0b0d 0%, #161318 48%, #281d18 100%);
}
.tw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.tw-hero::after {
  content: '';
  position: absolute;
  right: 8vw;
  bottom: 8vh;
  width: min(42vw, 620px);
  aspect-ratio: 1.45;
  z-index: -2;
  opacity: 0.6;
  background:
    radial-gradient(ellipse at 34% 29%, transparent 0 8%, #08080a 8.5% 12%, transparent 12.5%),
    radial-gradient(ellipse at 66% 29%, transparent 0 8%, #08080a 8.5% 12%, transparent 12.5%),
    linear-gradient(159deg, transparent 0 47%, #08080a 47.5% 54%, transparent 54.5%),
    linear-gradient(201deg, transparent 0 47%, #08080a 47.5% 54%, transparent 54.5%);
  filter: blur(0.3px);
}
.tw-hero-horizon {
  position: absolute;
  inset: auto -5% -20% -5%;
  height: 53%;
  z-index: -1;
  background:
    linear-gradient(168deg, transparent 0 38%, rgba(5,5,7,0.68) 38.5% 49%, transparent 49.5%),
    linear-gradient(188deg, transparent 0 32%, #070709 32.5% 100%);
}
.tw-hero-inner { padding-top: 144px; padding-bottom: 110px; }
.tw-eyebrow, .tw-kicker {
  margin: 0 0 22px;
  color: var(--tw-sand);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.tw-hero h1 {
  max-width: 860px;
  margin: 0;
  color: var(--tw-bone);
  font-family: var(--tw-serif);
  font-size: clamp(4.3rem, 10vw, 9.8rem);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.87;
}
.tw-hero-copy {
  max-width: 690px;
  margin: 38px 0 0;
  color: rgba(243, 239, 231, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.6;
}
.tw-button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 42px; }
.tw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.tw-button:hover { transform: translateY(-2px); }
.tw-button-primary { background: var(--tw-bone); color: var(--tw-ink); }
.tw-button-primary:hover { background: white; }
.tw-button-muted { border-color: rgba(243,239,231,.25); color: rgba(243,239,231,.55); }
.tw-text-link {
  color: var(--tw-bone);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration-color: rgba(243, 239, 231, 0.35);
  text-underline-offset: 5px;
}
.tw-text-link-light { color: var(--tw-bone); }
.tw-hero-note {
  position: absolute;
  right: 34px;
  bottom: 24px;
  margin: 0;
  color: rgba(243,239,231,.4);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.tw-section { padding: clamp(90px, 11vw, 170px) 0; }
.tw-section-light { background: var(--tw-bone); color: var(--tw-ink); }
.tw-section-heading { max-width: 780px; margin-bottom: 60px; }
.tw-section-heading h2,
.tw-vision h2,
.tw-contact h2,
.tw-questions h2 {
  margin: 0;
  font-family: var(--tw-serif);
  font-size: clamp(3rem, 6.5vw, 6.1rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.tw-section-heading > p:last-child { max-width: 700px; margin: 28px 0 0; color: rgba(11,11,13,.68); }
.tw-section-heading-dark > p:last-child { color: rgba(243,239,231,.68); }
.tw-song-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(11,11,13,.18); }
.tw-song-card {
  min-height: 410px;
  padding: 34px 34px 38px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(11,11,13,.18);
}
.tw-song-card:first-child { border-left: 1px solid rgba(11,11,13,.18); }
.tw-song-number { margin: 0 0 auto; color: rgba(11,11,13,.4); font-size: .72rem; letter-spacing: .16em; }
.tw-song-genre { margin: 52px 0 12px; color: var(--tw-copper); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.tw-song-card h3 { margin: 0; font-family: var(--tw-serif); font-size: 2.7rem; font-weight: 500; letter-spacing: -.04em; }
.tw-song-card > p:nth-of-type(3) { color: rgba(11,11,13,.68); }
.tw-status { margin-top: auto; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.tw-vision { background: #111014; }
.tw-vision-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.tw-vision-copy { max-width: 670px; color: rgba(243,239,231,.75); font-size: 1.12rem; }
.tw-vision-copy > p:first-child { margin-top: 0; }
.tw-vision blockquote { margin: 60px 0 0; padding: 30px 0 0 30px; border-left: 1px solid var(--tw-sand); color: var(--tw-bone); }
.tw-vision blockquote p { margin: 0; font-family: var(--tw-serif); font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1.25; }
.tw-vision cite { display: block; margin-top: 18px; color: var(--tw-sand); font-size: .7rem; font-style: normal; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.tw-progress { background: linear-gradient(130deg, #1e1714, #0b0b0d 56%); }
.tw-timeline { display: grid; grid-template-columns: repeat(3, 1fr); margin: 70px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--tw-line); }
.tw-timeline li { position: relative; min-height: 310px; padding: 34px 36px; border-right: 1px solid var(--tw-line); }
.tw-timeline li:first-child { border-left: 1px solid var(--tw-line); }
.tw-timeline li::before { content: ''; position: absolute; top: -5px; left: 36px; width: 9px; height: 9px; border-radius: 50%; background: rgba(243,239,231,.35); }
.tw-timeline li.is-active::before { background: var(--tw-sand); box-shadow: 0 0 0 7px rgba(203,189,157,.09); }
.tw-timeline-step { color: var(--tw-sand); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tw-timeline h3 { margin: 56px 0 18px; font-family: var(--tw-serif); font-size: 2rem; font-weight: 500; }
.tw-timeline p { color: rgba(243,239,231,.64); font-size: .94rem; }

.tw-questions-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 9vw, 130px); align-items: start; }
.tw-questions-grid > div:first-child > p:last-child { color: rgba(11,11,13,.66); }
.tw-faq-list { border-top: 1px solid rgba(11,11,13,.2); }
.tw-faq-list details { border-bottom: 1px solid rgba(11,11,13,.2); }
.tw-faq-list summary { position: relative; padding: 28px 46px 28px 0; cursor: pointer; font-weight: 800; list-style: none; }
.tw-faq-list summary::-webkit-details-marker { display: none; }
.tw-faq-list summary::after { content: '+'; position: absolute; right: 0; top: 25px; color: var(--tw-copper); font-size: 1.3rem; font-weight: 400; }
.tw-faq-list details[open] summary::after { content: '−'; }
.tw-faq-list details p { margin: 0; padding: 0 40px 30px 0; color: rgba(11,11,13,.66); }

.tw-contact { background: var(--tw-copper); color: var(--tw-bone); }
.tw-contact-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; }
.tw-contact p { max-width: 700px; }
.tw-contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.tw-small-note { color: rgba(243,239,231,.68); font-size: .83rem; }

.tw-site-footer { padding: 64px 0; background: #08080a; border-top: 1px solid var(--tw-line); }
.tw-footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.tw-footer-name { margin: 0; font-family: var(--tw-serif); font-size: 2.2rem; }
.tw-footer-note, .tw-footer-meta { color: rgba(243,239,231,.48); font-size: .78rem; }
.tw-footer-meta { text-align: right; }
.tw-footer-meta p { margin: 0 0 8px; }
.tw-footer-meta a { color: inherit; }

.tw-content-main { min-height: 70vh; padding: 160px 0 110px; background: var(--tw-bone); color: var(--tw-ink); }
.tw-content-shell { max-width: 860px; }
.tw-entry-header h1, .tw-archive-header h1, .tw-error-page h1 { margin: 0 0 35px; font-family: var(--tw-serif); font-size: clamp(3.4rem, 8vw, 7rem); font-weight: 500; letter-spacing: -.055em; line-height: .95; }
.tw-entry-content > * { max-width: 760px; }
.tw-entry-content > .alignwide { max-width: 1120px; margin-left: 50%; transform: translateX(-50%); }
.tw-entry-content h2, .tw-entry-content h3 { font-family: var(--tw-serif); line-height: 1.08; }
.tw-post-list { display: grid; gap: 24px; }
.tw-post-card { padding: 32px 0; border-top: 1px solid rgba(11,11,13,.18); }
.tw-post-card h2 { margin: 8px 0; font-family: var(--tw-serif); font-size: 2.3rem; }
.tw-post-card h2 a { text-decoration: none; }
.tw-post-meta { color: var(--tw-copper); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.tw-featured-image { margin: 0 0 50px; }
.tw-error-page { text-align: center; }

@media (max-width: 900px) {
  :root { --tw-shell: min(100% - 32px, 760px); }
  .tw-menu-toggle { display: inline-flex; align-items: center; gap: 10px; }
  .tw-menu-toggle-label { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .tw-menu-toggle-lines, .tw-menu-toggle-lines::before, .tw-menu-toggle-lines::after { display: block; width: 24px; height: 1px; background: currentColor; }
  .tw-menu-toggle-lines { position: relative; }
  .tw-menu-toggle-lines::before, .tw-menu-toggle-lines::after { content: ''; position: absolute; left: 0; }
  .tw-menu-toggle-lines::before { top: -7px; }
  .tw-menu-toggle-lines::after { top: 7px; }
  .tw-primary-nav { display: none; position: absolute; top: 94px; left: 0; right: 0; padding: 24px 16px 30px; background: rgba(11,11,13,.97); border-bottom: 1px solid var(--tw-line); }
  .tw-primary-nav.is-open { display: block; }
  .tw-nav-list, .tw-primary-nav ul { flex-direction: column; align-items: flex-start; gap: 18px; width: var(--tw-shell); margin-inline: auto; }
  .tw-hero::after { right: -9vw; width: 78vw; opacity: .35; }
  .tw-song-grid, .tw-timeline { grid-template-columns: 1fr; }
  .tw-song-card, .tw-song-card:first-child, .tw-timeline li, .tw-timeline li:first-child { border-left: 1px solid rgba(11,11,13,.18); border-right: 1px solid rgba(11,11,13,.18); border-bottom: 1px solid rgba(11,11,13,.18); }
  .tw-timeline li, .tw-timeline li:first-child { border-color: var(--tw-line); }
  .tw-vision-grid, .tw-questions-grid, .tw-contact-inner, .tw-footer-grid { grid-template-columns: 1fr; }
  .tw-footer-meta { text-align: left; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .tw-header-inner { min-height: 78px; }
  .tw-primary-nav { top: 78px; }
  .tw-hero-inner { padding-top: 125px; }
  .tw-hero h1 { font-size: clamp(3.6rem, 18vw, 5.2rem); }
  .tw-hero-note { display: none; }
  .tw-button-row { align-items: flex-start; flex-direction: column; }
  .tw-song-card { min-height: 360px; padding: 28px; }
  .tw-section { padding: 84px 0; }
  .tw-section-heading h2, .tw-vision h2, .tw-contact h2, .tw-questions h2 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
