@import url("/assets/fonts/typography.css?v=20260530a");

:root {
    --bg: #f5f5f5;
    --surface: #ffffff;
    --surface-2: #f1f2f4;
    --ink: #040000;
    --muted: #6d7178;
    --line: rgba(4, 0, 0, 0.1);
    --deep: #171817;
    --deep-2: #2d2d2d;
    --forest: #12377b;
    --ocean: #12377b;
    --wine: #12377b;
    --brass: #12377b;
    --cream: #f3f4f6;
    --white: #ffffff;
    --font-title: "HarmonyOS Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    --font-body: "Source Han Sans SC", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
    --font-number: "D-DIN", "DIN", "DIN Alternate", "Montserrat", var(--font-body);
    --font-latin: "Montserrat", "D-DIN", var(--font-body);
    --font-sans: var(--font-body);
    --text-hero: clamp(38px, 5vw, 68px);
    --text-h1: 40px;
    --text-h2: 28px;
    --text-h3: 20px;
    --text-body-lg: 17px;
    --text-body: 15px;
    --text-body-sm: 14px;
    --text-caption: 12px;
    --lh-hero: 1.1;
    --lh-title: 1.2;
    --lh-body: 1.72;
    --lh-caption: 1.45;
    --fw-regular: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --page-x: clamp(14px, 2.5vw, 32px);
    --radius-control: 8px;
    --radius-card: 12px;
    --radius-section: 16px;
    --shadow: 0 22px 60px rgba(4, 0, 0, 0.1);
    --shadow-panel: 0 12px 32px rgba(4, 0, 0, 0.055);
    --shadow-hover: 0 18px 42px rgba(4, 0, 0, 0.11);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--font-sans);
    letter-spacing: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:where(h1, h2, h3, h4, .logo strong, .brand-title, .section-head h2, .service-band h2, .partner-head h2, .map-toolbar h2, .panel-title h2, .feature-card-body h3, .community-card h3, .case-card h3, .case-info h1, .case-info h2, .partner-copy strong, .service-grid strong) {
    font-family: var(--font-title);
}

:where(.eyebrow, .panel-kicker, .asset-note, .site-head nav, .map-legend, .toolbar-tools, .screen-btn, .case-info .meta, .feature-card .meta) {
    font-family: var(--font-latin);
}

.english-title {
    font-family: var(--font-latin) !important;
}

:where(.tag, .meta, .proof-strip strong, .proof-strip span, .hero-dossier-grid span, .hero-feature span, .hero-feature small, .toolbar-tools select, .map-toolbar span, .panel-title span, .map-status, .partner-copy small, .contact-copy small, .btn, .legend-item, .case-count, time, small) {
    font-family: var(--font-number);
}

body.has-contact-dock {
    padding-bottom: 88px;
}

body.theme-daikin {
    --bg: #f5f8fb;
    --surface: #ffffff;
    --surface-2: #eef6fb;
    --ink: #132433;
    --muted: #617385;
    --line: rgba(0, 141, 213, 0.16);
    --deep: #073b66;
    --deep-2: #0f5f96;
    --forest: #008dd5;
    --ocean: #0097e0;
    --wine: #006eaa;
    --brass: #0097e0;
    --cream: #f4f9fd;
    --shadow: 0 24px 70px rgba(0, 77, 128, 0.12);
    --shadow-panel: 0 14px 34px rgba(0, 77, 128, 0.08);
    --shadow-hover: 0 20px 48px rgba(0, 141, 213, 0.16);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

canvas,
svg,
video {
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
    letter-spacing: 0;
}

button,
select {
    color: inherit;
}

.site-head {
    position: sticky;
    top: 0;
    z-index: 30;
    min-height: 76px;
    padding: 0 var(--page-x);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(23, 24, 23, 0.96);
    color: var(--surface);
    backdrop-filter: blur(18px);
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.logo-mark {
    width: 164px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-control);
    background: rgba(255, 255, 255, 0.04);
}

.logo-mark img {
    width: 136px;
    height: auto;
}

.logo strong {
    font-size: 26px;
    line-height: 1;
    font-weight: var(--fw-bold);
    letter-spacing: 0;
}

.logo span {
    color: rgba(255, 253, 248, 0.72);
    font-size: 14px;
    white-space: nowrap;
}

.logo > span:last-child {
    color: rgba(255, 253, 248, 0.78);
}

.site-head nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: rgba(255, 253, 248, 0.82);
    font-size: 14px;
    white-space: nowrap;
}

.site-head nav a {
    position: relative;
    padding: 28px 0;
}

.site-head nav .admin-entry {
    color: rgba(255, 253, 248, 0.54);
}

.site-head nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 2px;
    background: var(--brass);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
}

.site-head nav a:hover::after,
.site-head nav a:focus-visible::after {
    transform: scaleX(1);
}

body.theme-daikin .site-head {
    background:
        linear-gradient(90deg, rgba(3, 36, 62, 0.98), rgba(0, 88, 138, 0.95)),
        rgba(3, 36, 62, 0.98);
    color: #fff;
    border-bottom-color: rgba(98, 205, 255, 0.22);
    box-shadow: 0 14px 38px rgba(0, 52, 88, 0.22);
}

body.theme-daikin .logo-mark {
    width: 178px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 10px 24px rgba(0,0,0,.1);
}

