/*
Theme Name: Opianisto
Theme URI: https://opianisto.local
Author: Codex
Author URI: https://openai.com
Description: A dark one-page merch theme for Opianisto piano apparel.
Version: 1.0.14
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: opianisto
*/

:root {
  --bg: #050505;
  --panel: #101010;
  --panel-2: #171717;
  --line: #282828;
  --text: #f4f4f4;
  --muted: #c9c9c9;
  --soft: #8f8f8f;
  --red: #e21515;
  --red-dark: #a80606;
  --max: 1180px;
  --heading: "Arial Narrow", "Oswald", "Bebas Neue", Impact, sans-serif;
  --body: Inter, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.04), transparent 26rem),
    linear-gradient(180deg, #050505 0%, #0a0a0a 48%, #050505 100%);
  color: var(--text);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
}

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

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

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.header-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(190px, 270px) 1fr auto auto;
  min-height: 86px;
}

.brand {
  align-items: center;
  display: flex;
  gap: 14px;
  min-width: 0;
}

.brand-mark-wrap {
  align-items: center;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex: 0 0 auto;
  height: 56px;
  justify-content: center;
  position: relative;
  width: 56px;
}

.brand-mark {
  height: 44px;
  object-fit: contain;
  object-position: center;
  width: 44px;
}


.brand-name sup,
.footer-brand sup {
  font-size: 60%;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0;
  margin-left: -5px;
  position: relative;
}

.brand-name {
  color: #fff;
  display: block;
  font-family: var(--heading);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
}

.brand-tag {
  color: var(--red);
  display: block;
  font-family: var(--heading);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.1;
  margin-top: 6px;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: clamp(18px, 3vw, 42px);
  justify-content: center;
}

.nav-links a,
.footer-links a {
  color: var(--text);
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  position: relative;
  text-transform: uppercase;
}

.nav-links a:hover,
.nav-links a:focus,
.footer-links a:hover,
.footer-links a:focus {
  color: var(--red);
}

.nav-links a.is-current {
  color: var(--red);
}

.nav-links a.is-current::after {
  background: var(--red);
  bottom: -23px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.btn,
.button {
  align-items: center;
  border: 1px solid var(--red);
  display: inline-flex;
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.14em;
  line-height: 1;
  min-height: 46px;
  padding: 0 24px;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
  background: var(--red);
  color: #fff;
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(180deg, #c91515, #a70808);
  border-color: #c91515;
  color: #fff;
}

.cart-pill {
  color: #fff;
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.mobile-toggle {
  background: transparent;
  border: 1px solid var(--line);
  color: #fff;
  display: none;
  font-family: var(--heading);
  font-size: 13px;
  letter-spacing: 0.16em;
  padding: 12px 14px;
  text-transform: uppercase;
}

.hero {
  border-bottom: 1px solid var(--line);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.97) 0%,
      rgba(5, 5, 5, 0.9) 34%,
      rgba(5, 5, 5, 0.5) 58%,
      rgba(5, 5, 5, 0.12) 100%
    ),
    radial-gradient(circle at 22% 35%, rgba(255, 255, 255, 0.08), transparent 17rem),
    url("assets/images/hero-pianist.png") right center / min(62vw, 980px) auto no-repeat;
  content: "";
  inset: 0;
  opacity: 1;
  position: absolute;
}

.hero::after {
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 26px;
  content: "";
  inset: 0;
  opacity: 0.16;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(420px, 620px) 1fr;
  min-height: 560px;
  padding: 56px 0 50px;
  position: relative;
  z-index: 1;
}

.kicker,
.section-kicker {
  color: var(--red);
  display: block;
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-title {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(58px, 6.7vw, 92px);
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 0.92;
  margin: 0 0 18px;
  text-transform: uppercase;
  text-shadow: 0 3px 0 rgba(255, 255, 255, 0.16);
}

.hero-title sup {
  font-size: 18%;
  top: -0.9em;
}

.hero-subtitle {
  color: var(--red);
  font-family: var(--heading);
  font-size: clamp(24px, 2.35vw, 32px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0 0 22px;
  max-width: 520px;
  text-transform: uppercase;
}

.rule {
  background: var(--red);
  height: 2px;
  margin: 0 0 22px;
  width: 42px;
}

.hero-copy {
  color: #f1f1f1;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.55;
  margin: 0;
  max-width: 455px;
}

.hero-copy-block {
  margin-left: clamp(18px, 3vw, 42px);
  max-width: 570px;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: none;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 30px;
}

.hero-actions .btn {
  min-width: 190px;
  white-space: nowrap;
}

.feature-bar {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.98), rgba(5, 5, 5, 0.98));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.feature {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 20px;
  grid-template-columns: 64px 1fr;
  min-height: 120px;
  padding: 26px 28px;
}

.feature:first-child {
  border-left: 0;
}

.feature:last-child {
  border-right: 0;
}

.feature-icon {
  align-items: center;
  border: 1.5px solid #c6a25d;
  border-radius: 50%;
  color: #c6a25d;
  display: flex;
  height: 56px;
  justify-content: center;
  line-height: 1;
  width: 56px;
}

.feature-icon svg {
  height: 31px;
  width: 31px;
}

.feature-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.feature h3 {
  font-family: var(--heading);
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.15;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.feature p {
  color: #d4d4d4;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.section {
  padding: clamp(54px, 7vw, 88px) 0;
}

.section-head {
  margin: 0 auto 34px;
  max-width: 680px;
  text-align: center;
}

.section-kicker {
  margin-bottom: 12px;
}

.section-title {
  color: #f1f1f1;
  font-family: var(--heading);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 0.96;
  margin: 0;
  text-transform: uppercase;
}

.section-lede {
  color: var(--muted);
  font-size: 18px;
  margin: 10px 0 0;
}

.product-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, 1fr);
}

.product-card {
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.88), rgba(10, 10, 10, 0.92));
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  padding: 22px;
}

