*,*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  line-height:1.65;
  color:#232A24;
  background-color:#F5F2EA;
  overflow-x:hidden;
}

img{max-width:100%;display:block}
a{color:#7A4A21;text-decoration:none;transition:color .2s ease}
a:hover{color:#66754A}

.postandpanel{
  position:sticky;
  top:0;
  z-index:900;
  background:#26241F;
  border-bottom:6px solid #7A4A21;
}

.postandpanel .platewrap{
  display:flex;
  flex-wrap:wrap;
  max-width:1240px;
  margin:0 auto;
  align-items:stretch;
}

.postandpanel .brandpl{
  background:#26241F;
  color:#FBF9F3;
  padding:20px 34px;
  min-width:300px;
  flex-shrink:0;
}

.postandpanel .brandpl .brandname{
  margin:0;
  font-size:26px;
  letter-spacing:3px;
  font-weight:700;
}

.postandpanel .brandpl .brandname span{
  color:#7A4A21;
}

.postandpanel .brandpl .brandrule{
  width:46px;
  height:3px;
  background:#7A4A21;
  margin-top:6px;
}

.postandpanel .linkpl{
  background:#F5F2EA;
  flex:1 1 auto;
  padding:20px 24px;
  border-left:2px solid #7A4A21;
  position:relative;
}

.postandpanel .navtabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px 22px;
  list-style:none;
  margin:0;
  padding:0;
  align-items:flex-end;
}

.postandpanel .navtabs a{
  display:inline-block;
  font-size:15px;
  font-weight:700;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#26241F;
  padding-bottom:4px;
  position:relative;
}

.postandpanel .navtabs a::after{
  content:"";
  display:block;
  width:20px;
  height:3px;
  background:#7A4A21;
  margin:6px auto 0;
  transition:width .2s ease;
}

.postandpanel .navtabs a:hover::after{width:36px}

.postandpanel .navtabs li{cursor:pointer;position:relative}

.postandpanel .navtabs li::before{
  content:"";
  position:absolute;
  left:14px;
  top:100%;
  width:8px;
  height:6px;
  background:#7A4A21;
}

.postandpanel .shopchip a{
  color:#66754A;
}

.postandpanel .navtoggle{
  display:none;
  background:#7A4A21;
  border:0;
  color:#FBF9F3;
  font-size:18px;
  font-weight:700;
  padding:14px 22px;
  cursor:pointer;
  letter-spacing:1px;
}

@media (max-width:720px){
  .postandpanel{position:static}
  .postandpanel .platewrap{display:block}
  .postandpanel .brandpl{min-width:0}
  .postandpanel .navtoggle{display:block;width:100%}
  .postandpanel .linkpl{border-left:0;border-top:6px solid #7A4A21}
  .postandpanel .navtabs{display:none;flex-direction:column;gap:6px}
  .postandpanel .navtabs.open{display:flex}
  .postandpanel .navtabs li::before{display:none}
}

.vignettestrip{
  background-color:#F5F2EA;
  padding:44px 0 0;
  overflow:hidden;
}

.vignettestrip .vwrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.vignettestrip .stage{
  display:flex;
  flex-direction:column;
  gap:30px;
}

.vignettestrip .headcard{
  background:#FBF9F3;
  border-left:8px solid #7A4A21;
  padding:26px 30px;
  max-width:560px;
}

.vignettestrip .eyebrow{
  display:inline-block;
  font-size:13px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#7A4A21;
  font-weight:700;
  background:#F5F2EA;
  padding:4px 10px;
  border:1px solid #E3DFC8;
  margin-bottom:14px;
}

.vignettestrip h1{
  margin:0;
  font-size:42px;
  line-height:1.15;
  color:#232A24;
}

.vignettestrip h1 span{
  color:#7A4A21;
}

.striprow{
  display:flex;
  gap:24px;
  flex-wrap:wrap;
  margin:6px 0 0;
}

.striprow .vframe{
  flex:1 1 240px;
  background:#FBF9F3;
  padding:8px;
  border:1px solid #E3DFC8;
  min-height:230px;
  position:relative;
}

.striprow .vframe:nth-child(1){transform:translateY(0)}
.striprow .vframe:nth-child(2){transform:translateY(36px)}
.striprow .vframe:nth-child(3){transform:translateY(14px)}

.vframe .cap{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#26241F;
  margin:6px 0 0;
  text-align:center;
}

.boardmat{
  height:190px;
  background:#F5F2EA;
  border:1px solid #26241F;
  position:relative;
  overflow:hidden;
}

.timberdeck{
  background-image:repeating-linear-gradient(180deg,#8F6236 0px,#8F6236 18px,#7A5228 18px,#7A5228 20px);
}

.timberdeck .plankrule{
  position:absolute;
  top:0;bottom:0;width:2px;
  background:#59391D;
}
.timberdeck .plankrule:first-child{left:33%}
.timberdeck .plankrule:last-child{left:66%}

.steeltrack{
  background:#E3DFC8;
}
.steeltrack::before{
  content:"";
  position:absolute;
  left:8%;right:8%;top:22px;bottom:22px;
  border:6px solid #66754A;
}
.steeltrack::after{
  content:"";
  position:absolute;
  left:8%;right:8%;top:22px;
  height:6px;
  background:#66754A;
}
.steeltrack .rung{
  content:"";
  position:absolute;
  width:6px;
  top:22px;
  bottom:22px;
  background:#66754A;
}
.steeltrack .rung.tl{left:24%}
.steeltrack .rung.tr{left:52%}
.steeltrack .rung.tr2{left:68%}

.glassgable{
  background:#FBF9F3;
}
.glassgable::before{
  content:"";
  position:absolute;
  left:18%;right:18%;bottom:0;top:26px;
  border-left:2px solid #26241F;
  border-right:2px solid #26241F;
  border-bottom:2px solid #26241F;
  clip-path:polygon(50% 0,100% 100%,0 100%);
  background:#D3D6B8;
}
.glassgable .panelbox{
  position:absolute;
  border:1px solid #B4AE8F;
  background:#C9CEAF;
}
.glassgable .panelbox.t1{left:30%;top:50%;width:22px;height:22px}
.glassgable .panelbox.t2{left:54%;top:56%;width:22px;height:22px}
.glassgable .panelbox.t3{left:40%;top:72%;width:22px;height:22px}

.vignettestrip .leadpara{
  max-width:760px;
  font-size:18px;
  margin:30px 0 0;
}

.vignettestrip .ctagroup{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin:24px 0 40px;
}

.btn{
  display:inline-block;
  font-weight:700;
  letter-spacing:1px;
  padding:14px 24px;
  text-transform:uppercase;
  font-size:15px;
  cursor:pointer;
  transition:background .2s ease;
}

.btn.solid{
  background:#7A4A21;
  color:#FBF9F3;
}
.btn.solid:hover{background:#26241F;color:#FBF9F3}

.btn.moss{
  background:#F5F2EA;
  color:#66754A;
  border:2px solid #66754A;
}
.btn.moss:hover{background:#66754A;color:#FBF9F3}

.kickstrip{
  background:#26241F;
  color:#FBF9F3;
  padding:26px 24px;
  position:relative;
}

.kickstrip .kstats{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:space-between;
}

.kickstrip .kitem{
  text-align:center;
  padding:0 18px;
  border-right:2px solid #7A4A21;
  flex:1 1 180px;
}

.kickstrip .kitem:last-child{border-right:0}

.kickstrip .knum{
  display:block;
  font-size:34px;
  font-weight:700;
  color:#E3DFC8;
}

.kickstrip .kcap{
  display:block;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#E3DFC8;
  margin-top:4px;
}

.sampleboard{
  background-color:#F5F2EA;
  padding:60px 0 10px;
}

.sampleboard .secwrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.sboard-head h2{
  font-size:34px;
  margin:0 0 8px;
  color:#26241F;
}

.sboard-head p{
  max-width:720px;
  color:#232A24;
  font-size:17px;
}

.board{
  background:#FBF9F3;
  display:flex;
  align-items:stretch;
  margin:26px 0;
  border:1px solid #E3DFC8;
  position:relative;
}

.board.alt{transform:translateX(44px)}

.board .num{
  position:absolute;
  top:10px;
  right:14px;
  font-size:13px;
  letter-spacing:2px;
  color:#7A4A21;
  font-weight:700;
}

.board .swatch{
  width:86px;
  flex-shrink:0;
  display:flex;
  flex-direction:column;
  position:relative;
}

.board.left .swatch{order:2}
.board.right .swatch{order:0}

.swatch .band{
  flex:1;
}
.swatch .b1{background:#66754A}
.swatch .b2{background:#7A4A21}
.swatch .b3{background:#E3DFC8}
.swatch .b3{position:relative}
.swatch .b3::before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;bottom:0;
  background-image:repeating-linear-gradient(90deg,transparent 0px,transparent 7px,#946735 7px,#946735 9px);
}

.board .bcontent{
  flex:1;
  padding:28px 26px 22px;
}

.board .bcontent h3{
  margin:0 0 8px;
  font-size:22px;
  color:#7A4A21;
}

.board .bcontent p{
  margin:0 0 10px;
  color:#26241F;
}

.board .dlink{
  font-weight:700;
  color:#66754A;
  letter-spacing:.5px;
}

.board.alt .num{right:auto;left:14px;top:auto;bottom:10px;background:#F5F2EA;padding:2px 6px}

.moss-clamp{
  position:absolute;
  left:-16px;
  bottom:-12px;
  background:#66754A;
  color:#FBF9F3;
  font-size:11px;
  padding:4px 10px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.board.alt .moss-clamp{left:auto;right:-16px}

@media (max-width:720px){
  .striprow .vframe:nth-child(2){transform:translateY(16px)}
  .board{flex-direction:column}
  .board .swatch{width:100%;height:14px;flex-direction:row;order:0 !important}
  .board.alt{transform:none}
}

.statstatement{
  background:#26241F;
  color:#FBF9F3;
  padding:60px 24px;
}

.statstatement .swrap{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:40px;
  flex-wrap:wrap;
}

.statstatement .bigfig{
  font-size:92px;
  font-weight:700;
  color:#E3DFC8;
  line-height:1;
  flex-shrink:0;
}

.statstatement .bigfig sup{
  font-size:36px;
  color:#7A4A21;
}

.statstatement .pledge{
  max-width:720px;
}

.statstatement .pledge p{
  margin:0;
  font-size:20px;
  color:#FBF9F3;
}

.statstatement .pledge p span{
  color:#E3DFC8;
  font-weight:700;
}

.jigrunner{
  background-color:#E3DFC8;
  padding:60px 0;
}

.jigrunner .jwrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.jigrunner .jhead h2{
  font-size:32px;
  color:#26241F;
  margin:0 0 6px;
}

.jigrunner .jhead p{
  max-width:640px;
  color:#232A24;
}

.rail{
  position:relative;
  padding-top:60px;
  margin-top:26px;
}

.rail .track{
  height:10px;
  background:#7A4A21;
  border-radius:6px;
  position:relative;
}

.rail .reveal-tab{
  position:absolute;
  top:0;
  bottom:0;
  background:#66754A;
  width:10px;
  border-radius:6px;
}

.stationline{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  margin-top:26px;
}

.station{
  flex:1 1 150px;
  text-align:center;
  background:#FBF9F3;
  padding:16px 10px;
  border-top:4px solid #7A4A21;
  position:relative;
}

.station .stop{
  display:block;
  width:44px;
  height:44px;
  line-height:44px;
  margin:0 auto 10px;
  background:#66754A;
  color:#FBF9F3;
  font-size:20px;
  font-weight:700;
  border:3px solid #26241F;
  border-radius:50%;
}

.station .sname{
  display:block;
  font-weight:700;
  color:#7A4A21;
  letter-spacing:1px;
  text-transform:uppercase;
  font-size:15px;
}

.station p{
  font-size:14px;
  color:#26241F;
  margin:8px 0 0;
}

.return-lane{
  margin-top:22px;
  padding:12px 18px;
  border:2px dashed #66754A;
  color:#232A24;
  font-size:15px;
}

.return-lane strong{color:#66754A}

.shopnote{
  background:#7A4A21;
  color:#FBF9F3;
  padding:52px 24px;
}

.shopnote .nowrap{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
}

.shopnote .stamp{
  border:2px solid #FBF9F3;
  padding:12px 16px;
  font-size:15px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  transform:rotate(-3deg);
  flex-shrink:0;
}

.shopnote .note-txt{
  flex:1 1 380px;
  font-size:19px;
  line-height:1.6;
}

.shopnote .note-txt strong{color:#E3DFC8}

.shopnote .btn.white{
  background:#FBF9F3;
  color:#7A4A21;
}
.shopnote .btn.white:hover{background:#E3DFC8}

.bigsect{
  background-color:#F5F2EA;
  padding:70px 0;
}

.bigsect .secwrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.sect2col{
  display:flex;
  gap:46px;
  flex-wrap:wrap;
}

.sect2col .cold{
  flex:0 0 340px;
}

.sect2col h2{
  font-size:34px;
  color:#26241F;
  margin:0 0 12px;
}

.sect2col h2 span{color:#7A4A21}

.sect2col .lede{
  font-size:18px;
  color:#232A24;
}

.panelstack{
  flex:1 1 420px;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
  gap:20px;
}

.voicecrumb{
  background:#FBF9F3;
  padding:22px;
  border-left:6px solid #66754A;
  border-bottom:2px solid #E3DFC8;
  align-content:start;
}

.voicecrumb h3{
  margin:0 0 8px;
  color:#66754A;
  font-size:19px;
}

.voicecrumb p{
  margin:0;
  color:#26241F;
}

.ardent{
  background-color:#E3DFC8;
  padding:70px 0;
}

.ardent .secwrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.ardent .arearow{
  display:flex;
  gap:30px;
  flex-wrap:wrap;
}

.ardent .area{
  background:#FBF9F3;
  flex:1 1 260px;
  padding:24px;
  border-top:6px solid #7A4A21;
}

.ardent .area .atag{
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#66754A;
  font-weight:700;
}

.ardent .area h3{
  color:#7A4A21;
  margin:10px 0 8px;
}

.ardent .area p{color:#26241F;margin:0}

.shopfloor{
  background-color:#F5F2EA;
  padding:70px 0;
}

.shopfloor .secwrap{
  max-width:1240px;
  margin:0 auto;
  padding:0 24px;
}

.shopfloor h2{
  font-size:36px;
  color:#26241F;
  margin:0 0 30px;
  text-align:center;
}

.shopfloor h2 span{color:#7A4A21}

.floorgrid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
}

.floor{
  background:#FBF9F3;
  border:1px solid #E3DFC8;
  border-top:0;
  overflow:hidden;
}

.floor .fh{
  background:#26241F;
  color:#FBF9F3;
  padding:14px 18px;
  font-size:16px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.floor .fh .stepno{
  color:#7A4A21;
  font-weight:700;
}

.floor .fb{padding:20px}

.floor .fb p{margin:0;color:#26241F}

.floor .fb .flow{
  display:block;
  margin-top:10px;
  font-size:13px;
  letter-spacing:1px;
  color:#66754A;
  font-weight:700;
}

.yardgate{
  background:#26241F;
  color:#FBF9F3;
}

.yardgate .gategrid{
  max-width:1240px;
  margin:0 auto;
  padding:40px 24px 26px;
  text-align:center;
}

.yardgate .motto{
  font-size:15px;
  letter-spacing:8px;
  text-transform:uppercase;
  color:#E3DFC8;
  border-top:2px solid #7A4A21;
  border-bottom:2px solid #7A4A21;
  display:inline-block;
  padding:10px 16px;
  background-image:repeating-linear-gradient(90deg,#26241F 0 24px,#3E3A2F 24px 34px),
    repeating-linear-gradient(0deg,#26241F 0 14px,#3E3A2F 14px 22px);
}

.yardgate .lattice{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  margin:20px auto 6px;
  max-width:860px;
}

.yardgate .cell{
  border:1px solid #4A4A44;
  height:18px;
  position:relative;
}

.yardgate .cell:nth-child(even)::after{
  content:"";
  position:absolute;
  inset:0;
  border:2px solid #7A4A21;
}

.yardgate .colwrap{
  display:flex;
  gap:40px;
  flex-wrap:wrap;
  max-width:1240px;
  margin:0 auto;
  padding:8px 24px 30px;
}

.yardgate .cgrp{
  flex:1 1 240px;
}

.yardgate .cgrp h4{
  color:#7A4A21;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:14px;
  margin:0 0 14px;
  padding-bottom:8px;
  border-bottom:1px solid #4A4A44;
}

.yardgate .cgrp ul{
  list-style:none;
  margin:0;
  padding:0;
}

.yardgate .cgrp li{margin:8px 0}

.yardgate .cgrp a{
  color:#E3DFC8;
}

.yardgate .cgrp a:hover{color:#FBF9F3}

.baserail{
  background:#7A4A21;
  color:#FBF9F3;
  padding:22px 24px;
  position:relative;
  z-index:1;
}

.baserail .brapper{
  max-width:1240px;
  margin:0 auto;
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  align-items:center;
}

.baserail .brapper .bname{
  font-weight:700;
  font-size:17px;
  letter-spacing:1px;
}

.baserail .brapper .bdeta{
  color:#FBF9F3;
  font-size:14px;
}

.baserail .copy{
  max-width:1240px;
  margin:6px auto 0;
  padding-top:12px;
  border-top:2px solid #E3DFC8;
  font-size:13px;
  color:#E3DFC8;
}

.hidden-visible{
  transform:none;
}

[data-reveal]{
  transition:transform .6s ease;
}

[data-reveal].reveal:not(.visible){
  transform:translateY(18px);
}

.watermark{
  position:absolute;
  visibility:hidden;
}

.faqlist{max-width:840px;margin:26px 0 0}
.faqitem{background:#FBF9F3;border:1px solid #E3DFC8;margin:12px 0}
.faqitem .q{
  background:#7A4A21;
  color:#FBF9F3;
  border:0;
  width:100%;
  text-align:left;
  padding:16px 20px;
  cursor:pointer;
  font-family:Georgia,serif;
  font-size:17px;
  font-weight:700;
  letter-spacing:.4px;
}
.faqitem .a{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
  margin:0;
}
.faqitem .a p{margin:0;padding:16px 20px;color:#232A24}

.contactpage .vignettestrip{padding-bottom:44px}
.contactpage .formblock{display:flex;gap:36px;flex-wrap:wrap;align-items:flex-start}
.contactpage .formcard{flex:1 1 360px}
.contactpage .contactmeta{flex:1 1 320px;background:#26241F;color:#FBF9F3;padding:28px}
.contactpage .contactmeta h3{color:#E3DFC8;margin:0 0 18px;letter-spacing:2px;text-transform:uppercase;font-size:14px}
.contactpage .contactmeta .mrow{margin:0 0 18px;padding-bottom:16px;border-bottom:1px solid #4A4A44}
.contactpage .contactmeta .mrow dt{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#7A4A21;font-weight:700}
.contactpage .contactmeta .mrow dd{margin:0;color:#FBF9F3}
.contactpage .contactmeta .mrow dd a{color:#E3DFC8;text-decoration:underline}

.contact-form{display:block}
.contact-form label{display:block;font-weight:700;color:#26241F;margin:16px 0 6px;font-size:15px;letter-spacing:.5px}
.contact-form input,.contact-form textarea{
  width:100%;
  font-family:inherit;
  font-size:16px;
  color:#232A24;
  background:#F5F2EA;
  border:2px solid #E3DFC8;
  padding:12px 14px;
}
.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#7A4A21;background:#FBF9F3}
.contact-form textarea{min-height:160px;resize:vertical}
.contact-form .btn{margin-top:18px;border:0;font-family:inherit}
.form-note{display:none;margin-top:12px;color:#66754A;font-size:14px;background:#E3DFC8;padding:10px 14px}

.hourslist{margin:0;padding:0;list-style:none}
.hourslist li{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px dashed #4A4A44;color:#E3DFC8}
.hourslist li .d{font-weight:700}
.hourslist li .c{color:#FBF9F3}

.fixed-cta,.fixed{position:fixed !important}

a[href="#shopfloor"],a[href*="#"]{scroll-margin-top:90px}
h2,h3{scroll-margin-top:100px}