body.theme-daikin .logo-mark img {
    width: 146px;
    max-height: 27px;
    object-fit: contain;
}

body.theme-daikin .site-head nav {
    color: rgba(255, 255, 255, 0.88);
}

body.theme-daikin .site-head nav .admin-entry {
    color: rgba(255, 255, 255, 0.56);
}

.showroom {
    min-height: calc(100vh - 76px);
    padding: 0 var(--page-x) 42px;
}

.hero {
    position: relative;
    isolation: isolate;
    margin: 0 calc(50% - 50vw) 22px;
    padding: 44px max(28px, calc((100vw - 1500px) / 2 + 28px));
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    align-items: end;
    gap: 28px;
    color: var(--surface);
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(4, 0, 0, 0.88) 0%, rgba(23, 24, 23, 0.7) 46%, rgba(23, 24, 23, 0.2) 100%),
        linear-gradient(0deg, rgba(4, 0, 0, 0.7) 0%, transparent 44%),
        linear-gradient(120deg, rgba(18, 55, 123, 0.3), transparent 34%);
}

body.theme-daikin .hero::before {
    background:
        linear-gradient(90deg, rgba(2, 28, 48, 0.94) 0%, rgba(3, 54, 87, 0.8) 42%, rgba(2, 28, 48, 0.26) 100%),
        linear-gradient(0deg, rgba(3, 24, 42, 0.8) 0%, rgba(3, 24, 42, 0.18) 58%, transparent 100%),
        radial-gradient(circle at 72% 26%, rgba(85, 201, 255, 0.22), transparent 34%);
}

body.theme-daikin .hero-backdrop img {
    filter: saturate(0.98) contrast(1.06) brightness(0.78);
    object-position: center 45%;
}

body.theme-daikin .eyebrow,
body.theme-daikin .panel-kicker {
    color: var(--ocean);
}

body.theme-daikin .btn {
    background: var(--ocean);
    color: #fff;
    border-color: var(--ocean);
}

body.theme-daikin .btn.secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.34);
}

body.theme-daikin :not(.hero):not(.contact-dock) > .btn.secondary,
body.theme-daikin .actions .btn.secondary {
    color: var(--ocean);
    border-color: rgba(0, 141, 213, 0.25);
    background: rgba(0, 141, 213, 0.08);
}

body.theme-daikin .featured-showcase,
body.theme-daikin .map-panel,
body.theme-daikin .community-panel,
body.theme-daikin .case-panel,
body.theme-daikin .partner-band,
body.theme-daikin .service-band {
    border-color: rgba(0, 141, 213, 0.14);
}

.hero-backdrop {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: var(--deep);
}

    .hero-backdrop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: saturate(0.92) contrast(1.04);
    transform: scale(1.02);
}

.hero-copy {
    max-width: 900px;
    padding: 72px 0 36px;
}

.eyebrow,
.panel-kicker {
    margin: 0 0 10px;
    color: var(--brass);
    font-size: var(--text-caption);
    font-weight: var(--fw-semibold);
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    max-width: 860px;
    font-size: var(--text-hero);
    line-height: var(--lh-hero);
    font-weight: var(--fw-bold);
    letter-spacing: 0;
}

.hero h1 span {
    display: block;
}

.lead {
    margin: 22px 0 0;
    max-width: 660px;
    color: rgba(255, 253, 248, 0.82);
    font-size: var(--text-body-lg);
    line-height: 1.78;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.hero-trust {
    margin-top: 20px;
    max-width: 560px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(1, 22, 38, 0.34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
    backdrop-filter: blur(12px);
}

.hero-trust strong,
.hero-trust span,
.hero-trust small {
    display: block;
}

.hero-trust strong {
    font-size: 15px;
}

.hero-trust span,
.hero-trust small {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.5;
}

.hero-trust small {
    font-size: 12px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 0;
    border-radius: var(--radius-control);
    padding: 11px 16px;
    background: var(--deep);
    color: var(--surface);
    font-weight: var(--fw-semibold);
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.btn.secondary {
    border: 1px solid var(--line);
    background: var(--surface);
    color: var(--deep);
}

.hero .btn {
    background: var(--surface);
    color: var(--deep);
}

.hero .btn.secondary {
    border-color: rgba(255, 253, 248, 0.32);
    background: transparent;
    color: var(--surface);
}

.hero-media {
    position: relative;
    min-height: 320px;
    align-self: stretch;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(4, 0, 0, 0.24);
}

.hero-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    background: var(--surface);
}

.hero-dossier {
    align-self: end;
    margin-bottom: 36px;
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid rgba(255, 253, 248, 0.22);
    border-radius: var(--radius-card);
    background: rgba(23, 24, 23, 0.68);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 80px rgba(4, 0, 0, 0.24);
}

.hero-feature {
    position: relative;
    display: grid;
    gap: 5px;
    color: var(--surface);
}

.hero-feature span,
.hero-feature small {
    color: rgba(255, 253, 248, 0.68);
    font-size: 12px;
}

.hero-feature strong {
    font-size: 18px;
    line-height: 1.35;
}

.hero-dossier-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.hero-dossier-grid span {
    min-height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 253, 248, 0.18);
    border-radius: var(--radius-control);
    color: rgba(255, 253, 248, 0.82);
    font-size: 12px;
    text-align: center;
}

body.demo-data .hero-copy::after {
    content: "示例态：未读取到 api/public.php 的有效数据";
    display: inline-flex;
    margin-top: 20px;
    border: 1px solid rgba(255, 253, 248, 0.28);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.12);
    color: rgba(255, 253, 248, 0.9);
    padding: 10px 12px;
    font-size: 13px;
}