.product-art {
  align-items: center;
  aspect-ratio: 1 / 0.92;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 255, 255, 0.08), transparent 48%),
    linear-gradient(145deg, #191919, #060606);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-art::before {
  background: #080808;
  border: 1px solid #1d1d1d;
  border-radius: 18px 18px 8px 8px;
  content: "";
  height: 84%;
  position: absolute;
  top: 8%;
  width: 72%;
}

.product-art.hoodie::before {
  border-radius: 24px 24px 10px 10px;
  height: 88%;
  width: 78%;
}

.product-art.sticker::before {
  background: transparent;
  border: 0;
}

.product-art img {
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.8));
  max-height: 74%;
  object-fit: contain;
  position: relative;
  width: 58%;
}

.product-art.sticker img {
  max-height: 88%;
  width: 78%;
}

.product-card h3 {
  color: #fff;
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.05;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.edition-badge {
  color: #c6a25d;
  display: block;
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-summary {
  color: #d8d8d8;
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 18px;
}

.product-meta {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--soft);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
}

.price {
  color: var(--red);
  font-weight: 900;
}

.product-card .btn {
  min-height: 40px;
  padding: 0 16px;
  width: 100%;
}

.product-actions {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.text-link {
  color: #fff;
  display: inline-flex;
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus {
  color: var(--red);
}

.center-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.story {
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.98) 0%,
      rgba(5, 5, 5, 0.88) 34%,
      rgba(5, 5, 5, 0.42) 62%,
      rgba(5, 5, 5, 0.12) 100%
    ),
    radial-gradient(circle at 82% 46%, rgba(226, 21, 21, 0.16), transparent 18rem),
    url("assets/images/story-flag.png") right center / min(54vw, 760px) auto no-repeat;
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  min-height: 360px;
  padding: clamp(52px, 6vw, 78px) 0;
}

.story-content {
  max-width: 420px;
}

.story h2 {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.98;
  margin: 10px 0 18px;
  text-transform: uppercase;
}

.story h2 span {
  color: var(--red);
}

.story p {
  color: #e2e2e2;
  margin: 0 0 22px;
}

.design-hero {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 1) 0%, rgba(5, 5, 5, 0.88) 48%, rgba(25, 6, 6, 0.78) 100%),
    radial-gradient(circle at 80% 20%, rgba(226, 21, 21, 0.18), transparent 20rem);
  border-bottom: 1px solid var(--line);
  padding: clamp(44px, 6vw, 82px) 0;
}

