/* The downloaded Nuxt snapshot leaves a second hydrated <main> after SSR. */
:root {
  --color-light-white: #ebe8e1;
  --song-article-color: #595955;
  --song-article-font-family: NeueHaasDisplay-Roman, sans-serif;
  --song-article-font-size: 14px;
  --song-article-font-weight: 500;
  --song-article-line-height: 20px;
  --song-article-letter-spacing: 0.6px;
  --song-article-paragraph-gap: 10px;
  --song-home-title-size: 57px;
}

#__nuxt > main ~ main {
  display: none !important;
}

html {
  overscroll-behavior-y: none;
  overflow-x: clip;
}

body {
  overflow-x: clip;
  background: #ebe8e1;
}

#hero .title {
  font-size: 57px !important;
  font-weight: 700 !important;
}

@media (min-width: 435px) {
  :root {
    --song-home-title-size: 72px;
  }

  #hero .title {
    font-size: 72px !important;
  }
}

@media (min-width: 1440px) {
  :root {
    --song-home-title-size: 152px;
  }

  #hero .title {
    font-size: 152px !important;
  }
}

.song-logo-host canvas {
  display: none !important;
}

.song-logo-host {
  position: relative;
  display: grid;
  place-items: center;
}

.song-logo-variant {
  position: absolute;
  grid-area: 1 / 1;
  display: block;
  background-image: url("/images/song-logo.png");
  background-repeat: no-repeat;
  transition: none;
  will-change: opacity, transform;
}

.song-logo-variant--mark {
  width: 120px;
  height: 92px;
  background-size: 336px 226px;
  background-position: -110px -134px;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.song-logo-variant--wordmark {
  width: 71px;
  height: 18px;
  background-size: 71px 48px;
  background-position: 0 0;
  opacity: 0;
  transform: translateY(5px) scale(0.94);
}

.song-logo-host.is-wordmark .song-logo-variant--mark {
  opacity: 0;
  transform: translateY(-5px) scale(0.9);
}

.song-logo-host.is-wordmark .song-logo-variant--wordmark {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.song-document-nav {
  position: absolute;
  top: 34px;
  right: 32px;
  z-index: 11;
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--color-dark-text, #201f1f);
  font-size: 11px;
  letter-spacing: 1.2px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 320ms ease, transform 320ms ease, visibility 0s linear 320ms;
}

.song-document-nav.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.song-document-nav a {
  position: relative;
  padding-bottom: 3px;
}

.song-document-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 260ms ease;
}

.song-document-nav a:hover::after,
.song-document-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.song-document-nav a:focus-visible,
.song-circle-cta:focus-visible,
.song-circle-back:focus-visible,
.song-circle-form input:focus-visible,
.song-circle-form button:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 5px;
}

.song-circle-cta {
  cursor: pointer;
}

.song-source-stacked {
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 34px !important;
  width: 100%;
  min-height: 100svh;
  padding: 72px 0 72px !important;
  background: #ebe8e1;
}

.song-source-media {
  order: 1;
  align-self: center;
  width: 100vw;
  max-width: none;
  margin: 0;
}

.song-source-media > div,
.song-source-media > div > div,
.song-source-media [data-framer-background-image-wrapper="true"] {
  width: 100% !important;
  max-width: none !important;
  opacity: 1 !important;
  transform: none !important;
}

.song-source-media [data-framer-background-image-wrapper="true"] {
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  overflow: hidden;
}

.song-source-media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.song-source-copy {
  order: 2;
  width: min(1120px, calc(100vw - 64px)) !important;
  max-width: 1120px !important;
  gap: 0 !important;
  margin: 0 auto !important;
}

.song-source-copy [data-framer-name="Source"] {
  display: none !important;
}

.song-source-copy [data-framer-name="Ode"] {
  display: none !important;
}

