/* RYZN Demand Map — front-end styles. Scoped under .rdm-root to avoid Kadence theme bleed. */

.rdm-root, .rdm-root * { box-sizing: border-box; }

.rdm-root {
	--rdm-gold: #c9a24c;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #f3efe6;
}

.rdm-wrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	background: #0a0908;
	border: 1px solid #221f19;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* headline band */
.rdm-head { padding: 56px 56px 42px; border-bottom: 1px solid #1c1a15; }
.rdm-eyebrow { font-size: 11px; letter-spacing: .3em; color: var(--rdm-gold); text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }
.rdm-h2 { margin: 0 0 18px; font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-weight: 800; font-size: 52px; line-height: .98; letter-spacing: -.015em; color: #f3efe6; text-transform: uppercase; }
.rdm-lede { margin: 0 0 28px; font-size: 15px; line-height: 1.6; color: #9c958a; max-width: 560px; }
.rdm-cta { display: flex; gap: 1rem; flex-wrap: wrap; }

.rdm-btn { display: inline-flex; align-items: center; justify-content: center; font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; text-decoration: none; border: none; }
.rdm-btn-primary { background: var(--rdm-gold); color: #12100b; padding: 16px 26px; }
.rdm-btn-primary:hover { background: #dcb964; color: #12100b; }
.rdm-btn-ghost { background: transparent; color: #e9e3d6; border: 1px solid #4a463d; padding: 15px 26px; font-weight: 600; }
.rdm-btn-ghost:hover { border-color: var(--rdm-gold); color: #f3efe6; }

/* dashboard */
.rdm-dash { flex: 1; display: flex; min-height: 0; }
.rdm-mapcol { flex: 1; position: relative; padding: 30px 34px; display: flex; flex-direction: column; min-width: 0; }
.rdm-maphdr { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 8px; }
.rdm-maptitle { font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-weight: 700; font-size: 15px; color: #f3efe6; letter-spacing: .02em; text-transform: uppercase; }
.rdm-live { font-size: 11px; letter-spacing: .16em; color: #6f685d; text-transform: uppercase; }
.rdm-mapbox { flex: 1; position: relative; display: flex; align-items: center; justify-content: center; }
.rdm-map { width: 100%; max-width: 780px; }
.rdm-map svg { width: 100%; height: auto; display: block; }
.rdm-mapmsg { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 12px; letter-spacing: .2em; color: #6f685d; text-transform: uppercase; }

/* rail */
.rdm-rail { width: 452px; flex-shrink: 0; border-left: 1px solid #1c1a15; background: #0c0b09; overflow-y: auto; max-height: 720px; padding: 30px 32px 36px; }
.rdm-rail::-webkit-scrollbar { width: 8px; }
.rdm-rail::-webkit-scrollbar-thumb { background: #2c2a24; }
.rdm-rail::-webkit-scrollbar-track { background: transparent; }

.rdm-sec { font-size: 11px; letter-spacing: .24em; color: var(--rdm-gold); text-transform: uppercase; font-weight: 600; margin-bottom: 14px; }

.rdm-statgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #221f19; border: 1px solid #221f19; margin-bottom: 30px; }
.rdm-stat { background: #100f0c; padding: 18px 16px; }
.rdm-stat-num { font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-weight: 800; font-size: 30px; color: #f3efe6; line-height: 1; }
.rdm-stat-num.rdm-gold { color: var(--rdm-gold); }
.rdm-stat-lbl { font-size: 10px; letter-spacing: .16em; color: #8f887d; text-transform: uppercase; margin-top: 8px; }

.rdm-rowtitle { font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-weight: 700; font-size: 14px; color: #f3efe6; letter-spacing: .02em; text-transform: uppercase; margin-bottom: 6px; }
.rdm-rowsub { font-size: 12px; color: #8f887d; margin-bottom: 16px; line-height: 1.5; }
.rdm-empty { padding: 22px 16px; border: 1px dashed #2c2a24; font-size: 12.5px; color: #8f887d; line-height: 1.6; text-align: center; margin-bottom: 8px; }

/* leaderboard */
.rdm-lb { display: flex; align-items: center; gap: 14px; padding: 11px 0; border-bottom: 1px solid #1a1813; }
.rdm-lb-rank { font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-size: 12px; font-weight: 700; color: #5c564b; width: 20px; }
.rdm-lb-body { flex: 1; min-width: 0; }
.rdm-lb-top { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.rdm-lb-prod { font-size: 13.5px; color: #f3efe6; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rdm-lb-votes { font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-size: 13px; color: var(--rdm-gold); font-weight: 700; }
.rdm-lb-bar { display: flex; align-items: center; gap: 10px; margin-top: 7px; }
.rdm-lb-fill { flex: 1; height: 3px; background: linear-gradient(90deg, #7a5f1f, var(--rdm-gold)); }
.rdm-lb-metros { font-size: 10px; letter-spacing: .08em; color: #6f685d; white-space: nowrap; text-transform: uppercase; }

/* detail */
.rdm-back { background: none; border: none; color: #8f887d; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; cursor: pointer; padding: 0; margin-bottom: 20px; font-weight: 600; }
.rdm-back:hover { color: #c9a24c; }
.rdm-city { font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-weight: 800; font-size: 34px; color: #f3efe6; line-height: 1; text-transform: uppercase; letter-spacing: -.01em; }
.rdm-citystat { font-size: 12px; letter-spacing: .06em; color: var(--rdm-gold); text-transform: uppercase; margin-top: 10px; font-weight: 600; }
.rdm-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: 22px 0 6px; }
.rdm-chip { padding: 6px 11px; border: 1px solid #2f2c24; background: transparent; color: #9c958a; font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; font-weight: 600; white-space: nowrap; }
.rdm-chip-on { background: var(--rdm-gold); color: #12100b; border-color: var(--rdm-gold); }

.rdm-req { padding: 13px 0; border-bottom: 1px solid #1a1813; }
.rdm-req-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.rdm-req-info { min-width: 0; }
.rdm-req-name { font-size: 14px; color: #f3efe6; font-weight: 500; line-height: 1.3; }
.rdm-req-meta { display: flex; align-items: center; gap: 9px; margin-top: 7px; }
.rdm-tag { font-size: 9.5px; letter-spacing: .1em; color: var(--rdm-gold); border: 1px solid #3a3222; padding: 3px 8px; text-transform: uppercase; font-weight: 600; }
.rdm-vote { display: flex; flex-direction: column; align-items: center; gap: 1px; min-width: 50px; padding: 7px 4px; cursor: pointer; border: 1px solid #2c2a24; background: #100f0c; color: #b0a897; font-family: 'Archivo', 'Helvetica Neue', sans-serif; font-size: 12px; font-weight: 700; }
.rdm-vote-caret { font-size: 8px; line-height: 1; }
.rdm-vote-on { background: var(--rdm-gold); color: #12100b; border-color: var(--rdm-gold); }
.rdm-req-bar { margin-top: 10px; height: 3px; background: #1c1a15; overflow: hidden; }
.rdm-req-fill { height: 100%; background: var(--rdm-gold); opacity: .6; }

/* forms */
.rdm-form { margin-top: 26px; padding-top: 24px; border-top: 1px solid #221f19; }
.rdm-input { width: 100%; padding: 13px 14px; background: #100f0c; border: 1px solid #2c2a24; color: #f3efe6; font-size: 13.5px; outline: none; margin-bottom: 10px; font-family: inherit; }
.rdm-input::placeholder { color: #6f685d; }
.rdm-input:focus { border-color: #4a463d; }
.rdm-submit { width: 100%; padding: 14px 22px; font-size: 12px; letter-spacing: .12em; }
.rdm-err { margin-top: 11px; font-size: 12px; color: #d98a6a; line-height: 1.45; }
.rdm-snap { display: flex; align-items: flex-start; gap: 10px; padding: 13px 14px; background: rgba(201,162,76,.1); border: 1px solid #3a3222; margin-bottom: 22px; }
.rdm-snap-ck { color: var(--rdm-gold); font-size: 13px; line-height: 1.3; flex-shrink: 0; }
.rdm-snap span:last-child { font-size: 12.5px; color: #dcc98f; line-height: 1.5; }

@keyframes rdm-ping { 0% { transform: scale(.5); opacity: .55; } 100% { transform: scale(2.7); opacity: 0; } }

/* tablet */
@media (max-width: 1080px) {
	.rdm-head { padding: 44px 40px 34px; }
	.rdm-h2 { font-size: 44px; }
	.rdm-dash { flex-direction: column; }
	.rdm-mapcol { padding: 26px 30px; }
	.rdm-rail { width: 100%; border-left: none; border-top: 1px solid #1c1a15; max-height: none; }
	.rdm-map { max-width: 640px; margin: 0 auto; }
}

/* phone */
@media (max-width: 640px) {
	.rdm-head { padding: 36px 22px 26px; }
	.rdm-eyebrow { margin-bottom: 12px; }
	.rdm-h2 { font-size: 32px; }
	.rdm-lede { font-size: 14px; }
	.rdm-cta { width: 100%; }
	.rdm-cta .rdm-btn { flex: 1 1 auto; padding: 15px 18px; font-size: 12px; }
	.rdm-mapcol { padding: 22px 18px; }
	.rdm-rail { padding: 26px 22px 30px; }
	.rdm-maphdr { flex-direction: column; align-items: flex-start; gap: 4px; }
}
