/* ============================================================
   RTY LOGISTICS LTD. — CHART ROOM STYLESHEET
   Palette:
     CHART-INK        #20242C  body background
     QUAY-BONE        #EEE8D5  primary text on dark
     BUOY-CARNELIAN   #B14A32  accent
     HULL-STEEL       #7E8A94  rails, hairlines, chart furniture
     DRIFT-CARD       #F1ECDC  raised card face (ink text)
     STEWARD-NIGHT    #171B21  recessed blocks
     TIDE-SLATE       #333A44  mid bands
     SIGNAL-PENNY     #D8A24A  tiny pennants + diamond daymarks ONLY
   ============================================================ */

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

:root {
  --chart-ink: #20242C;
  --quay-bone: #EEE8D5;
  --buoy-carnelian: #B14A32;
  --hull-steel: #7E8A94;
  --drift-card: #F1ECDC;
  --steward-night: #171B21;
  --tide-slate: #333A44;
  --signal-penny: #D8A24A;
  --ink-on-card: #1C2028;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Georgia", "Times New Roman", "Cambria", serif;
  background-color: #20242C;
  color: #EEE8D5;
  line-height: 1.68;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

p {
  margin-bottom: 1em;
}

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

a:hover, a:focus {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin: 0 0 1em 1.4em;
}

li {
  margin-bottom: 0.4em;
}

/* ---------- scroll reveal (class based only) ---------- */
html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 640ms ease-out, transform 640ms ease-out;
}

html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

/* ============================================================
   BEARING PLATE NAV  (.bearingnav)
   ============================================================ */
.bearingnav {
  background-color: #171B21;
  position: relative;
  z-index: 40;
  border-bottom: 1px solid #333A44;
}

.bearingnav-tickrule {
  height: 14px;
  width: 100%;
  background-color: #171B21;
  background-image: repeating-linear-gradient(
    90deg,
    #7E8A94 0px,
    #7E8A94 1px,
    #171B21 1px,
    #171B21 12px
  );
  border-bottom: 1px solid #333A44;
}

.bearingnav-tickrule-tall {
  height: 22px;
  width: 100%;
  background-color: #171B21;
  background-image: repeating-linear-gradient(
    90deg,
    #7E8A94 0px,
    #7E8A94 2px,
    #171B21 2px,
    #171B21 40px
  );
  border-bottom: 1px solid #333A44;
}

.bearingnav-band {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
}

.bearingnav-brandwrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: auto;
}

.bearingnav-daymark {
  width: 16px;
  height: 16px;
  background-color: #B14A32;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.bearingnav-brand {
  font-size: 20px;
  font-weight: 700;
  color: #EEE8D5;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.bearingnav-brand:hover {
  text-decoration: none;
  color: #D8A24A;
}

.bearingnav-plates {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
  align-items: flex-start;
}

.bearingnav-plate {
  display: block;
  background-color: #F1ECDC;
  color: #1C2028;
  border: 1px solid #7E8A94;
  border-radius: 3px;
  padding: 8px 14px 10px;
  min-width: 108px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 5px 0 #0F1216, 0 7px 10px #0B0D10;
}

.bearingnav-plate:hover,
.bearingnav-plate:focus {
  text-decoration: none;
  background-color: #EEE8D5;
  border-color: #B14A32;
}

.bearingnav-code {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #B14A32;
  font-weight: 700;
  margin-bottom: 3px;
}

.bearingnav-link {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1C2028;
  letter-spacing: 0.04em;
}

.bearingnav-offset-a {
  margin-top: 0;
}

.bearingnav-offset-b {
  margin-top: 18px;
}

.bearingnav-offset-c {
  margin-top: 6px;
}

.bearingnav-toggle {
  display: none;
  background-color: #F1ECDC;
  color: #1C2028;
  border: 1px solid #7E8A94;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 700;
  padding: 10px 14px;
  cursor: pointer;
}

.bearingnav-toggle:hover {
  background-color: #D8A24A;
}