.song-source-static-copy {
  display: grid;
  gap: var(--song-article-paragraph-gap);
  width: 100%;
  max-width: 1120px;
  margin: 40px 0 0;
  color: var(--song-article-color);
  font-family: var(--song-article-font-family);
  font-size: var(--song-article-font-size);
  font-weight: var(--song-article-font-weight);
  line-height: var(--song-article-line-height);
  letter-spacing: var(--song-article-letter-spacing);
  text-align: center;
  text-transform: uppercase;
  opacity: 1 !important;
  transform: none !important;
}

.song-source-static-copy p {
  margin: 0;
}

.song-material-page {
  position: relative;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  width: 100vw !important;
  height: auto !important;
  min-height: 100svh !important;
  padding: 92px 5vw 68px !important;
  overflow: hidden;
  color: var(--color-dark-text, #201f1f);
  background: var(--color-light-white, #fff);
  text-transform: none;
}

.song-material-inner {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(1680px, 100%);
  margin: auto;
}

.song-material-divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  bottom: auto;
  left: 50%;
  width: 1px;
  height: var(--song-material-copy-height, 200px);
  background: #c9c9c6;
  opacity: 0.72;
  transform: translate(-0.5px, -50%);
}

.song-material-panel {
  display: grid;
  align-items: center;
  min-height: min(650px, 72vh);
  gap: clamp(28px, 2.4vw, 46px);
}

.song-material-panel--leaf {
  grid-template-columns: minmax(240px, 1.13fr) minmax(260px, 1fr);
  padding-right: clamp(28px, 3.6vw, 70px);
}

.song-material-panel--vessel {
  grid-template-columns: minmax(280px, 1fr) minmax(230px, 0.86fr);
  padding-left: clamp(28px, 3.6vw, 70px);
}

.song-material-visual {
  display: grid;
  place-items: center;
  min-width: 0;
  margin: 0;
}

.song-material-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.song-material-visual--leaf img {
  max-width: 335px;
  max-height: none;
  transform: translateY(-27px) scale(1.12);
}

.song-material-visual--vessel img {
  max-width: 275px;
  max-height: none;
  transform: translateY(clamp(4px, calc(4px + (100vw - 1360px) * 0.075), 56px));
}

.song-material-copy {
  align-self: center;
  height: var(--song-material-copy-height, auto);
  max-width: 370px;
  color: var(--song-article-color);
  font-family: var(--song-article-font-family);
  font-weight: var(--song-article-font-weight);
  text-transform: uppercase;
}

.song-material-copy h2 {
  margin: 0 0 12px;
  color: #595955;
  font-family: NeueHaasDisplay-Roman, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.song-material-copy p {
  margin: 0;
  color: var(--song-article-color);
  font-family: var(--song-article-font-family);
  font-size: var(--song-article-font-size);
  font-weight: var(--song-article-font-weight);
  line-height: var(--song-article-line-height);
  letter-spacing: var(--song-article-letter-spacing);
  text-transform: uppercase;
}

.song-material-copy p + p {
  margin-top: var(--song-article-paragraph-gap);
}

.song-scene-carousel-section {
  width: 100vw !important;
  height: 300vh !important;
  min-height: 0;
  overflow: visible;
}

.song-scene-carousel-section > .sticky {
  display: block !important;
  box-sizing: border-box;
  background: var(--color-light-white, #fff);
}

.song-scene-layered-section > .sticky > .image-wrapper {
  top: 0 !important;
  width: 100vw !important;
  height: 100svh !important;
}

.song-scene-layered-section > .sticky > .image-wrapper > [data-image-wrapper-item] {
  opacity: var(--song-final-layer-opacity, 0) !important;
  transform: scale(var(--song-final-layer-scale, 0.25)) !important;
}

.song-scene-layered-section .image-wrapper img {
  object-fit: contain !important;
  object-position: center center !important;
}

.song-scene-layered-section > .sticky > .image-wrapper:first-child > [data-image-wrapper-item] {
  width: calc(100% - clamp(64px, 7vw, 112px)) !important;
  height: calc(100% - clamp(64px, 7vw, 112px)) !important;
  transform: scale(1) !important;
}

.song-scene-layered-section > .sticky > .image-wrapper:first-child img {
  object-fit: cover !important;
}

.song-scene-layer-copy {
  position: absolute;
  z-index: 20;
  top: calc(clamp(88px, 11vh, 108px) + min(560px, 60vh) + 28px);
  right: 4vw;
  bottom: auto;
  left: 4vw;
  margin: 0 auto;
  color: #202020;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
  text-transform: none !important;
}

.song-scene-layer-copy span {
  display: block;
}

.song-scene-carousel-section > .song-scene-carousel {
  display: none !important;
}

.song-scene-carousel-returned-section {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(48px, 7.3vw, 140px);
  box-sizing: border-box;
  width: min(1440px, 100vw);
  height: auto;
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(104px, 12vh, 128px) 16px clamp(72px, 10vh, 108px)
    clamp(32px, 7.3vw, 140px);
  overflow: clip;
  background: var(--color-light-white, #fff);
}

.song-scene-carousel-returned-section > .song-scene-carousel {
  display: block !important;
  box-sizing: border-box;
  justify-self: center;
  width: auto;
  height: min(76svh, 820px);
  max-width: 100%;
  aspect-ratio: 9 / 16;
  padding: 0;
}

.song-scene-carousel-returned-section .song-scene-slide {
  inset: 0;
}

.song-scene-carousel-returned-section .song-scene-slide img {
  object-fit: contain !important;
  object-position: center center !important;
}

.song-scene-carousel-copy {
  display: grid;
  gap: var(--song-article-paragraph-gap);
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--song-article-color);
  font-family: var(--song-article-font-family);
  font-size: var(--song-article-font-size);
  font-weight: var(--song-article-font-weight);
  line-height: var(--song-article-line-height);
  letter-spacing: var(--song-article-letter-spacing);
  text-align: left;
  text-transform: uppercase !important;
}

.song-scene-carousel-copy span {
  display: block;
}

.song-scene-arrangement {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  column-gap: clamp(36px, 6vw, 72px);
  row-gap: clamp(64px, 7vw, 96px);
  align-items: center;
  justify-self: center;
  width: min(100%, 540px);
  height: auto;
  min-height: 0;
}

.song-scene-arrangement-item {
  position: relative;
  width: 74%;
  aspect-ratio: 9 / 16;
  margin: 0;
  overflow: hidden;
}

.song-scene-arrangement-item--1 {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
}

.song-scene-arrangement-item--2 {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
}

.song-scene-arrangement-item--3 {
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
}

.song-scene-arrangement-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#allocation [data-framer-name="Ode"],
#allocation [data-framer-name="Ode"] p,
#allocation [data-framer-name="Ode"] span {
  color: var(--song-article-color) !important;
  font-family: var(--song-article-font-family) !important;
  font-size: var(--song-article-font-size) !important;
  font-weight: var(--song-article-font-weight) !important;
  line-height: var(--song-article-line-height) !important;
  letter-spacing: var(--song-article-letter-spacing) !important;
}

#allocation [data-framer-name="Source"],
#allocation [data-framer-name="Source"] p,
#allocation [data-framer-name="Source"] span {
  color: #595955 !important;
  font-family: NeueHaasDisplay-Roman, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 20px !important;
  letter-spacing: 1.2px !important;
  text-transform: uppercase !important;
}

#allocation [data-framer-name="Source"],
#allocation [data-framer-name="Source"] p {
  width: 100% !important;
  text-align: left !important;
  white-space: nowrap !important;
}