.proof-strip {
    max-width: 1500px;
    margin: 0 auto 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid var(--line);
    border-radius: var(--radius-section);
    background: rgba(255, 253, 248, 0.9);
    box-shadow: var(--shadow-panel);
    overflow: hidden;
}

.proof-strip div {
    min-height: 92px;
    padding: 18px 22px;
    display: grid;
    align-content: center;
    gap: 5px;
    border-right: 1px solid var(--line);
}

.proof-strip div:last-child {
    border-right: 0;
}

.proof-strip strong {
    color: var(--deep);
    font-size: 34px;
    font-weight: var(--fw-semibold);
    line-height: 1;
}

.proof-strip span {
    color: var(--muted);
    font-size: 13px;
}

.featured-showcase,
.service-band {
    max-width: 1500px;
    margin: 0 auto 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-section);
    box-shadow: var(--shadow-panel);
    overflow: hidden;
}

.section-head {
    min-height: 94px;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.62fr);
    gap: 18px;
    align-items: end;
    border-bottom: 1px solid var(--line);
}

.section-head h2,
.service-band h2 {
    margin: 0;
    color: var(--deep);
    font-size: var(--text-h2);
    line-height: 1.15;
}

.section-head span {
    color: var(--muted);
    line-height: 1.7;
    font-size: 14px;
}

.featured-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 14px;
}

.feature-card {
    position: relative;
    min-height: 350px;
    display: grid;
    align-content: end;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--deep);
    color: var(--surface);
    box-shadow: var(--shadow-panel);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.feature-card:hover,
.feature-card:focus-within {
    transform: translateY(-2px);
    box-shadow: var(--shadow-hover);
}

.feature-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.78;
    transition: transform 320ms ease, opacity 220ms ease;
}

.feature-card:hover img,
.feature-card:focus-within img {
    transform: scale(1.035);
    opacity: 0.92;
}

.feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 18%, rgba(10, 22, 19, 0.18) 45%, rgba(10, 22, 19, 0.9) 100%);
}

.feature-card-body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    padding: 18px;
}

.feature-card-body p {
    margin: 0;
    color: rgba(255, 253, 248, 0.72);
    font-size: 13px;
}

.feature-card-body h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.25;
}

.feature-card .tag {
    border-color: rgba(255, 253, 248, 0.18);
    background: rgba(255, 253, 248, 0.12);
    color: rgba(255, 253, 248, 0.9);
}

.asset-note {
    justify-self: start;
    border-radius: 999px;
    padding: 5px 8px;
    background: rgba(255, 253, 248, 0.13);
    color: rgba(255, 253, 248, 0.74);
    font-size: 12px;
}

.feature-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 24px;
    color: rgba(255, 253, 248, 0.72);
    background:
        linear-gradient(135deg, rgba(18, 55, 123, 0.86), rgba(23, 24, 23, 0.96)),
        radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.16), transparent 32%);
    text-align: center;
}

.workspace {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(540px, 1.28fr) minmax(300px, 0.7fr) minmax(330px, 0.78fr);
    gap: 16px;
    align-items: stretch;
}

.partner-band {
    max-width: 1500px;
    margin: 18px auto 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-section);
    padding: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-panel);
}

.partner-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.partner-head h2 {
    margin: 0;
    color: var(--deep);
    font-size: var(--text-h3);
    line-height: 1.2;
}

.partner-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.partner-link {
    min-height: 92px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 246, 248, 0.9)),
        var(--surface);
    color: var(--deep);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.partner-link:hover,
.partner-link:focus-visible {
    border-color: rgba(18, 55, 123, 0.34);
    box-shadow: var(--shadow-hover);
    transform: translateY(-1px);
}

.partner-logo {
    width: 108px;
    height: 50px;
    flex: 0 0 108px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 10px;
    display: grid;
    place-items: center;
    background: var(--surface);
}

.partner-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.partner-logo:has(img[src*="pianuo-logo-white"]) {
    background: #171817;
    border-color: rgba(23, 24, 23, 0.22);
}

.partner-logo.fallback {
    color: var(--deep);
    font-weight: var(--fw-bold);
    letter-spacing: 0;
}

.partner-copy {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.partner-copy strong {
    font-size: 16px;
    line-height: 1.25;
}

.partner-copy small {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.service-band {
    margin-top: 18px;
    padding: 22px;
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    background:
        linear-gradient(135deg, rgba(23, 24, 23, 0.98), rgba(18, 55, 123, 0.9)),
        var(--deep);
    color: var(--surface);
}

.service-band h2 {
    color: var(--surface);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.service-grid article {
    min-height: 160px;
    display: grid;
    align-content: space-between;
    gap: 18px;
    border: 1px solid rgba(255, 253, 248, 0.14);
    border-radius: 8px;
    padding: 16px;
    background: rgba(255, 253, 248, 0.06);
}

.service-grid strong {
    font-size: 18px;
}

.service-grid span {
    color: rgba(255, 253, 248, 0.72);
    font-size: 13px;
    line-height: 1.7;
}

.map-panel,
.community-panel,
.case-panel,
.gallery,
.case-info {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.96);
    border-radius: var(--radius-section);
    box-shadow: var(--shadow-panel);
}

.map-panel,
.community-panel,
.case-panel {
    min-width: 0;
    overflow: hidden;
}

.map-toolbar,
.panel-title {
    min-height: 76px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--line);
}

.map-toolbar h2,
.panel-title h2 {
    margin: 0;
    color: var(--deep);
    font-size: var(--text-h3);
    line-height: 1.2;
}

.panel-title span,
.map-toolbar span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
}