/* ============================================================
   ROSE CHART SCENE  (.roseroom)
   ============================================================ */
.roseroom {
  background-color: #171B21;
  border-bottom: 1px solid #333A44;
  padding: 0 0 0;
}

.roseroom-table {
  max-width: 1240px;
  margin: 0 auto;
  padding: 62px 24px 76px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 48px;
  align-items: center;
  position: relative;
  background-color: #171B21;
}

.roseroom-table::before,
.roseroom-table::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #D8A24A;
  transform: rotate(45deg);
}

.roseroom-table::before {
  top: 26px;
  right: 30px;
}

.roseroom-table::after {
  bottom: 30px;
  left: 30px;
}

.roseroom-copy {
  position: relative;
  z-index: 2;
}

.roseroom-kicker {
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7E8A94;
  margin-bottom: 18px;
}

.roseroom-headline {
  font-size: 46px;
  line-height: 1.12;
  color: #EEE8D5;
  margin-bottom: 22px;
  font-weight: 700;
}

.roseroom-headline span {
  display: block;
}

.roseroom-headline .roseroom-word-accent {
  color: #B14A32;
}

.roseroom-intro {
  font-size: 17px;
  color: #EEE8D5;
  max-width: 560px;
  margin-bottom: 30px;
}

.roseroom-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.roseroom-pennant {
  display: block;
  position: relative;
  padding-top: 14px;
  text-decoration: none;
}

.roseroom-pennant-pole {
  position: absolute;
  top: 0;
  left: 20px;
  width: 2px;
  height: 14px;
  background-color: #7E8A94;
}

.roseroom-pennant-card {
  display: block;
  border-radius: 2px;
  padding: 16px 26px 16px 24px;
  min-width: 210px;
  box-shadow: 0 6px 0 #0F1216;
}

.roseroom-pennant:hover .roseroom-pennant-card {
  transform: translateY(-2px);
}

.roseroom-pennant-card {
  transition: transform 200ms ease-out;
}

.roseroom-pennant-hot {
  background-color: #B14A32;
  color: #EEE8D5;
}

.roseroom-pennant-cool {
  background-color: #F1ECDC;
  color: #1C2028;
}

.roseroom-stamp {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.26em;
  margin-bottom: 6px;
  font-weight: 700;
}

.roseroom-pennant-hot .roseroom-stamp {
  color: #EEE8D5;
}

.roseroom-pennant-cool .roseroom-stamp {
  color: #B14A32;
}

.roseroom-pennant-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.roseroom-chartwrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}

.roseroom-rose {
  position: relative;
  width: 420px;
  height: 420px;
  max-width: 100%;
}

.roseroom-rose-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid #7E8A94;
  background-color: #171B21;
}

