/* FROM RICHARDS EYES — private operator’s field map
   Notebook energy + Batiya navy / gold / green. Not a sales page. */

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

:root {
  --ink: #14181c;
  --body: #2f373d;
  --muted: #5e6b74;
  --line: #e4e9ec;
  --cream: #faf8f5;
  --paper: #f7f1e6;
  --white: #ffffff;
  --navy: #152238;
  --navy-deep: #0f1a2a;
  --green: #3d9b5f;
  --green-soft: #6fbf8a;
  --green-wash: #eef8f1;
  --green-deep: #1e5c38;
  --gold: #c4a35a;
  --gold-bright: #e0c06e;
  --sans: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --radius: 18px;
  --tap: 48px;
  --wrap: 40rem;
  --wide: 64rem;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body.fe-body {
  font-family: var(--sans);
  color: var(--body);
  background:
    radial-gradient(ellipse 100% 40% at 50% 0%, rgba(196, 163, 90, 0.08), transparent 55%),
    var(--cream);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
}

a { color: inherit; }
img { max-width: 100%; display: block; height: auto; }
ul, ol { list-style: none; }

.fe-skip {
  position: absolute;
  left: -9999px;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
}
.fe-skip:focus { left: 0.75rem; top: 0.75rem; }

/* —— Header —— */
.fe-top {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(250, 248, 245, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(196, 163, 90, 0.22);
}
.fe-top-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.65rem max(1rem, env(safe-area-inset-left)) 0.65rem max(1rem, env(safe-area-inset-right));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.fe-top-left {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
  flex: 1 1 auto;
}
.fe-brand img {
  height: 40px;
  width: auto;
  background: #0a1628;
  border-radius: 8px;
  padding: 4px;
}
/* Large orange — Camera · Mac · Research */
.fe-research-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  font-size: clamp(0.72rem, 2.4vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, #ff8a3d 0%, #f4511e 55%, #e03e0c 100%);
  border: 2px solid #c43a0a;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 6px 18px rgba(244, 81, 30, 0.45);
  white-space: nowrap;
  flex-shrink: 1;
  line-height: 1.15;
  text-align: center;
}
.fe-research-btn:hover,
.fe-research-btn:focus-visible {
  background: linear-gradient(180deg, #ff9a55 0%, #ff5a24 55%, #f4511e 100%);
  outline: 3px solid rgba(244, 81, 30, 0.45);
  outline-offset: 2px;
}
@media (max-width: 420px) {
  .fe-research-btn {
    min-height: 44px;
    padding: 0.45rem 0.65rem;
    font-size: 0.68rem;
    letter-spacing: 0.02em;
  }
}
.fe-top-mark {
  display: none;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.fe-top-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--navy);
  background: linear-gradient(180deg, #fff 0%, #f4efe4 100%);
  border: 1px solid rgba(196, 163, 90, 0.5);
  box-shadow: 0 2px 8px rgba(15, 26, 42, 0.06);
}
.fe-top-back:hover,
.fe-top-back:focus-visible {
  border-color: var(--gold);
  outline: 2px solid rgba(196, 163, 90, 0.5);
  outline-offset: 2px;
}

/* —— Layout —— */
.fe-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 1.15rem;
}
.fe-wrap--wide { max-width: var(--wide); }
.fe-section {
  padding: 3.25rem 0;
  position: relative;
}
.fe-section--soft { background: rgba(255, 255, 255, 0.72); }
.fe-section--ink {
  background:
    radial-gradient(ellipse 70% 80% at 80% 20%, rgba(196, 163, 90, 0.16), transparent 50%),
    linear-gradient(165deg, #1a2b45 0%, var(--navy-deep) 100%);
  color: rgba(255, 255, 255, 0.9);
  padding: 3.5rem 0;
}
.fe-section--field {
  background:
    radial-gradient(ellipse 60% 50% at 50% 40%, rgba(61, 155, 95, 0.12), transparent 60%),
    linear-gradient(180deg, #0f1a2a 0%, #152238 50%, #0c1522 100%);
  color: rgba(255, 255, 255, 0.9);
  padding: 3.75rem 0 4rem;
  overflow: hidden;
}
.fe-section h2 {
  font-size: clamp(1.45rem, 4.4vw, 2.05rem);
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.fe-section--ink h2,
.fe-section--field h2,
.fe-section--close h2 { color: #fff; }
.fe-center { text-align: center; }
.fe-kicker {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.55rem;
}
.fe-kicker--light { color: var(--gold-bright); }
.fe-lead {
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 38rem;
  margin: 0 0 1.75rem;
  line-height: 1.55;
}
.fe-lead--light { color: rgba(255, 255, 255, 0.72); margin-left: auto; margin-right: auto; }

/* —— Hero —— */
.fe-hero {
  position: relative;
  padding: 3rem 0 3.25rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 45% at 90% 0%, rgba(196, 163, 90, 0.2), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(61, 155, 95, 0.12), transparent 50%),
    linear-gradient(180deg, #f3ebe0 0%, var(--cream) 55%, #f7f1e6 100%);
}
.fe-hero-orbit {
  position: absolute;
  width: min(70vw, 28rem);
  height: min(70vw, 28rem);
  right: -8%;
  top: -10%;
  border-radius: 50%;
  border: 1px solid rgba(196, 163, 90, 0.25);
  box-shadow:
    inset 0 0 40px rgba(196, 163, 90, 0.08),
    0 0 60px rgba(196, 163, 90, 0.06);
  animation: feOrbit 18s linear infinite;
  pointer-events: none;
}
.fe-hero-orbit::after {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px dashed rgba(21, 34, 56, 0.12);
}
.fe-eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-deep);
  margin-bottom: 0.85rem;
}
.fe-hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.4rem, 9vw, 3.75rem);
  font-weight: 400;
  color: var(--ink);
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin-bottom: 0.75rem;
}
.fe-hero-tag {
  font-size: clamp(1.05rem, 3vw, 1.25rem);
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 1.75rem;
  max-width: 28rem;
  line-height: 1.35;
}

/* —— Letter / prose —— */
.fe-letter,
.fe-prose {
  max-width: var(--wrap);
}
.fe-letter p,
.fe-prose p {
  margin: 0 0 0.95rem;
  font-size: 1.06rem;
  line-height: 1.6;
}
.fe-letter p:last-child,
.fe-prose p:last-child { margin-bottom: 0; }
.fe-emph {
  font-weight: 800 !important;
  color: var(--navy) !important;
  font-size: 1.1rem !important;
}
.fe-prose--light p { color: rgba(255, 255, 255, 0.88); }
.fe-punch {
  font-weight: 800;
  color: var(--navy);
  font-size: 1.1rem;
}
.fe-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
  background: rgba(21, 34, 56, 0.07);
  padding: 0.12em 0.45em;
  border-radius: 6px;
  color: var(--navy);
}
.fe-list {
  list-style: disc;
  margin: 0 0 1.2rem 1.2rem;
  padding: 0;
}
.fe-list li {
  margin: 0.35rem 0;
  color: var(--body);
  line-height: 1.5;
}
.fe-list--grid {
  list-style: none;
  margin: 0 0 1.35rem;
  display: grid;
  gap: 0.45rem;
}
.fe-list--grid li {
  position: relative;
  margin: 0;
  padding: 0.65rem 0.75rem 0.65rem 1.85rem;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
  font-weight: 600;
  color: var(--ink);
  list-style: none;
}
.fe-list--grid li::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(196, 163, 90, 0.45);
}
@media (min-width: 560px) {
  .fe-list--grid { grid-template-columns: 1fr 1fr; }
}

