/* RDC_DPV_MENU_DESIGN_START */
.menu-canvas { padding-bottom: 120px; }
.cover-shell { position: relative; min-height: 430px; max-width: var(--content); margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.cover-stage { width: calc(100% - 170px); min-height: 430px; padding: clamp(150px, 18vw, 230px) clamp(34px, 7vw, 84px) 40px; }
.cover-stage h2 { max-width: 16ch; margin-bottom: 18px; font-size: clamp(2rem, 5vw, 4.6rem); }
.cover-stage > p:last-child { max-width: 56ch; margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.cover-tabs { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; width: 170px; border-left: 1px solid var(--line); background: var(--surface); }
.cover-tabs button { display: block; width: 100%; min-height: 33.333%; padding: 20px; border: 0; border-bottom: 1px solid var(--line); background: transparent; color: var(--muted); text-align: left; cursor: pointer; }
.cover-tabs button:last-child { border-bottom: 0; }
.cover-tabs button:hover, .cover-tabs button:focus-visible, .cover-tabs button.is-active { background: var(--ink); color: white; }
.cover-tabs span { display: block; margin-top: 5px; font-size: .8rem; }
.cover-panel { position: absolute; inset: 0 170px 0 0; z-index: 2; padding: clamp(100px, 13vw, 170px) clamp(34px, 7vw, 84px); background: var(--ink); color: white; opacity: 0; pointer-events: none; transform: translateX(18px); transition: opacity .22s ease, transform .22s ease; }
.cover-panel.is-active { opacity: 1; transform: none; }
.cover-panel h3 { max-width: 19ch; margin: 0; font-size: clamp(2rem, 5vw, 4.4rem); line-height: 1.05; }
.cover-panel .eyebrow { color: #aebcff; }
.menu-state { display: none; }
.menu-state.is-active { display: block; }
.inline-menu-sample { max-width: var(--content); margin: 0 auto; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; }
.inline-menu-sample button { margin: 4px; }
.menu-local-output { padding: 28px 18px 12px; }
.menu-view-card { max-width: 650px; animation: menu-card-enter .25s ease; }
.menu-view-card h3 { display: inline-block; margin: 0 0 12px; padding: 0 2px 7px; border-bottom: 2px solid #648d83; color: #3e535c; font-family: var(--font-ic-title); font-size: clamp(1.05rem, 1.8vw, 1.35rem); font-weight: 520; letter-spacing: .035em; line-height: 1.2; }
.menu-view-card p { max-width: 54ch; margin: 0; color: var(--copy); font-size: .88rem; line-height: 1.6; }
@keyframes menu-card-enter { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.drop-menu-sample { position: relative; min-height: 430px; max-width: var(--content); margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.drop-menu-stage { min-height: 430px; padding: clamp(70px, 10vw, 120px) clamp(28px, 7vw, 78px); }
.drop-menu-stage h2 { max-width: 17ch; margin-bottom: 16px; font-size: clamp(2rem, 5vw, 4.4rem); }
.drop-menu-stage > p { max-width: 58ch; color: var(--muted); line-height: 1.65; }
.example-drop-menu { position: absolute; top: 0; right: 0; bottom: 0; z-index: 4; width: min(320px, 84%); padding: 22px; border-left: 1px solid var(--line); background: var(--ink); color: #fff; transform: translateX(102%); transition: transform .22s ease; }
.example-drop-menu.is-open { transform: translateX(0); }
.example-drop-menu h3 { margin: 4px 0 16px; color: #fff; }
.example-drop-menu button { display: block; width: 100%; margin: 4px 0; border-color: rgba(255,255,255,.3); background: transparent; color: #fff; text-align: left; }
.example-drop-menu-output { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.25); }
/* RDC_DPV_IS_FLOATING_LOCAL_MENU_DESIGN_START
 * IS owns the routed choices; the design keeps the local menu centered and
 * sticky inside whichever PG or INDEX scroll surface currently owns motion.
 */
.rail-menu-sample { position: relative; min-height: 420px; border: 1px solid var(--line); border-radius: 10px; overflow: visible; background: linear-gradient(160deg, rgba(255,255,255,.98), rgba(239,246,243,.88)); }
.rail-floating-menu { position: sticky; top: 12px; z-index: 30; display: block; width: fit-content; max-width: calc(100% - 24px); margin: 12px auto 0; padding: 5px; overflow-x: auto; border: 1px solid rgba(83,111,113,.28); border-radius: 0; background: linear-gradient(112deg, rgba(245,249,250,.97), rgba(225,239,234,.97)); box-shadow: none; text-align: center; white-space: nowrap; backdrop-filter: blur(10px); transition: border-color .2s ease; }
.rail-floating-menu:hover, .rail-floating-menu:focus-within { border-color: rgba(63,103,96,.58); box-shadow: none; transform: none; }
.rail-floating-menu button { display: inline-block; width: auto; min-height: 36px; margin: 0 2px; padding: 8px 14px; border: 1px solid transparent; border-radius: 0; color: #52646b; font-size: .75rem; text-align: center; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.rail-floating-menu button:hover, .rail-floating-menu button:focus-visible { border-color: rgba(73,114,105,.58); background: rgba(255,255,255,.8); color: #294b46; transform: none; }
.rail-floating-menu button.is-active, .rail-floating-menu button[aria-current="page"] { border-color: rgba(64,103,95,.72); background: linear-gradient(105deg, rgba(218,232,227,.96), rgba(252,252,249,1)); box-shadow: none; color: #234b45; }
.rail-menu-output { min-height: 330px; padding: clamp(28px, 4vw, 48px); }
.menu-view-card--actions { max-width: 900px; }
.action-menu-worklist { margin-top: 28px; border-top: 1px solid var(--line); }
.action-menu-worklist article { position: relative; min-height: 120px; padding: 22px 120px 22px 58px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.42); transition: background .2s ease, transform .2s ease; }
.action-menu-worklist article:hover { background: rgba(255,255,255,.82); transform: translateX(3px); }
.action-menu-worklist article > span { position: absolute; top: 26px; left: 8px; color: #74928c; font-family: var(--font-ic-title); font-size: .72rem; letter-spacing: .12em; }
.action-menu-worklist article > div { display: block; }
.action-menu-worklist h4 { margin: 0 0 7px; color: #354850; font-family: var(--font-pg-title); font-size: 1.04rem; font-weight: 520; }
.action-menu-worklist p { margin: 0; color: var(--copy); font-size: .82rem; line-height: 1.55; }
.action-menu-worklist article > button { position: absolute; top: 36px; right: 8px; min-width: 82px; }
body[data-dpv-shell-mode="full_height"] .rail-floating-menu { top: calc(var(--dpv-index-visible-h) + var(--dpv-ic-head-h) + 10px); }
/* RDC_DPV_IS_FLOATING_LOCAL_MENU_DESIGN_END */

/* RDC_DPV_IS_COVER_MENU_DESIGN_START
 * The trigger, content, and covering menu share one overflow-owned shell.
 */
.cover-menu-demo { max-width: var(--content); margin: 0 auto; }
.cover-owned-shell { position: relative; min-height: 500px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #dfe5eb; }
.cover-menu-trigger { position: absolute; top: 14px; right: 14px; z-index: 2; min-height: 40px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.68); border-radius: 999px; background: linear-gradient(115deg, rgba(30,47,61,.96), rgba(43,91,79,.94)); box-shadow: 0 8px 25px rgba(12,20,31,.18); color: #fff; cursor: pointer; }
.cover-menu-trigger:hover, .cover-menu-trigger:focus-visible { box-shadow: 0 12px 30px rgba(12,34,40,.25); transform: translateY(-2px) scale(1.02); }
.cover-menu-trigger:hover span:first-child, .cover-menu-trigger:focus-visible span:first-child { transform: rotate(55deg); }
.cover-menu-trigger span { display: inline-block; margin: 0 2px; vertical-align: middle; }
.cover-menu-trigger span:first-child { transition: transform .3s ease; }
.cover-shell-content { min-height: 500px; }
.cover-menu-overlay { position: absolute; inset: 0; display: block; padding: 0; overflow: auto; visibility: hidden; background: #f7f9fc; color: var(--ink); opacity: 0; pointer-events: none; transform: translateY(-24px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.cover-menu-overlay.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.cover-menu-overlay.is-dragging { visibility: visible; opacity: 1; pointer-events: auto; user-select: none; transform: translate3d(0,var(--dpv-drag-y, 0),0); transition: none; }
.cover-menu-head { position: sticky; top: 0; z-index: 2; min-height: 66px; padding: 15px 96px 14px 20px; border-bottom: 1px solid var(--line); background: #f7f9fc; cursor: grab; touch-action: pan-x; }
.cover-menu-overlay.is-dragging .cover-menu-head { cursor: grabbing; }
.slide-close-handle--cover { position: absolute; top: 6px; left: 50%; width: 42px; height: 4px; border-radius: 999px; background: linear-gradient(90deg, #9f7c96, #68445f); opacity: .6; transform: translateX(-50%); transition: width .2s ease, opacity .2s ease; }
.cover-menu-head:hover .slide-close-handle--cover, .cover-menu-overlay.is-dragging .slide-close-handle--cover { width: 58px; opacity: .95; }
.cover-menu-head h3 { margin: 6px 0 0; font-size: 1.15rem; }
.cover-menu-head button { position: absolute; top: 14px; right: 16px; min-height: 36px; padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); cursor: pointer; }
.cover-menu-body { max-width: 760px; margin: 0 auto; padding: clamp(24px, 5vw, 54px); }
.cover-shell-actions { padding: 12px 0; text-align: right; }
.cover-shell-actions button { margin: 3px 0 3px 6px; }
.map-preview { position: relative; min-height: 500px; margin: 0; overflow: hidden; background: #dfe5eb; }
.map-preview > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: cover; }
.map-style-quiet > img { filter: saturate(.55) brightness(1.04); }
.map-style-contrast > img { filter: contrast(1.22) saturate(1.25); }
.map-preview figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; max-width: 650px; padding: clamp(18px, 4vw, 34px); border: 1px solid rgba(255,255,255,.72); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 16px 46px rgba(17,27,39,.17); }
.map-preview figcaption h2 { margin: 4px 0 7px; font-size: clamp(1.55rem, 4vw, 3rem); }
.map-preview figcaption p:last-child { margin: 0; color: var(--muted); }
.map-pin { position: absolute; top: 34%; left: 53%; width: 34px; height: 34px; margin: -17px 0 0 -17px; border: 8px solid #fff; border-radius: 50% 50% 50% 0; background: #3959d9; box-shadow: 0 7px 18px rgba(17,27,39,.25); transform: rotate(-45deg); }
.map-dot { position: absolute; width: 15px; height: 15px; border: 4px solid #fff; border-radius: 50%; background: #19705a; box-shadow: 0 3px 10px rgba(17,27,39,.2); }
.map-dot-a { top: 22%; left: 25%; }
.map-dot-b { top: 48%; left: 75%; }
.map-dot-c { top: 67%; left: 42%; }
.map-nearby { min-height: 500px; padding: clamp(34px, 6vw, 70px); background: var(--surface); }
.map-nearby > h2 { font-size: clamp(2rem, 5vw, 4rem); }
.map-nearby > div { margin: 24px -6px 0; font-size: 0; }
.map-nearby article { display: inline-block; width: calc(33.333% - 12px); min-width: 180px; margin: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); font-size: 1rem; vertical-align: top; }
.map-nearby article img { width: 64px; height: 64px; border-radius: 14px; }
.map-nearby article h3 { margin: 12px 0 6px; }
.map-nearby article p { color: var(--muted); line-height: 1.5; }
.cover-settings-form > p { color: var(--muted); line-height: 1.6; }
.switch-row { position: relative; min-height: 50px; padding: 9px 0 9px 58px !important; cursor: pointer; }
.switch-row > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.switch-control { position: absolute; top: 7px; left: 0; width: 46px; height: 26px; border-radius: 999px; background: #b7c0cb; transition: background .18s ease; }
.switch-control::after { position: absolute; top: 4px; left: 4px; width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 2px 5px rgba(12,20,31,.2); content: ""; transition: transform .18s ease; }
.switch-row > input:checked + .switch-control { background: var(--accent); }
.switch-row > input:checked + .switch-control::after { transform: translateX(20px); }
.switch-row > input:focus-visible + .switch-control { outline: 3px solid rgba(57,89,217,.28); }
.cover-pill-row { margin: 14px 0 22px; }
.cover-pill-row span { display: inline-block; margin: 3px 5px 3px 0; padding: 6px 10px; border-radius: 999px; background: #e8edff; color: #304dbd; font-size: .68rem; font-weight: 700; }
/* RDC_DPV_IS_COVER_MENU_DESIGN_END */
@media (max-width: 700px) {
	.cover-shell { min-height: 590px; }
	.cover-stage { width: 100%; min-height: 509px; }
	.cover-tabs { top: auto; left: 0; width: 100%; height: 81px; border-top: 1px solid var(--line); border-left: 0; white-space: nowrap; }
	.cover-tabs button { display: inline-block; width: 33.333%; min-height: 81px; border-right: 1px solid var(--line); border-bottom: 0; text-align: center; vertical-align: top; }
	.cover-panel { inset: 0 0 81px; }
	.rail-floating-menu { max-width: calc(100% - 16px); }
	.rail-floating-menu button { padding-right: 11px; padding-left: 11px; }
	.rail-menu-output { padding-right: 18px; padding-left: 18px; }
	.action-menu-worklist article { padding-right: 12px; padding-left: 46px; }
	.action-menu-worklist article > span { left: 6px; }
	.action-menu-worklist article > button { position: static; margin-top: 14px; }
	.cover-owned-shell, .cover-shell-content, .map-preview, .map-nearby { min-height: 520px; }
	.map-preview figcaption { right: 12px; bottom: 12px; left: 12px; }
	.map-nearby article { display: block; width: 100%; margin: 8px 0; }
	.cover-shell-actions { padding-right: 10px; padding-left: 10px; }
}
/* RDC_DPV_MENU_DESIGN_END */
