/*
Theme Name: StageGrove
Theme URI: https://stagegrove.com/
Author: StageGrove
Author URI: https://stagegrove.com/
Description: Modern dark technology theme for StageGrove websites, plugins, themes, and digital products.
Version: 0.1.0
Requires at least: 6.5
Requires PHP: 8.0
License: GPLv2 or later
Text Domain: stagegrove
*/

:root{
  --sg-bg:#080b0d;
  --sg-panel:#10161a;
  --sg-panel-2:#151d22;
  --sg-text:#f5f7f8;
  --sg-muted:#9ba9b0;
  --sg-line:rgba(255,255,255,.09);
  --sg-green:#8fd32a;
  --sg-green-2:#65b51e;
  --sg-width:1180px;
  --sg-radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--sg-bg);color:var(--sg-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}a{color:inherit}img{max-width:100%;height:auto}.sg-shell{width:min(calc(100% - 40px),var(--sg-width));margin-inline:auto}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);width:1px;height:1px;overflow:hidden}.site-header{position:sticky;top:0;z-index:50;background:rgba(8,11,13,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--sg-line)}.site-header__inner{min-height:78px;display:flex;align-items:center;gap:28px}.site-branding{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:850;letter-spacing:-.04em;font-size:1.35rem}.site-branding__mark{width:38px;height:38px;border:2px solid var(--sg-green);border-radius:11px;display:grid;place-items:center;color:var(--sg-green);font-size:.9rem;letter-spacing:-.08em}.site-branding span:last-child{color:var(--sg-green)}.main-nav{margin-left:auto}.main-nav ul{display:flex;gap:24px;align-items:center;list-style:none;margin:0;padding:0}.main-nav a{text-decoration:none;color:#dce3e6;font-weight:600;font-size:.95rem}.main-nav a:hover{color:var(--sg-green)}.sg-button,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.85rem 1.15rem;border-radius:12px;background:var(--sg-green);color:#071005;text-decoration:none;font-weight:800;border:1px solid transparent;transition:.2s ease}.sg-button:hover{transform:translateY(-1px);background:#9ee83a}.sg-button--ghost{background:transparent;color:var(--sg-text);border-color:var(--sg-line)}.sg-menu-toggle{display:none;margin-left:auto;background:transparent;color:white;border:1px solid var(--sg-line);border-radius:10px;padding:.55rem .7rem}.sg-hero{position:relative;overflow:hidden;padding:110px 0 80px}.sg-hero:before{content:"";position:absolute;width:680px;height:680px;right:-220px;top:-270px;background:radial-gradient(circle,rgba(143,211,42,.22),rgba(143,211,42,0) 66%);pointer-events:none}.sg-hero__grid{position:relative;display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center}.sg-eyebrow{font-size:.76rem;text-transform:uppercase;letter-spacing:.18em;color:var(--sg-green);font-weight:850}.sg-hero h1{font-size:clamp(3.3rem,7vw,6.9rem);line-height:.92;letter-spacing:-.07em;margin:.18em 0}.sg-hero h1 span{color:var(--sg-green)}.sg-hero__lead{font-size:clamp(1.05rem,2vw,1.35rem);color:var(--sg-muted);max-width:720px}.sg-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.sg-code-card{background:linear-gradient(145deg,#11191d,#0d1215);border:1px solid var(--sg-line);border-radius:var(--sg-radius);padding:26px;box-shadow:0 30px 90px rgba(0,0,0,.35);transform:rotate(1.5deg)}.sg-code-card__bar{display:flex;gap:7px;margin-bottom:20px}.sg-code-card__dot{width:9px;height:9px;border-radius:50%;background:#475159}.sg-code-card pre{white-space:pre-wrap;color:#c6d1d6;font:500 .86rem/1.7 ui-monospace,SFMono-Regular,Menlo,monospace;margin:0}.sg-code-card .green{color:var(--sg-green)}.sg-section{padding:84px 0}.sg-section--alt{background:#0c1114;border-block:1px solid var(--sg-line)}.sg-section__head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:34px}.sg-section__head h2{font-size:clamp(2rem,5vw,3.5rem);letter-spacing:-.055em;line-height:1;margin:.15em 0}.sg-section__head p{max-width:580px;color:var(--sg-muted)}.sg-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sg-service{padding:28px;background:var(--sg-panel);border:1px solid var(--sg-line);border-radius:var(--sg-radius)}.sg-service__icon{width:45px;height:45px;border-radius:12px;background:rgba(143,211,42,.1);color:var(--sg-green);display:grid;place-items:center;font-weight:900;margin-bottom:28px}.sg-service h3{font-size:1.3rem;margin:0 0 8px}.sg-service p{color:var(--sg-muted);margin:0}.stagegrove-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.stagegrove-card{background:var(--sg-panel);border:1px solid var(--sg-line);border-radius:var(--sg-radius);overflow:hidden}.stagegrove-card__media img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.stagegrove-card__body{padding:22px}.stagegrove-card__eyebrow{color:var(--sg-green);font-size:.73rem;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.stagegrove-card h3{font-size:1.3rem;margin:.35rem 0}.stagegrove-card h3 a{text-decoration:none}.stagegrove-card p{color:var(--sg-muted)}.stagegrove-card__link{color:var(--sg-green);font-weight:800;text-decoration:none}.sg-cta{padding:38px;border-radius:28px;background:linear-gradient(135deg,rgba(143,211,42,.15),rgba(143,211,42,.035));border:1px solid rgba(143,211,42,.28);display:flex;align-items:center;justify-content:space-between;gap:30px}.sg-cta h2{font-size:clamp(2rem,4vw,3rem);line-height:1;letter-spacing:-.05em;margin:0}.site-main{min-height:60vh}.entry-shell{width:min(calc(100% - 40px),900px);margin:80px auto}.entry-title{font-size:clamp(2.5rem,7vw,5rem);letter-spacing:-.06em;line-height:1;margin-bottom:20px}.entry-content{color:#d6dfe3}.entry-content a{color:var(--sg-green)}.site-footer{border-top:1px solid var(--sg-line);padding:46px 0;color:var(--sg-muted)}.site-footer__inner{display:flex;justify-content:space-between;gap:30px;align-items:center}.site-footer a{text-decoration:none;color:#dbe4e8}.site-footer a:hover{color:var(--sg-green)}
@media(max-width:900px){.sg-hero__grid,.sg-grid-3,.stagegrove-card-grid{grid-template-columns:1fr}.sg-code-card{transform:none}.main-nav{display:none;position:absolute;left:20px;right:20px;top:70px;background:#10161a;border:1px solid var(--sg-line);border-radius:16px;padding:18px}.main-nav.is-open{display:block}.main-nav ul{flex-direction:column;align-items:flex-start}.sg-menu-toggle{display:block}.site-header .sg-button--header{display:none}.sg-section__head,.sg-cta,.site-footer__inner{align-items:flex-start;flex-direction:column}.sg-hero{padding-top:78px}}

.site-branding .custom-logo-link{display:flex;align-items:center}.site-branding .custom-logo{max-height:48px;width:auto}