.design-hero-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(280px, 480px) minmax(320px, 1fr);
}

.design-art-panel {
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.09), transparent 44%),
    linear-gradient(145deg, rgba(38, 38, 38, 0.72), rgba(8, 8, 8, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: clamp(18px, 3vw, 32px);
}

.design-copy {
  max-width: 650px;
}

.back-link {
  color: var(--soft);
  display: inline-flex;
  font-family: var(--heading);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.back-link:hover,
.back-link:focus {
  color: var(--red);
}

.design-title {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(48px, 6vw, 82px);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 0.94;
  margin: 10px 0 18px;
  text-transform: uppercase;
}

.design-summary {
  color: #fff;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 16px;
}

.design-description {
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 590px;
}

.design-price-row {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--muted);
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
  padding: 15px 0;
}

.platform-panel {
  background: rgba(9, 9, 9, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}

.platform-panel h2 {
  font-family: var(--heading);
  font-size: 20px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.platform-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.platform-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 8px;
  min-height: 96px;
  padding: 16px;
}

.platform-card span {
  color: var(--soft);
  font-size: 13px;
}

.platform-card strong {
  color: #fff;
  font-family: var(--heading);
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.platform-card.is-primary {
  background: linear-gradient(180deg, #c91515, #a70808);
  border-color: #d51a1a;
}

.platform-card.is-primary span {
  color: rgba(255, 255, 255, 0.76);
}

.platform-card.is-disabled {
  opacity: 0.56;
}

.detail-grid {
  display: grid;
  gap: clamp(28px, 5vw, 72px);
  grid-template-columns: minmax(260px, 420px) 1fr;
}

.detail-list {
  display: grid;
  gap: 14px;
}

.detail-item {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: 28px 1fr;
  padding: 18px;
}

.detail-item span {
  color: var(--red);
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.detail-item p {
  color: #e1e1e1;
  margin: 0;
}

.next-designs {
  border-top: 1px solid var(--line);
  padding-top: 0;
}

.mini-design-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.mini-design-card {
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 8px;
  padding: 18px;
}

.mini-design-card span {
  color: #c6a25d;
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mini-design-card strong {
  color: #fff;
  font-family: var(--heading);
  font-size: 19px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.voyage-page {
  background: #050505;
}

.voyage-hero {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.9) 34%, rgba(5, 5, 5, 0.36) 62%, rgba(5, 5, 5, 0.08) 100%),
    url("assets/images/voyage-hero.png") right center / min(68vw, 980px) auto no-repeat,
    radial-gradient(circle at 78% 34%, rgba(226, 21, 21, 0.26), transparent 26rem);
  border-bottom: 1px solid var(--line);
  min-height: 600px;
}

.voyage-hero-inner {
  align-items: center;
  display: grid;
  min-height: 600px;
  padding: clamp(56px, 7vw, 92px) 0;
}

.voyage-hero-copy {
  max-width: 620px;
}

.voyage-hero h1,
.voyage-path h2,
.voyage-beginner h2,
.voyage-flags h2,
.voyage-final h2,
.voyage-signup h2 {
  color: #fff;
  font-family: var(--heading);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
}

.voyage-hero h1 {
  font-size: clamp(48px, 5.2vw, 74px);
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  max-width: 700px;
}

.voyage-hero p {
  color: #dfdfdf;
  font-size: 17px;
  line-height: 1.52;
  margin: 0 0 14px;
}

.voyage-strong {
  color: #fff !important;
  font-weight: 900;
}

.voyage-actions {
  display: grid;
  gap: 12px;
  margin-top: 26px;
  max-width: 340px;
}

.voyage-path {
  background:
    linear-gradient(180deg, rgba(12, 12, 12, 0.96), rgba(6, 6, 6, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(226, 21, 21, 0.12), transparent 22rem);
  border-bottom: 1px solid var(--line);
  padding: clamp(38px, 5vw, 56px) 0;
  text-align: center;
}

.voyage-path .section-kicker {
  margin-bottom: 12px;
}

.voyage-path h2 {
  font-size: clamp(36px, 5vw, 58px);
  margin-bottom: clamp(30px, 5vw, 46px);
}

.voyage-steps {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.voyage-step {
  align-items: center;
  display: grid;
  justify-items: center;
  min-width: 0;
  position: relative;
}

.voyage-step:not(:last-child)::after {
  background: var(--red);
  content: "";
  height: 2px;
  left: calc(50% + 54px);
  position: absolute;
  top: 47px;
  width: calc(100% - 82px);
}

.voyage-step-number {
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 50%;
  color: var(--red);
  display: flex;
  font-family: var(--heading);
  font-size: 18px;
  height: 32px;
  justify-content: center;
  margin-bottom: 12px;
  width: 32px;
}

.voyage-step-icon {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  display: flex;
  height: 72px;
  justify-content: center;
  margin-bottom: 18px;
  width: 72px;
}

.voyage-step-icon svg {
  color: #fff;
  height: 38px;
  width: 38px;
}

.voyage-step-icon svg * {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.voyage-step h3 {
  color: #fff;
  font-family: var(--heading);
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 1;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.voyage-step p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
  margin: 0;
}

.voyage-beginner {
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(280px, 0.9fr);
  min-height: 320px;
}

.voyage-photo {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.82)),
    url("assets/images/voyage-keys.png") center / cover no-repeat;
}

.voyage-beginner-copy {
  align-self: center;
  padding: clamp(34px, 6vw, 72px);
}

.voyage-beginner h2 {
  font-size: clamp(38px, 5vw, 62px);
  margin-bottom: 22px;
}

.voyage-beginner p,
.voyage-flags-copy p,
.voyage-final p {
  color: #d8d8d8;
  font-size: 17px;
  line-height: 1.58;
  margin: 0;
}

.voyage-quotes {
  border-bottom: 1px solid var(--line);
  padding: clamp(34px, 5vw, 54px) 0;
  text-align: center;
}

.voyage-quote-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, 1fr);
  margin: 18px auto 0;
  max-width: 960px;
}

.voyage-quote-grid blockquote {
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 0;
  min-height: 142px;
  padding: 26px;
  text-align: left;
}

.voyage-quote-grid span {
  color: var(--red);
  display: block;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.6;
}

.voyage-quote-grid p {
  color: #f2f2f2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.35;
  margin: 0 0 14px;
}

.voyage-quote-grid cite {
  color: var(--red);
  font-style: normal;
}

.voyage-flags {
  border-bottom: 1px solid var(--line);
  padding: clamp(42px, 6vw, 72px) 0;
}

.voyage-flags-inner {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(230px, 0.8fr) minmax(480px, 1.6fr);
}

.voyage-flags h2 {
  font-size: clamp(38px, 5vw, 58px);
  margin-bottom: 18px;
}

.voyage-flags h2::after,
.voyage-final h2::after,
.voyage-beginner h2::after {
  background: var(--red);
  content: "";
  display: block;
  height: 2px;
  margin-top: 18px;
  width: 68px;
}

.voyage-flag-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.voyage-flag-card {
  background: linear-gradient(180deg, rgba(22, 22, 22, 0.82), rgba(8, 8, 8, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  justify-items: center;
  min-height: 230px;
  padding: 22px 16px;
  text-align: center;
}

.voyage-flag-card img {
  height: 76px;
  margin-bottom: 18px;
  object-fit: contain;
  width: 76px;
}

.voyage-flag-card h3 {
  color: #fff;
  font-family: var(--heading);
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 1.1;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.voyage-flag-card h3::after {
  background: var(--red);
  content: "";
  display: block;
  height: 2px;
  margin: 12px auto 0;
  width: 38px;
}

.voyage-flag-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.voyage-final {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.9) 36%, rgba(5, 5, 5, 0.3) 70%, rgba(5, 5, 5, 0.08) 100%),
    url("assets/images/voyage-flag.png") right center / min(62vw, 860px) auto no-repeat;
  border-bottom: 1px solid var(--line);
}

.voyage-final-inner {
  align-items: center;
  display: grid;
  min-height: 320px;
  padding: clamp(42px, 6vw, 66px) 0;
}

.voyage-final-inner > div {
  max-width: 470px;
}

.voyage-final h2 {
  font-size: clamp(38px, 5vw, 64px);
  margin-bottom: 20px;
}

.voyage-final .btn {
  margin-top: 26px;
}

.voyage-signup {
  background: #070707;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.signup {
  border-bottom: 1px solid var(--line);
  padding: 36px 0;
}

.signup-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 160px minmax(230px, 1fr) minmax(320px, 480px);
}

.envelope {
  align-items: center;
  border: 2px solid var(--red);
  color: var(--red);
  display: flex;
  font-family: var(--heading);
  font-size: 52px;
  font-weight: 900;
  height: 92px;
  justify-content: center;
  letter-spacing: 0;
  margin: 0 auto;
  width: 128px;
}

.signup h2 {
  font-family: var(--heading);
  font-size: clamp(28px, 3.2vw, 43px);
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.signup-form {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
}

.signup-form input {
  background: #0a0a0a;
  border: 1px solid var(--line);
  color: #fff;
  min-height: 48px;
  padding: 0 16px;
}

.signup-note {
  color: var(--soft);
  font-size: 13px;
  grid-column: 1 / -1;
  margin: 0;
}

.site-footer {
  padding: 28px 0 34px;
}

.footer-inner {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr auto 1fr;
}

.footer-brand .brand-name {
  font-size: 28px;
}

.footer-brand p,
.copyright {
  color: var(--muted);
  font-size: 13px;
  margin: 8px 0 0;
}

.social {
  text-align: center;
}

.social-title {
  color: #fff;
  display: block;
  font-family: var(--heading);
  font-size: 14px;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  gap: 18px;
  justify-content: center;
}

.social-links a {
  align-items: center;
  color: var(--red);
  display: flex;
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.footer-links a {
  font-size: 12px;
}

@media (max-width: 1000px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .nav-links {
    background: #090909;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: none;
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding: 18px 0;
  }

  .nav-links.is-open {
    display: flex;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 340px 0 56px;
  }

  .hero-copy-block {
    max-width: 620px;
  }

  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.06) 0%,
        rgba(5, 5, 5, 0.42) 34%,
        rgba(5, 5, 5, 0.92) 68%,
        rgba(5, 5, 5, 1) 100%
      ),
      url("assets/images/hero-pianist.png") center top / 100% auto no-repeat;
  }

  .hero-copy {
    max-width: 520px;
  }

  .feature-grid,
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .design-hero-inner,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .design-art-panel {
    max-width: 520px;
  }

  .platform-grid,
  .mini-design-grid {
    grid-template-columns: 1fr;
  }

  .voyage-hero {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.88) 48%, rgba(5, 5, 5, 0.44) 100%),
      url("assets/images/voyage-hero.png") right center / auto 100% no-repeat;
  }

  .voyage-steps,
  .voyage-flags-inner {
    grid-template-columns: 1fr;
  }

  .voyage-step:not(:last-child)::after {
    display: none;
  }

  .voyage-steps {
    gap: 18px;
  }

  .voyage-step {
    border: 1px solid rgba(255, 255, 255, 0.12);
    grid-template-columns: 42px 72px 1fr;
    justify-items: start;
    padding: 18px;
    text-align: left;
  }

  .voyage-step-number,
  .voyage-step-icon {
    margin-bottom: 0;
  }

  .voyage-beginner {
    grid-template-columns: 1fr;
  }

  .voyage-photo {
    min-height: 280px;
  }

  .voyage-flag-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .voyage-final {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.9) 52%, rgba(5, 5, 5, 0.5) 100%),
      url("assets/images/voyage-flag.png") right center / auto 100% no-repeat;
  }

  .signup-inner,
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 28px, var(--max));
  }

  .header-inner {
    gap: 14px;
    min-height: 76px;
  }

  .brand-mark-wrap {
    height: 46px;
    width: 46px;
  }

  .brand-mark {
    height: 35px;
    width: 35px;
  }

