/* ───────────────────────────────────────────────────────────────────────────
   m16 · Material You Soft —— 柔软质感 / 桃粉乳色 / 大圆角 / 软阴影
   - Display: M PLUS Rounded 1c (友好圆润几何)
   - Body: Public Sans (清晰易读)
   - 调色: peachy soft / rose-clay accent / terracotta highlight
   - 圆角: 24-32px / 软分层阴影 / 圆形色斑底纹
   ─────────────────────────────────────────────────────────────────────────── */

:root {
    --m16-bg: #fdf7f5;
    --m16-bg-2: #f7eae5;
    --m16-bg-3: #fbeee9;
    --m16-card: #ffffff;
    --m16-ink: #1d1b1f;
    --m16-ink-2: #49454f;
    --m16-ink-3: #6b6573;
    --m16-line: #ecdcd5;
    --m16-line-soft: #f3e1da;
    --m16-rose: #9d4757;
    --m16-rose-2: #803848;
    --m16-rose-soft: #f4d7d8;
    --m16-terracotta: #bd6b54;
    --m16-terracotta-soft: #f5dccf;
    --m16-cream: #fff4ee;
    --m16-shadow-1: 0 1px 2px rgba(157, 71, 87, 0.04), 0 4px 12px rgba(45, 22, 27, 0.04);
    --m16-shadow-2: 0 2px 4px rgba(157, 71, 87, 0.05), 0 8px 24px rgba(45, 22, 27, 0.06);
    --m16-shadow-3: 0 4px 8px rgba(157, 71, 87, 0.07), 0 16px 40px rgba(45, 22, 27, 0.08);
    --m16-shadow-rose: 0 6px 16px rgba(157, 71, 87, 0.22);
    --m16-radius-sm: 14px;
    --m16-radius-md: 20px;
    --m16-radius-lg: 28px;
    --m16-radius-xl: 36px;
    --m16-display: 'M PLUS Rounded 1c', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    --m16-body: 'Public Sans', 'M PLUS Rounded 1c', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

/* ─── reset / base ─── */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

.m16-body {
    background: var(--m16-bg);
    color: var(--m16-ink);
    font-family: var(--m16-body);
    font-size: 15px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; transition: color 0.18s ease, opacity 0.18s ease; }
img { max-width: 100%; display: block; }

/* SEO hidden h1 */
.seo-h1 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ─── Soft blob background decoration ─── */
.m16-blob-bg {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.m16-blob {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
}
.m16-blob-1 {
    top: -160px;
    right: -120px;
    width: 480px;
    height: 480px;
    background: radial-gradient(closest-side, rgba(244, 215, 216, 0.95), rgba(244, 215, 216, 0));
}
.m16-blob-2 {
    top: 35%;
    left: -200px;
    width: 520px;
    height: 520px;
    background: radial-gradient(closest-side, rgba(245, 220, 207, 0.9), rgba(245, 220, 207, 0));
}
.m16-blob-3 {
    bottom: -180px;
    right: 12%;
    width: 560px;
    height: 560px;
    background: radial-gradient(closest-side, rgba(247, 234, 229, 1), rgba(247, 234, 229, 0));
}

/* ─── Layout shell ─── */
.m16-shell {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    position: relative;
    z-index: 1;
}
.m16-shell-narrow { max-width: 820px; }

/* ─── Header / Mast ─── */
.m16-mast {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(253, 247, 245, 0.86);
    backdrop-filter: saturate(160%) blur(14px);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    border-bottom: 1px solid var(--m16-line-soft);
}
.m16-mast-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 32px;
    padding: 18px 0;
}
.m16-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--m16-ink);
}
.m16-brand-logo-wrap {
    width: 56px;
    height: 56px;
    border-radius: var(--m16-radius-md);
    background: var(--m16-card);
    box-shadow: var(--m16-shadow-1);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}
.m16-brand-logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 12px;
}
.m16-brand-text { display: flex; flex-direction: column; min-width: 0; }
.m16-brand-name {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: var(--m16-ink);
    line-height: 1.15;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}
.m16-brand-tag {
    font-size: 12px;
    color: var(--m16-ink-3);
    margin-top: 2px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 320px;
}

.m16-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
}
.m16-nav a {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    color: var(--m16-ink-2);
    font-family: var(--m16-display);
    font-weight: 500;
    font-size: 14.5px;
    transition: all 0.18s ease;
}
.m16-nav a:hover {
    color: var(--m16-rose);
    background: var(--m16-bg-3);
}
.m16-nav a.is-active {
    background: var(--m16-rose);
    color: #fff;
    box-shadow: var(--m16-shadow-rose);
}

