:root {
    --bg: #050706;
    --bg-soft: #0c1311;
    --panel: rgba(10, 18, 16, 0.82);
    --panel-strong: rgba(14, 22, 20, 0.96);
    --border: rgba(145, 196, 183, 0.18);
    --text: #edf2ec;
    --muted: #aeb9b2;
    --teal: #79a79b;
    --teal-bright: #a7d4c6;
    --gold: #d7bf8d;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background:
        linear-gradient(180deg, #000000 0%, #010101 52%, #000000 100%);
}

.home-page {
    background: #000;
}

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

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

button {
    color: inherit;
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-shell {
    position: relative;
    overflow: hidden;
}

.page-shell::before,
.page-shell::after {
    content: "";
    position: fixed;
    inset: auto;
    width: 26rem;
    height: 26rem;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(24px);
    opacity: 0.2;
    z-index: 0;
}

.page-shell::before {
    top: -10rem;
    right: -8rem;
    background: rgba(121, 167, 155, 0.32);
}

.page-shell::after {
    bottom: -12rem;
    left: -8rem;
    background: rgba(215, 191, 141, 0.16);
}

.site-header,
.hero,
.section,
.site-footer {
    position: relative;
    z-index: 1;
}

.site-header {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.site-header-overlay {
    position: absolute;
    left: 50%;
    top: 0;
    width: min(1180px, calc(100% - 2rem));
    transform: translateX(-50%);
    z-index: 3;
    padding-top: 1.2rem;
}

.brand,
.hero h1,
.section h2,
.featured-copy h3,
.spotlight-copy h3 {
    font-family: "Cinzel", serif;
}

.brand {
    font-size: 1.35rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    color: var(--muted);
}

.menu-toggle {
    display: none;
    position: relative;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(12px);
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 0.28rem 0;
    background: var(--text);
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.site-nav a {
    padding: 0.3rem 0;
    transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--teal-bright);
}

.hero,
.section,
.site-footer {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.hero {
    padding: 3rem 0 4rem;
}

.hero-full {
    width: 100%;
    margin: 0;
    padding: 0;
}

.hero-media {
    position: relative;
    min-height: 44rem;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    background:
        linear-gradient(180deg, rgba(3, 7, 7, 0.58), rgba(2, 4, 4, 0.88)),
        radial-gradient(circle at top, rgba(121, 167, 155, 0.16), transparent 35%),
        linear-gradient(180deg, #081110 0%, #040706 100%);
    box-shadow: none;
}

.hero-full .hero-media {
    width: 100%;
    border-radius: 0;
}

.hero-full .hero-media::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 9rem;
    background: linear-gradient(
        180deg,
        rgba(1, 2, 3, 0) 0%,
        rgba(1, 2, 3, 0.32) 28%,
        rgba(1, 2, 3, 0.72) 62%,
        rgba(1, 2, 3, 0.96) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.hero-video,
.hero-overlay,
.hero-rings,
.hero-content {
    position: absolute;
    inset: 0;
}

.hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.38;
    filter: saturate(0.72) contrast(1.08) brightness(0.72);
    background:
        linear-gradient(180deg, rgba(9, 20, 18, 0.76), rgba(2, 5, 5, 0.96)),
        url("assets/a-band-logo-image-for-kenosis-removebg-preview.png") center / 28rem no-repeat;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(2, 5, 5, 0.92) 0%, rgba(2, 5, 5, 0.64) 42%, rgba(2, 5, 5, 0.84) 100%),
        linear-gradient(180deg, rgba(167, 212, 198, 0.06), transparent 25%, rgba(0, 0, 0, 0.34) 100%);
}

.hero-rings {
    inset: auto auto -18%;
    left: 58%;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    transform: translateX(-50%);
    background:
        radial-gradient(circle, rgba(215, 191, 141, 0.28) 0%, rgba(121, 167, 155, 0.12) 28%, transparent 60%),
        radial-gradient(circle, transparent 57%, rgba(167, 212, 198, 0.22) 58%, transparent 61%);
    filter: blur(8px);
    opacity: 0.85;
}

.hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 3rem;
    align-items: center;
    padding: clamp(7rem, 12vw, 9rem) clamp(2rem, 5vw, 4rem) clamp(2rem, 5vw, 4rem);
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
}

.eyebrow,
.featured-label,
.spotlight-kicker,
.card-tag {
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.76rem;
}

.eyebrow,
.featured-label,
.spotlight-kicker {
    color: var(--teal-bright);
}

.hero h1 {
    margin: 0.5rem 0 1rem;
    font-size: clamp(2.7rem, 6vw, 5.8rem);
    line-height: 0.95;
    max-width: 10ch;
}

.hero-text,
.section-heading p,
.featured-copy p,
.spotlight-copy p,
.story-panel p,
.site-footer {
    color: var(--muted);
    line-height: 1.7;
}

.hero-text {
    max-width: 38rem;
    font-size: 1.05rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 2rem 0 1.5rem;
}

.button {
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.product-card:hover,
.product-card:focus-visible {
    transform: translateY(-2px);
}

.button-primary {
    background: linear-gradient(135deg, rgba(121, 167, 155, 0.22), rgba(215, 191, 141, 0.22));
    border-color: rgba(167, 212, 198, 0.38);
}

.button-secondary {
    background: rgba(255, 255, 255, 0.02);
}

.hero-notes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-notes li {
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #d9e4dd;
    font-size: 0.95rem;
}

.hero-art {
    margin: 0;
    justify-self: end;
    width: min(100%, 32rem);
}

.hero-art-frame {
    position: relative;
    padding: 1.25rem;
    border-radius: 2rem;
    background:
        radial-gradient(circle at top, rgba(215, 191, 141, 0.24), transparent 28%),
        linear-gradient(180deg, rgba(11, 19, 17, 0.7), rgba(4, 8, 7, 0.92));
    border: 1px solid var(--border);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(10px);
}

.hero-art-frame::after {
    content: "";
    position: absolute;
    inset: 1rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.hero-art img {
    width: 100%;
    max-height: 32rem;
    margin: 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 48px rgba(121, 167, 155, 0.18));
}

.section {
    padding: 2rem 0 4.5rem;
}

.section-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: start;
}

.section-heading h2,
.story-panel h2 {
    margin: 0.4rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.narrow {
    max-width: 42rem;
}

.featured-card,
.spotlight-panel,
.story-panel,
.support-card,
.player-panel,
.manifesto-panel {
    border-radius: 1.75rem;
    background: var(--panel);
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
}

.featured-card {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1.12fr);
    overflow: hidden;
}

.featured-copy {
    padding: 2rem;
}

.featured-copy h3,
.spotlight-copy h3 {
    margin: 0.45rem 0 0.85rem;
    font-size: 1.8rem;
}

.featured-image {
    min-height: 100%;
    background: linear-gradient(180deg, rgba(121, 167, 155, 0.08), rgba(0, 0, 0, 0.18));
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.spec-list {
    margin: 1.5rem 0 0;
    display: grid;
    gap: 1rem;
}

.spec-list div {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.spec-list dt {
    margin-bottom: 0.25rem;
    color: var(--text);
    font-weight: 600;
}

.spec-list dd {
    margin: 0;
    color: var(--muted);
}

.collection-layout {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 1.5rem;
    align-items: start;
}

.showcase-section {
    padding-top: 0.5rem;
    padding-bottom: 2.5rem;
}

.showcase-grid {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.showcase-card {
    padding: 1.05rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(167, 212, 198, 0.08);
    background: rgba(0, 0, 0, 0.78);
    box-shadow: var(--shadow);
    transition: transform 180ms ease, border-color 180ms ease;
}

.showcase-card:hover,
.showcase-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(167, 212, 198, 0.38);
}

.showcase-card h3,
.slider-header h3 {
    margin: 0.4rem 0 0.7rem;
    font-family: "Cinzel", serif;
    font-size: 1.15rem;
}

.showcase-card p:last-child,
.slider-copy p {
    color: var(--muted);
    line-height: 1.7;
}

.collection-page-hero h1 {
    margin: 0.4rem 0 1rem;
    font-family: "Cinzel", serif;
    font-size: clamp(2.5rem, 5vw, 4.6rem);
    line-height: 0.95;
}

.shop-page {
    background: linear-gradient(180deg, #040605 0%, #060908 100%);
}

.shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
    gap: 1.5rem;
    align-items: stretch;
}

.shop-hero-copy,
.shop-hero-feature,
.shop-card,
.cart-panel {
    border-radius: 1.75rem;
    border: 1px solid rgba(167, 212, 198, 0.12);
    background: rgba(10, 15, 14, 0.86);
    box-shadow: var(--shadow);
}

.shop-hero-copy {
    padding: 2rem;
}

.shop-hero-copy h1,
.shop-toolbar h2,
.shop-card h3,
.cart-panel h2,
.shop-hero-feature-copy h2 {
    font-family: "Cinzel", serif;
}

.shop-hero-copy h1 {
    margin: 0.45rem 0 0.9rem;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    line-height: 0.95;
}

.shop-hero-copy p,
.shop-hero-feature-copy p,
.shop-card p,
.shop-toolbar-meta p,
.cart-empty {
    color: var(--muted);
    line-height: 1.7;
}

.shop-hero-actions,
.shop-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.5rem;
}

.shop-hero-feature {
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.shop-hero-feature img {
    width: 100%;
    height: 100%;
    max-height: 30rem;
    object-fit: cover;
}

.shop-hero-feature-copy {
    padding: 1.3rem 1.5rem 1.6rem;
}

.shop-hero-feature-copy h2 {
    margin: 0.35rem 0 0.55rem;
    font-size: 1.7rem;
}

.shop-layout {
    padding-top: 1rem;
}

.shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.shop-toolbar h2 {
    margin: 0.4rem 0 0;
    font-size: clamp(1.9rem, 4vw, 3rem);
}

.shop-toolbar-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.shop-card {
    overflow: hidden;
}

.shop-card-media {
    position: relative;
}

.shop-card-media img {
    width: 100%;
    aspect-ratio: 1 / 1.08;
    object-fit: cover;
}

.shop-card-copy {
    padding: 1rem 1rem 1.2rem;
}

.shop-card h3 {
    margin: 0.25rem 0 0.35rem;
    font-size: 1.22rem;
}

.shop-price {
    margin: 0 0 0.55rem;
    color: var(--teal-bright);
    font-weight: 700;
}

.shop-card-actions {
    align-items: center;
}

.quantity-control {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.2rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.quantity-control button {
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    cursor: pointer;
}

.quantity-control span {
    min-width: 1.5rem;
    text-align: center;
}

.cart-drawer {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 20;
}

.cart-drawer.is-open {
    display: block;
}

.cart-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.54);
}

.cart-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 28rem);
    height: 100%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    background: rgba(5, 7, 7, 0.98);
}

.cart-panel-header,
.cart-total-row {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
}

.cart-panel-header h2 {
    margin: 0.35rem 0 0;
    font-size: 1.7rem;
}

.cart-close {
    border: 0;
    background: transparent;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
}

.cart-items {
    flex: 1;
    overflow-y: auto;
    margin-top: 1.25rem;
    display: grid;
    gap: 0.85rem;
}

.cart-item {
    display: grid;
    grid-template-columns: 4.5rem 1fr auto;
    gap: 0.85rem;
    padding: 0.8rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.8rem;
}

.cart-item h3 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
}

.cart-item p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
}

