/* ============================================================
   BEARFOOT TRAVEL CO LLC — Mountain Expedition & Bear-Track
   Dark Pine-Bark theme · Trail-Flame accent
   Palette:
     PINE-BARK      #171310   (body bg, base)
     TIMBER-PANEL   #241D16   (raised panels)
     DEEPER-TIMBER  #2F261D   (deeper panels)
     WARM CREAM     #F9F2E6   (headings)
     OAT-MIST       #D9CDBB   (body text)
     HAIRLINE       #3A3025   (thin separators)
     TRAIL-FLAME    #E07A3F   (signature ember orange accent)
   ============================================================ */

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

body {
  font-family: "Georgia", "Palatino Linotype", "Book Antiqua", serif;
  background-color: #171310;
  color: #D9CDBB;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: #E07A3F; text-decoration: none; }
a:hover { color: #F9F2E6; }

/* ---------- Shared wrappers ---------- */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* -----------------------------------------------
   SUMMIT-POST NAV (.summit-post-nav)
   Left-aligned vertical signpost header
   ----------------------------------------------- */
.summit-post-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #171310;
  padding: 18px 0;
  border-bottom: 1px solid #3A3025;
}

.signpost-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

/* The tall vertical timber post column */
.signpost-post {
  flex: 0 0 64px;
  width: 64px;
  height: 170px;
  margin-right: 22px;
  background-color: #241D16;
  border: 1px solid #3A3025;
  position: relative;
}

/* tiny trail-flame bolt on post */
.signpost-post::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #E07A3F;
  border-radius: 50%;
  top: 12px;
  left: 26px;
}

/* The stacked carved sign plates */
.signpost-plates {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 4px;
  position: relative;
  flex: 1;
}

.signplate {
  background-color: #241D16;
  border: 1px solid #3A3025;
  border-right: none;
  padding: 12px 18px;
  position: relative;
  min-height: 40px;
}

/* notch corner on left of each plate (timber panel behind) */
.signplate::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 8px;
  height: 14px;
  transform: translateY(-50%);
  background-color: #241D16;
  border: 1px solid #3A3025;
  border-right: none;
}

/* field bolt dots between plate and post */
.signplate::after {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  background-color: #E07A3F;
  border-radius: 50%;
}

.signplate-bolt {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #E07A3F;
  border-radius: 50%;
}

/* Wordmark plate */
.signplate.wordmark .site-title {
  font-size: 20px;
  letter-spacing: 3px;
  color: #F9F2E6;
  font-weight: 700;
  display: block;
}
.wordmark-glyph {
  color: #E07A3F;
  margin-right: 4px;
}

