:root{
  --paper:#F4F1EA;
  --ink:#2A3641;
  --ochre:#C08A2E;
  --green:#4E6E52;
  --quayred:#C05A3A;
  --cable:#8B8E86;
  --card:#FBF9F4;
  --night:#232E38;
  --white:#FBF9F4;
  --line:#D8D2C6;
  --ochre-deep:#A9761F;
  --green-deep:#3E5842;
  --night-soft:#313F4E;
}

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

body{
  background:var(--paper);
  color:var(--ink);
  font-size:16px;
  font-family:Georgia,'Times New Roman',serif;
  line-height:1.7;
  overflow-x:hidden;
}

body.noscroll{
  overflow-x:hidden;
}

a{color:var(--green-deep);text-decoration:none;transition:color .2s;}
a:hover{color:var(--ochre-deep);}

h1,h2,h3,h4{
  font-family:'Trebuchet MS','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight:700;
  line-height:1.2;
  color:var(--ink);
}

/* ============ STAMP-CHIT NAV ============ */
.stampchit{
  position:sticky;
  top:0;
  z-index:900;
  width:100%;
}

.scheduleboard{
  background:var(--night);
  min-height:20px;
  width:100%;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  padding:5px 22px 5px;
  border-bottom:2px solid var(--cable);
}

.craneline{
  display:flex;
  align-items:flex-end;
  gap:26px;
}

.quaycrane{
  width:16px;
  height:15px;
  position:relative;
}

.quaycrane .legs{
  position:absolute;
  bottom:0;
  left:3px;
  width:10px;
  height:4px;
  background:var(--cable);
  display:flex;
  gap:2px;
}

.quaycrane .legs i{
  width:1px;
  background:var(--cable);
}

.quaycrane .arm{
  position:absolute;
  top:0;
  left:1px;
  width:15px;
  height:3px;
  background:var(--ochre);
  border-radius:1px;
}

.quaycrane .arm:after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:3px;
  height:3px;
  background:var(--ochre);
}

.quaycrane .fall{
  position:absolute;
  top:3px;
  left:11px;
  width:1px;
  height:5px;
  background:var(--ochre-deep);
}

.shipline{
  font-size:0;
  display:flex;
  gap:4px;
  align-items:flex-end;
  padding-bottom:1px;
}

.cargoline{
  width:6px;
  height:10px;
  background:var(--ochre);
  display:inline-block;
  border-radius:1px;
}

.shipline i{float:left;}
.cargoline.g{background:var(--green);}
.cargoline.red{background:var(--quayred);}
.cargoline.slate{background:var(--cable);}