.toolbar-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    min-width: 0;
}

.map-mode-switch {
    min-height: 40px;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    border: 1px solid rgba(0, 141, 213, 0.18);
    border-radius: 10px;
    background: rgba(0, 141, 213, 0.07);
}

.map-mode-switch button {
    min-height: 32px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--muted);
    padding: 0 11px;
    font-size: 12px;
    font-weight: var(--fw-bold);
    cursor: pointer;
    white-space: nowrap;
}

.map-mode-switch button[aria-pressed="true"] {
    background: var(--ocean);
    color: #fff;
    box-shadow: 0 8px 18px rgba(0, 141, 213, 0.2);
}

select,
.screen-btn {
    min-height: 40px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface);
    color: var(--deep);
    padding: 8px 12px;
}

select {
    max-width: 168px;
}

.screen-btn {
    cursor: pointer;
    white-space: nowrap;
    transition: transform 180ms ease, background 180ms ease;
}

.screen-btn:hover,
.screen-btn:focus-visible {
    transform: translateY(-1px);
    background: var(--surface-2);
}

.map-canvas {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 548px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.78), transparent 24%),
        linear-gradient(135deg, #f3f4f6 0%, #e6e9ee 48%, #d8dde5 100%);
    touch-action: pan-y;
    overscroll-behavior: auto;
}

.map-base {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    transition: opacity 260ms ease;
}

.webgl-map .map-base {
    opacity: 0;
}

.map-3d-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: none;
}

.amap-canvas {
    position: absolute;
    inset: 0;
    z-index: 2;
    touch-action: pan-y;
}

.amap-map .map-base,
.amap-map .map-3d-canvas {
    opacity: 0;
    pointer-events: none;
}

.amap-map .marker {
    display: none;
}

.amap-building {
    position: relative;
    display: block;
    width: var(--w);
    height: var(--h);
    border: 1px solid rgba(92, 112, 101, 0.2);
    border-radius: 2px 2px 1px 1px;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0 2px, transparent 2px 9px),
        linear-gradient(180deg, rgba(250, 249, 242, 0.96), rgba(155, 176, 165, 0.9));
    box-shadow:
        inset 9px 0 14px rgba(255, 255, 255, 0.22),
        inset -7px 0 14px rgba(53, 73, 67, 0.12),
        12px 14px 22px rgba(55, 69, 62, 0.28);
    filter: saturate(0.92);
    opacity: 0.94;
    pointer-events: none;
    transform: translateY(4px) skewY(-16deg);
    transform-origin: bottom center;
}

.amap-building::before,
.amap-building::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.amap-building::before {
    left: -1px;
    top: calc(var(--roof) * -1);
    width: calc(100% + 2px);
    height: var(--roof);
    border-radius: 2px 2px 0 0;
    background: linear-gradient(135deg, rgba(255, 254, 247, 0.96), rgba(196, 211, 202, 0.9));
    transform: skewX(42deg);
    transform-origin: bottom left;
}

.amap-building::after {
    right: calc(var(--roof) * -0.88);
    top: calc(var(--roof) * -0.52);
    width: calc(var(--roof) * 0.9);
    height: calc(100% + var(--roof) * 0.52);
    background: linear-gradient(180deg, rgba(182, 199, 190, 0.92), rgba(98, 122, 113, 0.88));
    transform: skewY(48deg);
    transform-origin: top left;
}

.amap-building[style*="--shade:1"] {
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0 2px, transparent 2px 8px),
        linear-gradient(180deg, rgba(245, 240, 228, 0.96), rgba(177, 164, 140, 0.86));
}

.amap-building[style*="--shade:2"] {
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.26) 0 2px, transparent 2px 10px),
        linear-gradient(180deg, rgba(239, 247, 245, 0.96), rgba(128, 159, 159, 0.86));
}

.amap-building.active {
    border-color: rgba(18, 55, 123, 0.42);
    box-shadow:
        inset 9px 0 14px rgba(255, 255, 255, 0.26),
        inset -7px 0 14px rgba(53, 73, 67, 0.12),
        0 0 0 2px rgba(18, 55, 123, 0.1),
        14px 16px 26px rgba(88, 53, 38, 0.3);
}

.amap-pin {
    min-height: 42px;
    border: 0;
    border-radius: 999px;
    padding: 6px 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(23, 24, 23, 0.94);
    color: var(--surface);
    box-shadow: 0 16px 32px rgba(4, 0, 0, 0.22);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.amap-pin::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--brass);
    box-shadow: 0 0 0 5px rgba(18, 55, 123, 0.16);
}

