/* SHINE HARVEST CORPORATION LIMITED - pier night theme */

:root {
  --pier-night: #20262A;
  --gull-white: #EDEFE9;
  --hull-ochre: #C08A3A;
  --harbor-deep: #151A1E;
  --pier-steel: #2C343A;
  --plank-brown: #6E5B45;
  --foam-crest: #9FB4B5;
  --cargo-rust: #A05A38;
  --cargo-teal: #3E7E7A;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Verdana, Geneva, sans-serif;
  line-height: 1.25;
  letter-spacing: 0.01em;
  margin: 0 0 14px 0;
}

p {
  margin: 0 0 16px 0;
}

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

a:hover {
  color: #EDEFE9;
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-shown {
  opacity: 1;
  transform: translateY(0);
}

noscript .reveal,
.no-js .reveal {
  opacity: 1;
  transform: none;
}

/* ---------------- BOLLARD MOORING HEAD ---------------- */

.bollardhead {
  background-color: #2C343A;
  border-bottom: 6px solid #151A1E;
}

.bollardhead-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.brandplate {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #151A1E;
  border: 1px solid #6E5B45;
  border-radius: 3px;
  padding: 10px 16px;
  margin-bottom: 12px;
}

.brandplate:hover {
  text-decoration: none;
  border-color: #C08A3A;
}

.brandhook {
  width: 16px;
  height: 16px;
  border: 3px solid #C08A3A;
  border-radius: 50%;
  display: inline-block;
}

.brandtext {
  color: #EDEFE9;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.bollardnav {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.bollard {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 6px 8px 0 8px;
  border-radius: 4px 4px 0 0;
}

.bollard:hover {
  text-decoration: none;
  background-color: #20262A;
}

.bollardpost {
  position: relative;
  display: block;
  width: 20px;
  background-color: #EDEFE9;
  border-radius: 3px 3px 0 0;
  border-bottom: 5px solid #151A1E;
}

.bollard-tall .bollardpost {
  height: 34px;
}

.bollard-short .bollardpost {
  height: 24px;
}

.bollardrope {
  position: absolute;
  top: 6px;
  left: -5px;
  width: 30px;
  height: 14px;
  border: 3px solid #6E5B45;
  border-radius: 50%;
}

.bollardtag {
  display: block;
  margin-top: 5px;
  background-color: #C08A3A;
  color: #151A1E;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 1px 6px;
  border-radius: 2px;
}

.bollardlabel {
  display: block;
  margin: 4px 0 8px 0;
  color: #EDEFE9;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
}

/* ---------------- DOCK SIDE SCENE ---------------- */

.docksidedock {
  background-color: #20262A;
  padding: 0 0 30px 0;
}

.dockside-stage {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 470px;
  padding: 40px 24px 120px 24px;
  overflow: hidden;
}

.shedwall {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 58%;
  max-width: 640px;
  background-color: #151A1E;
  border: 8px solid #2C343A;
  border-radius: 3px;
  padding: 26px 30px;
  box-shadow: 0 10px 26px #151A1E;
}

.signboard {
  background-color: #2C343A;
  border: 3px solid #6E5B45;
  padding: 18px 20px;
  border-radius: 2px;
}

.signline {
  margin: 0;
  color: #EDEFE9;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.signaccent {
  color: #C08A3A;
}

.bargeship {
  position: absolute;
  left: 24px;
  bottom: 118px;
  width: 330px;
  height: 200px;
  z-index: 3;
}

.bargehull {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 330px;
  height: 74px;
  background-color: #C08A3A;
  border-radius: 0 0 34px 6px;
}

.ribstrake {
  position: absolute;
  left: 0;
  top: 44px;
  width: 330px;
  height: 10px;
  background-color: #6E5B45;
}

.bargehold {
  position: absolute;
  left: 62px;
  bottom: 74px;
  width: 190px;
  height: 30px;
  background-color: #151A1E;
  border-right: 6px solid #6E5B45;
  border-left: 6px solid #6E5B45;
}

.wheelhouse {
  position: absolute;
  left: 8px;
  bottom: 74px;
  width: 46px;
  height: 52px;
  background-color: #2C343A;
  border-radius: 4px 4px 0 0;
}

.wheelwindow {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 20px;
  height: 16px;
  background-color: #C08A3A;
  border-radius: 2px;
}

.boomarm {
  position: absolute;
  left: 150px;
  bottom: 104px;
  width: 160px;
  height: 12px;
  background-color: #9FB4B5;
  border-radius: 3px;
  transform: rotate(20deg);
  transform-origin: left center;
}

.boomknuckle {
  position: absolute;
  right: -4px;
  top: -8px;
  width: 22px;
  height: 22px;
  background-color: #6E5B45;
  border-radius: 50%;
}

.grabline {
  position: absolute;
  left: 292px;
  bottom: 60px;
  width: 3px;
  height: 84px;
  background-color: #9FB4B5;
}

.grabclaw {
  position: absolute;
  left: 276px;
  bottom: 38px;
  width: 34px;
  height: 26px;
  background-color: #6E5B45;
  border-radius: 0 0 16px 16px;
  border-top: 4px solid #2C343A;
}

.shorehopper {
  position: absolute;
  left: 400px;
  bottom: 118px;
  width: 96px;
  height: 118px;
  z-index: 3;
}

.hopperfunnel {
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 56px;
  background-color: #2C343A;
  border: 4px solid #6E5B45;
  border-radius: 3px 3px 12px 12px;
}

.hopperleg {
  position: absolute;
  bottom: 0;
  width: 9px;
  height: 62px;
  background-color: #6E5B45;
}

.hopperleg-l {
  left: 14px;
}

.hopperleg-r {
  right: 14px;
}

.conveyorbelt {
  position: absolute;
  left: 492px;
  bottom: 176px;
  width: 230px;
  height: 26px;
  background-color: #2C343A;
  border-top: 5px solid #9FB4B5;
  border-bottom: 5px solid #9FB4B5;
  transform: rotate(-14deg);
  transform-origin: left center;
  z-index: 2;
}

.conveyorribs {
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 4px;
  background-color: #6E5B45;
}

.palletstack {
  position: absolute;
  right: 60px;
  bottom: 130px;
  width: 170px;
  height: 150px;
  z-index: 3;
}

.pallet {
  position: absolute;
  left: 0;
  width: 150px;
  height: 40px;
  background-color: #6E5B45;
  border: 2px solid #2C343A;
  border-radius: 3px;
}

.pallet-a {
  bottom: 0;
}

.pallet-b {
  bottom: 46px;
  left: 10px;
}

.pallet-c {
  bottom: 92px;
  left: 4px;
}

.palletband {
  position: absolute;
  width: 12px;
  height: 138px;
  top: 0;
}

.band-rust {
  left: 34px;
  background-color: #A05A38;
}

.band-teal {
  left: 96px;
  background-color: #3E7E7A;
}

.officenook {
  position: absolute;
  right: 24px;
  bottom: 128px;
  width: 40%;
  max-width: 400px;
  background-color: #151A1E;
  border: 4px solid #2C343A;
  border-radius: 3px;
  padding: 16px 18px;
  z-index: 4;
}

.officenook p {
  font-size: 14px;
  color: #EDEFE9;
  margin: 0 0 14px 0;
}

.cargohook {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background-color: #C08A3A;
  color: #151A1E;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 9px 16px;
  border-radius: 26px;
  margin-right: 12px;
}

.cargohook:hover {
  background-color: #EDEFE9;
  color: #151A1E;
  text-decoration: none;
}

.hookdisc {
  width: 14px;
  height: 14px;
  border: 3px solid #151A1E;
  border-radius: 50%;
  display: inline-block;
}

.cargohook-large {
  font-size: 17px;
  padding: 13px 24px;
}

.textlink {
  color: #9FB4B5;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  border-bottom: 1px solid #9FB4B5;
}

.textlink:hover {
  color: #EDEFE9;
  border-color: #EDEFE9;
  text-decoration: none;
}

.pierdeck {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 108px;
  background-color: #6E5B45;
  border-top: 8px solid #2C343A;
}

.moorline {
  position: absolute;
  top: 20px;
  width: 300px;
  height: 4px;
  background-color: #9FB4B5;
  border-radius: 3px;
}

.moorline-a {
  left: 160px;
  transform: rotate(6deg);
}

.moorline-b {
  left: 360px;
  transform: rotate(-5deg);
}

/* ---------------- PIER INTRO ---------------- */

.pierintro {
  background-color: #2C343A;
  padding: 60px 24px;
}

.pierintro-inner {
  max-width: 900px;
  margin: 0 auto;
}

.kicker {
  color: #C08A3A;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}

.pierintro h1 {
  font-size: 40px;
  color: #EDEFE9;
  margin-bottom: 22px;
}

.pierintro p {
  font-size: 17px;
  color: #EDEFE9;
}

/* ---------------- CARGO LEDGER RACK ---------------- */

.manifestrack {
  position: relative;
  background-color: #20262A;
  padding: 70px 24px 90px 24px;
}

.rackhead {
  max-width: 820px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.rackhead h2 {
  font-size: 34px;
  color: #EDEFE9;
}

.rackhead p {
  color: #9FB4B5;
  font-size: 16px;
}

.railrail {
  position: absolute;
  left: 4%;
  right: 4%;
  height: 10px;
  background-color: #2C343A;
  border-radius: 5px;
}

.rail-upper {
  top: 210px;
}

.rackgrid {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.cargoboard {
  position: relative;
  background-color: #151A1E;
  border: 6px solid #6E5B45;
  border-radius: 3px;
  padding: 22px 20px 0 20px;
  box-shadow: 0 8px 18px #151A1E;
}

.cargoboard h3 {
  color: #EDEFE9;
  font-size: 19px;
  margin-bottom: 12px;
}

.cargoboard p {
  color: #EDEFE9;
  font-size: 14.5px;
  background-color: #2C343A;
  padding: 14px;
  border-radius: 3px;
  border-left: 4px solid #6E5B45;
}

.manifeststrip {
  display: block;
  margin: 16px -20px 0 -20px;
  padding: 10px 20px;
  background-color: #2C343A;
  border-top: 3px solid #6E5B45;
  color: #9FB4B5;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12.5px;
  letter-spacing: 0.06em;
}

.manifeststrip a {
  color: #C08A3A;
}

.board-stamp {
  border-color: #C08A3A;
}

.sealdot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
}

.sealdot-rust {
  background-color: #A05A38;
}

.sealdot-teal {
  background-color: #3E7E7A;
}

.board-tilt-a {
  transform: rotate(-1.1deg);
}

.board-tilt-b {
  transform: rotate(0.8deg);
}

.board-tilt-c {
  transform: rotate(-0.6deg);
}

.board-tilt-d {
  transform: rotate(1deg);
}

.board-tilt-e {
  transform: rotate(-0.9deg);
}

.board-tilt-f {
  transform: rotate(0.5deg);
}

/* ---------------- PIER BODY ---------------- */

.pierbody {
  background-color: #151A1E;
  padding: 66px 24px;
}

.pierbody-inner {
  max-width: 900px;
  margin: 0 auto;
}

.pierbody h2 {
  font-size: 32px;
  color: #C08A3A;
  margin-bottom: 22px;
}

.pierbody p {
  color: #EDEFE9;
  font-size: 16.5px;
}

.pierbody a {
  color: #C08A3A;
  border-bottom: 1px solid #C08A3A;
}

.pierbody a:hover {
  color: #EDEFE9;
  border-color: #EDEFE9;
  text-decoration: none;
}

/* ---------------- TIDE STRIP ---------------- */

.tidestrip {
  background-color: #151A1E;
  border-top: 6px solid #C08A3A;
  border-bottom: 6px solid #C08A3A;
  padding: 28px 24px;
}

.tidestrip-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.tidegauge {
  position: relative;
  width: 30px;
  height: 96px;
  flex: 0 0 30px;
}

.gaugepole {
  position: absolute;
  left: 11px;
  top: 0;
  width: 8px;
  height: 96px;
  background-color: #9FB4B5;
  border-radius: 4px;
}

.gaugelevel {
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #EDEFE9;
}

.gl1 { top: 12px; }
.gl2 { top: 30px; }
.gl3 { top: 48px; }
.gl4 { top: 66px; }
.gl5 { top: 84px; }

.gaugefloat {
  position: absolute;
  left: 1px;
  top: 42px;
  width: 28px;
  height: 12px;
  background-color: #C08A3A;
  border-radius: 6px;
}

.tideline {
  margin: 0;
  color: #EDEFE9;
  font-size: 18px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
}

/* ---------------- PROCESS BLOCK ---------------- */

.processblock {
  background-color: #20262A;
  padding: 70px 24px;
}

.processblock-inner {
  max-width: 940px;
  margin: 0 auto;
}

.processblock h2 {
  font-size: 32px;
  color: #EDEFE9;
  margin-bottom: 26px;
}

.processmoves {
  list-style: none;
  margin: 0;
  padding: 0;
}

.processmoves li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background-color: #2C343A;
  border-left: 6px solid #C08A3A;
  border-radius: 3px;
  padding: 18px 20px;
  margin-bottom: 16px;
}

.movenum {
  color: #C08A3A;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 46px;
}

.movenum-doc {
  display: none;
}

.movetext {
  color: #EDEFE9;
  font-size: 15.5px;
}

.movetext strong {
  color: #9FB4B5;
}

/* ---------------- CLOSING CTA ---------------- */

.closingcta {
  background-color: #2C343A;
  padding: 66px 24px;
}

.closingcta-inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.closingcta h2 {
  font-size: 30px;
  color: #EDEFE9;
}

.closingcta p {
  color: #EDEFE9;
  font-size: 16.5px;
  margin-bottom: 22px;
}

.closingcta .textlink {
  margin-left: 8px;
}

/* ---------------- HOLD GATE FOOTER ---------------- */

.holdgate {
  background-color: #151A1E;
  border-top: 10px solid #2C343A;
}

.holdgate-face {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 58px 24px 42px 24px;
}

.coaminglip {
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 14px;
  background-color: #6E5B45;
  border-radius: 0 0 4px 4px;
}

.doglock {
  position: absolute;
  top: 22px;
  width: 26px;
  height: 26px;
  border: 5px solid #C08A3A;
  border-radius: 50%;
}

.doglock-l {
  left: 40px;
}

.doglock-r {
  right: 40px;
}

.holdladder {
  position: absolute;
  left: 40px;
  top: 70px;
  width: 60px;
  height: 150px;
  border-left: 5px solid #9FB4B5;
  border-right: 5px solid #9FB4B5;
}

.rung {
  position: absolute;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #9FB4B5;
}

.r1 { top: 24px; }
.r2 { top: 56px; }
.r3 { top: 88px; }
.r4 { top: 120px; }

.gateplate {
  max-width: 560px;
  margin: 20px auto 26px auto;
  background-color: #2C343A;
  border: 3px solid #6E5B45;
  border-radius: 3px;
  padding: 24px 26px;
  text-align: center;
}

.gatebrand {
  color: #EDEFE9;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.gateblurb {
  color: #9FB4B5;
  font-size: 14px;
  margin: 0;
}

.gatechips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.gatechip {
  display: inline-block;
  background-color: #C08A3A;
  color: #151A1E;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 7px 14px;
  border-radius: 3px;
}

.gatechip:hover {
  background-color: #EDEFE9;
  color: #151A1E;
  text-decoration: none;
}

.plinthstrip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #6E5B45;
  border-top: 5px solid #2C343A;
  padding: 14px 24px;
  color: #151A1E;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 12.5px;
}

.plinthhook {
  width: 13px;
  height: 13px;
  border: 3px solid #151A1E;
  border-radius: 50%;
  display: inline-block;
}

.plinthyear {
  font-weight: bold;
}

.plinthsep {
  width: 5px;
  height: 5px;
  background-color: #151A1E;
  border-radius: 50%;
}

/* ---------------- CONTACT FORM ---------------- */

.contactform {
  background-color: #151A1E;
  border: 4px solid #2C343A;
  border-radius: 4px;
  padding: 26px 24px;
  margin: 10px 0 34px 0;
}

.formrow {
  margin: 0 0 16px 0;
}

.formrow label {
  display: block;
  color: #9FB4B5;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}

.formrow input,
.formrow textarea {
  width: 100%;
  background-color: #20262A;
  color: #EDEFE9;
  border: 2px solid #6E5B45;
  border-radius: 3px;
  padding: 11px 12px;
  font-size: 15px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.formrow input:focus,
.formrow textarea:focus {
  outline: none;
  border-color: #C08A3A;
}

.formrow textarea {
  resize: vertical;
}

.formrow button {
  border: none;
  cursor: pointer;
}

.formstatus {
  color: #9FB4B5;
  font-size: 14px;
  margin: 6px 0 0 0;
}

.contactlistitems {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.contactlistitems li {
  background-color: #2C343A;
  border-left: 5px solid #C08A3A;
  border-radius: 3px;
  padding: 12px 16px;
  margin-bottom: 10px;
  color: #EDEFE9;
  font-size: 15px;
}

.contactlistitems li strong {
  color: #9FB4B5;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 900px) {
  .rackgrid {
    grid-template-columns: 1fr 1fr;
  }
  .railrail {
    display: none;
  }
  .shedwall {
    width: 66%;
  }
  .officenook {
    width: 74%;
  }
}

@media (max-width: 720px) {
  .bollardhead-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .brandplate {
    justify-content: center;
    margin-bottom: 6px;
  }
  .bollardnav {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .bollard {
    flex-direction: row;
    justify-content: flex-start;
    gap: 12px;
    background-color: #20262A;
    border-radius: 4px;
    padding: 10px 14px;
  }
  .bollardpost {
    width: 16px;
    height: 20px !important;
    border-bottom-width: 4px;
  }
  .bollardrope {
    display: none;
  }
  .bollardtag {
    margin-top: 0;
  }
  .bollardlabel {
    margin: 0;
  }
  .dockside-stage {
    min-height: 760px;
  }
  .shedwall {
    position: relative;
    width: 100%;
    max-width: none;
    top: auto;
    right: auto;
    margin-bottom: 24px;
  }
  .signline {
    font-size: 23px;
  }
  .officenook {
    position: relative;
    width: 100%;
    max-width: none;
    right: auto;
    bottom: auto;
    margin-top: 24px;
  }
  .bargeship {
    left: 10px;
    transform: scale(0.72);
    transform-origin: left bottom;
  }
  .shorehopper {
    left: 220px;
    transform: scale(0.8);
    transform-origin: left bottom;
  }
  .conveyorbelt {
    left: 280px;
    transform: rotate(-16deg) scale(0.8);
  }
  .palletstack {
    right: 10px;
    transform: scale(0.8);
    transform-origin: right bottom;
  }
  .rackgrid {
    grid-template-columns: 1fr;
  }
  .pierintro h1 {
    font-size: 30px;
  }
  .tidestrip-inner {
    flex-direction: column;
    text-align: center;
  }
  .holdladder {
    display: none;
  }
  .doglock-l {
    left: 24px;
  }
  .doglock-r {
    right: 24px;
  }
}

@media (max-width: 480px) {
  .bollardhead-inner,
  .dockside-stage,
  .pierintro,
  .manifestrack,
  .pierbody,
  .processblock,
  .closingcta,
  .holdgate-face {
    padding-left: 16px;
    padding-right: 16px;
  }
  .signline {
    font-size: 20px;
  }
  .brandtext {
    font-size: 13px;
  }
}