.hero-copy-block {
  margin-left: 0;
}
  .brand-name {
    font-size: 20px;
  }

  .brand-tag {
    font-size: 11px;
  }

  .shop-button,
  .cart-pill {
    display: none;
  }

  .nav-links {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .nav-links a.is-current::after {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(5, 5, 5, 0.08) 0%,
        rgba(5, 5, 5, 0.48) 30%,
        rgba(5, 5, 5, 0.94) 58%,
        rgba(5, 5, 5, 1) 100%
      ),
      url("assets/images/hero-pianist.png") center top / 116% auto no-repeat;
    opacity: 1;
  }

  .hero-inner {
    padding: 260px 0 44px;
  }

  .hero-title {
    font-size: clamp(50px, 14.5vw, 64px);
    line-height: 0.94;
  }

  .hero-subtitle {
    font-size: 24px;
    line-height: 1.12;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .feature-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .design-price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .platform-panel {
    padding: 16px;
  }

  .voyage-hero {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.8) 0%, rgba(5, 5, 5, 0.92) 55%, rgba(5, 5, 5, 1) 100%),
      url("assets/images/voyage-hero.png") center top / auto 320px no-repeat;
  }

  .voyage-hero-inner {
    align-items: end;
    min-height: auto;
    padding: 300px 0 42px;
  }

  .voyage-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  .voyage-actions {
    max-width: none;
  }

  .voyage-step {
    grid-template-columns: 36px 58px 1fr;
    padding: 14px;
  }

  .voyage-step-icon {
    height: 58px;
    width: 58px;
  }

  .voyage-step-icon svg {
    height: 30px;
    width: 30px;
  }

  .voyage-quote-grid,
  .voyage-flag-grid {
    grid-template-columns: 1fr;
  }

  .voyage-final {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.98) 68%, rgba(5, 5, 5, 1) 100%),
      url("assets/images/voyage-flag.png") center top / auto 240px no-repeat;
  }

  .voyage-final-inner {
    align-items: end;
    min-height: auto;
    padding: 250px 0 42px;
  }

  .feature {
    border-left: 1px solid var(--line);
  }

  .signup-form {
    grid-template-columns: 1fr;
  }
}
/* Premium hero override */