.amap-pin span {
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amap-pin.active {
    background: var(--wine);
}

.amap-logo,
.amap-copyright {
    opacity: 0.58;
}

.map-sheen {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.32), transparent 28%, transparent 72%, rgba(18, 55, 123, 0.1)),
        linear-gradient(0deg, rgba(4, 0, 0, 0.035), transparent 35%);
}

.heat-layer {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    transition: opacity 260ms ease;
}

.heat-layer span {
    position: absolute;
    width: var(--heat-size);
    height: var(--heat-size);
    border-radius: 999px;
    translate: -50% -50%;
    background:
        radial-gradient(circle, var(--heat-core) 0 7%, rgba(25, 215, 255, var(--heat-alpha)) 15%, rgba(29, 111, 255, calc(var(--heat-alpha) * .52)) 34%, transparent 72%);
    filter: blur(8px) saturate(1.25);
    opacity: var(--heat-alpha);
    animation: heatPulse 3.4s ease-in-out infinite;
}

.heat-layer span:nth-child(2n) {
    animation-delay: -1.2s;
}

.heat-layer span:nth-child(3n) {
    animation-delay: -2.1s;
}

@keyframes heatPulse {
    0%, 100% {
        transform: scale(0.94);
    }
    50% {
        transform: scale(1.08);
    }
}

.heat-grid {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(73, 203, 255, 0.16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(73, 203, 255, 0.14) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(0, 141, 213, 0.2), transparent 60%);
    background-size: 46px 46px, 46px 46px, 100% 100%;
    mask-image: radial-gradient(circle at 50% 50%, #000 0%, rgba(0,0,0,.72) 52%, transparent 100%);
    transition: opacity 260ms ease;
}

.heat-caption {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 8;
    max-width: min(320px, calc(100% - 32px));
    padding: 12px 14px;
    border: 1px solid rgba(84, 208, 255, 0.28);
    border-radius: 12px;
    background: rgba(2, 24, 42, 0.72);
    color: #fff;
    box-shadow: 0 18px 42px rgba(0, 45, 78, 0.22);
    backdrop-filter: blur(14px);
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 220ms ease, transform 220ms ease;
}

.heat-caption strong,
.heat-caption span {
    display: block;
}

.heat-caption strong {
    font-size: 13px;
}

.heat-caption span {
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.45;
}

.map-canvas.heat-mode {
    background:
        radial-gradient(circle at 72% 20%, rgba(0, 183, 255, 0.2), transparent 26%),
        linear-gradient(135deg, #061a2c 0%, #082b46 48%, #031322 100%);
}

.map-canvas.heat-mode .heat-layer,
.map-canvas.heat-mode .heat-grid {
    opacity: 1;
}

.map-canvas.heat-mode .heat-caption {
    opacity: 1;
    transform: translateY(0);
}

.map-canvas.heat-mode .map-base,
.map-canvas.heat-mode .map-3d-canvas,
.map-canvas.heat-mode .amap-canvas {
    opacity: 0.22;
    filter: saturate(0.55) contrast(1.08) brightness(0.62);
}

.map-canvas.heat-mode .marker {
    display: inline-flex;
    z-index: 9;
    background: rgba(2, 24, 42, 0.88);
    border: 1px solid rgba(84, 208, 255, 0.34);
    box-shadow: 0 0 0 1px rgba(0, 141, 213, 0.14), 0 16px 36px rgba(0, 141, 213, 0.28);
}

.map-canvas.heat-mode .marker b {
    background: #5ee7ff;
    color: #06223a;
}

.legend-heat {
    width: 28px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1d6fff, #19d7ff, #fff36e);
    box-shadow: 0 0 14px rgba(25, 215, 255, 0.55);
}

.heat-legend-item {
    display: none !important;
}

.map-panel.heat-active .heat-legend-item {
    display: inline-flex !important;
}

.map-legend {
    min-height: 54px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 12px;
}

.map-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.map-legend strong {
    margin-left: auto;
    color: var(--deep);
    font-weight: var(--fw-semibold);
    white-space: nowrap;
}

.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--wine);
    box-shadow: 0 0 0 4px rgba(18, 55, 123, 0.12);
}

.legend-block {
    width: 14px;
    height: 15px;
    border: 1px solid rgba(92, 112, 101, 0.28);
    border-radius: 2px;
    background: linear-gradient(180deg, #f8f4ea, #9fb2aa);
    box-shadow: 5px 5px 0 rgba(98, 122, 113, 0.26);
    transform: skewY(-14deg);
}

.legend-line {
    width: 26px;
    height: 3px;
    border-radius: 999px;
    background: var(--brass);
}

.legend-line.river {
    background: var(--ocean);
}

.marker {
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    min-height: 42px;
    max-width: 190px;
    border: 0;
    border-radius: 999px;
    padding: 6px 13px 6px 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(23, 24, 23, 0.94);
    color: var(--surface);
    box-shadow: 0 16px 32px rgba(4, 0, 0, 0.22);
    cursor: pointer;
    transform: scale(1);
    transform-origin: center;
    transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.marker b {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--brass);
    color: var(--deep);
    font-size: 13px;
    font-weight: var(--fw-bold);
}

.marker span {
    min-width: 0;
    max-width: 118px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: var(--fw-semibold);
}

.marker:hover,
.marker:focus-visible {
    transform: scale(1.045);
    outline: 3px solid rgba(18, 55, 123, 0.18);
}

.marker.active {
    background: var(--wine);
}

.marker.active b {
    background: var(--surface);
    color: var(--wine);
}

.map-empty {
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    max-width: min(320px, calc(100% - 36px));
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 253, 248, 0.92);
    padding: 16px 18px;
    color: var(--muted);
    text-align: center;
    box-shadow: var(--shadow);
}