.m16-tel-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 10px 12px;
    background: var(--m16-card);
    border-radius: 999px;
    box-shadow: var(--m16-shadow-1);
    color: var(--m16-ink);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.m16-tel-pill:hover {
    transform: translateY(-1px);
    box-shadow: var(--m16-shadow-2);
}
.m16-tel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--m16-rose);
    color: #fff;
    flex-shrink: 0;
}
.m16-tel-meta { display: flex; flex-direction: column; line-height: 1.2; }
.m16-tel-meta small {
    font-size: 11px;
    color: var(--m16-ink-3);
    letter-spacing: 0.02em;
}
.m16-tel-meta strong {
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 16px;
    color: var(--m16-rose);
    margin-top: 1px;
}

/* ─── Breadcrumb ─── */
.m16-crumb {
    padding: 18px 0;
    font-size: 13px;
    color: var(--m16-ink-3);
}
.m16-crumb a { color: var(--m16-ink-2); }
.m16-crumb a:hover { color: var(--m16-rose); }
.m16-crumb .sep { margin: 0 8px; color: var(--m16-line); }

/* ─── Trust strip ─── */
.m16-trust {
    background: var(--m16-bg-3);
    border-bottom: 1px solid var(--m16-line-soft);
    padding: 12px 0;
}
.m16-trust-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    color: var(--m16-ink-2);
    justify-content: center;
}
.m16-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--m16-display);
    font-weight: 500;
}
.m16-trust-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--m16-rose);
    box-shadow: 0 0 0 3px var(--m16-rose-soft);
}
.m16-trust-sep {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--m16-line);
}

/* ─── Sections ─── */
.m16-section { padding: 64px 0; position: relative; z-index: 1; }
.m16-section-soft { background: var(--m16-bg-2); }
.m16-section-pills { padding: 56px 0; }
.m16-section-featured { padding: 72px 0; }
.m16-section-grid { padding: 64px 0; }
.m16-section-about { padding: 80px 0; background: var(--m16-bg-2); }
.m16-section-cta-strip { padding: 56px 0 80px; }
.m16-section-contact { padding: 64px 0 96px; }

.m16-section-h {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.m16-section-h-center {
    justify-content: center;
    text-align: center;
}
.m16-section-h h2 {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 34px;
    color: var(--m16-ink);
    margin: 0;
    letter-spacing: -0.015em;
    line-height: 1.15;
}
.m16-section-h h2 small {
    font-family: var(--m16-body);
    font-weight: 500;
    font-size: 13px;
    color: var(--m16-ink-3);
    margin-left: 12px;
    letter-spacing: 0;
}
.m16-section-tagline {
    margin: 14px 0 0;
    color: var(--m16-ink-2);
    font-size: 15px;
}

.m16-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    background: var(--m16-rose-soft);
    color: var(--m16-rose-2);
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.m16-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--m16-rose);
}
.m16-eyebrow-light {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}
.m16-eyebrow-light .m16-eyebrow-dot { background: #fff; }

.m16-h2 {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 36px;
    color: var(--m16-ink);
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.12;
}

.m16-more {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    background: var(--m16-card);
    color: var(--m16-rose);
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 600;
    font-size: 13px;
    box-shadow: var(--m16-shadow-1);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.m16-more:hover {
    transform: translateY(-1px);
    box-shadow: var(--m16-shadow-2);
    color: var(--m16-rose-2);
}

/* ─── Hero ─── */
.m16-hero {
    padding: 64px 0 72px;
    position: relative;
}
.m16-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}
.m16-hero-text {
    background: var(--m16-card);
    border-radius: var(--m16-radius-xl);
    padding: 44px 48px;
    box-shadow: var(--m16-shadow-2);
    position: relative;
}
.m16-hero-title {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 50px;
    line-height: 1.1;
    margin: 0 0 18px;
    letter-spacing: -0.025em;
    color: var(--m16-ink);
}
.m16-hero-title em {
    display: inline-block;
    margin-top: 10px;
    font-style: normal;
    font-size: 28px;
    font-weight: 500;
    color: var(--m16-rose);
    letter-spacing: -0.01em;
}
.m16-hero-lead {
    font-size: 16px;
    color: var(--m16-ink-2);
    margin: 0 0 28px;
    line-height: 1.65;
    max-width: 540px;
}
.m16-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 32px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid var(--m16-line-soft);
}
.m16-hero-stat {
    margin: 0;
    text-align: left;
}
.m16-hero-stat dt {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 26px;
    color: var(--m16-rose);
    margin: 0;
    letter-spacing: -0.02em;
    line-height: 1.1;
}
.m16-hero-stat dd {
    margin: 4px 0 0;
    font-size: 12.5px;
    color: var(--m16-ink-3);
    letter-spacing: 0.02em;
}
.m16-hero-img {
    position: relative;
    border-radius: var(--m16-radius-xl);
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: var(--m16-bg-2);
    box-shadow: var(--m16-shadow-3);
}
.m16-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.m16-hero-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 120px;
    color: var(--m16-rose-soft);
    background: var(--m16-cream);
}
.m16-hero-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px 12px 14px;
    background: var(--m16-card);
    border-radius: 999px;
    box-shadow: var(--m16-shadow-2);
}
.m16-hero-badge-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--m16-rose);
    color: #fff;
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 16px;
}
.m16-hero-badge-text {
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 12px;
    color: var(--m16-ink);
    line-height: 1.15;
}

