/* ===========================
   EXPRESSION PAGE — one saying, every garment
   File: css/pages/expression.css
=========================== */

.ex-hero {
    background: #f3f0e7;
    color: #18120f;
    font-family: var(--font-heading, 'Special Elite', monospace);
    text-align: center;
    /* compact: the saying leads, the garments follow right behind */
    padding: clamp(1.4rem, 4.5vw, 2.5rem) 1.25rem clamp(1rem, 3vw, 1.6rem);
}

.ex-overline {
    display: block;
    font-size: clamp(9px, 2vw, 12px);
    letter-spacing: 0.35em;
    text-transform: lowercase;
    color: rgba(24, 18, 15, 0.8);
    margin-bottom: clamp(0.4rem, 1.5vw, 0.7rem);
}

.ex-quote {
    font-family: inherit;
    font-weight: normal;
    font-size: clamp(2rem, 9vw, 4.5rem);
    line-height: 1.1;
    text-transform: lowercase;
    letter-spacing: 0.02em;
    margin: 0 0 clamp(0.3rem, 1.2vw, 0.5rem);
}

.ex-tagline {
    margin: 0;
    font-size: clamp(0.8rem, 2.6vw, 1rem);
    letter-spacing: 0.25em;
    text-transform: lowercase;
    color: rgba(24, 18, 15, 0.8);
}

/* ── Wear it as — garment grid ── */
.ex-wear {
    background: #f3f0e7;
    font-family: var(--font-heading, 'Special Elite', monospace);
    padding: 0 1.25rem clamp(2.5rem, 7vw, 4rem);
}

.ex-wear__title {
    max-width: 1100px;
    margin: 0 auto clamp(1rem, 3.5vw, 1.5rem);
    font-family: inherit;
    font-weight: normal;
    font-size: clamp(1rem, 3.4vw, 1.3rem);
    text-transform: lowercase;
    letter-spacing: 0.08em;
    color: #18120f;
}

.ex-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0.75rem, 3vw, 1.5rem);
}

@media (min-width: 769px) {
    .ex-grid { grid-template-columns: repeat(4, 1fr); }
}

.ex-card {
    display: block;
    text-decoration: none;
    color: #18120f;
    -webkit-tap-highlight-color: transparent;
}

.ex-card__img {
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    background: #faf8f3;
    border: 1px solid rgba(24, 18, 15, 0.1);
}

.ex-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

@media (hover: hover) {
    .ex-card:hover .ex-card__img img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    .ex-card:hover .ex-card__garment { color: #c9a92e; }
}

.ex-card__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.6rem;
    font-size: clamp(0.82rem, 2.7vw, 0.95rem);
}

.ex-card__garment {
    text-transform: lowercase;
    -webkit-transition: color 0.18s ease;
    transition: color 0.18s ease;
}

.ex-card__price { -webkit-flex-shrink: 0; flex-shrink: 0; }

/* colour dots — same markers as the store grid */
.ex-card__dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 0.4rem;
}

.ex-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(24, 18, 15, 0.2);
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

/* ── Dance strip ── */
.ex-dance {
    background: #18120f;
    color: #f3f0e7;
    font-family: var(--font-heading, 'Special Elite', monospace);
    text-align: center;
    padding: clamp(1.5rem, 5vw, 2.5rem) 1.25rem;
}

.ex-dance__text {
    margin: 0 0 0.75rem;
    font-size: clamp(0.95rem, 3vw, 1.15rem);
    text-transform: lowercase;
}

.ex-dance__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 0.5rem 1.5rem;
}

.ex-dance__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 0.35rem;
    min-height: 44px;
    color: #e0a0b4;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: lowercase;
}

@media (hover: hover) {
    .ex-dance__link:hover { text-decoration: underline; }
}

.ex-dance__note {
    margin: 0.5rem 0 0;
    font-size: 0.72rem;
    letter-spacing: 0.1em;
    color: rgba(243, 240, 231, 0.55);
}

/* ── Back link ── */
.ex-back {
    background: #f3f0e7;
    font-family: var(--font-heading, 'Special Elite', monospace);
    text-align: center;
    padding: clamp(1.5rem, 4vw, 2rem) 1.25rem clamp(2.5rem, 6vw, 3.5rem);
}

.ex-back a {
    color: rgba(24, 18, 15, 0.8);
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
    text-transform: lowercase;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
}

@media (hover: hover) {
    .ex-back a:hover { color: #18120f; text-decoration: underline; }
}
