html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
  color: #F1F2EC;
  background-color: #101A22;
}

body, .sitewrap {
  overflow-x: hidden;
}

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

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

a:hover {
  color: #F1F2EC;
}

p, dl, dd {
  margin: 0 0 1rem;
}

h1, h2, h3, h4 {
  margin: 0 0 0.8rem;
  line-height: 1.2;
}

h1 { font-size: 2.6rem; }
h2 { font-size: 1.9rem; }
h3 { font-size: 1.2rem; }

.skip-anchor {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-anchor:focus {
  left: 8px;
  top: 8px;
  z-index: 999;
  background: #D9962E;
  color: #0A1218;
  padding: 8px 14px;
}

.reveal-start {
  opacity: 0;
  -webkit-transform: translateY(18px);
          transform: translateY(18px);
}

.no-js .reveal-start,
.reveal--visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
          transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

/* ============ HALYARD NAV ============ */
.halyardnav {
  background-color: #101A22;
  position: relative;
  padding-bottom: 74px;
}

.halyardnav__framed {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}

.halyardnav__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex-start;
          align-items: flex-start;
  padding-top: 20px;
}

.halyardnav__toggle {
  display: none;
  -webkit-box-ordinal-group: 3;
          order: 2;
  background: #17242E;
  border: 1px solid #B8903E;
  color: #D9962E;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  padding: 10px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.halyardnav__lamproom {
  position: relative;
  -webkit-box-ordinal-group: 1;
          order: 1;
}

.halyardnav__lampbox {
  position: relative;
  width: 150px;
  height: 124px;
  border: 3px solid #B8903E;
  border-radius: 6px;
  background-color: #17242E;
  -webkit-box-shadow: inset 0 0 0 4px #0A1218;
          box-shadow: inset 0 0 0 4px #0A1218;
}

.halyardnav__muntinA,
.halyardnav__muntinB {
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background-color: #B8903E;
}

.halyardnav__muntinA { left: 49px; }
.halyardnav__muntinB { right: 49px; }

.halyardnav__railA,
.halyardnav__railB {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background-color: #B8903E;
}

.halyardnav__railA { top: 16px; }
.halyardnav__railB { bottom: 16px; }

.halyardnav__core {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 24px;
  right: 24px;
  height: 30px;
  background-color: #D9962E;
  border-radius: 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-animation: lampGlimmer 4s ease-in-out infinite;
          animation: lampGlimmer 4s ease-in-out infinite;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: bold;
  letter-spacing: 0.14em;
  color: #0A1218;
  font-size: 0.82rem;
}