/* ─── Buttons ─── */
.m16-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.m16-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    border: 0;
    white-space: nowrap;
}
.m16-btn-primary {
    background: var(--m16-rose);
    color: #fff;
    box-shadow: var(--m16-shadow-rose);
}
.m16-btn-primary:hover {
    background: var(--m16-rose-2);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(157, 71, 87, 0.32);
    color: #fff;
}
.m16-btn-soft {
    background: var(--m16-rose-soft);
    color: var(--m16-rose-2);
}
.m16-btn-soft:hover {
    background: var(--m16-terracotta-soft);
    color: var(--m16-rose-2);
    transform: translateY(-1px);
}
.m16-btn-light {
    background: #fff;
    color: var(--m16-rose);
}
.m16-btn-light:hover {
    background: var(--m16-cream);
    transform: translateY(-1px);
    color: var(--m16-rose-2);
}
.m16-btn-block { width: 100%; margin-top: 14px; }

/* ─── Category pills row ─── */
.m16-pills-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.m16-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: var(--m16-card);
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 600;
    font-size: 14.5px;
    color: var(--m16-ink);
    box-shadow: var(--m16-shadow-1);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.m16-pill:hover {
    background: var(--m16-rose);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: var(--m16-shadow-rose);
}
.m16-pill-all {
    background: var(--m16-rose);
    color: #fff;
    box-shadow: var(--m16-shadow-rose);
}
.m16-pill-all:hover {
    background: var(--m16-rose-2);
    color: #fff;
}
.m16-pill-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ─── Featured product cards (productToplist) ─── */
.m16-feat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.m16-feat-card {
    display: flex;
    flex-direction: column;
    background: var(--m16-card);
    border-radius: var(--m16-radius-lg);
    overflow: hidden;
    box-shadow: var(--m16-shadow-1);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.m16-feat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--m16-shadow-3);
}
.m16-feat-img {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    background: var(--m16-bg-3);
    overflow: hidden;
}
.m16-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.m16-feat-card:hover .m16-feat-img img { transform: scale(1.04); }
.m16-feat-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 11px;
    color: var(--m16-rose);
    letter-spacing: 0.04em;
    backdrop-filter: blur(6px);
}
.m16-feat-badge-hot {
    background: var(--m16-rose);
    color: #fff;
}
.m16-feat-body {
    padding: 22px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.m16-feat-title {
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 17px;
    color: var(--m16-ink);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
}
.m16-feat-title:hover { color: var(--m16-rose); }
.m16-feat-attrs {
    margin: 0;
    padding: 14px;
    background: var(--m16-bg-3);
    border-radius: var(--m16-radius-sm);
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12.5px;
}
.m16-feat-attrs > div {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1.3;
}
.m16-feat-attrs dt {
    flex-shrink: 0;
    width: 50px;
    color: var(--m16-ink-3);
    font-weight: 500;
}
.m16-feat-attrs dd {
    margin: 0;
    color: var(--m16-ink);
    font-weight: 600;
    font-family: var(--m16-display);
}
.m16-feat-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 4px;
}
.m16-feat-price {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 22px;
    color: var(--m16-rose);
    line-height: 1;
    letter-spacing: -0.01em;
}
.m16-feat-price i {
    font-style: normal;
    font-size: 14px;
    margin-right: 2px;
    font-weight: 600;
}
.m16-feat-price small {
    font-family: var(--m16-body);
    font-size: 12px;
    font-weight: 500;
    color: var(--m16-ink-3);
    margin-left: 4px;
}
.m16-feat-cta {
    padding: 8px 14px;
    background: var(--m16-rose-soft);
    color: var(--m16-rose-2);
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 12.5px;
    transition: background 0.18s ease, color 0.18s ease;
}
.m16-feat-cta:hover {
    background: var(--m16-rose);
    color: #fff;
}