/* link column plates */
.signplate.navplate ul { list-style: none; display: flex; gap: 18px; }
.signplate.navplate a {
  color: #D9CDBB;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.signplate.navplate a:hover { color: #E07A3F; }

/* to the right of signpost — open breathing space w/ topo line */
.signpost-space {
  flex: 1;
  height: 40px;
  align-self: flex-start;
  margin-top: 24px;
  border-bottom: 1px dashed #3A3025;
  background: repeating-linear-gradient(0deg, transparent 0 4px, #241D16 4px 6px);
  min-width: 120px;
}

/* Mobile nav — collapse plates into a vertical stack */
.signpost-nav-toggle {
  display: none;
  background-color: #241D16;
  color: #F9F2E6;
  border: 1px solid #3A3025;
  padding: 10px 14px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .signpost-nav-toggle { display: inline-block; margin-bottom: 10px; }
  .signpost-post { display: none; }
  .signpost-space { display: none; }
  .signpost-plates { gap: 4px; }
  .signplate.navplate ul { flex-direction: column; gap: 6px; display: none; }
  .signpost-plates.open .signplate.navplate ul { display: flex; }
  .signpost-plates.open .signpost-space { display: block; }
}

/* -----------------------------------------------
   TRAILHEAD HERO (.trailhead-hero)
   Full-width topo-map backdrop + centered stack
   ----------------------------------------------- */
.trailhead-hero {
  position: relative;
  background-color: #171310;
  padding: 70px 24px 90px;
  overflow: hidden;
}

/* topo contour ellipses */
.topo-map {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
}
.topo-map .contour {
  position: absolute;
  border: 2px solid #241D16;
  border-radius: 50%;
}
.contour.c1 { width: 300px; height: 140px; top: 30px; left: -60px; }
.contour.c2 { width: 420px; height: 200px; top: 240px; left: -120px; }
.contour.c3 { width: 560px; height: 300px; top: -80px; left: 30%; }
.contour.c4 { width: 340px; height: 180px; top: 320px; right: -80px; }
.contour.c5 { width: 250px; height: 130px; top: 40px; right: 8%; }

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.trail-blaze {
  display: inline-block;
  background-color: #E07A3F;
  color: #171310;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  padding: 8px 18px;
  margin-bottom: 24px;
}

.hero-inner h1 {
  font-size: 52px;
  line-height: 1.12;
  color: #F9F2E6;
  font-weight: 700;
}
.hero-inner h1 .wild { color: #E07A3F; }

.hero-sub {
  color: #D9CDBB;
  font-size: 18px;
  max-width: 720px;
  margin: 22px auto 34px;
}

.hero-ctas { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  padding: 14px 26px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-primary { background-color: #E07A3F; color: #171310; }
.btn-primary:hover { background-color: #F9F2E6; color: #171310; }
.btn-outline { border-color: #F9F2E6; color: #F9F2E6; background-color: transparent; }
.btn-outline:hover { border-color: #E07A3F; color: #E07A3F; }

/* Bear-track trail strip across hero bottom */
.bear-track {
  margin-top: 60px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 34px;
  padding-bottom: 10px;
}
.track-route {
  position: absolute;
  left: 5%; right: 5%; bottom: 22px;
  border-top: 2px dashed #E07A3F;
  z-index: 1;
}
.paw {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 44px;
}
.paw .heel {
  position: absolute;
  width: 24px;
  height: 18px;
  background-color: #D9CDBB;
  border-radius: 50%;
  bottom: 0;
  left: 8px;
}
.paw .toe {
  position: absolute;
  width: 10px;
  height: 12px;
  background-color: #D9CDBB;
  border-radius: 50%;
}
.paw .t1 { top: 0; left: 2px; }
.paw .t2 { top: 0; left: 15px; }
.paw .t3 { top: 0; left: 28px; }
.paw .t4 { top: 10px; left: -1px; }
.paw .t5 { top: 12px; right: -2px; }
.paw.alt { transform: translateY(14px); }

@media (max-width: 640px) {
  .hero-inner h1 { font-size: 34px; }
  .bear-track { gap: 18px; }
  .paw { width: 30px; height: 34px; }
}

/* -----------------------------------------------
   BASECAMP-GRID (.basecamp-grid) — irregular bento
   ----------------------------------------------- */
.basecamp-grid-wrap { background-color: #241D16; padding: 70px 0; }
.basecamp-head {
  max-width: 720px;
  margin: 0 auto 44px;
  text-align: center;
}
.basecamp-head .section-tag {
  color: #E07A3F;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
}
.basecamp-head h2 {
  color: #F9F2E6;
  font-size: 38px;
  margin-top: 8px;
  font-weight: 700;
}
.basecamp-head p { color: #D9CDBB; margin-top: 14px; }

.basecamp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 2px;
  background-color: #171310;
  padding: 2px;
}
camp-panel {
  background-color: #241D16;
  padding: 26px;
  position: relative;
  overflow: hidden;
}
.anchor-panel { grid-column: span 2; grid-row: span 2; }
.medium-panel { grid-column: span 2; grid-row: span 1; }
.small-panel { grid-column: span 2; grid-row: span 1; }

@media (min-width: 1000px) {
  .basecamp-grid { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 240px); }
  .anchor-panel { grid-column: 1 / 3; grid-row: 1 / 3; }
  .medium-panel.p1 { grid-column: 3 / 5; grid-row: 1; }
  .medium-panel.p2 { grid-column: 3 / 5; grid-row: 2; }
  .small-panel.p3 { grid-column: 1 / 2; grid-row: 3; }
  .small-panel.p4 { grid-column: 2 / 5; grid-row: 3; }
}

@media (max-width: 640px) {
  .basecamp-grid { display: block; }
  camp-panel { display: block; margin-bottom: 2px; }
}

.motif-chip {
  display: inline-block;
  background-color: #2F261D;
  color: #E07A3F;
  padding: 5px 12px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

camp-panel h3 { color: #F9F2E6; font-size: 24px; margin-bottom: 14px; font-weight: 700; }
camp-panel p { color: #D9CDBB; font-size: 15px; }

/* pine tree row + tent triangle illustration */
.tree-row {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  margin: 22px 0 20px;
}
.tree {
  width: 0; height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 44px solid #2F261D;
  position: relative;
}
.tree.lg { border-bottom-color: #3A3025; }
.tree::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -5px;
  width: 10px; height: 12px;
  background-color: #3A3025;
}
.tent {
  width: 0; height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 34px solid #E07A3F;
  position: relative;
  margin-left: 12px;
}
.tent::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: -4px;
  width: 8px; height: 28px;
  background-color: #2F261D;
}
.tent::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: -18px;
  right: -18px;
  height: 2px;
  background-color: #3A3025;
}

/* snowflake cross chip */
.snowflake {
  display: inline-block;
  width: 26px; height: 26px;
  position: relative;
  margin: 4px 8px 4px 0;
}
.snowflake::before,
.snowflake::after {
  content: "";
  position: absolute;
  background-color: #D9CDBB;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.snowflake::before { width: 26px; height: 2px; }
.snowflake::after { width: 2px; height: 26px; }

/* park arch chip */
.park-arch {
  display: inline-block;
  width: 28px; height: 20px;
  border: 2px solid #D9CDBB;
  border-bottom: none;
  border-radius: 50% 50% 0 0;
  margin: 4px 8px 4px 0;
  vertical-align: middle;
}

/* compass rose chip */
.compass-rose {
  display: inline-block;
  width: 24px; height: 24px;
  position: relative;
  margin: 4px 8px 4px 0;
}
.compass-rose::before {
  content: "N";
  position: absolute;
  color: #E07A3F;
  font-size: 12px;
  font-weight: 700;
  top: -2px;
  left: 7px;
}
.compass-rose::after {
  content: "";
  position: absolute;
  top: 6px; left: 11px; width: 2px; height: 14px;
  background-color: #D9CDBB;
  transform: rotate(45deg);
}

/* -----------------------------------------------
   METRIC BAND (.metric-band)
   Full-width solid trail-flame band
   ----------------------------------------------- */
.metric-band {
  background-color: #E07A3F;
  color: #171310;
  padding: 56px 0;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
  align-items: center;
}
.metric {
  padding: 10px 20px;
}
.metric + .metric { border-left: 1px solid #171310; }
.metric .num {
  font-size: 44px;
  font-weight: 700;
  color: #171310;
  display: block;
}
.metric .label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #3A3025;
  font-weight: 600;
}
@media (max-width: 760px) {
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(3) { border-left: 1px solid #171310; }
  .metric:nth-child(2) { border-left: none; }
}

/* -----------------------------------------------
   STATEMENT BAND (.statement-band)
   Timber-panel manifesto band
   ----------------------------------------------- */
.statement-band {
  background-color: #241D16;
  padding: 70px 0;
}
.statement-band .container {
  max-width: 860px;
}
.statement-quote {
  border-left: 4px solid #E07A3F;
  padding: 10px 30px;
  font-size: 24px;
  line-height: 1.5;
  color: #F9F2E6;
}
.statement-by {
  color: #E07A3F;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  margin-top: 22px;
  padding-left: 30px;
  font-weight: 700;
}

/* -----------------------------------------------
   CTA BAND (.cta-band)
   ----------------------------------------------- */
.cta-band {
  background-color: #171310;
  padding: 80px 0;
  text-align: center;
}
.cta-band h2 {
  color: #F9F2E6;
  font-size: 38px;
  margin-bottom: 14px;
  font-weight: 700;
}
.cta-band p {
  color: #D9CDBB;
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 17px;
}

/* -----------------------------------------------
   LOOKOUT-TOWER FOOTER (.lookout-tower-footer)
   ----------------------------------------------- */
.lookout-tower-footer {
  background-color: #2F261D;
  color: #D9CDBB;
  position: relative;
  z-index: 1;
}
.lookout-deck {
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(90deg, #241D16 0 14px, #E07A3F 14px 20px, #241D16 20px 34px);
}
.footer-body {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  padding: 46px 0 10px;
  position: relative;
  z-index: 1;
}
.footer-brand { flex: 1 1 300px; }
.footer-brand .wordmark {
  color: #F9F2E6;
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: 700;
}
.footer-brand .paw-glyph { color: #E07A3F; }
.footer-brand p { margin-top: 14px; max-width: 420px; }

.footer-links { flex: 1 1 300px; display: flex; flex-direction: column; gap: 20px; }
.foot-group h4 {
  color: #E07A3F;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  margin-bottom: 8px;
}
.foot-group ul { list-style: none; }
.foot-group li { margin: 6px 0; }
.foot-group a { color: #D9CDBB; }
.foot-group a:hover { color: #E07A3F; }

.foot-bottom-line { border-top: 1px solid #3A3025; padding-top: 18px; padding-bottom: 18px; position: relative; z-index: 1; }
.foot-legal {
  text-align: center;
  color: #D9CDBB;
  font-size: 14px;
}
.foot-legal a { color: #E07A3F; }

/* header title only for secondary pages */
.page-head { padding: 40px 0; background-color: #171310; }
.page-head h1 { color: #F9F2E6; font-size: 40px; }
.page-head .breadcrumb { color: #D9CDBB; font-size: 15px; margin-top: 8px; }

/* ---------- Services page ---------- */
.services-section { padding: 70px 0; }
.services-section.alt { background-color: #241D16; }
.services-section .section-title { color: #F9F2E6; font-size: 34px; margin-bottom: 10px; }
.services-section .tag { color: #E07A3F; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; }
.service-item { display: flex; gap: 30px; align-items: flex-start; padding: 34px 0; border-bottom: 1px solid #3A3025; }
.service-item .ico {
  flex: 0 0 46px;
  width: 46px; height: 46px;
  background-color: #2F261D;
  border: 1px solid #3A3025;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
  color: #E07A3F;
  border-radius: 8px;
}
.service-item h3 { color: #F9F2E6; font-size: 24px; margin-bottom: 10px; }
.service-item p { color: #D9CDBB; font-size: 16px; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background-color: #171310; padding: 2px; margin-top: 30px; }
.process-step { background-color: #241D16; padding: 28px; }
.process-step .step-num { color: #E07A3F; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; font-weight: 700; }
.process-step h4 { color: #F9F2E6; font-size: 20px; margin: 8px 0; }
.process-step p { color: #D9CDBB; font-size: 15px; }
@media (max-width: 760px) { .process-steps { grid-template-columns: 1fr; } }

/* ---------- Contact page ---------- */
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; padding: 60px 0; }
.contact-info h3 { color: #F9F2E6; font-size: 26px; margin-bottom: 16px; }
.contact-info .info-row { padding: 12px 0; border-bottom: 1px solid #3A3025; }
.contact-info .info-row .k { color: #E07A3F; text-transform: uppercase; letter-spacing: 2px; font-size: 12px; font-weight: 700; }
.contact-info .info-row .v { color: #D9CDBB; margin-top: 4px; }
.contact-form { background-color: #241D16; padding: 34px; }
.contact-form label { color: #F9F2E6; display: block; margin: 16px 0 6px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.contact-form input, .contact-form textarea, .contact-form select {
  width: 100%;
  padding: 12px 14px;
  background-color: #171310;
  border: 1px solid #3A3025;
  color: #F9F2E6;
  font-size: 15px;
  font-family: inherit;
}
.contact-form textarea { min-height: 140px; }
.contact-form .btn { margin-top: 22px; }
.faq-sections { padding: 40px 0 70px; }
.faq-sections h2 { color: #F9F2E6; font-size: 32px; margin-bottom: 24px; }
.faq-item { border-bottom: 1px solid #3A3025; }
.faq-q { width: 100%; background: none; border: none; text-align: left; color: #F9F2E6; font-size: 18px; padding: 18px 0; cursor: pointer; font-family: inherit; }
.faq-q::after { content: "+"; color: #E07A3F; float: right; font-size: 22px; }
.faq-item.open .faq-q::after { content: "-"; }
.faq-a { max-height: 0; overflow: hidden; color: #D9CDBB; transition: max-height 0.4s ease; }
.faq-a p { padding: 0 0 18px; }
.faq-item.open .faq-a { max-height: 400px; }

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

/* ---------- scroll reveal (safe fallback) ---------- */
.fade-up { opacity: 1; transform: translateY(0); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .fade-up.opacity-0 { opacity: 0; transform: translateY(20px); }
.fade-up.visible { opacity: 1; transform: translateY(0); }
