/**
 * AEF 2026 invite — civic tokens + modern form craft
 * Palette from AEF brand. Rhythm from Colorlib V5 / V9 / Material:
 * elevated card, filled fields, floating focus line, generous type.
 */
:root {
  --navy: #001a5c;
  --deep: #000d33;
  --blue: #003cd3;
  --mid: #5c9eff;
  --cyan: #00c6ff;
  --red: #e71200;
  --orange: #ff7733;
  --ok: #0d7a4a;
  --ink: #121826;
  --soft: #5b6578;
  --faint: #8b95a8;
  --paper: #ffffff;
  --mist: #eef2f8;
  --fill: #e4eaf4;
  --line: #c5cfe0;
  --display: "Josefin Sans", "Be Vietnam Pro", system-ui, sans-serif;
  --body: "Be Vietnam Pro", "Josefin Sans", system-ui, sans-serif;
  --mono: "Josefin Sans", "Be Vietnam Pro", sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
  --shadow: 0 1px 2px rgba(12, 26, 61, .06), 0 28px 70px -24px rgba(0, 13, 51, .55);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font: 400 16px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
  background: #00143f;
  overflow-x: clip;
}
.kv-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.kv-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 60%;
}
.kv-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 10, 40, .42) 0%, rgba(0, 20, 70, .18) 28%, rgba(0, 16, 52, .55) 100%),
    radial-gradient(ellipse 70% 50% at 50% 38%, rgba(0, 26, 92, .08), transparent 70%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 2px; }
[x-cloak] { display: none !important; }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -.02em;
  margin: 0;
  line-height: 1.15;
  color: var(--navy);
  text-transform: none;
}
h1 { font-size: clamp(30px, 4vw, 42px); font-weight: 700; }
h2 { font-size: clamp(22px, 2.4vw, 28px); }
h3 { font-size: 18px; font-weight: 600; letter-spacing: 0; }
p { margin: 0 0 12px; }

.shell { width: min(920px, calc(100% - 40px)); margin: 0 auto; position: relative; z-index: 1; min-width: 0; }
.muted { color: var(--soft); font-size: 15px; line-height: 1.65; overflow-wrap: break-word; }
.eyebrow {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  margin-right: 8px;
  vertical-align: middle;
  background: var(--red);
  border-radius: 2px;
}