.roseroom-rose-ticks {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background-image: repeating-conic-gradient(
    #7E8A94 0deg 0.7deg,
    #171B21 0.7deg 6deg
  );
  -webkit-mask: radial-gradient(circle, transparent 0 84%, #000 84% 100%);
  mask: radial-gradient(circle, transparent 0 84%, #000 84% 100%);
}

.roseroom-rose-core {
  position: absolute;
  inset: 26px;
  border-radius: 50%;
  background-color: #20242C;
  border: 1px solid #333A44;
}

.roseroom-rose-ring-inner {
  position: absolute;
  inset: 78px;
  border-radius: 50%;
  border: 1px solid #7E8A94;
}

/* eight point rose — long cardinal + short intercardinal solid wedges */
.roseroom-wedge {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  transform-origin: 50% 50%;
}

.roseroom-wedge-card {
  background-color: #F1ECDC;
}

.roseroom-wedge-carnel {
  background-color: #B14A32;
}

.roseroom-wedge-steel {
  background-color: #7E8A94;
}

.roseroom-cp-n {
  clip-path: polygon(50% 0%, 64% 50%, 50% 100%, 36% 50%);
  transform: scaleY(1.72) rotate(0deg);
}

.roseroom-cp-s {
  clip-path: polygon(50% 0%, 64% 50%, 50% 100%, 36% 50%);
  transform: scaleY(1.72) rotate(180deg);
}

.roseroom-cp-e {
  clip-path: polygon(50% 0%, 64% 50%, 50% 100%, 36% 50%);
  transform: scaleY(1.72) rotate(90deg);
}

.roseroom-cp-w {
  clip-path: polygon(50% 0%, 64% 50%, 50% 100%, 36% 50%);
  transform: scaleY(1.72) rotate(270deg);
}

.roseroom-icp-ne {
  clip-path: polygon(50% 0%, 62% 50%, 50% 100%, 38% 50%);
  transform: scale(0.82) rotate(45deg);
}

.roseroom-icp-se {
  clip-path: polygon(50% 0%, 62% 50%, 50% 100%, 38% 50%);
  transform: scale(0.82) rotate(135deg);
}

.roseroom-icp-sw {
  clip-path: polygon(50% 0%, 62% 50%, 50% 100%, 38% 50%);
  transform: scale(0.82) rotate(225deg);
}

.roseroom-icp-nw {
  clip-path: polygon(50% 0%, 62% 50%, 50% 100%, 38% 50%);
  transform: scale(0.82) rotate(315deg);
}

.roseroom-pivot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  margin-top: -11px;
  border-radius: 50%;
  background-color: #7E8A94;
  border: 4px solid #171B21;
}

.roseroom-pivot-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
  background-color: #B14A32;
  z-index: 3;
}

.roseroom-letter {
  position: absolute;
  font-family: "Courier New", monospace;
  font-size: 15px;
  font-weight: 700;
  color: #EEE8D5;
  letter-spacing: 0.1em;
}

.roseroom-letter-n { top: 4px; left: 50%; transform: translateX(-50%); }
.roseroom-letter-s { bottom: 4px; left: 50%; transform: translateX(-50%); }
.roseroom-letter-e { right: 6px; top: 50%; transform: translateY(-50%); }
.roseroom-letter-w { left: 6px; top: 50%; transform: translateY(-50%); }

/* magnetic deviation table in one corner */
.roseroom-deviation {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #F1ECDC;
  color: #1C2028;
  border: 1px solid #7E8A94;
  border-radius: 2px;
  padding: 12px 14px;
  width: 178px;
  box-shadow: 0 5px 0 #0F1216;
}

.roseroom-deviation-title {
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B14A32;
  font-weight: 700;
  margin-bottom: 7px;
  border-bottom: 1px solid #7E8A94;
  padding-bottom: 5px;
}

.roseroom-deviation-row {
  display: flex;
  justify-content: space-between;
  font-family: "Courier New", monospace;
  font-size: 11px;
  color: #1C2028;
  padding: 2px 0;
}

