/*
Theme Name: Crystal's Jams & Jellies
Theme URI: https://crystalsjamsandjellies.com/
Author: Crystal's Jams & Jellies
Description: A warm, photography-led block theme for Crystal's Jams & Jellies.
Version: 0.3.0
Requires at least: 6.6
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: crystals-jams
*/

:root{
  --cjj-cream:#fffaf3;
  --cjj-paper:#f9f2e8;
  --cjj-berry:#8a1628;
  --cjj-berry-dark:#65101d;
  --cjj-green:#355c35;
  --cjj-sage:#edf2e7;
  --cjj-peach:#f6dfd2;
  --cjj-ink:#27221f;
  --cjj-muted:#665c56;
  --cjj-line:#eadfd2;
  --cjj-shadow:0 14px 36px rgba(71,42,31,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cjj-cream);color:var(--cjj-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.wp-site-blocks{padding:0!important;margin:0!important}
.wp-site-blocks>*{margin-block-start:0!important;margin-block-end:0!important}
a{transition:opacity .18s ease,transform .18s ease}
a:hover{opacity:.84}
img{max-width:100%;height:auto}
.cjj-wrap{width:min(1310px,calc(100% - 56px));margin-inline:auto}

/* announcement + header */
.cjj-announcement{background:var(--cjj-berry);color:#fff;text-align:center;padding:8px 18px;font-size:.78rem;font-weight:800;letter-spacing:.01em}
.cjj-site-header{background:rgba(255,250,243,.96);border-bottom:1px solid rgba(107,54,46,.08);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}
.cjj-header-row{min-height:69px;display:grid;grid-template-columns:250px 1fr auto;align-items:center;gap:24px}
.cjj-brand{display:block;width:220px;height:62px;background:url("assets/images/logo.webp") center/contain no-repeat;text-decoration:none}
.cjj-brand span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.cjj-nav{display:flex;justify-content:center;align-items:center;gap:38px}
.cjj-nav a{font-size:.82rem;font-weight:800;color:var(--cjj-ink);text-decoration:none;white-space:nowrap}
.cjj-header-actions{display:flex;align-items:center;gap:10px}
.cjj-social-link{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:var(--cjj-ink);font-weight:900;text-decoration:none}
.cjj-nav-cta{border:1px solid var(--cjj-berry);border-radius:999px;padding:10px 17px!important;color:var(--cjj-berry)!important}

/* hero */
.cjj-hero{min-height:252px;background:
  linear-gradient(90deg,#fff8eb 0%,#fff8eb 34%,rgba(255,248,235,.96) 40%,rgba(255,248,235,.62) 49%,rgba(255,248,235,.10) 61%,rgba(255,248,235,0) 68%),
  url("assets/images/hero.webp") right center/auto 100% no-repeat,
  #fbf2e4;
  border-radius:0 0 8px 8px;overflow:hidden}
.cjj-hero-inner{min-height:252px;display:flex;align-items:center}
.cjj-hero-copy{width:min(520px,48%);padding:20px 0 24px 34px}
.cjj-hero h1{font-family:Georgia,"Times New Roman",serif;color:var(--cjj-berry);font-size:clamp(3.2rem,4.1vw,4rem);line-height:.82;letter-spacing:-.055em;margin:0 0 12px;font-weight:700}
.cjj-hero p{font-family:Georgia,"Times New Roman",serif;font-size:1.26rem;line-height:1.27;margin:0;color:#2f2925;max-width:430px}
.cjj-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:16px}
.cjj-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 22px;border-radius:999px;text-decoration:none;font-weight:850;font-size:.8rem;border:1px solid var(--cjj-berry)}
.cjj-btn-primary{background:var(--cjj-berry);color:#fff}
.cjj-btn-secondary{background:rgba(255,255,255,.5);color:var(--cjj-berry)}

/* proof bar */
.cjj-proof{background:#fff;border-bottom:1px solid var(--cjj-line)}
.cjj-proof .cjj-wrap{min-height:50px;display:flex;justify-content:center;align-items:center;gap:42px}
.cjj-proof span{font-size:.78rem;font-weight:850;display:flex;align-items:center;gap:9px}
.cjj-proof span+span:before{content:"";display:block;width:1px;height:23px;background:#d7cec5;margin-right:30px}
.cjj-proof-icon{font-family:Georgia,serif;font-size:1.45rem;color:var(--cjj-berry)}
.cjj-proof .green{color:var(--cjj-green)}

/* favorites */
.cjj-favorites{padding:26px 0 18px;background:#fffdf9}
.cjj-favorites-grid{display:grid;grid-template-columns:190px repeat(4,minmax(0,1fr));gap:17px;align-items:start}
.cjj-favorites-intro{padding-top:2px}
.cjj-favorites-intro h2,.cjj-section-title{font-family:Georgia,"Times New Roman",serif;color:var(--cjj-berry);font-weight:700;letter-spacing:-.04em}
.cjj-favorites-intro h2{font-size:2.15rem;line-height:.9;margin:0 0 14px}
.cjj-favorites-intro p{font-size:.78rem;line-height:1.45;color:var(--cjj-muted);margin:0 0 12px}
.cjj-favorites-intro .cjj-btn{min-height:34px;padding:8px 14px;font-size:.72rem}
.cjj-favorite-card{text-decoration:none;color:inherit;display:block;text-align:center}
.cjj-favorite-image{aspect-ratio:2.25/1;border-radius:9px;background:center/cover no-repeat;box-shadow:0 4px 16px rgba(60,35,25,.05)}
.cjj-favorite-card.strawberry .cjj-favorite-image{background-image:url("assets/images/flavor-strawberry.webp")}
.cjj-favorite-card.raspberry .cjj-favorite-image{background-image:url("assets/images/flavor-raspberry.webp")}
.cjj-favorite-card.lemonade .cjj-favorite-image{background-image:url("assets/images/flavor-lemonade.webp")}
.cjj-favorite-card.peach .cjj-favorite-image{background-image:url("assets/images/flavor-peach.webp")}
.cjj-favorite-card h3{font-family:Georgia,"Times New Roman",serif;color:var(--cjj-berry);font-size:.94rem;margin:7px 0 1px}
.cjj-favorite-card p{font-size:.63rem;line-height:1.25;color:var(--cjj-muted);margin:0 5px}

/* story + markets band */
.cjj-midband{display:grid;grid-template-columns:55% 45%;border-top:1px solid #efe6dc;border-bottom:1px solid #e9dfd4}
.cjj-story-panel{background:var(--cjj-paper);display:grid;grid-template-columns:41% 59%;min-height:190px}
.cjj-story-photo{background:url("assets/images/story.webp") center/cover no-repeat}
.cjj-story-copy{padding:18px 28px}
.cjj-section-title{font-size:2.15rem;line-height:.94;margin:0 0 14px}
.cjj-story-copy p{font-size:.77rem;line-height:1.45;margin:0 0 10px;color:#49413c}
.cjj-underline{width:44px;height:2px;background:var(--cjj-green);margin:9px 0 12px}
.cjj-story-copy .cjj-btn{min-height:33px;padding:7px 18px;font-size:.68rem}
.cjj-market-panel{background:
  radial-gradient(circle at 93% 22%,rgba(53,92,53,.05) 0 13%,transparent 14%),
  linear-gradient(135deg,#f4f5e9,#eef1e5);
  padding:14px 20px 14px}
.cjj-market-panel-head{text-align:center}
.cjj-market-panel .cjj-section-title{color:var(--cjj-green);font-size:1.95rem;margin:0 0 2px}
.cjj-market-panel-sub{font-size:.67rem;margin:0 0 10px;color:#4f514a}
.cjj-market-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.cjj-market-card,.cjj-empty-market{background:rgba(255,255,255,.86);border:1px solid #e3e4d8;border-radius:8px;padding:10px;min-height:84px}
.cjj-market-card{position:relative;padding-left:58px}
.cjj-market-date{position:absolute;left:9px;top:10px;width:40px;text-align:center;color:var(--cjj-berry);font-weight:900;font-size:.62rem;line-height:1.1;text-transform:uppercase}
.cjj-market-date::first-line{font-size:.58rem}
.cjj-market-card h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#2a2c29;font-size:.7rem;line-height:1.15;margin:0 0 3px}
.cjj-market-meta{font-size:.57rem;line-height:1.25;color:#585a53}
.cjj-market-card p{display:none}
.cjj-empty-market{grid-column:1/-1;text-align:center;padding:23px 20px;min-height:102px}
.cjj-empty-market strong{font-family:Georgia,"Times New Roman",serif;color:var(--cjj-green);font-size:1.15rem}
.cjj-empty-market p{font-size:.68rem;margin:6px auto 0;max-width:400px;color:#5f625b}
.cjj-market-actions{text-align:center;margin-top:8px}
.cjj-market-actions .cjj-btn{background:var(--cjj-green);border-color:var(--cjj-green);color:#fff;min-height:31px;padding:6px 16px;font-size:.65rem}

/* bulk */
.cjj-bulk{background:#fae6d9}
.cjj-bulk-grid{display:grid;grid-template-columns:34% 33% 33%;min-height:110px;align-items:stretch}
.cjj-bulk-copy{padding:14px 18px 14px 0;align-self:center}
.cjj-bulk-copy .cjj-section-title{font-size:1.9rem;margin-bottom:8px}
.cjj-bulk-copy p{font-size:.7rem;line-height:1.35;margin:0}
.cjj-bulk-copy .cjj-btn{min-height:31px;padding:6px 16px;font-size:.65rem;margin-left:12px}
.cjj-bulk-inline{display:flex;align-items:center}
.cjj-bulk-photo{background:url("assets/images/bulk.webp") center/cover no-repeat;min-height:110px}
.cjj-bulk-options{display:grid;grid-template-columns:repeat(4,1fr);align-items:center}
.cjj-bulk-option{text-align:center;color:var(--cjj-berry);font-weight:800;font-size:.62rem;line-height:1.2;padding:12px 4px}
.cjj-bulk-option b{display:block;font-family:Georgia,serif;font-size:1.4rem;margin-bottom:5px;font-weight:400}

/* social strip */
.cjj-social-strip{height:62px;background:url("assets/images/social.webp") center/cover no-repeat;border-top:1px solid rgba(255,255,255,.7)}

/* footer */
.cjj-footer{background:linear-gradient(180deg,#8b1327,#70101f);color:#fff;padding:7px 0}
.cjj-footer-row{display:grid;grid-template-columns:200px 1fr 500px;gap:20px;align-items:center;min-height:40px}
.cjj-footer-logo{width:145px;height:40px;background:url("assets/images/footer-logo.webp") left center/contain no-repeat;opacity:.98}
.cjj-footer-nav{display:flex;gap:28px;justify-content:center;flex-wrap:wrap}
.cjj-footer a{color:#fff;text-decoration:none;font-size:.67rem;font-weight:700}
.cjj-newsletter{display:flex;align-items:center;gap:12px}
.cjj-newsletter-copy{font-size:.63rem;line-height:1.2;min-width:170px}
.cjj-newsletter form{flex:1;display:flex;background:#fff;border-radius:999px;overflow:hidden}
.cjj-newsletter input{border:0;outline:0;min-width:0;flex:1;padding:9px 14px;font-size:.7rem}
.cjj-newsletter button{width:36px;border:0;background:#f0e4d9;color:var(--cjj-berry);font-weight:900}
.cjj-copyright{display:none}

/* generic content pages + legacy shortcode styling */
.cjj-content{width:min(900px,calc(100% - 40px));margin:58px auto}
.cjj-content h1,.cjj-content h2,.cjj-content h3{font-family:Georgia,"Times New Roman",serif;color:var(--cjj-berry)}
.cjj-flavor-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.cjj-flavor-card{background:#fff;border:1px solid var(--cjj-line);border-radius:14px;overflow:hidden;box-shadow:var(--cjj-shadow)}
.cjj-flavor-image{aspect-ratio:4/3;background:#f7e9e0;display:grid;place-items:center;font-size:54px;overflow:hidden}
.cjj-flavor-image img{width:100%;height:100%;object-fit:cover}
.cjj-flavor-content{padding:16px}
.cjj-flavor-content h3{font-size:1.2rem;margin:0 0 6px}
.cjj-flavor-content p{color:var(--cjj-muted);font-size:.88rem;margin:0}
.cjj-flavor-content a{display:inline-block;margin-top:10px;color:var(--cjj-berry);font-size:.8rem;font-weight:800;text-decoration:none}

/* responsive */
@media(max-width:1100px){
  .cjj-wrap{width:min(100% - 36px,1000px)}
  .cjj-header-row{grid-template-columns:220px 1fr}
  .cjj-header-actions{display:none}
  .cjj-brand{width:205px}
  .cjj-nav{justify-content:flex-end;gap:18px}
  .cjj-favorites-grid{grid-template-columns:170px repeat(2,1fr)}
  .cjj-favorite-card:nth-of-type(n+4){margin-top:8px}
  .cjj-midband{grid-template-columns:1fr}
  .cjj-story-panel{min-height:230px}
  .cjj-market-panel{padding:24px}
  .cjj-bulk-grid{grid-template-columns:1fr 1fr}
  .cjj-bulk-options{grid-column:1/-1;border-top:1px solid rgba(138,22,40,.08)}
  .cjj-footer-row{grid-template-columns:180px 1fr}
  .cjj-newsletter{grid-column:1/-1;max-width:680px;margin:0 auto;width:100%}
}
@media(max-width:760px){
  .cjj-wrap{width:min(100% - 28px,680px)}
  .cjj-announcement{font-size:.68rem}
  .cjj-header-row{display:block;padding:9px 0 12px}
  .cjj-brand{margin:auto}
  .cjj-nav{justify-content:center;gap:15px;margin-top:6px;flex-wrap:wrap}
  .cjj-nav a{font-size:.72rem}
  .cjj-nav .hide-mobile{display:none}
  .cjj-hero{min-height:480px;background:
    linear-gradient(180deg,rgba(255,248,235,.99) 0%,rgba(255,248,235,.95) 47%,rgba(255,248,235,.1) 70%,rgba(255,248,235,0) 100%),
    url("assets/images/hero.webp") 63% bottom/auto 58% no-repeat,
    #fbf2e4}
  .cjj-hero-inner{min-height:480px;align-items:flex-start}
  .cjj-hero-copy{width:100%;padding:35px 0 0;text-align:center}
  .cjj-hero h1{font-size:3.65rem}
  .cjj-hero p{margin-inline:auto;font-size:1.05rem}
  .cjj-actions{justify-content:center}
  .cjj-proof .cjj-wrap{gap:15px}
  .cjj-proof span{font-size:.68rem}
  .cjj-proof span+span:before{margin-right:11px}
  .cjj-favorites{padding:28px 0}
  .cjj-favorites-grid{grid-template-columns:repeat(2,1fr)}
  .cjj-favorites-intro{grid-column:1/-1;text-align:center;margin-bottom:4px}
  .cjj-favorites-intro p{max-width:380px;margin-inline:auto;margin-bottom:12px}
  .cjj-story-panel{grid-template-columns:1fr}
  .cjj-story-photo{min-height:210px}
  .cjj-market-grid{grid-template-columns:1fr}
  .cjj-bulk-grid{grid-template-columns:1fr}
  .cjj-bulk-copy{text-align:center;padding:24px 16px}
  .cjj-bulk-inline{justify-content:center;flex-wrap:wrap;gap:8px}
  .cjj-bulk-photo{min-height:160px}
  .cjj-bulk-options{grid-template-columns:repeat(2,1fr)}
  .cjj-social-strip{height:84px;background-size:auto 100%;background-repeat:repeat-x}
  .cjj-footer-row{grid-template-columns:1fr;text-align:center}
  .cjj-footer-logo{margin:auto}
  .cjj-footer-nav{gap:16px}
  .cjj-newsletter{display:block}
  .cjj-newsletter-copy{margin-bottom:8px}
  .cjj-flavor-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:460px){
  .cjj-nav{gap:11px}
  .cjj-hero h1{font-size:3.2rem}
  .cjj-favorites-grid{grid-template-columns:1fr}
  .cjj-favorite-image{aspect-ratio:2.4/1}
  .cjj-proof span:nth-child(3){display:none}
  .cjj-flavor-grid{grid-template-columns:1fr}
}
