/* Tropicalia 3.4 — campaign-led home. The official identity remains in brand.css. */
.home-page .site-header { background: var(--forest); }
.home-hero { touch-action: pan-y; padding-top: calc(var(--utility-h) + var(--header-h)); background: var(--forest); color: var(--ivory); }
.home-banner { --banner-tone: var(--forest); position: relative; isolation: isolate; overflow: hidden; background: var(--banner-tone); }
.home-banner--green { --banner-tone: var(--green); }
.home-banner--rust { --banner-tone: var(--rust); }
.home-banner__background { position: absolute; z-index: -2; inset: 0; opacity: .62; }
.home-banner__background img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-banner[data-image-position="left"] .home-banner__background img { object-position: left center; }
.home-banner[data-image-position="right"] .home-banner__background img { object-position: right center; }
.home-banner--editorial::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--banner-tone) 5%, transparent 150%); }
.home-banner__inner { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: clamp(40px, 7vw, 120px); width: min(100%, 1620px); min-height: clamp(500px, 39vw, 660px); margin: 0 auto; padding: 56px clamp(22px, 5vw, 82px); }
.home-banner__inner--release { grid-template-columns: 1.15fr 1fr; }
.home-banner__copy { min-width: 0; position: relative; z-index: 2; }
.home-banner__eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-bottom: 24px; color: var(--sand); font: 800 .62rem/1.6 var(--label); letter-spacing: .1em; text-transform: uppercase; }
.home-banner--rust .home-banner__eyebrow { color: var(--ivory); }
.home-banner__eyebrow small { padding-left: 18px; border-left: 1px solid currentColor; font: 600 .62rem/1.4 var(--sans); opacity: .8; }
.home-banner__copy h2 { max-width: 17ch; margin: 0; color: var(--ivory); font: 400 clamp(2.8rem, 4.8vw, 5.3rem)/1.08 var(--display); letter-spacing: -.025em; overflow-wrap: anywhere; }
.home-banner__inner--release h2 { max-width: 15ch; font: 400 clamp(3.8rem, 6.8vw, 7.5rem)/1.02 var(--serif); letter-spacing: -.03em; }
.home-banner__artist { margin: 22px 0 0; font: 800 .8rem/1.5 var(--label); letter-spacing: .085em; text-transform: uppercase; }
.home-banner__text { max-width: 480px; margin: 24px 0 0; color: var(--ivory); font-size: 1rem; line-height: 1.7; }
.home-banner__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 30px; margin-top: 32px; }
.home-banner__link { display: inline-flex; align-items: center; gap: 28px; min-height: 46px; padding: 9px 0; border-bottom: 1px solid rgba(244, 241, 234, .45); font: 800 .62rem/1.5 var(--label); letter-spacing: .04em; text-transform: uppercase; }
.home-banner__link:hover { color: var(--sand); border-color: var(--sand); }
.home-banner__link span { font: 400 1.3rem/1 var(--sans); }
.home-banner__seal { width: 160px; justify-self: center; opacity: .45; }
.home-banner__record { position: relative; width: min(100%, 510px); aspect-ratio: 1.1; margin: 0 auto; perspective: 900px; }
.home-banner__sleeve { position: relative; z-index: 2; display: block; width: 83%; transform-origin: left center; transition: transform .7s var(--ease); }
.home-banner__sleeve img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; box-shadow: 0 20px 45px rgba(5, 5, 5, .28); }
.home-banner__vinyl { position: absolute; inset: 4% auto auto 14%; width: 75%; aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #050505 0 2px, #161b18 3px 5px, #080b09 6px 8px); box-shadow: 12px 18px 35px rgba(5, 5, 5, .3); transform: translateX(8%) rotate(-15deg); transition: transform .82s cubic-bezier(.18, 1.58, .38, 1); will-change: transform; }
.home-banner__vinyl > span { position: absolute; inset: 33%; border-radius: 50%; overflow: hidden; }
.home-banner__vinyl img { width: 100%; height: 100%; object-fit: cover; }
.home-banner__vinyl::after { content: ""; position: absolute; inset: 49%; border-radius: 50%; background: var(--ivory); }
.home-banner__record:hover .home-banner__vinyl, .home-banner.is-selected .home-banner__vinyl, .home-banner.is-playing .home-banner__vinyl { transform: translateX(55%) rotate(90deg); }
.home-banner__record:hover .home-banner__sleeve, .home-banner.is-selected .home-banner__sleeve, .home-banner.is-playing .home-banner__sleeve { transform: translateY(-5px) rotateY(-15deg); }
.home-banner.is-playing .home-banner__vinyl { animation: homeVinylSpin 3s linear infinite; }
.home-banner__record-caption { position: absolute; left: 0; bottom: -4px; width: 83%; color: rgba(244, 241, 234, .75); font: 600 .54rem/1.6 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
@keyframes homeVinylSpin { from { transform: translateX(55%) rotate(90deg); } to { transform: translateX(55%) rotate(450deg); } }
.home-banner--artwork { min-height: 0; }
.home-banner--artwork .home-banner__background { position: relative; display: block; opacity: 1; z-index: 0; }
.home-banner--artwork .home-banner__background img { width: 100%; height: clamp(500px, 39vw, 660px); object-fit: contain; }
.home-banner__artwork-link { position: absolute; z-index: 1; inset: 0; }
.home-banner__artwork-link:focus-visible { outline-offset: -6px; outline-color: var(--sand); }
.home-hero__controls { display: flex; align-items: center; gap: 34px; padding: 0 clamp(22px, 5vw, 82px); border-top: 1px solid var(--line-light); }
.home-hero__tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); flex: 1; gap: 28px; min-width: 0; }
.home-hero__tab { display: flex; align-items: center; gap: 13px; position: relative; min-height: 78px; padding: 15px 0; border: 0; background: transparent; color: var(--ivory); text-align: left; opacity: .58; transition: opacity .25s; }
.home-hero__tab::before { content: ""; position: absolute; inset: -1px 0 auto; height: 2px; background: var(--sand); transform: scaleX(0); transform-origin: left; transition: transform .35s; }
.home-hero__tab span { color: var(--sand); font: 400 1rem/1 var(--serif); }
.home-hero__tab strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 600 .69rem/1.4 var(--sans); }
.home-hero__tab.is-current, .home-hero__tab:hover { opacity: 1; }
.home-hero__tab.is-current::before { transform: scaleX(1); }
.home-hero__transport { display: flex; align-items: center; gap: 5px; }
.home-hero__transport button { width: 44px; height: 44px; padding: 0; border: 1px solid var(--line-light); border-radius: 50%; background: transparent; color: var(--ivory); font: 400 1.1rem/1 var(--sans); }
.home-hero__transport button:hover, .home-hero__transport [aria-pressed="true"] { background: var(--ivory); color: var(--forest); }
.home-hero__transport [data-banner-pause] { margin-left: 9px; font-size: .9rem; }
.home-hero.is-enhanced .home-banner.is-current .home-banner__inner { animation: bannerEnter .45s ease-out both; }
@keyframes bannerEnter { from { opacity: .3; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.home-updates { display: grid; grid-template-columns: .75fr repeat(4, minmax(0, 1fr)); padding: 23px clamp(22px, 5vw, 82px); border-bottom: 1px solid var(--line); background: var(--ivory); }
.home-updates__label { display: flex; align-items: center; gap: 20px; padding-right: 20px; font: 800 .57rem/1.5 var(--label); text-transform: uppercase; }
.home-updates__label > span { font: 400 1.6rem/1 var(--sans); color: var(--rust); }
.home-updates > a { display: grid; align-content: center; gap: 5px; padding: 0 24px; border-left: 1px solid var(--line); min-width: 0; }
.home-updates small { color: var(--rust); font: 800 .5rem/1.5 var(--label); text-transform: uppercase; letter-spacing: .04em; }
.home-updates strong { display: flex; justify-content: space-between; align-items: center; gap: 12px; font: 500 .77rem/1.5 var(--sans); }
.home-updates > a:hover strong { color: var(--rust); }
.home-page .label-section { padding-block: clamp(70px, 7vw, 110px); }
.home-page .editorial-heading { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 24px; margin-bottom: 48px; }
.home-page .editorial-heading h2 { margin-top: 17px; font-size: clamp(2.1rem, 3.5vw, 4rem); }
.home-page .editorial-heading h2 em { color: inherit; }
.home-page .editorial-heading > p { display: none; }
.home-page .catalog-card__info h3 { font-size: clamp(2.2rem, 3.2vw, 3.5rem); }
.home-page .label-radio { min-height: 0; grid-template-columns: .8fr 1.2fr; }
.home-page .label-radio__image { min-height: 0; aspect-ratio: 1.08; }
.home-page .label-radio__image img { object-fit: contain; background: var(--forest); }
.home-page .label-radio__copy { padding: clamp(36px, 5vw, 76px); }
.home-page .label-radio__copy h2 { font-size: clamp(3rem, 4.8vw, 5.4rem); margin-block: 34px 24px; }
.home-page .label-radio__copy > p { font-size: .96rem; }
.home-page .label-radio__meta { margin-block: 25px 30px; }
.home-page .playlist-cover-stack { width: min(100%, 360px); }
.home-page .playlist-shell { grid-template-columns: .7fr 1.3fr; }
.home-page .playlist-visual h3 { font-size: clamp(3rem, 4vw, 4.5rem); }
.home-page .label-about { min-height: 0; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.home-page .label-about__image { min-height: 0; }
.home-page .label-about__image img { object-fit: contain; }
.home-page .label-about__copy { padding: clamp(40px, 5vw, 80px); }
.home-page .label-about__copy h2 { font-size: clamp(3rem, 4.4vw, 5rem); }
.home-page .label-about__copy blockquote { margin-block: 30px; font-size: 1.9rem; }
.home-page .gallery-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-page .gallery-item, .home-page .gallery-item:nth-child(1), .home-page .gallery-item:nth-child(6) { grid-column: auto; }
.home-page .gallery-item img { object-fit: contain; }
.home-page .demo-callout { min-height: 520px; }
.home-page .demo-callout h2 { font-size: clamp(3.4rem, 6vw, 6.5rem); }
.motion-paused .home-banner__vinyl { animation-play-state: paused; }
@media (max-width: 1100px) {
  .home-banner__inner { gap: 40px; min-height: 490px; padding-block: 50px; }
  .home-banner--artwork .home-banner__background img { height: 490px; }
  .home-banner__seal { width: 130px; }
  .home-updates { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .home-updates__label { display: none; }
  .home-updates > a { padding-inline: 18px; }
  .home-updates > a:first-of-type { padding-left: 0; border-left: 0; }
  .home-hero__tabs { gap: 18px; }
  .home-hero__tab strong { font-size: .62rem; }
  .home-page .label-radio__image { aspect-ratio: auto; }
}
@media (max-width: 760px) {
  .home-banner__inner, .home-banner__inner--release { display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 30px; min-height: 610px; padding: 36px 22px 42px; }
  .home-banner__copy { order: 2; }
  .home-banner__copy h2 { max-width: 18ch; font-size: clamp(2.4rem, 8.7vw, 4rem); }
  .home-banner__inner--release h2 { font-size: clamp(3rem, 10.5vw, 4.5rem); max-width: none; }
  .home-banner__eyebrow { margin-bottom: 15px; font-size: .55rem; }
  .home-banner__artist { margin-top: 12px; font-size: .66rem; }
  .home-banner__text { margin-top: 20px; font-size: .94rem; }
  .home-banner__actions { gap: 18px; margin-top: 24px; }
  .home-banner__link { font-size: .56rem; gap: 15px; }
  .home-banner__record { order: 1; width: min(78%, 300px); margin-bottom: 8px; }
  .home-banner__record-caption { font-size: .47rem; bottom: -8px; }
  .home-banner__seal { align-self: flex-start; width: 85px; opacity: .7; }
  .home-banner__background img { object-position: center; }
  .home-banner--editorial::after { background: linear-gradient(0deg, var(--banner-tone) 7%, transparent 150%); }
  .home-banner--artwork .home-banner__background img { height: 610px; }
  .home-hero__controls { gap: 18px; padding-inline: 22px; }
  .home-hero__tabs { gap: 13px; }
  .home-hero__tab { min-height: 66px; justify-content: center; }
  .home-hero__tab strong { display: none; }
  .home-hero__transport { gap: 3px; }
  .home-hero__transport [data-banner-pause] { margin-left: 3px; }
  .home-updates { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 19px 0; padding: 22px; }
  .home-updates > a { padding-inline: 15px 0; }
  .home-updates > a:nth-of-type(2n+1) { border-left: 0; padding-left: 0; padding-right: 15px; }
  .home-updates small { font-size: .47rem; }
  .home-updates strong { font-size: .73rem; }
  .home-page .label-section { padding: 62px 22px; }
  .home-page .editorial-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 36px; }
  .home-page .editorial-heading h2 { font-size: clamp(2rem, 7.4vw, 3.4rem); }
  .home-page .editorial-heading > .editorial-link, .home-page .editorial-heading > .button { justify-self: start; }
  .home-page .catalog-card__info h3 { font-size: 2.6rem; }
  .home-page .label-radio, .home-page .label-about { grid-template-columns: 1fr; }
  .home-page .label-radio__image { aspect-ratio: 1.15; }
  .home-page .label-radio__copy, .home-page .label-about__copy { padding: 45px 22px; }
  .home-page .label-radio__copy h2 { font-size: clamp(3rem, 11vw, 4.5rem); }
  .home-page .label-about__image { aspect-ratio: 1; }
  .home-page .playlist-shell { grid-template-columns: 1fr; gap: 35px; }
  .home-page .playlist-visual { position: static; }
  .home-page .playlist-cover-stack { width: min(80%, 300px); }
  .home-page .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-page .demo-callout { min-height: 500px; }
  .home-page .demo-callout h2 { font-size: clamp(3rem, 11vw, 4.5rem); }
}
@media (prefers-reduced-motion: reduce) {
  .home-banner.is-playing .home-banner__vinyl { animation: none; }
  .home-hero.is-enhanced .home-banner.is-current .home-banner__inner { animation: none; }
}
