/*
Theme Name: Deviant Rebel Portfolio
Theme URI: https://deviantclothier.com
Author: ChatGPT for RoBerta Elizabeth (Deviant Rebel)
Author URI: https://deviantclothier.com
Description: Minimal, high-contrast, editable portfolio theme with Deviant Rebel + Professional grids, About/Resume layout, Contact page, clean footer, Coming Soon template, and Home with Featured Work + Photo Boxes.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deviant-rebel
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Great+Vibes&display=swap');

:root{
  --bg:#0c0c0c;
  --card:#111;
  --text:#eaeaea;
  --muted:#b7b7b7;
  --accent:#e62b2b;
  --ring:#ff2ee6;
  --radius:16px;
  --shadow:0 10px 30px rgba(0,0,0,.35);
}

html,body{background:var(--bg); color:var(--text); font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; line-height:1.55;}
a{color:var(--text); text-decoration:none;} a:hover{color:#fff; text-decoration:underline;}
img{max-width:100%; height:auto; display:block;}
.container{width:min(1200px,92vw); margin:0 auto;}

.site-header{position:sticky; top:0; z-index:50; background:rgba(12,12,12,.8); backdrop-filter: blur(8px); border-bottom:1px solid rgba(255,255,255,.06);}
.site-header .container{display:flex; align-items:center; justify-content:space-between; padding:16px 0;}
.brand{font-weight:800; letter-spacing:.03em;}
.nav .menu-items{display:flex; align-items:center; gap:18px; list-style:none; margin:0; padding:0;}
.nav .menu-items > li{list-style:none; margin:0;}
.nav .menu-items a{display:inline-block; padding:10px 12px; border-radius:999px;}

.hero{padding:56px 0 8px;}
.hero h1{font-size:clamp(28px,4.4vw,54px); line-height:1.1; margin:0 0 10px;}
.hero p{max-width:760px; color:var(--muted); margin:8px 0 0;}
.hero .cta{margin-top:20px; display:flex; gap:10px; flex-wrap:wrap;}
.button-primary{background:var(--accent); color:#fff; border-radius:999px; padding:12px 16px; display:inline-block; box-shadow:var(--shadow); border:0;}
.button-outline{border:1px solid rgba(255,255,255,.16); border-radius:999px; padding:12px 16px; display:inline-block;}

.section{padding:18px 0 48px;}
.section h2{font-size:clamp(22px,3.2vw,36px); margin:8px 0 6px;}
.section .sub{color:var(--muted); margin:0 0 14px;}

.grid{display:grid; gap:22px; grid-template-columns:repeat(auto-fill, minmax(280px,1fr)); padding:14px 0 16px;}
.card{background:var(--card); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); border:1px solid rgba(255,255,255,.06); display:flex; flex-direction:column; gap:12px;}
.card h3{margin:0; font-size:18px;}
.card .meta{display:flex; gap:8px; flex-wrap:wrap;}
.pill{font-size:12px; padding:6px 10px; border:1px solid rgba(255,255,255,.14); border-radius:999px; color:var(--muted);}
.card .actions{margin-top:auto; display:flex; gap:8px; flex-wrap:wrap;}

.photo-boxes{display:grid; gap:16px; grid-template-columns:repeat(auto-fit, minmax(260px,1fr)); margin-top:10px;}
.photo-box{position:relative; border-radius:var(--radius); overflow:hidden; border:1px solid rgba(255,255,255,.08);}
.photo-box img{width:100%; height:320px; object-fit:cover;}
.photo-box .label{position:absolute; left:12px; bottom:10px; background:rgba(0,0,0,.5); padding:6px 10px; border-radius:999px; font-size:12px;}

.site-footer{border-top:1px solid rgba(255,255,255,.08); margin-top:40px;}
.site-footer .container{display:flex; align-items:center; justify-content:space-between; padding:24px 0; gap:12px; flex-wrap:wrap;}
.back-to-top{position:fixed; right:16px; bottom:16px; border-radius:999px; padding:10px 14px; border:1px solid rgba(255,255,255,.2); background:#0e0e0e;}

hr.sep{border:0; height:1px; background:linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent); margin:28px 0;}

/* Coming Soon */
.cs-wrap{min-height:100vh; display:grid; place-items:center; padding:8vh 4vw; position:relative; isolation:isolate; background:#0b0b0b;}
.cs-wrap.has-wall{background-position:center; background-repeat:no-repeat; background-size:cover; background-attachment:fixed;}
.cs-wrap::before{content:""; position:absolute; inset:0; background:rgba(0,0,0,.38); z-index:0;}
.cs-inner{text-align:center; position:relative; z-index:1;}
.cs-bloom{position:absolute; inset:auto 0 40%; margin:0 auto; width:min(90vw,900px); height:min(35vw,360px); transform:translateY(-10%); pointer-events:none; background:radial-gradient(ellipse at center, rgba(255,40,40,.35) 0%, rgba(255,40,40,.22) 35%, rgba(255,40,40,.10) 60%, rgba(255,40,40,0) 75%); filter:blur(10px);}
.cs-title{font-family:"Great Vibes", "Zapfino", cursive; font-weight:400; font-size:clamp(56px,11vw,160px); line-height:.95; color:#ff2a2a; letter-spacing:.02em; margin:0 0 .3em; text-shadow:0 0 6px rgba(255,42,42,.95),0 0 18px rgba(255,42,42,.78),0 0 42px rgba(255,42,42,.55),0 0 86px rgba(255,42,42,.35);}
.cs-sub{font:600 clamp(18px,3.8vw,44px)/1.1 Inter, system-ui, sans-serif; color:#fff; margin:0; text-shadow:0 2px 10px rgba(0,0,0,.65),0 0 24px rgba(255,255,255,.22);}
.cs-tag{position:absolute; left:50%; bottom:6vh; transform:translateX(-50%); font:500 clamp(12px,1.9vw,16px)/1.4 Inter, system-ui, sans-serif; color:rgba(255,255,255,.9); letter-spacing:.04em; text-transform:uppercase; text-align:center; opacity:.95; text-shadow:0 1px 6px rgba(0,0,0,.55);}
.countdown{margin-top:18px; font-weight:700; letter-spacing:.06em; color:#fff;}

/* v1.0.6 Coming Soon tuning */
.cs-wrap{min-height:90vh;}
.cs-inner{padding:6vh 0 10vh;}
.cs-title{font-size:clamp(72px,14vw,200px); text-shadow:
  0 0 10px rgba(255,42,42,.95),
  0 0 28px rgba(255,42,42,.82),
  0 0 64px rgba(255,42,42,.65),
  0 0 120px rgba(255,42,42,.45);}
.cs-bloom{height:min(45vw,460px); transform:translateY(-8%); background:
  radial-gradient(ellipse at center, rgba(255,40,40,.50) 0%, rgba(255,40,40,.34) 32%, rgba(255,40,40,.18) 58%, rgba(255,40,40,0) 78%);
  filter: blur(18px); opacity:.95;}
.cs-sub{margin-top:-6px;}
.cs-tag{bottom:5vh !important;}
