
/*
Theme Name: Roxie Whimsical Art
Theme URI: https://roxiefgoynes.com
Author: Custom theme for Roxie F. Goynes
Description: A beginner-friendly artist portfolio theme with Roxie's updated studio portrait hero, artwork galleries, blog support, commissions, contact information, and custom watercolor branding.
Version: 1.1.0
Text Domain: roxie-whimsical-art
*/
:root{
  --roxie-purple:#5b2a7c;
  --roxie-deep:#2f2140;
  --roxie-teal:#177f85;
  --roxie-aqua:#bfe7e4;
  --roxie-cream:#fbf7ef;
  --roxie-gold:#d2a84f;
  --roxie-pink:#c95b8d;
  --roxie-white:#fff;
  --roxie-shadow:0 10px 30px rgba(47,33,64,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--roxie-cream);color:var(--roxie-deep);font-family:Arial,Helvetica,sans-serif;line-height:1.65}
img{max-width:100%;height:auto}
a{color:var(--roxie-purple)}
.container{width:min(1180px,92%);margin:auto}
.site-header{background:#fffdf8;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(91,42,124,.12)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:86px}
.brand{display:flex;flex-direction:column;text-decoration:none}
.brand-name{font-family:Georgia,serif;font-style:italic;font-size:clamp(1.55rem,3vw,2.3rem);color:var(--roxie-purple);line-height:1.05}
.brand-tagline{font-size:.77rem;letter-spacing:.13em;text-transform:uppercase;color:var(--roxie-teal);margin-top:7px}
.menu-toggle{display:none;background:none;border:0;font-size:1.7rem;color:var(--roxie-purple)}
.primary-nav ul{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
.primary-nav a{text-decoration:none;color:var(--roxie-deep);font-weight:700;font-size:.92rem}
.primary-nav a:hover{color:var(--roxie-purple)}
.hero-image{display:block;width:100%;max-height:760px;object-fit:cover;background:#fff}
.section{padding:62px 0}
.section-tight{padding:34px 0}
.section-title{text-align:center;color:var(--roxie-purple);font-family:Georgia,serif;font-size:clamp(2rem,4vw,3rem);margin:0 0 12px}
.section-intro{text-align:center;max-width:760px;margin:0 auto 34px;color:#594d61}
.collection-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.collection-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:var(--roxie-shadow);transition:transform .2s ease}
.collection-card:hover{transform:translateY(-4px)}
.collection-card img{width:100%;display:block}
.collection-card a{text-decoration:none}
.about-grid{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:50px;align-items:center}
.about-photo{border-radius:12px;box-shadow:var(--roxie-shadow);width:100%;max-height:560px;object-fit:cover}
.eyebrow{color:var(--roxie-pink);text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.8rem}
h1,h2,h3{font-family:Georgia,serif;color:var(--roxie-deep)}
.about-copy h2{font-size:clamp(2rem,4vw,3.2rem);margin:.2em 0}
.button,.wp-block-button__link,input[type=submit]{display:inline-block;background:var(--roxie-purple);color:#fff!important;text-decoration:none;padding:13px 24px;border-radius:4px;border:0;font-weight:800}
.button.teal{background:var(--roxie-teal)}
.featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.art-card{background:#fff;padding:12px;border-radius:10px;box-shadow:var(--roxie-shadow)}
.art-card img{aspect-ratio:1/1;object-fit:cover;border-radius:6px;width:100%}
.art-card h3{margin:12px 4px 4px}
.art-meta{font-size:.9rem;color:#746978;margin:0 4px 8px}
.commission-banner{background:#fff;padding:18px;border-radius:12px;box-shadow:var(--roxie-shadow)}
.commission-banner img{width:100%;display:block;border-radius:8px}
.quote-strip{background:linear-gradient(100deg,var(--roxie-purple),#8051a0);color:#fff;text-align:center;padding:28px 5%}
.quote-strip blockquote{font-family:Georgia,serif;font-style:italic;font-size:clamp(1.2rem,3vw,2rem);margin:0}
.newsletter{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center;background:#fff;padding:28px;border-radius:12px;box-shadow:var(--roxie-shadow)}
.page-hero img{width:100%;display:block}
.content-card{background:#fff;padding:clamp(24px,4vw,50px);border-radius:12px;box-shadow:var(--roxie-shadow)}
.footer-art{width:100%;display:block;margin-top:40px}
.site-footer{background:#fffdf8;text-align:center;padding:20px;color:#665a69;font-size:.9rem}
.social-links{display:flex;justify-content:center;gap:12px;margin:18px 0}
.social-links img{width:52px;height:52px;border-radius:50%}
.gallery-toolbar{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:28px}
.gallery-toolbar a{background:#fff;padding:9px 14px;border-radius:999px;text-decoration:none;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.post-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{background:#fff;padding:18px;border-radius:10px;box-shadow:var(--roxie-shadow)}
.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:7px}
.entry-content>*:first-child{margin-top:0}
.screen-reader-text{position:absolute;left:-9999px}
@media(max-width:960px){
 .collection-grid{grid-template-columns:repeat(3,1fr)}
 .featured-grid,.post-list{grid-template-columns:repeat(2,1fr)}
 .about-grid{grid-template-columns:1fr}
 .about-photo{max-width:520px;margin:auto}
 .menu-toggle{display:block}
 .primary-nav{display:none;position:absolute;left:0;right:0;top:86px;background:#fffdf8;padding:20px}
 .primary-nav.open{display:block}
 .primary-nav ul{flex-direction:column;align-items:flex-start}
}
@media(max-width:620px){
 .collection-grid,.featured-grid,.post-list{grid-template-columns:1fr}
 .header-inner{min-height:72px}
 .primary-nav{top:72px}
 .newsletter{grid-template-columns:1fr}
 .section{padding:42px 0}
}
