/* DZG home: editorial build stories, account handoff, and expanded footer. */

.story-section { padding-block: clamp(48px, 6vw, 88px) clamp(86px, 11vw, 156px); }

.product-status {
    display: inline-block;
    margin-left: 6px;
    padding: 4px 7px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 999px;
    background: #f3f3f1;
    color: var(--ink-2);
    font-size: 9px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .06em;
    line-height: 1;
    text-transform: uppercase;
    vertical-align: middle;
}

.story-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: clamp(34px, 5vw, 60px);
}

.story-heading h2 { max-width: 14ch; margin-top: 14px; }

.story-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--line-2);
    font-size: 14px;
    font-weight: 500;
}

.story-all span { transition: transform .24s var(--ease); }
.story-all:hover span { transform: translate(2px, -2px); }

.story-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 22px);
}

.story-block {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: clamp(360px, 35vw, 460px);
    flex-direction: column;
    overflow: hidden;
    padding: clamp(28px, 3.7vw, 46px);
    border-radius: clamp(24px, 3vw, 34px);
    transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}

.story-block:hover {
    box-shadow: var(--lift-2);
    transform: translateY(-5px);
}

.story-kicker {
    position: relative;
    z-index: 2;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .66;
}

.story-block h3 {
    position: relative;
    z-index: 2;
    max-width: 13ch;
    margin-top: 18px;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 600;
    line-height: 1.04;
    letter-spacing: -.04em;
    text-wrap: balance;
}

.story-block p {
    position: relative;
    z-index: 2;
    max-width: 42ch;
    margin-top: 20px;
    font-size: clamp(15px, 1.45vw, 17px);
    line-height: 1.55;
    opacity: .72;
}

.story-link {
    position: relative;
    z-index: 2;
    align-self: flex-start;
    margin-top: auto;
    padding-top: 28px;
    font-size: 14px;
    font-weight: 600;
}

.story-block-mint {
    grid-column: span 7;
    background:
        radial-gradient(circle at 88% 12%, rgba(44, 255, 115, .18), transparent 35%),
        linear-gradient(145deg, #08110b, #020403 76%);
    color: #f4fff7;
}

.story-block-mint::after {
    position: absolute;
    right: -9%;
    bottom: -32%;
    width: 62%;
    aspect-ratio: 1;
    border: 1px solid rgba(55, 255, 124, .2);
    border-radius: 50%;
    box-shadow: 0 0 80px rgba(31, 246, 103, .1) inset;
    content: "";
}

.story-proof {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: end;
    gap: 16px;
    margin-top: auto;
    padding-top: 30px;
}

.story-proof strong {
    color: #53f883;
    font-size: clamp(34px, 5vw, 58px);
    line-height: .9;
    letter-spacing: -.05em;
}

.story-proof span { color: rgba(255, 255, 255, .58); font-size: 12px; line-height: 1.35; }
.story-block-mint .story-link { margin-top: 22px; padding-top: 0; }

.story-block-reso {
    grid-column: span 5;
    background: #08050f;
    color: #fff;
}

.story-block-reso > img {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
    transform: scale(1.04);
    transition: transform .7s var(--ease);
}

.story-block-reso::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 3, 14, .2), rgba(7, 3, 14, .95) 82%);
    content: "";
}

.story-block-reso:hover > img { transform: scale(1.08); }
.story-block-reso p { color: rgba(255, 255, 255, .8); opacity: 1; }

.story-block-quote {
    grid-column: span 5;
    background: #eaff70;
    color: #15170f;
}

.story-block-quote h3 { max-width: 10ch; }

.story-block-scene {
    grid-column: span 7;
    background:
        radial-gradient(circle at 91% 15%, rgba(184, 133, 255, .46), transparent 30%),
        linear-gradient(145deg, #f4f0ff, #e9e3ff);
    color: #21182f;
}

.story-block-scene h3 { max-width: 11ch; }

.story-signals {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    padding-top: 30px;
}

.story-signals span {
    padding: 7px 11px;
    border: 1px solid rgba(33, 24, 47, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .45);
    font-size: 11px;
    font-weight: 600;
}

.story-block-scene .story-link { margin-top: 20px; padding-top: 0; }

@media (prefers-reduced-motion: reduce) {
    .story-block, .story-block-reso > img { transition: none; }
}

.footer-wordmark { margin-bottom: 12px; }

.footer-grid.footer-grid-expanded {
    grid-template-columns: minmax(220px, 1.45fr) repeat(4, minmax(130px, 1fr));
    gap: 42px 28px;
}

@media (max-width: 980px) {
    .footer-grid.footer-grid-expanded {
        grid-template-columns: minmax(220px, 1.3fr) repeat(2, minmax(150px, 1fr));
    }
}

@media (max-width: 720px) {
    .story-heading { align-items: flex-start; flex-direction: column; }
    .story-grid { grid-template-columns: 1fr; }
    .story-block { grid-column: 1; min-height: 370px; }
    .footer-grid.footer-grid-expanded { grid-template-columns: 1fr 1fr; }
    .footer-grid.footer-grid-expanded > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 480px) {
    .story-block { min-height: 350px; }
    .story-proof { align-items: flex-start; flex-direction: column; gap: 8px; }
    .footer-grid.footer-grid-expanded { grid-template-columns: 1fr; }
    .footer-grid.footer-grid-expanded > :first-child { grid-column: auto; }
}

/* ------------------------------------------------------- planet band */
.planet-band { margin-top: clamp(56px, 8vw, 96px); }
.planet-band-card {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding: clamp(32px, 5vw, 56px);
    border-radius: var(--r-lg);
    background: #0b0b0d;
    color: #f5f5f7;
    text-decoration: none;
    transition: transform 0.35s ease;
}
.planet-band-card:hover { transform: translateY(-2px); }
.planet-band-card .eyebrow { color: #f5d98f; }
.planet-band-card h2 {
    font-size: clamp(22px, 3vw, 30px);
    line-height: 1.22;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 10px 0 10px;
    max-width: 560px;
}
.planet-band-card > div > p:last-child {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.6;
    color: rgba(245, 245, 247, 0.62);
    max-width: 480px;
}
.planet-band-cta {
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 500;
    color: #f5d98f;
    white-space: nowrap;
}
@media (max-width: 720px) {
    .planet-band-card { flex-direction: column; align-items: flex-start; }
}