.boardticker{
  color:#C9C2B4;
  font-family:'Courier New',monospace;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.stampchitbar{
  background:var(--card);
  border-bottom:1px solid #4f5c66;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 26px;
  box-shadow:0 2px 8px #B8B0A0;
}

.brandblock{
  display:flex;
  align-items:center;
  gap:14px;
}

.stampglyph{
  width:54px;
  height:54px;
  border-radius:50%;
  border:3px solid var(--ochre);
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  position:relative;
  flex:0 0 auto;
}

.stampglyph:after{
  content:"";
  position:absolute;
  inset:5px;
  border:2px solid var(--ochre-deep);
  border-radius:50%;
}

.stampglyph span{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:800;
  font-size:27px;
  color:var(--ochre-deep);
  line-height:1;
}

.brandtext h1{
  font-size:23px;
  letter-spacing:.08em;
  color:var(--ink);
  margin:0;
  line-height:1.1;
}

.brandtext p{
  font-family:'Courier New',monospace;
  font-size:12px;
  color:var(--green-deep);
  letter-spacing:.28em;
  text-transform:uppercase;
  margin:3px 0 0;
}

.stubnav{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.stublink{
  position:relative;
  font-family:'Trebuchet MS',sans-serif;
  font-weight:700;
  font-size:15px;
  color:var(--ink);
  padding:10px 22px 10px 26px;
  background:var(--paper);
  border:1px solid var(--line);
  border-left:2px dashed #C6BFAa;
  transition:all .2s;
}

.stublink:hover{
  color:var(--white);
  background:var(--night-soft);
  border-color:var(--night-soft);
}

.stublink.chip{
  color:var(--white);
  background:var(--quayred);
  border-color:var(--quayred);
}

.stublink.chip:hover{
  background:var(--ink);
  border-color:var(--ink);
}

.navtoggle{
  display:none;
  background:var(--ink);
  color:var(--card);
  border:none;
  padding:10px 18px;
  font-family:'Courier New',monospace;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-size:13px;
  cursor:pointer;
}

/* ============ CONTAINER-STACK HERO ============ */
.containerstack{
  background:var(--paper);
  width:100%;
  padding:70px 0 0;
  position:relative;
}

.heroeyebrow{
  text-align:center;
}

.heroeyebrow h2{
  font-family:'Courier New',monospace;
  font-size:15px;
  color:var(--green-deep);
  letter-spacing:.45em;
  text-transform:uppercase;
  margin:0 0 14px;
}

.containerstack .wrap{
  max-width:1080px;
  margin:0 auto;
  padding:0 24px;
}

.herohead{
  text-align:center;
}

.herohead h1{
  font-size:56px;
  line-height:1.08;
  max-width:960px;
  margin:0 auto 22px;
  color:var(--ink);
}

.herohead h1 .rule{
  display:inline-block;
  border-bottom:5px solid var(--ochre);
  padding-bottom:6px;
}

.lead{
  font-size:19px;
  color:var(--ink);
  max-width:820px;
  margin:0 auto 44px;
}

.quayband{
  width:100%;
  height:150px;
  position:relative;
  margin-top:46px;
  overflow:hidden;
}

.bbay{
  position:absolute;
  left:6%;
  top:24px;
  display:flex;
  align-items:flex-end;
}

.quaybox{
  width:52px;
  height:22px;
  border:1px solid var(--night);
}

.quaybox.b1{
  background:var(--green);
  border-color:var(--green-deep);
}
.quaybox.b2{
  background:var(--ochre);
  border-color:var(--ochre-deep);
  margin-left:3px;
}
.quaybox.b3{
  background:var(--cable);
  border-color:var(--ink);
  margin-left:3px;
}

.quaybox{
  display:flex;
  align-items:center;
  justify-content:center;
}

.quaybox:before{
  content:"";
  width:14px;
  height:14px;
  border-radius:50%;
  background:#45525C;
}

.quaybox:nth-child(2):before{
  content:"";
  width:22px;
  height:2px;
  background:var(--ink);
}

.quaycranewide{
  position:absolute;
  left:50%;
  top:10px;
  transform:translateX(-50%);
  width:120px;
  height:120px;
}

.qcrail{
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:40px;
  border-bottom:2px solid var(--cable);
}

.qcboom{
  position:absolute;
  top:0;
  left:12px;
  height:10px;
  right:0;
  background:var(--ochre);
  clip-path:polygon(0 0,100% 0,85% 100%,18% 100%);
}

.qcboom:after{
  content:"";
  position:absolute;
  right:0;
  top:-14px;
  width:0;
  height:0;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-bottom:14px solid var(--ochre);
}

.qcfall{
  position:absolute;
  left:calc(12px + 62%);
  top:34px;
  width:3px;
  height:56px;
  background:var(--ink);
}

.qcspreader{
  position:absolute;
  left:calc(12px + 57%);
  top:90px;
  width:26px;
  height:6px;
  background:var(--night);
  border-radius:2px;
}

.qcbase{
  position:absolute;
  bottom:14px;
  left:38px;
  width:2px;
  height:40px;
  background:var(--cable);
  top:60px;
}

.qcbase:after{
  content:"";
  position:absolute;
  bottom:-6px;
  left:-12px;
  width:26px;
  background:var(--cable);
  height:6px;
}

.qcbase.b2{
  left:auto;
  right:38px;
}

.deskcorner{
  position:absolute;
  right:7%;
  top:40px;
  text-align:center;
}

.blfolder{
  width:120px;
  background:var(--ochre);
  display:inline-block;
  transform:rotate(4deg);
  border-top:4px solid var(--ochre-deep);
  box-shadow:3px 4px 0 var(--night-soft);
  padding:10px;
}

.blfolder .bltabs{
  height:16px;
  display:flex;
  justify-content:flex-end;
  gap:4px;
}

.blfolder .bltabs i{
  width:22px;
  border-top:3px solid var(--cable);
  height:16px;
  background:var(--paper);
  display:block;
}

.blfolder .bltitle{
  font-family:'Courier New',monospace;
  font-size:9px;
  color:var(--card);
  letter-spacing:.12em;
}

.blstamp{
  display:inline-block;
  margin-top:8px;
  border:2px solid var(--quayred);
  color:var(--quayred);
  font-family:'Courier New',monospace;
  font-weight:800;
  font-size:10px;
  letter-spacing:.18em;
  padding:2px 7px;
  background:var(--paper);
  transform:rotate(-7deg);
}

.desklabel{
  display:block;
  margin-top:18px;
  font-family:'Courier New',monospace;
  font-size:11px;
  color:var(--green-deep);
  letter-spacing:.2em;
}

.kickstrip{
  background:var(--night);
  margin-top:10px;
  width:100%;
}

.kickstrip .wrap{
  display:flex;
  justify-content:space-between;
  gap:18px;
  max-width:1080px;
}

.statcel{
  padding:24px 10px;
}

.statnum{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:800;
  font-size:34px;
  color:var(--white);
  position:relative;
}

.statnum:after{
  content:"";
  display:block;
  margin:8px auto 0;
  width:40px;
  height:3px;
  background:var(--ochre);
}

.statlab{
  font-family:'Courier New',monospace;
  font-size:12px;
  letter-spacing:.16em;
  color:#C9C2B4;
  text-transform:uppercase;
  margin-top:8px;
}

/* ============ SECTION SCAFFOLD ============ */
.sectionhead{
  max-width:1080px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}

.sectionhead .kicker{
  font-family:'Courier New',monospace;
  font-size:13px;
  letter-spacing:.42em;
  text-transform:uppercase;
  color:var(--ochre-deep);
  margin-bottom:12px;
}

.sectionhead h2{
  font-size:38px;
  color:var(--ink);
  margin-bottom:14px;
}

.sectionhead p{
  color:var(--ink);
  max-width:760px;
  margin:0 auto;
}

.secctx{
  max-width:820px;
  margin:0 auto;
  padding:0 24px;
  text-align:center;
}

.secctx .kicker{
  font-family:'Courier New',monospace;
  font-size:13px;
  letter-spacing:.42em;
  text-transform:uppercase;
  color:var(--ochre-deep);
}

.secctx h2{
  font-size:36px;
  color:var(--ink);
  margin:10px 0 16px;
}

.secintro{
  color:var(--ink);
  font-size:16px;
  max-width:720px;
  margin:0 auto;
}

/* ============ ABOUT THE DESK ============ */
.aboutdesk{
  width:100%;
  background:var(--paper);
  padding:78px 0;
}

.adwrap{
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
  display:grid;
  grid-template-columns:230px 1fr;
  gap:44px;
  align-items:start;
}

.admark{
  background:var(--night);
  padding:26px 22px;
  position:sticky;
  top:160px;
  border-top:5px solid var(--ochre);
}

.adacc{
  font-family:'Trebuchet MS',sans-serif;
  font-size:15px;
  font-weight:800;
  letter-spacing:.16em;
  color:var(--ochre);
  border-top:2px solid var(--green);
  border-bottom:2px solid var(--green);
  padding:12px 0;
}

.adacc span{
  display:block;
  margin-top:7px;
  color:var(--white);
  letter-spacing:.2em;
  font-size:13px;
}

.adline{
  margin-top:20px;
  font-family:'Courier New',monospace;
  font-size:11px;
  letter-spacing:.2em;
  color:#C9C2B4;
  text-transform:uppercase;
}

.adbody .kicker{
  font-family:'Courier New',monospace;
  font-size:13px;
  letter-spacing:.42em;
  text-transform:uppercase;
  color:var(--green-deep);
  margin-bottom:12px;
}

.adbody h2{
  font-size:38px;
  color:var(--ink);
  margin-bottom:20px;
}

.adbody p{
  color:var(--ink);
  font-size:17px;
  margin-bottom:20px;
}

/* ============ B/L LEDGER ROWS ============ */
.bolrows{
  width:100%;
  padding:72px 0 66px;
  background:var(--paper);
}

.bolwrap{
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
}

.bolrow{
  background:var(--card);
  border:1px solid var(--line);
  display:grid;
  grid-template-columns:172px 1fr auto;
  gap:26px;
  align-items:center;
  padding:26px 30px 26px 38px;
  margin-bottom:20px;
  position:relative;
  box-shadow:0 3px 10px #C4BDAD;
}

.bolrow:nth-child(even){
  margin-left:44px;
  padding-left:44px;
}

.bolrow:nth-child(even):before{
  content:"APPROVED";
  position:absolute;
  left:-4px;
  top:8px;
  border:2px solid var(--quayred);
  color:var(--quayred);
  font-family:'Courier New',monospace;
  font-size:9px;
  letter-spacing:.14em;
  transform:rotate(-15deg);
  background:var(--card);
  padding:1px 4px;
  z-index:2;
}

.codeplate{
  font-family:'Courier New',monospace;
  font-weight:800;
  font-size:19px;
  color:var(--night);
  letter-spacing:.06em;
  border-right:2px dashed #C6BFAa;
  padding-right:26px;
}

.chiprow{
  display:flex;
  gap:8px;
  margin-top:5px;
}

.modechip{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:800;
  font-size:11px;
  letter-spacing:.16em;
  padding:4px 7px;
  border-radius:2px;
  color:var(--white);
  background:var(--green-deep);
}

.boltext p{
  color:var(--ink);
  font-size:16px;
}

.boltext p + p{
  margin-top:10px;
}

.bolgo{
  align-self:center;
}

.detailslink{
  display:inline-block;
  font-family:'Trebuchet MS',sans-serif;
  font-weight:700;
  font-size:14px;
  color:var(--ochre-deep);
  border:2px solid var(--ochre);
  border-radius:3px;
  padding:9px 20px;
  letter-spacing:.05em;
  white-space:nowrap;
  transition:all .2s;
}

.detailslink:hover{
  background:var(--ochre);
  color:var(--white);
}

.bandpledge{
  background:var(--green);
  width:100%;
}

.bandpledge .wrap{
  max-width:1120px;
  margin:0 auto;
  padding:52px 40px;
  display:flex;
  align-items:center;
  gap:60px;
}

.bigcounter{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:900;
  font-size:90px;
  line-height:1;
  color:var(--white);
  flex:0 0 auto;
  border-right:4px solid var(--ochre);
  padding-right:54px;
}

.bigcounter small{
  display:block;
  font-size:22px;
  font-weight:700;
  letter-spacing:.14em;
  margin-top:6px;
}

.bandpledge p{
  color:var(--white);
  font-size:19px;
  line-height:1.75;
}

/* ============ ROUTE STRING FLOW ============ */
.routestring{
  padding:70px 0 74px;
  background:var(--paper);
}

.routeboard{
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
}

.routeline{
  position:relative;
  height:10px;
  background:var(--ink);
  border-radius:4px;
  margin:46px 46px 0;
}

.routeline:after{
  content:"";
  position:absolute;
  top:2px;
  left:0;
  right:0;
  height:2px;
  background:#D5CFC3;
}

.stoplay{
  display:flex;
  justify-content:space-between;
  margin:0 46px;
  position:relative;
  top:-54px;
}

.stopplate{
  text-align:center;
  width:120px;
}

.stopnum{
  font-family:'Courier New',monospace;
  font-weight:900;
  font-size:21px;
  color:var(--white);
  width:56px;
  height:56px;
  margin:0 auto;
  background:var(--night);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  z-index:2;
  border:3px solid var(--ochre);
}

.stopplate h3{
  font-family:'Trebuchet MS',sans-serif;
  font-size:15px;
  letter-spacing:.08em;
  margin-top:14px;
  color:var(--ink);
}

.stopplate p{
  color:var(--ink);
  font-size:14px;
  line-height:1.55;
  margin-top:8px;
}

.returnlane{
  text-align:center;
  font-family:'Courier New',monospace;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--green-deep);
  margin-top:-4px;
  border-top:2px dashed var(--cable);
  padding-top:18px;
  max-width:740px;
  margin-left:auto;
  margin-right:auto;
}

/* ============ SAILING NOTE BAND ============ */
.sailingband{
  background:var(--night);
  width:100%;
  padding:44px 0;
}

.sailingband .wrap{
  max-width:1120px;
  margin:0 auto;
  padding:0 30px;
  display:flex;
  align-items:center;
  gap:38px;
  justify-content:space-between;
}

.sailtxt{
  display:flex;
  align-items:center;
  gap:26px;
}

.openstamp{
  flex:0 0 auto;
  border:3px solid var(--quayred);
  color:var(--quayred);
  font-family:'Courier New',monospace;
  font-weight:800;
  font-size:13px;
  letter-spacing:.18em;
  text-align:center;
  padding:12px 14px;
  background:transparent;
  border-radius:50%;
  width:122px;
  height:122px;
  line-height:1.3;
  transform:rotate(-8deg);
  display:flex;
  align-items:center;
  justify-content:center;
}

.sailtxt h2{
  color:var(--white);
  font-size:22px;
  margin-bottom:8px;
}

.sailtxt p{
  color:#D8D2C6;
  font-size:15px;
  line-height:1.6;
}

.sailbtn{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:800;
  letter-spacing:.08em;
  color:var(--night);
  background:var(--ochre);
  padding:15px 30px;
  border-radius:3px;
  font-size:15px;
  white-space:nowrap;
  transition:all .2s;
}

.sailbtn:hover{
  background:var(--white);
  color:var(--night);
}

/* ============ MANIFEST-CLIP FOOTER ============ */
.manifestclip{
  background:var(--night);
  width:100%;
  margin-top:0;
}

.cliprail{
  position:relative;
  border-bottom:2px solid var(--ochre);
  padding:14px 30px;
  display:flex;
  justify-content:center;
  gap:34px;
  background:transparent;
}

.clipgrip{
  width:34px;
  height:30px;
  background:var(--ochre);
  border-radius:4px 4px 0 0;
  position:relative;
  box-shadow:0 2px 0 var(--ochre-deep);
}

.clipgrip:before,
.clipgrip:after{
  content:"";
  position:absolute;
  bottom:2px;
  width:3px;
  height:22px;
  background:var(--cable);
}

.clipgrip:before{left:5px;}
.clipgrip:after{right:5px;}

.footcols{
  max-width:1120px;
  margin:0 auto;
  padding:40px 24px 20px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  position:relative;
  z-index:1;
}

.footcols h4{
  font-family:'Trebuchet MS',sans-serif;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.24em;
  color:var(--ochre);
  border-bottom:1px solid #4f5c66;
  padding-bottom:12px;
  margin-bottom:18px;
}

.footcols ul{list-style:none;}

.footcols li{margin-bottom:12px;}

.footcols a{
  color:#C9C2B4;
  font-size:15px;
}

.footcols a:hover{
  color:var(--white);
}

.baseplate{
  background:var(--ochre);
  width:100%;
  padding:20px 0;
  position:relative;
  z-index:1;
}

.baseplate .wrap{
  max-width:1120px;
  margin:0 auto;
  padding:0 24px;
  color:var(--night);
  font-size:14px;
}

.baseplate .comp{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:800;
  letter-spacing:.06em;
  color:var(--night);
  margin-bottom:6px;
}

.copyright{
  background:var(--night);
  color:var(--card);
  font-family:'Courier New',monospace;
  font-size:12px;
  text-align:center;
  padding:16px 24px;
  letter-spacing:.1em;
  position:relative;
  z-index:1;
}

/* ============ REVEAL ============ */
.reveal{
  opacity:1;
  transform:none;
}

html.reveal-on .reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease,transform .7s ease;
}