/* ─── Dense / standard product card grid ─── */
.m16-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.m16-grid-3 { grid-template-columns: repeat(3, 1fr); }
.m16-grid-dense { grid-template-columns: repeat(4, 1fr); gap: 18px; }

.m16-card {
    display: flex;
    flex-direction: column;
    background: var(--m16-card);
    border-radius: var(--m16-radius-md);
    overflow: hidden;
    box-shadow: var(--m16-shadow-1);
    color: var(--m16-ink);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.m16-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--m16-shadow-2);
}
.m16-card-img {
    position: relative;
    aspect-ratio: 1 / 1;
    background: var(--m16-bg-3);
    overflow: hidden;
}
.m16-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.m16-card:hover .m16-card-img img { transform: scale(1.05); }
.m16-card-pill {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 4px 10px;
    background: var(--m16-rose);
    color: #fff;
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 10.5px;
    letter-spacing: 0.04em;
}
.m16-card-body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.m16-card-title {
    font-family: var(--m16-display);
    font-weight: 600;
    font-size: 14.5px;
    color: var(--m16-ink);
    line-height: 1.45;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.9em;
}
.m16-card-sub {
    font-size: 12px;
    color: var(--m16-ink-3);
    margin: -4px 0 0;
}
.m16-card-meta {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-top: 2px;
}
.m16-card-price {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 18px;
    color: var(--m16-rose);
    line-height: 1;
    letter-spacing: -0.01em;
}
.m16-card-price i {
    font-style: normal;
    font-size: 12px;
    margin-right: 1px;
    font-weight: 600;
}
.m16-card-unit {
    font-size: 11.5px;
    color: var(--m16-ink-3);
}

