/* ============================================================
   BLAKPIJEON - dark letterpress studio theme
   Main shared stylesheet for index, services, contact pages.
   Palette: ink-block #16181D, coarse-paper #F2EDE2,
   pomegranate #C24A4A, block-raised #1F232B, slab-deep #0D0F13,
   type-metal #343945.
   ============================================================ */

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #16181D;
  color: #F2EDE2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.contain {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---------- type helpers ---------- */
.eyebrow {
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

/* ---------- scroll reveal (noscript safe) ---------- */
/* Content is visible by default. Only when JavaScript is running
   (the has-js class is set on body) do we hide and then reveal. */
.reveal {
  will-change: opacity, transform;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.has-js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   LOCKUP-BAR NAV
   ============================================================ */
.lockupbar {
  position: sticky;
  top: 0;
  z-index: 60;
  background-color: #0D0F13;
  border-bottom: 3px solid #C24A4A;
}

.lockupbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

/* chrome lockup knobs drawn with circles */
.lockupbar-inner::before,
.lockupbar-inner::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #7d8794 8%, #4a515e 40%, #1b1e24 92%);
  box-shadow: inset -2px -2px 4px #0a0b0e, inset 1px 1px 2px #6d7785;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}

.lockupbar-inner::before {
  left: 4px;
}

.lockupbar-inner::after {
  right: 4px;
}

.brand {
  display: inline-block;
  padding: 6px 14px 6px 40px;
  line-height: 1.15;
}

.brand-title {
  font-family: "Courier New", Courier, monospace;
  color: #F2EDE2;
  background-color: #C24A4A;
  display: inline-block;
  padding: 3px 10px;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 1.05rem;
  border-radius: 2px;
}

.brand-sub {
  display: block;
  font-family: "Courier New", Courier, monospace;
  color: #C24A4A;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  margin-top: 3px;
  padding-left: 10px;
  text-transform: uppercase;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.nav-link {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  color: #16181D;
  background-color: #F2EDE2;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.8rem;
  box-shadow: 0 2px 0 #343945;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.nav-list a:hover {
  background-color: #ffffff;
  transform: translateY(-1px);
}

.nav-link.is-proof {
  background-color: #C24A4A;
  color: #F2EDE2;
}

.nav-link.is-proof::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F2EDE2;
  margin-right: 7px;
  vertical-align: middle;
}

.nav-toggle {
  display: none;
  font-family: "Courier New", Courier, monospace;
  background-color: #C24A4A;
  color: #F2EDE2;
  border: 0;
  padding: 7px 14px;
  border-radius: 3px;
  font-weight: bold;
  cursor: pointer;
  margin: 6px 6px 6px auto;
}

@media (max-width: 760px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-panel {
    width: 100%;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 8px 16px 14px 16px;
    background-color: #1F232B;
  }

  /* With JavaScript the list starts closed and opens via the toggle.
     Without JavaScript the full list simply stays visible. */
  .has-js .nav-list {
    display: none;
  }

  .has-js .nav-panel.nav-open .nav-list {
    display: flex;
  }

  .nav-link {
    text-align: center;
  }

  .lockupbar-inner::before,
  .lockupbar-inner::after {
    display: none;
  }

  .brand {
    padding-left: 6px;
  }
}

/* ============================================================
   PROOF-FLATBED HERO
   ============================================================ */
.proofflatbed {
  background-color: #0D0F13;
  position: relative;
  overflow: hidden;
}

.proofflatbed-outer {
  display: flex;
  gap: 0;
  align-items: stretch;
  position: relative;
}

.hero-proof {
  width: 55%;
  padding: 78px 30px 78px 0;
  display: flex;
  align-items: center;
}

.proof-card {
  background-color: #16181D;
  padding: 46px 44px 40px 44px;
  position: relative;
  transform: rotate(-1.2deg);
  box-shadow: 0 24px 40px #08090C;
  background-image: linear-gradient(to bottom, #e8e0cf, #F2EDE2);
}

.proof-card .paper-face {
  position: relative;
  z-index: 1;
}

.proof-cross {
  position: absolute;
  width: 26px;
  height: 26px;
  opacity: 1;
}

.proof-cross::before,
.proof-cross::after {
  content: "";
  position: absolute;
  background-color: #C24A4A;
}

.proof-cross::before {
  width: 26px;
  height: 3px;
  top: 50%;
  left: 0;
  margin-top: -1.5px;
}

.proof-cross::after {
  height: 26px;
  width: 3px;
  left: 50%;
  top: 0;
  margin-left: -1.5px;
}

.proof-cross.tl {
  top: 8px;
  left: 8px;
}

.proof-cross.tr {
  top: 8px;
  right: 8px;
}

.proof-cross.bl {
  bottom: 8px;
  left: 8px;
}

.proof-cross.br {
  bottom: 8px;
  right: 8px;
}

.hero-eyebrow {
  color: #C24A4A;
  font-family: "Courier New", Courier, monospace;
  border: 2px solid #C24A4A;
  display: inline-block;
  padding: 4px 12px;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  font-weight: bold;
  transform: rotate(-1deg);
}

.hero-title {
  color: #16181D;
  font-size: clamp(2.1rem, 4.6vw, 3.4rem);
  line-height: 1.08;
  margin: 20px 0 18px 0;
  font-weight: bold;
  text-shadow: 0 1px 0 #D5CCB8;
}

.hero-title span.ink-red {
  color: #9c3737;
}

.hero-lead {
  color: #2a2c33;
  font-size: 1.08rem;
  max-width: 46ch;
  margin: 0 0 26px 0;
}

.hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn-solid {
  font-family: "Courier New", Courier, monospace;
  background-color: #C24A4A;
  color: #F2EDE2;
  display: inline-block;
  padding: 13px 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.82rem;
  border-radius: 3px;
  box-shadow: 0 3px 0 #8c3434;
  transition: transform 0.15s ease, background-color 0.2s ease;
}

.btn-solid:hover {
  background-color: #d05c5c;
  transform: translateY(-1px);
}

.btn-metal {
  font-family: "Courier New", Courier, monospace;
  background-color: #343945;
  color: #F2EDE2;
  display: inline-block;
  padding: 13px 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.82rem;
  border: 2px solid #F2EDE2;
  border-radius: 3px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-metal:hover {
  background-color: #F2EDE2;
  color: #16181D;
}

/* flatbed press face */
.hero-press {
  width: 45%;
  background-color: #1F232B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 36px;
  position: relative;
}

.press-roller {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #6a7280 6%, #343945 45%, #191c22 88%);
  position: relative;
  box-shadow: inset 0 0 0 14px #14161b, inset 0 0 0 16px #4a515e;
}

.press-roller .roller-block {
  position: absolute;
  inset: 30px;
  background-color: #C24A4A;
  border-radius: 4px;
  box-shadow: inset 0 -8px 0 #8c3434;
}

.press-feed {
  margin-top: 34px;
  background-color: #0D0F13;
  width: 260px;
  height: 46px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 4px 10px #020203;
}

.sheet-ledge {
  width: 200px;
  height: 26px;
  background: linear-gradient(to bottom, #ffffff, #e7e0d0);
  position: absolute;
  right: -34px;
  top: -14px;
  transform: rotate(6deg);
  border-radius: 2px;
}

.press-lamps {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}

.pilot {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: "Courier New", Courier, monospace;
  color: #F2EDE2;
  font-size: 0.72rem;
}

.pilot-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #C24A4A;
  box-shadow: 0 0 0 4px #462425;
}

.pilot-dot.off {
  background-color: #343945;
  box-shadow: none;
}

/* kick strip */
.kick-strip {
  background-color: #1F232B;
}

.kick-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.kick-stat {
  text-align: center;
  padding: 26px 12px;
  flex: 1 1 0;
  min-width: 160px;
}

.kick-stat + .kick-stat {
  border-left: 2px solid #C24A4A;
}

.kick-num {
  font-size: 2rem;
  font-weight: bold;
  color: #F2EDE2;
  font-family: "Courier New", Courier, monospace;
  line-height: 1;
}

.kick-label {
  display: block;
  margin-top: 8px;
  color: #b9b3a6;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
}

@media (max-width: 900px) {
  .proofflatbed-outer {
    flex-wrap: wrap;
  }

  .hero-proof,
  .hero-press {
    width: 100%;
  }

  .hero-press {
    order: -1;
  }
}

/* ============================================================
   Section scaffolding
   ============================================================ */
.section-pad {
  padding: 74px 0;
}

.sec-headline {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #F2EDE2;
  margin: 0 0 8px 0;
  line-height: 1.15;
}

.sec-sub {
  color: #C24A4A;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin: 0 0 34px 0;
}

/* ============================================================
   GALLEY-TYPE WALL
   ============================================================ */
.story-wrap {
  background-color: #16181D;
}

.story-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 40px;
}

.galleywall {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}

.galley-a {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.galley-b {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 56px;
}

.galley-tray {
  background-color: #1F232B;
  border-left: 6px solid #C24A4A;
  border-right: 2px solid #343945;
  padding: 26px 28px 26px 26px;
  position: relative;
  box-shadow: 0 10px 18px #06070A;
}

.galley-tray::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background-image: repeating-linear-gradient(
    90deg,
    #343945 0,
    #343945 26px,
    transparent 26px,
    transparent 32px
  );
}

.tray-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.tray-no {
  font-family: "Courier New", Courier, monospace;
  color: #C24A4A;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  border: 2px solid #C24A4A;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tray-slip {
  border-left: 2px solid #C24A4A;
  padding-left: 10px;
  line-height: 1.2;
}

.tray-slip b {
  color: #F2EDE2;
  display: block;
  font-family: "Courier New", Courier, monospace;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
}

.tray-slip span {
  color: #a9a294;
  font-size: 0.72rem;
  font-family: "Courier New", Courier, monospace;
}

.tray-body {
  color: #d8d2c4;
  margin: 0 0 18px 0;
}

.tray-link {
  font-family: "Courier New", Courier, monospace;
  color: #C24A4A;
  font-weight: bold;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.tray-link:hover {
  color: #e07070;
}

@media (max-width: 820px) {
  .galleywall {
    grid-template-columns: 1fr;
  }

  .galley-b {
    margin-top: 0;
  }
}

/* statement row */
.statement-row {
  background-color: #0D0F13;
  margin-top: 64px;
  padding: 40px 0;
}

.statement-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.statement-figure {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  font-size: clamp(2.6rem, 6vw, 4rem);
  color: #F2EDE2;
  line-height: 1;
  border-right: 2px solid #C24A4A;
  padding-right: 36px;
  white-space: nowrap;
}

.statement-pledge {
  color: #c3bdb0;
  font-size: 1.15rem;
  margin: 0;
  max-width: 50ch;
}

.statement-pledge b {
  color: #F2EDE2;
}

@media (max-width: 720px) {
  .statement-figure {
    border-right: 0;
    border-bottom: 2px solid #C24A4A;
    padding-right: 0;
    padding-bottom: 16px;
  }
}

/* ============================================================
   REGISTRATION CHASE
   ============================================================ */
.chase-wrap {
  background-color: #0D0F13;
  padding: 74px 0;
}

.chase-frame {
  background-color: #16181D;
  border: 10px double #343945;
  padding: 34px 30px;
  position: relative;
}

.chase-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.chase-block {
  text-align: center;
  position: relative;
  padding: 16px 24px;
  cursor: pointer;
  flex: 0 0 auto;
}

.chase-tag {
  display: block;
  font-family: "Courier New", Courier, monospace;
  color: #F2EDE2;
  background-color: #343945;
  border: 2px solid #6d7785;
  padding: 16px 22px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1.1rem;
  transition: background-color 0.2s ease;
}

.chase-block.active .chase-tag,
.chase-tag:hover {
  background-color: #C24A4A;
  border-color: #F2EDE2;
}

.chase-index {
  display: block;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.72rem;
  color: #C24A4A;
  letter-spacing: 0.2em;
  margin-top: 8px;
  text-transform: uppercase;
}

/* registration cross link between blocks */
.chase-join {
  width: 46px;
  height: 46px;
  position: relative;
  margin-top: 22px;
  flex: 0 0 auto;
}

.chase-join::before {
  content: "";
  position: absolute;
  top: 21px;
  left: -6px;
  width: 46px;
  height: 3px;
  background-color: #6d7785;
}

.chase-join::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 0;
  width: 20px;
  height: 20px;
}

.chase-cross {
  position: relative;
  width: 100%;
  height: 100%;
}

.chase-cross::before,
.chase-cross::after {
  content: "";
  position: absolute;
  background-color: #C24A4A;
}

.chase-cross::before {
  width: 46px;
  height: 3px;
  top: 21px;
  left: 0;
}

.chase-cross::after {
  height: 46px;
  width: 3px;
  left: 21px;
  top: 0;
}

.chase-arrow {
  margin-top: 22px;
  padding-left: 18px;
  font-family: "Courier New", Courier, monospace;
  color: #C24A4A;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.82rem;
  flex: 0 0 auto;
}

@media (max-width: 760px) {
  .chase-join,
  .chase-arrow {
    display: none;
  }
}

.chase-caption {
  margin-top: 26px;
  border-top: 2px dashed #343945;
  padding-top: 20px;
  min-height: 70px;
}

.chase-caption p {
  margin: 0;
  color: #d8d2c4;
}

.chase-caption .caption-empty {
  color: #8a8578;
  font-style: italic;
}

/* ============================================================
   ACCENT STRIP / INK PLATE BAND
   ============================================================ */
.plate-band {
  background-color: #C24A4A;
}

.plate-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  padding: 30px 0;
}

.plate-mark {
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  border: 3px solid #F2EDE2;
  padding: 8px 18px;
  color: #F2EDE2;
  letter-spacing: 0.18em;
  transform: rotate(-1.5deg);
  white-space: nowrap;
}

.plate-text {
  color: #F2EDE2;
  font-size: 1.08rem;
  margin: 0;
  flex: 1 1 auto;
  font-weight: bold;
}

.plate-btn {
  font-family: "Courier New", Courier, monospace;
  background-color: #F2EDE2;
  color: #9c3737;
  display: inline-block;
  padding: 12px 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.8rem;
  border-radius: 3px;
  box-shadow: 0 3px 0 #8c3434;
}

.plate-btn:hover {
  background-color: #ffffff;
}

/* ============================================================
   PROOFS / secondary shared blocks
   ============================================================ */
.proofs-section {
  background-color: #16181D;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.proof-card-item {
  background-color: #F2EDE2;
  color: #16181D;
  padding: 26px 24px 22px 24px;
  position: relative;
  border-radius: 2px;
  box-shadow: 0 10px 20px #06070A;
  transform: rotate(-0.5deg);
}

.proof-card-item h3 {
  font-size: 1.15rem;
  margin: 6px 0 8px 0;
  color: #16181D;
  font-family: "Courier New", Courier, monospace;
}

.proof-card-item p {
  color: #3a3c43;
  font-size: 0.95rem;
  margin: 0;
}

.proof-no {
  font-family: "Courier New", Courier, monospace;
  color: #9c3737;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

@media (max-width: 820px) {
  .proof-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

/* small stat counters within story */
.counters-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 46px;
}

.counter-box {
  background-color: #1F232B;
  border-top: 2px solid #C24A4A;
  padding: 26px 20px;
  text-align: left;
}

.counter-num {
  font-family: "Courier New", Courier, monospace;
  font-size: 2rem;
  font-weight: bold;
  color: #F2EDE2;
  line-height: 1;
}

.counter-num .suffix {
  color: #C24A4A;
}

.counter-label {
  color: #a9a294;
  margin: 8px 0 0 0;
  font-size: 0.85rem;
  font-family: "Courier New", Courier, monospace;
}

@media (max-width: 820px) {
  .counters-band {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .counters-band {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   REAM-STACK FOOTER
   ============================================================ */
.reamstack {
  background-color: #0D0F13;
}

.ream-motto {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding: 50px 0 40px 0;
  flex-wrap: wrap;
  justify-content: center;
}

.ream-slab {
  background-color: #F2EDE2;
  color: #16181D;
  width: 240px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 0 6px 0 #7A1B1B;
  position: relative;
  transform: translateY(0);
  text-transform: uppercase;
  font-size: 0.9rem;
}

.ream-slab.slab-l {
  transform: rotate(-2deg) translateY(6px);
}

.ream-slab.slab-c {
  transform: translateY(-6px);
  background-color: #e7e0d0;
}

.ream-slab.slab-r {
  background-color: #C24A4A;
  color: #F2EDE2;
  transform: translateY(-12px);
}

.ream-slab .wrap-band {
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  background: repeating-linear-gradient(
    90deg,
    #84837C 0,
    #84837C 22px,
    transparent 22px,
    transparent 30px
  );
}

.ream-slab.slab-r .wrap-band {
  background: repeating-linear-gradient(
    90deg,
    #D98F8F 0,
    #D98F8F 22px,
    transparent 22px,
    transparent 30px
  );
}

.ream-motto-words {
  width: 100%;
  text-align: center;
  margin-top: -6px;
  font-family: "Courier New", Courier, monospace;
  color: #6d7785;
  letter-spacing: 0.34em;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.ream-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 34px 0;
  border-top: 2px solid #343945;
  border-bottom: 2px solid #343945;
}

.ream-col h4 {
  font-family: "Courier New", Courier, monospace;
  color: #C24A4A;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin: 0 0 16px 0;
}

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

.ream-col li {
  margin-bottom: 10px;
}

.ream-col a {
  color: #d8d2c4;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.88rem;
}

.ream-col a:hover {
  color: #e07070;
}

.ream-engine {
  padding: 28px 0;
  background-color: #343945;
}

.engine-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.engine-org {
  font-family: "Courier New", Courier, monospace;
  color: #F2EDE2;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.engine-meta {
  font-family: "Courier New", Courier, monospace;
  color: #c9c3b5;
  font-size: 0.82rem;
}

.engine-meta span {
  margin-right: 14px;
}

.ream-base {
  padding: 16px 0;
  position: relative;
  z-index: 1;
}

.copyright {
  font-family: "Courier New", Courier, monospace;
  color: #F2EDE2;
  font-size: 0.8rem;
  text-align: center;
  margin: 0;
}

@media (max-width: 820px) {
  .ream-cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* ============================================================
   Shared content pages (services / contact)
   ============================================================ */
.page-hero {
  background-color: #0D0F13;
}

.page-hero-inner {
  padding: 60px 0 46px 0;
  max-width: 820px;
}

.page-hero .hero-eyebrow {
  color: #F2EDE2;
  border-color: #F2EDE2;
  background-color: #C24A4A;
}

.page-hero h1 {
  color: #F2EDE2;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 22px 0 16px 0;
  line-height: 1.1;
}

.page-hero p.lede {
  color: #c3bdb0;
  font-size: 1.12rem;
  margin: 0;
  max-width: 60ch;
}

.body-section {
  background-color: #16181D;
}

.body-section.gray {
  background-color: #1F232B;
}

/* services page specific */
.svc-tray-list .galleywall {
  padding-bottom: 20px;
}

.svc-detail-block {
  background-color: #1F232B;
  border-left: 6px solid #C24A4A;
  padding: 30px 30px;
  margin-bottom: 30px;
  box-shadow: 0 10px 18px #06070A;
}

.svc-detail-block h3 {
  color: #F2EDE2;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.04em;
  margin: 0 0 14px 0;
  font-size: 1.3rem;
}

.svc-detail-block .svc-no {
  color: #C24A4A;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  display: block;
  margin-bottom: 6px;
}

.svc-detail-block p {
  color: #d8d2c4;
  margin: 0 0 12px 0;
}

.svc-detail-block ul {
  margin: 8px 0 4px 0;
  padding-left: 20px;
}

.svc-detail-block li {
  color: #d8d2c4;
  margin-bottom: 6px;
}

.svc-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.process-step {
  background-color: #0D0F13;
  border-top: 3px solid #C24A4A;
  padding: 22px 20px;
  position: relative;
}

.process-step .step-no {
  font-family: "Courier New", Courier, monospace;
  color: #C24A4A;
  font-weight: bold;
  letter-spacing: 0.14em;
}

.process-step h3 {
  margin: 8px 0 8px 0;
  font-size: 1.05rem;
  color: #F2EDE2;
  font-family: "Courier New", Courier, monospace;
}

.process-step p {
  color: #b9b3a6;
  margin: 0;
  font-size: 0.9rem;
}

/* contact specific */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}

@media (max-width: 860px) {
  .contact-split {
    grid-template-columns: 1fr;
  }
}

.contact-info h3 {
  font-family: "Courier New", Courier, monospace;
  color: #F2EDE2;
  margin: 0 0 14px 0;
}

.contact-row {
  margin-bottom: 22px;
  background-color: #1F232B;
  padding: 18px 20px;
  border-left: 3px solid #C24A4A;
}

.contact-row .row-label {
  color: #C24A4A;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}

.contact-row .row-value {
  color: #F2EDE2;
  font-size: 1.02rem;
  margin: 0;
  word-break: break-word;
}

.contact-form-wrap {
  background-color: #0D0F13;
  padding: 30px;
  border: 2px solid #343945;
}

.form-field {
  margin-bottom: 18px;
}

.form-field label {
  font-family: "Courier New", Courier, monospace;
  color: #c9c3b5;
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  background-color: #16181D;
  color: #F2EDE2;
  border: 2px solid #343945;
  padding: 11px 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  border-radius: 2px;
}

.form-field input:focus,
.form-field textarea:focus {
  outline: none;
  border-color: #C24A4A;
}

.form-note {
  color: #8a8578;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.76rem;
  margin: 4px 0 0 0;
}

.faq-item {
  background-color: #1F232B;
  margin-bottom: 16px;
  border-left: 4px solid #C24A4A;
}

.faq-q {
  margin: 0;
}

.faq-q button {
  width: 100%;
  background: none;
  border: 0;
  text-align: left;
  color: #F2EDE2;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 1.02rem;
  padding: 16px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.faq-q .faq-mark {
  color: #C24A4A;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

.faq-a {
  padding: 0 20px 16px 20px;
  color: #d8d2c4;
  display: none;
}

.faq-item.faq-open .faq-a {
  display: block;
}

/* ============================================================
   CMS / utility
   ============================================================ */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}