html.reveal-on .reveal.revealed{
  opacity:1;
  transform:none;
}

/* ============ SERVICES PAGE ============ */
.pagehead{
  background:var(--paper);
  padding:46px 0 40px;
  border-bottom:1px solid var(--line);
}

.pagehead .inner{
  max-width:1080px;
  margin:0 auto;
  padding:0 24px;
}

.pagehead .crumb{
  font-family:'Courier New',monospace;
  font-size:12px;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:var(--ochre-deep);
  margin-bottom:10px;
}

.pagehead h1{
  font-size:42px;
  color:var(--ink);
}

.pagehead p{
  color:var(--ink);
  font-size:17px;
  margin-top:12px;
  max-width:820px;
}

.svsect{
  padding:72px 0;
}

.svsect .inner{
  max-width:1080px;
  margin:0 auto;
  padding:0 24px;
}

.svband{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}

.svplate{
  background:var(--card);
  border:1px solid var(--line);
  padding:30px 32px;
  position:relative;
  box-shadow:0 3px 10px #C4BDAD;
}

.svplate:nth-child(even){
  background:var(--white);
}

.svren{
  font-family:'Courier New',monospace;
  color:var(--quayred);
  font-size:11px;
  letter-spacing:.24em;
  display:block;
  margin-bottom:16px;
}

