/* ============================================================
   EVENFALL OUTDOOR — Dusk Camp Theme
   Palette:
   DUSK-CANVAS #23282E  (body background, deep blue-grey sky)
   COAL-CREAM  #F1EBDD  (primary text)
   EMBER-ORANGE #D0763A (accent — last ember)
   PINE-NIGHT  #2F4A3C  (secondary chips)
   PIT-DEEP    #171C22  (deepest blocks)
   IRON-RACK   #454E57  (raised panels)
   LANTERN-GREY #9AA5AD (thin guy lines)
   ============================================================ */

html.js .reveal-pre {
  opacity: 0;
  transform: translateY(14px);
}
html.js .reveal-pre.is-shown {
  opacity: 1;
  transform: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  background-color: #23282E;
  color: #F1EBDD;
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.01em;
  line-height: 1.22;
  margin: 0 0 0.5em 0;
  color: #F1EBDD;
}

p {
  margin: 0 0 1em 0;
}

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

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

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

/* ============================================================
   GUY LINE TABS NAVIGATION
   ============================================================ */

.guyline {
  background-color: #171C22;
  border-bottom: 3px solid #D0763A;
  padding: 0;
}

.guyline-ridge {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px 0 24px;
}

.guyline-toprow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid #454E57;
  padding-bottom: 12px;
}

.brandplate {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #2F4A3C;
  border: 2px solid #454E57;
  border-left: 6px solid #D0763A;
  padding: 8px 18px 8px 14px;
}

.brandplate-ember {
  width: 10px;
  height: 10px;
  background-color: #D0763A;
  border-radius: 50%;
  display: inline-block;
}

.brandplate-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #F1EBDD;
  text-transform: uppercase;
}

.guyline-toggle {
  display: none;
  background-color: #454E57;
  color: #F1EBDD;
  border: 2px solid #9AA5AD;
  font-size: 0.85rem;
  letter-spacing: 0.14em;
  padding: 8px 14px;
  cursor: pointer;
  text-transform: uppercase;
}

.guyline-rocalline {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: #9AA5AD;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #454E57;
  margin-top: 10px;
}

.guytabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dashed #454E57;
}

.guytab {
  position: relative;
  padding-top: 16px;
}

.guytab-cord {
  display: block;
  width: 1px;
  height: 16px;
  background-color: #9AA5AD;
  margin: 0 auto;
}

.guytab a {
  display: block;
  background-color: #454E57;
  color: #F1EBDD;
  border: 2px solid #2F4A3C;
  padding: 9px 16px 7px 16px;
  min-width: 104px;
  text-align: center;
}

.guytab a:hover {
  background-color: #2F4A3C;
  color: #F1EBDD;
  text-decoration: none;
  border-color: #D0763A;
}

.guytab-link {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.guytab-rig {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: #9AA5AD;
  text-transform: uppercase;
  margin-top: 3px;
}

.guytab a:hover .guytab-rig {
  color: #F1EBDD;
}

.guytab-notch {
  display: block;
  width: 6px;
  height: 6px;
  background-color: #9AA5AD;
  border-radius: 50%;
  margin: 0 auto;
}

/* alternating drop depths */
.guytab-drop1 { margin-top: 0; }
.guytab-drop2 { margin-top: 14px; }
.guytab-drop3 { margin-top: 4px; }
.guytab-drop4 { margin-top: 22px; }
.guytab-drop5 { margin-top: 10px; }

/* ============================================================
   HERO — DUSK CAMP SCENE
   ============================================================ */

.camprig {
  background-color: #23282E;
  border-bottom: 1px solid #454E57;
  padding: 44px 0 54px 0;
}

.camprig-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  align-items: center;
}

.camprig-copy {
  flex: 1 1 55%;
  min-width: 320px;
}

.camprig-kicker {
  display: inline-block;
  background-color: #2F4A3C;
  color: #F1EBDD;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 5px 13px;
  border-left: 4px solid #D0763A;
  margin-bottom: 20px;
}

.camprig-title {
  font-size: 2.55rem;
  margin-bottom: 20px;
}

.camprig-title-ember {
  color: #D0763A;
}

.camprig-lede {
  font-size: 1.06rem;
  color: #F1EBDD;
  max-width: 620px;
  margin-bottom: 24px;
}

.camprig-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.firepoker {
  display: inline-block;
  background-color: #D0763A;
  color: #171C22;
  border: 2px solid #171C22;
  padding: 13px 24px 11px 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  box-shadow: 4px 4px 0 #171C22;
}