.site-header {
  background: #050505;
}

.header-inner {
  min-height: 96px;
}

.hero {
  min-height: 660px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.96) 0%,
      rgba(5, 5, 5, 0.82) 33%,
      rgba(5, 5, 5, 0.22) 58%,
      rgba(5, 5, 5, 0.02) 100%
    ),
    url("assets/images/hero-pianist.png") right center / 72% auto no-repeat;
  content: "";
  inset: 0;
  position: absolute;
}

.hero::after {
  background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 100% 28px;
  content: "";
  inset: 0;
  opacity: .16;
  position: absolute;
}

.hero-inner {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(420px, 610px) 1fr;
  min-height: 660px;
  padding: 72px 0 68px;
  position: relative;
  z-index: 1;
}

.hero-copy-block {
  max-width: 610px;
}

.hero-title {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(72px, 7.7vw, 122px);
  font-weight: 900;
  letter-spacing: .03em;
  line-height: .9;
  margin: 0 0 24px;
  text-transform: uppercase;
}

.hero-subtitle {
  color: #e8e8e8;
  font-family: var(--heading);
  font-size: clamp(25px, 2.25vw, 34px);
  font-weight: 900;
  letter-spacing: .15em;
  line-height: 1.22;
  margin: 0 0 24px;
  max-width: 610px;
  text-transform: uppercase;
}

