/* ============================================================
   MIE LLC — service.css
   サービスページ固有スタイル
   ============================================================ */

/* ── STUDIO NUMBER ── */
.studio-number {
    font-family: var(--font-en);
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #e8e8e8;
    letter-spacing: -0.02em;
    user-select: none;
}

/* ── ECOSYSTEM SVG ── */
.eco-wrap {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    aspect-ratio: 1/1;
}
.eco-svg { width: 100%; height: 100%; }

/* ── SERVICE EN LABEL ── */
.service-en {
    font-family: 'Inter', 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b0b0b0;
}

/* ── STUDIO CARD (サービスページ版) ── */
.studio-card {
    border-top: 2px solid var(--color-border);
    transition: border-color 0.3s;
}
.studio-card:hover { border-color: #1a1a1a; }

/* ── CTA DIVIDER ── */
.philosophy-rule {
    width: 1px;
    height: 4rem;
    background: linear-gradient(to bottom, transparent, #fff);
    margin: 0 auto;
}
