:root {
  --violet: #504b86;
  --violet-deep: #302b5f;
  --violet-soft: #eeeaf8;
  --ink: #19182a;
  --muted: #69687a;
  --paper: #f5f4f1;
  --line: rgba(25, 24, 42, .14);
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overscroll-behavior-y: none; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist, "PingFang SC"), "Microsoft YaHei", Arial, sans-serif; }
body, input, select, button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #b9b0ee; outline-offset: 3px; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.topbar { position: fixed; inset: 0 0 auto; height: 80px; z-index: 50; color: var(--white); background: rgba(49, 44, 91, .9); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.topbar__inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; width: 146px; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: stretch; height: 100%; margin-left: auto; }
.main-nav a { position: relative; display: grid; place-items: center; padding: 0 13px; font-size: 14px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; inset: auto 13px 0; height: 2px; background: #fff; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav a.is-active { font-weight: 700; background: rgba(255,255,255,.08); }
.main-nav a.is-active::after { transform: scaleX(1); }
.topbar__utility { display: flex; align-items: center; gap: 18px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.2); font-size: 13px; white-space: nowrap; }
.topbar__utility > a > span { display: inline; margin-right: 6px; color: rgba(255,255,255,.72); font-size: 12px; }
.language { opacity: .7; }
.language i { display: inline-block; height: 11px; margin: 0 7px; border-left: 1px solid currentColor; }
.nav-toggle, .nav-toggle-button { display: none; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: #fff; background: var(--violet-deep); }
.hero-carousel { position: absolute; inset: 0; z-index: 0; }
.hero-carousel__slides, .hero-carousel__slide { position: absolute; inset: 0; }
.hero-carousel__slide { opacity: 0; transform: scale(1.025); transition: opacity .8s ease, transform 5.8s ease; pointer-events: none; }
.hero-carousel__slide.is-active { opacity: 1; transform: scale(1); pointer-events: auto; }
.hero-carousel__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-carousel__controls { position: absolute; right: max(32px, calc((100vw - 1240px) / 2)); bottom: 46px; z-index: 4; display: flex; align-items: center; gap: 13px; }
.hero-carousel__controls button { width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(20,18,43,.24); cursor: pointer; backdrop-filter: blur(8px); transition: background .2s ease, transform .2s ease; }
.hero-carousel__controls button:hover { background: var(--violet); transform: translateY(-2px); }
.hero-carousel__dots { position: absolute; left: 50%; bottom: 38px; z-index: 4; display: flex; align-items: center; gap: 11px; transform: translateX(-50%); }
.hero-carousel__dots button { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(255,255,255,.28); cursor: pointer; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.hero-carousel__dots button.is-active { border-color: #fff; background: #fff; transform: scale(1.35); }
.hero__veil { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(18,17,36,.8) 0%, rgba(30,27,66,.42) 46%, rgba(22,20,42,.1) 72%), linear-gradient(0deg, rgba(25,23,52,.4), transparent 45%); }
.hero__content { position: relative; z-index: 2; min-height: 820px; padding-top: 190px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; pointer-events: none; }
.hero__content a { pointer-events: auto; }
.eyebrow { margin: 0 0 24px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.4; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow--dark { color: var(--violet); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(62px, 7.2vw, 108px); line-height: .98; letter-spacing: -.06em; font-weight: 610; }
.hero__lead { max-width: 640px; margin: 30px 0 0; font-size: 18px; line-height: 1.8; color: rgba(255,255,255,.82); }
.hero__actions { display: flex; gap: 14px; margin-top: 42px; }
.button { min-height: 50px; padding: 0 26px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--violet); color: #fff; box-shadow: 0 14px 30px rgba(48,43,95,.28); }
.button--primary:hover { background: #5d58a0; }
.button--ghost { border: 1px solid rgba(255,255,255,.55); color: #fff; backdrop-filter: blur(8px); }
.button--ghost:hover { background: #fff; color: var(--ink); }
.button--light { background: #fff; color: var(--violet-deep); }

.visit-card { position: relative; z-index: 4; margin-top: -56px; padding: 28px 30px; display: grid; grid-template-columns: 260px 1fr; gap: 42px; align-items: end; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.9); border-radius: 24px; box-shadow: 0 24px 60px rgba(41,37,75,.14); backdrop-filter: blur(18px); }
.visit-card h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.visit-card p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.visit-card .eyebrow { margin-bottom: 10px; font-size: 10px; }
.visit-card__fields { display: grid; grid-template-columns: repeat(3, 1fr) auto; gap: 14px; align-items: end; }
.visit-card label { display: grid; gap: 8px; }
.visit-card label span { font-size: 12px; color: var(--muted); }
.visit-card input, .visit-card select { width: 100%; height: 48px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
.visit-card input[type="date"] { color-scheme: light; cursor: pointer; }
.visit-card input:focus, .visit-card select:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(80,75,134,.1); }
.visit-card__submit { min-height: 48px; white-space: nowrap; }
.visit-card__submit { border: 0; cursor: pointer; }
.visit-card__submit:disabled { cursor: wait; opacity: .68; transform: none; }
.visit-card__website { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.notice-dialog { width: min(420px, calc(100% - 32px)); padding: 34px 30px 28px; border: 0; border-radius: 22px; color: var(--ink); text-align: center; box-shadow: 0 28px 80px rgba(26,23,55,.26); }
.notice-dialog::backdrop { background: rgba(22,20,42,.5); backdrop-filter: blur(4px); }
.notice-dialog__icon { width: 54px; height: 54px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: var(--violet); background: var(--violet-soft); }
.notice-dialog__icon::before { content: "!"; font-size: 26px; font-weight: 700; }
.notice-dialog.is-success .notice-dialog__icon::before { content: "✓"; }
.notice-dialog h2 { margin: 0; font-size: 24px; }
.notice-dialog p { margin: 12px 0 24px; color: var(--muted); line-height: 1.75; }
.notice-dialog .button { min-width: 132px; border: 0; cursor: pointer; }

.services { padding: 118px 0 120px; }
.section-heading { margin-bottom: 46px; display: flex; align-items: end; justify-content: space-between; gap: 48px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.055em; font-weight: 600; }
.section-heading > p { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 390px; gap: 16px; }
.service-card { position: relative; min-width: 0; overflow: hidden; border-radius: 22px; color: #fff; background: var(--violet-deep); }
.service-card--wide { grid-column: span 2; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,17,35,.88) 0%, rgba(24,22,47,.26) 62%, rgba(18,17,35,.12)); transition: background .3s ease; }
.service-card__body { position: absolute; inset: auto 28px 26px; }
.service-card__body > p { margin: 0 0 8px; color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .12em; }
.service-card h3 { margin: 0; font-size: 30px; letter-spacing: -.035em; }
.service-card__reveal { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .35s ease, opacity .25s ease, margin .35s ease; }
.service-card__reveal span { display: block; max-width: 520px; margin-top: 14px; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.65; }
.service-card__reveal ul { margin: 16px 0 0; padding: 0; display: grid; justify-items: start; gap: 9px; list-style: none; }
.service-card__reveal li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: 15px; line-height: 1.35; }
.service-card__link { display: inline-flex; gap: 10px; align-items: center; margin-top: 18px; font-size: 13px; font-weight: 650; }
.service-card__link b { font-size: 17px; font-weight: 400; }
.service-card__number { position: absolute; top: 26px; right: 28px; font-size: 12px; letter-spacing: .18em; opacity: .66; }
.service-card:hover img { transform: scale(1.045); }
.service-card:hover .service-card__shade { background: linear-gradient(0deg, rgba(31,27,68,.96) 0%, rgba(31,27,68,.45) 70%, rgba(18,17,35,.2)); }
.service-card:hover .service-card__reveal { max-height: 320px; opacity: 1; }

.vision { position: relative; z-index: 1; overflow: visible; padding: 86px 0; color: #fff; background: var(--violet-deep); }
.vision__inner { display: grid; grid-template-columns: minmax(540px, 1fr) minmax(360px, 580px); column-gap: 44px; row-gap: 28px; align-items: center; }
.vision__inner > div:first-child { grid-column: 1; }
.vision h2 { margin: 0; font-size: clamp(38px, 3.4vw, 58px); line-height: 1.08; letter-spacing: -.05em; font-weight: 600; }
.vision-title { white-space: nowrap; }
.vision__inner > p { grid-column: 1; margin: 0 0 7px; color: rgba(255,255,255,.68); line-height: 1.8; }
.vision-building { position: relative; z-index: 2; grid-column: 2; grid-row: 1 / span 2; width: min(100%, 580px); margin-bottom: -78px; justify-self: end; opacity: .72; transform: translateY(78px); pointer-events: none; }
.vision-building img { display: block; width: 100%; height: auto; }

.footer { position: relative; z-index: 3; padding: 72px 0 28px; color: #d8d6e3; background: #1b1a29; }
.footer__grid { display: grid; grid-template-columns: 1.15fr .9fr .65fr 1fr; gap: 52px; padding-bottom: 56px; }
.footer h2 { margin: 0 0 18px; color: #fff; font-size: 14px; }
.footer p { margin: 0 0 11px; color: #a8a5b7; font-size: 13px; line-height: 1.8; }
.footer__brand img { width: 180px; margin-bottom: 22px; }
.footer__phone { display: block; margin-bottom: 10px; color: #fff; font-size: 25px; letter-spacing: -.02em; }
.footer__qr { display: flex; gap: 16px; }
.footer__qr figure { margin: 0; text-align: center; }
.footer__qr img { width: 104px; height: 104px; padding: 5px; object-fit: contain; background: #fff; }
.footer__qr figcaption { margin-top: 9px; color: #a8a5b7; font-size: 12px; white-space: nowrap; }
.footer__bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: #858294; font-size: 12px; }

/* Inner pages */
.inner-hero { position: relative; width: 100%; height: clamp(96px, 15.625vw, 310px); min-height: 0; margin-top: 80px; overflow: hidden; background: var(--violet-deep); }
.inner-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: center; image-rendering: auto; }
.inner-hero > .inner-hero__shade, .inner-hero > .inner-hero__body { display: none; }
.inner-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,21,53,.76), rgba(36,32,73,.18)), linear-gradient(0deg, rgba(20,18,43,.34), transparent 50%); }
.inner-hero__body { position: absolute; inset: 0; padding-top: 80px; display: flex; flex-direction: column; justify-content: center; }
.inner-hero__body p { margin: 0 0 18px; font-size: 12px; font-weight: 700; letter-spacing: .22em; opacity: .7; }
.inner-hero h1 { margin: 0; font-size: clamp(58px, 7vw, 96px); line-height: 1; letter-spacing: -.06em; font-weight: 600; }
.inner-section { padding: 104px 0 112px; background: #fff; }
.inner-section--soft { background: var(--paper); }
.inner-section--dark { color: #fff; background: var(--violet-deep); }
.inner-title { margin-bottom: 50px; }
.inner-title p { margin: 0 0 10px; color: var(--violet); font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.inner-title h2 { margin: 0; font-size: clamp(38px, 4.5vw, 62px); letter-spacing: -.055em; font-weight: 600; }
.inner-title i { display: block; width: 52px; margin-top: 20px; border-top: 3px solid var(--violet); }
.inner-copy { max-width: 1040px; color: #525060; font-size: 16px; line-height: 2; }
.inner-copy p { margin: 0 0 22px; }
.story-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; margin-bottom: 42px; }
.story-layout__image, .wide-feature { width: 100%; border-radius: 22px; box-shadow: 0 18px 42px rgba(39,35,73,.12); }
.image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.image-tile { min-width: 0; overflow: hidden; border: 1px solid rgba(25,24,42,.08); border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(39,35,73,.06); }
.image-tile__media { aspect-ratio: 4/3; overflow: hidden; background: #eeedf2; }
.image-tile__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.image-tile:hover .image-tile__media img { transform: scale(1.035); }
.image-tile__body { padding: 18px 20px; }
.image-tile__body h3 { margin: 0; font-size: 16px; }
.image-tile__body p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.image-grid--honors { grid-template-columns: repeat(4, 1fr); }
.image-grid--honors .image-tile__media { aspect-ratio: 1; padding: 14px; background: #fff; }
.image-grid--honors .image-tile__media img, .image-grid--logos .image-tile__media img, .image-grid--icons .image-tile__media img { object-fit: contain; }
.image-grid--honors .image-tile__body { text-align: center; }
.image-grid--logos { grid-template-columns: repeat(6, 1fr); }
.image-grid--logos .image-tile__media { aspect-ratio: 1.55; padding: 18px; background: #fff; }
.image-grid--icons { grid-template-columns: repeat(5, 1fr); }
.image-grid--icons .image-tile__media { aspect-ratio: 1; padding: 26px; background: #fff; }
.image-grid--icons .image-tile__body { text-align: center; }
.image-grid--property { grid-template-columns: repeat(12, 1fr); gap: 16px; }
.image-grid--property .image-tile { position: relative; grid-column: span 4; border: 0; border-radius: 18px; box-shadow: 0 14px 34px rgba(39,35,73,.1); }
.image-grid--property .image-tile:nth-child(1), .image-grid--property .image-tile:nth-child(2), .image-grid--property .image-tile:nth-child(7), .image-grid--property .image-tile:nth-child(8) { grid-column: span 6; }
.image-grid--property .image-tile:nth-child(n+3):nth-child(-n+6) { grid-column: span 3; }
.image-grid--property .image-tile__media { width: 100%; aspect-ratio: 1.36; background: var(--violet-deep); }
.image-grid--property .image-tile:nth-child(1) .image-tile__media, .image-grid--property .image-tile:nth-child(2) .image-tile__media, .image-grid--property .image-tile:nth-child(7) .image-tile__media, .image-grid--property .image-tile:nth-child(8) .image-tile__media { aspect-ratio: 2.08; }
.image-grid--property .image-tile:nth-child(n+3):nth-child(-n+6) .image-tile__media { aspect-ratio: 1; }
.image-grid--property .image-tile__media img { object-fit: cover; }
.image-grid--property .image-tile__body { position: absolute; inset: 0; padding: 24px; display: flex; align-items: flex-end; color: #fff; background: linear-gradient(0deg, rgba(19,17,42,.76), rgba(19,17,42,0) 64%); pointer-events: none; }
.image-grid--property .image-tile__body h3 { font-size: clamp(18px, 2vw, 28px); letter-spacing: -.03em; text-shadow: 0 2px 14px rgba(0,0,0,.25); }
.wide-feature { margin-bottom: 54px; }
.fact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.fact-grid article { position: relative; padding: 30px; border-radius: 18px; background: #fff; }
.fact-grid span { color: var(--violet); font-size: 11px; letter-spacing: .15em; }
.fact-grid h3 { margin: 13px 0 10px; font-size: 20px; }
.fact-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.location-card { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 380px; overflow: hidden; border-radius: 22px; color: #fff; background: var(--violet-deep); }
.location-card > img { width: 100%; height: 100%; object-fit: cover; }
.location-card > .baidu-live-map { width: 100%; height: 100%; min-height: 430px; color: var(--muted); background: #eeedf2; }
.baidu-live-map.is-map-error { display: grid; place-items: center; font-size: 14px; }
.location-card__details { padding: 50px; display: flex; flex-direction: column; justify-content: center; }
.location-card h3 { margin: 0 0 18px; font-size: 32px; }
.location-card p { margin: 0; line-height: 1.9; opacity: .72; }
.service-concept { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.service-concept__list article { padding: 18px 0; border-bottom: 1px solid var(--line); }
.service-concept__list h3 { margin: 0; font-size: 23px; }
.service-concept__list p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.service-concept__list ul { padding-left: 18px; color: var(--muted); line-height: 2; }
.service-concept figure { margin: 0; text-align: center; }
.service-concept figure img { width: 100%; }
.service-concept figcaption { margin-top: 18px; color: var(--muted); }
.service-cycle { width: min(100%, 520px); margin-inline: auto; padding: 18px; }
.service-cycle__ring { position: relative; width: 100%; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from -45deg, #ff963e 0 25%, #ffb517 25% 50%, #ee7300 50% 75%, #f7bc8b 75% 100%); box-shadow: 0 26px 60px rgba(80,75,134,.14); }
.service-cycle__ring::after { content: ""; position: absolute; inset: 29%; border-radius: 50%; background: #fff; box-shadow: inset 0 0 0 1px rgba(80,75,134,.07), 0 10px 28px rgba(80,75,134,.08); }
.service-cycle__label { position: absolute; z-index: 2; color: #fff; font-size: clamp(18px, 2.1vw, 27px); font-weight: 700; letter-spacing: .04em; text-shadow: 0 2px 12px rgba(88,45,0,.22); white-space: nowrap; }
.service-cycle__label--incubator { left: 50%; top: 15%; transform: translate(-50%,-50%); }
.service-cycle__label--accelerator { left: 84%; top: 50%; transform: translate(-50%,-50%); }
.service-cycle__label--park { left: 50%; top: 85%; transform: translate(-50%,-50%); }
.service-cycle__label--maker { left: 16%; top: 50%; transform: translate(-50%,-50%); }
.service-cycle__arrow { position: absolute; z-index: 3; color: rgba(255,255,255,.92); font-family: Arial, sans-serif; font-size: clamp(84px, 10vw, 136px); font-style: normal; font-weight: 300; line-height: 1; text-shadow: 0 2px 8px rgba(79,39,0,.14); }
.service-cycle__arrow--top { left: 25%; top: 25%; transform: translate(-50%,-50%) rotate(-45deg); }
.service-cycle__arrow--right { left: 75%; top: 25%; transform: translate(-50%,-50%) rotate(45deg); }
.service-cycle__arrow--bottom { left: 75%; top: 75%; transform: translate(-50%,-50%) rotate(135deg); }
.service-cycle__arrow--left { left: 25%; top: 75%; transform: translate(-50%,-50%) rotate(-135deg); }
.service-cycle__center { position: absolute; z-index: 3; inset: 32%; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--violet-deep); font-weight: 700; }
.service-cycle__center span { font-size: clamp(24px, 3vw, 38px); letter-spacing: .12em; }
.service-cycle__center small { margin-top: 7px; color: var(--muted); font-size: clamp(10px, 1.2vw, 13px); font-weight: 500; letter-spacing: .08em; }
.page-tabs { position: sticky; top: 80px; left: 0; right: 0; z-index: 30; width: 100%; box-sizing: border-box; display: flex; justify-content: center; padding: 16px; gap: 10px; background: rgba(245,244,241,.92); backdrop-filter: blur(14px); }
.page-tabs a { padding: 11px 20px; border: 1px solid rgba(80,75,134,.12); border-radius: 999px; color: var(--violet); font-size: 13px; font-weight: 650; background: #fff; transition: color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease; }
.page-tabs a:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(48,43,95,.1); }
.page-tabs a.is-active { color: #fff; background: var(--violet); border-color: var(--violet); box-shadow: 0 9px 22px rgba(48,43,95,.24); }
.lead-lines { margin: -15px 0 42px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.lead-lines p { margin: 4px 0; }
.floor-plan { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: center; margin-bottom: 58px; padding: 32px; border-radius: 22px; background: #fff; }
.floor-plan img { width: 100%; }
.floor-plan ul { margin: 0; padding: 0; list-style: none; }
.floor-plan li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.office-group { margin-top: 58px; }
.office-group > h3, .sub-title h3 { margin: 0 0 24px; font-size: 26px; }
.sub-title { margin: 70px 0 25px; }
.five-service { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.five-service article { padding: 24px 18px; border-radius: 18px; background: var(--paper); }
.five-service span { color: var(--violet); font-size: 12px; }
.five-service img { width: 54px; height: 54px; margin: 20px 0; object-fit: contain; }
.five-service h3 { margin: 0 0 10px; font-size: 17px; }
.five-service p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.category-strip { display: grid; grid-template-columns: repeat(9,1fr); gap: 24px; align-items: start; }
.category-strip a { min-width: 0; display: flex; flex-direction: column; align-items: center; overflow: visible; border-radius: 0; text-align: center; background: transparent; }
.category-strip img { width: min(72px, 100%); height: 72px; aspect-ratio: auto; object-fit: contain; transition: transform .2s ease, opacity .2s ease; }
.category-strip a:hover img { opacity: .82; transform: translateY(-3px); }
.category-strip span { display: block; padding: 12px 0 0; color: var(--ink); font-size: 13px; line-height: 1.4; }
.merchant-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.merchant-grid article { overflow: hidden; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px rgba(39,35,73,.07); }
.merchant-grid article > img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.merchant-grid article > div { padding: 22px; }
.merchant-grid h3 { margin: 0 0 12px; font-size: 20px; }
.merchant-grid p, .merchant-grid a { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.party-stories { display: grid; gap: 54px; }
.party-stories article { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.party-stories img { width: 100%; border-radius: 20px; }
.party-stories span { color: var(--violet); font-size: 12px; letter-spacing: .18em; }
.party-stories p { color: var(--muted); line-height: 2; }
.image-grid--news .image-tile__media { aspect-ratio: 16/10; }
.language a { transition: opacity .2s ease; }
.language a:hover { opacity: 1; }
.english-nav { margin-left: auto; }
.mobile-language-link { display: none !important; }
.english-copy { max-width: none; font-family: Arial, Helvetica, sans-serif; line-height: 1.9; }
.english-feature { width: min(820px, 100%); margin: 42px auto; border-radius: 22px; box-shadow: 0 18px 42px rgba(39,35,73,.12); }
.english-footer__grid { grid-template-columns: .8fr 1.5fr .8fr; }
.english-contact p { max-width: 580px; }

@media (max-width: 1120px) {
  .shell { width: min(100% - 48px, 960px); }
  .topbar__utility { display: none; }
  .main-nav a { padding-inline: 10px; }
  .visit-card { grid-template-columns: 1fr; align-items: stretch; }
  .visit-card__fields { grid-template-columns: repeat(3, 1fr) auto; }
  .vision__inner { grid-template-columns: minmax(470px, 1fr) minmax(300px, 430px); column-gap: 24px; }
  .image-grid--logos { grid-template-columns: repeat(4,1fr); }
  .category-strip { grid-template-columns: repeat(9,1fr); gap: 16px; }
  .five-service { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 850px) {
  .vision__inner { grid-template-columns: 1fr; }
  .vision__inner > div:first-child,
  .vision__inner > p,
  .vision-building { grid-column: 1; }
  .vision-building { grid-row: auto; width: min(100%, 420px); margin-top: -18px; margin-bottom: 0; opacity: .5; transform: none; }
}

@media (max-width: 850px) {
  .topbar { height: 72px; }
  .topbar__inner { justify-content: space-between; }
  .brand { width: 138px; }
  .nav-toggle { position: absolute; opacity: 0; pointer-events: none; }
  .nav-toggle-button { width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; cursor: pointer; }
  .nav-toggle-button span { width: 23px; margin-left: auto; border-top: 2px solid #fff; transition: transform .2s ease, opacity .2s ease; }
  .main-nav { position: absolute; top: 72px; left: 0; width: 100%; height: auto; max-height: 0; padding: 0 24px; display: grid; background: rgba(49,44,91,.98); overflow: hidden; transition: max-height .25s ease, padding .25s ease; }
  .main-nav a { min-height: 52px; display: flex; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav .mobile-language-link { display: flex !important; }
  .main-nav a::after { display: none; }
  .main-nav a.is-active { background: rgba(255,255,255,.13); }
  .nav-toggle:checked ~ .main-nav { max-height: 450px; padding-block: 12px 22px; }
  .nav-toggle:checked + .nav-toggle-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle:checked + .nav-toggle-button span:nth-child(2) { opacity: 0; }
  .nav-toggle:checked + .nav-toggle-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero__content { min-height: 760px; }
  .hero__content { padding-top: 150px; }
  .hero__lead { max-width: 540px; }
  .visit-card__fields { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 400px; }
  .service-card--wide { grid-column: span 2; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: span 2; }
  .footer__follow { grid-column: span 2; }
  .story-layout, .service-concept { grid-template-columns: 1fr; gap: 40px; }
  .image-grid--honors { grid-template-columns: repeat(3,1fr); }
  .image-grid--icons { grid-template-columns: repeat(3,1fr); }
  .merchant-grid { grid-template-columns: repeat(2,1fr); }
  .party-stories article { gap: 30px; }
  .image-grid--property { grid-template-columns: repeat(6, 1fr); }
  .image-grid--property .image-tile, .image-grid--property .image-tile:nth-child(n+3):nth-child(-n+6) { grid-column: span 3; }
  .image-grid--property .image-tile:nth-child(1), .image-grid--property .image-tile:nth-child(2), .image-grid--property .image-tile:nth-child(7), .image-grid--property .image-tile:nth-child(8) { grid-column: span 6; }
}

@media (max-width: 650px) {
  .shell { width: calc(100% - 32px); }
  .hero, .hero__content { min-height: 700px; }
  .hero-carousel__slide img { object-position: center; }
  .hero__veil { background: linear-gradient(90deg, rgba(18,17,36,.82), rgba(28,25,59,.38)), linear-gradient(0deg, rgba(18,17,36,.45), transparent); }
  .hero__content { justify-content: flex-end; padding: 120px 0 108px; }
  .hero h1 { font-size: clamp(54px, 17vw, 76px); }
  .hero__lead { font-size: 15px; line-height: 1.7; }
  .hero__actions { width: 100%; }
  .hero__actions .button { flex: 1; padding-inline: 18px; }
  .hero-carousel__controls { right: 16px; bottom: 30px; }
  .hero-carousel__controls button { width: 38px; height: 38px; }
  .hero-carousel__dots { left: 50%; bottom: 42px; transform: translateX(-50%); }
  .visit-card { margin-top: -38px; padding: 25px 20px; border-radius: 20px; gap: 25px; }
  .visit-card__fields { grid-template-columns: 1fr; }
  .visit-card__submit { width: 100%; }
  .services { padding: 88px 0; }
  .section-heading h2 { font-size: 40px; }
  .service-grid { grid-template-columns: 1fr; grid-auto-rows: 420px; }
  .service-card--wide { grid-column: auto; }
  .service-card__reveal { max-height: 300px; opacity: 1; }
  .service-card__body { inset: auto 22px 22px; }
  .vision { padding: 66px 0; }
  .vision__inner { grid-template-columns: 1fr; gap: 26px; }
  .vision__inner > p { grid-column: auto; }
  .vision h2 { font-size: 40px; }
  .vision-title { white-space: normal; }
  .vision-title__phrase { display: block; }
  .vision-title__separator { display: none; }
  .vision-building { width: min(94%, 350px); margin-top: -10px; justify-self: center; }
  .footer { padding-top: 58px; }
  .footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer__brand { grid-column: auto; }
  .footer__follow { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .inner-hero { height: clamp(96px, 15.625vw, 310px); min-height: 0; margin-top: 72px; }
  .inner-section { padding: 74px 0 78px; }
  .inner-title { margin-bottom: 34px; }
  .image-grid, .image-grid--honors, .image-grid--news { grid-template-columns: 1fr; }
  .image-grid--logos, .image-grid--icons { grid-template-columns: repeat(2,1fr); }
  .fact-grid, .location-card, .floor-plan, .merchant-grid, .party-stories article { grid-template-columns: 1fr; }
  .party-stories article:nth-child(2) img { order: 2; }
  .five-service { grid-template-columns: 1fr; }
  .category-strip { grid-template-columns: repeat(3,1fr); }
  .page-tabs { top: 72px; width: 100%; overflow-x: auto; justify-content: flex-start; }
  .page-tabs a { white-space: nowrap; }
  .location-card > div { padding: 34px 24px; }
  .image-grid--property { grid-template-columns: 1fr; }
  .image-grid--property .image-tile, .image-grid--property .image-tile:nth-child(n) { grid-column: span 1; }
  .image-grid--property .image-tile__media, .image-grid--property .image-tile:nth-child(n) .image-tile__media { aspect-ratio: 16/10; }
}

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