.svren:before{
  display:inline-block;
  content:"\2713";
  border:1px solid var(--quayred);
  width:18px;height:18px;
  border-radius:50%;
  text-align:center;
  line-height:15px;
  margin-right:8px;
  font-size:11px;
}

.svplate h2{
  font-size:22px;
  margin-bottom:14px;
  color:var(--ink);
}

.svplate p{
  color:var(--ink);
  font-size:16px;
}

.svplate p + p{
  margin-top:12px;
}

.procflow{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:18px;
}

.contship{
  background:var(--night);
  color:var(--white);
  padding:26px 22px;
  position:relative;
}

.contship:before{
  content:"";
  position:absolute;
  top:0;left:0;right:0;
  height:5px;
  background:var(--ochre);
}

.stepcode{
  font-family:'Courier New',monospace;
  color:var(--ochre);
  font-size:21px;
  font-weight:800;
  letter-spacing:.1em;
}

.steph3{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:700;
  font-size:15px;
  color:var(--white);
  margin:10px 0 8px;
}

.stepbody{
  color:#D8D2C6;
  font-size:13px;
}

.ctaload{
  background:var(--green);
  padding:54px 0;
}

.ctaload .inner{
  max-width:1080px;
  margin:0 auto;
  padding:0 24px;
}

.sailline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  flex-wrap:wrap;
}