.roseroom-signalflags {
  position: absolute;
  left: 0;
  top: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.roseroom-flag {
  width: 0;
  height: 0;
  border-left: 16px solid #D8A24A;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.roseroom-daymark {
  width: 13px;
  height: 13px;
  background-color: #D8A24A;
  transform: rotate(45deg);
}

/* ============================================================
   PAGE INTRO BANDS
   ============================================================ */
.pageintro {
  max-width: 1240px;
  margin: 0 auto;
  padding: 58px 24px 30px;
}

.pageintro-kicker {
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7E8A94;
  margin-bottom: 14px;
}

.pageintro-title {
  font-size: 36px;
  color: #EEE8D5;
  margin-bottom: 16px;
}

.pageintro-lede {
  font-size: 17px;
  color: #EEE8D5;
  max-width: 860px;
}

.proseband {
  max-width: 1240px;
  margin: 0 auto;
  padding: 26px 24px 50px;
}

.proseband-title {
  font-size: 26px;
  color: #EEE8D5;
  margin: 30px 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333A44;
}

.proseband p {
  color: #EEE8D5;
  max-width: 900px;
}

.proseband a {
  color: #D8A24A;
  font-weight: 700;
}

.proseband a:hover {
  color: #EEE8D5;
}

/* ============================================================
   PIE SECTOR TABLE  (.sectorpie)
   ============================================================ */
.sectorpie {
  background-color: #20242C;
  padding: 24px 0 30px;
}

.sectorpie-head {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 24px 10px;
  text-align: center;
}

.sectorpie-kicker {
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #7E8A94;
  margin-bottom: 12px;
}

.sectorpie-title {
  font-size: 34px;
  color: #EEE8D5;
  margin-bottom: 14px;
}

.sectorpie-lede {
  color: #EEE8D5;
  max-width: 760px;
  margin: 0 auto;
}

.sectorpie-field {
  position: relative;
  width: 66vw;
  max-width: 860px;
  aspect-ratio: 1 / 1;
  margin: 44px auto 26px;
  border-radius: 50%;
  border: 2px solid #7E8A94;
  background-color: #171B21;
  background-image: conic-gradient(
    from -90deg,
    #B14A32 0deg 80deg,
    #333A44 80deg 140deg,
    #F1ECDC 140deg 190deg,
    #7E8A94 190deg 255deg,
    #B14A32 255deg 300deg,
    #F1ECDC 300deg 360deg
  );
  box-shadow: 0 0 0 12px #20242C, 0 0 0 14px #333A44;
}

.sectorpie-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96px;
  height: 96px;
  margin-left: -48px;
  margin-top: -48px;
  border-radius: 50%;
  background-color: #171B21;
  border: 2px solid #7E8A94;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sectorpie-hub-text {
  font-family: "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #EEE8D5;
  text-align: center;
  line-height: 1.4;
}

.sectorpie-label {
  position: absolute;
  width: 190px;
  padding: 12px 14px;
  border-radius: 3px;
  display: block;
}

.sectorpie-label h3 {
  font-size: 15px;
  margin-bottom: 6px;
  line-height: 1.25;
}

.sectorpie-label p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.sectorpie-label-bone {
  background-color: #171B21;
  color: #EEE8D5;
  border: 1px solid #7E8A94;
}

.sectorpie-label-bone h3 {
  color: #EEE8D5;
}

.sectorpie-label-ink {
  background-color: #F1ECDC;
  color: #1C2028;
  border: 1px solid #7E8A94;
}

.sectorpie-label-ink h3 {
  color: #1C2028;
}

.sectorpie-label-slate {
  background-color: #333A44;
  color: #EEE8D5;
  border: 1px solid #7E8A94;
}

.sectorpie-label-slate h3 {
  color: #EEE8D5;
}

.sectorpie-label-carnel {
  background-color: #B14A32;
  color: #EEE8D5;
  border: 1px solid #EEE8D5;
}

.sectorpie-label-carnel h3 {
  color: #EEE8D5;
}

/* positioned along the arcs */
.sectorpie-pos-1 { left: 6%; top: 26%; }
.sectorpie-pos-2 { left: 40%; top: 6%; }
.sectorpie-pos-3 { right: 6%; top: 24%; }
.sectorpie-pos-4 { right: 8%; bottom: 22%; }
.sectorpie-pos-5 { left: 38%; bottom: 5%; }
.sectorpie-pos-6 { left: 5%; bottom: 24%; }

.sectorpie-legend {
  display: none;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}