/* ─── About section ─── */
.m16-about-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
    align-items: center;
}
.m16-about-text {
    background: var(--m16-card);
    border-radius: var(--m16-radius-xl);
    padding: 44px 48px;
    box-shadow: var(--m16-shadow-2);
}
.m16-about-lead {
    font-size: 15.5px;
    color: var(--m16-ink-2);
    line-height: 1.75;
    margin: 0 0 26px;
}
.m16-about-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.m16-fact-card {
    background: var(--m16-card);
    border-radius: var(--m16-radius-lg);
    padding: 24px 22px;
    box-shadow: var(--m16-shadow-1);
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: transform 0.22s ease;
}
.m16-fact-card:hover { transform: translateY(-3px); }
.m16-fact-card-soft {
    background: var(--m16-rose-soft);
}
.m16-fact-num {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 30px;
    color: var(--m16-rose);
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.m16-fact-num-sm { font-size: 22px; }
.m16-fact-card-soft .m16-fact-num { color: var(--m16-rose-2); }
.m16-fact-label {
    font-size: 12.5px;
    color: var(--m16-ink-3);
    font-family: var(--m16-display);
    font-weight: 500;
    letter-spacing: 0.02em;
}
.m16-fact-card-soft .m16-fact-label { color: var(--m16-rose-2); }

/* ─── Inquiry CTA strip ─── */
.m16-cta-strip {
    background: linear-gradient(135deg, var(--m16-rose) 0%, var(--m16-terracotta) 100%);
    border-radius: var(--m16-radius-xl);
    padding: 44px 48px;
    color: #fff;
    box-shadow: 0 12px 32px rgba(157, 71, 87, 0.28);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    align-items: center;
    gap: 32px;
    position: relative;
    overflow: hidden;
}
.m16-cta-strip::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    filter: blur(20px);
}
.m16-cta-strip-text { position: relative; z-index: 1; }
.m16-cta-strip-text h3 {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 10px;
    letter-spacing: -0.015em;
}
.m16-cta-strip-text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14.5px;
}
.m16-cta-strip-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
    position: relative;
    z-index: 1;
}
.m16-cta-strip-tel {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    line-height: 1.15;
}
.m16-cta-strip-tel small {
    font-size: 12px;
    opacity: 0.75;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.m16-cta-strip-tel strong {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.01em;
    margin-top: 4px;
}

/* ─── Sidebar layout (supply) ─── */
.m16-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    align-items: flex-start;
}
.m16-side {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: sticky;
    top: 96px;
}
.m16-side-card {
    background: var(--m16-card);
    border-radius: var(--m16-radius-lg);
    padding: 22px 22px 24px;
    box-shadow: var(--m16-shadow-1);
}
.m16-side-card h3 {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 16px;
    color: var(--m16-ink);
    margin: 0 0 14px;
    letter-spacing: -0.01em;
}
.m16-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.m16-side-list a {
    display: block;
    padding: 10px 14px;
    border-radius: var(--m16-radius-sm);
    color: var(--m16-ink-2);
    font-size: 14px;
    transition: background 0.18s ease, color 0.18s ease;
}
.m16-side-list a:hover {
    background: var(--m16-bg-3);
    color: var(--m16-rose);
}
.m16-side-list a.is-active {
    background: var(--m16-rose-soft);
    color: var(--m16-rose-2);
    font-weight: 600;
}
.m16-side-card-tel {
    background: var(--m16-rose-soft);
}
.m16-side-card-tel h3 { color: var(--m16-rose-2); }
.m16-side-hint {
    font-size: 12.5px;
    color: var(--m16-rose-2);
    margin: 0 0 8px;
    opacity: 0.85;
}
.m16-side-tel {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 22px;
    color: var(--m16-rose-2);
    margin: 0;
    letter-spacing: -0.01em;
}
.m16-side-tel-2 {
    font-size: 12.5px;
    color: var(--m16-rose-2);
    margin: 6px 0 0;
    opacity: 0.78;
}
.m16-side-top {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.m16-side-top li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13.5px;
    line-height: 1.4;
}
.m16-side-top a {
    color: var(--m16-ink-2);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m16-side-top a:hover { color: var(--m16-rose); }
.m16-side-num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--m16-bg-3);
    color: var(--m16-rose);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 12px;
}
.m16-side-top li:nth-child(1) .m16-side-num { background: var(--m16-rose); color: #fff; }
.m16-side-top li:nth-child(2) .m16-side-num { background: var(--m16-terracotta); color: #fff; }
.m16-side-top li:nth-child(3) .m16-side-num { background: var(--m16-rose-soft); color: var(--m16-rose-2); }

.m16-main { min-width: 0; }

/* ─── Pager ─── */
.m16-pager {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}
.m16-pager nav, .m16-pager ul {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 8px;
    background: var(--m16-card);
    border-radius: 999px;
    box-shadow: var(--m16-shadow-1);
}
.m16-pager a, .m16-pager span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--m16-ink-2);
    font-family: var(--m16-display);
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease;
}
.m16-pager a:hover { background: var(--m16-rose-soft); color: var(--m16-rose-2); }
.m16-pager .current, .m16-pager .active span, .m16-pager .active a {
    background: var(--m16-rose);
    color: #fff;
}
.m16-pager .disabled span { opacity: 0.4; }

/* ─── Empty state ─── */
.m16-empty {
    padding: 80px 40px;
    text-align: center;
    color: var(--m16-ink-3);
    background: var(--m16-card);
    border-radius: var(--m16-radius-lg);
    box-shadow: var(--m16-shadow-1);
}
.m16-empty p { font-size: 15px; margin: 0; }
.m16-empty-note {
    color: var(--m16-ink-3);
    font-size: 14px;
    text-align: center;
    padding: 40px 0;
}

