.tkb-soundscape-home {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 10vw, 144px) max(24px, calc((100vw - 1240px) / 2));
  border-block: 1px solid rgba(205, 170, 104, .18);
  background:
    radial-gradient(circle at 72% 48%, rgba(205, 170, 104, .13), transparent 28rem),
    linear-gradient(125deg, #090907 0%, #12110d 60%, #070705 100%);
  color: #f0ede3;
  isolation: isolate;
}
.tkb-soundscape-home::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .22;
  background: repeating-linear-gradient(90deg, transparent 0, transparent calc(12.5% - 1px), rgba(255,255,255,.06) 12.5%);
}
.tkb-soundscape-home__staff { position: absolute; inset: 32% 0 auto; height: 70px; opacity: .35; background: repeating-linear-gradient(180deg, rgba(205,170,104,.2) 0 1px, transparent 1px 16px); }
.tkb-soundscape-home__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); align-items: end; gap: clamp(40px, 8vw, 110px); width: min(1240px, 100%); margin: auto; }
.tkb-soundscape-home__eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #d4b477; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.tkb-soundscape-home__eyebrow::before { content: ''; width: 36px; height: 1px; background: #cda968; }
.tkb-soundscape-home h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(58px, 8vw, 108px); font-weight: 400; line-height: .78; letter-spacing: -.065em; text-transform: uppercase; }
.tkb-soundscape-home h2 em { display: block; color: #e0c48f; font-size: .66em; font-weight: 400; letter-spacing: -.01em; text-transform: none; }
.tkb-soundscape-home__copy { padding: 24px 0 0 30px; border-left: 1px solid rgba(205,170,104,.26); }
.tkb-soundscape-home__copy > p { margin: 0 0 22px; color: #aaa59b; font-size: 14px; line-height: 1.75; }
.tkb-soundscape-home__credit { display: grid; grid-template-columns: auto 1fr; gap: 7px 18px; margin: 0 0 26px; }
.tkb-soundscape-home__credit span { color: #77736b; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.tkb-soundscape-home__credit strong { color: #d7d2c8; font-size: 11px; font-weight: 600; text-align: right; }
.tkb-soundscape-home__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.tkb-soundscape-home__actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-width: 190px; padding: 14px 16px; border: 1px solid #cda968; background: #cda968; color: #090806; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease; }
.tkb-soundscape-home__actions a:hover { background: #e0c48f; transform: translateY(-2px); }
.tkb-soundscape-home__actions a:last-child { min-width: auto; border-color: rgba(255,255,255,.18); background: transparent; color: #d5d0c6; }
.tkb-soundscape-home__actions a:last-child:hover { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.04); }
.desktop-nav a[data-tkb-soundscape-nav] { color: #d8b878; }

@media (max-width: 820px) {
  .tkb-soundscape-home__inner { grid-template-columns: 1fr; align-items: start; }
  .tkb-soundscape-home__copy { max-width: 560px; }
}
@media (max-width: 560px) {
  .tkb-soundscape-home { padding-inline: 20px; }
  .tkb-soundscape-home h2 { font-size: clamp(50px, 18vw, 76px); }
  .tkb-soundscape-home__copy { padding-left: 18px; }
  .tkb-soundscape-home__actions { flex-direction: column; }
  .tkb-soundscape-home__actions a { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .tkb-soundscape-home__actions a { transition: none; }
}