.sailline h2{
  color:var(--white);
  font-size:30px;
  margin-bottom:10px;
}

.sailline p{
  color:#D8D2C6;
  font-size:16px;
}

.blankcta{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:800;
  letter-spacing:.1em;
  background:var(--white);
  color:var(--night);
  padding:16px 34px;
  border-radius:3px;
  white-space:nowrap;
}

/* ============ CONTACT ============ */
.ctwrap{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:36px;
  max-width:1080px;
  margin:0 auto;
  padding:60px 24px;
}

.ctinfo > h2{
  font-size:30px;
  margin-bottom:22px;
  color:var(--ink);
}

.infocard{
  background:var(--card);
  border:1px solid var(--line);
  padding:22px 24px;
  margin-bottom:16px;
}

.infocard h3{
  font-family:'Courier New',monospace;
  font-size:13px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:var(--ochre-deep);
  margin-bottom:8px;
}

.infocard p,.infocard a{
  color:var(--ink);
  font-size:16px;
}

.ctform{
  background:var(--card);
  border:1px solid var(--line);
  padding:30px 32px;
  box-shadow:0 3px 10px #C4BDAD;
}

.ctform h2{
  font-size:24px;
  margin-bottom:20px;
  color:var(--ink);
}

.field{
  margin-bottom:18px;
}