/* ─── Product detail ─── */
.m16-prod-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: flex-start;
}
.m16-prod-img {
    position: relative;
    border-radius: var(--m16-radius-xl);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--m16-bg-3);
    box-shadow: var(--m16-shadow-2);
}
.m16-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
.m16-prod-img-blob {
    position: absolute;
    bottom: -60px;
    right: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--m16-rose-soft);
    opacity: 0.6;
    z-index: 0;
}
.m16-prod-info {
    padding: 12px 0;
}
.m16-prod-title {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 32px;
    line-height: 1.2;
    color: var(--m16-ink);
    margin: 0 0 22px;
    letter-spacing: -0.02em;
}
.m16-prod-price-box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: var(--m16-rose-soft);
    border-radius: var(--m16-radius-lg);
    padding: 22px 26px;
    margin-bottom: 24px;
}
.m16-prod-price-label {
    font-size: 12.5px;
    color: var(--m16-rose-2);
    font-family: var(--m16-display);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.m16-prod-price {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 38px;
    color: var(--m16-rose-2);
    line-height: 1.1;
    letter-spacing: -0.02em;
}
.m16-prod-price i {
    font-style: normal;
    font-size: 22px;
    margin-right: 4px;
    font-weight: 600;
    vertical-align: 2px;
}
.m16-prod-price small {
    font-family: var(--m16-body);
    font-weight: 500;
    font-size: 14px;
    color: var(--m16-rose-2);
    opacity: 0.7;
    margin-left: 8px;
    vertical-align: 4px;
}
.m16-prod-attrs {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px 16px;
    margin: 0 0 28px;
    padding: 0;
    background: var(--m16-card);
    border-radius: var(--m16-radius-md);
    padding: 22px 24px;
    box-shadow: var(--m16-shadow-1);
    align-items: baseline;
}
.m16-prod-attrs dt {
    color: var(--m16-ink-3);
    font-size: 13px;
    font-weight: 500;
}
.m16-prod-attrs dd {
    margin: 0;
    color: var(--m16-ink);
    font-size: 14px;
    font-family: var(--m16-display);
    font-weight: 600;
}
.m16-prod-attrs dd a { color: var(--m16-rose); }
.m16-prod-attrs dd a:hover { color: var(--m16-rose-2); }

/* ─── Prose / article body ─── */
.m16-prose {
    background: var(--m16-card);
    border-radius: var(--m16-radius-lg);
    padding: 36px 44px;
    box-shadow: var(--m16-shadow-1);
    color: var(--m16-ink);
    font-size: 15.5px;
    line-height: 1.85;
}
.m16-prose img {
    max-width: 100%;
    height: auto;
    border-radius: var(--m16-radius-md);
    margin: 18px 0;
}
.m16-prose p { margin: 0 0 16px; }
.m16-prose h1, .m16-prose h2, .m16-prose h3, .m16-prose h4 {
    font-family: var(--m16-display);
    font-weight: 800;
    color: var(--m16-ink);
    letter-spacing: -0.015em;
    margin: 28px 0 14px;
}
.m16-prose h1 { font-size: 28px; }
.m16-prose h2 { font-size: 22px; }
.m16-prose h3 { font-size: 18px; }
.m16-prose ul, .m16-prose ol { padding-left: 1.4em; margin: 0 0 18px; }
.m16-prose li { margin: 0 0 8px; }
.m16-prose a { color: var(--m16-rose); border-bottom: 1px solid var(--m16-rose-soft); }
.m16-prose a:hover { border-bottom-color: var(--m16-rose); }
.m16-prose-info { padding: 44px 56px; }

/* ─── News list / detail ─── */
.m16-news-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.m16-news-card {
    background: var(--m16-card);
    border-radius: var(--m16-radius-lg);
    padding: 28px 30px;
    box-shadow: var(--m16-shadow-1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.m16-news-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--m16-shadow-2);
}
.m16-news-date {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 4px 12px;
    background: var(--m16-rose-soft);
    color: var(--m16-rose-2);
    border-radius: 999px;
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.m16-news-title {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 19px;
    color: var(--m16-ink);
    line-height: 1.4;
    margin: 4px 0 0;
    letter-spacing: -0.01em;
}
.m16-news-card:hover .m16-news-title { color: var(--m16-rose); }
.m16-news-summary {
    margin: 0;
    color: var(--m16-ink-2);
    font-size: 14px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.m16-news-more {
    color: var(--m16-rose);
    font-family: var(--m16-display);
    font-weight: 700;
    font-size: 13px;
    margin-top: 6px;
}
.m16-news-detail-h {
    text-align: center;
    margin-bottom: 36px;
}
.m16-news-detail-title {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 36px;
    line-height: 1.25;
    color: var(--m16-ink);
    margin: 14px 0 16px;
    letter-spacing: -0.02em;
}
.m16-news-detail-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
    color: var(--m16-ink-3);
}
.m16-meta-sep { color: var(--m16-line); }
.m16-news-detail-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--m16-line-soft);
}
.m16-prose-news { padding: 40px 48px; }

/* ─── Information page facts ─── */
.m16-info-facts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 40px;
}