.sectorpie-legend-item {
  display: block;
  border-left: 8px solid #7E8A94;
  background-color: #171B21;
  color: #EEE8D5;
  padding: 12px 16px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.sectorpie-legend-item h3 {
  font-size: 15px;
  margin-bottom: 4px;
  color: #EEE8D5;
}

.sectorpie-legend-item p {
  font-size: 13px;
  margin: 0;
}

.sectorpie-legend-carnel { border-left-color: #B14A32; }
.sectorpie-legend-slate { border-left-color: #333A44; }
.sectorpie-legend-steel { border-left-color: #7E8A94; }

/* deviation table of six entries */
.devtable {
  max-width: 1000px;
  margin: 40px auto 30px;
  padding: 0 24px;
}

.devtable-title {
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #7E8A94;
  text-align: center;
  margin-bottom: 22px;
}

.devtable-entry {
  background-color: #F1ECDC;
  color: #1C2028;
  border: 1px solid #7E8A94;
  border-left: 6px solid #B14A32;
  border-radius: 2px;
  padding: 22px 26px;
  margin-bottom: 18px;
  box-shadow: 0 5px 0 #0F1216;
}

.devtable-entry-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 8px;
}

.devtable-petal {
  width: 14px;
  height: 14px;
  background-color: #B14A32;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  flex: 0 0 auto;
  transform: translateY(2px);
}

.devtable-entry h3 {
  font-size: 19px;
  color: #1C2028;
  margin: 0;
}

.devtable-bearing {
  margin-left: auto;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: #B14A32;
  border: 1px solid #B14A32;
  border-radius: 2px;
  padding: 3px 8px;
  font-weight: 700;
  white-space: nowrap;
}

.devtable-entry p {
  color: #1C2028;
  margin: 0 0 0.6em;
}

.devtable-link {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #B14A32;
  border-bottom: 2px solid #B14A32;
  margin-top: 4px;
}

.devtable-link:hover {
  color: #1C2028;
  border-bottom-color: #1C2028;
  text-decoration: none;
}

/* ============================================================
   DISPATCH WINDOW ACCENT STRIP
   ============================================================ */
.dispatchwindow {
  background-color: #20242C;
  padding: 12px 0;
}

.dispatchwindow-frame {
  max-width: 1240px;
  margin: 0 auto;
}

.dispatchwindow-tick {
  height: 12px;
  background-image: repeating-linear-gradient(
    90deg,
    #7E8A94 0px,
    #7E8A94 1px,
    #20242C 1px,
    #20242C 14px
  );
}

.dispatchwindow-band {
  background-color: #B14A32;
  color: #EEE8D5;
  padding: 30px 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 26px;
}

.dispatchwindow-mark {
  width: 16px;
  height: 16px;
  background-color: #D8A24A;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.dispatchwindow-text {
  font-size: 19px;
  font-weight: 700;
  color: #EEE8D5;
  margin: 0;
  flex: 1 1 420px;
}

.dispatchwindow-text a {
  color: #EEE8D5;
  border-bottom: 2px solid #EEE8D5;
}

.dispatchwindow-text a:hover {
  color: #171B21;
  border-bottom-color: #171B21;
  text-decoration: none;
}

.dispatchwindow-tag {
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #EEE8D5;
  border: 1px solid #EEE8D5;
  border-radius: 2px;
  padding: 7px 12px;
  font-weight: 700;
}

/* ============================================================
   SERVICE DETAIL (services page)
   ============================================================ */
.servicedetail {
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 24px 20px;
}

.servicedetail-item {
  background-color: #F1ECDC;
  color: #1C2028;
  border-radius: 3px;
  border-top: 5px solid #B14A32;
  padding: 30px 34px;
  margin-bottom: 24px;
  box-shadow: 0 6px 0 #0F1216;
}

.servicedetail-item h2 {
  font-size: 24px;
  color: #1C2028;
  margin-bottom: 6px;
}

.servicedetail-meta {
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B14A32;
  font-weight: 700;
  margin-bottom: 14px;
}

.servicedetail-item p {
  color: #1C2028;
}

.servicedetail-list {
  color: #1C2028;
}

.processgrid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 50px;
}

.processgrid-title {
  font-size: 27px;
  color: #EEE8D5;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333A44;
}

.processgrid-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.processgrid-step {
  background-color: #171B21;
  border: 1px solid #333A44;
  border-radius: 3px;
  padding: 22px 20px;
}

.processgrid-num {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 22px;
  font-weight: 700;
  color: #B14A32;
  margin-bottom: 10px;
}

.processgrid-step h3 {
  font-size: 16px;
  color: #EEE8D5;
  margin-bottom: 8px;
}

.processgrid-step p {
  font-size: 14px;
  color: #EEE8D5;
  margin: 0;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contactgrid {
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 24px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: start;
}

.contactform-panel {
  background-color: #F1ECDC;
  color: #1C2028;
  border-radius: 3px;
  border-top: 5px solid #B14A32;
  padding: 30px 30px 34px;
  box-shadow: 0 6px 0 #0F1216;
}

.contactform-panel h2 {
  font-size: 24px;
  color: #1C2028;
  margin-bottom: 6px;
}

.contactform-note {
  font-size: 14px;
  color: #1C2028;
  margin-bottom: 20px;
}

.contactform-field {
  margin-bottom: 16px;
}

.contactform-label {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: #1C2028;
  margin-bottom: 6px;
}

.contactform-input,
.contactform-textarea {
  width: 100%;
  font-family: "Georgia", serif;
  font-size: 15px;
  color: #1C2028;
  background-color: #EEE8D5;
  border: 1px solid #7E8A94;
  border-radius: 2px;
  padding: 11px 12px;
}

.contactform-input:focus,
.contactform-textarea:focus {
  outline: 2px solid #B14A32;
  outline-offset: 1px;
}

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

.contactform-button {
  display: inline-block;
  font-family: "Courier New", monospace;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: #EEE8D5;
  background-color: #B14A32;
  border: none;
  border-radius: 2px;
  padding: 14px 30px;
  cursor: pointer;
  box-shadow: 0 5px 0 #7A3222;
}

.contactform-button:hover {
  background-color: #333A44;
  box-shadow: 0 5px 0 #171B21;
}

.contactform-status {
  margin-top: 14px;
  font-size: 14px;
  font-family: "Courier New", monospace;
  color: #1C2028;
}

.contactinfo-panel {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.contactinfo-block {
  background-color: #171B21;
  border: 1px solid #333A44;
  border-left: 5px solid #B14A32;
  border-radius: 3px;
  padding: 22px 24px;
}

.contactinfo-block h2 {
  font-size: 18px;
  color: #EEE8D5;
  margin-bottom: 10px;
}

.contactinfo-block p,
.contactinfo-block address {
  color: #EEE8D5;
  font-style: normal;
}

.contactinfo-block a {
  color: #D8A24A;
  font-weight: 700;
}

.contactinfo-block a:hover {
  color: #EEE8D5;
}

.contactinfo-detail {
  display: block;
  margin-bottom: 6px;
}

.contactfaq {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 24px 60px;
}

.contactfaq-title {
  font-size: 27px;
  color: #EEE8D5;
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333A44;
}

.contactfaq-item {
  background-color: #F1ECDC;
  color: #1C2028;
  border-radius: 3px;
  margin-bottom: 14px;
  overflow: hidden;
  border-left: 5px solid #7E8A94;
}

.contactfaq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  background-color: #F1ECDC;
  color: #1C2028;
  border: none;
  font-family: "Georgia", serif;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 22px;
  cursor: pointer;
}

.contactfaq-question:hover {
  background-color: #EEE8D5;
}

.contactfaq-symbol {
  font-family: "Courier New", monospace;
  font-size: 16px;
  color: #B14A32;
  font-weight: 700;
  flex: 0 0 auto;
}

.contactfaq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease-out;
}

.contactfaq-answer p {
  padding: 0 22px 20px;
  color: #1C2028;
  margin: 0;
}

.contactfaq-item.is-open .contactfaq-answer {
  max-height: 320px;
}

/* ============================================================
   HARBOR WALL FOOTER  (.harborwall)
   ============================================================ */
.harborwall {
  background-color: #171B21;
  margin-top: 40px;
}

.harborwall-capstone {
  max-width: 1240px;
  margin: 0 auto;
  height: 14px;
  background-color: #333A44;
  position: relative;
}

.harborwall-bollard {
  position: absolute;
  top: -8px;
  width: 16px;
  height: 30px;
  background-color: #7E8A94;
  border-radius: 4px 4px 0 0;
}

.harborwall-bollard-1 { left: 6%; }
.harborwall-bollard-2 { left: 26%; }
.harborwall-bollard-3 { left: 50%; transform: translateX(-50%); }
.harborwall-bollard-4 { right: 26%; }
.harborwall-bollard-5 { right: 6%; }

.harborwall-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 24px 34px;
  display: grid;
  grid-template-columns: 1.15fr 1.6fr;
  gap: 40px;
}

.harborwall-chartlet {
  background-color: #F1ECDC;
  color: #1C2028;
  border: 1px solid #7E8A94;
  border-radius: 3px;
  padding: 24px 24px 26px;
  box-shadow: 0 6px 0 #0F1216;
}

.harborwall-brand {
  font-size: 21px;
  font-weight: 700;
  color: #1C2028;
  margin-bottom: 4px;
}

.harborwall-brandcode {
  font-family: "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #B14A32;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.harborwall-blurb {
  font-size: 14px;
  color: #1C2028;
  margin: 0;
}

.harborwall-groups {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.harborwall-plaque {
  background-color: #20242C;
  border: 1px solid #333A44;
  border-radius: 3px;
  padding: 20px 20px 22px;
}

.harborwall-plaque-title {
  font-family: "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D8A24A;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333A44;
}

.harborwall-link {
  display: block;
  color: #EEE8D5;
  font-size: 15px;
  padding: 5px 0;
  text-decoration: none;
}

.harborwall-link:hover {
  color: #D8A24A;
  text-decoration: none;
}

.harborwall-chartitem {
  display: block;
  font-family: "Courier New", monospace;
  font-size: 12px;
  color: #EEE8D5;
  padding: 5px 0;
}

.harborwall-base {
  border-top: 1px solid #333A44;
}

.harborwall-baseinner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 24px 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 30px;
}

.harborwall-baseitem {
  font-size: 13px;
  color: #EEE8D5;
}

.harborwall-baseitem a {
  color: #D8A24A;
  font-weight: 700;
}

.harborwall-baseitem a:hover {
  color: #EEE8D5;
}

.harborwall-rose {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.harborwall-rose-glyph {
  width: 16px;
  height: 16px;
  background-color: #7E8A94;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
}

.harborwall-year {
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
  color: #D8A24A;
  letter-spacing: 0.1em;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .roseroom-table {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .roseroom-chartwrap {
    min-height: 400px;
  }
  .roseroom-deviation {
    position: static;
    margin: 26px auto 0;
  }
  .processgrid-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .contactgrid {
    grid-template-columns: 1fr;
  }
  .harborwall-body {
    grid-template-columns: 1fr;
  }
  .sectorpie-label {
    width: 168px;
  }
}

@media (max-width: 860px) {
  .bearingnav-toggle {
    display: block;
  }
  .bearingnav-plates {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
  }
  .bearingnav-plates.is-open {
    display: flex;
  }
  .bearingnav-plate {
    width: 100%;
    min-width: 0;
    margin-top: 0 !important;
    text-align: left;
  }
  .sectorpie-field {
    display: none;
  }
  .sectorpie-legend {
    display: block;
  }
  .roseroom-headline {
    font-size: 34px;
  }
  .roseroom-rose {
    width: 320px;
    height: 320px;
  }
  .processgrid-steps {
    grid-template-columns: 1fr;
  }
  .harborwall-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .roseroom-headline {
    font-size: 28px;
  }
  .roseroom-rose {
    width: 250px;
    height: 250px;
  }
  .roseroom-ctas {
    flex-direction: column;
    gap: 18px;
  }
  .sectorpie-title,
  .pageintro-title,
  .contactfaq-title,
  .processgrid-title,
  .proseband-title {
    font-size: 24px;
  }
  .dispatchwindow-text {
    font-size: 17px;
  }
}