.cart-item-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.55rem;
}

.cart-item-controls button {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 999px;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.cart-item-remove {
    color: var(--muted);
    border: 0;
    background: transparent;
    cursor: pointer;
}

.cart-footer {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.product-card {
    position: relative;
    padding: 0;
    border: 1px solid var(--border);
    background: var(--panel-strong);
    border-radius: 1.4rem;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    box-shadow: var(--shadow);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.product-card.is-active {
    border-color: rgba(167, 212, 198, 0.56);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.48);
}

.card-tag {
    position: absolute;
    margin: 1rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(5, 7, 6, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--teal-bright);
}

.product-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.spotlight-panel {
    overflow: hidden;
}

.spotlight-media {
    background: linear-gradient(180deg, rgba(121, 167, 155, 0.08), rgba(0, 0, 0, 0.15));
}

.spotlight-media img {
    width: 100%;
    aspect-ratio: 4 / 4.4;
    object-fit: cover;
}

.spotlight-copy {
    padding: 1.5rem 1.5rem 1.7rem;
}

.spotlight-price {
    margin: 0 0 0.75rem;
    color: var(--teal-bright);
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.spotlight-actions {
    margin-top: 1.2rem;
}

.checkout-note,
.collection-note {
    color: var(--muted);
    line-height: 1.6;
}

.checkout-note {
    margin: 0.8rem 0 0;
    font-size: 0.92rem;
}

.story-section {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 2.5rem;
}

.story-panel {
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.story-art {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.story-art img {
    height: 100%;
    max-height: 23rem;
    object-fit: cover;
    border-radius: 1.6rem;
    border: 1px solid rgba(167, 212, 198, 0.08);
    background: rgba(0, 0, 0, 0.82);
    box-shadow: var(--shadow);
}

.site-footer {
    padding: 0 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.95rem;
}

.site-footer a {
    color: var(--teal-bright);
}

.home-page .calculator-section {
    width: 100%;
    margin: 0;
    background: #000;
}

.calculator-section {
    width: 100%;
    margin: 0;
    padding: 0 0 5rem;
    position: relative;
    overflow: hidden;
}

.calculator-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px),
        radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.1) 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 42% 68%, rgba(255, 255, 255, 0.08) 0 1.2px, transparent 1.6px),
        radial-gradient(circle at 84% 76%, rgba(255, 255, 255, 0.1) 0 1px, transparent 1.5px),
        radial-gradient(circle at 8% 78%, rgba(255, 255, 255, 0.08) 0 1px, transparent 1.4px),
        linear-gradient(180deg, #000000 0%, #000000 50%, #000000 100%);
    opacity: 1;
    pointer-events: none;
}

.calculator-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 20%, rgba(255, 255, 255, 0.008) 78%, transparent 100%);
    pointer-events: none;
}