/* ─── Gallery ─── */
.m16-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.m16-gallery-item {
    margin: 0;
    border-radius: var(--m16-radius-lg);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: var(--m16-bg-3);
    box-shadow: var(--m16-shadow-1);
    transition: transform 0.22s ease;
}
.m16-gallery-item:hover { transform: translateY(-3px); }
.m16-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ─── Contact ─── */
.m16-contact-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 36px;
    align-items: flex-start;
}
.m16-contact-info, .m16-contact-side > div {
    background: var(--m16-card);
    border-radius: var(--m16-radius-xl);
    padding: 36px 40px;
    box-shadow: var(--m16-shadow-2);
}
.m16-contact-h3 {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 20px;
    color: var(--m16-ink);
    margin: 0 0 22px;
    letter-spacing: -0.015em;
}
.m16-contact-dl {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px 18px;
    margin: 0 0 28px;
    align-items: baseline;
}
.m16-contact-dl dt {
    color: var(--m16-ink-3);
    font-size: 13px;
    font-weight: 500;
}
.m16-contact-dl dd {
    margin: 0;
    color: var(--m16-ink);
    font-size: 15px;
    font-family: var(--m16-display);
    font-weight: 600;
    line-height: 1.4;
}
.m16-contact-tel {
    color: var(--m16-rose);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.01em;
}
.m16-contact-tel:hover { color: var(--m16-rose-2); }
.m16-contact-side {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.m16-contact-qr {
    text-align: center;
}
.m16-contact-qr img {
    margin: 0 auto;
    max-width: 200px;
    border-radius: var(--m16-radius-md);
    background: var(--m16-bg-3);
}
.m16-contact-hint {
    margin: 14px 0 0;
    font-size: 12.5px;
    color: var(--m16-ink-3);
}
.m16-contact-qr-empty {
    padding: 70px 0;
    color: var(--m16-ink-3);
    font-size: 13px;
    background: var(--m16-bg-3);
    border-radius: var(--m16-radius-md);
}
.m16-contact-tile {
    background: var(--m16-rose-soft) !important;
}
.m16-contact-addr {
    margin: 12px 0 0;
    color: var(--m16-rose-2);
    font-size: 14.5px;
    line-height: 1.7;
    font-family: var(--m16-display);
    font-weight: 500;
}

/* ─── Sitemap ─── */
.m16-sitemap-card {
    background: var(--m16-card);
    border-radius: var(--m16-radius-lg);
    padding: 28px 32px;
    box-shadow: var(--m16-shadow-1);
    margin-bottom: 22px;
}
.m16-sitemap-card h3 {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 18px;
    color: var(--m16-ink);
    margin: 0 0 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--m16-line-soft);
    letter-spacing: -0.01em;
    display: flex;
    align-items: center;
    gap: 10px;
}
.m16-sitemap-count {
    display: inline-flex;
    align-items: center;
    padding: 2px 10px;
    background: var(--m16-rose-soft);
    color: var(--m16-rose-2);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}
.m16-sitemap-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px 16px;
}
.m16-sitemap-grid-2 { grid-template-columns: repeat(2, 1fr); }
.m16-sitemap-grid-3 { grid-template-columns: repeat(3, 1fr); }
.m16-sitemap-grid li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m16-sitemap-grid a {
    color: var(--m16-ink-2);
    font-size: 13.5px;
    padding: 6px 0;
    display: inline-block;
}
.m16-sitemap-grid a:hover { color: var(--m16-rose); }

/* ─── Footer ─── */
.m16-footer {
    background: var(--m16-bg-2);
    border-top: 1px solid var(--m16-line-soft);
    padding: 56px 0 28px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}