.panel-summary {
    min-height: 70px;
    padding: 14px 18px;
    display: grid;
    align-content: center;
    gap: 3px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(90deg, rgba(18, 55, 123, 0.08), rgba(245, 246, 248, 0.78));
}

.panel-summary strong {
    color: var(--deep);
    font-size: 28px;
    line-height: 1;
}

.panel-summary span {
    color: var(--muted);
    font-size: 12px;
}

.community-list,
.case-list {
    padding: 12px;
    display: grid;
    gap: 12px;
    max-height: 612px;
    overflow: auto;
    overscroll-behavior: contain;
}

.community-card,
.case-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    overflow: hidden;
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.community-card {
    min-height: 146px;
    padding: 15px;
    cursor: pointer;
}

.community-card:hover,
.community-card:focus-within,
.case-card:hover,
.case-card:focus-within {
    transform: translateY(-1px);
    box-shadow: var(--shadow-hover);
}

.community-card.active {
    border-color: rgba(18, 55, 123, 0.55);
    box-shadow: 0 0 0 3px rgba(18, 55, 123, 0.12);
}

.community-card.active::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--wine);
}

.community-card h3,
.case-card h3 {
    margin: 0;
    color: var(--deep);
    font-size: 18px;
    line-height: 1.35;
}

.community-card p,
.case-card p {
    margin: 8px 0 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: 14px;
}

.meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
}

.tag {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    border: 1px solid rgba(18, 55, 123, 0.14);
    border-radius: 999px;
    padding: 4px 8px;
    background: #edf2fb;
    color: #12377b;
    font-size: 12px;
    line-height: 1.2;
}

.case-card a {
    display: grid;
    color: inherit;
}

.thumb {
    aspect-ratio: 16 / 10;
    min-height: 168px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, #e5e7eb, #ffffff 48%, #dfe4ec);
    color: #6d7178;
    font-size: 14px;
}

.thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 260ms ease;
}

.case-card:hover .thumb img,
.case-card:focus-within .thumb img {
    transform: scale(1.035);
}

.case-card .body {
    padding: 15px;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.contact-dock {
    position: fixed;
    left: 50%;
    bottom: 18px;
    z-index: 50;
    width: min(1120px, calc(100vw - 32px));
    min-height: 66px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 253, 248, 0.16);
    border-radius: 16px;
    background: rgba(23, 24, 23, 0.94);
    color: var(--surface);
    box-shadow: 0 18px 50px rgba(4, 0, 0, 0.24);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

.contact-dock-close {
    position: absolute;
    top: -18px;
    right: -6px;
    z-index: 2;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 253, 248, 0.28);
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(23, 24, 23, 0.96);
    color: rgba(255, 253, 248, 0.86);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    box-shadow: 0 10px 28px rgba(4, 0, 0, 0.26);
    backdrop-filter: blur(12px);
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-dock-close:hover,
.contact-dock-close:focus-visible {
    border-color: rgba(255, 253, 248, 0.42);
    background: rgba(35, 37, 35, 0.98);
    color: var(--surface);
    transform: translateY(-2px);
}

.contact-dock div {
    min-width: 0;
    flex: 1 1 auto;
}

.contact-dock strong {
    display: block;
    font-size: 15px;
    line-height: 1.3;
}

.contact-dock span {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: rgba(255, 253, 248, 0.68);
    font-size: 12px;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-dock .btn {
    min-height: 42px;
    flex: 0 0 auto;
}

.contact-dock .btn.secondary {
    border-color: rgba(255, 253, 248, 0.2);
    background: rgba(255, 253, 248, 0.08);
    color: var(--surface);
}

.btn.disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.empty {
    border: 1px dashed var(--line);
    border-radius: 8px;
    padding: 34px 18px;
    text-align: center;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.72);
}

.detail {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 28px 46px;
}

.detail-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) 420px;
    gap: 20px;
    align-items: start;
}

.gallery,
.case-info {
    border-radius: 8px;
    overflow: hidden;
}