.calculator-section .section-heading,
.calculator-shell,
.calculator-section-inner {
    position: relative;
    z-index: 1;
}

.calculator-section-inner {
    width: min(1180px, calc(100% - 2rem));
    margin: 0 auto;
    padding-top: 1.5rem;
}

.calculator-shell {
    position: relative;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
    gap: 1.5rem;
    align-items: start;
}

.calculator-zodiac {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 19rem;
    height: 19rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: none;
    opacity: 0.62;
    pointer-events: none;
    z-index: 0;
}

.calculator-zodiac::before,
.calculator-zodiac::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.calculator-zodiac::before {
    border: 1px solid rgba(167, 212, 198, 0.18);
    box-shadow:
        0 0 0 1.5rem rgba(255, 255, 255, 0.015),
        inset 0 0 48px rgba(121, 167, 155, 0.08);
}

.calculator-zodiac::after {
    inset: 14%;
    border: 1px solid rgba(215, 191, 141, 0.15);
}

.zodiac-core {
    width: 34%;
    height: 34%;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(215, 191, 141, 0.28) 0%, rgba(121, 167, 155, 0.14) 42%, rgba(5, 8, 8, 0.08) 72%, transparent 100%);
    box-shadow:
        0 0 30px rgba(215, 191, 141, 0.18),
        inset 0 0 20px rgba(255, 255, 255, 0.04);
}

