/* ==========================================================================
   YANCHAIFEI — Goose Gate Trading Post
   Shared stylesheet for the homepage, services and contact pages.
   Light theme on mountain reed paper. Motif rendered purely with CSS.
   ========================================================================== */

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 1.65;
  color: #2B2A26;
  background-color: #F4F1E6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a { color: #4A6274; text-decoration: none; }
a:hover { color: #B05C34; text-decoration: underline; }

h1, h2, h3, h4 { line-height: 1.2; font-weight: 700; color: #2B2A26; margin: 0; }

p { margin: 0 0 1em; }
img { max-width: 100%; display: block; }

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

/* Horizontal utility band used inside pagewrap. */
.innerband { display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; }

/* --------------------------------------------------------------------------
   VISUAL REVEAL — safe without JS. Base state is fully visible; the
   reveal-fade class is applied by JS only when it runs.
   -------------------------------------------------------------------------- */
.reveal-fade { opacity: 1; transform: none; transition: opacity 0.6s ease, transform 0.6s ease; position: relative; }
.js-enabled .reveal-fade { opacity: 0; transform: translateY(14px); }
.js-enabled .reveal-fade.is-visible { opacity: 1; transform: none; }

.no-js .reveal-fade { opacity: 1; transform: none; }
.no-js .reveal-fade.is-visible { opacity: 1; transform: none; }

/* ==========================================================================
   SECTION SNAKE SKELETON LAYOUT
   ========================================================================== */

.gateshell { width: 100%; }

/* --------------------------------------------------------------------------
   1. NAVIGATION — GATE TOWER HEADER (.gatetower)
   -------------------------------------------------------------------------- */
.gatetower {
  position: relative;
  width: 100%;
  background-color: #FBF9F1;
  border-bottom: 1px solid #E2DECD;
  padding: 0;
  box-shadow: 0 1px 0 #E2DECD inset;
}
.towerbeam {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 1.4rem;
}
.plague {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.plaque {
  display: inline-block;
  background-color: #FBF9F1;
  border: 2px solid #4A6274;
  border-top: 4px solid #4A6274;
  padding: 0.55rem 1.2rem 0.6rem;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #2B2A26;
  line-height: 1;
  box-shadow: 0 0 0 1px #E2DECD;
  position: relative;
}
.plaque::after {
  content: "";
  position: absolute;
  left: 0; right: 0; top: -8px;
  height: 4px;
  background-color: #4A6274;
}
.plaque .pmark { color: #B05C34; }
.tagrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.4rem;
  align-items: center;
}
.gatetag {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.9rem 0.42rem;
  background-color: #FBF9F1;
  border: 1px solid #4A6274;
  border-top: 1px solid #4A6274;
  color: #2B2A26;
  font-family: Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.1;
}
.gatetag:nth-child(odd) { transform: rotate(-1.2deg) translateY(2px); }
.gatetag:nth-child(even) { transform: rotate(0.8deg); }
.gatetag .cordhole {
  width: 5px; height: 5px;
  border-radius: 50%;
  background-color: #F4F1E6;
  border: 1px solid #8A8A5C;
  margin-right: 0.45rem;
  flex: 0 0 5px;
}
.gatetag:hover { background-color: #F4F1E6; color: #B05C34; text-decoration: none; }
.gatetag.active { border-color: #B05C34; color: #B05C34; }

.towerbell {
  margin-left: 0.4rem;
  width: 22px; height: 26px;
  border: 2px solid #4A6274;
  border-radius: 10px 10px 7px 7px;
  position: relative;
  flex: 0 0 22px;
}
.towerbell::before {
  content: "";
  position: absolute; top: -8px; left: 5px;
  width: 8px; height: 8px;
  border: 2px solid #4A6274; border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.towerbell::after {
  content: "";
  position: absolute; bottom: -4px; left: 6px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background-color: #B05C34;
}

.menutoggle {
  display: none;
  position: relative;
  background-color: #4A6274;
  border: 0;
  color: #FBF9F1;
  font-family: Georgia, serif;
  font-size: 1rem;
  padding: 0.5rem 0.9rem;
  cursor: pointer;
}

/* --------------------------------------------------------------------------
   2. HERO — GOOSE V PASSAGE (.goosepass)
   -------------------------------------------------------------------------- */
.goosepass {
  position: relative;
  background-color: #F4F1E6;
  padding: 3.2rem 0 3.4rem;
  overflow: hidden;
}
.duskband {
  opacity: 1;
  position: relative;
  z-index: 0;
}
.hero-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: stretch;
}
.hero-words { flex: 0 1 55%; min-width: 280px; }
.hero-visual { flex: 1 1 38%; min-width: 280px; position: relative; }

.eyemark {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B05C34;
  border-top: 1px solid #B05C34;
  border-bottom: 1px solid #B05C34;
  padding: 0.3rem 0.4rem;
  margin: 0 0 1.2rem;
}
.hero-title {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(2.3rem, 5vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.04;
  color: #2B2A26;
  margin: 0 0 0.6rem;
}
.hero-title .passingword { display: block; color: #4A6274; font-weight: 800; }
.hero-lede {
  font-size: 1.22rem;
  color: #2B2A26;
  max-width: 46ch;
  margin: 0 0 1.8rem;
  line-height: 1.72;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.sealbtn {
  display: inline-block;
  background-color: #B05C34;
  border: 2px solid #B05C34;
  color: #FBF9F1;
  font-family: Georgia, serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 0.78rem 1.55rem;
  border-radius: 3px 3px 3px 10px;
  box-shadow: 0 0 0 2px #FBF9F1, 0 0 0 4px #B05C34, 4px 5px 0 0 #8A8A5C;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sealbtn:hover { text-decoration: none; color: #FBF9F1; transform: translateY(-2px); background-color: #9c4e2c; }
.sealbtn.quiet {
  background-color: #FBF9F1;
  color: #4A6274;
  border: 2px solid #4A6274;
  box-shadow: 0 0 0 2px #FBF9F1, 0 0 0 4px #4A6274, 4px 5px 0 0 #8A8A5C;
}
.sealbtn.quiet:hover { background-color: #4A6274; color: #FBF9F1; }

/* The V formation of geese built with CSS dots */
.vaerial { width: 100%; text-align: center; padding: 1.4rem 0 1rem; position: relative; }
.vrowoffset { margin: 0 auto; max-width: 440px; }
.acrosslines {
  position: relative;
  margin: 0 auto 1.2rem;
  padding: 0.6rem 2.2rem;
}
.acrosslines::before {
  content: "";
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 0;
  border-top: 4px solid #4A6274;
  border-radius: 50%;
  opacity: 1;
}
.acrosslines .passstamp {
  position: absolute;
  top: -6px; right: -6px;
  border: 2px solid #B05C34;
  color: #B05C34;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.16rem 0.35rem;
  transform: rotate(6deg);
  background-color: #FBF9F1;
}
.goosev {
  position: relative;
  height: 132px;
  max-width: 400px;
  margin: 0 auto 1.1rem;
}
.goose {
  position: absolute;
  width: 34px; height: 34px;
  border-radius: 50%;
  background-color: #4A6274;
}
.goose::after {
  content: "";
  position: absolute;
  width: 0; height: 0;
  left: -13px; top: -3px;
  border-right: 13px solid #4A6274;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 0;
}
.goose.lead { background-color: #B05C34; }
.goose.lead::after { border-right-color: #B05C34; }
.g1 { left: 24%;  top: 0; }
.g2 { left: 3%;   top: 26px; }
.g3 { left: 20%;  top: 30px; }
.g4 { left: 38%;  top: 33px; }
.g5 { left: 52%;  top: 28px; }
.g6 { left: 66%;  top: 6px; }

.towerroof {
  position: relative;
  max-width: 420px;
  margin: 0.4rem auto 0;
  padding: 2.4rem 1rem 0.9rem;
  background-color: #4A6274;
  border-radius: 6px 6px 0 0;
}
.towerroof::before {
  content: "";
  position: absolute;
  top: 0; left: -14px; right: -14px;
  height: 24px;
  background-color: #B05C34;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  border-radius: 6px 6px 0 0;
}
.towerroof .gatewindows {
  display: flex;
  justify-content: space-evenly;
  height: 34px;
}
.towerroof .gatewindows span {
  display: inline-block;
  width: 34px;
  background-color: #FBF9F1;
  border-radius: 4px 4px 2px 2px;
  box-shadow: inset 0 0 0 2px #4A6274;
}
.gatedoors {
  position: relative;
  max-width: 380px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  align-items: stretch;
  border: 8px solid #6b361c;
  border-top-width: 10px;
  border-radius: 2px;
  background-color: #523a2b;
}
.gatedoors .doorhalf {
  flex: 1 1 50%;
  border-right: 3px solid #6b361c;
  background-color: #6b361c;
}
.gatedoors .doorhalf:last-child { border-right: 0; }
.gatedoors .doorhalf::after {
  content: "";
  display: block;
  width: 62%;
  height: 78%;
  margin: 14px auto 0;
  background-color: #5a2f1f;
  box-shadow: inset 0 0 0 6px #7a4b2d, inset 0 -6px 0 #7a4b2d;
  border-radius: 2px;
}
.bellpost {
  margin: 1.2rem auto 0;
  text-align: center;
  position: relative;
  height: 58px;
}
.bellpost .pole {
  width: 6px;
  height: 34px;
  background-color: #6b361c;
  margin: 0 auto;
  border-radius: 3px 3px 0 0;
}
.bellpost .postbell {
  width: 24px; height: 28px;
  margin: 0 auto;
  border: 2px solid #8A8A5C;
  border-radius: 12px 12px 8px 8px;
  position: relative;
}
.bellpost .postbell::after {
  content: ""; position: absolute; bottom: -4px; left: 7px;
  width: 6px; height: 6px; border-radius: 50%; background-color: #B05C34;
}

.reedsrow {
  display: flex;
  justify-content: center;
  gap: 3.4rem;
  max-width: 420px;
  margin: 0 auto;
  padding-top: 0.5rem;
}
.reedfetch {
  position: relative;
  width: 10px;
  height: 88px;
  background-color: #8A8A5C;
  border-radius: 5px;
}
.reedfetch::before {
  content: "";
  position: absolute;
  width: 10px; height: 44px;
  left: 4px; top: -6px;
  border-radius: 0 0 8px 4px;
  background-color: #a3a36e;
  border-right: 3px solid #6f6f4c;
}
.reedfetch .tieon {
  position: absolute;
  top: 32px; left: -6px; right: -6px; height: 5px;
  border-top: 2px solid #8A8A5C;
  border-bottom: 2px solid #8A8A5C;
}
.reed3::before { transform: rotate(10deg); }
.reed1::before { transform: rotate(-8deg); top: -10px; }

/* --------------------------------------------------------------------------
   3. ACCENT STRIP — GATE OPENS (.gateopens)
   -------------------------------------------------------------------------- */
.gateopens {
  background-color: #4A6274;
  padding: 1.2rem 0;
}
.gateopens .seasonline {
  text-align: center;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  color: #FBF9F1;
  letter-spacing: 0.03em;
  margin: 0;
}
.gateopens .seasonline .scall { color: #F4F1E6; }
.gateopens .seasonmeta {
  text-align: center;
  color: #F4F1E6;
  margin: 0.3rem 0 0;
  font-size: 1rem;
}

/* --------------------------------------------------------------------------
   4. CARAVAN LEDGER (.caravanledger)
   -------------------------------------------------------------------------- */
.caravansplit { display: flex; gap: 4%; align-items: flex-start; flex-wrap: wrap; }
.armtitle { flex: 0 1 100%; margin-bottom: 0.4rem; }
.largetitle {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #2B2A26;
  letter-spacing: -0.01em;
}
.largetitle em { font-style: normal; color: #4A6274; }
.subtitle { font-size: 1.28rem; color: #2B2A26; max-width: 58ch; margin: 0.8rem 0 2rem; }
.subtitle-meta { font-size: 1.05rem; color: #4A6274; }

.caravanledger {
  position: relative;
  background-color: #FBF9F1;
  border: 1px solid #E2DECD;
  border-top: 3px solid #8A8A5C;
  border-bottom: 3px solid #B05C34;
  margin: 1.2rem 0 2rem;
  padding: 1.8rem 1.6rem 0.2rem;
  box-shadow: 0 1px 0 #F4F1E6 inset, 6px 8px 0 0 #E1DDD2;
}
.ledgercolumn {
  position: relative;
  padding-top: 0.4rem;
  border-top: 2px dashed #8A8A5C;
  margin-bottom: 1.4rem;
}
.ledgercolumn .spineacross {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6b361c;
  background-color: #FBF9F1;
  padding: 0 1rem;
  position: relative;
  top: -1.55rem;
  margin: 0 0 -1rem;
  display: inline-block;
}
.entrystack {
  position: relative;
  padding-top: 0.4rem;
}
.ledgerentry {
  position: relative;
  padding: 1.5rem 1.6rem 1.2rem 4.4rem;
  margin-bottom: 1rem;
  background-color: #FBF9F1;
  border-left: 1px solid #E2DECD;
}
.ledgerentry:nth-child(2) { margin-left: 3%;   transform: rotate(-0.3deg); }
.ledgerentry:nth-child(3) { margin-left: 8%;   transform: rotate(0.4deg); }
.ledgerentry:nth-child(4) { margin-left: 13%;  transform: rotate(-0.25deg); }
.ledgerentry:nth-child(5) { margin-left: 18%;  transform: rotate(0.3deg); }
.ledgerentry:nth-child(6) { margin-left: 23%;  transform: rotate(-0.2deg); }
.ledgerentry:nth-child(7) { margin-left: 28%;  transform: rotate(0.2deg); }
.sealstamp {
  position: absolute;
  top: 1.4rem; left: 0.6rem;
  width: 2.6rem; height: 2.6rem;
  background-color: #B05C34;
  color: #FBF9F1;
  border-radius: 12% 38% 14% 32%;
  box-shadow: inset 0 0 0 2px #FBF9F1, inset 0 0 0 3px #B05C34;
  border: 2px double #FBF9F1;
  font-size: 0.72rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(8deg);
}
.ledgersev {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #2B2A26;
  margin: 0 0 0.4rem;
}
.ledgerpar { margin: 0 0 0.6rem; color: #2B2A26; max-width: 60ch; }
.ledgerpar a { font-weight: 700; }
.ledgertagline {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #4A6274;
}
.bookmarkribbon {
  position: absolute;
  top: 1.6rem; right: -12px;
  width: 12px; height: 96px;
  background-color: #B05C34;
  border-radius: 0 0 8px 4px;
  box-shadow: inset -3px 0 0 #A95631;
}
.routeband {
  position: relative;
  margin: 1.4rem 0 0.4rem;
  padding: 0.9rem 1rem;
  background-color: #F4F1E6;
  border: 1px solid #E2DECD;
  border-left: 4px solid #4A6274;
  overflow: hidden;
}
.routeband .rtitle {
  font-family: Georgia, serif;
  font-size: 0.95rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #4A6274;
  margin-bottom: 0.7rem;
}
.routepins {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  position: relative;
}
.routepins::before {
  content: "";
  position: absolute;
  top: 0.8rem; left: 0; right: 0;
  border-top: 3px dashed #8A8A5C;
}
.routepin {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  background-color: #F4F1E6;
  padding: 0.4rem 0.8rem;
}
.routepin .pinseal {
  width: 1.5rem; height: 1.5rem;
  border-radius: 50%;
  background-color: #B05C34;
  color: #FBF9F1;
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E2DECD;
}
.routepin .pinseal.gate { background-color: #4A6274; }
.routepin .pinname {
  font-size: 0.9rem;
  color: #2B2A26;
  text-align: center;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------------------------------
   CONTENT & TEXT BLOCKS
   -------------------------------------------------------------------------- */
.gatetext {
  background-color: #F4F1E6;
  padding: 2rem 0 0.4rem;
}
.twocol { column-count: 2; column-gap: 2.4rem; } 
.twocol p { break-inside: avoid; margin-bottom: 1em; }
.hwhsection {
  display: flex; flex-wrap: wrap;
  gap: 2rem; align-items: stretch; margin-top: 1.6rem;
}
.hwhcard {
  flex: 1 1 240px;
  background-color: #FBF9F1;
  border-left: 4px solid #4A6274;
  border-top: 1px solid #E2DECD;
  border-right: 1px solid #E2DECD;
  border-bottom: 2px solid #E2DECD;
  padding: 1.2rem 1.3rem 1.4rem;
}
.hwhcard .cchip {
  display: inline-block;
  background-color: #4A6274;
  color: #FBF9F1;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  margin-bottom: 0.7rem;
}
.hwhcard h3 { font-size: 1.3rem; color: #2B2A26; margin-bottom: 0.4rem; }
.hwhcard p { color: #2B2A26; margin: 0; }
.hwhcard a { font-weight: 700 }
.hwhlist { list-style: none; margin: 1rem 0 0; padding: 0; }
.hwhlist li {
  padding-left: 1.3rem;
  margin: 0 0 0.5rem;
  position: relative;
  color: #2B2A26;
}
.hwhlist li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.62em;
  width: 0.6rem; height: 0.35rem;
  border-left: 2px solid #4A6274;
  border-bottom: 2px solid #4A6274;
  transform: rotate(-45deg);
}
.listnum { color: #B05C34; font-weight: 700; }

/* --------------------------------------------------------------------------
   PERSPECTIVE / REED band
   -------------------------------------------------------------------------- */
.reedceiling {
  position: relative;
  background-color: #232B31;
  color: #F4F1E6;
  padding: 2rem 0;
}
.reedceiling h2 { color: #F4F1E6; }
.reedceiling .largetitle { color: #F4F1E6; }
.reedceiling .largetitle em { color: #a3c7da; }
.reedceiling p { color: #F4F1E6; }
.perspeclist {
  list-style: none;
  margin: 1.4rem 0 0; padding: 0;
}
.perspeclist li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  margin-bottom: 0.9rem;
  color: #F4F1E6;
}
.perspeclist .plnum {
  flex: 0 0 2rem; height: 2rem;
  border: 2px solid #B05C34;
  color: #F4F1E6;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-4deg);
}
.perspeclist a { color: #F4F1E6; font-weight: 700; text-decoration: underline; }

/* --------------------------------------------------------------------------
   FOOTER — ABACUS COUNTER (.abacusbar)
   -------------------------------------------------------------------------- */
.abacusbar {
  position: relative;
  background-color: #232B31;
  color: #F4F1E6;
  padding: 0 0 1.2rem;
  overflow: hidden;
}
.abarulerow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.04rem;
  padding: 0.66rem 0;
  background-color: #3a2c1f;
  border-bottom: 2px solid #6b361c;
}
.abarule { flex: 0 1 400px; max-width: 480px; position: relative; height: 24px; }
.abarule .rod {
  position: absolute; top: 8px; left: 0; right: 0;
  height: 5px;
  background-color: #6b361c;
  border-radius: 3px;
}
.abbeadu, .abbeadl {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  top: 1px;
  background-color: #4A6274;
  box-shadow: inset 0 -3px 0 #3B4E5D;
}
.abbeadl { background-color: #B05C34; box-shadow: inset 0 -3px 0 #8D4A2A; }
.ab1 { left: 8%; }   .ab2 { left: 30%; }   .ab3 { left: 54%; }  .ab4 { left: 78%; }
.ab5 { left: 18%; }  .ab6 { left: 42%; }   .ab7 { left: 64%; }  .ab8 { left: 86%; }
.lrule { background-color: #4A6274; height: 100%; border-right: 1px solid #E2DECD; }
.abscol { display: flex; flex-wrap: wrap; gap: 2rem; padding-top: 1.6rem; }
.ablnav { flex: 1 1 50%; }
.abldrawers { flex: 1 1 40%; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.abrand {
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FBF9F1;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
}
.abrand .pmark2 { color: #B05C34; }
.abblurb { max-width: 44ch; margin: 0; color: #F4F1E6; }
.afootlink {
  color: #F4F1E6; font-size: 0.98rem; font-weight: 700;
  text-decoration: underline; text-underline-offset: 4px;
}
.afootlink:hover { color: #a3c7da; }
.adrawers ul { list-style: none; padding: 0; margin: 0; }
.adrawers li { margin: 0 0 0.5rem; }
.adrawers a { color: #F4F1E6; text-decoration: none; }
.adrawers a:hover { color: #a3c7da; text-decoration: underline; }
.adrawer4 { color: #F4F1E6; }
.acounterdrawer h4 {
  font-size: 1rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: #E6DCC6; padding-bottom: 0.4rem; border-bottom: 1px solid #1F252B; margin-bottom: 0.7rem;
}
.abaseband {
  display: flex; flex-wrap: wrap;
  justify-content: space-between; align-items: center; gap: 1rem;
  border-top: 1px solid #1F252B;
  margin-top: 1.2rem; padding-top: 1.2rem;
}
.abaseline {
  display: flex; flex-wrap: wrap; gap: 0.6rem 1.4rem;
  align-items: center; color: #c5b8a4; flex: 1 1 60%;
}
.abaseline .blitem { list-style: none; padding: 0; margin: 0; }
.abaseline a { color: #E6DCC6; }
.copymark { color: #FBF9F1; display: inline-block; }
.abels { margin-left: 0.4rem; }
.abrch { list-style: none; margin: 0 0 0 1.6rem; padding: 0; display: flex; gap: 0.9rem; }
.abrch li::before { content: "•"; color: #B05C34; margin-right: 0.45rem; }

/* Mailto fallback hint */
.mafalrtip { font-size: 0.9rem; color: #c5b8a4; margin-top: 0.4rem; }

/* --------------------------------------------------------------------------
   FORMS  (used on contact)
   -------------------------------------------------------------------------- */
.gatetrader {
  background-color: #F4F1E6;
  padding: 2.2rem 0 2.8rem;
}
.formfields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem auto;
}
.formgroup { display: flex; flex-direction: column; }
.formgroup.full { grid-column: 1 / -1; }
.formfields label {
  font-family: Georgia, serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: #4A6274;
  margin-bottom: 0.3rem;
}
.formfields input[type="text"],
.formfields input[type="email"],
.formfields select,
.formfields textarea {
  background-color: #FBF9F1;
  border: 1px solid #9AA3AD;
  border-left: 4px solid #4A6274;
  padding: 0.7rem 0.8rem;
  font-family: Georgia, serif;
  font-size: 1.05rem;
  color: #2B2A26;
  resize: vertical;
}
.formfields input:focus, .formfields select:focus, .formfields textarea:focus {
  outline: 2px solid #4A6274; border-color: #4A6274;
}
.submitseal {
  display: inline-block;
  cursor: pointer;
  border: 0;
  background-color: #B05C34;
  color: #FBF9F1;
  padding: 0.8rem 2rem;
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 3px 3px 3px 10px;
  box-shadow: 4px 5px 0 0 #8A8A5C;
}
.submitseal:hover { background-color: #9c4e2c; transform: translateY(-1px); }
.hwaformat { margin-top: 1.2rem; font-size: 0.94rem; color: #4A6274; }
.hwaformat .strong { color: #2B2A26; font-weight: 700; }

.formnote { margin-top: 1.4rem; font-size: 0.95rem; color: #4A6274; }

/* FAQ accordion (contact & similar) */
.faqaccord { list-style: none; margin: 0; padding: 0; }
.faqaccord li { border-bottom: 1px solid #E2DECD; }
.faqq {
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: none;
  border: 0;
  font-family: Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #4A6274;
  padding: 1.05rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.faqq::after { content: "▾"; color: #B05C34; font-size: 1.1rem; transition: transform 0.2s ease; }
.faqa {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0;
}
.faqa p { margin: 0 0 1rem; color: #2B2A26; }
.faqitem.open .faqq::after { transform: rotate(180deg); }
.faqitem.open .faqa { max-height: 320px; }

/* --------------------------------------------------------------------------
   Internal breadcrumb text blocks & numbered journey
   -------------------------------------------------------------------------- */
.journeyrow {
  display: flex; flex-wrap: wrap; gap: 1.4rem; align-items: stretch;
  margin: 1.4rem 0 0.4rem;
}
.jplan {
  flex: 1 1 200px;
  background-color: #FBF9F1;
  border: 1px solid #E2DECD;
  padding: 1rem 1.2rem 1.2rem;
  position: relative;
}
.jplan .jstage {
  width: 2rem; height: 2rem; border-radius: 50%;
  background-color: #8A8A5C;
  color: #FBF9F1;
  font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.7rem;
  border: 4px solid #F4F1E6;
  box-shadow: 0 0 0 2px #8A8A5C;
}
.jplan h4 { font-size: 1.15rem; margin-bottom: 0.3rem; }
.jplan p { margin: 0; font-size: 0.98rem; }
.statusbetter { display: inline-block; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; background-color:#E6DCC6; color:#6b361c; padding:0.15rem 0.5rem; border-radius:2px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 980px) {
  .twocol { column-count: 1; }
  .hero-words { flex: 1 1 100%; }
  .hero-visual { flex: 1 1 100%; }
  .ledgerentry:nth-child(n) { margin-left: 0; }
}
@media (max-width: 720px) {
  .gatetower .towerbeam { flex-wrap: wrap; }
  .plague { flex: 1 1 100%; }
  .menutoggle { display: inline-flex; }
  .tagrow {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }
  .gatetower.open .tagrow { display: flex; }
  .gatetag { justify-content: flex-start; }
  .formfields { grid-template-columns: 1fr; }
  .abaseband { flex-direction: column; align-items: flex-start; }
  .abrch { margin-left: 0; }
}
