:root {
  --be-ink: #122a36;
  --be-blue: #153f56;
  --be-orange: #ef8c36;
  --be-paper: #f5f4ef;
  --be-line: #d7e0df;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--be-ink);
  background: var(--be-paper);
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 8% 0%, #fff 0, transparent 36%), var(--be-paper); }
a { color: inherit; }
.be-topbar {
  min-height: 68px;
  padding: 0 clamp(20px, 4vw, 64px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--be-line);
  background: rgb(255 255 255 / 82%);
}
.be-back { font-size: .86rem; font-weight: 700; text-decoration: none; }
.be-local-status { color: #53666d; font-size: .78rem; }
.be-local-status i { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #47a97b; }

.be-entry { min-height: calc(100vh - 68px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); }
.be-intro { padding: clamp(38px, 6vw, 84px) clamp(24px, 7vw, 112px); max-width: 820px; }
.be-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 52px; font-size: 1.05rem; }
.be-brand span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; background: var(--be-blue); color: #fff; font: 800 1.25rem Georgia, serif; }
.be-eyebrow { margin: 0 0 12px; color: #a74f29; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.be-intro h1 { margin: 0; font: 500 clamp(2.7rem, 6vw, 5.4rem)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.04em; }
.be-intro h1 span { color: var(--be-orange); }
.be-lead { max-width: 640px; margin: 26px 0 30px; color: #52666e; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.7; }
.be-role-card { display: flex; gap: 14px; align-items: center; max-width: 520px; padding: 15px 17px; border: 1px solid var(--be-line); border-radius: 16px; background: #fff; }
.be-avatar { display: grid; width: 48px; height: 48px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #e8f0f2; color: var(--be-blue); font-weight: 850; }
.be-role-card small { display: block; margin-bottom: 3px; color: #7a8a8f; font-size: .64rem; font-weight: 800; letter-spacing: .08em; }
.be-role-card strong { display: block; font-size: .95rem; }
.be-role-card p { margin: 3px 0 0; color: #60737a; font-size: .8rem; }
.be-mode-choice { max-width: 640px; margin: 32px 0 20px; padding: 0; border: 0; }
.be-mode-choice legend { margin-bottom: 12px; font-size: .82rem; font-weight: 800; }
.be-mode-choice label { position: relative; display: flex; align-items: center; gap: 12px; min-height: 76px; margin: 10px 0; padding: 14px 16px; border: 1px solid var(--be-line); border-radius: 14px; background: #fff; cursor: pointer; }
.be-mode-choice label.is-selected { border-color: var(--be-blue); box-shadow: 0 0 0 2px rgb(21 63 86 / 10%); }
.be-mode-choice input { accent-color: var(--be-blue); }
.be-mode-choice label span { flex: 1; }
.be-mode-choice label strong, .be-mode-choice label small { display: block; }
.be-mode-choice label strong { margin-bottom: 5px; font-size: .92rem; }
.be-mode-choice label small { color: #62757c; line-height: 1.4; }
.be-mode-choice label b { padding: 5px 8px; border-radius: 999px; background: #fff1e6; color: #a74f29; font-size: .65rem; text-transform: uppercase; }
.be-launch { width: min(100%, 640px); min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border: 0; border-radius: 13px; background: var(--be-blue); color: #fff; font: 800 .88rem/1 Inter, "Segoe UI", sans-serif; letter-spacing: .02em; cursor: pointer; box-shadow: 0 12px 28px rgb(21 63 86 / 18%); }
.be-launch:hover { background: #0f3347; transform: translateY(-1px); }
.be-launch span { font-size: 1.4rem; }
.be-footnote { max-width: 640px; color: #7a898e; font-size: .72rem; text-align: center; }

.be-context { position: relative; overflow: hidden; padding: clamp(34px, 5vw, 72px); display: grid; align-content: center; background: var(--be-blue); color: #fff; }
.be-context::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, transparent 42%, rgb(255 255 255 / 5%)); }
.be-context-visual { position: relative; width: min(320px, 72%); aspect-ratio: 1; margin: 0 auto 48px; display: grid; place-content: center; border: 1px solid rgb(255 255 255 / 22%); border-radius: 38% 62% 58% 42% / 45% 38% 62% 55%; background: rgb(255 255 255 / 7%); text-align: center; }
.be-context-visual span { color: var(--be-orange); font-size: .8rem; font-weight: 900; letter-spacing: .2em; }
.be-context-visual strong { font: 500 clamp(3.5rem, 7vw, 6.2rem)/1 Georgia, serif; }
.be-context-visual small { margin-top: 8px; color: #c7d5da; font-size: .62rem; letter-spacing: .18em; }
.be-context-copy { position: relative; max-width: 520px; margin: 0 auto; }
.be-context-copy .be-eyebrow { color: #ffc18d; }
.be-context h2 { margin: 0 0 26px; font: 500 clamp(1.7rem, 3vw, 2.65rem)/1.15 Georgia, serif; }
.be-context ul { margin: 0; padding: 0; list-style: none; }
.be-context li { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-top: 1px solid rgb(255 255 255 / 15%); color: #e5edef; font-size: .9rem; }
.be-context li span { color: #ffc18d; font-size: .68rem; font-weight: 800; }

@media (max-width: 920px) {
  .be-entry { grid-template-columns: 1fr; }
  .be-context { min-height: 520px; }
  .be-brand { margin-bottom: 36px; }
}
@media (max-width: 620px) {
  .be-topbar { min-height: 58px; }
  .be-local-status { display: none; }
  .be-intro { padding: 30px 18px 44px; }
  .be-intro h1 { font-size: 2.65rem; }
  .be-mode-choice label { align-items: flex-start; }
  .be-mode-choice label b { display: none; }
  .be-context { padding: 42px 24px; min-height: 480px; }
}