.main-image {
    aspect-ratio: 16 / 9;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, #ded7cb, #f9f6ee);
    color: var(--muted);
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbs {
    display: flex;
    gap: 8px;
    padding: 10px;
    overflow: auto;
    border-top: 1px solid var(--line);
}

.thumbs button {
    min-height: 38px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px 10px;
    background: var(--surface);
    cursor: pointer;
    white-space: nowrap;
}

.case-info {
    padding: 24px;
}

.case-info h1 {
    margin: 0 0 12px;
    color: var(--deep);
    font-size: 34px;
    line-height: 1.16;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 20px 0;
}

.info-grid div {
    min-height: 70px;
    border-radius: 8px;
    padding: 12px;
    background: var(--surface-2);
}

.info-grid span {
    display: block;
    margin-bottom: 5px;
    color: var(--muted);
    font-size: 12px;
}

.section {
    margin-top: 20px;
}

.section h2 {
    margin: 0 0 8px;
    color: var(--deep);
    font-size: 18px;
}

.section p {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
}

.demo .site-head {
    display: none;
}

.demo .showroom {
    padding: 14px;
}

.demo .hero,
.demo .proof-strip {
    display: none;
}

.demo .workspace {
    max-width: none;
    min-height: calc(100vh - 28px);
}

.marker,
.map-base,
.hero-backdrop img,
.hero-dossier,
.hero-media,
[data-reveal],
.feature-card,
.community-card,
.case-card {
    will-change: transform, opacity;
}

@media (min-width: 1600px) {
    .hero h1 {
        font-size: var(--text-hero);
    }

    .hero {
        min-height: 680px;
    }
}

@media (max-width: 1240px) {
    .hero {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.46fr);
    }

    .hero h1 {
        font-size: var(--text-hero);
    }

    .featured-rail,
    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .partner-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .workspace {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.58fr);
    }

    .map-panel {
        grid-column: 1 / -1;
    }

    .case-panel {
        grid-column: auto;
    }

    .case-list {
        grid-template-columns: 1fr;
        max-height: none;
    }

    .community-list {
        max-height: 520px;
    }
}

@media (max-width: 920px) {
    :root {
        --text-hero: clamp(34px, 7vw, 54px);
        --text-h2: 25px;
    }

    .site-head {
        min-height: auto;
        padding: 14px clamp(16px, 3vw, 28px) 16px;
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .site-head nav {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding: 6px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 14px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        white-space: normal;
        font-size: 13px;
    }

    .site-head nav a {
        min-height: 42px;
        padding: 9px 6px;
        display: grid;
        place-items: center;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.035);
        color: rgba(255, 253, 248, 0.9);
        text-align: center;
        line-height: 1.2;
        font-weight: var(--fw-semibold);
    }

    .site-head nav a::after {
        display: none;
    }

    .site-head nav a:hover,
    .site-head nav a:focus-visible {
        background: rgba(255, 255, 255, 0.1);
        outline: 2px solid rgba(255, 255, 255, 0.14);
        outline-offset: 0;
    }

    body.theme-daikin .site-head {
        background:
            linear-gradient(90deg, rgba(3, 36, 62, 0.98), rgba(0, 88, 138, 0.95));
    }

    body.theme-daikin .site-head nav {
        background: rgba(1, 22, 38, 0.28);
        border-color: rgba(98, 205, 255, 0.2);
    }

    .showroom {
        padding: 0 18px 32px;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: min(640px, calc(100svh - 96px));
        padding-top: 38px;
        padding-bottom: 34px;
    }

    .hero h1 {
        font-size: var(--text-hero);
    }

    .hero-copy {
        max-width: 760px;
        padding-bottom: 0;
    }

    .hero-dossier {
        margin-bottom: 0;
    }

    .proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-head,
    .service-band {
        grid-template-columns: 1fr;
    }

    .featured-rail,
    .service-grid,
    .partner-rail {
        grid-template-columns: 1fr;
    }

    .partner-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .proof-strip div:nth-child(2) {
        border-right: 0;
    }

    .proof-strip div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }

    .workspace,
    .detail-hero {
        grid-template-columns: 1fr;
    }

    .map-canvas {
        min-height: 460px;
    }

    .community-list,
    .case-list {
        max-height: none;
    }
}