@-webkit-keyframes lampGlimmer {
  0%, 100% { background-color: #D9962E; }
  50% { background-color: #B8903E; }
}

@keyframes lampGlimmer {
  0%, 100% { background-color: #D9962E; }
  50% { background-color: #B8903E; }
}

.halyardnav__halyard {
  position: absolute;
  left: 8px;
  right: 8px;
  top: 150px;
  height: 2px;
  background-color: #B8903E;
}

.halyardnav__tackL,
.halyardnav__tackR {
  position: absolute;
  top: 140px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #17242E;
  border: 3px solid #B8903E;
}

.halyardnav__tackL { left: 4px; }
.halyardnav__tackR { right: 4px; }

.halyardnav__flagsrow {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 14px;
}

.halyardnav__flag {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 150px;
  text-align: center;
}

.halyardnav__flag:nth-of-type(2),
.halyardnav__flag:nth-of-type(4) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}

.halyardnav__pennant {
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 38px solid #B8903E;
}

.halyardnav__flag:nth-of-type(2) .halyardnav__pennant,
.halyardnav__flag:nth-of-type(4) .halyardnav__pennant {
  border-bottom-color: #D4684E;
}

.halyardnav__flaglink {
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: #F1F2EC;
  background-color: #0A1218;
  border: 1px solid #26343E;
  border-radius: 3px;
  padding: 5px 12px;
}

.halyardnav__flaglink:hover {
  background-color: #D9962E;
  border-color: #D9962E;
  color: #0A1218;
}

@media (max-width: 820px) {
  .halyardnav__flagsrow {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: stretch;
            align-items: stretch;
    padding: 10px 12px 0;
    gap: 8px;
  }

  .halyardnav__flagsrow--open {
    display: -webkit-box;
    display: flex;
  }

  .halyardnav__flag {
    max-width: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: justify;
            justify-content: space-between;
    background-color: #17242E;
    border: 1px solid #26343E;
    border-radius: 4px;
    padding: 8px 14px;
  }

  .halyardnav__flag:nth-of-type(2),
  .halyardnav__flag:nth-of-type(4) {
    -webkit-transform: none;
            transform: none;
  }

  .halyardnav__pennant {
    display: none;
  }

  .halyardnav__flaglink {
    margin-top: 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #F1F2EC;
    text-align: left;
  }

  .halyardnav__flaglink:hover {
    background-color: transparent;
    color: #D9962E;
  }

  .halyardnav__toggle {
    display: block;
  }

  .halyardnav__lamproom {
    -webkit-box-ordinal-group: 1;
            order: 1;
  }
}

/* ============ BUTTONS & SHARED ATOMS ============ */
.grouped-buttons {
  display: -webkit-box;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.brass-cta {
  display: inline-block;
  background-color: #17242E;
  border: 1px solid #B8903E;
  border-bottom: 4px solid #B8903E;
  color: #F1F2EC;
  font-family: Georgia, "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
  padding: 13px 22px;
  border-radius: 3px;
}

.brass-cta:hover {
  background-color: #D9962E;
  color: #0A1218;
  border-bottom-color: #B8903E;
}

.brass-cta--solid {
  background-color: #D9962E;
  color: #0A1218;
  border-color: #D9962E;
  border-bottom-color: #6C4A14;
}

.brass-cta--solid:hover {
  background-color: #B8903E;
  border-color: #B8903E;
  color: #0A1218;
}

/* ============ BEAM SWEEP HERO ============ */
.beamsweep {
  background-color: #101A22;
  padding: 40px 24px 70px;
  position: relative;
}

.beamsweep__layout {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 36px;
}

.beamsweep__copy {
  -webkit-box-flex: 0;
          flex: 0 1 55%;
}

.beamsweep__kicker {
  display: inline-block;
  background-color: #17242E;
  border: 1px solid #B8903E;
  color: #D9962E;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 6px 12px;
  border-radius: 3px;
  margin-bottom: 20px;
}

.beamsweep__headline {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1.1;
  color: #F1F2EC;
  margin-bottom: 18px;
}

.beamsweep__watch {
  color: #D9962E;
  font-style: italic;
}

.beamsweep__lead {
  color: #F1F2EC;
  font-size: 1.12rem;
  max-width: 560px;
}

.beamsweep__lead strong {
  color: #B8903E;
}

.beamsweep__scene {
  -webkit-box-flex: 0;
          flex: 0 1 45%;
  position: relative;
  min-height: 520px;
}

/* wide beam lamp to the left */
.beamsweep__beamPlate {
  position: absolute;
  top: 210px;
  left: -20%;
  right: 22%;
  height: 30px;
  background-color: #D9962E;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  z-index: 0;
  border-left: 6px solid #8C5A1C;
  border-right: 6px solid #8C5A1C;
}

.beamsweep__beamCore {
  position: absolute;
  top: 222px;
  left: -22%;
  right: 24%;
  height: 8px;
  background-color: #F1F2EC;
  -webkit-transform: skewX(-14deg);
          transform: skewX(-14deg);
  z-index: 1;
}

/* tower striped body */
.beamsweep__tower {
  position: absolute;
  right: 14%;
  bottom: 120px;
  width: 128px;
  z-index: 2;
}

.beamsweep__table {
  width: 128px;
}

.beamsweep__rowAmber {
  display: block;
  height: 44px;
  background-color: #D9962E;
  border-top: 1px solid #8C5A1C;
}

.beamsweep__rowDark {
  display: block;
  height: 44px;
  background-color: #0A1218;
  border-left: 2px solid #0A1218;
  border-right: 2px solid #0A1218;
  border-top: 1px solid #B8903E;
}

.beamsweep__gallery {
  position: absolute;
  top: -98px;
  left: 50%;
  width: 176px;
  height: 92px;
  margin-left: -88px;
  background-color: #17242E;
  border: 3px solid #B8903E;
  border-radius: 10px 10px 4px 4px;
  -webkit-box-shadow: inset 0 0 0 4px #0A1218;
          box-shadow: inset 0 0 0 4px #0A1218;
  z-index: 3;
}

.beamsweep__glass {
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 22px;
  right: 22px;
  background-color: #D9962E;
  border-radius: 2px;
}

.beamsweep__veine {
  position: absolute;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background-color: #0A1218;
}

.beamsweep__veine--one { left: 50%; }
.beamsweep__veine--two { right: 8px; left: auto; }

.beamsweep__roof {
  position: absolute;
  top: -46px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 96px solid transparent;
  border-right: 96px solid transparent;
  border-bottom: 52px solid #0A1218;
  margin-left: -96px;
  z-index: 3;
}

.beamsweep__finial {
  position: absolute;
  top: -64px;
  left: 50%;
  width: 8px;
  height: 26px;
  margin-left: -4px;
  background-color: #B8903E;
  border-radius: 4px;
  z-index: 4;
}

.beamsweep__deck {
  position: absolute;
  top: 122px;
  left: 50%;
  width: 168px;
  height: 14px;
  margin-left: -84px;
  background-color: #0A1218;
  border: 2px solid #0A1218;
  border-bottom: 4px solid #B8903E;
}

.beamsweep__railPost {
  position: absolute;
  width: 8px;
  height: 20px;
  background-color: #17242E;
  border: 1px solid #B8903E;
}

.beamsweep__railPost--one { left: 8px; top: -20px; }
.beamsweep__railPost--two { right: 8px; top: -20px; }

/* rock + wave base */
.beamsweep__rock {
  position: absolute;
  bottom: 40px;
  right: 2%;
  width: 68%;
  height: 110px;
  background-color: #17242E;
  border-radius: 60px 60px 0 0;
  z-index: 1;
}

.beamsweep__boulder {
  position: absolute;
  bottom: 60px;
  right: 6%;
  width: 130px;
  height: 96px;
  background-color: #17242E;
  border-radius: 60% 40% 0 0;
}

.beamsweep__tideband {
  position: absolute;
  bottom: 96px;
  right: 2%;
  width: 74%;
  height: 6px;
  background-color: #D9962E;
}

.beamsweep__swell {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 66px;
  background-color: #0A1218;
}

.beamsweep__swellEdge {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 12px;
  background-color: #101A22;
  border-top: 2px solid #26343E;
}

/* ============ SHARED SECTION HEADS ============ */
.sectionhead {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.sectionhead__title {
  color: #F1F2EC;
  font-size: 2rem;
}

.sectionhead__title em {
  color: #D9962E;
  font-style: normal;
}

.sectionhead__sub {
  color: #F1F2EC;
  max-width: 700px;
  margin: 0 auto;
}

/* ============ BUOY FIELD ============ */
.buoyfield {
  background-color: #101A22;
  padding: 60px 24px 40px;
}

.buoyfield__window {
  max-width: 1180px;
  margin: 0 auto;
}

.buoyfield__chart {
  position: relative;
  background-color: #101A22;
  border-top: 2px solid #B8903E;
  border-bottom: 2px solid #26343E;
  padding-top: 24px;
  min-height: 900px;
}

.buoyfield__depthband {
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  height: 180px;
  background-color: #0A1218;
}

.buoyfield__contour {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
}

.buoyfield__contour--a {
  top: 70px;
  background-color: #B8903E;
}

.buoyfield__contour--b {
  top: 138px;
  background-color: #26343E;
}

.buoyfield__blob {
  position: absolute;
  width: 200px;
  text-align: center;
  z-index: 4;
}

.buoyfield__blob--bell1 { left: 1%; top: 70px; }
.buoyfield__blob--bell2 { left: 74%; top: 20px; }
.buoyfield__blob--can1 { left: 30%; top: 220px; }
.buoyfield__blob--can2 { left: 53%; top: 130px; }
.buoyfield__blob--spar1 { left: 11%; top: 420px; }
.buoyfield__blob--spar2 { left: 62%; top: 380px; }

.buoyfield__shape {
  position: relative;
  display: inline-block;
}

.buoyfield__tether {
  display: block;
  width: 2px;
  height: 90px;
  margin: 0 auto;
  background-color: #B8903E;
}

.buoyfield__card {
  display: block;
  background-color: #17242E;
  border: 1px solid #26343E;
  border-left: 4px solid #B8903E;
  border-radius: 6px;
  padding: 16px 16px 10px;
  text-align: left;
  min-height: 130px;
}

.buoyfield__tie {
  display: block;
  width: 10px;
  height: 10px;
  margin: -5px auto 0;
  background-color: #B8903E;
  border-radius: 50%;
}

.buoyfield__card h3 {
  font-size: 1.06rem;
  color: #D9962E;
  margin-bottom: 9px;
}

.buoyfield__card h3 a {
  color: #D9962E;
}

.buoyfield__card h3 a:hover {
  color: #F1F2EC;
}

.buoyfield__card p {
  font-size: 0.94rem;
  color: #F1F2EC;
  margin-bottom: 4px;
}

.buoyfield__more {
  color: #B8903E;
  font-size: 0.84rem;
}

/* shape silhouettes */
.shapeset {
  display: inline-block;
}

.shapeset__bell {
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid #B8903E;
  margin: 0 auto;
}

.shapeset__collar {
  display: block;
  width: 56px;
  height: 9px;
  margin: 0 auto;
  background-color: #0A1218;
  border: 2px solid #B8903E;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.shapeset__bell--coral { border-bottom-color: #D4684E; }
.shapeset__collar--coral { border-color: #D4684E; border-top: 0; }

.shapeset__can {
  display: block;
  width: 60px;
  height: 46px;
  margin: 0 auto;
  background-color: #17242E;
  border: 4px solid #B8903E;
  border-bottom-width: 6px;
  border-radius: 6px;
}

.shapeset__canCrown {
  display: block;
  width: 40px;
  height: 12px;
  margin: 0 auto;
  background-color: #B8903E;
  border-radius: 2px;
}

.shapeset__can--coral { border-color: #D4684E; background-color: #101A22; }
.shapeset__crown--coral { background-color: #D4684E; }

.shapeset__spar {
  display: block;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 62px solid #B8903E;
  margin: 0 auto;
}

.shapeset__topHat {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 4px;
  background-color: #0A1218;
  border: 3px solid #F1F2EC;
  border-radius: 50%;
}

.shapeset__spar--coral { border-bottom-color: #D4684E; }
.shapeset__topHat--coral { border-color: #F1F2EC; background-color: #0A1218; }

/* ============ CABIN PANES / WOVEN TEXT ============ */
.cabinband {
  background-color: #101A22;
  padding: 30px 24px 10px;
}

.cabinband__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.cabinband__title {
  text-align: center;
  color: #F1F2EC;
  font-size: 1.9rem;
  margin-bottom: 10px;
}

.cabinband__title span {
  color: #D9962E;
}

.cabinband__lead {
  text-align: center;
  color: #F1F2EC;
  max-width: 780px;
  margin: 0 auto 34px;
  font-size: 1.05rem;
}

.cabinband__grid {
  display: -webkit-box;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.cabin {
  -webkit-box-flex: 1;
          flex: 1 1 250px;
  background-color: #17242E;
  border: 1px solid #26343E;
  border-bottom: 4px solid #B8903E;
  border-radius: 6px;
  padding: 20px;
}

.cabin__title {
  color: #D9962E;
  font-size: 1.08rem;
  margin-bottom: 10px;
}

.cabin__title a {
  color: #D9962E;
}

.cabin__title a:hover {
  color: #F1F2EC;
}

.cabin__body {
  color: #F1F2EC;
  font-size: 0.97rem;
}

.cabin__body a {
  color: #D9962E;
}

.cabin__body a:hover {
  color: #F1F2EC;
}

.proseband {
  background-color: #101A22;
  padding: 42px 24px;
}

.proseband__inner {
  max-width: 820px;
  margin: 0 auto;
}

.proseband__title {
  color: #F1F2EC;
  font-size: 1.8rem;
}

.proseband__title span { color: #D9962E; }
.proseband__inner p { color: #F1F2EC; font-size: 1.06rem; }
.proseband__inner ul { color: #F1F2EC; }
.proseband__inner li { margin-bottom: 10px; }
.proseband__inner a { color: #D9962E; }
.proseband__inner a:hover { color: #F1F2EC; }

/* ============ FOG SIGNAL STRIP ============ */
.accentstrip-fog {
  background-color: #D9962E;
  padding: 40px 24px;
  color: #0A1218;
}

.accentfog-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 28px;
}

.foghorn-tile {
  -webkit-box-flex: 0;
          flex: 0 0 118px;
  height: 118px;
  background-color: #17242E;
  border: 3px solid #0A1218;
  border-radius: 14px;
  position: relative;
}

.foghorn-bell {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 40px solid #B8903E;
}

.foghorn-face {
  position: absolute;
  top: 50px;
  left: 18px;
  right: 18px;
  bottom: 14px;
  background-color: #0A1218;
  border-radius: 4px;
  border: 3px solid #B8903E;
}

.accentfog-copy {
  -webkit-box-flex: 1;
          flex: 1;
}

.kickerlight {
  display: inline-block;
  background-color: #0A1218;
  color: #F1F2EC;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.accentfog-copy h2 {
  color: #0A1218;
  font-size: 1.7rem;
  margin-bottom: 6px;
}

.accentfog-copy h2 span { color: #17242E; }
.accentfog-copy p { color: #0A1218; margin-bottom: 0; font-size: 1.08rem; }

@media (max-width: 820px) {
  .accentfog-shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
}

/* ============ MASTHEAD (secondary pages) ============ */
.masthead-banner {
  background-color: #101A22;
  padding: 30px 24px 34px;
}

.masthead-banner__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.masthead-banner__eyebrow {
  color: #B8903E;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.76rem;
  margin-bottom: 8px;
}

.masthead-banner__title {
  color: #F1F2EC;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.masthead-banner__title span { color: #D9962E; }

.masthead-banner__intro {
  color: #F1F2EC;
  max-width: 820px;
  font-size: 1.08rem;
}

.pageintro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 24px 0;
}

.pageintro p { color: #F1F2EC; }

/* ============ CONTACT PAGE ============ */
.contactshell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 26px 24px 60px;
}

.contactshell__grid {
  display: -webkit-box;
  display: flex;
  gap: 28px;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
}

.contactshell__formcol {
  -webkit-box-flex: 1;
          flex: 1 1 540px;
}

.contactshell__side {
  -webkit-box-flex: 0;
          flex: 0 1 340px;
}

.formsheet {
  background-color: #17242E;
  border: 1px solid #26343E;
  border-bottom: 4px solid #B8903E;
  border-radius: 8px;
  padding: 26px;
}

.formsheet__heading {
  color: #F1F2EC;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.formsheet__heading em { color: #D9962E; font-style: normal; }
.formsheet__intro { color: #F1F2EC; }

.lampform .field {
  margin-top: 16px;
}

.field__label {
  display: block;
  color: #D9962E;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 7px;
}

.field__control {
  width: 100%;
  background-color: #0A1218;
  border: 1px solid #26343E;
  border-radius: 4px;
  color: #F1F2EC;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  padding: 12px 14px;
}

.field__control:focus {
  border-color: #D9962E;
  outline: none;
}

textarea.field__control {
  min-height: 160px;
  resize: vertical;
}

.contact-form__status {
  display: none;
  margin-top: 16px;
  background-color: #101A22;
  border: 1px solid #D9962E;
  border-radius: 4px;
  color: #F1F2EC;
  padding: 14px;
}

.contact-form__status[data-visible="true"] {
  display: block;
}

.infotile {
  background-color: #101A22;
  border: 1px solid #26343E;
  border-left: 4px solid #D9962E;
  border-radius: 6px;
  padding: 20px 22px;
  margin-bottom: 18px;
}

.infotile__title {
  color: #D9962E;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.infotile__line {
  color: #F1F2EC;
  margin-bottom: 8px;
}

.infotile__line a { color: #F1F2EC; }
.infotile__line a:hover { color: #D9962E; }

.infotile__phone {
  color: #D9962E;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.infotile__zone {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #F1F2EC;
  padding: 5px 0;
  border-bottom: 1px dotted #26343E;
  font-size: 0.96rem;
}

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

.infotile ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #F1F2EC;
}

.infotile ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D4684E;
}

.faqband {
  max-width: 1180px;
  margin: 0 auto;
  padding: 12px 24px 40px;
}

.faqband h2 {
  color: #F1F2EC;
  text-align: center;
  margin-bottom: 22px;
}

.faqband h2 span { color: #D9962E; }

.faqitem {
}

.faqitem details {
  background-color: #17242E;
  border: 1px solid #26343E;
  border-radius: 6px;
  margin-bottom: 12px;
}

.faqitem summary {
  cursor: pointer;
  padding: 16px 20px;
  color: #F1F2EC;
  font-weight: bold;
}

.faqitem[open] summary { color: #D9962E; }

.faqitem__body {
  padding: 0 20px 16px;
  color: #F1F2EC;
}

/* ============ PROCESS / CTA band ============ */
.processband {
  background-color: #0A1218;
  padding: 54px 24px;
}

.processband__inner {
  max-width: 860px;
  margin: 0 auto;
}

.processband__title {
  color: #F1F2EC;
  font-size: 1.9rem;
  margin-bottom: 8px;
}

.processband__title span { color: #D9962E; }
.processband__lead { color: #F1F2EC; font-size: 1.05rem; }

.processband__steps {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  counter-reset: stepper;
}

.processband__step {
  counter-increment: stepper;
  position: relative;
  background-color: #17242E;
  border: 1px solid #26343E;
  border-left: 4px solid #D9962E;
  border-radius: 6px;
  padding: 18px 20px 10px 76px;
  margin-bottom: 16px;
}

.processband__step:before {
  content: counter(stepper);
  position: absolute;
  left: 18px;
  top: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D9962E;
  color: #0A1218;
  font-weight: bold;
  font-size: 1.3rem;
  font-family: Georgia, "Times New Roman", serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.processband__step h3 { color: #F1F2EC; margin-bottom: 4px; }
.processband__step p { color: #F1F2EC; margin-bottom: 0; }

.ctastrip {
  background-color: #17242E;
  border-top: 3px solid #B8903E;
  padding: 44px 24px;
  text-align: center;
}

.ctastrip__inner {
  max-width: 720px;
  margin: 0 auto;
}

.ctastrip__title {
  color: #F1F2EC;
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.ctastrip__title span { color: #D9962E; }
.ctastrip__body { color: #F1F2EC; }

.navcta-row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

/* service detail rows */
.featurestrip {
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 24px 10px;
}

.featurestrip__item {
  display: -webkit-box;
  display: flex;
  gap: 0;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin-bottom: 26px;
  overflow: hidden;
  border-radius: 8px;
}

.featurestrip__badgecol {
  -webkit-box-flex: 0;
          flex: 0 0 150px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #101A22;
  border: 1px solid #26343E;
  border-right: 0;
}

.featurestrip__glyph {
  width: 74px;
  height: 74px;
  position: relative;
}

.featurestrip__body {
  -webkit-box-flex: 1;
          flex: 1;
  background-color: #17242E;
  border: 1px solid #26343E;
  padding: 22px 24px;
}

.featurestrip__body h3 {
  color: #D9962E;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.featurestrip__body h3 span { color: #B8903E; }
.featurestrip__body p { color: #F1F2EC; }
.featurestrip__body ul { color: #F1F2EC; }
.featurestrip__body li { margin-bottom: 8px; }

.featurestrip__glyph--bell {
  border-left: 0;
  border-right: 0;
}

@media (max-width: 820px) {
  .featurestrip__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .featurestrip__badgecol {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    border-right: 1px solid #26343E;
    border-bottom: 0;
  }
}

/* ============ ROCK BASE FOOTER ============ */
.rockbase-footer {
  background-color: #0A1218;
}

.rockbase-footer__lamp {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 24px 6px;
}

.rockbase-footer__title {
  color: #F1F2EC;
  font-size: 1.9rem;
  margin-bottom: 6px;
}

.rockbase-footer__title span { color: #D9962E; }

.rockbase-footer__motto {
  color: #D9962E;
  font-style: italic;
  font-size: 1.06rem;
  max-width: 620px;
}

.rockbase-footer__plaqueRow {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 0;
  display: -webkit-box;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footerslab {
  -webkit-box-flex: 1;
          flex: 1 1 250px;
  background-color: #101A22;
  border: 1px solid #17242E;
  border-radius: 10px;
  border-bottom: 4px solid #17242E;
  padding: 20px 22px;
}

.footerslab__title {
  color: #D9962E;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 16px;
}

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

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

.footerslab li a { color: #F1F2EC; }
.footerslab li a:hover { color: #D9962E; }

.footerslab p { color: #F1F2EC; margin-bottom: 10px; }

.footerslab--hours dt {
  color: #F1F2EC;
  font-weight: bold;
  float: left;
  clear: left;
  width: 116px;
}

.footerslab--hours dd {
  color: #F1F2EC;
  margin-left: 120px;
  margin-bottom: 6px;
}

.rockbase-footer__cliffStrip {
  border-top: 1px solid #17242E;
  margin-top: 26px;
}

.rockbase-footer__cliffs {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 24px 24px;
  text-align: center;
}

.rockbase-footer__contact {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  color: #F1F2EC;
  font-size: 0.98rem;
}

.rockbase-footer__contact a { color: #D9962E; }
.rockbase-footer__contact a:hover { color: #F1F2EC; }

.rockbase-footer__copyright {
  color: #C9D0C4;
  margin-top: 16px;
  font-size: 0.9rem;
}

/* ============ RESPONSIVE GLOBAL ============ */
@media (max-width: 900px) {
  h1 { font-size: 2.2rem; }

  .beamsweep__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .beamsweep__copy,
  .beamsweep__scene {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    max-width: 100%;
  }

  .beamsweep__scene {
    min-height: 430px;
  }

  .buoyfield__blob {
    position: relative;
    width: auto;
    max-width: 340px;
    margin: 0 auto 46px;
  }

  .buoyfield__blob--bell1, .buoyfield__blob--bell2,
  .buoyfield__blob--can1, .buoyfield__blob--can2,
  .buoyfield__blob--spar1, .buoyfield__blob--spar2 {
    left: auto;
    top: auto;
  }

  .buoyfield__tether,
  .buoyfield__tie,
  .buoyfield__depthband,
  .buoyfield__contour {
    display: none;
  }

  .buoyfield__chart {
    min-height: 0;
    padding-top: 0;
    border: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .contactshell__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .contactshell__side {
    -webkit-box-flex: 1;
            flex: 1 1 auto;
  }
}

@media (max-width: 560px) {
  .beamsweep__headline {
    font-size: 2.1rem;
  }

  .beamsweep__scene {
    min-height: 300px;
  }

  .masthead-banner__title {
    font-size: 1.9rem;
  }

  .rockbase-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-start {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }

  .halyardnav__core {
    -webkit-animation: none;
            animation: none;
  }
}
