:root{
  --bg:#251d5c;
  --bg2:#5d0b91;
  --card:#32166e;
  --purple:#9b65f5;
  --pink:#e4a1ed;
  --yellow:#ffe56a;
  --text:#fff8ff;
  --muted:#eadfff;
  --border:rgba(255,255,255,.72);
  --shadow:0 18px 45px rgba(10,0,35,.35);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; min-height:100vh; color:var(--text);
  font-family:"Trebuchet MS",system-ui,sans-serif;
  background:
    radial-gradient(circle at 20% 15%,rgba(255,255,255,.13) 0 1px,transparent 2px),
    radial-gradient(circle at 80% 35%,rgba(255,255,255,.12) 0 1px,transparent 2px),
    linear-gradient(120deg,var(--bg),#3c1876 55%,var(--bg2));
  background-size:120px 120px,180px 180px,100% 100%;
}
body:before{
  content:"✦   ·   ✧      ·       ✦   ·    ✧";
  position:fixed; inset:0; pointer-events:none; opacity:.16;
  font-size:30px; line-height:150px; word-spacing:55px; overflow:hidden;
}
.page-shell{
  width:min(900px,calc(100% - 28px)); margin:28px auto;
  background:rgba(37,17,82,.58); border:8px solid white;
  border-radius:0 0 16px 16px; box-shadow:var(--shadow); overflow:hidden;
}
.hero,.panel,.page-header{padding:56px 7%}
.hero{text-align:center;background:linear-gradient(160deg,rgba(44,19,91,.92),rgba(105,34,137,.75))}
.avatar-wrap{width:130px;height:130px;margin:0 auto 18px;border-radius:50%;padding:5px;background:linear-gradient(135deg,var(--yellow),var(--pink),var(--purple))}
.avatar-wrap img{width:100%;height:100%;object-fit:cover;border-radius:50%;background:#fff}
.eyebrow{font-size:12px;letter-spacing:2px;opacity:.8}
h1,h2,h3{margin-top:0}
h1{font-size:clamp(42px,8vw,72px);color:var(--yellow);text-shadow:0 3px 0 #a45a2b;margin-bottom:8px}
h2{font-size:clamp(32px,6vw,50px);color:var(--yellow);text-shadow:0 3px 0 #a45a2b;margin-bottom:18px}
h3{font-size:23px}
.subtitle{font-size:20px;font-weight:700;color:#f6dcff}
.welcome,.lead{font-size:18px;line-height:1.6;font-weight:700;color:var(--muted)}
.panel{border-top:8px solid white;background:linear-gradient(150deg,rgba(44,20,95,.92),rgba(116,46,139,.75))}
.page-header{border-bottom:8px solid white;text-align:center;background:linear-gradient(160deg,#32126e,#721d91)}
.page-header h1{font-size:clamp(38px,7vw,62px)}
.back{display:inline-block;color:white;text-decoration:none;font-weight:900;margin-bottom:22px}
.button-stack{display:grid;gap:16px;margin-top:28px}
.pill,.big-cta{
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  text-decoration:none;color:white;font-weight:900;
  padding:18px 24px;border-radius:999px;
  background:linear-gradient(90deg,#7464ee,#d27be5);
  box-shadow:0 8px 20px rgba(0,0,0,.2);
  transition:.2s transform,.2s filter;
}
.pill:hover,.big-cta:hover,.social-icon:hover{transform:translateY(-3px);filter:brightness(1.1)}
.pill b{font-size:30px;font-weight:400}
.big-cta{justify-content:center;background:linear-gradient(90deg,#ffdd71,#e77be7);color:#3b1767}
.text-link{display:inline-block;margin-top:22px;color:#ffe56a;font-weight:900}
.socials{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:22px}
.social-icon{
  width:50px;height:50px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(135deg,#8b6cf2,#e48ee7);border:2px solid rgba(255,255,255,.7);
  color:white;transition:.2s transform,.2s filter;
}
.social-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-icon svg circle{fill:none}
.large .social-icon{width:58px;height:58px}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:22px}
.art-card,.commission-card,.tier{
  background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.25);
  border-radius:22px;padding:16px;box-shadow:0 10px 25px rgba(0,0,0,.18)
}
.art-card img,.commission-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:15px;background:#fff}
.art-card h3,.commission-card h3{margin:12px 0 5px}
.art-card p,.commission-card p,.tier p{color:var(--muted);line-height:1.55}
.tag{display:inline-block;padding:5px 10px;border-radius:999px;background:#eaa2ef;color:#35105f;font-size:12px;font-weight:900}
.filters{display:flex;gap:10px;flex-wrap:wrap}
.filter{border:0;border-radius:999px;padding:10px 16px;background:#5c4acb;color:white;font-weight:900;cursor:pointer}
.filter.active{background:var(--yellow);color:#35105f}
.commission-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}
.commission-card strong{color:var(--yellow);font-size:20px}
.tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px}
.tier{background:linear-gradient(145deg,rgba(132,91,238,.5),rgba(226,126,224,.28))}
.tier-top{display:flex;justify-content:space-between;gap:10px;align-items:start}
.tier-top span{color:var(--yellow);font-weight:900;white-space:nowrap}
.tier ul,.feature-list,.steps{padding-left:22px;line-height:1.9;color:var(--muted)}
.tier a{color:var(--yellow);font-weight:900}
details{background:rgba(255,255,255,.09);padding:16px 18px;border-radius:15px;margin:10px 0}
summary{cursor:pointer;font-weight:900}
.terms section{padding:10px 0 20px;border-bottom:1px solid rgba(255,255,255,.18)}
.terms h2{font-size:28px;text-shadow:none}
footer{text-align:center;padding:24px;background:#211452;color:#d9c8ed;font-weight:700}
@media(max-width:600px){
  .page-shell{width:calc(100% - 12px);border-width:4px;margin:6px auto}
  .hero,.panel,.page-header{padding:38px 6%}
  .pill{padding:15px 18px}
}


/* Commission inquiry UI */
.selectable{position:relative;cursor:pointer;transition:.2s transform,.2s border-color,.2s background}
.selectable:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.7)}
.selectable.selected{border-color:var(--yellow);background:linear-gradient(145deg,rgba(255,229,106,.18),rgba(226,126,224,.28));box-shadow:0 0 0 3px rgba(255,229,106,.16),0 12px 28px rgba(0,0,0,.22)}
.select-check{position:absolute;right:14px;top:14px;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);color:transparent;font-weight:900}
.selectable.selected .select-check{background:var(--yellow);color:#35105f}
.select-label{display:block;margin-top:14px;color:#ffe56a;font-size:13px;font-weight:900}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
form label{display:block;margin:16px 0;color:white;font-weight:900}
input,textarea{
  display:block;width:100%;margin-top:8px;padding:14px 16px;border-radius:14px;
  border:2px solid rgba(255,255,255,.25);background:rgba(22,8,55,.45);
  color:white;font:inherit;outline:none;resize:vertical
}
input:focus,textarea:focus{border-color:var(--yellow);box-shadow:0 0 0 3px rgba(255,229,106,.12)}
input::placeholder,textarea::placeholder{color:#cbb9df}
.selected-box{margin-top:8px;min-height:58px;padding:14px;border-radius:14px;background:rgba(22,8,55,.35);border:2px dashed rgba(255,255,255,.3);color:var(--muted);font-weight:700}
.selected-chip{display:inline-block;margin:3px;padding:7px 10px;border-radius:999px;background:#eaa2ef;color:#35105f;font-size:13px}
.form-note,.small-note{color:var(--muted);line-height:1.5}
.submit-btn{border:0;width:100%;font:inherit;cursor:pointer}
.inquiry-result{margin-top:30px;padding:22px;border-radius:20px;background:rgba(0,0,0,.18);border:2px solid rgba(255,255,255,.22)}
.inquiry-result textarea{background:#1d1045}
.inquiry-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.action-btn{border:0;font:inherit;cursor:pointer}
@media(max-width:600px){.form-grid,.inquiry-actions{grid-template-columns:1fr}}


.sample-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  margin-top:26px;
}
.sample-card{
  padding:14px;
  border-radius:22px;
  background:rgba(255,255,255,.1);
  border:2px solid rgba(255,255,255,.24);
  box-shadow:0 10px 25px rgba(0,0,0,.18);
  transition:.2s transform,.2s border-color;
}
.sample-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,255,255,.65);
}
.sample-card img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:15px;
  display:block;
}
.sample-card h3{
  margin:14px 4px 5px;
  color:var(--yellow);
}
.sample-card p{
  margin:0 4px 6px;
  color:var(--muted);
  line-height:1.5;
}
@media(max-width:700px){
  .sample-grid{grid-template-columns:1fr;}
}


/* Rebell usability upgrades */
.commission-card img{
  aspect-ratio:4/5;
  object-fit:contain;
  background:rgba(255,255,255,.96);
}
.art-card img{
  aspect-ratio:4/5;
  object-fit:contain;
  background:rgba(255,255,255,.96);
}
.sample-card img{
  object-fit:contain;
  background:rgba(255,255,255,.96);
}
.selected-total{
  display:block;
  margin-top:12px;
  color:var(--yellow);
  font-size:16px;
}
.steps li{margin-bottom:6px}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,
.selectable:focus-visible{
  outline:3px solid var(--yellow);
  outline-offset:3px;
}
@media(max-width:600px){
  .commission-grid,.gallery-grid{grid-template-columns:1fr;}
  .sample-card img,.commission-card img{max-height:520px;}
}

/* Social + Patreon additions */
.social-columns{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
.social-column{
  display:flex;
  flex-direction:column;
  gap:7px;
  padding:22px 16px;
  border:2px solid rgba(255,255,255,.35);
  border-radius:20px;
  text-decoration:none;
  color:inherit;
  transition:transform .2s ease, border-color .2s ease;
}
.social-column:hover{transform:translateY(-3px);border-color:var(--yellow);}
.social-icon{font-size:30px;color:var(--yellow);font-weight:700;}
.social-column strong{font-size:18px;}
.social-column small{opacity:.78;}
.patreon-column{background:rgba(255,229,106,.08);}
.patreon-plans{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:32px 0;
}
.plan-card{
  padding:24px;
  border:2px solid rgba(255,255,255,.3);
  border-radius:22px;
  background:rgba(255,255,255,.04);
}
.plan-card h2{margin-top:0;}
.plan-card strong{display:block;color:var(--yellow);font-size:24px;margin:10px 0;}
@media(max-width:850px){
  .social-columns{grid-template-columns:repeat(2,minmax(0,1fr));}
  .patreon-plans{grid-template-columns:1fr;}
}
@media(max-width:520px){
  .social-columns{grid-template-columns:1fr;}
}


.payment-box{
  border:2px solid rgba(255,229,106,.45);
  background:rgba(255,229,106,.08);
  border-radius:22px;
  padding:24px;
}
.payment-box h3{color:var(--yellow);margin-top:0;}


/* Step 19 — payment workflow */
.payment-flow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.04);font-size:14px;font-weight:700;}
.payment-flow span{white-space:nowrap;}
.payment-flow b{opacity:.55;}
.paypal-disabled{opacity:.68;cursor:not-allowed;}
@media(max-width:600px){.payment-flow{display:grid;grid-template-columns:1fr;gap:6px}.payment-flow b{display:none}.payment-flow span{white-space:normal;}}

/* PayPal payment section */
.paypal-payment-box{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:22px;
  align-items:start;
}
.payment-icon{
  width:76px;
  height:76px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:var(--yellow);
  color:#251d5c;
  font-size:42px;
  font-weight:800;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}
.paypal-payment-box h2{margin-top:2px;}
.paypal-disabled{opacity:.72;cursor:default;}
@media(max-width:600px){
  .paypal-payment-box{grid-template-columns:1fr;}
}


/* Rebell artwork lightbox — Gallery v15 Step 5 */
.art-card img, .gallery-card img, .sample-card img{cursor:zoom-in;}
.rebell-lightbox{
  position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;
  padding:28px 74px;background:rgba(10,7,25,.96);backdrop-filter:blur(8px);
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;
}
.rebell-lightbox.open{opacity:1;visibility:visible;pointer-events:auto;}
.lightbox-content{
  width:min(1120px,92vw);height:min(92vh,900px);display:grid;grid-template-columns:minmax(0,1fr) 270px;
  align-items:center;gap:28px;
}
.lightbox-art-wrap{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;height:100%;}
.lightbox-image{
  display:block;max-width:100%;max-height:86vh;width:auto;height:auto;object-fit:contain;
  cursor:zoom-out;
  border-radius:12px;box-shadow:0 24px 80px rgba(0,0,0,.55);
}
.lightbox-details{padding:10px 4px;color:#fff;}
.lightbox-category{display:inline-block;font-size:11px;letter-spacing:1.7px;text-transform:uppercase;font-weight:900;color:var(--pink);margin-bottom:10px;}
.lightbox-title{margin:0 0 10px;font-size:clamp(24px,3vw,40px);line-height:1.05;}
.lightbox-description{margin:0;color:rgba(255,255,255,.76);line-height:1.65;font-size:14px;}
.lightbox-close,.lightbox-nav{
  position:absolute;border:0;cursor:pointer;color:#fff;background:rgba(255,255,255,.12);
  transition:transform .18s ease,background .18s ease,opacity .18s ease;
}
.lightbox-close{top:18px;right:20px;width:48px;height:48px;border-radius:50%;font-size:34px;line-height:1;}
.lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:72px;border-radius:16px;font-size:48px;line-height:1;}
.lightbox-prev{left:18px;}.lightbox-next{right:18px;}
.lightbox-close:hover,.lightbox-nav:hover:not(:disabled){background:rgba(255,255,255,.22);transform:translateY(-50%) scale(1.03);}
.lightbox-close:hover{transform:scale(1.04);}
.lightbox-nav:disabled{opacity:.25;cursor:default;}
@media(max-width:800px){
  .rebell-lightbox{padding:64px 14px 24px;align-items:flex-start;overflow:auto;}
  .lightbox-content{width:100%;height:auto;min-height:0;display:flex;flex-direction:column;gap:18px;justify-content:flex-start;}
  .lightbox-art-wrap{height:auto;width:100%;min-height:0;}
  .lightbox-image{max-width:100%;max-height:70vh;}
  .lightbox-details{width:min(100%,680px);padding:0 8px 10px;text-align:center;}
  .lightbox-nav{top:auto;bottom:18px;transform:none;width:48px;height:48px;border-radius:50%;font-size:34px;}
  .lightbox-prev{left:18px;}.lightbox-next{right:18px;}
  .lightbox-nav:hover:not(:disabled){transform:scale(1.03);}
}
@media(max-width:480px){
  .lightbox-image{max-height:62vh;}
  .lightbox-title{font-size:25px;}
  .lightbox-description{font-size:13px;}
}

/* Rebell Art Club subscription */
.subscription-column{
  background:rgba(255,229,106,.12);
  border-color:rgba(255,229,106,.45);
}
.subscription-plans{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:32px 0;
}
.featured-plan{
  border-color:var(--yellow);
  box-shadow:0 10px 28px rgba(0,0,0,.16);
}
.plan-card .eyebrow{margin-bottom:4px;}
@media(max-width:850px){
  .subscription-plans{grid-template-columns:1fr;}
}

/* Art teaching / video lessons */
.art-learning-section{margin-top:20px;}
.learning-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:24px 0;
}
.learning-grid div{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:18px;
  border:2px solid rgba(255,255,255,.22);
  border-radius:18px;
  background:rgba(255,255,255,.035);
}
.learning-grid strong{font-size:18px;}
.learning-grid span{opacity:.78;line-height:1.5;}
@media(max-width:650px){
  .learning-grid{grid-template-columns:1fr;}
}

/* Rebell Beginner's Corner */
.beginner-path{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:30px}.beginner-card,.qa-examples article{padding:22px;border:2px solid rgba(255,255,255,.18);border-radius:18px;background:rgba(255,255,255,.035)}.beginner-card span{font-size:13px;opacity:.6}.beginner-card h2{margin:8px 0}.lesson-list{display:grid;gap:12px;margin-top:20px}.lesson-list article{display:grid;grid-template-columns:42px 1fr auto;gap:15px;align-items:center;padding:18px;border:2px solid rgba(255,255,255,.16);border-radius:16px}.lesson-list article>span{font-size:25px}.lesson-list h3{margin:0 0 5px}.lesson-list p{margin:0;opacity:.75}.qna-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:24px 0}.qna-rules div{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;padding:18px;border-radius:16px;background:rgba(255,255,255,.05)}.qna-rules strong{font-size:24px}.qna-rules span{opacity:.75}.beginner-form{display:grid;gap:16px;margin-top:20px}.beginner-form label{display:grid;gap:8px;font-weight:600}.beginner-form input,.beginner-form textarea{width:100%;box-sizing:border-box;padding:13px 15px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.06);color:inherit;font:inherit}.qa-examples{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.qa-examples h3{margin-top:0}.qa-examples p{opacity:.75;line-height:1.5}.beginner-column{background:rgba(118,190,110,.1);border-color:rgba(118,190,110,.35)}@media(max-width:700px){.beginner-path,.qa-examples{grid-template-columns:1fr}.qna-rules{grid-template-columns:1fr}.lesson-list article{grid-template-columns:36px 1fr}.lesson-list b{grid-column:2}}

/* ==========================================================
   REBELL HOMEPAGE — polished portfolio layer
   ========================================================== */
.site-nav{
  position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:22px;
  padding:14px 24px;background:rgba(28,13,61,.92);backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(255,255,255,.18)
}
.nav-brand{color:var(--yellow);font-weight:1000;letter-spacing:2px;text-decoration:none;font-size:18px;white-space:nowrap}
.nav-brand span{color:var(--pink);margin-left:4px}
.nav-links{display:flex;justify-content:center;gap:18px;flex:1}
.nav-links a{color:#fff;text-decoration:none;font-weight:800;font-size:14px;opacity:.86}
.nav-links a:hover{color:var(--yellow);opacity:1}
.nav-cta{padding:10px 15px;border-radius:999px;background:var(--yellow);color:#35105f;text-decoration:none;font-weight:900;white-space:nowrap;font-size:13px}
.hero{position:relative;padding-top:38px;overflow:hidden}
.hero:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-130px;top:-130px;background:rgba(228,161,237,.13);filter:blur(3px);pointer-events:none}
.hero-badge{display:inline-flex;padding:7px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.06);font-size:10px;font-weight:900;letter-spacing:1.6px;color:#ffeefa;margin-bottom:18px}
.hero .avatar-wrap{width:148px;height:148px;box-shadow:0 12px 35px rgba(0,0,0,.25)}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:25px 0 8px}
.hero-primary,.hero-secondary{padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:900}
.hero-primary{background:var(--yellow);color:#35105f;box-shadow:0 8px 22px rgba(0,0,0,.18)}
.hero-primary span{margin-left:10px;font-size:20px}
.hero-secondary{border:2px solid rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.07)}
.hero-primary:hover,.hero-secondary:hover{transform:translateY(-2px)}
.section-kicker{font-size:11px;letter-spacing:2px;font-weight:1000;color:var(--pink);margin-bottom:10px}
.intro-panel{background:linear-gradient(145deg,rgba(52,25,112,.96),rgba(122,43,144,.72))}
.pill{border:1px solid rgba(255,255,255,.16)}
.pill span{display:flex;flex-direction:column;align-items:flex-start;gap:3px}
.pill small{font-size:10px;letter-spacing:1.4px;opacity:.7}
.sample-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.sample-card{background:rgba(255,255,255,.07);border:2px solid rgba(255,255,255,.2);border-radius:22px;padding:12px;overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.sample-card:hover{transform:translateY(-5px);border-color:rgba(255,229,106,.65);box-shadow:0 15px 30px rgba(0,0,0,.2)}
.sample-card img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:15px}
.sample-card h3{margin:13px 4px 5px;color:#fff}
.sample-card p{margin:0 4px 6px;color:var(--muted);line-height:1.45}
.commission-teaser{background:linear-gradient(145deg,rgba(73,29,126,.94),rgba(147,50,133,.7))}
.final-cta{background:radial-gradient(circle at 85% 15%,rgba(255,229,106,.16),transparent 30%),linear-gradient(145deg,rgba(46,20,95,.96),rgba(104,34,125,.8))}
.online-panel{text-align:center}
.social-support-panel{background:linear-gradient(145deg,rgba(45,20,96,.96),rgba(82,32,120,.86))}
@media(max-width:720px){
  .site-nav{padding:12px 14px;gap:10px}.nav-links{gap:10px}.nav-links a{font-size:12px}.nav-cta{display:none}
  .sample-grid{grid-template-columns:1fr}.sample-card img{aspect-ratio:16/10}
}
@media(max-width:520px){
  .site-nav{flex-wrap:wrap;justify-content:center}.nav-brand{width:100%;text-align:center}.nav-links{order:2;width:100%;gap:13px}
  .hero{padding-top:28px}.hero .avatar-wrap{width:122px;height:122px}.hero-actions{flex-direction:column}.hero-primary,.hero-secondary{width:100%;text-align:center}
}

/* ==========================================================
   REBELL ART CLUB — subscription page polish
   ========================================================== */
.subscription-shell{overflow:hidden}
.subscription-shell .site-nav .active{color:var(--yellow);opacity:1}
.subscription-hero{
  position:relative;display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:center;
  padding:68px 7%;overflow:hidden;
  background:
    radial-gradient(circle at 84% 30%,rgba(255,229,106,.16),transparent 23%),
    radial-gradient(circle at 10% 90%,rgba(228,161,237,.12),transparent 30%),
    linear-gradient(145deg,rgba(42,17,91,.98),rgba(112,35,139,.88));
}
.subscription-hero:before{content:"✦  ·  ✧      ·  ✦   ·   ✧";position:absolute;right:5%;top:9%;font-size:22px;letter-spacing:10px;opacity:.16;pointer-events:none}
.subscription-hero h1{font-size:clamp(42px,6vw,68px);line-height:1.03;max-width:680px;margin:10px 0 18px}
.subscription-hero h1 span{color:var(--pink)}
.subscription-hero-lead{max-width:650px;font-size:20px;line-height:1.65;font-weight:700;color:var(--muted)}
.subscription-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 20px}
.subscription-hero-actions .hero-primary,.subscription-hero-actions .hero-secondary{display:inline-flex;align-items:center;justify-content:center}
.club-mini-stats{display:flex;gap:18px;flex-wrap:wrap;color:#fff;font-size:13px;font-weight:800;opacity:.9}
.club-mini-stats span{display:inline-flex;align-items:center;gap:7px}.club-mini-stats b{color:var(--yellow);font-size:17px}
.subscription-hero-art{position:relative;min-height:390px;display:grid;place-items:center}
.subscription-art-frame{position:relative;width:min(330px,78%);aspect-ratio:4/5;padding:10px;border-radius:28px;background:linear-gradient(145deg,var(--yellow),var(--pink),var(--purple));box-shadow:0 25px 60px rgba(10,0,35,.4);transform:rotate(3deg);z-index:2}
.subscription-art-frame:after{content:"";position:absolute;inset:10px;border:1px solid rgba(255,255,255,.6);border-radius:20px;pointer-events:none}
.subscription-art-frame img{width:100%;height:100%;object-fit:contain;border-radius:20px;background:#fff;display:block}
.art-orbit{position:absolute;border:1px solid rgba(255,255,255,.18);border-radius:50%;pointer-events:none}.orbit-one{width:380px;height:380px}.orbit-two{width:300px;height:300px;border-color:rgba(255,229,106,.22);transform:rotate(25deg)}
.floating-note{position:absolute;z-index:3;padding:8px 12px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(31,13,70,.72);backdrop-filter:blur(8px);font-size:10px;font-weight:1000;letter-spacing:1px;color:#fff}.note-one{top:13%;left:7%;transform:rotate(-8deg)}.note-two{right:0;top:32%;transform:rotate(8deg);color:var(--yellow)}.note-three{bottom:13%;left:5%;transform:rotate(-4deg);color:var(--pink)}
.subscription-intro{background:linear-gradient(150deg,rgba(44,20,95,.96),rgba(116,46,139,.72))}
.subscription-intro>h2{max-width:720px}
.redesigned-plans{gap:20px;margin:34px 0 6px;align-items:stretch}
.redesigned-plan{position:relative;display:flex;flex-direction:column;padding:28px 24px 24px;min-height:100%;background:linear-gradient(160deg,rgba(255,255,255,.09),rgba(255,255,255,.035));border-color:rgba(255,255,255,.25);overflow:hidden;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.redesigned-plan:hover{transform:translateY(-6px);border-color:rgba(255,229,106,.55);box-shadow:0 18px 35px rgba(0,0,0,.22)}
.redesigned-plan .plan-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:rgba(255,255,255,.08);font-size:28px;margin-bottom:18px}
.plan-label,.included-label{margin:0;color:var(--pink);font-size:10px;font-weight:1000;letter-spacing:1.7px}.redesigned-plan h3{font-size:29px;margin:7px 0 8px}.plan-price{display:flex;align-items:baseline;gap:5px}.plan-price strong{color:var(--yellow);font-size:34px}.plan-price span{font-size:13px;opacity:.7;font-weight:800}.plan-description{min-height:72px;color:var(--muted);line-height:1.5;margin:12px 0 0}.plan-divider{height:1px;background:rgba(255,255,255,.16);margin:20px 0}.redesigned-plan .steps{margin-top:8px;min-height:125px}.redesigned-plan .steps li{margin-bottom:7px}
.plan-button{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding:13px 15px;border:1px solid rgba(255,255,255,.28);border-radius:14px;text-decoration:none;color:#fff;font-weight:900;background:rgba(255,255,255,.06);transition:.2s}.plan-button:hover{border-color:var(--yellow);background:rgba(255,229,106,.12)}.plan-button-primary{background:var(--yellow);color:#35105f;border-color:var(--yellow)}.plan-button-primary:hover{background:#fff4a7}
.featured-club{background:linear-gradient(160deg,rgba(255,229,106,.12),rgba(226,126,224,.1));border-color:var(--yellow);box-shadow:0 16px 40px rgba(0,0,0,.2)}
.popular-ribbon{position:absolute;top:0;right:0;padding:9px 14px;border-radius:0 0 0 14px;background:var(--yellow);color:#35105f;font-size:9px;font-weight:1000;letter-spacing:1px}
.vip-plan{background:linear-gradient(160deg,rgba(155,101,245,.16),rgba(228,161,237,.07))}
.redesigned-learning{background:linear-gradient(145deg,rgba(45,20,96,.96),rgba(82,32,120,.86))}
.learning-heading{display:flex;justify-content:space-between;align-items:start;gap:20px}.learning-heading h2{margin-bottom:12px}.lesson-stamp{width:88px;height:88px;flex:none;display:grid;place-items:center;text-align:center;border:2px dashed rgba(255,229,106,.6);border-radius:50%;color:var(--yellow);font-size:25px;transform:rotate(8deg)}.lesson-stamp small{font-size:8px;line-height:1.1;letter-spacing:1px;font-weight:1000;color:#fff}
.redesigned-learning-grid{margin-top:30px;grid-template-columns:1fr 1fr}.redesigned-learning-grid article{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;padding:20px;border:2px solid rgba(255,255,255,.17);border-radius:20px;background:rgba(255,255,255,.045);transition:transform .2s ease,border-color .2s ease}.redesigned-learning-grid article:hover{transform:translateY(-3px);border-color:rgba(228,161,237,.5)}.lesson-number{font-size:12px;font-weight:1000;color:var(--yellow);padding-top:3px}.redesigned-learning-grid strong{font-size:18px}.redesigned-learning-grid span:last-child{display:block;margin-top:6px;opacity:.75;line-height:1.5}
.club-special{display:grid;grid-template-columns:1.35fr .65fr;gap:30px;align-items:center;background:linear-gradient(145deg,rgba(57,23,115,.96),rgba(130,42,136,.72))}.special-points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.special-points span{padding:12px 14px;border-radius:13px;background:rgba(255,255,255,.06);font-weight:800;font-size:13px}.club-note-card{padding:28px;border:2px solid rgba(255,229,106,.4);border-radius:24px;background:rgba(255,229,106,.08);box-shadow:0 15px 35px rgba(0,0,0,.16)}.big-star{display:block;font-size:40px;color:var(--yellow);margin-bottom:12px}.club-note-card h3{font-size:24px}.club-note-card p{color:var(--muted);line-height:1.55}
.final-membership-cta{text-align:center;background:radial-gradient(circle at 50% 0%,rgba(255,229,106,.16),transparent 34%),linear-gradient(145deg,rgba(46,20,95,.98),rgba(104,34,125,.86))}.final-membership-cta .lead{max-width:650px;margin-left:auto;margin-right:auto}.final-membership-cta .big-cta{max-width:620px;margin:26px auto 10px}.final-membership-cta .small-note{margin-bottom:0}
@media(max-width:850px){.subscription-hero{grid-template-columns:1fr;text-align:center}.subscription-hero-lead{margin-left:auto;margin-right:auto}.subscription-hero-actions,.club-mini-stats{justify-content:center}.subscription-hero-art{min-height:340px}.club-mini-stats{gap:12px}.club-special{grid-template-columns:1fr}.redesigned-plans{grid-template-columns:1fr}.redesigned-plan .steps{min-height:auto}}
@media(max-width:650px){.subscription-hero{padding:46px 6%}.subscription-hero-art{min-height:300px}.subscription-art-frame{width:min(280px,75%)}.orbit-one{width:310px;height:310px}.orbit-two{width:245px;height:245px}.floating-note{font-size:8px}.note-one{left:0}.note-two{right:-3px}.note-three{left:0}.subscription-hero-actions{flex-direction:column}.subscription-hero-actions a{width:100%}.learning-heading{align-items:center}.lesson-stamp{width:70px;height:70px}.redesigned-learning-grid{grid-template-columns:1fr}.special-points{grid-template-columns:1fr}}
@media(max-width:520px){.subscription-hero h1{font-size:40px}.subscription-hero-lead{font-size:17px}.club-mini-stats{display:grid;grid-template-columns:1fr 1fr;text-align:left}.club-mini-stats span:last-child{grid-column:1/-1;justify-self:center}.learning-heading h2{font-size:34px}.lesson-stamp{display:none}.final-membership-cta .big-cta{font-size:15px}}

/* ==========================================================
   REBELL ART CLUB — Behind the Artwork VIP experience
   ========================================================== */
.vip-breakdown-section{background:radial-gradient(circle at 92% 8%,rgba(255,229,106,.14),transparent 24%),linear-gradient(145deg,rgba(39,17,86,.98),rgba(88,31,125,.9))}
.vip-breakdown-header{display:flex;justify-content:space-between;gap:28px;align-items:start}.vip-breakdown-header h2{font-size:clamp(36px,5vw,54px);margin:8px 0 12px}.vip-breakdown-header .lead{max-width:760px}.vip-lock-badge{width:92px;height:92px;flex:none;display:grid;place-items:center;text-align:center;border:2px solid var(--yellow);border-radius:50%;background:rgba(255,229,106,.1);color:var(--yellow);font-size:25px;transform:rotate(7deg);box-shadow:0 10px 30px rgba(0,0,0,.18)}.vip-lock-badge span{font-size:9px;line-height:1.15;letter-spacing:1px;font-weight:1000;color:#fff}
.vip-breakdown-flow{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.breakdown-card{display:grid;grid-template-columns:44px 1fr;gap:14px;padding:18px;border:1px solid rgba(255,255,255,.17);border-radius:18px;background:rgba(255,255,255,.045);transition:transform .2s ease,border-color .2s ease}.breakdown-card:hover{transform:translateY(-3px);border-color:rgba(255,229,106,.5)}.breakdown-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(255,229,106,.1);font-size:21px}.breakdown-card strong{font-size:16px}.breakdown-card p{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.breakdown-featured{border-color:rgba(255,229,106,.4);background:linear-gradient(135deg,rgba(255,229,106,.1),rgba(255,255,255,.04))}
.vip-video-preview{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;margin-top:34px;padding:18px;border-radius:24px;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.14)}.video-preview-art{position:relative;min-height:270px;border-radius:18px;overflow:hidden;background:#1b0c38}.video-preview-art img{width:100%;height:100%;min-height:270px;object-fit:cover;display:block;opacity:.76}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:68px;height:68px;border-radius:50%;display:grid;place-items:center;background:var(--yellow);color:#35105f;font-size:22px;padding-left:4px;box-shadow:0 12px 30px rgba(0,0,0,.3)}.preview-lock{position:absolute;left:14px;bottom:14px;padding:8px 11px;border-radius:999px;background:rgba(31,13,70,.85);border:1px solid rgba(255,229,106,.5);color:var(--yellow);font-size:9px;font-weight:1000;letter-spacing:1px}.video-preview-copy h3{font-size:28px;margin:7px 0 10px}.video-preview-copy p{color:var(--muted);line-height:1.6}.video-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:18px}.video-tags span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);font-size:10px;font-weight:900}
.ask-rebell-card{display:grid;grid-template-columns:54px 1fr auto;gap:16px;align-items:center;margin-top:18px;padding:20px;border-radius:20px;border:1px solid rgba(228,161,237,.32);background:linear-gradient(135deg,rgba(228,161,237,.1),rgba(255,255,255,.04))}.ask-rebell-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:rgba(228,161,237,.12);color:var(--pink);font-size:27px}.ask-rebell-card h3{font-size:22px;margin:3px 0 5px}.ask-rebell-card p{margin:0;color:var(--muted);line-height:1.5;font-size:13px}.idea-badge{padding:8px 10px;border-radius:999px;background:rgba(255,229,106,.1);border:1px solid rgba(255,229,106,.25);color:var(--yellow);font-size:8px;font-weight:1000;letter-spacing:1px;white-space:nowrap}
.vip-plan .vip-exclusive-feature{margin:0 0 18px;padding:14px;border:1px solid rgba(255,229,106,.3);border-radius:16px;background:linear-gradient(135deg,rgba(255,229,106,.08),rgba(228,161,237,.06));display:grid;grid-template-columns:40px 1fr;gap:10px}.vip-exclusive-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:rgba(255,229,106,.1);font-size:19px}.vip-exclusive-label{display:block;color:var(--yellow);font-size:8px;font-weight:1000;letter-spacing:1.4px;margin-bottom:3px}.vip-exclusive-feature strong{font-size:15px}.vip-exclusive-feature p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.45}
@media(max-width:850px){.vip-video-preview{grid-template-columns:1fr}.ask-rebell-card{grid-template-columns:54px 1fr}.idea-badge{grid-column:2;justify-self:start}.vip-breakdown-header{align-items:center}}
@media(max-width:650px){.vip-breakdown-flow{grid-template-columns:1fr}.vip-breakdown-header{display:block}.vip-lock-badge{margin-top:18px}.vip-video-preview{padding:12px}.video-preview-art,.video-preview-art img{min-height:230px}.ask-rebell-card{grid-template-columns:44px 1fr}.ask-rebell-icon{width:44px;height:44px}.idea-badge{grid-column:2}}

/* ==========================================================
   Beginner's Corner v14 — friendly + studio + art-school mix
   ========================================================== */
.site-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 28px;background:rgba(28,11,62,.86);border-bottom:2px solid rgba(255,255,255,.18);position:relative;z-index:2}
.nav-brand{color:#fff;text-decoration:none;font-weight:1000;letter-spacing:2px;font-size:24px}.nav-brand span{color:var(--yellow);margin-left:4px}.nav-links{display:flex;gap:22px;flex-wrap:wrap;justify-content:center}.nav-links a{color:var(--muted);text-decoration:none;font-weight:900;font-size:14px}.nav-links a:hover,.nav-links a.active{color:var(--yellow)}.nav-cta{color:#35105f;background:var(--yellow);padding:11px 16px;border-radius:999px;text-decoration:none;font-weight:1000;white-space:nowrap}
.beginner-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center;padding:62px 7%;background:radial-gradient(circle at 80% 20%,rgba(255,229,106,.13),transparent 30%),linear-gradient(145deg,rgba(45,18,94,.96),rgba(110,35,137,.8));overflow:hidden}
.beginner-hero h1{font-size:clamp(46px,7vw,76px);margin:10px 0 14px}.beginner-hero h1 span{color:#f5c8ff}.beginner-hero-lead{font-size:20px;line-height:1.65;color:var(--muted);font-weight:800;max-width:680px}.hero-badge{display:inline-block;padding:9px 14px;border:1px solid rgba(255,255,255,.4);border-radius:999px;background:rgba(255,255,255,.08);font-size:11px;letter-spacing:1.5px;font-weight:1000}.beginner-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0}.hero-primary,.hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-weight:1000;padding:14px 20px;border-radius:999px}.hero-primary{background:linear-gradient(90deg,#ffdd71,#e77be7);color:#3b1767}.hero-secondary{border:2px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.07)}.beginner-mini-stats{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:900}.beginner-mini-stats b{color:var(--yellow);margin-right:5px}
.beginner-hero-art{min-height:390px;position:relative;display:grid;place-items:center}.beginner-art-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(255,229,106,.25),transparent 68%)}.beginner-art-frame{width:min(330px,75vw);aspect-ratio:1/1.05;transform:rotate(4deg);padding:10px;background:#fff;border-radius:24px;box-shadow:0 25px 60px rgba(0,0,0,.35);position:relative;z-index:1}.beginner-art-frame img{width:100%;height:100%;object-fit:cover;border-radius:15px}.beginner-note{position:absolute;z-index:2;padding:10px 14px;border-radius:12px;background:#fff;color:#3b1767;font-weight:1000;font-size:12px;box-shadow:0 8px 22px rgba(0,0,0,.25)}.note-a{top:30px;right:4%}.note-b{bottom:40px;left:2%;transform:rotate(-6deg)}.note-c{bottom:12px;right:10%;transform:rotate(5deg)}
.redesigned-beginner-path{grid-template-columns:repeat(4,minmax(0,1fr));display:grid;gap:18px;margin-top:30px}.path-card{position:relative;overflow:hidden;min-height:290px;padding:24px!important;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.04));border:2px solid rgba(255,255,255,.22);transition:.2s transform,.2s border-color}.path-card:hover{transform:translateY(-5px);border-color:rgba(255,229,106,.65)}.path-number{position:absolute;right:16px;top:12px;color:rgba(255,255,255,.28);font-size:42px;font-weight:1000}.path-icon{font-size:34px;margin:12px 0}.path-label{font-size:10px;letter-spacing:1.5px;color:var(--yellow);font-weight:1000}.path-card h3{font-size:25px;margin:8px 0}.path-card p:not(.path-label){color:var(--muted);line-height:1.55}.path-arrow{display:block;margin-top:20px;color:#fff;font-weight:1000;font-size:13px}
.first-week-section{background:linear-gradient(145deg,rgba(56,22,108,.95),rgba(93,34,126,.8))}.week-heading,.learning-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.week-stamp,.lesson-stamp{width:92px;min-width:92px;height:92px;border-radius:50%;display:grid;place-items:center;text-align:center;background:var(--yellow);color:#35105f;font-size:28px;font-weight:1000;transform:rotate(6deg);box-shadow:0 12px 28px rgba(0,0,0,.2)}.week-stamp small,.lesson-stamp small{font-size:9px;line-height:1.1}.week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-top:30px}.week-grid article{padding:17px 14px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);min-height:160px}.week-grid span{font-size:10px;color:var(--yellow);font-weight:1000;letter-spacing:1px}.week-grid strong{display:block;font-size:20px;margin:12px 0 7px}.week-grid p{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.encouragement-note{margin-top:22px;padding:17px 20px;border-radius:16px;background:rgba(255,229,106,.09);border:1px solid rgba(255,229,106,.3);color:var(--muted);line-height:1.55}.encouragement-note:first-letter{color:var(--yellow)}
.redesigned-lesson-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin-top:25px}.redesigned-lesson-list article{display:grid;grid-template-columns:58px 1fr auto;gap:15px;align-items:center;padding:20px;border-radius:20px;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.18)}.redesigned-lesson-list article>span{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:rgba(255,229,106,.15);font-size:25px}.redesigned-lesson-list small{color:var(--yellow);font-size:10px;letter-spacing:1px;font-weight:1000}.redesigned-lesson-list h3{margin:5px 0;font-size:21px}.redesigned-lesson-list p{margin:0;color:var(--muted);line-height:1.45}.redesigned-lesson-list b{padding:6px 9px;border-radius:999px;background:var(--yellow);color:#35105f;font-size:10px}
.qna-section{background:linear-gradient(145deg,rgba(48,20,98,.95),rgba(113,42,135,.8))}.qna-layout{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:start}.redesigned-qna-rules{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px}.redesigned-qna-rules>div{display:flex;align-items:center;gap:10px;padding:15px;border-radius:17px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18)}.redesigned-qna-rules strong{font-size:25px;color:var(--yellow)}.redesigned-qna-rules span{font-size:11px;line-height:1.3;color:var(--muted);font-weight:900}.beginner-form{display:grid;gap:14px;padding:24px;border-radius:24px;background:rgba(25,8,57,.3);border:2px solid rgba(255,255,255,.18)}.beginner-form label{display:grid;gap:7px;font-weight:900;font-size:13px}.beginner-form input,.beginner-form textarea{width:100%;border:1px solid rgba(255,255,255,.28);border-radius:12px;padding:13px 14px;background:rgba(255,255,255,.08);color:#fff;font:inherit;outline:none}.beginner-form input:focus,.beginner-form textarea:focus{border-color:var(--yellow)}.small-note{margin:0;color:var(--muted);font-size:11px;line-height:1.45}
.redesigned-qa{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;margin-top:25px}.redesigned-qa article{position:relative;padding:24px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2)}.redesigned-qa article>span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--yellow);color:#35105f;font-size:11px;font-weight:1000}.redesigned-qa h3{font-size:19px;line-height:1.35;margin:15px 0 8px}.redesigned-qa p{color:var(--muted);line-height:1.5;margin:0}
.beginner-next-step{display:grid;grid-template-columns:.75fr 1.25fr;gap:32px;align-items:center}.next-step-art{padding:10px;background:#fff;border-radius:22px;transform:rotate(-3deg);box-shadow:0 20px 45px rgba(0,0,0,.25)}.next-step-art img{width:100%;display:block;aspect-ratio:1/1;object-fit:cover;border-radius:14px}.next-step-buttons{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.next-step-buttons .big-cta{width:auto}.next-step-buttons .text-link{margin:0}
@media(max-width:900px){.beginner-hero{grid-template-columns:1fr}.beginner-hero-art{min-height:330px}.redesigned-beginner-path{grid-template-columns:repeat(2,minmax(0,1fr))}.week-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.qna-layout,.beginner-next-step{grid-template-columns:1fr}.redesigned-qa{grid-template-columns:1fr}.site-nav{flex-wrap:wrap}.nav-links{order:3;width:100%}}
@media(max-width:600px){.beginner-hero{padding:42px 6%}.beginner-hero-art{min-height:300px}.beginner-art-frame{width:270px}.beginner-note{font-size:10px}.redesigned-beginner-path,.redesigned-lesson-list{grid-template-columns:1fr}.week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.redesigned-qna-rules{grid-template-columns:1fr}.week-stamp{width:72px;min-width:72px;height:72px;font-size:22px}.nav-links{gap:12px}.nav-links a{font-size:12px}.nav-cta{font-size:12px;padding:9px 12px}}

/* ==========================================================
   GALLERY V15 — STEP 1: NAVIGATION + HERO
   ========================================================== */
.gallery-page-shell{width:min(1180px,calc(100% - 28px));margin:28px auto;background:rgba(37,17,82,.58);border:8px solid white;border-radius:0 0 18px 18px;box-shadow:var(--shadow);overflow:hidden}
.gallery-nav{border-bottom:2px solid rgba(255,255,255,.18)}
.gallery-nav .nav-brand{font-size:24px}
.gallery-nav .nav-links a.active{color:var(--yellow)}
.gallery-v15-hero{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding:78px 7%;background:radial-gradient(circle at 78% 25%,rgba(228,161,237,.18),transparent 30%),linear-gradient(145deg,rgba(45,18,94,.97),rgba(110,35,137,.82));overflow:hidden;position:relative}
.gallery-v15-hero:before{content:"✦  ·  ✧     ·     ✦";position:absolute;right:4%;top:10%;font-size:25px;letter-spacing:10px;opacity:.13;pointer-events:none}
.gallery-hero-copy{position:relative;z-index:1}
.gallery-eyebrow{display:inline-block;font-size:11px;letter-spacing:2px;font-weight:1000;color:#ffeefa}
.gallery-hero-copy h1{font-size:clamp(52px,7vw,84px);line-height:1;margin:14px 0 20px}
.gallery-hero-copy h1 span{color:#f5c8ff}
.gallery-hero-copy p{max-width:650px;font-size:20px;line-height:1.7;color:var(--muted);font-weight:700;margin:0}
.gallery-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0 24px}
.gallery-primary,.gallery-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:1000;transition:.2s transform,.2s filter}
.gallery-primary{background:var(--yellow);color:#35105f;box-shadow:0 10px 25px rgba(0,0,0,.2)}
.gallery-primary:hover,.gallery-secondary:hover{transform:translateY(-3px);filter:brightness(1.06)}
.gallery-primary span{font-size:20px}
.gallery-secondary{border:2px solid rgba(255,255,255,.5);color:#fff;background:rgba(255,255,255,.07)}
.gallery-signature{font-size:11px;font-weight:1000;letter-spacing:2px;color:#f5c8ff;opacity:.8}
.gallery-hero-art{min-height:450px;position:relative;display:grid;place-items:center}
.gallery-hero-glow{position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(255,229,106,.22),transparent 68%)}
.gallery-hero-frame{width:min(390px,72vw);aspect-ratio:4/5;padding:10px;background:#fff;border-radius:24px;box-shadow:0 28px 65px rgba(0,0,0,.4);transform:rotate(3deg);position:relative;z-index:1}
.gallery-hero-frame img{width:100%;height:100%;object-fit:contain;background:#f9f5ff;border-radius:16px;display:block}
.gallery-hero-note{position:absolute;z-index:2;padding:10px 14px;border-radius:12px;background:#fff;color:#3b1767;font-size:11px;font-weight:1000;box-shadow:0 9px 24px rgba(0,0,0,.25)}
.gallery-hero-note.note-top{top:42px;right:2%;transform:rotate(5deg)}
.gallery-hero-note.note-bottom{bottom:45px;left:2%;transform:rotate(-6deg)}
.gallery-v15-section{padding:70px 7%;background:linear-gradient(150deg,rgba(44,20,95,.95),rgba(116,46,139,.78));border-top:2px solid rgba(255,255,255,.12)}
.section-kicker{font-size:11px;letter-spacing:2px;font-weight:1000;color:#f5c8ff;margin-bottom:8px}
.featured-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:36px;align-items:center}
.featured-art-frame{border-radius:24px;overflow:hidden;background:#fff;padding:10px;box-shadow:0 22px 55px rgba(0,0,0,.3)}
.featured-art-frame img{width:100%;max-height:620px;object-fit:contain;background:#faf7ff;border-radius:16px;display:block}
.featured-copy .tag{margin-bottom:12px}
.featured-copy h2,.collection-section h2,.gallery-v15-cta h2,.gallery-support-cta h2{font-size:clamp(36px,5vw,58px);line-height:1.08;margin:8px 0 14px}
.featured-copy p,.collection-section p{font-size:18px;line-height:1.65;color:var(--muted);font-weight:700}
.featured-view{display:inline-flex;margin-top:14px;color:var(--yellow);font-weight:1000;text-decoration:none}
.section-heading-row{display:flex;justify-content:space-between;gap:30px;align-items:end}
.collection-count{color:var(--muted);font-weight:900;font-size:13px}
.collection-section .filters{margin-top:28px}
.collection-section .filter{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2)}
.collection-section .filter.active{background:var(--yellow);color:#35105f;border-color:var(--yellow)}
.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}
.gallery-grid .art-card{padding:14px;background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.2);transition:.22s transform,.22s box-shadow,.22s border-color}
.gallery-grid .art-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.45);box-shadow:0 18px 38px rgba(0,0,0,.25)}
.gallery-grid .art-card img{aspect-ratio:4/5;object-fit:cover;cursor:zoom-in;transition:.3s transform}
.gallery-grid .art-card:hover img{transform:scale(1.025)}
.gallery-grid .art-card h3{font-size:22px;margin:10px 0 4px}
.gallery-v15-cta,.gallery-support-cta{padding:64px 7%;display:flex;align-items:center;justify-content:space-between;gap:35px}
.gallery-v15-cta{background:linear-gradient(135deg,#ffdd71,#e77be7);color:#35105f}
.gallery-v15-cta .gallery-eyebrow{color:#4b2867}
.gallery-v15-cta h2{margin:8px 0 0;max-width:760px}
.gallery-v15-cta .gallery-primary{background:#35105f;color:#fff;box-shadow:none}
.gallery-support-cta{background:#211452}
.gallery-support-cta h2{max-width:760px}
.gallery-support-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:flex-end}
.gallery-secondary.dark{white-space:nowrap}
.gallery-text-link{color:var(--yellow);font-weight:1000;text-decoration:none;white-space:nowrap}
@media(max-width:900px){.gallery-v15-hero{grid-template-columns:1fr;text-align:center}.gallery-hero-copy p{margin-inline:auto}.gallery-hero-actions{justify-content:center}.gallery-hero-art{min-height:390px}.featured-layout{grid-template-columns:1fr}.featured-copy{text-align:center}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-v15-cta,.gallery-support-cta{flex-direction:column;align-items:flex-start}.gallery-support-actions{justify-content:flex-start}}
@media(max-width:650px){.gallery-page-shell{width:calc(100% - 12px);border-width:4px;margin:6px auto}.gallery-nav{padding:12px 14px}.gallery-nav .nav-brand{width:100%;text-align:center}.gallery-nav .nav-links{order:2;width:100%;gap:11px}.gallery-nav .nav-links a{font-size:11px}.gallery-v15-hero{padding:50px 6%;gap:20px}.gallery-hero-copy h1{font-size:52px}.gallery-hero-copy p{font-size:17px}.gallery-hero-actions{flex-direction:column}.gallery-primary,.gallery-secondary{width:100%}.gallery-hero-art{min-height:330px}.gallery-hero-frame{width:270px}.gallery-hero-note{font-size:9px}.gallery-hero-note.note-top{right:0}.gallery-hero-note.note-bottom{left:0}.gallery-v15-section{padding:52px 6%}.section-heading-row{align-items:start;flex-direction:column;gap:8px}.gallery-grid{grid-template-columns:1fr}.gallery-v15-cta,.gallery-support-cta{padding:48px 6%}.gallery-v15-cta h2,.gallery-support-cta h2{font-size:36px}.gallery-support-actions{width:100%;flex-direction:column;align-items:stretch}.gallery-support-actions a{text-align:center}}


/* Gallery v15 — Step 2 refinements */
.featured-portfolio-section {
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.featured-portfolio-section .featured-work-grid,
.featured-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.featured-work-grid img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 720px;
  object-fit: contain;
}

.featured-work-grid .featured-info {
  max-width: 34rem;
}

.featured-work-grid .featured-info h2,
.featured-work-grid .featured-info h3 {
  margin-bottom: .75rem;
}

.featured-work-grid .featured-info .featured-category {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  opacity: .72;
  margin-bottom: 1rem;
}

.featured-work-grid .featured-info .featured-description {
  line-height: 1.8;
  opacity: .82;
  margin-bottom: 1.5rem;
}

.featured-work-grid .view-artwork {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

@media (max-width: 800px) {
  .featured-portfolio-section .featured-work-grid,
  .featured-work-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .featured-work-grid .featured-info {
    max-width: none;
  }
}

/* Keep the Commission CTA comfortable rather than changing the whole Gallery page. */
.gallery-commission-cta {
  background: #f4e9ed;
}

/* Gallery v15 — Step 2: Featured Work presentation */
.featured-work-grid{
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.8fr);
  gap:clamp(2rem,5vw,5rem);
  align-items:center;
}
.featured-art-frame{
  position:relative;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  padding:10px;
  box-shadow:0 24px 60px rgba(0,0,0,.32);
  cursor:zoom-in;
}
.featured-work-image{
  display:block;
  width:100%;
  height:auto;
  max-height:720px;
  object-fit:contain;
  object-position:center;
  background:#faf7ff;
  border-radius:16px;
  transition:transform .3s ease;
}
.featured-art-frame:hover .featured-work-image{transform:scale(1.012)}
.featured-image-hint{
  position:absolute;
  right:22px;
  bottom:22px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(37,17,82,.82);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.3px;
  opacity:0;
  transform:translateY(5px);
  transition:.2s ease;
  pointer-events:none;
}
.featured-art-frame:hover .featured-image-hint,
.featured-art-frame:focus-within .featured-image-hint{opacity:1;transform:translateY(0)}
.featured-info{max-width:34rem}
.featured-category{
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:11px;
  font-weight:1000;
  color:#f5c8ff;
  margin-bottom:12px;
}
.featured-info h2{margin-bottom:12px}
.featured-description{
  max-width:560px;
  line-height:1.8;
  color:var(--muted);
  font-size:18px;
  font-weight:700;
  margin-bottom:20px;
}
.featured-view{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--yellow);
  font-weight:1000;
  text-decoration:none;
  transition:transform .2s ease;
}
.featured-view:hover{transform:translateX(4px)}
.featured-view span{font-size:20px}
@media(max-width:800px){
  .featured-work-grid{grid-template-columns:1fr;gap:2rem}
  .featured-info{max-width:none;text-align:center}
  .featured-description{margin-left:auto;margin-right:auto}
  .featured-view{justify-content:center}
}
@media(max-width:600px){
  .featured-art-frame{padding:7px;border-radius:20px}
  .featured-work-image{border-radius:14px;max-height:560px}
  .featured-image-hint{right:14px;bottom:14px;font-size:10px}
}


/* Gallery v15 — Step 4: premium portfolio artwork cards */
.gallery-grid .gallery-portfolio-card{
  position:relative;
  padding:0;
  overflow:hidden;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.gallery-grid .gallery-portfolio-card:hover{
  transform:translateY(-7px);
  border-color:rgba(255,255,255,.42);
  box-shadow:0 22px 46px rgba(0,0,0,.25);
}
.gallery-grid .art-card-image-wrap{
  position:relative;
  overflow:hidden;
  background:transparent;
  aspect-ratio:4/5;
}
.gallery-grid .gallery-portfolio-card img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  background:transparent;
  transition:transform .45s ease;
}
.gallery-grid .gallery-portfolio-card:hover img{transform:scale(1.025)}
.art-card-view-hint{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(37,17,82,.86);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.25px;
  opacity:0;
  transform:translateY(6px);
  transition:opacity .2s ease, transform .2s ease;
  pointer-events:none;
}
.gallery-grid .gallery-portfolio-card:hover .art-card-view-hint{opacity:1;transform:translateY(0)}
.gallery-grid .gallery-portfolio-card .art-card-info{
  padding:17px 17px 18px;
}
.gallery-grid .gallery-portfolio-card .tag{
  display:inline-block;
  margin-bottom:7px;
  font-size:10px;
  letter-spacing:.13em;
  text-transform:uppercase;
  font-weight:1000;
  color:#f5c8ff;
}
.gallery-grid .gallery-portfolio-card h3{
  margin:0 0 6px;
  font-size:21px;
  line-height:1.2;
}
.gallery-grid .gallery-portfolio-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55;
  font-weight:700;
}
@media(max-width:650px){
  .gallery-grid .gallery-portfolio-card .art-card-info{padding:15px 15px 16px}
  .gallery-grid .gallery-portfolio-card h3{font-size:20px}
  .art-card-view-hint{opacity:1;transform:none;font-size:9px}
}

.featured-work-image,.art-card-image-wrap img{cursor:zoom-in;}
.view-artwork{cursor:pointer;}


/* Gallery v15 — Step 5: reliable full-view artwork lightbox */
.rebell-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:clamp(14px,3vw,36px);
  background:rgba(12,7,25,.94);
  box-sizing:border-box;
}
.rebell-lightbox.open{
  display:flex;
}
.rebell-lightbox .lightbox-content{
  width:min(1100px,92vw);
  max-height:92vh;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(230px,300px);
  gap:24px;
  align-items:center;
  box-sizing:border-box;
}
.rebell-lightbox .lightbox-art-wrap{
  min-width:0;
  max-height:88vh;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  overflow:hidden;
  background:#faf7ff;
  box-shadow:0 20px 70px rgba(0,0,0,.45);
}
.rebell-lightbox .lightbox-image{
  display:block;
  width:auto;
  height:auto;
  max-width:100%;
  max-height:88vh;
  object-fit:contain;
  cursor:default;
}
.rebell-lightbox .lightbox-details{
  color:#fff;
  padding:10px 4px;
}
.rebell-lightbox .lightbox-category{
  display:block;
  margin-bottom:10px;
  color:#f5c8ff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.rebell-lightbox .lightbox-title{
  margin:0 0 12px;
  color:#fff;
  font-size:clamp(26px,3vw,42px);
  line-height:1.1;
}

.rebell-lightbox .lightbox-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}
.rebell-lightbox .lightbox-share,
.rebell-lightbox .lightbox-commission{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:10px 14px;
  border-radius:999px;
  box-sizing:border-box;
  font:inherit;
  font-size:12px;
  font-weight:900;
  text-decoration:none;
  cursor:pointer;
}
.rebell-lightbox .lightbox-share{
  border:1px solid rgba(255,255,255,.22);
  color:#fff;
  background:rgba(255,255,255,.09);
}
.rebell-lightbox .lightbox-commission{
  border:1px solid var(--yellow);
  color:#35105f;
  background:var(--yellow);
}
.rebell-lightbox .lightbox-share:hover,
.rebell-lightbox .lightbox-commission:hover{
  filter:brightness(1.06);
  transform:translateY(-1px);
}
.rebell-lightbox .lightbox-description{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.7;
}
.rebell-lightbox .lightbox-close,
.rebell-lightbox .lightbox-nav{
  position:absolute;
  z-index:2;
  border:0;
  cursor:pointer;
  color:#fff;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:background .2s ease, transform .2s ease, opacity .2s ease;
}
.rebell-lightbox .lightbox-close:hover,
.rebell-lightbox .lightbox-nav:hover:not(:disabled){
  background:rgba(255,255,255,.22);
  transform:scale(1.04);
}
.rebell-lightbox .lightbox-close{
  top:18px;
  right:22px;
  width:46px;
  height:46px;
  border-radius:50%;
  font-size:30px;
  line-height:1;
}
.rebell-lightbox .lightbox-nav{
  top:50%;
  width:48px;
  height:58px;
  border-radius:16px;
  font-size:42px;
  line-height:1;
  transform:translateY(-50%);
}
.rebell-lightbox .lightbox-nav:hover:not(:disabled){
  transform:translateY(-50%) scale(1.04);
}
.rebell-lightbox .lightbox-prev{left:18px}
.rebell-lightbox .lightbox-next{right:18px}
.rebell-lightbox .lightbox-nav:disabled{
  opacity:.25;
  cursor:default;
}
@media(max-width:800px){
  .rebell-lightbox{
    padding:58px 14px 20px;
    align-items:center;
  }
  .rebell-lightbox .lightbox-content{
    width:min(94vw,620px);
    max-height:calc(100vh - 78px);
    grid-template-columns:1fr;
    gap:12px;
    overflow:auto;
  }
  .rebell-lightbox .lightbox-art-wrap{
    max-height:68vh;
  }
  .rebell-lightbox .lightbox-image{
    max-height:68vh;
  }
  .rebell-lightbox .lightbox-details{
    text-align:center;
    padding:4px 28px 8px;
  }
  .rebell-lightbox .lightbox-title{
    font-size:27px;
  }
  .rebell-lightbox .lightbox-description{
    font-size:14px;
    line-height:1.55;
  }
  .rebell-lightbox .lightbox-prev{left:8px}
  .rebell-lightbox .lightbox-next{right:8px}
}
@media(max-width:500px){
  .rebell-lightbox .lightbox-art-wrap{max-height:64vh}
  .rebell-lightbox .lightbox-image{max-height:64vh}
  .rebell-lightbox .lightbox-nav{
    width:40px;
    height:48px;
    border-radius:13px;
    font-size:34px;
  }
  .rebell-lightbox .lightbox-close{
    top:10px;
    right:12px;
  }
}


/* Step 5 safety: ensure the viewer open state wins over earlier rules. */
#rebell-lightbox.rebell-lightbox.open{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}
body.lightbox-open{overflow:hidden !important;}


/* Gallery v15 — Step 6: shareable artwork links + accessibility polish */
.lightbox-share{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:14px;padding:10px 14px;border:1px solid rgba(255,255,255,.22);
  border-radius:999px;background:rgba(255,255,255,.07);color:#fff;
  font:inherit;font-size:12px;font-weight:900;cursor:pointer;
  transition:.2s transform,.2s background,.2s border-color;
}
.lightbox-share:hover{transform:translateY(-2px);background:rgba(255,255,255,.12);border-color:rgba(255,229,106,.55)}
@media(max-width:650px){.lightbox-share{width:100%}}


/* Gallery v15 — Step 7: accessible viewer focus + reduced motion */
.rebell-lightbox button:focus-visible{
  outline:3px solid var(--yellow);
  outline-offset:3px;
}
@media (prefers-reduced-motion: reduce){
  .rebell-lightbox .lightbox-close,
  .rebell-lightbox .lightbox-nav,
  .lightbox-share{
    transition:none;
  }
}

/* Gallery v15 Step 8 — artwork search */
.gallery-tools{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:28px;flex-wrap:wrap}
.gallery-tools .filters{margin-top:0!important}
.gallery-search{display:flex;flex-direction:column;gap:7px;min-width:min(100%,320px);margin-left:auto}
.gallery-search span{font-size:11px;letter-spacing:1.6px;text-transform:uppercase;font-weight:900;color:rgba(255,255,255,.7)}
.gallery-search input{width:100%;box-sizing:border-box;padding:13px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.1);color:#fff;font:inherit;outline:none;transition:.2s border-color,.2s box-shadow,.2s background}
.gallery-search input::placeholder{color:rgba(255,255,255,.55)}
.gallery-search input:focus{border-color:var(--yellow);background:rgba(255,255,255,.14);box-shadow:0 0 0 3px rgba(255,220,70,.16)}
.gallery-no-results{text-align:center;margin:34px 0 8px;color:rgba(255,255,255,.72);font-weight:700}
@media(max-width:650px){.gallery-tools{align-items:stretch;flex-direction:column}.gallery-search{min-width:0;width:100%;margin-left:0}.gallery-tools .filters{width:100%}}

/* Step 10 — commission source context */
.inspired-artwork{display:grid;grid-template-columns:78px 1fr;gap:14px;align-items:center;margin:0 0 18px;padding:12px;border:1px solid rgba(255,229,106,.35);border-radius:16px;background:rgba(255,229,106,.07)}
.inspired-artwork-thumb{width:78px;height:78px;border-radius:12px;overflow:hidden;background:#fff}
.inspired-artwork-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.inspired-kicker{display:block;font-size:9px;letter-spacing:1.5px;color:var(--yellow);font-weight:1000;margin-bottom:4px}
.inspired-artwork strong{display:block;font-size:18px;margin-bottom:4px}
.inspired-artwork span:last-child{display:block;color:var(--muted);font-size:12px;line-height:1.4}
@media(max-width:600px){.inspired-artwork{grid-template-columns:64px 1fr}.inspired-artwork-thumb{width:64px;height:64px}}


/* Step 11 — commission inquiry review */
.terms-check{display:flex;gap:12px;align-items:flex-start;margin:18px 0;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.035);line-height:1.5;color:var(--muted)}
.terms-check input{width:18px;height:18px;flex:0 0 auto;margin-top:2px;accent-color:var(--yellow)}
.terms-check a{color:var(--yellow);font-weight:800}
.inquiry-actions{display:flex;flex-wrap:wrap;gap:10px}
@media(max-width:600px){.inquiry-actions .pill{width:100%;justify-content:center}}


/* Step 12 — commission reference images */
.reference-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:10px}
.reference-item{min-width:0;padding:10px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.04)}
.reference-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;display:block;margin-bottom:8px}
.reference-item span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px}
@media(max-width:600px){.reference-preview{grid-template-columns:1fr 1fr}}


/* Step 13 — smart commission questions */
.smart-questions{
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: 1px solid rgba(127,127,127,.24);
  border-radius: 18px;
  background: rgba(127,127,127,.06);
}
.smart-questions-head{
  margin-bottom: 1rem;
}
.smart-questions-head h3{
  margin: .25rem 0 .35rem;
}
.smart-questions-head p{
  margin: 0;
}
.smart-questions label span{
  opacity: .72;
}


/* Step 14 */
.draft-clear{background:none;border:0;text-decoration:underline;cursor:pointer;padding:0;font:inherit;}


/* Step 15: commission request summary */
.commission-summary{
  display:grid; grid-template-columns:minmax(0,1.3fr) minmax(260px,.9fr); gap:1.25rem;
  margin:1.25rem 0; padding:1.25rem; border:1px solid rgba(127,127,127,.22);
  border-radius:18px; background:rgba(127,127,127,.055);
}
.commission-summary h3{margin:.2rem 0 .35rem}
.summary-list{margin:0; display:grid; gap:.7rem}
.summary-list div{display:flex; justify-content:space-between; gap:1rem; padding:.7rem .8rem; border-radius:12px; background:rgba(127,127,127,.07)}
.summary-list dt{font-weight:600; opacity:.72}
.summary-list dd{margin:0; text-align:right; font-weight:700}
@media (max-width:700px){.commission-summary{grid-template-columns:1fr}.summary-list dd{text-align:right}}


/* Step 16: commission confirmation / next steps */
.commission-confirmation{margin-top:20px;padding:20px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(127,127,127,.055)}
.commission-confirmation h4{margin:.35rem 0 .5rem;font-size:1.15rem}
.commission-confirmation p{margin:.35rem 0 1rem;opacity:.82}
.confirmation-list{margin:0 0 1rem;padding-left:1.25rem;display:grid;gap:.5rem}
.commission-confirmation .action-btn{width:max-content}
@media(max-width:600px){.commission-confirmation .action-btn{width:100%;justify-content:center}}

.inquiry-id{font-family:monospace;letter-spacing:.06em;font-size:.85rem;opacity:.8;margin:.25rem 0 1rem}


/* Step 22 — inquiry progress and detail guidance */
.inquiry-progress{margin:0 0 20px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(127,127,127,.045)}
.inquiry-progress-top{display:flex;justify-content:space-between;align-items:center;gap:12px}
.inquiry-progress-top strong{font-size:12px;letter-spacing:.04em}
.inquiry-progress-track{height:7px;margin:9px 0 7px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden}
.inquiry-progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:var(--yellow);transition:width .25s ease}
.inquiry-counter{display:block;margin-top:6px;text-align:right}
@media (prefers-reduced-motion:reduce){.inquiry-progress-track span{transition:none}}


/* Step 23 — print / save inquiry as PDF */
#printInquiryContent{display:none}
@media print{
  body *{visibility:hidden !important}
  #inquiryResult,#inquiryResult *{visibility:visible !important}
  #inquiryResult{display:block !important;position:absolute;left:0;top:0;width:100%;margin:0;padding:0;border:0;background:#fff;color:#111;box-shadow:none}
  #inquiryResult h3,#inquiryResult .inquiry-id,#printInquiryContent{color:#111}
  #generatedInquiry{display:none}
  #printInquiryContent{display:block;white-space:pre-wrap;font:12px/1.55 monospace;margin:16px 0;padding:18px;border:1px solid #bbb;border-radius:8px}
  #inquiryResult .inquiry-actions,#inquiryResult .commission-confirmation,#inquiryResult > .small-note{display:none !important}
  @page{margin:18mm}
}


/* STEP 26–27: final responsive + site consistency layer */
:root{--content-max:1120px;--nav-bg:rgba(28,11,62,.92)}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
.site-nav{min-height:66px;background:var(--nav-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.nav-links a,.nav-cta,.nav-brand{line-height:1.2}
.nav-links a:focus-visible,.nav-cta:focus-visible,.nav-brand:focus-visible,.back:focus-visible,.text-link:focus-visible,.hero-primary:focus-visible,.hero-secondary:focus-visible,.pill:focus-visible,.big-cta:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--yellow);outline-offset:3px}
.page-shell{max-width:1120px}
.page-header,.hero,.panel{overflow-wrap:anywhere}
.panel-inner,.section-inner{max-width:100%}
@media(max-width:900px){
  .page-shell{width:min(100% - 20px,1120px);margin:10px auto;border-width:5px}
  .site-nav{padding:14px 18px;gap:14px}
  .nav-links{gap:14px}
  .nav-links a{font-size:13px}
  .nav-cta{font-size:12px;padding:10px 13px}
  .hero-actions{flex-wrap:wrap}
}
@media(max-width:700px){
  .page-shell{width:calc(100% - 12px);margin:6px auto;border-width:4px}
  .site-nav{display:grid;grid-template-columns:1fr;justify-items:center;padding:13px 12px;gap:11px}
  .nav-brand{font-size:21px}
  .nav-links{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .nav-links a{text-align:center;padding:9px 5px;border-radius:10px;background:rgba(255,255,255,.05);font-size:12px}
  .nav-cta{display:flex;justify-content:center;width:100%;padding:10px 12px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-primary,.hero-secondary{width:100%;justify-content:center}
  .form-grid{grid-template-columns:1fr!important}
  .commission-grid,.tiers{grid-template-columns:1fr!important}
  .panel,.hero,.page-header{padding-left:6%;padding-right:6%}
}
@media(max-width:420px){
  .nav-links{grid-template-columns:1fr 1fr}
  .nav-links a{font-size:11px;padding:8px 3px}
  h1{font-size:clamp(36px,13vw,54px)}
  h2{font-size:clamp(28px,10vw,42px)}
  .pill,.big-cta{padding:15px 16px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
@media print{
  .site-nav,.hero-actions,.nav-cta{display:none!important}
  .page-shell{width:100%;margin:0;border:0;box-shadow:none}
}


/* Steps 28–29: membership + commission polish */
.guide-grid,.confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.confidence-grid{grid-template-columns:repeat(4,1fr)}
.guide-card,.confidence-grid article{padding:22px;border:1px solid rgba(30,24,48,.14);border-radius:18px;background:rgba(255,255,255,.65);box-shadow:0 10px 30px rgba(30,24,48,.05)}
.guide-card{display:flex;gap:16px}.guide-card>span,.confidence-grid article>span{font-weight:800;font-size:13px;letter-spacing:.08em;opacity:.65}.guide-card strong,.confidence-grid strong{display:block;font-size:18px;margin-bottom:7px}.guide-card p,.confidence-grid p{margin:0;color:var(--muted);line-height:1.55}
.faq-list{display:grid;gap:10px;margin-top:22px}.faq-list details{border:1px solid rgba(30,24,48,.14);border-radius:14px;background:#fff;padding:0 18px;color:#241b38}.faq-list summary{cursor:pointer;list-style:none;font-weight:800;color:#241b38;padding:17px 28px 17px 0;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:0;font-size:22px;top:12px;color:#5d0b91}.faq-list details[open] summary:after{content:'−'}.faq-list details p{margin:0 0 17px;color:#51465f;line-height:1.6;max-width:760px}
@media(max-width:800px){.guide-grid,.confidence-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.guide-grid,.confidence-grid{grid-template-columns:1fr}.guide-card{padding:18px}}

/* Step 30 prep: commission selection routes the customer to the inquiry and keeps the selected state readable. */
#inquiry{scroll-margin-top:90px}

/* Step 17/30: consistent end-of-page navigation */
.page-end-top{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:26px auto 0;padding:11px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.07);color:#fff;text-decoration:none;font-weight:900;transition:.2s transform,.2s background}
.page-end-top:hover{transform:translateY(-2px);background:rgba(255,255,255,.13)}
footer + .page-end-top{margin:0 auto 18px}

/* Art Club readability: the guide cards are intentionally light, so use dark text. */
.membership-guide .guide-card{color:#241b38;background:#fff;border-color:rgba(30,24,48,.14)}
.membership-guide .guide-card>span{color:#5d0b91;opacity:1}
.membership-guide .guide-card strong{color:#241b38}
.membership-guide .guide-card p{color:#51465f}
.membership-guide .faq-list details{color:#241b38}
.membership-guide .faq-list summary{color:#241b38}
.membership-guide .faq-list details p{color:#51465f}

/* Step 30: Inquiry refresh control */
.inquiry-heading-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:8px}
.inquiry-heading-row h2{margin-bottom:0}
.inquiry-refresh{border:0;cursor:pointer;flex:0 0 auto;justify-content:center;padding:12px 18px}
@media (max-width:640px){
  .inquiry-heading-row{align-items:flex-start}
  .inquiry-refresh{padding:10px 14px;font-size:14px}
}

/* Step 30 correction: crisp contrast for "Know what happens next" process cards */
#inquiry .process-card,
#inquiry .next-step-card,
#inquiry .steps-grid > .card {
  color: var(--text, #f7ead0);
  text-shadow: none;
}
#inquiry .process-card h3,
#inquiry .next-step-card h3,
#inquiry .steps-grid > .card h3 {
  color: var(--gold, #e9b85b);
  opacity: 1;
}
#inquiry .process-card p,
#inquiry .next-step-card p,
#inquiry .steps-grid > .card p {
  color: var(--text, #f7ead0);
  opacity: 1;
}
#inquiry .process-card .step-number,
#inquiry .next-step-card .step-number,
#inquiry .steps-grid > .card .step-number,
#inquiry .process-card svg,
#inquiry .next-step-card svg,
#inquiry .steps-grid > .card svg {
  opacity: 1;
}

/* Verified artwork clarity safeguard for Inquiry commission cards */
.commission-card,
.commission-card img{
  filter:none !important;
  opacity:1 !important;
}
.commission-card img{
  image-rendering:auto;
  -webkit-filter:none !important;
  backface-visibility:visible;
}
.commission-card:hover img{filter:none !important;}

/* v32 UI clarity fix — Before You Send cards */
.before-send-card,
.process-card,
.how-it-works-card,
.commission-process-card {
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 1 !important;
  transform: none;
}

/* Keep card text crisp and avoid translucent blur from inherited effects. */
.before-send-card *,
.process-card *,
.how-it-works-card *,
.commission-process-card * {
  filter: none !important;
  -webkit-filter: none !important;
}

/* Remove the unwanted white area surrounding artwork inside inquiry cards. */
.inquiry .commission-card img,
#inquiry .commission-card img,
.commission-grid .commission-card img {
  background: transparent !important;
  object-fit: contain !important;
}

/* v32 — preserve original artwork exactly; remove only container backing */
.art-card,
.gallery-card,
.sample-card,
.commission-card,
.featured-artwork,
.artwork-frame,
.art-image-wrap,
.image-frame {
  background: transparent !important;
}

.art-card img,
.gallery-card img,
.sample-card img,
.commission-card img,
.featured-artwork img,
.artwork-frame img,
.art-image-wrap img,
.image-frame img {
  background: transparent !important;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1 !important;
  image-rendering: auto;
}

/* v34 — artwork presentation cleanup
   Keep original artwork pixels untouched. These rules remove only website-created
   backing around artwork on the Gallery and Commission pages. */
.gallery-page-shell .gallery-hero-frame,
.gallery-page-shell .featured-art-frame,
.gallery-page-shell .gallery-portfolio-card,
.gallery-page-shell .art-card-image-wrap,
.gallery-page-shell .rebell-lightbox .lightbox-art-wrap {
  background: transparent !important;
}
.gallery-page-shell .gallery-hero-frame,
.gallery-page-shell .featured-art-frame {
  padding: 0 !important;
}
.gallery-page-shell .gallery-hero-frame img,
.gallery-page-shell .featured-art-frame img,
.gallery-page-shell .gallery-portfolio-card img,
.gallery-page-shell .art-card-image-wrap img,
.gallery-page-shell .rebell-lightbox .lightbox-image {
  background: transparent !important;
}
.gallery-page-shell .gallery-portfolio-card {
  border-color: rgba(255,255,255,.18);
}
.commission-grid .commission-card {
  background: transparent !important;
}
.commission-grid .commission-card img {
  background: transparent !important;
}

/* v34 — avoid accidental visual softening on the inquiry process cards */
.commission-confidence .confidence-grid article,
.commission-confidence .confidence-grid article * {
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* v35 — final visual clarity pass
   1) Make the "Before You Send" cards fully opaque and high-contrast.
   2) Remove ONLY website-created white/cream backing around Gallery artwork.
      Original artwork pixels/files remain untouched. */
.commission-confidence .confidence-grid article {
  background: #ddd5e6 !important;
  color: #241b38 !important;
  border-color: rgba(36,27,56,.16) !important;
  box-shadow: 0 10px 26px rgba(10,0,35,.12) !important;
  filter: none !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
.commission-confidence .confidence-grid article > span {
  color: #5b4c72 !important;
  opacity: 1 !important;
}
.commission-confidence .confidence-grid article strong {
  color: #241b38 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.commission-confidence .confidence-grid article p {
  color: #4b405d !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

/* Gallery artwork: transparent presentation areas instead of white/cream boxes. */
.gallery-page-shell .gallery-hero-frame,
.gallery-page-shell .gallery-hero-frame img,
.gallery-page-shell .featured-art-frame,
.gallery-page-shell .featured-work-image,
.gallery-page-shell .gallery-portfolio-card,
.gallery-page-shell .art-card-image-wrap,
.gallery-page-shell .gallery-portfolio-card img,
.gallery-page-shell .rebell-lightbox .lightbox-art-wrap,
.gallery-page-shell .rebell-lightbox .lightbox-image {
  background: transparent !important;
}
.gallery-page-shell .gallery-hero-frame,
.gallery-page-shell .featured-art-frame {
  padding: 0 !important;
  border: 0 !important;
}
.gallery-page-shell .gallery-hero-frame img,
.gallery-page-shell .featured-work-image,
.gallery-page-shell .gallery-portfolio-card img {
  border-radius: 0 !important;
}
.gallery-page-shell .art-card-image-wrap {
  background: transparent !important;
}
.gallery-page-shell .gallery-portfolio-card {
  background: transparent !important;
}

/* v36 — FINAL GALLERY BACKGROUND FIX
   The artwork files remain untouched. Any white space here must come from
   the website presentation layer, so keep every Gallery artwork wrapper
   transparent and center the image without creating a white side panel. */
.gallery-page-shell .gallery-hero-frame,
.gallery-page-shell .featured-art-frame,
.gallery-page-shell .gallery-portfolio-card,
.gallery-page-shell .art-card-image-wrap,
.gallery-page-shell .gallery-card,
.gallery-page-shell .gallery-portfolio-card .art-card-image-wrap {
  background: transparent !important;
  background-color: transparent !important;
}

.gallery-page-shell .gallery-hero-frame,
.gallery-page-shell .featured-art-frame {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  display: grid !important;
  place-items: center !important;
}

.gallery-page-shell .gallery-hero-frame img,
.gallery-page-shell .featured-art-frame img,
.gallery-page-shell .gallery-portfolio-card img,
.gallery-page-shell .art-card-image-wrap img {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Featured artwork: let the real image define its visible size instead of
   shrinking it inside a white max-height panel. */
.gallery-page-shell .featured-art-frame {
  min-width: 0;
  overflow: visible !important;
}
.gallery-page-shell .featured-work-image {
  width: 100% !important;
  height: auto !important;
  max-height: min(720px, 78vh) !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
}

/* Gallery cards: no white image well; keep the artwork fully visible. */
.gallery-page-shell .gallery-grid .gallery-portfolio-card {
  overflow: visible !important;
}
.gallery-page-shell .gallery-grid .art-card-image-wrap {
  overflow: hidden !important;
  border-radius: 0 !important;
}
.gallery-page-shell .gallery-grid .gallery-portfolio-card img {
  object-fit: contain !important;
  border-radius: 0 !important;
}


/* v37 — Gallery artwork frames: no website-generated white backing */
.gallery-hero-frame{
  width:fit-content;
  max-width:100%;
  aspect-ratio:auto;
  padding:0;
  background:transparent;
  box-shadow:none;
  border-radius:0;
}
.gallery-hero-frame img{
  width:auto;
  max-width:100%;
  height:auto;
  max-height:560px;
  object-fit:contain;
  background:transparent;
  border-radius:16px;
}
.featured-art-frame{
  width:fit-content;
  max-width:100%;
  justify-self:center;
  padding:0;
  background:transparent;
  box-shadow:none;
  border-radius:0;
  overflow:visible;
}
.featured-work-image{
  width:auto;
  max-width:100%;
  height:auto;
  max-height:720px;
  object-fit:contain;
  background:transparent;
  border-radius:16px;
}
.gallery-grid .gallery-portfolio-card{
  background:transparent;
}
.gallery-grid .art-card-image-wrap{
  background:transparent !important;
}
.gallery-grid .gallery-portfolio-card img{
  background:transparent !important;
}
@media(max-width:600px){
  .featured-art-frame{padding:0;}
  .featured-work-image{max-height:560px;}
  .gallery-hero-frame img{max-height:500px;}
}