.fe-callout {
  margin: 1.35rem 0 0;
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  background: var(--green-wash);
  border: 1px solid rgba(61, 155, 95, 0.3);
}
.fe-callout p { margin: 0; font-size: 1rem; line-height: 1.5; }
.fe-callout--amber {
  background: rgba(196, 163, 90, 0.14);
  border-color: rgba(196, 163, 90, 0.45);
}

/* —— Split / quote —— */
.fe-split {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
.fe-quote {
  margin: 0;
  padding: 1.4rem 1.35rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 163, 90, 0.4);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.fe-quote p {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 3.5vw, 1.55rem);
  font-style: italic;
  line-height: 1.35;
  color: #faf6eb;
  margin: 0;
}
@media (min-width: 800px) {
  .fe-split { grid-template-columns: 1.15fr 0.85fr; gap: 2rem; }
}

/* —— Field notes —— */
.fe-notes {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.fe-note {
  margin: 0;
}
.fe-note__frame {
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(21, 34, 56, 0.12);
  box-shadow:
    0 18px 40px rgba(15, 26, 42, 0.12),
    0 0 0 6px rgba(196, 163, 90, 0.08);
  background: #1a1a1a;
  transform: rotate(-0.4deg);
  transition: transform 0.3s var(--ease);
}
.fe-note:nth-child(2) .fe-note__frame { transform: rotate(0.5deg); }
.fe-note__frame:hover { transform: rotate(0deg) scale(1.01); }
.fe-note img {
  width: 100%;
  height: auto;
  display: block;
}
.fe-note figcaption {
  margin-top: 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.fe-note__tag {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--gold);
}
.fe-note figcaption strong {
  color: var(--ink);
  font-size: 1.05rem;
}
.fe-note figcaption span:last-child {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}
@media (min-width: 860px) {
  .fe-notes { grid-template-columns: 1fr 1fr; gap: 1.75rem; }
}

.fe-why {
  margin: 2.25rem 0 2.5rem;
  padding: 1.5rem 1.25rem;
  border-radius: 20px;
  background:
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  border: 1px solid rgba(196, 163, 90, 0.28);
  box-shadow: 0 10px 28px rgba(15, 26, 42, 0.05);
}
.fe-why h3 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--navy);
  margin-bottom: 1rem;
}
.fe-why__grid {
  display: grid;
  gap: 0.85rem;
}
.fe-why__card {
  padding: 1.1rem 1.05rem;
  border-radius: 14px;
  background: var(--white);
  border: 1px solid var(--line);
}
.fe-why__num {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 0.35rem;
}
.fe-why__card h4 {
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 0.4rem;
  letter-spacing: -0.02em;
}
.fe-why__card p {
  font-size: 0.98rem;
  color: var(--body);
  line-height: 1.5;
  margin: 0;
}
.fe-why__card--full {
  background: linear-gradient(165deg, #1a2b45, var(--navy-deep));
  border-color: rgba(196, 163, 90, 0.4);
}
.fe-why__card--full h4,
.fe-why__card--full .fe-why__num { color: var(--gold-bright); }
.fe-why__card--full p { color: rgba(255, 255, 255, 0.88); }
@media (min-width: 720px) {
  .fe-why__grid { grid-template-columns: 1fr 1fr; }
  .fe-why__card--full { grid-column: 1 / -1; }
}

/* —— Digital map interpretation —— */
.fe-interpret {
  margin-top: 0.5rem;
}
.fe-interpret__label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.85rem;
  text-align: center;
}
.fe-map {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem;
  border-radius: 20px;
  background:
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(196, 163, 90, 0.1), transparent 65%),
    linear-gradient(165deg, #121c2c 0%, #0a121f 100%);
  border: 1px solid rgba(196, 163, 90, 0.35);
  box-shadow: 0 20px 48px rgba(15, 26, 42, 0.2);
}
.fe-map__col,
.fe-map__spine {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.fe-map__rail {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  text-align: center;
  padding: 0.35rem;
}
.fe-map__node {
  text-align: center;
  padding: 0.75rem 0.65rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f3efe6;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
}
.fe-map__node--nexus {
  position: relative;
  background: linear-gradient(165deg, #243a5c, #152238);
  border-color: rgba(196, 163, 90, 0.65);
  box-shadow: 0 0 28px rgba(196, 163, 90, 0.2);
  font-size: 1rem;
  padding: 1rem 0.75rem;
}
.fe-map__node--nexus small {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(250, 246, 235, 0.7);
}
.fe-map__node--actor {
  border-color: rgba(61, 155, 95, 0.55);
  background: rgba(61, 155, 95, 0.15);
}
.fe-map__node--sale {
  border-color: rgba(196, 163, 90, 0.7);
  background: rgba(196, 163, 90, 0.14);
  color: var(--gold-bright);
}
.fe-map__node--choice {
  border-style: dashed;
  font-size: 0.8rem;
  color: rgba(250, 246, 235, 0.85);
}
.fe-map__node--pm {
  border-color: rgba(0, 180, 216, 0.35);
}
.fe-map__pulse {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.35;
  animation: fePulse 2.6s ease-out infinite;
  pointer-events: none;
}
.fe-map__arrow {
  height: 14px;
  position: relative;
  margin: 0 auto;
  width: 2px;
  background: linear-gradient(180deg, var(--gold), rgba(196, 163, 90, 0.2));
}
.fe-map__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--gold);
  transform: translateX(-50%);
}
.fe-map__caption {
  margin-top: 0.9rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 800px) {
  .fe-map {
    grid-template-columns: 1fr 1.2fr 1fr;
    align-items: start;
    gap: 1rem;
    padding: 1.5rem;
  }
  .fe-map__col { margin-top: 3.5rem; }
}