.field label{
  display:block;
  font-family:'Trebuchet MS',sans-serif;
  font-weight:700;
  font-size:13px;
  letter-spacing:.08em;
  margin-bottom:7px;
  color:var(--ink);
}

.field input,
.field textarea,
.field select{
  width:100%;
  border:1px solid #C7BFAD;
  background:var(--paper);
  color:var(--ink);
  font-family:Georgia,serif;
  font-size:16px;
  padding:11px 13px;
}

.field input:focus,
.field textarea:focus,
.field select:focus{
  outline:2px solid #C08A2E;
  outline-offset:-1px;
  border-color:var(--ochre);
}

.field textarea{
  min-height:130px;
  resize:vertical;
}

.submitbtn{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:800;
  letter-spacing:.12em;
  border:none;
  cursor:pointer;
  background:var(--ochre);
  color:var(--night);
  font-size:15px;
  padding:15px 34px;
  border-radius:3px;
  text-transform:uppercase;
}

.submitbtn:hover{
  background:var(--green-deep);
  color:var(--white);
}

.formnote{
  font-size:12px;
  color:var(--cable);
  margin-top:14px;
  font-family:'Courier New',monospace;
}

/* ============ FAQ (contact) ============ */
.faqblock{
  max-width:900px;
  margin:0 auto;
  padding:20px 24px 80px;
}