#allocation [data-framer-name="Source"] span[data-line] {
  display: inline !important;
  white-space: nowrap !important;
}

#allocation [data-framer-name="Source"] br {
  display: none !important;
}

#allocation .song-allocation-line-start {
  display: block !important;
}

#allocation .song-allocation-paragraph-start {
  margin-top: var(--song-article-paragraph-gap) !important;
}

@media (min-width: 768px) {
  .song-scene-carousel-section {
    height: 400vh !important;
  }
}

.song-scene-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: var(--color-light-white, #fff);
  isolation: isolate;
}

.song-scene-slide {
  position: absolute;
  inset: 16px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.035);
  transition: opacity 1300ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 6200ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.song-scene-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.song-scene-slide picture,
.song-scene-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.song-scene-slide img {
  object-fit: cover;
}

.song-scene-controls {
  display: none !important;
  position: absolute;
  left: 50%;
  bottom: 34px;
  z-index: 3;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 5px 8px;
  color: #171717;
  background: rgba(247, 245, 240, 0.82);
  border: 1px solid rgba(23, 23, 23, 0.15);
  border-radius: 2px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(12px);
  transform: translateX(-50%);
}

.song-scene-control {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
}

.song-scene-control:hover {
  background: rgba(23, 23, 23, 0.08);
}