.m16-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 36px;
}
.m16-footer-brand .m16-brand-name {
    color: var(--m16-ink);
    font-size: 22px;
}
.m16-footer-lead {
    margin: 12px 0 14px;
    color: var(--m16-ink-2);
    font-size: 14px;
    line-height: 1.7;
}
.m16-footer-addr {
    margin: 0;
    color: var(--m16-ink-3);
    font-size: 13px;
    line-height: 1.65;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.m16-footer-pin {
    flex-shrink: 0;
    margin-top: 3px;
    color: var(--m16-rose);
}
.m16-footer-col h4 {
    font-family: var(--m16-display);
    font-weight: 800;
    font-size: 14px;
    color: var(--m16-ink);
    margin: 0 0 16px;
    letter-spacing: -0.01em;
}
.m16-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.m16-footer-col a, .m16-footer-col li {
    color: var(--m16-ink-2);
    font-size: 13.5px;
}
.m16-footer-col a:hover { color: var(--m16-rose); }
.m16-footer-bar {
    padding-top: 22px;
    border-top: 1px solid var(--m16-line-soft);
    color: var(--m16-ink-3);
    font-size: 12.5px;
    text-align: center;
}
.m16-footer-bar p { margin: 0; }

/* ─── Responsive ─── */
@media (max-width: 1024px) {
    .m16-shell { padding: 0 22px; }
    .m16-mast-row { grid-template-columns: auto auto; row-gap: 14px; }
    .m16-nav { grid-column: 1 / -1; order: 3; justify-content: flex-start; flex-wrap: wrap; }
    .m16-tel-pill { padding: 8px 14px 8px 8px; }
    .m16-hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .m16-hero-text { padding: 36px 32px; }
    .m16-hero-title { font-size: 38px; }
    .m16-hero-img { aspect-ratio: 16 / 10; max-height: 420px; }
    .m16-feat-grid { grid-template-columns: repeat(2, 1fr); }
    .m16-grid { grid-template-columns: repeat(3, 1fr); }
    .m16-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .m16-grid-dense { grid-template-columns: repeat(3, 1fr); }
    .m16-about-grid { grid-template-columns: 1fr; gap: 28px; }
    .m16-about-text { padding: 32px 28px; }
    .m16-cta-strip { grid-template-columns: 1fr; padding: 32px 28px; gap: 22px; }
    .m16-cta-strip-side { align-items: flex-start; }
    .m16-cta-strip-tel { align-items: flex-start; }
    .m16-layout { grid-template-columns: 1fr; }
    .m16-side { position: static; }
    .m16-prod-grid { grid-template-columns: 1fr; gap: 28px; }
    .m16-news-grid { grid-template-columns: 1fr; }
    .m16-contact-grid { grid-template-columns: 1fr; }
    .m16-info-facts { grid-template-columns: repeat(2, 1fr); }
    .m16-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 28px; }
    .m16-gallery { grid-template-columns: repeat(2, 1fr); }
    .m16-section-h h2, .m16-h2 { font-size: 28px; }
    .m16-prose, .m16-prose-info, .m16-prose-news { padding: 28px; }
}

@media (max-width: 768px) {
    .m16-shell { padding: 0 16px; }
    .m16-section { padding: 48px 0; }
    .m16-section-about, .m16-section-featured { padding: 56px 0; }
    .m16-trust-row { gap: 8px; font-size: 12px; }
    .m16-trust-sep { display: none; }
    .m16-hero { padding: 40px 0 48px; }
    .m16-hero-text { padding: 28px 22px; border-radius: var(--m16-radius-lg); }
    .m16-hero-title { font-size: 30px; }
    .m16-hero-title em { font-size: 20px; }
    .m16-hero-stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .m16-hero-stat dt { font-size: 22px; }
    .m16-feat-grid, .m16-grid, .m16-grid-3, .m16-grid-dense { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .m16-feat-body { padding: 18px 18px 20px; }
    .m16-feat-foot { flex-direction: column; align-items: flex-start; gap: 8px; }
    .m16-card-body { padding: 14px; }
    .m16-section-h { margin-bottom: 24px; flex-direction: column; align-items: flex-start; }
    .m16-section-h-center { align-items: center; }
    .m16-section-h h2, .m16-h2 { font-size: 24px; }
    .m16-prod-title { font-size: 24px; }
    .m16-prod-price { font-size: 30px; }
    .m16-prod-attrs { grid-template-columns: 80px 1fr; padding: 18px 20px; }
    .m16-cta-strip-text h3 { font-size: 20px; }
    .m16-cta-strip-tel strong { font-size: 24px; }
    .m16-news-card { padding: 22px 22px; }
    .m16-news-detail-title { font-size: 26px; }
    .m16-info-facts { grid-template-columns: repeat(2, 1fr); }
    .m16-about-side { grid-template-columns: 1fr; }
    .m16-footer { padding: 44px 0 24px; }
    .m16-footer-grid { grid-template-columns: 1fr; gap: 22px; margin-bottom: 24px; }
    .m16-gallery { grid-template-columns: 1fr; }
    .m16-contact-info, .m16-contact-side > div { padding: 26px 22px; }
    .m16-contact-dl { grid-template-columns: 86px 1fr; }
    .m16-prose, .m16-prose-info, .m16-prose-news { padding: 22px 18px; border-radius: var(--m16-radius-md); }
    .m16-sitemap-grid-3 { grid-template-columns: repeat(2, 1fr); }
    .m16-sitemap-grid-2 { grid-template-columns: 1fr; }
    .m16-blob { filter: blur(40px); }
    .m16-blob-1 { width: 280px; height: 280px; }
    .m16-blob-2 { width: 320px; height: 320px; }
    .m16-blob-3 { width: 320px; height: 320px; }
}
