/* MSW Conception - Design System "Monolith" */

::selection {
    background-color: rgba(242, 202, 80, 0.3);
    color: #ffffff;
}

body {
    background-color: #131314;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.glass-effect {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.architectural-gradient,
.metallic-gradient,
.monolith-gradient {
    background-image: linear-gradient(45deg, #e9c349 0%, #d4af37 100%);
    color: #3c2f00;
}

.gold-shadow {
    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.08);
}

/* Prose styling for blog articles (dark theme) */
.msw-prose-dark p {
    color: #d0c5af;
    line-height: 1.9;
    margin-bottom: 1.5rem;
    font-weight: 300;
}
.msw-prose-dark p:first-of-type::first-letter {
    font-size: 3rem;
    font-weight: 900;
    color: #f2ca50;
    float: left;
    line-height: 1;
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}
.msw-prose-dark h2 {
    font-size: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #e5e2e3;
    border-left: 4px solid #f2ca50;
    padding-left: 1rem;
    margin-top: 3rem;
    margin-bottom: 1.25rem;
}
.msw-prose-dark h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #f2ca50;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}
.msw-prose-dark ul {
    margin: 0 0 1.5rem 0;
    padding-left: 0;
    list-style: none;
}
.msw-prose-dark ul li {
    position: relative;
    padding-left: 1.5rem;
    color: #d0c5af;
    line-height: 1.8;
    margin-bottom: 0.6rem;
    font-weight: 300;
}
.msw-prose-dark ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 6px;
    height: 6px;
    background-color: #f2ca50;
}
.msw-prose-dark strong { color: #f2ca50; font-weight: 600; }
.msw-prose-dark blockquote {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid rgba(77, 70, 53, 0.3);
    border-bottom: 1px solid rgba(77, 70, 53, 0.3);
    text-align: center;
}
.msw-prose-dark blockquote p {
    font-size: 1.4rem;
    font-weight: 300;
    font-style: italic;
    color: #f2ca50;
    line-height: 1.5;
}

/* FAQ accordion (dark) */
.faq-item summary {
    cursor: pointer;
    list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] .faq-icon { transform: rotate(45deg); }
.faq-icon { transition: transform 0.2s ease; }

img { max-width: 100%; }

body {
    min-height: max(884px, 100dvh);
}