@media (max-width: 640px) {
    :root {
        --text-hero: clamp(30px, 9vw, 40px);
        --text-h2: 23px;
        --text-h3: 18px;
    }

    .site-head {
        position: sticky;
        top: 0;
        padding: 12px 14px;
        gap: 10px;
    }

    .site-head nav {
        gap: 8px;
        padding: 5px;
        border-radius: 12px;
        font-size: 12.5px;
    }

    .logo-mark {
        width: 142px;
        height: 35px;
    }

    .logo-mark img {
        width: 118px;
    }

    body.theme-daikin .logo-mark {
        width: 154px;
        height: 36px;
    }

    body.theme-daikin .logo-mark img {
        width: 128px;
        max-height: 25px;
    }

    .site-head nav a {
        min-height: 38px;
        padding: 7px 3px;
        border-radius: 8px;
    }

    .showroom,
    .detail {
        padding-left: 14px;
        padding-right: 14px;
    }

    .showroom {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
    }

    .showroom > section {
        width: 100%;
    }

    .hero {
        order: 0;
    }

    .proof-strip {
        order: 1;
    }

    .workspace {
        order: 2;
        gap: 12px;
    }

    .featured-showcase {
        order: 3;
    }

    .partner-band {
        order: 4;
    }

    .service-band {
        order: 5;
        margin-bottom: 0;
    }

    .hero {
        margin-bottom: 16px;
        padding: 30px 14px 24px;
        min-height: auto;
        gap: 20px;
        align-items: start;
    }

    .hero h1 {
        font-size: var(--text-hero);
    }

    .lead {
        font-size: 15px;
        line-height: 1.72;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-dossier {
        padding: 14px;
    }

    .hero-dossier-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 7px;
    }

    .hero-dossier-grid span {
        min-height: 38px;
        padding: 5px 4px;
    }

    .proof-strip {
        margin-bottom: 14px;
    }

    .featured-showcase,
    .partner-band,
    .service-band,
    .community-panel,
    .case-panel,
    .map-panel {
        border-radius: 12px;
    }

    .featured-showcase,
    .service-band {
        margin-bottom: 14px;
    }

    .service-band {
        margin-bottom: 0;
    }

    .section-head,
    .featured-rail,
    .partner-band,
    .service-band {
        padding: 14px;
    }

    .section-head h2,
    .service-band h2 {
        font-size: 23px;
    }

    .feature-card {
        min-height: 250px;
    }

    .proof-strip div {
        min-height: 84px;
        padding: 14px;
    }

    .proof-strip strong {
        font-size: 29px;
    }

    .map-toolbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .panel-title {
        min-height: 62px;
        padding: 13px 14px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: end;
    }

    .panel-title span {
        text-align: right;
    }

    .panel-summary {
        min-height: 52px;
        padding: 11px 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .panel-summary strong {
        font-size: 25px;
    }

    .community-list,
    .case-list {
        padding: 10px;
        gap: 10px;
        overflow: visible;
        overscroll-behavior: auto;
    }

    .community-card {
        min-height: auto;
        padding: 13px 14px 12px;
    }

    .community-card h3,
    .case-card h3 {
        font-size: 17px;
    }

    .community-card p,
    .case-card p {
        margin-top: 6px;
        line-height: 1.5;
        font-size: 13px;
    }

    .meta {
        margin-top: 9px;
    }

    .tag {
        min-height: 24px;
        padding: 3px 7px;
    }

    .toolbar-tools {
        width: 100%;
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .map-mode-switch {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .toolbar-tools select,
    .toolbar-tools .screen-btn {
        flex: 1 1 0;
        min-width: 0;
    }

    .map-canvas {
        min-height: 0;
        height: clamp(330px, 88vw, 420px);
        aspect-ratio: auto;
        touch-action: pan-y;
    }

    .scroll-first-map .amap-canvas,
    .scroll-first-map .amap-canvas * {
        pointer-events: none !important;
        touch-action: pan-y !important;
    }

    .scroll-first-map.amap-map .marker {
        display: inline-flex;
    }

    .scroll-first-map .amap-pin {
        pointer-events: none;
    }

    .map-legend {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .map-legend strong {
        width: 100%;
        margin-left: 0;
    }

    .marker {
        min-height: 38px;
        padding-right: 10px;
    }

    .marker b {
        width: 27px;
        height: 27px;
        flex-basis: 27px;
    }

    .marker span {
        max-width: 86px;
        font-size: 12px;
    }

    .case-list {
        grid-template-columns: 1fr;
    }

    .case-info h1 {
        font-size: 28px;
    }

    .info-grid {
        grid-template-columns: 1fr;
    }

    .service-band {
        gap: 14px;
    }

    .service-grid article {
        min-height: auto;
        gap: 10px;
        padding: 12px;
    }

    .service-grid strong {
        font-size: 16px;
    }

    .service-grid span {
        line-height: 1.55;
    }

    body.has-contact-dock {
        padding-bottom: 72px;
    }

    .contact-dock {
        bottom: 12px;
        width: calc(100vw - 24px);
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        padding: 16px 12px 12px;
    }

    .contact-dock-close {
        top: -19px;
        right: 8px;
    }

    .contact-dock div {
        grid-column: 1 / -1;
    }

    .contact-dock span {
        white-space: normal;
    }

    .contact-dock .btn {
        width: 100%;
        min-height: 38px;
        padding-inline: 10px;
    }
}

@media (max-width: 480px) {
    .site-head {
        padding: 14px 12px;
    }

    .site-head nav {
        gap: 6px;
        font-size: 12px;
    }

    .site-head nav a {
        min-height: 36px;
        padding-inline: 2px;
    }

    body.theme-daikin .site-head nav a {
        min-height: 34px;
    }

    .showroom,
    .detail {
        padding-left: 12px;
        padding-right: 12px;
    }

    .showroom > .hero {
        width: calc(100% + 24px);
        margin-left: -12px;
        margin-right: -12px;
    }

    .hero {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-backdrop {
        inset: 0 -1px;
    }

    .hero-backdrop img {
        width: calc(100% + 2px);
        max-width: none;
    }

    .hero-copy {
        padding-top: 24px;
    }

    .hero h1 {
        max-width: 340px;
    }

    body.theme-daikin .hero-backdrop img {
        object-position: 58% center;
    }

    .btn {
        width: 100%;
        min-height: 42px;
    }

    .proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .featured-rail,
    .partner-rail,
    .service-grid {
        gap: 10px;
    }

    .partner-link {
        min-height: 86px;
        gap: 10px;
        padding: 12px;
    }

    .partner-logo {
        width: 92px;
        height: 46px;
        flex-basis: 92px;
    }

    .map-canvas {
        height: clamp(320px, 92vw, 380px);
    }

    .map-toolbar,
    .panel-title {
        min-height: auto;
        padding: 12px;
    }

    .toolbar-tools {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .map-legend {
        padding: 12px;
        gap: 8px;
    }

    .detail {
        padding-top: 18px;
    }

    .case-info {
        padding: 18px;
    }

    .actions .btn {
        flex: 1 1 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}