.firepoker:hover {
  background-color: #F1EBDD;
  color: #171C22;
  text-decoration: none;
}

.firepoker-alt {
  background-color: #454E57;
  color: #F1EBDD;
  border-color: #F1EBDD;
  box-shadow: 4px 4px 0 #2F4A3C;
}

.firepoker-alt:hover {
  background-color: #2F4A3C;
  color: #F1EBDD;
}

.firepoker-code {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  color: #171C22;
  margin-top: 2px;
}

.firepoker-alt .firepoker-code {
  color: #9AA5AD;
}

/* ---- CSS CAMP KITCHEN RIG ---- */

.camprig-visual {
  flex: 1 1 40%;
  min-width: 300px;
  height: 400px;
  position: relative;
  background-color: #171C22;
  border: 2px solid #454E57;
  overflow: hidden;
}

/* tripods */
.rig-tripod {
  position: absolute;
  top: 46px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 168px solid #454E57;
}

.rig-tripod-left { left: 44px; }
.rig-tripod-right { right: 44px; }

.rig-tripod-leg-l {
  position: absolute;
  top: 46px;
  left: 30px;
  width: 3px;
  height: 168px;
  background-color: #454E57;
  transform: rotate(10deg);
  transform-origin: top center;
}

.rig-tripod-leg-r {
  position: absolute;
  top: 46px;
  right: 30px;
  width: 3px;
  height: 168px;
  background-color: #454E57;
  transform: rotate(-10deg);
  transform-origin: top center;
}

/* crossbar */
.rig-crossbar {
  position: absolute;
  top: 80px;
  left: 36px;
  right: 36px;
  height: 12px;
  background-color: #9AA5AD;
  border-top: 3px solid #F1EBDD;
  border-bottom: 3px solid #454E57;
}

/* hanging kettle on crossbar */
.rig-kettle {
  position: absolute;
  top: 92px;
  left: 46%;
  width: 66px;
  margin-left: -33px;
}

.rig-kettle-hook {
  width: 3px;
  height: 22px;
  background-color: #9AA5AD;
  margin: 0 auto;
}

.rig-kettle-body {
  height: 46px;
  background-color: #2F4A3C;
  border: 3px solid #9AA5AD;
  border-radius: 8px 8px 22px 22px;
  position: relative;
}

.rig-kettle-spout {
  position: absolute;
  right: -12px;
  top: 10px;
  width: 14px;
  height: 5px;
  background-color: #9AA5AD;
}

.rig-kettle-handle {
  position: absolute;
  top: -16px;
  left: 8px;
  right: 8px;
  height: 18px;
  border: 3px solid #9AA5AD;
  border-bottom: none;
  border-radius: 14px 14px 0 0;
}

/* two pans on S hooks */
.rig-pan {
  position: absolute;
  top: 92px;
  width: 5px;
}

.rig-pan-left { left: 26%; }
.rig-pan-right { left: 68%; }

.rig-pan-hook {
  width: 5px;
  height: 18px;
  background-color: #9AA5AD;
  margin: 0 auto;
  border-radius: 3px;
}

.rig-pan-body {
  width: 50px;
  height: 22px;
  background-color: #454E57;
  border: 3px solid #9AA5AD;
  border-radius: 0 0 20px 20px;
  margin-left: -22px;
}

.rig-pan-handle {
  position: absolute;
  right: -22px;
  top: 4px;
  width: 24px;
  height: 4px;
  background-color: #9AA5AD;
}

/* utensil rail with three tools */
.rig-rails {
  position: absolute;
  top: 158px;
  left: 40px;
  right: 40px;
  height: 4px;
  background-color: #9AA5AD;
}

.rig-tool {
  position: absolute;
  top: 162px;
  width: 4px;
  height: 30px;
  background-color: #F1EBDD;
}

.rig-tool-1 { left: 24%; }
.rig-tool-2 { left: 46%; height: 40px; }
.rig-tool-3 { left: 72%; height: 24px; }

.rig-tool-head {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 16px;
  height: 8px;
  background-color: #D0763A;
  border-radius: 2px;
}

/* chain-hung lantern with warm glow */
.rig-lantern {
  position: absolute;
  top: 30px;
  right: 88px;
  width: 34px;
}

.rig-lantern-chain {
  width: 3px;
  height: 30px;
  background-color: #9AA5AD;
  margin: 0 auto;
}

.rig-lantern-cap {
  height: 6px;
  background-color: #454E57;
  border: 2px solid #9AA5AD;
}

.rig-lantern-glow {
  height: 34px;
  background-color: #D0763A;
  border: 3px solid #9AA5AD;
  position: relative;
}