.song-scene-control:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

.song-scene-previous span,
.song-scene-next span {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-1px);
}

.song-scene-toggle {
  border: 1px solid rgba(23, 23, 23, 0.45);
}

.song-scene-toggle-icon {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
}

.song-scene-toggle-icon::before,
.song-scene-toggle-icon::after {
  position: absolute;
  top: 1px;
  width: 3px;
  height: 10px;
  background: currentColor;
  content: "";
}

.song-scene-toggle-icon::before {
  left: 1px;
}

.song-scene-toggle-icon::after {
  right: 1px;
}

.song-scene-toggle.is-paused .song-scene-toggle-icon::before {
  top: 0;
  left: 2px;
  width: 0;
  height: 0;
  background: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid currentColor;
}

.song-scene-toggle.is-paused .song-scene-toggle-icon::after {
  display: none;
}

.song-scene-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 3px;
}

.song-scene-dot {
  width: 14px;
  height: 32px;
  border-radius: 0;
}

.song-scene-dot::before {
  width: 5px;
  height: 5px;
  background: rgba(23, 23, 23, 0.34);
  border-radius: 50%;
  content: "";
  transition: transform 240ms ease, background-color 240ms ease;
}

.song-scene-dot.is-active::before {
  background: currentColor;
  transform: scale(1.45);
}

.song-scene-status {
  min-width: 40px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .song-scene-slide {
    transition: none;
    transform: none;
  }

  .song-scene-dot::before {
    transition: none;
  }
}

.song-material-section-removed {
  display: none !important;
}

.song-footer-section-removed {
  display: none !important;
}

.song-circle-section-removed {
  display: none !important;
}