/* —— Chips —— */
.fe-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.35rem;
  list-style: none;
}
.fe-chips li {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid rgba(196, 163, 90, 0.35);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
  box-shadow: 0 2px 8px rgba(15, 26, 42, 0.04);
}
.fe-chips--dense li {
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
  font-weight: 600;
}

/* —— Flow —— */
.fe-flow {
  margin: 1.75rem 0 1.5rem;
  padding: 1.15rem;
  border-radius: var(--radius);
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(196, 163, 90, 0.1), transparent 70%),
    var(--paper);
  border: 1px solid rgba(196, 163, 90, 0.28);
}
.fe-flow__title {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: 0.85rem;
  text-align: center;
}
.fe-flow__track {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  counter-reset: flow;
}
.fe-flow__track li {
  position: relative;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
  color: var(--ink);
}
.fe-flow__track li strong { font-weight: 800; }
.fe-flow__track li.is-nexus {
  background: linear-gradient(165deg, #1c2d48, var(--navy-deep));
  border-color: rgba(196, 163, 90, 0.55);
  color: #faf6eb;
}
.fe-flow__track li.is-end {
  background: var(--green-wash);
  border-color: rgba(61, 155, 95, 0.4);
}
@media (min-width: 900px) {
  .fe-flow__track {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
  }
  .fe-flow__track li {
    flex: 1 1 8.5rem;
    max-width: 10.5rem;
    text-align: center;
    font-size: 0.72rem;
    padding: 0.85rem 0.5rem;
  }
  .fe-flow__track li:not(:last-child)::after {
    content: "→";
    position: absolute;
    right: -0.55rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-weight: 800;
    font-size: 0.95rem;
  }
}

/* —— Diamond —— */
.fe-diamond { margin: 1.5rem auto 0; max-width: 44rem; }
.fe-diamond__field {
  display: none;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1.12;
}
.fe-diamond__dirt {
  position: absolute;
  inset: 14% 12% 18%;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(196, 163, 90, 0.12), transparent 60%),
    linear-gradient(160deg, rgba(61, 155, 95, 0.08), rgba(21, 34, 56, 0.4));
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border: 2px solid rgba(196, 163, 90, 0.4);
  box-shadow: 0 0 40px rgba(196, 163, 90, 0.12);
}
.fe-diamond__path {
  position: absolute;
  inset: 22% 22% 26%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border: 1px dashed rgba(196, 163, 90, 0.45);
  animation: fePathGlow 5s ease-in-out infinite;
}
.fe-base {
  position: absolute;
  z-index: 3;
  width: min(42%, 12rem);
  padding: 0.7rem 0.6rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(196, 163, 90, 0.35);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.fe-base span {
  display: block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 0.2rem;
}
.fe-base strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--ink);
  line-height: 1.25;
}
.fe-base em {
  display: block;
  margin-top: 0.3rem;
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(250, 246, 235, 0.75);
  line-height: 1.3;
}
.fe-base--home {
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
  background: var(--green-wash);
  border-color: rgba(61, 155, 95, 0.5);
}
.fe-base--1 { right: 0; top: 40%; transform: translateY(-50%); }
.fe-base--2 { left: 50%; top: 0; transform: translateX(-50%); }
.fe-base--3 { left: 0; top: 40%; transform: translateY(-50%); }
.fe-base--nexus {
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: min(50%, 13.5rem);
  background: linear-gradient(165deg, #1c2d48, #0a121f);
  border-color: rgba(196, 163, 90, 0.65);
  box-shadow: 0 0 32px rgba(196, 163, 90, 0.28);
}
.fe-base--nexus span { color: var(--gold-bright); }
.fe-base--nexus strong { color: #faf6eb; }
.fe-base--package {
  left: 50%;
  bottom: -2%;
  transform: translateX(-50%);
  width: min(70%, 18rem);
  background: linear-gradient(180deg, #2a3f28, #1a2a1c);
  border-color: rgba(111, 191, 138, 0.5);
}
.fe-base--package span { color: var(--green-soft); }
.fe-base--package strong { color: #e8f6ec; font-size: 0.8rem; }

.fe-journey {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
}
.fe-journey li {
  position: relative;
  padding: 1rem 1rem 1rem 2.6rem;
  border-left: 2px solid rgba(196, 163, 90, 0.45);
  margin-left: 0.9rem;
}
.fe-journey li::before {
  content: "";
  position: absolute;
  left: -0.45rem;
  top: 1.25rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  border: 2px solid #0f1a2a;
  box-shadow: 0 0 0 2px rgba(196, 163, 90, 0.4);
}
.fe-journey li:last-child { border-left-color: transparent; }
.fe-journey span {
  display: block;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--gold-bright);
  margin-bottom: 0.2rem;
}
.fe-journey strong {
  display: block;
  font-size: 0.98rem;
  color: #f3efe6;
  font-weight: 700;
  line-height: 1.3;
}
.fe-journey__end {
  background: rgba(61, 155, 95, 0.15);
  border-radius: 12px;
  border-left: none !important;
  margin: 0.5rem 0 0 !important;
  padding-left: 1.15rem !important;
}
.fe-journey__end::before { display: none; }
.fe-journey__nexus {
  background: linear-gradient(165deg, #1c2d48, #0a121f);
  border-radius: 14px;
  border-left: none !important;
  margin: 0.65rem 0 0 !important;
  padding-left: 1.15rem !important;
  border: 1px solid rgba(196, 163, 90, 0.4);
}
.fe-journey__nexus::before { display: none; }

@media (min-width: 760px) {
  .fe-diamond__field { display: block; }
  .fe-journey { display: none; }
}

/* —— Package —— */
.fe-package {
  margin: 1.35rem 0 1.35rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(196, 163, 90, 0.45);
  box-shadow: 0 16px 40px rgba(15, 26, 42, 0.1);
  background: var(--white);
}
.fe-package__head {
  padding: 1.15rem 1.2rem;
  background: linear-gradient(165deg, #1c2d48, var(--navy-deep));
  color: #faf6eb;
}
.fe-package__head span {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.3rem;
}
.fe-package__head strong {
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.fe-package ul {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.1rem 1.15rem;
  margin: 0;
}
.fe-package li {
  padding: 0.7rem 0.8rem 0.7rem 2rem;
  position: relative;
  border-radius: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.35;
}
.fe-package li::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(196, 163, 90, 0.5);
}
@media (min-width: 640px) {
  .fe-package ul { grid-template-columns: 1fr 1fr; }
}

/* —— Branches —— */
.fe-branches { margin: 1.4rem 0 1.25rem; }
.fe-branches__hub {
  position: relative;
  text-align: center;
  padding: 1.25rem 1rem;
  border-radius: var(--radius);
  background: linear-gradient(165deg, #1c2d48, var(--navy-deep));
  color: #faf6eb;
  border: 1px solid rgba(196, 163, 90, 0.5);
  box-shadow: 0 0 36px rgba(196, 163, 90, 0.16);
  margin-bottom: 1.1rem;
  overflow: hidden;
}
.fe-branches__hub strong {
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
}
.fe-branches__hub em {
  position: relative;
  z-index: 1;
  font-style: normal;
  font-size: 0.85rem;
  color: rgba(250, 246, 235, 0.72);
}
.fe-branches__glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(196, 163, 90, 0.22), transparent 55%);
  animation: feHub 4s ease-in-out infinite;
}
.fe-branches__list {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.fe-branches__list li {
  padding: 0.85rem 1rem 0.85rem 2.35rem;
  position: relative;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  line-height: 1.4;
  transition: border-color 0.2s ease, transform 0.2s var(--ease);
}
.fe-branches__list li::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  top: 1.15rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 3px rgba(61, 155, 95, 0.15);
}
.fe-branches__list li:hover {
  border-color: rgba(196, 163, 90, 0.55);
  transform: translateX(2px);
}
@media (min-width: 720px) {
  .fe-branches__list { grid-template-columns: 1fr 1fr; }
}

/* —— Sides —— */
.fe-sides {
  display: grid;
  gap: 0.85rem;
  margin: 1.35rem 0 1.25rem;
}
.fe-side {
  padding: 1.15rem 1.1rem;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}
.fe-side--people {
  border-color: rgba(196, 163, 90, 0.4);
  background: linear-gradient(180deg, #fff 0%, #faf6eb 100%);
}
.fe-side h3 {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--navy);
  margin-bottom: 0.65rem;
}
.fe-side .fe-list { margin-bottom: 0; }
@media (min-width: 640px) {
  .fe-sides { grid-template-columns: 1fr 1fr; }
}

/* —— Close —— */
.fe-section--close {
  padding: 3.5rem 0 3.75rem;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(196, 163, 90, 0.18), transparent 55%),
    linear-gradient(180deg, #121c2c 0%, #0a121f 100%);
  color: rgba(255, 255, 255, 0.9);
}
.fe-letter--close p { color: rgba(255, 255, 255, 0.88); }
.fe-letter--close .fe-emph { color: var(--gold-bright) !important; }

.fe-final {
  margin: 2rem auto 1.75rem;
  max-width: 36rem;
  text-align: center;
}
.fe-final p {
  font-size: clamp(0.95rem, 2.8vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #f3efe6;
  margin: 0 0 0.65rem;
}
.fe-final__gold {
  margin-top: 0.85rem !important;
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  background: rgba(196, 163, 90, 0.12);
  border: 1px solid rgba(196, 163, 90, 0.5);
  color: var(--gold-bright) !important;
  font-size: clamp(1rem, 3vw, 1.2rem) !important;
}

.fe-ctas {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.fe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--tap);
  width: 100%;
  max-width: 24rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-align: center;
  color: var(--navy-deep);
  background: linear-gradient(180deg, #f5e6b8 0%, var(--gold) 100%);
  border: 2px solid rgba(250, 246, 235, 0.35);
  box-shadow: 0 10px 28px rgba(196, 163, 90, 0.28);
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease);
  font-family: inherit;
}
.fe-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(196, 163, 90, 0.38);
}
.fe-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.fe-sign {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.fe-sign__name {
  font-family: var(--serif);
  font-size: 1.35rem;
  color: #faf6eb;
}
.fe-sign__co {
  font-size: 0.9rem;
  color: rgba(250, 246, 235, 0.65);
}

/* —— Footer —— */
.fe-foot {
  border-top: 1px solid rgba(196, 163, 90, 0.2);
  background: #0a121f;
  padding: 1rem max(1rem, env(safe-area-inset-left)) calc(1rem + env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-right));
}
.fe-foot-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 0.85rem;
  color: rgba(250, 246, 235, 0.55);
}
.fe-foot a {
  color: var(--gold-bright);
  font-weight: 700;
  text-decoration: none;
}
.fe-foot a:hover,
.fe-foot a:focus-visible {
  text-decoration: underline;
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/* —— Motion —— */
@keyframes feOrbit {
  to { transform: rotate(360deg); }
}
@keyframes fePulse {
  0% { transform: scale(0.6); opacity: 0.6; box-shadow: 0 0 0 0 rgba(196, 163, 90, 0.5); }
  70% { transform: scale(2.2); opacity: 0; box-shadow: 0 0 0 16px rgba(196, 163, 90, 0); }
  100% { opacity: 0; }
}
@keyframes feHub {
  0%, 100% { opacity: 0.4; transform: scale(0.92); }
  50% { opacity: 0.95; transform: scale(1.05); }
}
@keyframes fePathGlow {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 0.9; }
}

@media (min-width: 720px) {
  .fe-top-mark { display: block; }
  .fe-section { padding: 3.75rem 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .fe-hero-orbit,
  .fe-map__pulse,
  .fe-branches__glow,
  .fe-diamond__path { animation: none; }
  .fe-btn:hover,
  .fe-branches__list li:hover,
  .fe-note__frame:hover { transform: none; }
}