.hero-subtitle span {
  color: var(--red);
}

.rule {
  background: var(--red);
  height: 3px;
  margin: 0 0 24px;
  width: 92px;
}

.hero-copy {
  color: #d8d8d8;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.55;
  max-width: 520px;
}

.hero-actions {
  display: flex;
  gap: 22px;
  margin-top: 40px;
}

.hero-actions .btn {
  min-height: 62px;
  min-width: 250px;
  padding: 0 32px;
}

.hero-actions .btn:not(.btn-primary) {
  border-color: rgba(255,255,255,.55);
}

.feature-bar {
  background: rgba(5, 5, 5, .96);
}

.feature {
  padding: 34px 28px;
}

@media (max-width: 1000px) {
  .hero::before {
    background:
      linear-gradient(
        180deg,
        rgba(5,5,5,.08) 0%,
        rgba(5,5,5,.48) 35%,
        rgba(5,5,5,.94) 68%,
        rgba(5,5,5,1) 100%
      ),
      url("assets/images/hero-pianist.png") center top / 112% auto no-repeat;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 390px 0 64px;
  }
}

/* Narrow hero image-over-text layout */

@media (max-width: 1080px) {
  .shop-button {
    display: none;
  }

  .hero {
    min-height: auto;
    overflow: hidden;
  }

  .hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(5, 5, 5, 0.98) 0%,
        rgba(5, 5, 5, 0.88) 42%,
        rgba(5, 5, 5, 0.48) 72%,
        rgba(5, 5, 5, 0.18) 100%
      ),
      radial-gradient(circle at 75% 45%, rgba(226, 21, 21, 0.18), transparent 16rem),
      url("assets/images/hero-pianist.png") right center / 118% auto no-repeat;
    opacity: 1;
  }

  .hero-inner {
    align-items: center;
    display: flex;
    min-height: 560px;
    padding: 54px 0;
  }

  .hero-copy-block {
    margin-left: 0;
    max-width: 92%;
    position: relative;
    z-index: 2;
  }

  .hero-title {
    font-size: clamp(52px, 14.5vw, 68px);
    line-height: 0.92;
    margin-bottom: 18px;
  }

  .hero-subtitle {
    font-size: 22px;
    line-height: 1.16;
    max-width: 360px;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.55;
    max-width: 330px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
    margin-top: 28px;
  }

  .hero-actions .btn {
    width: 100%;
  }
}