body.song-circle-page {
  min-height: 100vh;
  background: var(--color-accent-gold, #ebe9e5);
  color: var(--color-dark-text, #201f1f);
}

.song-circle-shell {
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  padding: 32px;
}

.song-circle-back {
  width: fit-content;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}

.song-circle-main {
  display: grid;
  width: min(100%, 1280px);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: center;
  gap: clamp(84px, 13vw, 210px);
}

.song-circle-intro {
  align-self: center;
}

.song-circle-kicker {
  margin-bottom: 20px;
  color: var(--color-dark-subText, #767573);
  font-size: 14px;
  font-weight: 700;
}

.song-circle-title {
  max-width: 620px;
  color: var(--color-dark-text, #201f1f);
  font-size: min(clamp(58px, calc(7vw + 2px), 112px), var(--song-home-title-size));
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.song-circle-copy {
  max-width: 520px;
  margin-top: 28px;
  color: var(--song-article-color);
  font-family: var(--song-article-font-family);
  font-size: var(--song-article-font-size);
  font-weight: var(--song-article-font-weight);
  line-height: var(--song-article-line-height);
  letter-spacing: var(--song-article-letter-spacing);
  text-transform: none;
}

.song-circle-copy p + p {
  margin-top: 16px;
}

.song-circle-welcome {
  max-width: none;
  font-size: clamp(8px, 1.05vw, 14px);
  white-space: nowrap;
}

.song-circle-form {
  display: grid;
  width: 280px;
  justify-self: end;
  gap: 20px;
  transform: translateX(-64px);
}

.song-circle-field {
  display: grid;
  gap: 6px;
}

.song-circle-form label {
  color: var(--color-dark-subText, #767573);
  font-size: 10px;
}

.song-circle-form input {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid currentColor;
  outline: none;
  font-size: 12px;
  text-transform: none;
}

.song-circle-form input::placeholder {
  color: color-mix(in srgb, currentColor 50%, transparent);
}

.song-circle-form button {
  width: fit-content;
  margin-top: 8px;
  padding: 10px 14px;
  border: 1px solid currentColor;
  font-size: 10px;
  cursor: pointer;
  transition: color 220ms ease, background-color 220ms ease;
}

.song-circle-form button:hover {
  background: var(--color-dark-black, #000);
  color: var(--color-light-white, #fff);
}

.song-circle-status {
  min-height: 18px;
  color: var(--color-dark-subText, #767573);
  line-height: 1.5;
}

.song-circle-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--color-dark-subText, #767573);
}

.song-legal-footer {
  position: relative;
  display: block;
  width: 100%;
  padding: clamp(110px, 14vw, 220px) 0 0;
  color: var(--color-dark-text, #201f1f);
  background: #ebe8e1;
  border: 0;
  font-size: 12px;
  letter-spacing: 0.35px;
  overflow: hidden;
}

.song-footer-tea {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: clamp(240px, 38vw, 600px);
  margin: 0 auto;
  overflow: hidden;
}

.song-footer-tea > img {
  display: block;
  width: 100%;
  height: auto;
  transform: translate(-3%, -10%);
  mix-blend-mode: multiply;
}

.song-footer-overlay {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  gap: clamp(20px, 5vw, 88px);
  color: var(--color-dark-text, #201f1f);
}

.song-footer-wordmark {
  display: block;
  width: clamp(86px, 10vw, 150px);
  height: clamp(22px, 2.7vw, 40px);
  justify-self: center;
  background: url("/images/song-logo.png") 0 0 / 100% auto no-repeat;
}

.song-footer-overlay button {
  justify-self: center;
  padding: 6px 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: clamp(9px, 0.9vw, 12px);
  letter-spacing: 0.7px;
  white-space: nowrap;
  cursor: pointer;
}

.song-footer-overlay button:hover,
.song-footer-overlay button:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.song-footer-band {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: space-between;
  gap: 72px;
  min-height: 260px;
  padding: clamp(112px, 10vw, 150px) 32px 32px;
  color: var(--color-dark-text, #201f1f);
  background: #fff;
}

.song-legal-footer.song-legal-footer--compact {
  padding-top: 0;
}

.song-footer-meta {
  display: flex;
  justify-content: space-between;
  align-self: end;
  width: 100%;
  gap: 24px;
}

.song-policy-dialog {
  width: min(880px, calc(100vw - 32px));
  max-height: min(82svh, 820px);
  margin: auto;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  color: var(--color-dark-text, #201f1f);
  background: #fff;
  border: 1px solid rgba(32, 31, 31, 0.5);
}

.song-policy-dialog::backdrop {
  background: rgba(15, 14, 12, 0.62);
}

.song-policy-panel {
  padding: clamp(24px, 5vw, 56px);
}

.song-policy-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(32, 31, 31, 0.35);
}

.song-policy-heading h2 {
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.05;
}

.song-policy-close {
  flex: 0 0 auto;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 32px;
  line-height: 0.8;
  cursor: pointer;
}

.song-policy-content {
  display: grid;
  gap: 14px;
  padding-top: 24px;
  overflow: visible;
  font-size: 14px;
  line-height: 1.55;
}

.song-policy-intro {
  max-width: 720px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.45;
}

.song-policy-content section {
  display: grid;
  gap: 7px;
}

.song-policy-content h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.65px;
}

@media (max-width: 767px) {
  .song-source-stacked {
    gap: 24px !important;
    padding: 72px 0 56px !important;
  }

  .song-source-media {
    width: 100% !important;
  }

  .song-source-copy {
    width: calc(100% - 32px) !important;
  }

  .song-source-static-copy {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
  }

  .song-material-page {
    align-items: flex-start;
    padding: 112px 20px 64px !important;
  }

  .song-material-inner {
    display: block;
  }

  .song-material-divider {
    display: none;
  }

  .song-material-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 26px;
    padding: 0 0 54px;
  }

  .song-material-panel + .song-material-panel {
    padding-top: 54px;
    border-top: 1px solid rgba(32, 31, 31, 0.45);
  }

  .song-material-panel--vessel .song-material-copy {
    order: 2;
  }

  .song-material-panel--vessel .song-material-visual {
    order: 1;
  }

  .song-material-visual--leaf img {
    max-width: 220px;
    max-height: none;
    transform: translateY(-25px);
  }

  .song-material-visual--vessel img {
    max-width: 180px;
    max-height: none;
    transform: none;
  }

  .song-material-copy {
    align-self: auto;
    height: auto;
    max-width: none;
  }

  .song-material-copy h2 {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .song-material-copy p {
    font-size: 14px;
    line-height: 20px;
  }

  .song-document-nav {
    position: fixed;
    top: 70px;
    right: 16px;
    gap: 11px;
    font-size: 8px;
    letter-spacing: 0.7px;
  }

  .song-scene-carousel-section {
    min-height: 0;
  }

  .song-scene-carousel-returned-section {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 100svh;
    align-content: center;
    gap: 24px;
    padding: 104px 16px 48px;
  }

  .song-scene-carousel-returned-section > .song-scene-carousel {
    justify-self: center;
    width: auto;
    height: min(64svh, 640px);
    max-width: 100%;
    aspect-ratio: 9 / 16;
  }

  .song-scene-arrangement {
    width: min(100%, 390px);
    height: auto;
    min-height: 0;
    column-gap: 22px;
    row-gap: 52px;
  }

  .song-scene-arrangement-item {
    width: 76%;
  }

  .song-scene-carousel-copy {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .song-scene-layered-section > .sticky > .image-wrapper {
    top: 0 !important;
    width: 100vw !important;
    height: 100svh !important;
  }

  .song-scene-layer-copy {
    top: calc(104px + min(520px, 58vh) + 22px);
    right: 20px;
    bottom: auto;
    left: 20px;
    font-size: 11px;
    line-height: 1.5;
  }

  .song-scene-controls {
    bottom: 28px;
    gap: 4px;
    min-height: 42px;
    padding: 4px 6px;
  }

  .song-scene-control {
    width: 30px;
    height: 30px;
  }

  .song-scene-dot {
    width: 12px;
  }

  .song-circle-shell {
    padding: 24px 16px;
  }

  .song-circle-main {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 56px;
    padding: 72px 0;
  }

  .song-circle-title {
    font-size: min(clamp(52px, calc(17vw + 2px), 78px), var(--song-home-title-size));
  }

  .song-circle-form {
    width: min(100%, 280px);
    justify-self: start;
    transform: none;
  }

  .song-circle-footer {
    flex-direction: column;
  }

  .song-footer-meta {
    flex-direction: column;
  }

  .song-legal-footer {
    padding: 88px 0 0;
  }

  .song-footer-tea {
    width: 100vw;
    height: 250px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .song-footer-tea img {
    transform: translateX(-3%);
  }

  .song-footer-overlay {
    gap: 8px;
  }

  .song-footer-wordmark {
    width: 76px;
    height: 20px;
  }

  .song-footer-overlay button {
    font-size: 7px;
    letter-spacing: 0.25px;
  }

  .song-footer-band {
    min-height: 230px;
    padding: 94px 16px 24px;
  }
}