.rig-lantern-flame {
  position: absolute;
  top: 12px;
  left: 9px;
  width: 10px;
  height: 12px;
  background-color: #F1EBDD;
  border-radius: 50% 50% 40% 40%;
}

.rig-lantern-base {
  height: 7px;
  background-color: #454E57;
  border: 2px solid #9AA5AD;
}

/* cast iron stove plateau with ember glow strip */
.rig-stove {
  position: absolute;
  bottom: 52px;
  left: 50%;
  width: 190px;
  margin-left: -95px;
  height: 28px;
  background-color: #171C22;
  border: 3px solid #454E57;
  border-top: 4px solid #9AA5AD;
}

.rig-stove-ember {
  position: absolute;
  bottom: 6px;
  left: 10px;
  right: 10px;
  height: 5px;
  background-color: #D0763A;
}

.rig-stove-legs {
  position: absolute;
  bottom: 22px;
  width: 6px;
  height: 30px;
  background-color: #454E57;
}

.rig-stove-legs-l { left: 14px; }
.rig-stove-legs-r { right: 14px; }

/* ground mat with two enamel plates */
.rig-mat {
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 260px;
  margin-left: -130px;
  height: 30px;
  background-color: #2F4A3C;
  border: 2px solid #454E57;
}

.rig-plate {
  position: absolute;
  bottom: 19px;
  width: 34px;
  height: 34px;
  background-color: #F1EBDD;
  border: 4px solid #9AA5AD;
  border-radius: 50%;
}

.rig-plate-1 { left: 56px; }
.rig-plate-2 { right: 56px; }

/* ============================================================
   PACK STATION ROWS
   ============================================================ */

.packstations {
  padding: 56px 0 40px 0;
  background-color: #23282E;
}

.packstations-head {
  margin-bottom: 34px;
}

.packstations-head h2 {
  font-size: 2rem;
  max-width: 760px;
}

.packstations-sub {
  color: #F1EBDD;
  max-width: 720px;
  font-size: 1.02rem;
}

.packstation {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 22px;
  border: 2px solid #454E57;
  background-color: #454E57;
}

.packstation-tint {
  background-color: #3B444D;
  border-color: #3B444D;
}

.packstation-flip {
  transform: rotate(-1deg);
}

.packstation-skew {
  transform: rotate(1deg);
}

.packstation-check {
  flex: 0 0 176px;
  background-color: #171C22;
  color: #F1EBDD;
  padding: 22px 18px;
  border-right: 3px solid #454E57;
}

.packstation-check-id {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.packstation-flame {
  display: inline-block;
  width: 12px;
  height: 14px;
  background-color: #D0763A;
  border-radius: 50% 50% 45% 45%;
  margin-left: 6px;
  vertical-align: middle;
}

.packstation-check-note {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9AA5AD;
  margin-top: 8px;
}

.packstation-outfit {
  flex: 1 1 320px;
  padding: 22px 26px;
  background-color: #454E57;
  color: #F1EBDD;
}

.packstation-tint .packstation-outfit {
  background-color: #3B444D;
}

.packstation-invert .packstation-outfit {
  background-color: #D0763A;
  color: #171C22;
}

.packstation-invert .packstation-outfit h3 {
  color: #171C22;
}

.packstation-invert {
  background-color: #D0763A;
  border-color: #D0763A;
}

.packstation-invert .packstation-check {
  background-color: #171C22;
  border-right-color: #171C22;
}

.packstation-invert .packstation-cord {
  background-color: #171C22;
}

.packstation-invert .packstation-cord-fill {
  background-color: #F1EBDD;
}

.packstation-outfit h3 {
  font-size: 1.28rem;
  margin-bottom: 8px;
}

.packstation-outfit p {
  margin-bottom: 0;
  font-size: 0.98rem;
}

.packstation-cord {
  position: relative;
  height: 3px;
  background-color: #9AA5AD;
  margin-top: 16px;
}

.packstation-cord-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background-color: #D0763A;
}

.cord-fill-8 { width: 16%; }
.cord-fill-14 { width: 30%; }
.cord-fill-22 { width: 44%; }
.cord-fill-30 { width: 60%; }
.cord-fill-38 { width: 76%; }
.cord-fill-45 { width: 94%; }

.packstation-weight {
  display: inline-block;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: #9AA5AD;
  margin-top: 6px;
  text-transform: uppercase;
}

.packstation-invert .packstation-weight {
  color: #171C22;
}

/* ============================================================
   DUSK MUSTER ACCENT STRIP
   ============================================================ */