.faqblock h2{
  text-align:center;
  font-size:32px;
  margin-bottom:30px;
  color:var(--ink);
}

.faqitem{
  border:1px solid var(--line);
  background:var(--card);
  margin-bottom:12px;
  box-shadow:0 2px 6px #C9C2B4;
}

.faqq{
  font-family:'Trebuchet MS',sans-serif;
  font-weight:700;
  font-size:17px;
  color:var(--ink);
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:17px 24px;
}

.faqq::-webkit-details-marker{
  display:none;
}

.faqq:after{
  content:"+";
  font-size:24px;
  color:var(--ochre);
  flex:0 0 auto;
}

.faqitem[open] .faqq:after{
  content:"-";
}

.faqa{
  padding:0 24px 18px;
  color:var(--ink);
  font-size:16px;
}

/* ============ RESPONSIVE ============ */
.responsive-note{display:none;}

@media (max-width:900px){
  .stampchitbar{
    flex-wrap:wrap;
    gap:12px;
  }

  .navtoggle{
    display:block;
  }

  .stubnav{
    width:100%;
    display:none;
    flex-direction:column;
    gap:8px;
    align-items:stretch;
  }

  .stubnav.open{
    display:flex;
  }

  .stublink{
    text-align:center;
  }

  .herohead h1{
    font-size:38px;
  }

  .quaycranewide{
    right:10px;
    left:auto;
    transform:none;
  }

  .bolrow,
  .bolrow:nth-child(even){
    margin-left:0;
    grid-template-columns:1fr;
    padding:22px 24px;
  }

  .codeplate{
    border-right:none;
    border-bottom:2px dashed #C6BFAa;
    padding-bottom:14px;
  }

  .bandpledge .wrap{
    flex-direction:column;
    gap:24px;
  }

  .bigcounter{
    border-right:none;
    border-bottom:4px solid var(--ochre);
    padding-right:0;
    padding-bottom:18px;
  }

  .stoplay{
    flex-direction:column;
    gap:34px;
    top:-80px;
    align-items:center;
  }

  .sailingband .wrap{
    flex-direction:column;
    align-items:flex-start;
    gap:22px;
  }

  .footcols{
    grid-template-columns:1fr;
  }

  .svband{
    grid-template-columns:1fr;
  }

  .ctwrap{
    grid-template-columns:1fr;
  }
}

@media (max-width:560px){
  .brandtext h1{
    font-size:18px;
  }

  .heroeyebrow h2{
    letter-spacing:.24em;
  }

  .statnum{
    font-size:26px;
  }

  .boardticker{
    display:none;
  }
}
