/*
Theme Name: Oluwafemix Standalone Preview
Description:    Custom site theme for Oluwafemix.
Text Domain:    ofm
Version:        0.2.53-standalone-preview.1
Tags: 			custom-colors, editor-style, featured-images, translation-ready
*/
/* ===========================
   Oluwafemix Homepage
=========================== */

.ofm-home{
    background:#090909;
    color:#fff;
    min-height:100vh;
}

.hero{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:40px;
    background:linear-gradient(
        135deg,
        #000000,
        #111111
    );
}

.hero-content{
    max-width:850px;
}

.hero-tag{
    color:#F4C430;
    font-size:18px;
    letter-spacing:3px;
    text-transform:uppercase;
}

.hero h1{
    font-size:72px;
    line-height:1.1;
    margin:25px 0;
    font-weight:800;
}

.hero h1 span{
    color:#F4C430;
}

.hero-text{
    font-size:22px;
    color:#cfcfcf;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{

    padding:16px 36px;

    border-radius:50px;

    text-decoration:none;

    font-weight:bold;

    transition:.3s;
}

.btn-primary{

    background:#F4C430;

    color:#000;
}

.btn-primary:hover{

    transform:translateY(-4px);
}

.btn-secondary{

    border:2px solid #F4C430;

    color:#fff;
}

.btn-secondary:hover{

    background:#F4C430;

    color:#000;
}
/* ===========================
   Private member profile
=========================== */

.ofm-member-profile {
    width:min(960px, 92%);
    margin:0 auto;
    padding:clamp(44px, 7vw, 88px) 0 150px;
    color:#fff;
}

.ofm-member-profile__header {
    max-width:650px;
    margin-bottom:30px;
}

.ofm-member-profile__header h1,
.ofm-member-profile__panel h2 {
    margin:0;
    color:#fff;
}

.ofm-member-profile__header p:not(.ofm-eyebrow) {
    margin:12px 0 0;
    color:#b8b8b8;
    font-size:1.05rem;
}

.ofm-member-profile__notice {
    margin:0 0 24px;
    padding:14px 18px;
    border:1px solid #4b813f;
    border-radius:12px;
    background:rgba(38, 96, 47, .2);
}

.ofm-member-profile__notice--error {
    border-color:#9a4747;
    background:rgba(121, 34, 34, .2);
}

.ofm-member-profile__grid {
    display:grid;
    grid-template-columns:minmax(0, 1.45fr) minmax(280px, .85fr);
    gap:24px;
    align-items:start;
}

.ofm-member-profile__panel {
    padding:clamp(24px, 4vw, 38px);
    border:1px solid rgba(255,255,255,.14);
    border-radius:22px;
    background:linear-gradient(145deg, rgba(29,29,29,.98), rgba(16,16,16,.98));
}

.ofm-member-profile__identity {
    display:flex;
    gap:18px;
    align-items:center;
    margin-bottom:28px;
}

.ofm-member-profile__avatar {
    display:grid;
    width:72px;
    height:72px;
    flex:0 0 72px;
    place-items:center;
    border:1px solid rgba(244,196,48,.6);
    border-radius:50%;
    background:#262626;
    color:#f4c430;
    font-size:1.45rem;
    font-weight:800;
}

.ofm-member-profile__identity h2 {
    font-size:1.45rem;
}

.ofm-member-profile__identity p,
.ofm-member-profile__meta dd,
.ofm-member-profile__artist-summary p {
    color:#b8b8b8;
}

.ofm-member-profile__identity p {
    margin:4px 0 0;
}

.ofm-member-profile__form {
    display:grid;
    gap:18px;
}

.ofm-member-profile__form label {
    display:grid;
    gap:8px;
    color:#fff;
    font-weight:700;
}

.ofm-member-profile__form label span,
.ofm-member-profile__form small {
    color:#a7a7a7;
    font-size:.88rem;
    font-weight:400;
}

.ofm-member-profile__form input,
.ofm-member-profile__form textarea {
    width:100%;
    box-sizing:border-box;
    border:1px solid rgba(255,255,255,.18);
    border-radius:10px;
    background:#111;
    color:#fff;
    font:inherit;
    padding:12px 14px;
}

.ofm-member-profile__form textarea {
    resize:vertical;
    min-height:120px;
}

.ofm-member-profile__form input:focus,
.ofm-member-profile__form textarea:focus {
    outline:2px solid #f4c430;
    outline-offset:2px;
}

.ofm-member-profile__submit {
    justify-self:start;
    border:0;
    border-radius:999px;
    background:#f4c430;
    color:#111;
    cursor:pointer;
    font:inherit;
    font-weight:800;
    padding:13px 22px;
}

.ofm-member-profile__meta {
    display:grid;
    gap:14px;
    margin:20px 0 0;
}

.ofm-member-profile__meta div {
    display:grid;
    gap:4px;
}

.ofm-member-profile__meta dt {
    color:#f4c430;
    font-size:.76rem;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
}

.ofm-member-profile__meta dd {
    margin:0;
    overflow-wrap:anywhere;
}

.ofm-member-profile__link-list {
    display:grid;
    gap:12px;
    margin-top:22px;
}

.ofm-member-profile__link-list a,
.ofm-member-profile__artist-summary a {
    color:#f4c430;
    font-weight:700;
    text-decoration:none;
}

.ofm-member-profile__artist-summary {
    margin-top:24px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.12);
}

.ofm-member-profile__security {
    margin-top:24px;
    padding-top:24px;
    border-top:1px solid rgba(255,255,255,.12);
}

.ofm-member-profile__security h3 {
    margin:0;
    color:#fff;
    font-size:1rem;
}

.ofm-member-profile__security > p {
    margin:8px 0 18px;
    color:#b8b8b8;
    line-height:1.5;
}

.ofm-member-profile__artist-summary h3 {
    margin:0;
    color:#fff;
    font-size:1rem;
}

.ofm-member-profile__artist-summary p {
    margin:8px 0 0;
}

@media (max-width:720px) {
    .ofm-member-profile__grid { grid-template-columns:1fr; }
    .ofm-member-profile { padding-bottom:130px; }
}