/* Store-first homepage redesign */

.announcement-bar {
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #d8d8d8;
  font-size: 13px;
}

.announcement-inner {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: center;
  min-height: 34px;
}

.announcement-inner a {
  color: var(--red);
  font-family: var(--heading);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  background: rgba(5, 5, 5, 0.96);
}

.header-inner {
  gap: 22px;
  grid-template-columns: minmax(210px, 300px) 1fr auto;
  min-height: 78px;
}

.brand {
  gap: 12px;
}

.brand-name sup,
.footer-brand sup {
  font-size: 40%;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin-left: -5px;
  position: relative;
  top: -0.50em;
}

.nav-links {
  gap: clamp(16px, 2.1vw, 30px);
}

.nav-links a,
.footer-links a {
  letter-spacing: 0.09em;
}

.btn,
.button {
  letter-spacing: 0.1em;
}

.shop-button {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.store-hero {
  min-height: 640px;
}

.store-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.84) 34%, rgba(5, 5, 5, 0.42) 64%, rgba(5, 5, 5, 0.08) 100%),
    radial-gradient(circle at 78% 36%, rgba(226, 21, 21, 0.14), transparent 20rem),
    url("assets/images/hero-pianist.png") right center / min(58vw, 860px) auto no-repeat;
}

.store-hero-inner {
  display: flex;
  align-items: center;
  min-height: 640px;
  padding: 0px 0 0;
}

.store-hero .hero-copy-block {
  margin-left: 0;
  max-width: 620px;
}

.store-hero .hero-title {
  font-size: clamp(66px, 7.2vw, 106px);
}

.store-hero .hero-subtitle {
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
  max-width: 560px;
}

.store-hero .hero-copy {
  max-width: 520px;
}

