/* =========================================================
   Pojo Explorations LLC - style.css
   LIGHT survey palette: SURVEY BONE + CAIRN RUST accent.
   All surfaces opaque. Strong text contrast throughout.
   ========================================================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:"Georgia","Times New Roman",serif;
  font-size:16px;
  line-height:1.6;
  background-color:#F3F0E4;
  color:#2D312B;
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:#A06428;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

/* ---------- Reusable layout ---------- */
.wrap{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:0 24px;
}

.section-head{
  text-align:center;
  margin-bottom:44px;
}

.section-head .eyebrow{
  display:inline-block;
  background-color:#A06428;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  letter-spacing:3px;
  text-transform:uppercase;
  padding:6px 14px;
  border-radius:3px;
  margin-bottom:14px;
}

.section-head h2{
  font-size:34px;
  color:#2D312B;
  line-height:1.2;
}

/* ---------- Scroll reveal (CSS-only safe; JS adds visible) ---------- */
.reveal{
  opacity:1;
  transform:none;
}
.reveal.visible{
  opacity:1;
  transform:none;
}
.reveal.rx-hide{
  opacity:0;
  transform:translateY(18px);
}
.reveal.rx-show{
  opacity:1;
  transform:translateY(0);
  transition:opacity .55s ease,transform .55s ease;
}

/* ---------- BENCH-POST NAV ---------- */
.benchpost{
  position:sticky;
  top:0;
  z-index:50;
  background-color:#F3F0E4;
  border-bottom:1px solid #A06428;
}
.benchpost .posting-bar{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:0 24px;
  padding-top:12px;
  padding-bottom:14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  position:relative;
}
.benchpost .brandplate{
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}
.benchpost .brandmark{
  background-color:#A06428;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:18px;
  letter-spacing:2px;
  padding:8px 14px;
  border-radius:4px;
  text-decoration:none;
}
.benchpost .brandplate a:hover{
  text-decoration:none;
}
.benchpost .glyph{
  width:34px;
  height:46px;
  position:relative;
  flex:0 0 34px;
}
.benchpost .glyph .poststem{
  position:absolute;
  left:14px;
  top:14px;
  width:6px;
  height:30px;
  background-color:#90928A;
  border-radius:2px;
  z-index:1;
}
.benchpost .glyph .capdot{
  position:absolute;
  left:8px;
  top:4px;
  width:18px;
  height:18px;
  background-color:#A06428;
  border-radius:50%;
}
.benchpost .glyph .footline{
  position:absolute;
  left:6px;
  top:40px;
  width:22px;
  height:4px;
  background-color:#90928A;
  border-radius:2px;
}
.benchpost .trailline{
  display:none;
}
.benchpost .postnav{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}
.benchpost .routecard{
  display:block;
  background-color:#FBF8EE;
  color:#A06428;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:15px;
  padding:9px 18px;
  border:1px solid #E2DCC6;
  border-left-color:#A06428;
  border-left-width:4px;
  border-radius:2px;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease;
}
.benchpost .routecard:hover{
  background-color:#A06428;
  color:#FBF8EE;
  text-decoration:none;
}
.benchpost .routecard.active{
  background-color:#A06428;
  color:#FBF8EE;
}
.benchpost .cta-rust{
  display:block;
  background-color:#A06428;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:14px;
  letter-spacing:.5px;
  padding:11px 18px;
  border:1px solid #A06428;
  border-radius:3px;
  text-decoration:none;
  transition:background-color .2s ease;
}
.benchpost .cta-rust:hover{
  background-color:#2D312B;
  border-color:#2D312B;
  text-decoration:none;
}
.benchpost .markline{
  height:8px;
  background-color:#E2DCC6;
  border-top:1px solid #A06428;
}
.benchpost .markline .trace{
  display:flex;
  align-items:center;
  justify-content:space-around;
  max-width:1160px;
  margin:0 auto;
  height:100%;
}
.benchpost .markline .pebble{
  width:7px;
  height:7px;
  background-color:#A06428;
  border-radius:50%;
}
.benchpost .navtoggle{
  display:none;
  background-color:transparent;
  border:2px solid #A06428;
  color:#A06428;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:15px;
  padding:9px 16px;
  border-radius:3px;
  cursor:pointer;
}