.duskmuster {
  background-color: #D0763A;
  color: #171C22;
  padding: 30px 0;
  border-top: 4px solid #9AA5AD;
  border-bottom: 4px solid #9AA5AD;
}

.duskmuster-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  justify-content: center;
  text-align: center;
}

.duskmuster-cord {
  flex: 1 1 60px;
  height: 3px;
  background-color: #171C22;
  max-width: 160px;
}

.duskmuster-lantern {
  width: 22px;
  height: 26px;
  background-color: #F1EBDD;
  border: 3px solid #171C22;
  border-radius: 3px;
}

.duskmuster-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 700;
  color: #171C22;
  margin: 0;
}

/* ============================================================
   GENERIC CONTENT BLOCKS
   ============================================================ */

.gatherblock {
  padding: 54px 0;
  background-color: #23282E;
}

.gatherblock-deep {
  padding: 54px 0;
  background-color: #171C22;
}

.gatherblock h2 {
  font-size: 1.85rem;
}

.prose-duo {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}

.prose-duo > div {
  flex: 1 1 320px;
}

.prose-note {
  color: #F1EBDD;
}

.chiprow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.pinechip {
  background-color: #2F4A3C;
  color: #F1EBDD;
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  padding: 6px 13px;
  text-transform: uppercase;
  border-left: 3px solid #D0763A;
}

.rackpanel {
  background-color: #454E57;
  color: #F1EBDD;
  padding: 26px 28px;
  border: 2px solid #9AA5AD;
}

.rackpanel h3 {
  font-size: 1.22rem;
}

.rackpanel ul {
  margin: 0;
  padding-left: 20px;
}

.rackpanel li {
  margin-bottom: 8px;
}

.pitpanel {
  background-color: #171C22;
  color: #F1EBDD;
  padding: 30px 32px;
  border: 2px solid #454E57;
  border-top: 5px solid #D0763A;
}

/* ============================================================
   FOOTER — FIRE PIT BASE
   ============================================================ */

.firepitbase {
  background-color: #171C22;
  color: #F1EBDD;
  padding: 0 0 30px 0;
  margin-top: 0;
}

.firepit-stones {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 24px;
  border-bottom: 2px solid #454E57;
}

.firepit-stone {
  width: 16px;
  height: 16px;
  background-color: #454E57;
  border: 2px solid #9AA5AD;
  border-radius: 40% 55% 45% 60%;
}

.firepit-ember {
  width: 10px;
  height: 10px;
  background-color: #D0763A;
  border-radius: 50%;
}

.firepit-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 20px 24px 8px 24px;
}

.firepit-tab {
  background-color: #2F4A3C;
  color: #F1EBDD;
  border: 2px solid #454E57;
  padding: 8px 14px;
  font-size: 0.86rem;
}

.firepit-tab:hover {
  color: #F1EBDD;
  background-color: #454E57;
  border-color: #D0763A;
  text-decoration: none;
}

.firepit-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px 24px 0 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.firepit-brandplate {
  flex: 1 1 300px;
  background-color: #2F4A3C;
  border: 2px solid #454E57;
  border-left: 6px solid #D0763A;
  padding: 20px 22px;
}

.firepit-brandplate strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.firepit-brandplate p {
  margin: 0;
  font-size: 0.94rem;
}

.firepit-contact {
  flex: 1 1 300px;
  padding: 4px 0;
}

.firepit-contact p {
  margin: 0 0 6px 0;
  font-size: 0.94rem;
}

.firepit-base {
  max-width: 1120px;
  margin: 20px auto 0 auto;
  padding: 18px 24px 0 24px;
  border-top: 2px solid #454E57;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.84rem;
  color: #9AA5AD;
}

.firepit-kettle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #F1EBDD;
}

.firepit-place {
  color: #9AA5AD;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.firepit-kettle-glyph {
  width: 18px;
  height: 14px;
  background-color: #454E57;
  border: 2px solid #9AA5AD;
  border-radius: 2px 2px 7px 7px;
}

/* ============================================================
   INNER PAGES (services / contact)
   ============================================================ */

.page-banner {
  background-color: #171C22;
  border-bottom: 3px solid #D0763A;
  padding: 42px 0 38px 0;
}

.page-banner h1 {
  font-size: 2.2rem;
}

.page-banner p {
  max-width: 720px;
  color: #F1EBDD;
  margin-bottom: 0;
}

.service-list {
  padding: 46px 0 20px 0;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 26px;
  border: 2px solid #454E57;
  align-items: stretch;
}