.stg-bar {
  background: #8a4416;
  color: #fff;
  text-align: center;
  font: 650 12px/1.4 var(--sans, inherit);
  letter-spacing: .04em;
  padding: 8px 14px;
}
.util {
  position: relative;
  z-index: 2;
  background: rgba(0, 13, 51, .92);
  color: #b7c6e4;
  font-size: 13px;
  backdrop-filter: blur(12px);
}
.util .shell {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}
.util a:hover { color: #fff; }
.lang {
  display: flex;
  padding: 3px;
  background: rgba(255, 255, 255, .06);
  border-radius: 999px;
}
.lang button {
  min-width: 40px;
  padding: 5px 12px;
  border-radius: 999px;
  color: #b7c6e4;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
}
.lang button[aria-pressed="true"] { background: #fff; color: var(--navy); }

.mast {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 13, 51, .28), rgba(0, 13, 51, .08));
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.mast .shell,
.mast-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 80px;
  flex-wrap: wrap;
}
.org-lockup {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 0;
}
.org-lockup img,
.foot-orgs img {
  display: block;
  width: auto;
  height: 44px;
  object-fit: contain;
}
.org-lockup .org-emblem,
.foot-orgs .org-emblem { height: 46px; }
.org-lockup .org-ubnd,
.foot-orgs .org-ubnd {
  height: 46px;
  border-radius: 50%;
  background: #fff;
}
.org-div {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, .28);
  margin: 0 4px;
  flex: 0 0 auto;
}
.org-lockup .org-wef,
.org-lockup .org-c4ir {
  height: 52px;
  mix-blend-mode: screen;
}
.foot-orgs .org-emblem,
.foot-orgs .org-ubnd { height: 52px; }
.foot-orgs .org-wef,
.foot-orgs .org-c4ir {
  height: 64px;
  mix-blend-mode: screen;
}
.brand { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.brand img { height: 42px; width: auto; }
.brand-txt {
  font-family: var(--display);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #fff;
}
.brand-txt span { display: block; }
.brand-txt i { font-style: normal; color: var(--cyan); }
.tag {
  margin-left: auto;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  padding: 7px 14px;
}

main { padding: 36px 0 88px; position: relative; z-index: 1; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 12px;
  font-family: var(--display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-b {
  background: linear-gradient(180deg, #1a4de0 0%, var(--blue) 100%);
  color: #fff;
  box-shadow: 0 10px 24px -10px rgba(0, 60, 211, .65);
}
.btn-b:hover { background: var(--navy); }
.btn-l {
  background: #fff;
  color: var(--blue);
  box-shadow: inset 0 0 0 1px var(--line);
}
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; }

.panel {
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: var(--radius);
  padding: 36px 36px 32px;
  box-shadow: var(--shadow);
  min-width: 0;
  overflow: hidden;
}
.panel + .panel { margin-top: 18px; }
.panel-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 22px;
}
.step-no {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(160deg, #eef3ff, #dce6ff);
  color: var(--blue);
  font-family: var(--display);
  font-size: 14px;
  font-weight: 800;
}

.stepper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
.stepper li {
  position: relative;
  padding: 14px 12px 14px 14px;
  background: var(--fill);
  border-radius: 12px;
  font-size: 13px;
  color: var(--soft);
  line-height: 1.3;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background .18s, color .18s, border-color .18s;
}
.stepper li.now {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.stepper li.now span { color: var(--cyan); }
.stepper li.done {
  background: #eef3ff;
  border-color: var(--mid);
  color: var(--navy);
}
.stepper li span {
  display: block;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  color: var(--blue);
  margin-bottom: 4px;
}
.stepper em { font-style: normal; }

.date-pill {
  display: inline-flex;
  margin: 4px 0 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--navy);
  font-size: 13.5px;
  font-weight: 600;
}
.theme-stage {
  position: relative;
  margin: 20px 0 22px;
  padding: 32px 28px 36px;
  overflow: hidden;
  text-align: center;
  border-radius: 16px;
  background:
    radial-gradient(ellipse 90% 70% at 80% 110%, rgba(255, 119, 51, .28), transparent 52%),
    radial-gradient(ellipse 80% 60% at 8% -10%, rgba(0, 198, 255, .28), transparent 50%),
    linear-gradient(165deg, #000d33 0%, #001a5c 42%, #0032b0 78%, #003cd3 100%);
}
.theme-stage::after {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  bottom: -42%;
  height: 70%;
  pointer-events: none;
  background: radial-gradient(ellipse 70% 55% at 50% 0%, transparent 42%, rgba(255, 255, 255, .55) 43% 44%, transparent 46%);
  opacity: .35;
}
.theme-year {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--cyan);
}
.theme-block { position: relative; z-index: 1; }
.theme-kicker {
  margin: 0 0 8px;
  font-family: var(--display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--cyan);
}
.theme-block.is-pole .theme-kicker { color: #ffb087; }
.theme-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  font-family: var(--body);
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -.02em;
  color: #fff;
}
.theme-line span { display: block; }
.theme-rule {
  position: relative;
  z-index: 1;
  width: min(220px, 46%);
  height: 1px;
  margin: 22px auto;
  background: linear-gradient(90deg, transparent, #00c6ff 30%, #ff7733 70%, transparent);
}

.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.span2 { grid-column: 1 / -1; }
.chip-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.chip-grid.is-error { outline: 2px solid rgba(231, 18, 0, .35); outline-offset: 4px; border-radius: 14px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line, #e2e8f2); border-radius: 999px; background: #fff; font-size: 13px; cursor: pointer; }
.chip input { margin: 0; }
.chip:has(input:checked) { border-color: #003cd3; background: #eef3ff; }
.org-extra { margin: 20px 0 28px; }
.field { margin-bottom: 4px; }

label {
  display: block;
  margin-bottom: 8px;
  font-size: 13.5px;
  font-weight: 600;
  color: #2c3648;
}
label small {
  display: block;
  font-weight: 400;
  color: var(--faint);
  font-size: 12.5px;
  margin-top: 2px;
}
.req { color: var(--red); font-weight: 700; }

.field input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]),
select,
textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--fill);
  font: 400 16px/1.45 var(--body);
  color: var(--ink);
  border-radius: 12px;
  -webkit-appearance: none;
  appearance: none;
  transition: background .18s, border-color .18s, box-shadow .18s;
}
select {
  background-image: linear-gradient(45deg, transparent 50%, var(--navy) 50%),
    linear-gradient(135deg, var(--navy) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 36px;
}
textarea { min-height: 8rem; resize: vertical; }
.field input::placeholder,
textarea::placeholder { color: #6b7689; }
.field input:hover,
select:hover,
textarea:hover { background: #dce4f0; border-color: #a9b6cc; }
.field input:focus,
select:focus,
textarea:focus {
  background: #fff;
  border-color: var(--blue);
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 60, 211, .14);
}
.field input.is-error,
select.is-error,
textarea.is-error {
  background: #fff7f5;
  border-color: var(--red);
  box-shadow: 0 0 0 4px rgba(231, 18, 0, .1);
}

fieldset {
  border: 0;
  padding: 0;
  margin: 8px 0 6px;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 600;
  color: #2c3648;
  padding: 0;
}

.choice-grid { display: grid; gap: 12px; }
.choice-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.choice-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.choice-grid.cols-auto { grid-template-columns: repeat(auto-fit, minmax(168px, 1fr)); }
.choice-grid.is-error { outline: 2px solid rgba(231, 18, 0, .35); outline-offset: 4px; border-radius: 14px; }

.choice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  transition: border-color .18s, background .18s, box-shadow .18s, transform .18s;
}
.choice:hover {
  border-color: var(--mid);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px -14px rgba(0, 26, 92, .35);
}
.choice.is-on {
  border-color: var(--blue);
  background: linear-gradient(180deg, #f7f9ff, #eef3ff);
  box-shadow: 0 0 0 3px rgba(0, 60, 211, .1);
}
.choice .mark {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  border: 2px solid #c5cedd;
  background: #fff;
  position: relative;
}
.choice.is-on .mark {
  border-color: var(--blue);
  background: var(--blue);
}
.choice.is-on .mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #fff;
}
.choice .ttl { display: block; font-weight: 600; font-size: 15px; color: var(--navy); }
.choice .hint { display: block; margin-top: 4px; font-size: 12.5px; color: var(--soft); line-height: 1.45; }

.drop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dropzone {
  position: relative;
  border: 1.5px dashed #c5d0e4;
  background: var(--fill);
  border-radius: 14px;
  padding: 22px 16px;
  text-align: center;
  cursor: pointer;
  transition: border-color .18s, background .18s;
}
.dropzone:hover, .dropzone.is-drag {
  background: #eef3ff;
  border-color: var(--blue);
}
.dropzone.is-error { border-color: var(--red); background: #fff7f5; }
.dropzone input[type="file"] { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.dropzone .pick { font-weight: 600; color: var(--navy); font-size: 14.5px; margin: 0; }
.dropzone .meta { margin: 6px 0 0; font-size: 12.5px; color: var(--faint); }
.file-row { display: flex; align-items: center; gap: 12px; text-align: left; }
.preview-thumb { width: 48px; height: 48px; object-fit: cover; border-radius: 10px; border: 1px solid var(--line); }
.file-row .rm {
  position: relative;
  z-index: 2;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}

.note {
  border: 0;
  border-radius: 14px;
  background: var(--fill);
  padding: 18px 20px;
  margin-bottom: 20px;
  font-size: 14.5px;
  color: var(--soft);
  box-shadow: inset 3px 0 0 var(--blue);
}
.note.warn { background: #fff4f1; box-shadow: inset 3px 0 0 var(--red); color: #7a2a1c; }
.note.ok { background: #eef8f2; box-shadow: inset 3px 0 0 var(--ok); }
.note.forum-note {
  background: linear-gradient(180deg, #f4f8ff, #eef4ff);
  box-shadow: inset 3px 0 0 var(--cyan);
  color: var(--navy);
  font-size: 14.5px;
  overflow-wrap: break-word;
}
.note h3 { font-size: 15.5px; margin-bottom: 6px; }
.note p:last-child { margin: 0; }
.note a { color: var(--blue); font-weight: 600; }

.check {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 4px 2px 8px;
}
.check input {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  accent-color: var(--blue);
}
.check.is-error { outline: 2px solid rgba(231, 18, 0, .35); outline-offset: 8px; border-radius: 10px; }

.preview {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(145deg, var(--deep), var(--blue) 80%);
  color: #fff;
  padding: 22px 24px;
  margin: 20px 0 8px;
}
.preview small {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--cyan);
}
.preview b {
  display: block;
  margin-top: 8px;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
}

.klist { list-style: none; margin: 16px 0 0; padding: 0; }
.klist li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: var(--soft);
}
.klist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: var(--red);
}

.wizard-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.meta-line { margin: 8px 0 0; font-size: 12.5px; color: var(--faint); }
.field-err { margin: 8px 0 0; font-size: 13px; color: var(--red); font-weight: 600; }

.photo-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  align-items: start;
}
.photo-box {
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(150deg, #0d2f7a, #003cd3 62%, #00c6ff);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
}
.photo-box.empty { background: var(--fill); color: var(--faint); border: 1px dashed #c5d0e4; }
.photo-box img { width: 100%; height: 100%; object-fit: cover; }
.badge-face {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, .35);
  flex: 0 0 auto;
}
.preview-meta { display: block; margin-top: 6px; color: #cfe2ff; font-size: 14px; font-weight: 400; }

.rev { list-style: none; margin: 8px 0 0; padding: 0; }
.rev li {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  align-items: start;
}
.rev .k {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--faint);
  padding-top: 3px;
}
.rev .edit {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(6, 14, 35, .55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.modal-box {
  background: #fff;
  width: min(440px, 100%);
  padding: 28px 24px 24px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.modal-box.privacy-modal { width: min(720px, 100%); max-height: calc(100vh - 40px); display: flex; flex-direction: column; }
.privacy-scroll {
  max-height: min(52vh, 420px);
  overflow: auto;
  margin: 12px 0 10px;
  padding: 14px 16px;
  border: 1px solid var(--line, #e2e8f2);
  border-radius: 12px;
  background: #f8fafc;
  -webkit-overflow-scrolling: touch;
}
.privacy-body { white-space: pre-line; font-size: 14px; line-height: 1.6; color: #1a2333; }
button.linkish {
  background: none; border: 0; padding: 0; font: inherit;
  color: var(--blue); font-weight: 600; text-decoration: underline; cursor: pointer;
}
.btn:disabled { opacity: .45; cursor: not-allowed; }
.crop-frame {
  width: 280px;
  height: 280px;
  margin: 18px auto;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  cursor: grab;
  touch-action: none;
  position: relative;
}
.crop-frame:active { cursor: grabbing; }
.crop-frame img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
  user-select: none;
  pointer-events: none;
}
.zoom-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--soft);
}
.zoom-row input[type="range"] { flex: 1; accent-color: var(--blue); }

.spin { width: 16px; height: 16px; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.article { max-width: 760px; }
.article section { margin-bottom: 26px; }
.article h2 { margin-bottom: 8px; }

.foot {
  position: relative;
  z-index: 1;
  background: var(--deep);
  color: #9db2d8;
  padding: 28px 0 36px;
  font-size: 13.5px;
}
.foot-orgs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 22px;
  flex-wrap: wrap;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}
.foot-orgs .org-aef { height: 40px; }
.foot-copy {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.foot a:hover { color: #fff; }
.foot .meta { font-size: 12.5px; color: #7f93b8; }

@media (max-width: 900px) {
  .g2, .drop-grid, .choice-grid.cols-3, .choice-grid.cols-2, .choice-grid.cols-auto, .photo-row { grid-template-columns: 1fr; }
  .stepper { grid-template-columns: 1fr; }
  .rev li { grid-template-columns: 1fr; }
  .panel { padding: 24px 20px; }
  .shell { width: calc(100% - 28px); }
  .tag { display: none; }
  .brand-txt { font-size: 11px; letter-spacing: .03em; }
  .org-lockup img { height: 36px; }
  .org-lockup .org-emblem,
  .org-lockup .org-ubnd { height: 38px; }
  .brand img { height: 34px; }
  .mast-inner { min-height: 68px; }
  .org-div { height: 28px; }
  .org-lockup .org-wef,
  .org-lockup .org-c4ir { height: 40px; }
  .foot-orgs { gap: 16px; }
  .foot-orgs .org-wef,
  .foot-orgs .org-c4ir { height: 48px; }
  .theme-stage { padding: 26px 18px 28px; }
  .theme-line { font-size: clamp(20px, 6.4vw, 26px); }
}
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}