/* ---------- SUMMIT CAMP HERO ---------- */
.summitcamp{
  background-color:#F3F0E4;
}
.summitcamp .campfield{
  background-color:#F3F0E4;
  border-bottom:2px solid #262B26;
  position:relative;
  overflow:hidden;
  padding:0;
}
.summitcamp .fieldcrop{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  position:relative;
  height:250px;
}
.summitcamp .ridgeline{
  position:absolute;
  inset:0;
  background-image:linear-gradient(#F3F0E4 72%, #E2DCC6 72%, #E2DCC6 82%, #F3F0E4 82%);
  opacity:1;
}
.summitcamp .suncover{
  position:absolute;
  right:4%;
  top:16px;
  width:150px;
  height:90px;
  background-color:#F3F0E4;
}
.summitcamp .rimshadow{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}
.summitcamp .fielddeco{
  position:relative;
  width:100%;
  max-width:1160px;
  margin:0 auto;
  height:250px;
  overflow:hidden;
}
.summitcamp .contourband{
  position:absolute;
  width:220px;
  height:74px;
  border:3px solid #E2DCC6;
  border-right:none;
  border-radius:60% 0 0 60%;
  opacity:1;
}
.summitcamp .cairn{
  position:absolute;
  bottom:6px;
  left:5%;
  width:40px;
}
.summitcamp .cairn .stone{
  display:block;
  width:40px;
  height:12px;
  background-color:#E2DCC6;
  border-radius:6px;
  margin-bottom:3px;
}
.summitcamp .cairn .stone.s2{
  width:32px;
  margin-left:4px;
}
.summitcamp .cairn .stone.s3{
  width:22px;
  margin-left:9px;
}
.summitcamp .cairn .stone.s4{
  width:14px;
  margin-left:13px;
}
.summitcamp .benchpost-mark{
  position:absolute;
  right:4%;
  bottom:4px;
  width:150px;
  height:120px;
  background-color:#E2DCC6;
  border-radius:6px;
  padding:12px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.summitcamp .benchpost-mark .bpm-head{
  font-family:Verdana,Geneva,sans-serif;
  font-size:11px;
  letter-spacing:2px;
  color:#2D312B;
  text-transform:uppercase;
  margin-bottom:6px;
}
.summitcamp .benchpost-mark .bpm-cap{
  width:52px;
  height:52px;
  background-color:#A06428;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:13px;
}
.summitcamp .benchpost-mark .bpm-under{
  margin-top:6px;
  font-family:Verdana,Geneva,sans-serif;
  font-size:11px;
  color:#2D312B;
}
.summitcamp .theodolite-spot{
  position:absolute;
  left:24%;
  top:30px;
  width:120px;
}
.summitcamp .theodolite-spot .thbar{
  width:6px;
  height:90px;
  background-color:#90928A;
  margin:0 auto;
  border-radius:3px;
}
.summitcamp .theodolite-spot .thtrip{
  display:flex;
  justify-content:space-between;
  margin-top:-8px;
  width:110px;
  margin-left:2px;
}
.summitcamp .theodolite-spot .thleg{
  width:6px;
  height:34px;
  background-color:#90928A;
  transform:rotate(18deg);
  border-radius:3px;
}
.summitcamp .theodolite-spot .thleg.r{
  transform:rotate(-18deg);
}
.summitcamp .theodolite-spot .thhead{
  width:52px;
  height:20px;
  background-color:#A06428;
  margin:0 auto;
  border-radius:4px;
  position:relative;
  top:8px;
}
.summitcamp .rationcrates{
  position:absolute;
  left:1%;
  bottom:20px;
  width:74px;
  height:58px;
  background-color:#CBB38B;
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:6px;
  border-radius:3px;
}
.summitcamp .rationcrates .crotch{
  height:20px;
  width:100%;
  border:2px solid #A06428;
  border-radius:2px;
}
.summitcamp .rationcrates .crotch.two{
  width:62%;
}
.summitcamp .foldingtable{
  position:absolute;
  right:22%;
  top:46px;
  width:150px;
}
.summitcamp .foldingtable .ftop{
  height:6px;
  background-color:#2D312B;
  border-radius:3px;
  transform:skewY(-6deg);
}
.summitcamp .foldingtable .fleg{
  width:5px;
  height:52px;
  background-color:#90928A;
  display:inline-block;
  margin:0 8px;
}
.summitcamp .foldmap{
  position:absolute;
  right:24%;
  top:36px;
  width:120px;
  height:90px;
  background-color:#E2DCC6;
  border-radius:3px;
  transform:rotate(-3deg);
  padding:8px;
  box-shadow:0 4px 0 #CBB38B;
}
.summitcamp .foldmap .mapdot{
  width:90px;
  height:70px;
  border:2px solid #A06428;
  border-radius:40% 35% 45% 30%;
  position:relative;
}
.summitcamp .foldmap .mapdot .pin{
  position:absolute;
  top:8px;
  left:38px;
  width:6px;
  height:6px;
  background-color:#A06428;
  border-radius:50%;
}
.summitcamp .teltable{
  background-color:#FBF8EE;
  padding:38px 24px 30px;
  border-top:3px solid #A06428;
}
.summitcamp .teltable .tt-inner{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  display:flex;
  gap:36px;
  align-items:flex-start;
  flex-wrap:wrap;
}
.summitcamp .eyebrow-kicker{
  display:inline-block;
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  letter-spacing:3px;
  color:#FBF8EE;
  background-color:#A06428;
  text-transform:uppercase;
  padding:6px 12px;
  border-radius:3px;
  margin-bottom:16px;
}
.summitcamp .herotext{
  flex:1 1 60%;
  min-width:280px;
}
.summitcamp .hero-stamp-row{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:10px;
}
.summitcamp .h1-line{
  font-size:44px;
  line-height:1.1;
  color:#2D312B;
  margin:4px 0 14px;
}
.summitcamp .hero-lead{
  font-size:18px;
  color:#2D312B;
  max-width:66ch;
  margin-bottom:22px;
}
.summitcamp .herocta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.summitcamp .btn-rust{
  background-color:#A06428;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:15px;
  padding:13px 22px;
  border:2px solid #A06428;
  border-radius:3px;
  text-decoration:none;
  transition:background-color .2s ease;
}
.summitcamp .btn-rust:hover{
  background-color:#2D312B;
  border-color:#2D312B;
  color:#FBF8EE;
  text-decoration:none;
}
.summitcamp .btn-scree{
  background-color:#FBF8EE;
  color:#A06428;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:15px;
  padding:13px 22px;
  border:2px solid #A06428;
  border-radius:3px;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease;
}
.summitcamp .btn-scree:hover{
  background-color:#A06428;
  color:#FBF8EE;
  text-decoration:none;
}
.summitcamp .stilllife{
  flex:0 1 280px;
  display:flex;
  flex-direction:column;
  gap:16px;
  min-width:200px;
}
.summitcamp .kettlepose{
  background-color:#E2DCC6;
  border-radius:6px;
  padding:14px;
  color:#2D312B;
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  text-align:center;
  border-left:4px solid #A06428;
}
.summitcamp .kettlepose .kettle-top{
  font-size:13px;
  font-weight:bold;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:4px;
}
.summitcamp .kettlepose .steady{
  margin-top:8px;
  color:#2D312B;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
}
.summitcamp .kickerstrip{
  background-color:#262B26;
  color:#FBF8EE;
}
.summitcamp .kickstats{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:22px 24px;
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}
.summitcamp .kickstat{
  flex:1 1 170px;
  text-align:center;
  position:relative;
  padding:8px;
}
.summitcamp .kickstat + .kickstat{
  border-left:2px solid #A06428;
}
.summitcamp .kickstat .num{
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:30px;
  color:#FBF8EE;
  line-height:1.1;
}
.summitcamp .kickstat .label{
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#FBF8EE;
}

/* ---------- CONTOUR ROWS ---------- */
.contourwall{
  background-color:#F3F0E4;
  padding:64px 0 40px;
}
.contourwall .wall-inner{
  width:100%;
  max-width:1000px;
  margin:0 auto;
  padding:0 24px;
}
.contourrow{
  background-color:#E2DCC6;
  border-left:8px solid #A06428;
  padding:28px 30px 30px 26px;
  margin-bottom:22px;
  border-radius:4px;
  position:relative;
}
.contourrow.shift{
  margin-left:40px;
}
.contourrow .cd-top{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.contourrow .routestamp{
  width:56px;
  height:56px;
  border-radius:50%;
  background-color:#A06428;
  color:#FBF8EE;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:12px;
  line-height:1;
  text-align:center;
  flex:0 0 56px;
}
.contourrow .routestamp .stampleb{
  font-size:13px;
}
.contourrow .cd-text{
  flex:1 1 60%;
  min-width:180px;
}
.contourrow .cd-text h3{
  font-size:24px;
  color:#2D312B;
  line-height:1.2;
  margin-bottom:2px;
}
.contourrow .cd-text .cd-sub{
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  letter-spacing:2px;
  color:#A06428;
  text-transform:uppercase;
}
.contourrow .gradechip{
  align-self:flex-start;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:11px;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#FBF8EE;
  background-color:#90928A;
  padding:6px 10px;
  border-radius:3px;
  margin-left:auto;
}
.contourrow .gradechip.on-summit{
  background-color:#A06428;
}
.contourrow p{
  color:#2D312B;
  margin-bottom:12px;
}
.contourrow .rowend{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}
.contourrow .rowlink{
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  color:#A06428;
  text-transform:uppercase;
  font-size:13px;
  letter-spacing:1px;
}
.contourrow .rowlink:hover{
  color:#2D312B;
}

/* ---------- PLEDGE STATEMENT BAND ---------- */
.pledgeslab{
  background-color:#262B26;
  color:#FBF8EE;
  padding:0;
}
.pledgeslab .pledge-inner{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:44px 24px;
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}
.pledgeslab .bigfig{
  color:#A06428;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:120px;
  line-height:.9;
  letter-spacing:-4px;
  flex:0 0 auto;
}
.pledgeslab .pledgelead{
  flex:1 1 360px;
  min-width:260px;
  font-size:22px;
  color:#FBF8EE;
  line-height:1.35;
}
.pledgeslab .pledgelead .pl-marker{
  color:#A06428;
  font-weight:bold;
}

/* ---------- RIDGE RUN (expedition arc) ---------- */
.ridgeband{
  background-color:#90928A;
  padding:56px 0 60px;
}
.ridgeband .rr-inner{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:0 24px;
}
.ridgeband .section-head h2{
  color:#FBF8EE;
}
.ridgeband .section-head .eyebrow{
  background-color:#FBF8EE;
  color:#2D312B;
}
.expeditionline{
  position:relative;
  margin-top:20px;
}
.expeditionline .routeyes{
  position:absolute;
  top:26px;
  left:6%;
  right:6%;
  border-top:3px dashed #A06428;
}
.stationsbase{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  position:relative;
  z-index:2;
}
.cairnstation{
  flex:0 1 150px;
  background-color:#FBF8EE;
  border-radius:8px;
  padding:18px 14px 14px;
  text-align:center;
  border-top:6px solid #A06428;
  box-shadow:0 4px 0 #1f221d;
}
.cairnstation .sketch{
  margin:0 auto 10px;
  width:28px;
  height:40px;
  position:relative;
}
.cairnstation .sketch .c1{
  position:absolute;
  bottom:0;
  left:4px;
  width:20px;
  height:10px;
  background-color:#A06428;
  border-radius:5px;
}
.cairnstation .sketch .c2{
  position:absolute;
  bottom:10px;
  left:8px;
  width:13px;
  height:8px;
  background-color:#A06428;
  border-radius:4px;
}
.cairnstation .sketch .c3{
  position:absolute;
  bottom:18px;
  left:11px;
  width:8px;
  height:7px;
  background-color:#A06428;
  border-radius:3px;
  border:1px solid #FBF8EE;
}
.cairnstation .stname{
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  color:#A06428;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:14px;
  margin-bottom:8px;
}
.cairnstation p{
  color:#2D312B;
  font-size:14px;
}

/* ---------- ACCENT/BOOKING BAND ---------- */
.bookband{
  background-color:#A06428;
  color:#FBF8EE;
}
.bookband .bk-inner{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:40px 24px;
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.bookband .seasonstamp{
  background-color:#FBF8EE;
  color:#A06428;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:14px;
  letter-spacing:2px;
  text-transform:uppercase;
  padding:14px 16px;
  border-radius:50%;
  width:110px;
  height:110px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  border:3px dashed #2D312B;
  flex:0 0 110px;
  line-height:1.3;
}
.bookband .bk-copy{
  flex:1 1 360px;
  min-width:240px;
}
.bookband .bk-copy h3{
  font-size:26px;
  color:#FBF8EE;
  line-height:1.2;
  margin-bottom:10px;
}
.bookband .bk-copy p{
  color:#FBF8EE;
  margin-bottom:6px;
}
.bookband .btn-cream{
  display:inline-block;
  background-color:#FBF8EE;
  color:#A06428;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:15px;
  padding:13px 22px;
  border:2px solid #FBF8EE;
  border-radius:3px;
  text-decoration:none;
  transition:background-color .2s ease,color .2s ease;
}
.bookband .btn-cream:hover{
  background-color:#2D312B;
  border-color:#2D312B;
  color:#FBF8EE;
  text-decoration:none;
}

/* ---------- CAIRN LINE FOOTER ---------- */
.cairnline{
  background-color:#262B26;
  color:#FBF8EE;
}
.cairnline .ridgeline-top{
  height:26px;
  background-image:linear-gradient(120deg,#262B26 0 14px,#FBF8EE 14px 26px);
  background-size:120px 26px;
  border-top:1px solid #A06428;
}
.cairnline .motto-band{
  text-align:center;
  padding:26px 16px 6px;
  font-family:Verdana,Geneva,sans-serif;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#FBF8EE;
  font-size:15px;
  position:relative;
  z-index:1;
}
.cairnline .motto-band .sketchline{
  margin:14px auto 0;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
}
.cairnline .motto-band .sketchline span{
  display:block;
  width:10px;
  height:10px;
  background-color:#A06428;
  transform:rotate(45deg);
}
.cairnline .foot-cols{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:30px 24px 20px;
  display:flex;
  gap:28px;
  flex-wrap:wrap;
  position:relative;
  z-index:1;
}
.cairnline .foot-col{
  flex:1 1 200px;
  min-width:170px;
}
.cairnline .foot-col h4{
  font-family:Verdana,Geneva,sans-serif;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#A06428;
  margin-bottom:12px;
}
.cairnline .foot-col a{
  display:block;
  color:#FBF8EE;
  padding:5px 0;
}
.cairnline .foot-col a:hover{
  color:#A06428;
}
.cairnline .benchplate{
  background-color:#E2DCC6;
  color:#2D312B;
}
.cairnline .benchplate .plate-inner{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:22px 24px;
  display:flex;
  flex-wrap:wrap;
  gap:12px 30px;
  align-items:center;
  justify-content:space-between;
}
.cairnline .benchplate .firm-line{
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  color:#2D312B;
  font-size:16px;
  letter-spacing:1px;
}
.cairnline .benchplate .addr-line{
  color:#2D312B;
}
.cairnline .benchplate .tel-line{
  color:#2D312B;
  font-family:Verdana,Geneva,sans-serif;
  white-space:nowrap;
}
.cairnline .copyright{
  text-align:center;
  color:#A06428;
  font-size:14px;
  padding:16px 16px 34px;
  position:relative;
  z-index:1;
}

/* ---------- inner page shared ---------- */
.pagebody{
  background-color:#F3F0E4;
}
.pagehead{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:56px 24px 40px;
  text-align:center;
}
.pagehead h1{
  font-size:40px;
  color:#2D312B;
  line-height:1.15;
  margin-bottom:14px;
}
.pagehead p.lede{
  max-width:720px;
  margin:0 auto;
  font-size:18px;
  color:#2D312B;
}
.cutline{
  max-width:1160px;
  margin:0 auto;
  height:1px;
  background-color:#A06428;
  margin-bottom:8px;
}
.cutline .short{
  width:180px;
  height:5px;
  background-color:#A06428;
}

/* ---------- services page ---------- */
.servicewall{
  width:100%;
  max-width:1080px;
  margin:0 auto;
  padding:0 24px 20px;
}
.svcrow{
  background-color:#E2DCC6;
  border-left:8px solid #A06428;
  border-radius:4px;
  margin-bottom:22px;
  padding:26px 28px;
  position:relative;
}
.svcrow .svc-top{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.svcrow .stampdot{
  width:50px;
  height:50px;
  border-radius:50%;
  background-color:#A06428;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:13px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 50px;
}
.svcrow h3{
  font-size:24px;
  color:#2D312B;
  flex:1 1 240px;
}
.svcrow h3 small{
  display:block;
  font-family:Verdana,Geneva,sans-serif;
  font-size:12px;
  letter-spacing:2px;
  color:#A06428;
  text-transform:uppercase;
  margin-top:2px;
}
.svcrow p{
  color:#2D312B;
  margin-bottom:10px;
}
.svcrow .svc-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}
.svcrow .tagchip{
  background-color:#FBF8EE;
  color:#A06428;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:12px;
  padding:5px 10px;
  border-radius:3px;
  border:1px solid #CBB38B;
}
.svcrow.shift{
  margin-left:38px;
}
.processband{
  background-color:#FBF8EE;
  padding:56px 0;
}
.processband .proc-inner{
  width:100%;
  max-width:1160px;
  margin:0 auto;
  padding:0 24px;
}
.stepline{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:center;
}
.steppill{
  flex:1 1 150px;
  max-width:190px;
  text-align:center;
  background-color:#E2DCC6;
  border-radius:8px;
  padding:18px 14px;
  border-bottom:5px solid #A06428;
}
.steppill .stepno{
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  color:#A06428;
  font-size:13px;
  letter-spacing:2px;
  margin-bottom:6px;
}
.steppill h4{
  color:#2D312B;
  font-size:18px;
  margin-bottom:8px;
}
.steppill p{
  color:#2D312B;
  font-size:14px;
}
.processband .procnote{
  max-width:760px;
  margin:36px auto 0;
  text-align:center;
  color:#2D312B;
  font-size:17px;
}
.processband .btn-center{
  text-align:center;
  margin-top:30px;
}
.systemCTA{
  background-color:#FBF8EE;
  border-top:4px solid #A06428;
}
.procbtn{
  background-color:#A06428;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:15px;
  padding:13px 22px;
  border:2px solid #A06428;
  border-radius:3px;
  text-decoration:none;
  transition:background-color .2s ease;
}
.procbtn:hover{
  background-color:#2D312B;
  border-color:#2D312B;
  color:#FBF8EE;
  text-decoration:none;
}

/* ---------- contact page ---------- */
.contactgrid{
  width:100%;
  max-width:1080px;
  margin:0 auto;
  padding:0 24px 10px;
  display:flex;
  gap:34px;
  flex-wrap:wrap;
}
.contactform-col{
  flex:1 1 460px;
  background-color:#FBF8EE;
  border:2px solid #E2DCC6;
  border-top:6px solid #A06428;
  border-radius:6px;
  padding:28px;
}
.contactform-col h2{
  color:#2D312B;
  margin-bottom:16px;
  font-size:26px;
}
.fieldgroup{
  margin-bottom:16px;
}
.fieldgroup label{
  display:block;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:13px;
  letter-spacing:1px;
  color:#2D312B;
  margin-bottom:6px;
}
.fieldgroup input,
.fieldgroup select,
.fieldgroup textarea{
  width:100%;
  font-family:Verdana,Geneva,sans-serif;
  font-size:15px;
  color:#2D312B;
  background-color:#F3F0E4;
  border:1px solid #CBB38B;
  border-radius:4px;
  padding:11px 12px;
}
.fieldgroup textarea{
  min-height:130px;
  resize:vertical;
}
.formbtn{
  background-color:#A06428;
  color:#FBF8EE;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:15px;
  border:none;
  border-radius:4px;
  padding:13px 22px;
  cursor:pointer;
  width:100%;
  text-transform:uppercase;
  letter-spacing:1px;
}
.formbtn:hover{
  background-color:#2D312B;
}
.formnote{
  margin-top:12px;
  font-size:14px;
  color:#2D312B;
}
.formnote a{
  color:#A06428;
}
.formstatus{
  display:none;
  background-color:#E2DCC6;
  border-left:5px solid #A06428;
  color:#2D312B;
  padding:12px 14px;
  border-radius:3px;
  margin-top:14px;
  font-size:15px;
}
.intel-col{
  flex:1 1 320px;
  min-width:260px;
  display:flex;
  flex-direction:column;
  gap:20px;
}
.detailcard{
  background-color:#E2DCC6;
  border-radius:6px;
  padding:20px 22px;
  border-left:6px solid #A06428;
}
.detailcard h3{
  color:#2D312B;
  margin-bottom:10px;
  font-size:20px;
}
.detailcard p,
.detailcard li{
  color:#2D312B;
}
.detailcard ul{
  list-style:none;
}
.detailcard li{
  margin-bottom:6px;
  padding-left:18px;
  position:relative;
}
.detailcard li::before{
  content:"";
  position:absolute;
  left:0;
  top:9px;
  width:9px;
  height:9px;
  background-color:#A06428;
  transform:rotate(45deg);
}
.detailcard a{
  color:#A06428;
  font-weight:bold;
}
.detailcard.tel-card .telbig{
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  font-size:20px;
  color:#2D312B;
  word-break:break-all;
}
.faqblock .faq-q{
  background-color:#E2DCC6;
  border-radius:6px;
  margin-bottom:12px;
  padding:0;
}
.faqblock .faq-q summary{
  cursor:pointer;
  padding:16px 20px;
  font-family:Verdana,Geneva,sans-serif;
  font-weight:bold;
  color:#A06428;
  font-size:16px;
}
.faqblock .faq-q p{
  padding:0 20px 18px;
  color:#2D312B;
}

/* ---------- responsive ---------- */
.fielddeco .contourband.wh1{
  left:8%;
  top:34px;
}
.fielddeco .contourband.sm1{
  left:17%;
  top:78px;
}
.fielddeco .contourband.sm2{
  right:38%;
  top:54px;
  transform:scaleX(-1);
}
.fielddeco .contourband.wh2{
  left:34%;
  top:24px;
  opacity:1;
}
@media (max-width:860px){
  .fielddeco .contourband.sm2,
  .fielddeco .foldingtable,
  .fielddeco .theodolite-spot{
    display:none;
  }
  .summitcamp .fieldcrop,
  .summitcamp .fielddeco{
    height:180px;
  }
}
.bookmore{
  width:100%;
  max-width:1080px;
  margin:26px auto 10px;
  padding:26px 30px;
  background-color:#FBF8EE;
  border-left:6px solid #A06428;
  border-radius:6px;
}
.bookmore .bm-title{
  color:#2D312B;
  font-size:24px;
  margin-bottom:12px;
}
.bookmore p{
  color:#2D312B;
  margin-bottom:12px;
}
/* =========================================================
   Pojo Explorations LLC - LEGAL page body (uses css/legal.css)
   Handled separately. Shared inner linking styles above.
   ========================================================= */

/* ---------- responsive collapse ---------- */
@media (max-width:860px){
  .benchpost .postnav{
    display:none;
  }
  .benchpost .postnav.open{
    display:flex;
    flex-direction:column;
    width:100%;
    background-color:#FBF8EE;
    border:1px solid #E2DCC6;
    padding:12px;
    border-radius:4px;
    margin-top:6px;
    align-items:stretch;
  }
  .benchpost .navtoggle{
    display:block;
  }
  .benchpost .postnav .routecard,
  .benchpost .postnav .cta-rust{
    text-align:center;
  }
  .contourrow.shift,
  .svcrow.shift{
    margin-left:0;
  }
  .summitcamp .h1-line{
    font-size:32px;
  }
}

