:root {
  --ink: #152031;
  --ink-soft: #536174;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #dfe3e7;
  --blue: #2759d6;
  --blue-dark: #183ca0;
  --blue-soft: #eaf0ff;
  --lime: #c9ff45;
  --berry: #a82963;
  --orange: #fe1f15;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(28, 41, 61, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.5; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 20; background: rgba(247,245,239,.95); }
.utility { min-height: 42px; display: flex; align-items: center; gap: 24px; font-size: 12px; border-bottom: 1px solid rgba(21,32,49,.12); }
.utility__item { display: flex; align-items: center; }
.utility__item--muted { color: var(--ink-soft); }
.utility__link { margin-left: auto; white-space: nowrap; text-decoration: none; border-bottom: 1px solid rgba(21,32,49,.25); }
.utility__link + .utility__link { margin-left: 0; }
.status-dot { width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #2faf62; box-shadow: 0 0 0 4px rgba(47,175,98,.12); }
.nav-wrap { background: var(--paper); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px 12px 12px 3px; background: var(--blue); color: var(--white); font-weight: 900; font-size: 23px; transform: rotate(-3deg); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__text strong { font-size: 20px; letter-spacing: .06em; }
.brand__text small { margin-top: 5px; font-size: 9px; color: var(--ink-soft); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { position: relative; font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:not(.nav-search)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--blue); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-search { padding: 10px 15px; border: 1px solid var(--line); border-radius: 12px; }
.header-call-button { min-height: 40px; display: none; align-items: center; gap: 9px; padding: 5px 11px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.header-call-button svg { flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.header-call-button__text { display: flex; flex-direction: column; line-height: 1.05; }
.header-call-button__text small { color: var(--ink-soft); font-size: 8px; font-weight: 600; letter-spacing: .02em; }
.header-call-button__text b { margin-top: 3px; font-size: 11px; font-weight: 700; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 76px 0 82px; background: linear-gradient(125deg, #ede9df 0%, #f7f5ef 54%, #e7edff 100%); border-top: 1px solid rgba(21,32,49,.08); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; left: -230px; top: -180px; border-radius: 50%; background: var(--lime); opacity: .5; filter: blur(2px); }
.hero__grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 72px; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 720px; margin: 0; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.055em; }
.hero__lead { max-width: 620px; margin: 26px 0 0; color: var(--ink-soft); font-size: 19px; }
.hero__actions, .visit__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-size: 14px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 30px rgba(39,89,214,.24); }
.button--primary:hover { background: var(--blue-dark); }
.button--ghost { border-color: #b8c0ca; background: rgba(255,255,255,.45); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--white); }
.button--light { background: var(--white); color: var(--ink); }
.hero__facts { display: flex; gap: 42px; margin: 50px 0 0; }
.hero__facts div { padding-left: 14px; border-left: 2px solid var(--blue); }
.hero__facts dt { font-size: 18px; font-weight: 900; }
.hero__facts dd { margin: 2px 0 0; color: var(--ink-soft); font-size: 12px; }
.hero__visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.building-card { position: relative; z-index: 2; width: min(440px, 100%); padding: 18px; border: 1px solid rgba(21,32,49,.12); border-radius: 28px; background: rgba(255,255,255,.84); box-shadow: var(--shadow); backdrop-filter: blur(18px); transform: rotate(2deg); }
.building-card__top { height: 43px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-radius: 14px; background: var(--ink); color: var(--white); font-size: 12px; }
.floor-stack { display: flex; flex-direction: column; gap: 7px; margin-top: 12px; }
.floor-row { min-height: 53px; display: grid; grid-template-columns: 48px 1fr; align-items: center; border-radius: 14px; background: #f0f2f4; overflow: hidden; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.floor-row:hover { transform: translateX(4px); background: #e8ebee; }
.floor-row b { height: 100%; display: grid; place-items: center; background: #dfe4e8; font-size: 19px; }
.floor-row span { padding: 0 16px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.floor-row--accent { background: var(--blue-soft); }
.floor-row--accent b { background: var(--blue); color: var(--white); }
.building-card__caption { margin: 13px 4px 0; color: var(--ink-soft); font-size: 10px; }
.hero__gem { position: absolute; border-radius: 28% 72% 54% 46% / 39% 38% 62% 61%; }
.hero__gem--one { width: 230px; height: 230px; right: -42px; top: 35px; background: var(--lime); transform: rotate(28deg); }
.hero__gem--two { width: 170px; height: 170px; left: -10px; bottom: 5px; background: var(--orange); transform: rotate(-18deg); opacity: .72; }

.scenarios { padding: 94px 0 108px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 44px; margin-bottom: 36px; }
.section-heading h2, .feature h2, .mini-feature h2, .current h2, .visit h2, .leasing h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p { max-width: 470px; margin: 0 0 5px; color: var(--ink-soft); }
.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.scenario { position: relative; min-height: 310px; display: flex; flex-direction: column; padding: 24px; border-radius: var(--radius); color: var(--ink); text-decoration: none; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.scenario:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.scenario--shopping { background: #dbe8ff; }
.scenario--food { background: #ffe1d4; }
.scenario--fun { background: #dfffb4; }
.scenario--party { background: #eadcff; }
.scenario__number { font-size: 11px; font-weight: 800; opacity: .62; }
.scenario__icon { width: 62px; height: 62px; display: grid; place-items: center; margin-top: 38px; border: 1px solid rgba(21,32,49,.22); border-radius: 50%; font-size: 25px; background: rgba(255,255,255,.35); }
.scenario h3 { margin: auto 0 8px; font-size: 23px; line-height: 1.08; }
.scenario p { min-height: 54px; margin: 0; color: rgba(21,32,49,.7); font-size: 13px; }
.scenario__arrow { margin-top: 14px; font-size: 12px; font-weight: 800; }

.floors-section { padding: 104px 0; background: #e9edf5; scroll-margin-top: 20px; }
.floor-browser { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; }
.floor-tabs { display: flex; flex-direction: column; gap: 8px; }
.floor-tab { min-height: 68px; display: grid; grid-template-columns: 56px 1fr; align-items: center; padding: 0 18px 0 0; border: 1px solid rgba(21,32,49,.12); border-radius: 17px; background: rgba(255,255,255,.62); color: var(--ink); text-align: left; cursor: pointer; transition: transform .18s ease, background .18s ease, border .18s ease; }
.floor-tab:hover { transform: translateX(4px); background: var(--white); }
.floor-tab strong { height: 100%; display: grid; place-items: center; border-right: 1px solid rgba(21,32,49,.1); font-size: 20px; }
.floor-tab span { padding-left: 17px; color: var(--ink-soft); font-size: 13px; font-weight: 800; }
.floor-tab.is-active { border-color: var(--blue); background: var(--blue); color: var(--white); box-shadow: 0 16px 36px rgba(39,89,214,.2); }
.floor-tab.is-active strong { border-color: rgba(255,255,255,.2); }
.floor-tab.is-active span { color: rgba(255,255,255,.8); }
.floor-panel { min-height: 446px; display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 44px; padding: 50px; border-radius: 30px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.floor-panel__number { width: 168px; height: 168px; display: grid; place-items: center; border-radius: 38px 38px 38px 9px; background: var(--lime); font-size: 82px; font-weight: 900; letter-spacing: -.08em; transform: rotate(-3deg); }
.floor-panel__copy h3 { max-width: 520px; margin: 0; font-size: clamp(34px, 4vw, 53px); line-height: 1; letter-spacing: -.045em; }
.floor-panel__copy > p:not(.eyebrow) { max-width: 520px; margin: 22px 0; color: var(--ink-soft); font-size: 17px; }
.floor-panel__tags, .feature__tags, .mini-feature__choices { display: flex; flex-wrap: wrap; gap: 10px 20px; }
.floor-panel__tags span, .feature__tags span, .mini-feature__choices span { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; border-radius: 0; font-size: 12px; font-weight: 700; }
.floor-panel__tags span::before, .feature__tags span::before, .mini-feature__choices span::before { content: ""; width: 6px; height: 6px; flex: 0 0 auto; border-radius: 2px; background: currentColor; opacity: .42; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 30px; padding: 0 16px; border-radius: 12px; background: var(--blue); color: var(--white); font-size: 12px; font-weight: 900; text-decoration: none; }

.directory-section { padding: 104px 0; background: var(--white); }
.directory-tools { position: sticky; z-index: 10; top: 0; display: flex; align-items: center; gap: 16px; padding: 13px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 14px 40px rgba(21,32,49,.08); backdrop-filter: blur(14px); }
.search-field { flex: 1; min-width: 220px; height: 50px; display: flex; align-items: center; gap: 10px; padding: 0 15px; border-radius: 14px; background: #f2f4f6; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.filter-row { display: flex; flex-wrap: wrap; gap: 7px; }
.filter-label { display: inline-flex; align-items: center; padding: 0 6px; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.filter-chip { min-height: 42px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; transition: border .18s ease, background .18s ease; }
.filter-chip:hover { border-color: var(--blue); background: var(--blue-soft); }
.filter-chip.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.directory-status { display: flex; justify-content: space-between; gap: 20px; margin: 22px 2px 15px; color: var(--ink-soft); font-size: 11px; }
.directory-status span:first-child { color: var(--ink); font-weight: 900; }
.place-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.place-card { min-height: 310px; display: flex; flex-direction: column; padding: 19px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); }
.place-card[hidden] { display: none; }
.place-card__logo { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 16px; color: var(--white); font-size: 15px; font-weight: 900; }
.logo--red { background: #df2d30; }.logo--orange { background: #f26c21; }.logo--dark { background: #27272a; }.logo--green { background: #2c9657; }.logo--berry { background: #a82963; }.logo--yellow { background: #f0ad18; color: #272019; }.logo--blue { background: #1e6dc4; }.logo--cyan { background: #1ca5a8; }.logo--lime { background: #73a929; }.logo--violet { background: #5843b8; }.logo--purple { background: #7b2eb2; }.logo--pink { background: #e14e8d; }
.place-card__meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 24px; color: var(--ink-soft); font-size: 10px; }
.place-card h3 { margin: 12px 0 7px; font-size: 19px; }
.place-card p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.text-button { margin-top: auto; padding: 18px 0 0; border: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 900; text-align: left; cursor: pointer; }
.empty-state { padding: 40px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; color: var(--ink-soft); }

.feature-section { padding: 108px 0 0; }
.feature { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 34px; overflow: hidden; }
.feature--fun { background: var(--blue); color: var(--white); }
.feature__art { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; background: #c9ff45; color: var(--ink); }
.feature__art strong { position: relative; z-index: 2; font-size: clamp(70px, 10vw, 128px); line-height: .8; letter-spacing: -.08em; transform: rotate(-8deg); }
.feature__art small { position: absolute; z-index: 2; bottom: 50px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.orbit { position: absolute; border: 2px solid var(--ink); border-radius: 50%; }
.orbit--one { width: 440px; height: 180px; transform: rotate(24deg); }
.orbit--two { width: 180px; height: 440px; transform: rotate(55deg); }
.feature__copy { align-self: center; padding: 62px; }
.feature__copy .eyebrow { color: var(--lime); }
.feature__copy p:not(.eyebrow) { max-width: 520px; margin: 26px 0 32px; color: rgba(255,255,255,.76); font-size: 17px; }
.feature__tags { margin: -12px 0 30px; }
.feature__tags span { color: var(--white); }

.split-features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 14px 0 104px; }
.mini-feature { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 42px; border-radius: 30px; }
.mini-feature--food { background: #ffe1d4; }
.mini-feature--party { background: #eadcff; }
.mini-feature h2 { max-width: 500px; font-size: clamp(34px, 4vw, 50px); }
.mini-feature p:not(.eyebrow) { max-width: 480px; color: var(--ink-soft); }
.mini-feature > a { width: fit-content; display: inline-flex; min-height: 46px; align-items: center; padding: 0 16px; border-radius: 12px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 900; text-decoration: none; }
.mini-feature__choices { margin-top: 24px; }
.mini-feature__choices span { color: var(--ink-soft); }

.current { position: relative; min-height: 280px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 44px; margin-bottom: 104px; padding: 55px; border: 2px dashed #bcc3cb; border-radius: 30px; background: rgba(255,255,255,.38); }
.current__label { position: absolute; top: -14px; left: 36px; padding: 5px 13px; border: 1px solid #bcc3cb; border-radius: 999px; background: var(--paper); color: var(--ink-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.current h2 { max-width: 800px; font-size: clamp(34px, 4vw, 52px); }
.current__copy > p:last-child { max-width: 780px; color: var(--ink-soft); }
.current__date { width: 135px; height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--ink); color: var(--white); transform: rotate(5deg); }
.current__date span, .current__date small { font-size: 10px; opacity: .7; }
.current__date strong { font-size: 23px; }

.visit { padding: 104px 0; background: #e5ebf5; }
.visit__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.visit__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 38px; }
.visit__facts div { padding-top: 14px; border-top: 1px solid #b7c0ce; }
.visit__facts span { display: block; margin-bottom: 7px; color: var(--ink-soft); font-size: 11px; }
.visit__facts strong { font-size: 16px; line-height: 1.25; }
.map-card { position: relative; min-height: 500px; border: 12px solid rgba(255,255,255,.72); border-radius: 34px; background: #c8d6cb; overflow: hidden; box-shadow: var(--shadow); }
.map-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.34) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.34) 1px, transparent 1px); background-size: 54px 54px; }
.road { position: absolute; display: block; height: 38px; background: rgba(255,255,255,.88); border: 1px solid #b7c2bb; }
.road--one { width: 150%; left: -25%; top: 42%; transform: rotate(-14deg); }
.road--two { width: 110%; left: 8%; top: 67%; transform: rotate(32deg); }
.road--three { width: 90%; left: 24%; top: 20%; transform: rotate(82deg); }
.map-pin { position: absolute; z-index: 2; left: 50%; top: 44%; display: grid; grid-template-columns: auto 1fr; column-gap: 10px; transform: translate(-50%,-50%); padding: 13px 18px; border-radius: 18px; background: var(--ink); color: var(--white); box-shadow: 0 14px 30px rgba(21,32,49,.25); white-space: nowrap; }
.map-pin > span { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: var(--blue); font-weight: 900; }
.map-pin strong { font-size: 13px; }.map-pin small { opacity: .7; font-size: 10px; }
.parking-badge { position: absolute; z-index: 2; right: 24px; bottom: 24px; display: flex; gap: 10px; align-items: center; padding: 10px 13px; border-radius: 15px; background: var(--white); }
.parking-badge strong { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: var(--blue); color: var(--white); }.parking-badge span { font-size: 9px; font-weight: 800; }

.leasing { padding: 72px 0; background: var(--blue); color: var(--white); }
.leasing__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.leasing .eyebrow { color: var(--lime); }
.leasing h2 { max-width: 740px; }.leasing p:not(.eyebrow) { max-width: 700px; color: rgba(255,255,255,.74); }
.leasing__actions { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.leasing__actions > a:last-child { color: var(--white); font-size: 13px; font-weight: 800; }

.footer { padding: 70px 0 26px; background: var(--ink); color: var(--white); }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 40px; }
.brand--footer .brand__text small { color: rgba(255,255,255,.55); }
.footer__grid > div:first-child p { margin-top: 25px; color: rgba(255,255,255,.55); font-size: 12px; }
.footer h2 { margin: 0 0 18px; font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer__grid a, .footer__grid span { color: rgba(255,255,255,.62); font-size: 12px; text-decoration: none; }
.footer__grid a:hover { color: var(--white); }
.footer .footer-contact-label {
  margin-top: 8px;
  color: rgba(255,255,255,.42);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}
.footer .footer-contact-label:first-of-type { margin-top: 0; }
.footer .footer-contact-label + a { color: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 10px; }

.mobile-dock { display: none; }

.main-nav .is-current { color: var(--blue); }
.inner-hero { padding: 74px 0 78px; border-top: 1px solid rgba(21,32,49,.08); background: linear-gradient(125deg, #eef1f5, #f7f5ef 58%, #e7edff); }
.inner-hero--fun { background: linear-gradient(125deg, #202b43, #2759d6); color: var(--white); }
.inner-hero--fun .eyebrow { color: var(--lime); }.inner-hero--fun .breadcrumbs { color: rgba(255,255,255,.65); }
.inner-hero h1, .place-hero h1 { max-width: 900px; margin: 12px 0 22px; font-size: clamp(50px, 7vw, 86px); line-height: .94; letter-spacing: -.06em; }
.inner-hero > .shell > p:last-child { max-width: 700px; margin: 0; color: var(--ink-soft); font-size: 18px; }
.inner-hero--fun > .shell > p:last-child { color: rgba(255,255,255,.72); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 44px; color: var(--ink-soft); font-size: 12px; }.breadcrumbs a { text-decoration: none; }
.directory-section--page { padding-top: 54px; }
.floors-section--page { padding-top: 56px; }
.data-note { margin: 28px 0 0; padding: 14px 18px; border: 1px dashed #aeb7c3; border-radius: 14px; color: var(--ink-soft); font-size: 12px; }
.page-footer { padding: 34px 0; background: var(--ink); color: var(--white); }.page-footer .shell { display: flex; align-items: center; gap: 28px; }.page-footer span { color: rgba(255,255,255,.56); font-size: 12px; }.page-footer a { margin-left: auto; color: var(--white); font-size: 12px; font-weight: 800; text-decoration: none; }

.choice-section, .place-content, .related-section { padding: 96px 0; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.choice-card { min-height: 350px; display: flex; flex-direction: column; padding: 30px; border-radius: 28px; color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }.choice-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.choice-card--lime { background: var(--lime); }.choice-card--blue { background: #dbe8ff; }.choice-card--violet { background: #eadcff; }.choice-card > span { font-size: 11px; font-weight: 900; opacity: .58; }.choice-card h3 { margin: auto 0 12px; font-size: 34px; letter-spacing: -.04em; }.choice-card p { margin: 0 0 24px; color: var(--ink-soft); }.choice-card b { font-size: 12px; }
.food-page, .party-page { padding: 96px 0; }.food-page { background: #ffe1d4; }.party-page { background: #e9edf5; }.page-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }.page-split h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: 1; letter-spacing: -.05em; }.page-split > div:first-child > p:not(.eyebrow) { max-width: 580px; color: var(--ink-soft); font-size: 17px; }.format-list, .decision-list { display: flex; flex-direction: column; gap: 10px; }.format-list > div, .decision-list > div { display: flex; align-items: center; gap: 18px; padding: 20px; border: 1px solid rgba(21,32,49,.12); border-radius: 18px; background: rgba(255,255,255,.45); }.format-list strong, .format-list span { display: block; }.format-list span { margin-left: auto; color: var(--ink-soft); font-size: 12px; }.decision-list span { width: 38px; height: 38px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: var(--blue); color: var(--white); font-weight: 900; }.decision-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }.decision-list strong { color: var(--ink); }

.place-hero { padding: 72px 0 88px; background: linear-gradient(125deg, #f7f5ef, #e7edff); }.place-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }.place-hero__grid > div:first-child > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); font-size: 17px; }.place-sign { min-height: 430px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 40px; border-radius: 34px; background: var(--blue); color: var(--white); box-shadow: var(--shadow); transform: rotate(2deg); text-align: center; }.place-sign span, .place-sign small { opacity: .65; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }.place-sign strong { max-width: 100%; margin: auto 0; font-size: clamp(45px, 7vw, 78px); line-height: .9; letter-spacing: -.06em; overflow-wrap: anywhere; }
.place-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; }.content-card { padding: 42px; border: 1px solid var(--line); border-radius: 28px; background: var(--white); }.content-card--soft { background: #eef1f5; }.content-card h2 { margin: 0 0 32px; font-size: clamp(36px, 4vw, 52px); line-height: 1; letter-spacing: -.04em; }.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.fact-grid div { padding: 18px; border-radius: 16px; background: #f2f4f6; }.fact-grid span, .fact-grid strong { display: block; }.fact-grid span { margin-bottom: 8px; color: var(--ink-soft); font-size: 10px; }.plain-list { margin: 28px 0 0; padding-left: 20px; color: var(--ink-soft); }.plain-list li + li { margin-top: 14px; }.related-section { padding-top: 0; }.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.related-grid a { padding: 28px; border-radius: 20px; background: #e9edf5; font-weight: 900; text-decoration: none; }

.place-dialog { width: min(560px, calc(100% - 32px)); padding: 36px; border: 0; border-radius: 26px; color: var(--ink); box-shadow: 0 40px 120px rgba(0,0,0,.25); }
.place-dialog::backdrop { background: rgba(21,32,49,.58); backdrop-filter: blur(6px); }
.place-dialog h2 { margin: 0 0 15px; font-size: 36px; }.place-dialog > p:not(.eyebrow) { color: var(--ink-soft); }
.dialog-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #eef0f3; font-size: 25px; cursor: pointer; }
.dialog-actions { display: flex; gap: 10px; margin-top: 28px; }.dialog-actions form { margin: 0; }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

@media (max-width: 980px) {
  .utility__item--muted, .utility__link:last-child { display: none; }
  .header-call-button { display: none; }
  .main-nav { gap: 16px; }.main-nav a { font-size: 12px; }
  .hero__grid { grid-template-columns: 1fr; }.hero__visual { min-height: 450px; }
  .scenario-grid { grid-template-columns: 1fr 1fr; }.scenario { min-height: 270px; }
  .floor-panel { grid-template-columns: 130px 1fr; gap: 30px; padding: 38px; }.floor-panel__number { width: 126px; height: 126px; font-size: 62px; }
  .place-grid { grid-template-columns: repeat(3, 1fr); }
  .directory-tools { align-items: stretch; flex-direction: column; }
  .feature__copy { padding: 42px; }
  .visit__grid { grid-template-columns: 1fr; }.map-card { min-height: 420px; }
  .footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer__grid > div:last-child { grid-column: 2 / 4; }
  .page-split { gap: 40px; }.place-hero__grid { gap: 35px; }
}

@media (max-width: 1120px) and (min-width: 981px) {
  .utility__item--muted { display: none; }
}

@media (max-width: 980px) and (min-width: 761px) {
  body[data-page="floors"] .utility__link:last-child,
  body[data-page="entertainment"] .utility__link:last-child { display: inline; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 620px); --radius: 18px; }
  .utility__link { display: none; }
  body[data-page="floors"] .utility__item { display: none; }
  body[data-page="floors"] .utility__link { display: inline; margin-left: 0; font-size: 9px; }
  .utility { min-height: 38px; gap: 10px; font-size: 10px; }
  .menu-toggle { display: block; }
  .nav { min-height: 66px; }
  .main-nav { position: absolute; left: 14px; right: 14px; top: calc(100% - 1px); display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }.main-nav a { padding: 12px; font-size: 14px; }.nav-search { border: 0; border-radius: 8px; background: #f2f4f6; }
  .brand__mark { width: 38px; height: 38px; }.brand__text strong { font-size: 17px; }.brand__text small { display: none; }
  .hero { padding: 58px 0 62px; }.hero__grid { gap: 34px; }.hero h1 { font-size: clamp(43px, 14vw, 64px); }.hero__lead { font-size: 16px; }
  .hero__actions .button { width: 100%; }.hero__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 36px; }.hero__facts div:last-child { grid-column: 1 / 3; }
  .hero__visual { min-height: 420px; }.building-card { transform: none; }.hero__gem--one { right: -120px; }
  .scenarios, .floors-section, .directory-section, .visit { padding: 72px 0; }.section-heading { display: block; }.section-heading > p { margin-top: 15px; }
  .scenario-grid { grid-template-columns: 1fr; }.scenario { min-height: 245px; }
  .floor-browser { grid-template-columns: 1fr; }.floor-tabs { flex-direction: row; overflow-x: auto; padding-bottom: 8px; }.floor-tab { min-width: 108px; min-height: 78px; grid-template-columns: 1fr; grid-template-rows: 40px auto; padding: 8px; text-align: center; }.floor-tab strong { border: 0; font-size: 23px; }.floor-tab span { padding: 0; font-size: 10px; }.floor-tab:hover { transform: none; }.floor-panel { min-height: 390px; grid-template-columns: 90px 1fr; gap: 22px; padding: 28px 22px; }.floor-panel__number { width: 86px; height: 86px; border-radius: 22px 22px 22px 6px; font-size: 45px; }
  .search-field { min-width: 0; }.filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 3px; }.filter-chip { flex: 0 0 auto; }
  .directory-status { display: block; }.directory-status span { display: block; }.directory-status span + span { margin-top: 4px; }
  .place-grid { grid-template-columns: 1fr 1fr; }.place-card { min-height: 285px; }
  .feature-section { padding-top: 72px; }.feature { grid-template-columns: 1fr; }.feature__art { min-height: 330px; }.feature__copy { padding: 36px 24px 42px; }
  .split-features { grid-template-columns: 1fr; padding-bottom: 72px; }.mini-feature { min-height: 340px; padding: 32px 24px; }
  .current { grid-template-columns: 1fr; margin-bottom: 72px; padding: 38px 24px; }.current__date { width: 100px; height: 100px; }
  .visit__facts { grid-template-columns: 1fr 1fr; }.map-card { min-height: 360px; }
  .leasing__inner { align-items: flex-start; flex-direction: column; }.leasing__actions { align-items: flex-start; }
  .footer__grid { grid-template-columns: 1fr 1fr; }.footer__grid > div:first-child { grid-column: 1 / 3; }.footer__grid > div:last-child { grid-column: auto; }.footer__bottom { align-items: flex-start; flex-direction: column; }
  .inner-hero { padding: 54px 0 60px; }.breadcrumbs { margin-bottom: 30px; }.choice-section, .food-page, .party-page, .place-content, .related-section { padding: 72px 0; }.choice-grid, .page-split, .place-hero__grid, .place-layout { grid-template-columns: 1fr; }.choice-card { min-height: 270px; }.format-list span { margin-left: 0; }.format-list > div { align-items: flex-start; flex-direction: column; gap: 5px; }.place-hero { padding: 54px 0 72px; }.place-sign { min-height: 300px; transform: none; }.related-grid { grid-template-columns: 1fr; }.page-footer .shell { align-items: flex-start; flex-direction: column; gap: 10px; }.page-footer a { margin-left: 0; }
  body { padding-bottom: 72px; }
  .mobile-dock { position: fixed; z-index: 100; left: 10px; right: 10px; bottom: 10px; min-height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); padding: 6px; border: 1px solid rgba(21,32,49,.12); border-radius: 19px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(21,32,49,.18); backdrop-filter: blur(18px); }
  .mobile-dock a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; border-radius: 13px; color: var(--ink); text-decoration: none; }
  .mobile-dock a:active, .mobile-dock a[aria-current="page"] { background: var(--blue-soft); color: var(--blue); }.mobile-dock span { font-size: 20px; line-height: 1; }.mobile-dock small { font-size: 11px; font-weight: 800; }
  .mobile-dock .mobile-dock__visitor-call { background: #eaf5f2; color: #23615f; }
}

@media (max-width: 500px) {
  .hero__facts { grid-template-columns: 1fr; }.hero__facts div:last-child { grid-column: auto; }
  .floor-panel { min-height: 420px; grid-template-columns: 1fr; align-content: start; }.floor-panel__number { width: 74px; height: 74px; font-size: 38px; }.floor-panel__copy h3 { font-size: 34px; }
  .place-grid { grid-template-columns: 1fr; }.place-card { min-height: 260px; }
  .visit__facts { grid-template-columns: 1fr; }.visit__actions .button { width: 100%; }.map-card { min-height: 320px; }.map-pin { left: 42%; transform: translate(-50%,-50%) scale(.9); }
  .footer__grid { grid-template-columns: 1fr; }.footer__grid > div:first-child, .footer__grid > div:last-child { grid-column: auto; }
  .dialog-actions { align-items: stretch; flex-direction: column; }.dialog-actions .button, .dialog-actions form, .dialog-actions form button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* UX prototype 0.3 */
.building-card__top a { color: var(--white); font-size: 11px; font-weight: 800; text-decoration: none; }
.hero-search { max-width: 620px; margin-top: 30px; }
.hero-search > label { display: block; margin-bottom: 8px; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.hero-search > div { display: grid; grid-template-columns: 1fr auto; padding: 6px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 14px 36px rgba(21,32,49,.08); }
.hero-search input { min-width: 0; height: 48px; padding: 0 14px; border: 0; outline: 0; background: transparent; color: var(--ink); }
.hero-search button { min-width: 92px; border: 0; border-radius: 12px; background: var(--ink); color: var(--white); font-weight: 800; cursor: pointer; }
.hero-search > div:focus-within, .search-field:focus-within { outline: 3px solid var(--white); box-shadow: 0 0 0 5px var(--blue); }

.scenario-grid--three { grid-template-columns: repeat(3, 1fr); }
.directory-preview { padding: 96px 0 104px; background: var(--white); }
.section-link { flex: 0 0 auto; color: var(--blue); font-size: 13px; font-weight: 900; text-decoration: none; }

.place-card { color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.place-card:hover { transform: translateY(-3px); border-color: #aebce1; box-shadow: 0 16px 34px rgba(21,32,49,.09); }
.place-card__meta { width: 100%; }
.place-card__title { display: block; margin: 12px 0 7px; font-size: 19px; line-height: 1.2; }
.place-card__description { display: block; color: var(--ink-soft); font-size: 12px; }
.place-card__action { display: block; margin-top: auto; padding-top: 18px; color: var(--blue); font-size: 12px; font-weight: 900; }
.place-card--compact { min-height: 250px; }
.place-grid--featured { grid-template-columns: repeat(3, 1fr); }
.place-grid--related { grid-template-columns: repeat(3, 1fr); }

body[data-page="entertainment"] .place-card--visual { overflow: hidden; }
body[data-page="entertainment"] .place-card--visual .place-card__media {
  position: relative;
  width: calc(100% + 38px);
  height: 156px;
  flex: 0 0 auto;
  margin: -19px -19px 0;
  overflow: hidden;
  background: #e3e9e6;
}
body[data-page="entertainment"] .place-card--visual .place-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; }
body[data-page="entertainment"] .place-card--visual .place-card__logo { display: none; }

.inner-hero--compact { padding: 52px 0 58px; }
.inner-hero--compact h1 { font-size: clamp(46px, 6vw, 72px); }
.inner-hero--compact .breadcrumbs { margin-bottom: 28px; }
.directory-tools--catalog { position: sticky; top: 0; align-items: stretch; flex-direction: column; padding: 14px; }
.filter-group { display: grid; grid-template-columns: 84px 1fr; align-items: start; gap: 10px; }
.filter-group .filter-label { min-height: 42px; padding-left: 8px; }
.clear-filters { border: 0; background: transparent; color: var(--blue); font-size: 12px; font-weight: 800; cursor: pointer; }

.floor-panel__copy h2 { max-width: 540px; margin: 0; font-size: clamp(34px, 4vw, 53px); line-height: 1; letter-spacing: -.045em; }
.floor-count { margin: 18px 0 12px !important; color: var(--ink) !important; font-size: 12px !important; font-weight: 900; }
.floor-places { display: flex; flex-wrap: wrap; gap: 8px 18px; min-height: 58px; margin-bottom: 24px; }
.floor-places a { color: var(--blue); font-size: 13px; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.floor-panel .button { width: fit-content; }

.visit__grid--compact { grid-template-columns: 1.15fr .85fr; }
.visit__facts a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.route-card { min-height: 360px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 44px; border-radius: 32px; background: var(--ink); color: var(--white); text-align: center; box-shadow: var(--shadow); }
.route-card__mark { width: 78px; height: 78px; display: grid; place-items: center; border-radius: 22px 22px 22px 6px; background: var(--blue); font-size: 38px; font-weight: 900; transform: rotate(-4deg); }
.route-card p { margin: 28px 0; font-size: 24px; font-weight: 900; line-height: 1.2; }
.route-card small { color: rgba(255,255,255,.62); font-size: 12px; font-weight: 500; }

.button--on-dark { border-color: rgba(255,255,255,.65); background: transparent; color: var(--white); }
.food-page .section-heading, .party-page .section-heading { align-items: end; }
.food-page .section-link, .party-page .section-link { color: var(--ink); }
.place-sign__mark { width: 88px !important; height: 88px; display: grid; place-items: center; border-radius: 24px 24px 24px 7px; color: var(--white); opacity: 1 !important; font-size: 28px !important; font-weight: 900; letter-spacing: 0 !important; transform: rotate(-4deg); }
.place-sign > small { margin-top: 24px; }
.content-note { color: var(--ink-soft); }

:focus-visible { outline: 3px solid var(--white); outline-offset: 2px; box-shadow: 0 0 0 5px var(--blue); }

@media (max-width: 980px) {
  .scenario-grid--three, .place-grid--featured { grid-template-columns: repeat(2, 1fr); }
  .visit__grid--compact { grid-template-columns: 1fr; }
  .route-card { min-height: 300px; }
}

@media (max-width: 760px) {
  .hero-search > div { grid-template-columns: 1fr; gap: 6px; }
  .hero-search button { min-height: 46px; }
  .scenario-grid--three, .place-grid--featured, .place-grid--related { grid-template-columns: 1fr; }
  .directory-preview { padding: 70px 0; }
  .section-heading .section-link { display: inline-flex; margin-top: 18px; }
  .directory-tools--catalog { position: static; padding: 10px; }
  .filter-group { grid-template-columns: 1fr; gap: 4px; }
  .filter-group .filter-label { min-height: auto; padding: 2px 4px; }
  .place-card, .place-card--compact { min-height: 0; display: grid; grid-template-columns: 52px 1fr; grid-template-areas: "logo meta" "logo title" "logo description" "logo action"; column-gap: 14px; padding: 16px; }
  .place-card__logo { grid-area: logo; width: 50px; height: 50px; border-radius: 14px; }
  .place-card__meta { grid-area: meta; margin: 0; }
  .place-card__title { grid-area: title; margin: 8px 0 5px; font-size: 18px; }
  .place-card__description { grid-area: description; }
  .place-card__action { grid-area: action; margin-top: 10px; padding-top: 0; }
  body[data-page="entertainment"] .place-card--visual { grid-template-columns: 78px minmax(0, 1fr); grid-template-areas: "media meta" "media title" "media description" "media action"; }
  body[data-page="entertainment"] .place-card--visual .place-card__media { grid-area: media; width: 78px; height: calc(100% + 32px); min-height: 126px; margin: -16px 0 -16px -16px; }
  .floor-panel { min-height: 460px; }
  .floor-places { min-height: 0; }
  .route-card { min-height: 270px; padding: 34px 24px; }
  .place-sign__mark { width: 70px !important; height: 70px; font-size: 22px !important; }
}

@media (max-width: 500px) {
  .hero { padding-top: 48px; }
  .hero__visual { min-height: 390px; }
  .building-card { padding: 12px; border-radius: 22px; }
  .floor-row { min-height: 47px; grid-template-columns: 43px 1fr; }
  .floor-row span { padding: 0 11px; font-size: 10px; }
  .floor-panel { min-height: 560px; }
  .floor-panel__copy h2 { font-size: 32px; }
  .content-card { padding: 28px 22px; }
  .fact-grid { grid-template-columns: 1fr; }
}