.service-row-alt {
  background-color: #3B444D;
  border-color: #3B444D;
}

.service-marker {
  flex: 0 0 150px;
  background-color: #171C22;
  color: #F1EBDD;
  padding: 22px 16px;
  border-right: 3px solid #454E57;
}

.service-marker-id {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

.service-marker-note {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9AA5AD;
  margin-top: 8px;
}

.service-body {
  flex: 1 1 340px;
  background-color: #454E57;
  color: #F1EBDD;
  padding: 22px 26px;
}

.service-row-alt .service-body {
  background-color: #3B444D;
}

.service-body h2 {
  font-size: 1.28rem;
}

.service-body p {
  margin-bottom: 10px;
  font-size: 0.98rem;
}

.service-body p:last-child {
  margin-bottom: 0;
}

.process-track {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.process-step {
  flex: 1 1 190px;
  background-color: #171C22;
  border: 2px solid #454E57;
  border-top: 5px solid #D0763A;
  padding: 20px;
}

.process-step-num {
  display: inline-block;
  background-color: #D0763A;
  color: #171C22;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  padding: 3px 9px;
  margin-bottom: 10px;
}

.process-step h3 {
  font-size: 1.06rem;
}

.process-step p {
  font-size: 0.92rem;
  margin-bottom: 0;
}

.ctaband {
  background-color: #D0763A;
  color: #171C22;
  padding: 40px 0;
  border-top: 4px solid #9AA5AD;
  border-bottom: 4px solid #9AA5AD;
}

.ctaband h2 {
  color: #171C22;
  font-size: 1.7rem;
}

.ctaband p {
  color: #171C22;
  max-width: 720px;
}

.ctaband .firepoker {
  background-color: #171C22;
  color: #F1EBDD;
  border-color: #171C22;
  box-shadow: 4px 4px 0 #F1EBDD;
}

.ctaband .firepoker:hover {
  background-color: #F1EBDD;
  color: #171C22;
  text-decoration: none;
}

.ctaband .firepoker-code {
  color: #9AA5AD;
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  padding: 46px 0 20px 0;
}

.contact-form-col {
  flex: 1 1 380px;
}

.contact-info-col {
  flex: 1 1 300px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9AA5AD;
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  background-color: #171C22;
  color: #F1EBDD;
  border: 2px solid #454E57;
  padding: 11px 13px;
  font-size: 0.96rem;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

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

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

.form-note {
  font-size: 0.84rem;
  color: #9AA5AD;
  margin-top: 10px;
}

.form-status {
  margin-top: 14px;
  padding: 12px 14px;
  background-color: #2F4A3C;
  color: #F1EBDD;
  border-left: 5px solid #D0763A;
  font-size: 0.92rem;
}

.info-block {
  background-color: #171C22;
  border: 2px solid #454E57;
  border-top: 5px solid #D0763A;
  padding: 22px 24px;
  margin-bottom: 20px;
}

.info-block h3 {
  font-size: 1.1rem;
}

.info-block p {
  font-size: 0.94rem;
  margin-bottom: 6px;
}

.faq-item {
  background-color: #454E57;
  border: 2px solid #9AA5AD;
  margin-bottom: 12px;
}

.faq-question {
  width: 100%;
  text-align: left;
  background-color: #454E57;
  color: #F1EBDD;
  border: none;
  padding: 15px 18px;
  font-size: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  cursor: pointer;
}

.faq-question:hover {
  background-color: #2F4A3C;
}

.faq-answer {
  display: none;
  padding: 0 18px 16px 18px;
  font-size: 0.94rem;
  color: #F1EBDD;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* ============================================================
   COUNTERS
   ============================================================ */

.countrow {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
}

.countcell {
  flex: 1 1 150px;
  background-color: #171C22;
  border: 2px solid #454E57;
  padding: 18px;
  text-align: center;
}

.countcell-num {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #D0763A;
}

.countcell-label {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9AA5AD;
  margin-top: 4px;
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 760px) {
  .guyline-toggle {
    display: inline-block;
  }
  .guytabs {
    display: none;
  }
  .guytabs.is-open {
    display: flex;
  }
  .guytab {
    padding-top: 10px;
    margin-top: 0;
  }
  .camprig-title {
    font-size: 1.9rem;
  }
  .packstation-check {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 3px solid #454E57;
  }
  .packstation-outfit {
    padding: 18px;
  }
  .service-marker {
    flex: 0 0 100%;
    border-right: none;
    border-bottom: 3px solid #454E57;
  }
  .packstation-flip,
  .packstation-skew {
    transform: none;
  }
}