.category-price {
  color: #c6a25d;
  font-family: var(--heading);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-strip {
  background: #070707;
  border-bottom: 1px solid var(--line);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid article {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 16px;
  grid-template-columns: 52px 1fr;
  min-height: 112px;
  padding: 22px 24px;
}

.trust-grid article:last-child {
  border-right: 0;
}

.trust-grid h3,
.quality-list h3 {
  color: #fff;
  font-family: var(--heading);
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.trust-grid p {
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.split-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.8fr);
  max-width: none;
  text-align: left;
}

.split-head .section-lede {
  margin: 0;
}

.best-sellers {
  background: linear-gradient(180deg, #050505, #090909);
}

.category-section,
.quality-section {
  border-top: 1px solid var(--line);
}

.category-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.category-card {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(22, 22, 22, 0.86), rgba(7, 7, 7, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  min-height: 310px;
  padding: 22px;
}

.category-art {
  align-self: start;
  background:
    url("assets/images/logo-mark.png") center / contain no-repeat,
    #030303;
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  height: 112px;
  margin-bottom: 20px;
}

.category-card.mug .category-art {
  border-radius: 0 0 22px 22px;
  clip-path: polygon(12% 0, 78% 0, 78% 22%, 96% 22%, 96% 64%, 78% 64%, 78% 100%, 12% 100%);
}

.category-card.sticker .category-art {
  border-radius: 50%;
}

.category-card.limited .category-art {
  clip-path: polygon(50% 0, 63% 32%, 98% 35%, 70% 56%, 79% 91%, 50% 72%, 21% 91%, 30% 56%, 2% 35%, 37% 32%);
}

.category-card strong {
  color: #fff;
  font-family: var(--heading);
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.05;
  margin: 12px 0 10px;
  text-transform: uppercase;
}

.category-card p {
  color: #d0d0d0;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.concept-section {
  min-height: 460px;
}

.concept-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 78px);
  grid-template-columns: minmax(300px, 480px) minmax(320px, 1fr);
}

.concept-proof {
  display: grid;
  gap: 14px;
}

.concept-proof article {
  background: rgba(5, 5, 5, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 6px;
  padding: 18px;
}

.concept-proof strong {
  color: #fff;
  font-family: var(--heading);
  font-size: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.concept-proof span {
  color: #d8d8d8;
}

.quality-grid {
  display: grid;
  gap: clamp(30px, 5vw, 76px);
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
}

.quality-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}

.quality-list article {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px;
}

.quality-list p {
  color: #d4d4d4;
  line-height: 1.5;
  margin: 0;
}

.community-section {
  background: #050505;
  border-top: 1px solid var(--line);
}

.community-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 74px);
  grid-template-columns: minmax(320px, 1fr) minmax(320px, 0.9fr);
}

.community-image {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.64)),
    url("assets/images/voyage-keys.png") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 340px;
}

@media (max-width: 1120px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .store-hero-inner,
  .concept-inner,
  .quality-grid,
  .community-inner {
    grid-template-columns: 1fr;
  }

  .trust-grid,
  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .announcement-inner {
    flex-direction: column;
    gap: 2px;
    padding: 8px 0;
    text-align: center;
  }

  .store-hero {
    min-height: auto;
  }

  .store-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.4) 0%, rgba(5, 5, 5, 0.88) 44%, rgba(5, 5, 5, 1) 100%),
      url("assets/images/hero-pianist.png") center top / auto 330px no-repeat;
  }

  .store-hero-inner {
    display: grid;
    min-height: auto;
    padding: 0px 0 0;
  }

  .store-hero .hero-title {
    font-size: clamp(48px, 14vw, 62px);
  }

  .trust-grid,
  .category-grid,
  .quality-list {
    grid-template-columns: 1fr;
  }

  .store-hero .hero-actions {
    gap: 10px;
  }

  .store-hero .hero-actions .btn {
    min-height: 56px;
    padding: 17px 18px;
  }

  .split-head {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .split-head .section-lede {
    margin: 0 auto;
  }

  .trust-grid article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 0;
  }

  .trust-grid article:last-child {
    border-bottom: 0;
  }

  .community-image {
    min-height: 240px;
  }
}

/* Hero image placement refinement */
.store-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.98) 0%, rgba(5, 5, 5, 0.82) 32%, rgba(5, 5, 5, 0.36) 58%, rgba(5, 5, 5, 0.08) 100%),
    radial-gradient(circle at 70% 36%, rgba(226, 21, 21, 0.14), transparent 21rem),
    url("assets/images/hero-pianist.png") 67% center / min(68vw, 980px) auto no-repeat;
}

@media (max-width: 760px) {
  .store-hero {
    min-height: 700px;
    --hero-mobile-text-lift: 92px;
  }

  .store-hero::before {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.18) 0%, rgba(5, 5, 5, 0.52) 36%, rgba(5, 5, 5, 0.92) 70%, #050505 100%),
      url("assets/images/hero-pianist-mobile.png") center center / 100% cover no-repeat;
  }

  .store-hero-inner {
    align-items: flex-end;
    display: flex;
    min-height: 600px;
    padding: 0 0 0px;
  }

  .store-hero .hero-copy-block {
    margin-bottom: var(--hero-mobile-text-lift);
    max-width: 100%;
  }
}