.zodiac-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
}

.zodiac-ring span {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform:
        rotate(calc(var(--i) * 30deg))
        translateY(calc(var(--radius) * -1))
        rotate(calc(var(--i) * -30deg));
    transform-origin: 0 0;
    color: rgba(220, 232, 226, 0.82);
    text-shadow: 0 0 12px rgba(167, 212, 198, 0.25);
}

.zodiac-ring-outer {
    --radius: 8.3rem;
    animation: zodiac-spin 36s linear infinite;
}

.zodiac-ring-outer span {
    font-size: 1.35rem;
}

.zodiac-ring-inner {
    --radius: 5.85rem;
    animation: zodiac-spin-reverse 24s linear infinite;
}

.zodiac-ring-inner span {
    font-size: 0.95rem;
    color: rgba(215, 191, 141, 0.85);
}

@keyframes zodiac-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes zodiac-spin-reverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.calculator-form,
.calculator-result {
    position: relative;
    border-radius: 1.75rem;
    background: rgba(0, 0, 0, 0.82);
    border: 1px solid rgba(167, 212, 198, 0.08);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.calculator-form {
    padding: 2rem;
    display: grid;
    gap: 1rem;
}

.calculator-location-row,
.calculator-actions,
.calculator-output-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.calculator-location-row > *,
.calculator-actions > *,
.calculator-output-actions > * {
    flex: 1 1 0;
}

.calculator-result {
    padding: 2rem;
}

.calculator-result-header h3,
.result-card h4 {
    font-family: "Cinzel", serif;
}

.calculator-result-header h3 {
    margin: 0.4rem 0 0.7rem;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
}

.calculator-result-header p,
.result-card p,
.result-list {
    color: var(--muted);
    line-height: 1.7;
}

.calculator-grid {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.calculator-grid-protocol {
    grid-template-columns: 1fr;
}

.result-card {
    padding: 1.2rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.result-card h4 {
    margin: 0 0 0.7rem;
}

.result-list {
    margin: 0;
    padding-left: 1.2rem;
}

.result-list li + li {
    margin-top: 0.55rem;
}

.signature-line {
    margin: 0;
    color: var(--teal-bright);
    font-size: 1.08rem;
    line-height: 1.8;
}

.calculator-output-actions {
    margin-top: 1.5rem;
}

.music-hero {
    align-items: stretch;
}

.support-card {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at top, rgba(215, 191, 141, 0.14), transparent 28%),
        linear-gradient(180deg, rgba(10, 18, 16, 0.92), rgba(4, 8, 7, 0.98));
}

.support-card h2 {
    margin: 0.45rem 0 0.75rem;
    font-family: "Cinzel", serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
}

.support-list {
    margin: 1.25rem 0 1.75rem;
    padding-left: 1.2rem;
    color: var(--muted);
    line-height: 1.8;
}

.support-note,
.form-note {
    margin: 1rem 0 0;
    color: var(--muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

.album-layout {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: 1.5rem;
    align-items: start;
}

.track-list {
    display: grid;
    gap: 1rem;
}

.track-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.25rem;
    border-radius: 1.35rem;
    border: 1px solid var(--border);
    background: var(--panel-strong);
    cursor: pointer;
    text-align: left;
    box-shadow: var(--shadow);
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease;
}

.track-card.is-active {
    border-color: rgba(167, 212, 198, 0.56);
    background: rgba(16, 27, 24, 0.96);
}

.track-card-static {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    width: 100%;
    padding: 1.2rem 1.25rem;
    border-radius: 1.35rem;
    border: 1px solid var(--border);
    background: var(--panel-strong);
    box-shadow: var(--shadow);
}

.track-index {
    font-family: "Cinzel", serif;
    font-size: 1.1rem;
    color: var(--teal-bright);
}

.track-body {
    display: grid;
    gap: 0.28rem;
}

.track-body strong {
    font-size: 1rem;
    font-weight: 600;
}

.track-body span {
    color: var(--muted);
    font-size: 0.94rem;
}

.player-panel {
    padding: 2rem;
}

.player-panel h3,
.manifesto-panel h2,
.support-banner h2 {
    margin: 0.5rem 0 0.75rem;
    font-family: "Cinzel", serif;
}

.player-panel h3,
.support-banner h2 {
    font-size: clamp(1.8rem, 4vw, 3rem);
}

.track-copy {
    color: var(--muted);
    line-height: 1.7;
}

.album-player {
    width: 100%;
    margin-top: 1.25rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.player-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.manifesto-panel {
    padding: 2rem;
}

.manifesto-grid {
    margin-top: 1.75rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.manifesto-grid article {
    padding: 1.2rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.02);
}

.manifesto-grid h3 {
    margin: 0 0 0.55rem;
    font-family: "Cinzel", serif;
}

.manifesto-grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.7;
}

.support-section {
    padding-top: 0;
    padding-bottom: 3rem;
}

.support-banner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.35rem;
    border-radius: 1.75rem;
    background: rgba(0, 0, 0, 0.82);
    border: 1px solid rgba(167, 212, 198, 0.08);
    box-shadow: var(--shadow);
}

.support-banner-large {
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
    align-items: start;
}

.support-form {
    display: grid;
    gap: 1rem;
}

.support-field {
    display: grid;
    gap: 0.45rem;
    color: var(--text);
}

.support-field span {
    font-size: 0.92rem;
    color: var(--teal-bright);
}

.support-field input,
.support-field select {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(3, 5, 5, 0.72);
    color: var(--text);
    font: inherit;
}

.support-field input:focus-visible,
.support-field select:focus-visible,
.track-card:focus-visible {
    outline: 2px solid rgba(167, 212, 198, 0.5);
    outline-offset: 2px;
}

.form-note.is-success {
    color: var(--teal-bright);
}

@media (max-width: 980px) {
    .site-header,
    .site-header-overlay {
        width: min(100%, calc(100% - 1.5rem));
    }

    .shop-hero,
    .calculator-shell,
    .section-grid,
    .collection-layout,
    .story-section,
    .featured-card,
    .album-layout,
    .support-banner,
    .hero-content,
    .support-banner-large {
        grid-template-columns: 1fr;
    }

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

    .showcase-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shop-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .manifesto-grid {
        grid-template-columns: 1fr;
    }

    .calculator-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        max-width: 12ch;
    }

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

    .hero-content {
        position: relative;
    }

    .hero-art {
        justify-self: start;
        width: min(100%, 24rem);
    }

    .calculator-zodiac {
        width: 13rem;
        height: 13rem;
        right: 1rem;
        top: 1rem;
    }
}

@media (max-width: 720px) {
    .site-header,
    .site-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .site-header,
    .site-header-overlay {
        width: calc(100% - 1rem);
        padding: 0.9rem 0;
        gap: 0.75rem;
    }

    .site-header-overlay {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .brand {
        width: 100%;
        text-align: center;
        font-size: 1.05rem;
        letter-spacing: 0.14em;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
    }

    .hero {
        padding-top: 0;
    }

    .hero-content {
        padding: 7.6rem 1rem 1.4rem;
        gap: 1.35rem;
    }

    .hero-media {
        min-height: 43rem;
    }

    .hero-actions,
    .hero-notes,
    .site-nav {
        width: 100%;
    }

    .site-nav {
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem;
        padding: 0.4rem;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1rem;
        background: rgba(0, 0, 0, 0.42);
        backdrop-filter: blur(12px);
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav a {
        padding: 0.65rem 0.75rem;
        border-radius: 0.8rem;
        text-align: center;
        background: rgba(255, 255, 255, 0.03);
        font-size: 0.94rem;
        line-height: 1.2;
    }

    .hero h1,
    .collection-page-hero h1 {
        max-width: none;
        font-size: clamp(2.1rem, 11vw, 3.3rem);
        line-height: 0.94;
    }

    .hero-text,
    .section-heading p,
    .featured-copy p,
    .spotlight-copy p,
    .story-panel p,
    .calculator-result-header p {
        font-size: 0.98rem;
        line-height: 1.6;
    }

    .product-gallery,
    .story-art {
        grid-template-columns: 1fr;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .shop-grid {
        grid-template-columns: 1fr;
    }

    .shop-toolbar,
    .shop-toolbar-meta,
    .shop-hero-actions,
    .shop-card-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cart-panel {
        width: 100%;
        padding: 1rem;
    }

    .cart-item {
        grid-template-columns: 4rem 1fr;
    }

    .cart-item-remove {
        grid-column: 2;
        justify-self: start;
    }

    .story-art img {
        max-height: none;
    }

    .hero-art {
        width: 100%;
        justify-self: stretch;
    }

    .hero-art-frame {
        padding: 0.8rem;
    }

    .hero-art img {
        max-height: 24rem;
    }

    .hero-notes {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.6rem;
    }

    .hero-notes li {
        min-width: 0;
        text-align: center;
        font-size: 0.88rem;
    }

    .calculator-section {
        padding-bottom: 3.5rem;
    }

    .calculator-section-inner {
        width: calc(100% - 1rem);
        padding-top: 1rem;
    }

    .calculator-shell {
        padding-top: 7.5rem;
    }

    .calculator-shell,
    .calculator-location-row,
    .calculator-actions,
    .calculator-output-actions,
    .player-actions,
    .support-banner,
    .support-banner-large {
        gap: 0.85rem;
    }

    .calculator-form,
    .calculator-result,
    .story-panel,
    .support-banner,
    .featured-copy,
    .spotlight-copy,
    .player-panel,
    .manifesto-panel,
    .support-card {
        padding: 1.15rem;
    }

    .calculator-zodiac {
        width: 9.5rem;
        height: 9.5rem;
        left: 50%;
        right: auto;
        top: 0;
        transform: translateX(-50%);
        opacity: 0.55;
    }

    .zodiac-ring-outer {
        --radius: 4rem;
    }

    .zodiac-ring-inner {
        --radius: 2.85rem;
    }

    .zodiac-ring-outer span {
        font-size: 0.92rem;
    }

    .zodiac-ring-inner span {
        font-size: 0.72rem;
    }

    .section,
    .showcase-section,
    .collection-page-hero {
        width: calc(100% - 1rem);
    }

    .button,
    .player-actions > * {
        width: 100%;
        text-align: center;
    }
}
