/* ==========================================================================
   MAGSART Studio and Commissions — main stylesheet
   Motif: a working painter studio at midday. LIGHT theme body #F2EEE3 with
   brush-plum accent #7A4458, easel-wheat secondary #C8A05A and supporting
   bands from jar-glass, canvas-ground and dropcloth-strip.
   ========================================================================== */

body{
  margin:0;
  font-family: Georgia, "Times New Roman", serif;
  font-size:16px;
  line-height:1.7;
  background:#F2EEE3;
  color:#33291F;
  overflow-x:hidden;
}

.sheet{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
}

a{
  color:#7A4458;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

/* ---------------------------------------------------
   BRUSH-JAR NAV
   Two-band header: a palette strip on turp-night above
   the brush-jar bar on canvas-ground.
--------------------------------------------------- */
.brushjar{
  position:sticky;
  top:0;
  z-index:50;
  background:transparent;
}
.palettestrip{
  background:#26201A;
  height:20px;
  position:relative;
  overflow:hidden;
}
.palettearm{
  position:absolute;
  left:-10px;
  right:-10px;
  top:7px;
  height:6px;
  background:#C8A05A;
  border-radius:3px 0 0 3px;
}
.dab{
  position:absolute;
  top:6px;
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px #26201A solid;
}
.dab-plum{left:8%;background:#7A4458;}
.dab-wheat{left:29%;background:#C8A05A;}
.dab-glass{left:50%;background:#7C8878;}
.dab-canvas{left:71%;background:#FBF8EF;}
.dab-umber{left:88%;background:#33291F;}

.brushjar-bar{
  background:#FBF8EF;
  border-bottom:3px solid #26201A;
}
.brushjar-inner{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
}
.jar-glyph{
  width:120px;
  height:76px;
  position:relative;
  margin-right:14px;
  flex:0 0 auto;
}
.jar-body{
  position:absolute;
  left:20px;
  right:20px;
  top:26px;
  bottom:6px;
  border-radius:10px 10px 16px 16px;
  background:linear-gradient(0deg,#E2DACA,#FBF8EF);
  border:2px solid #7C8878;
}
.jar-glass{
  position:absolute;
  left:6px;
  top:8px;
  width:12px;
  height:6px;
  border-radius:50%;
  background:#fefcf7;
}
.br-brush{
  position:absolute;
  width:6px;
  border-radius:3px;
  background:#C8A05A;
  transform:rotate(6deg);
}
.br-plum{left:34px;top:4px;height:46px;background:#7C8878;}
.br-pearl{left:52px;top:6px;height:42px;background:#C8A05A;}
.br-plum2{left:70px;top:2px;height:50px;background:#7A4458;}
.br-tip{position:absolute;width:6px;height:12px;border-radius:2px 2px 4px 4px;}
.br-pearl .br-tip{top:42px;left:0;background:#7A4458;}
.br-plum .br-tip{top:46px;left:0;background:#26201A;}
.br-plum2 .br-tip{top:50px;left:0;background:#C8A05A;}

.brand-block{
  display:flex;
  align-items:center;
  padding:14px 0;
}
.brand{
  font-size:26px;
  font-weight:bold;
  letter-spacing:2px;
  color:#26201A;
}
.brand-sub{
  font-size:11px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#7A4458;
}

.brushjar-tabs{
  display:flex;
  align-items:center;
  list-style:none;
  margin:0;
  padding:10px 0;
  gap:10px;
  flex-wrap:wrap;
}
.brushjar-tabs a{
  display:inline-block;
  background:#FBF8EF;
  border:1px solid #E2DACA;
  padding:8px 16px;
  font-size:14px;
  letter-spacing:1px;
  color:#33291F;
  position:relative;
}
.brushjar-tabs a::after{
  content:"";
  display:block;
  height:2px;
  border-radius:1px;
  background:#7A4458;
  width:14px;
  margin:5px auto 0;
}
.brushjar-tabs a:hover{
  background:#E2DACA;
  text-decoration:none;
}
.brushjar-tabs .rack-chip{
  background:#7A4458;
  color:#FBF8EF;
  border-color:#7A4458;
}
.brushjar-tabs .rack-chip::after{
  background:#C8A05A;
}
.brushjar-tabs .rack-chip:hover{background:#5f3347;}

.nav-toggle{
  display:none;
  background:#7A4458;
  color:#FBF8EF;
  border:2px solid #7A4458;
  font-size:16px;
  padding:8px 14px;
  cursor:pointer;
  letter-spacing:1px;
  font-family:Georgia,serif;
}
@media(max-width:760px){
  .nav-toggle{display:block;margin:8px 0;}
  .brushjar-tabs{
    display:none;
    width:100%;
    flex-direction:column;
    align-items:stretch;
    background:#FBF8EF;
    border-top:2px solid #C8A05A;
  }
  .brushjar-tabs.open{display:flex;}
  .brushjar-tabs a{text-align:center;}
  .brushjar-inner{justify-content:space-between;}
}

/* ---------------------------------------------------
   HERO — EASEL-BENCH
   Drop-cloth stage, centered eyebrow, headline, and a
   CSS-only studio bench band.
--------------------------------------------------- */
.easelbench{
  background:#F2EEE3;
  padding:64px 0 0;
  position:relative;
}
.eyebrow{
  text-align:center;
  font-size:13px;
  letter-spacing:5px;
  text-transform:uppercase;
  color:#C8A05A;
  font-weight:bold;
  margin:0 0 14px;
}
.hero-title{
  text-align:center;
  font-size:58px;
  line-height:1.08;
  color:#26201A;
  margin:0 auto 22px;
  max-width:900px;
  font-weight:bold;
}
.hero-lead{
  text-align:center;
  max-width:760px;
  margin:0 auto 44px;
  font-size:19px;
  color:#33291F;
}

/* studio bench band, all CSS */
.studiobench{
  height:150px;
  position:relative;
  background:#E2DACA;
  overflow:hidden;
  border-top:2px solid #C8A05A;
  border-bottom:2px solid #26201A;
}
.sb-easel{
  position:absolute;
  left:2%;
  width:120px;
  top:8px;
  bottom:0;
}
.sb-leg-left,
.sb-leg-right{
  position:absolute;
  top:0;
  bottom:2px;
  width:10px;
  background:#C8A05A;
  border-radius:4px;
}
.sb-leg-left{left:12px;transform:rotate(-12deg);}
.sb-leg-right{transform:rotate(12deg);right:8px;}
.sb-crossbar{
  position:absolute;
  top:52px;
  left:8px;
  right:20px;
  height:8px;
  transform:rotate(-2deg);
  background:#C8A05A;
}
.sb-canvas{
  position:absolute;
  top:-4px;
  left:16px;
  width:74px;
  height:96px;
  background:#FBF8EF;
  border:3px solid #C8A05A;
  transform:rotate(1deg);
  overflow:hidden;
}
.sb-canvas::before{
  content:"";
  position:absolute;
  left:-6px;
  top:8px;
  width:58px;
  height:56px;
  background:#7A4458;
  transform:rotate(-8deg);
}
.sb-canvas::after{
  content:"";
  position:absolute;
  left:22px;
  top:42px;
  width:34px;
  height:30px;
  background:#C8A05A;
  transform:rotate(6deg);
}
.sb-easel-slot{position:absolute;left:44%;bottom:0;width:4px;height:24px;background:#26201A;}

/* center workbench */
.sb-bench{
  position:absolute;
  left:34%;
  right:22%;
  top:14px;
  bottom:0;
}
.sb-top{
  position:absolute;
  top:8px;
  left:0;
  right:0;
  height:14px;
  background:#C8A05A;
  border-radius:3px;
}
.sb-bench-leg1,.sb-bench-leg2{
  position:absolute;
  top:22px;
  width:10px;
  background:#7C8878;
}
.sb-bench-leg1{left:8%;bottom:0;}
.sb-bench-leg2{right:8%;bottom:0;}
.sb-jar{
  position:absolute;
  top:-2px;
  left:6%;
  width:40px;
  height:40px;
  background:#FBF8EF;
  border:2px solid #7C8878;
  border-radius:6px 6px 12px 12px;
}
.sb-jar-brush{
  position:absolute;
  width:6px;
  height:30px;
  border-radius:3px;
}
.sb-jar-brush:nth-child(1){background:#7A4458;left:6px;top:-12px;}
.sb-jar-brush:nth-child(2){background:#C8A05A;left:16px;top:-8px;}
.sb-jar-brush:nth-child(3){background:#26201A;left:26px;top:-14px;}
.sb-palette{
  position:absolute;
  right:6%;
  top:-4px;
  width:76px;
  height:40px;
  border-radius:40px;
  background:#C8A05A;
  transform:rotate(-6deg);
  box-shadow:-3px -3px 0 -1px #26201A,2px 3px 0 -1px #26201A;
}
.sb-pdab{
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  border:2px solid #a8874a;
}
.sb-pdab:nth-of-type(1){left:8px;top:20px;background:#F2EEE3;}
.sb-pdab:nth-of-type(2){left:24px;top:8px;background:#33291F;}
.sb-pdab:nth-of-type(3){left:42px;top:6px;background:#7A4458;}
.sb-pdab:nth-of-type(4){left:60px;top:18px;background:#FBF8EF;}
.sb-pdab:nth-of-type(5){left:40px;top:26px;background:#C8A05A;}
.sb-thumb{
  position:absolute;
  bottom:-4px;
  left:50%;
  width:12px;
  height:10px;
  background:#7c8a3f;
  border-radius:4px 4px 2px 2px;
  transform:translateX(-50%);
}

/* right canvas rack */
.sb-rack{
  position:absolute;
  right:2%;
  top:6px;
  bottom:6px;
  width:150px;
  border-left:3px solid #7C8878;
  border-right:3px solid #7C8878;
  background:#7C8878;
}
.sb-c1,.sb-c2{
  position:absolute;
  width:56px;
  height:88px;
  border:3px solid #C8A05A;
  background:#FBF8EF;
  bottom:0;
}
.sb-c1{right:64px;transform:rotate(-7deg);background:#7A4458;}
.sb-c2{right:6px;transform:rotate(5deg);background:#C8A05A;}
.sb-c1::after,.sb-c2::after{content:"";position:absolute;inset:0;box-sizing:border-box;}
.sb-cloth{
  position:absolute;
  right:0;
  bottom:0;
  width:90px;
  height:16px;
  background:#E2DACA;
  border-top:2px dashed #7A4458;
}

/* kick strip */
.kickstrip{
  background:#26201A;
  padding:26px 0;
  border-top:4px solid #7A4458;
}
.kickstats{
  display:flex;
  justify-content:space-around;
  max-width:900px;
  margin:0 auto;
  padding:0 24px;
  gap:10px;
  flex-wrap:wrap;
}
.kickstat{
  text-align:center;
  color:#FBF8EF;
  border-left:3px solid #7A4458;
  padding-left:16px;
}
.kickstat .num{
  font-size:30px;
  font-weight:bold;
  color:#C8A05A;
}
@media(max-width:700px){
  .hero-title{font-size:38px;}
  .studiobench{height:120px;}
}

/* ---------------------------------------------------
   BODY SECTIONS
--------------------------------------------------- */
.bodyband{background:#F2EEE3;}
.section-title{
  font-size:34px;
  text-align:center;
  color:#26201A;
  margin:0 0 12px;
  font-weight:bold;
  position:relative;
}
.section-sub{
  text-align:center;
  max-width:720px;
  margin:0 auto 44px;
}

/* COMMISSION LEDGER movement */
.ledger{
  max-width:1200px;
  margin:0 auto;
  padding:10px 24px 20px;
}
.slip{
  background:#FBF8EF;
  border:1px solid #E2DACA;
  display:flex;
  margin:16px 0;
  position:relative;
  box-shadow:3px 3px 0 #E2DACA;
  overflow:hidden;
}
.slip-inset{margin-left:44px;}
.slip-inset::after{
  content:"";
  position:absolute;
  left:-4px;
  height:26px;
  width:26px;
  background:#C8A05A;
  top:20px;
  transform:rotate(-8deg);
}
.slip-plummark{
  position:absolute;
  right:18px;
  top:16px;
  width:10px;
  height:26px;
  border-radius:4px;
  transform:rotate(12deg);
  background:#7A4458;
}
.easel-tag{
  background:#C8A05A;
  color:#26201A;
  padding:22px 18px;
  min-width:150px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  flex:0 0 auto;
}
.tag-right{order:2;}
.slip:nth-child(odd) .easel-tag{background:#C8A05A;}
.easel-tag .mono{
  font-family:"Courier New",monospace;
  font-weight:bold;
  font-size:15px;
  letter-spacing:1px;
}
.easel-tag .chip{
  font-family:"Courier New",monospace;
  font-size:11px;
  letter-spacing:2px;
  border:1px dashed #26201A;
  display:inline-block;
  padding:3px 6px;
  margin-top:10px;
  text-transform:uppercase;
}
.slip-copy{
  padding:24px 26px;
  flex:1;
}
.slip-copy h3{
  margin:0 0 8px;
  color:#26201A;
  font-size:22px;
}
.slip-copy p{margin:0 0 14px;}
.slip-copy .morelink{
  font-family:"Courier New",monospace;
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#7A4458;
  border-bottom:2px solid #C8A05A;
  padding-bottom:2px;
}
@media(max-width:720px){
  .slip,.slip-inset{flex-direction:column;margin-left:0;}
  .easel-tag{min-width:0;flex-direction:row;justify-content:space-between;align-items:center;}
  .slip-inset::after{display:none;}
}

/* big statement band */
.statementband{
  background:#7A4458;
  color:#FBF8EF;
  padding:54px 0;
}
.statement-inner{
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}
.statement-figure{
  font-size:120px;
  line-height:1;
  font-weight:bold;
  color:#FBF8EF;
  text-align:center;
}
.statement-figure small{
  font-size:20px;
  display:block;
  letter-spacing:2px;
  color:#C8A05A;
}
.statement-copy{flex:1;min-width:280px;}
.statement-copy h2{color:#FBF8EF;margin:0 0 10px;font-size:30px;}
.statement-copy p{color:#FBF8EF;margin:0 0 14px;line-height:1.8;}
@media(max-width:720px){
  .statement-figure{font-size:80px;}
}

/* BRUSH-UP FLOW movement */
.brushup{background:#F2EEE3;padding:54px 0;}
.flow-title{
  font-size:34px;
  text-align:center;
  color:#26201A;
  margin:0 0 40px;
  font-weight:bold;
}
.flow-rail{
  position:relative;
  max-width:1200px;
  margin:0 auto;
  padding:0 24px 30px;
}
.brushtrack{
  position:relative;
  height:6px;
  border-radius:3px;
  background:#C8A05A;
  margin-bottom:26px;
}
.activebrush{
  position:absolute;
  top:-16px;
  left:0;
  width:12px;
  height:36px;
  border-radius:4px;
  background:#7A4458;
  animation:brushshimmy 9s ease-in-out infinite;
}
@keyframes brushshimmy{
  0%{left:0;}
  17%{left:17%;}
  34%{left:34%;}
  50%{left:50%;}
  58%{left:58%;}
  72%{left:62%;}
  82%{left:80%;}
  100%{left:0;}
}
.stations{
  display:flex;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
}
.station{
  flex:1;
  min-width:130px;
  text-align:center;
  position:relative;
  padding-top:22px;
}
.station::before{
  content:"";
  position:absolute;
  top:7px;
  left:50%;
  transform:translateX(-50%);
  width:14px;
  height:14px;
  border-radius:50%;
  background:#FBF8EF;
  border:3px solid #7A4458;
}
.station .st-num{
  display:block;
  font-family:"Courier New",monospace;
  font-size:12px;
  color:#7A4458;
  letter-spacing:1px;
  margin-bottom:8px;
}
.station h4{
  margin:0 0 8px;
  color:#26201A;
  font-size:20px;
}
.station p{font-size:14px;margin:0;color:#33291F;}
.return-lane{
  background:#FBF8EF;
  border-left:4px solid #C8A05A;
  padding:16px 22px;
  margin:26px auto 0;
  max-width:1120px;
  font-style:italic;
}
.return-lane b{color:#26201A;}

/* accent strip */
.accentspot{
  background:#C8A05A;
  color:#26201A;
  padding:44px 0;
}
.accent-inner{
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
}
.openbook{
  font-size:64px;
  line-height:1;
  background:#FBF8EF;
  border-radius:6px;
  padding:14px 20px;
  color:#7A4458;
  text-align:center;
  flex:0 0 auto;
  box-shadow:2px 3px 0 #26201A;
}
.accent-copy{flex:1;min-width:250px;}
.accent-copy p{margin:0 0 16px;font-size:19px;line-height:1.8;}
.accent-copy p b{color:#33291F;}
.br-big{
  display:inline-block;
  background:#26201A;
  color:#FBF8EF;
  padding:12px 24px;
  font-family:"Courier New",monospace;
  letter-spacing:1px;
  font-size:14px;
}
.br-big:hover{background:#33291F;}
@media(max-width:720px){.openbook{font-size:46px;}}

.notes-para{
  max-width:1120px;
  margin:0 auto;
  padding:20px 24px 0;
  color:#33291F;
}

/* ---------------------------------------------------
   CANVAS-RACK FOOTER
--------------------------------------------------- */
.canvasrack{
  background:#26201A;
  color:#FBF8EF;
  position:relative;
}
.rackrail{
  background:#26201A;
  height:96px;
  position:relative;
  border-bottom:3px solid #7A4458;
  overflow:hidden;
}
.rackrail-bar{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:6px;
  background:#7C8878;
}
.tilt-canvas{
  position:absolute;
  bottom:0;
  width:52px;
  height:80px;
  border:3px solid #C8A05A;
  background:#7A4458;
}
.tilt-canvas:nth-child(1){left:12%;}
.tilt-canvas:nth-child(2){left:26%;background:#FBF8EF;transform:rotate(3deg);}
.tilt-canvas:nth-child(3){left:42%;background:#C8A05A;z-index:3;}
.tilt-canvas:nth-child(4){left:8%;}
@media(max-width:640px){.tilt-canvas{height:56px;}}

.footer-cols{
  max-width:1200px;
  margin:0 auto;
  padding:46px 24px 10px;
  display:flex;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}
.fcol h5{
  margin:0 0 12px;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#C8A05A;
}
.fcol ul{list-style:none;margin:0;padding:0;}
.fcol ul li{margin:7px 0;}
.fcol ul a{color:#FBF8EF;font-size:15px;}
.fcol ul a:hover{color:#C8A05A;}

.footerbase{
  background:#7A4458;
  margin-top:30px;
  position:relative;
  z-index:1;
}
.footerbase-inner{
  max-width:1200px;
  margin:0 auto;
  padding:28px 24px;
  text-align:center;
}
.footerbase-inner .co{font-weight:bold;letter-spacing:1px;font-size:17px;color:#FBF8EF;}
.footerbase-inner .adr{color:#FBF8EF;margin:4px 0;}
.footerbase-inner a{color:#FBF8EF;text-decoration:underline;}
.copyright{
  text-align:center;
  color:#C8A05A;
  font-size:13px;
  padding:16px 24px 26px;
  position:relative;
  z-index:1;
  background:#26201A;
}

/* ==========================================================================
   Contact page: form, hours, accordion
========================================================================== */
.contactform{
  max-width:760px;
  margin:0 auto 30px;
  background:#FBF8EF;
  border:1px solid #E2DACA;
  padding:30px;
}
.row2{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}
.row2 .field{flex:1;min-width:200px;}
.field{margin-bottom:18px;}
.field label{
  display:block;
  margin-bottom:6px;
  color:#26201A;
  font-weight:bold;
  letter-spacing:.5px;
}
.field input,
.field textarea{
  width:100%;
  box-sizing:border-box;
  padding:11px 12px;
  border:2px solid #E2DACA;
  border-radius:3px;
  background:#F2EEE3;
  color:#26201A;
  font-family:Georgia,serif;
  font-size:16px;
}
.field input:focus,
.field textarea:focus{
  outline:none;
  border-color:#7A4458;
}
.field textarea{resize:vertical;}
.submit-btn{
  background:#7A4458;
  border:0;
  color:#FBF8EF;
  font-family:"Courier New",monospace;
  font-size:15px;
  letter-spacing:1px;
  padding:12px 22px;
  cursor:pointer;
}
.submit-btn:hover{background:#5f3347;}
.form-feedback{
  margin:14px 0 0;
  color:#26201A;
  font-size:15px;
  min-height:1.2em;
}
.hours{
  max-width:840px;
  margin:0 auto 20px;
  background:#FBF8EF;
  border-left:6px solid #C8A05A;
  padding:22px 28px;
}
.hours p{margin:0 0 16px;}
.hours p:last-child{margin:0;}

.accordionwrap{color:#33291F;}
.accordion-items{
  max-width:860px;
  margin:0 auto;
  padding:0 24px 10px;
}
.acc-item{
  background:#FBF8EF;
  border:1px solid #E2DACA;
  margin-bottom:12px;
}
.acc-head{
  display:block;
  width:100%;
  text-align:left;
  background:#FBF8EF;
  border:0;
  padding:16px 20px;
  font-family:Georgia,serif;
  font-size:18px;
  font-weight:bold;
  color:#26201A;
  cursor:pointer;
  position:relative;
}
.acc-head::after{
  content:"+";
  position:absolute;
  right:18px;
  top:50%;
  transform:translateY(-50%);
  color:#7A4458;
  font-size:22px;
  line-height:1;
}
.acc-item.open .acc-head::after{content:"-";}
.acc-item.open .acc-head{background:#E2DACA;}
.acc-body{display:block;padding:4px 20px 20px;}
.acc-wrap.js-acc .acc-item:not(.open) .acc-body{display:none;}
.acc-body p{margin:0 0 12px;}
.acc-body p:last-child{margin:0;}


/* ==========================================================================
   Scroll reveal (no-JS safe)
========================================================================== */
.js .reveal{opacity:0;transform:translateY(22px);}
.js .reveal.is-visible{opacity:1;transform:none;}
.reveal{transition:opacity .7s ease,transform .7s ease;}
