@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope-latin.woff2') format('woff2');
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
}

:root {
    --tw-color-neutral-bg: 8 18 45;
    --tw-color-deep-grey: 236 242 255;
    --bg-color: #08122d;
    --bg-elevated: rgba(12, 22, 54, 0.76);
    --surface-color: rgba(15, 25, 60, 0.88);
    --surface-strong: rgba(24, 37, 83, 0.95);
    --surface-dark: #060d22;
    --surface-dark-soft: #101b41;
    --text-primary: #ecf2ff;
    --text-secondary: #b7c4eb;
    --text-tertiary: #90a2db;
    --line-color: rgba(154, 175, 255, 0.14);
    --line-color-strong: rgba(172, 191, 255, 0.22);
    --shadow-soft: 0 28px 80px rgba(2, 6, 18, 0.42);
    --shadow-card: 0 24px 60px rgba(3, 8, 24, 0.34);
    --shadow-dark: 0 36px 90px rgba(1, 4, 15, 0.58);
    --accent-gold: #f4c774;
    --accent-sky: #8db6ff;
    --accent-rose: #ffc2de;
    --radius-xl: 2rem;
    --radius-lg: 1.5rem;
    --radius-md: 1.125rem;
    --transition-smooth: 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

body[data-page="category"] {
    --tw-color-neutral-bg: 7 16 40;
    --tw-color-deep-grey: 240 245 255;
    --bg-color: #071028;
    --text-primary: #f0f5ff;
}

html {
    scroll-behavior: smooth;
}

body,
button,
a {
    -webkit-tap-highlight-color: transparent;
}

body {
    background:
        radial-gradient(circle at 16% 14%, rgba(122, 155, 255, 0.26), transparent 18%),
        radial-gradient(circle at 84% 12%, rgba(108, 224, 255, 0.18), transparent 20%),
        radial-gradient(circle at 50% -6%, rgba(244, 199, 116, 0.14), transparent 24%),
        radial-gradient(circle at 20% 32%, rgba(255, 255, 255, 0.42) 0 1px, transparent 1.8px),
        radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.3) 0 1.2px, transparent 1.9px),
        radial-gradient(circle at 62% 70%, rgba(255, 255, 255, 0.24) 0 1px, transparent 1.7px),
        linear-gradient(180deg, #09112b 0%, var(--bg-color) 52%, #0b173a 100%);
    color: var(--text-primary);
    font-family: 'Manrope', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
    min-height: 100vh;
    color-scheme: dark;
    background-attachment: fixed;
}

body.sidebar-open {
    overflow: hidden;
}

img {
    max-width: 100%;
}

a,
button {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

button {
    border: none;
}

.home-main {
    position: relative;
}

.site-frame {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
}

.section-shell {
    max-width: 84rem;
    margin: 0 auto;
}

.site-header {
    background: rgba(8, 14, 35, 0.76);
    border-bottom-color: transparent;
}

#services,
#pricing,
#featured,
#overview,
#contact {
    scroll-margin-top: 7.25rem;
}

body.header-scrolled .site-header,
body.header-scrolled header {
    background: rgba(7, 13, 33, 0.92);
    border-bottom-color: var(--line-color);
    box-shadow: 0 16px 42px rgba(2, 6, 18, 0.42);
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: inherit;
}

.logo-link:hover {
    opacity: 1;
}

.logo-img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    object-position: 24% center;
    display: block;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 34px rgba(59, 88, 194, 0.28);
    background: linear-gradient(135deg, rgba(130, 162, 255, 0.18), rgba(244, 199, 116, 0.18));
}

.brand-text {
    font-family: 'Songti SC', 'STSong', 'Source Han Serif SC', 'Noto Serif SC', serif;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #f3f7ff;
    text-shadow: 0 6px 22px rgba(94, 127, 242, 0.22);
}

.desktop-glass-nav {
    position: relative;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.35rem;
    min-width: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 30px rgba(18, 18, 18, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.desktop-glass-nav--home {
    flex: 0 1 940px;
    width: min(100%, 940px);
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.4rem 0.6rem;
}

.desktop-glass-nav--home .nav-link {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 1.35rem;
}

.desktop-glass-nav--category {
    justify-content: space-between;
    gap: 0.18rem;
    padding: 0.4rem 0.5rem;
}

.desktop-glass-nav--category .nav-link {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 0.78rem;
    font-size: 0.63rem;
    letter-spacing: 0.1em;
}

.desktop-glass-nav::-webkit-scrollbar {
    display: none;
}

.nav-indicator {
    position: absolute;
    top: 5px;
    left: 0;
    height: calc(100% - 10px);
    width: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 20px rgba(18, 18, 18, 0.05);
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), width 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}

.desktop-glass-nav.has-indicator .nav-indicator {
    opacity: 1;
}

.nav-link {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1.15rem;
    border-radius: 999px;
    color: rgba(23, 23, 23, 0.52);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    flex: 0 0 auto;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
    color: rgba(23, 23, 23, 0.92);
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 20px rgba(18, 18, 18, 0.05);
}

.nav-link.is-pending,
.mobile-nav-link.is-pending {
    color: rgba(15, 118, 110, 0.96);
}

.nav-link:focus-visible {
    outline: none;
}

.nav-dropdown {
    position: relative;
    z-index: 2;
}

.nav-link--dropdown::after {
    content: "▾";
    margin-left: 8px;
    font-size: 0.72em;
    opacity: 0.72;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
    display: grid;
    gap: 6px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-dropdown-item {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    color: rgba(28, 25, 35, 0.82);
    font-size: 0.82rem;
    font-weight: 700;
}

.nav-dropdown-item:hover,
.nav-dropdown-item.active {
    background: #f8f5ef;
    color: rgba(28, 25, 35, 1);
}

.notification-btn {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 24px rgba(18, 18, 18, 0.04);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    cursor: pointer;
}

.notification-btn:hover {
    background: rgba(255, 255, 255, 0.72);
}

.notification-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e35b43;
    border: 2px solid #f7f4ee;
}

.burger-btn {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 4px 0;
    cursor: pointer;
    z-index: 80;
}

.burger-line {
    width: 100%;
    height: 1px;
    background: var(--text-primary);
    transition: all 0.3s ease;
}

body.sidebar-open .burger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

body.sidebar-open .burger-line:nth-child(2) {
    opacity: 0;
}

body.sidebar-open .burger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.sidebar-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(17, 17, 17, 0.24);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity 0.35s ease;
    will-change: opacity;
}

.mobile-sidebar {
    position: fixed;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 70;
    width: min(224px, calc(100vw - 112px));
    padding: 76px 14px 18px;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    background: rgba(248, 244, 237, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 30px;
    box-shadow: -20px 0 40px rgba(18, 18, 18, 0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transform: translate3d(calc(100% + 20px), 0, 0);
    transition: transform var(--transition-smooth);
    overflow-y: auto;
    overscroll-behavior: contain;
    will-change: transform;
    contain: layout paint style;
    backface-visibility: hidden;
}

.mobile-sidebar::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 50%;
    width: 46px;
    height: 4px;
    border-radius: 999px;
    background: rgba(23, 23, 23, 0.12);
    transform: translateX(-50%);
}

body.sidebar-open .sidebar-overlay {
    opacity: 1;
    pointer-events: auto;
}

body.sidebar-open .mobile-sidebar {
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .burger-btn,
    .sidebar-overlay,
    .mobile-sidebar {
        display: none !important;
    }
}

.mobile-nav-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.mobile-nav-group + .mobile-nav-group {
    padding-top: 0.95rem;
    border-top: 1px solid rgba(23, 23, 23, 0.08);
}

.mobile-nav-group-title {
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-tertiary);
    margin: 0 0 0.2rem 0.2rem;
}

.mobile-nav-link {
    display: block;
    text-decoration: none;
    color: rgba(23, 23, 23, 0.64);
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0.72rem 0.9rem;
    line-height: 1.3;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid transparent;
    transition: color 0.28s ease, background 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

.mobile-nav-link.active,
.mobile-nav-link:hover {
    color: rgba(23, 23, 23, 0.94);
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.9);
    transform: translateX(-2px);
}

.hero-section {
    position: relative;
    padding: 8.4rem 0 3.5rem;
}

.hero-section__glow {
    position: absolute;
    inset: 4rem 0 auto;
    margin: 0 auto;
    width: min(1100px, 90vw);
    height: 420px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(226, 214, 198, 0.58) 0%, rgba(244, 241, 235, 0) 72%);
    filter: blur(20px);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.98fr);
    align-items: center;
    gap: 3.6rem;
}

.hero-copy {
    max-width: 34rem;
}

.hero-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
    color: var(--text-tertiary);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.hero-title,
.section-title,
.footer-title {
    font-family: 'Songti SC', 'STSong', 'Source Han Serif SC', 'Noto Serif SC', serif;
    letter-spacing: -0.03em;
    line-height: 1.04;
}

.hero-title {
    font-size: clamp(3.45rem, 8vw, 6.15rem);
    font-weight: 700;
}

.hero-title span {
    color: rgba(23, 23, 23, 0.62);
}

.hero-subtitle,
.section-description,
.footer-description {
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    line-height: 1.9;
    color: var(--text-secondary);
}

.hero-subtitle {
    max-width: 34rem;
    margin-top: 1.6rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2.4rem;
}

.hero-btn,
.footer-btn,
.inline-link,
.overview-link,
.ghost-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
    cursor: pointer;
}

.hero-btn {
    min-height: 52px;
    padding: 0 1.45rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero-btn--primary {
    background: #18181a;
    color: #f8f5f1;
    box-shadow: 0 18px 36px rgba(18, 18, 18, 0.12);
}

.hero-btn--primary:hover {
    transform: translateY(-1px);
    background: #101010;
}

.hero-btn--secondary {
    color: var(--text-primary);
    border: 1px solid rgba(23, 23, 23, 0.12);
    background: rgba(255, 255, 255, 0.48);
}

.hero-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.72);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 2.6rem;
}

.hero-metric {
    padding: 1rem 1.1rem;
    border-radius: 1.35rem;
    background: rgba(255, 255, 255, 0.44);
    border: 1px solid rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.hero-metric dt {
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-metric dd {
    margin-top: 0.25rem;
    font-size: 0.82rem;
    color: var(--text-secondary);
}

.hero-stage {
    position: relative;
}

.hero-stage-frame {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(220px, 0.72fr);
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border-radius: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(245, 240, 233, 0.76));
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-soft);
}

.hero-stage-frame > * {
    min-width: 0;
}

.hero-card-stack {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    height: 100%;
    min-width: 0;
    min-height: 0;
    align-self: stretch;
}

.hero-card,
.feature-shot {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    border-radius: 1.55rem;
    background: #ddd4c8;
    cursor: pointer;
    isolation: isolate;
}

.hero-card::after,
.feature-shot::after,
.overview-thumb::after,
.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 20%, rgba(17, 17, 17, 0.24) 100%);
    opacity: 0.84;
    pointer-events: none;
}

.hero-card img,
.feature-shot img,
.overview-thumb img,
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-card:hover img,
.feature-shot:hover img,
.overview-card:hover .overview-thumb img,
.gallery-item:hover img {
    transform: scale(1.035);
}

.hero-card--primary {
    min-height: 37rem;
}

.hero-card--primary img {
    object-position: center 12%;
}

.hero-card--secondary {
    min-height: 18rem;
}

.hero-card-caption,
.feature-shot-label {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1.15rem;
    z-index: 2;
    color: #fbf8f3;
}

.hero-card-caption span,
.feature-shot-label span,
.feature-kicker,
.overview-topline,
.proof-step,
.value-index,
.footer-qr-label,
.footer-note span {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-card-caption span {
    margin-bottom: 0.45rem;
    color: rgba(251, 248, 243, 0.72);
}

.hero-card-caption strong {
    display: block;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.55;
}

.hero-strip {
    margin-top: 2.6rem;
    padding: 1rem 1.35rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.64);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.hero-strip span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-secondary);
    text-align: center;
}

.intro-section,
.feature-section,
.overview-section,
.proof-section {
    padding-top: 2.4rem;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(120px, 180px) minmax(0, 1fr) minmax(280px, 360px);
    gap: 1.4rem;
    align-items: start;
    margin-bottom: 2rem;
}

.section-title {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 700;
}

.section-description {
    margin-top: 0.3rem;
}

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

.value-card {
    min-height: 16rem;
    padding: 1.6rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-card);
}

.value-index {
    color: var(--text-tertiary);
}

.value-card h3,
.proof-item h3,
.feature-copy h3,
.overview-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.value-card h3 {
    margin-top: 1.8rem;
}

.value-card p,
.proof-item p,
.feature-summary,
.overview-body p,
.footer-note p {
    margin-top: 0.95rem;
    font-size: 0.98rem;
    line-height: 1.85;
    color: var(--text-secondary);
}

.featured-gallery {
    display: grid;
    gap: 1.2rem;
}

.feature-block {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: 1.4rem;
    align-items: center;
    padding: 1.45rem;
    border-radius: var(--radius-xl);
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: var(--shadow-card);
}

.feature-block--reverse {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
}

.feature-block--reverse .feature-copy {
    order: 2;
}

.feature-block--reverse .feature-media {
    order: 1;
}

.feature-block--spotlight {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

.feature-copy {
    padding: 0.6rem 0.4rem;
}

.feature-kicker {
    color: var(--text-tertiary);
}

.feature-copy h3 {
    font-size: clamp(2rem, 3.3vw, 3rem);
    line-height: 1.08;
}

.feature-summary {
    max-width: 31rem;
}

.feature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.25rem;
}

.feature-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(23, 23, 23, 0.08);
    background: rgba(255, 255, 255, 0.68);
    color: var(--text-secondary);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    margin-top: 1.55rem;
}

.inline-link,
.ghost-link,
.overview-link {
    min-height: 44px;
    padding: 0 1.05rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.inline-link {
    background: #18181a;
    color: #fbf8f3;
}

.inline-link:hover {
    background: #0f0f10;
    transform: translateY(-1px);
}

.ghost-link {
    color: var(--text-primary);
    border: 1px solid rgba(23, 23, 23, 0.12);
}

.ghost-link:hover {
    background: rgba(255, 255, 255, 0.72);
}

.feature-media {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(160px, 0.72fr);
    gap: 0.95rem;
    min-height: 27rem;
}

.feature-stack {
    display: grid;
    gap: 0.95rem;
}

.feature-shot--primary {
    min-height: 27rem;
}

.feature-shot--secondary {
    min-height: 13rem;
}

.feature-shot-label {
    font-size: 0.94rem;
}

.feature-shot-label span {
    margin-bottom: 0.35rem;
    color: rgba(251, 248, 243, 0.72);
}

.proof-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1.5rem;
    border-radius: 1.9rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 30%),
        linear-gradient(135deg, var(--surface-dark), var(--surface-dark-soft));
    color: #f5f0e9;
    box-shadow: var(--shadow-dark);
}

.proof-item {
    padding: 1rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-step {
    color: rgba(245, 240, 233, 0.52);
}

.proof-item h3,
.proof-item p {
    color: #f5f0e9;
}

.proof-item p {
    color: rgba(245, 240, 233, 0.72);
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.overview-card {
    overflow: hidden;
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.76);
    box-shadow: var(--shadow-card);
    content-visibility: auto;
    contain-intrinsic-size: 420px;
}

.overview-thumb {
    position: relative;
    aspect-ratio: 4 / 4.4;
    overflow: hidden;
}

.overview-body {
    padding: 1.35rem 1.35rem 1.5rem;
}

.overview-topline {
    color: var(--text-tertiary);
}

.overview-body h3 {
    margin-top: 0.75rem;
}

.overview-count {
    display: inline-flex;
    margin-top: 1rem;
    color: var(--text-secondary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.overview-link {
    margin-top: 1.1rem;
    border: 1px solid rgba(23, 23, 23, 0.12);
    color: var(--text-primary);
    width: fit-content;
}

.overview-link:hover {
    background: rgba(255, 255, 255, 0.72);
}

.site-footer {
    margin-top: 5.4rem;
    border-top: none;
}

.category-main {
    position: relative;
    padding-top: 8.75rem;
    padding-bottom: 5.5rem;
}

.category-intro {
    max-width: 42rem;
    margin-bottom: 3.25rem;
}

.category-subnav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    width: min(100%, 1120px);
    margin: 0 auto 2.45rem;
    padding: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(25, 24, 30, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.category-subnav-label {
    flex: 0 0 auto;
    padding: 0 0.95rem;
    color: rgba(28, 25, 35, 0.46);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.category-subnav-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
}

.category-subnav-track::-webkit-scrollbar {
    display: none;
}

.category-subnav-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1.05rem;
    border-radius: 999px;
    color: rgba(28, 25, 35, 0.62);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.category-subnav-link:hover,
.category-subnav-link:focus-visible {
    color: rgba(28, 25, 35, 0.96);
    background: rgba(255, 255, 255, 0.82);
    outline: none;
}

.category-subnav-link.active {
    color: #fff;
    background: linear-gradient(135deg, #132f2d, #0f766e);
    box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
    transform: translateY(-1px);
}

.category-main::before {
    content: "";
    position: absolute;
    inset: 6rem 0 auto;
    height: 300px;
    background:
        radial-gradient(circle at 12% 24%, rgba(209, 182, 136, 0.22), transparent 20%),
        radial-gradient(circle at 86% 14%, rgba(168, 190, 214, 0.18), transparent 22%);
    filter: blur(26px);
    pointer-events: none;
    z-index: 0;
}

.category-subnav,
.category-intro,
#category-gallery {
    position: relative;
    z-index: 1;
}

#category-gallery {
    margin-top: 0.35rem;
}

.category-footer {
    margin-top: 3rem;
}

.footer-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 2rem;
    padding: 2rem;
    border-radius: 2.1rem;
    background:
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(135deg, #141416 0%, #1c1d20 55%, #23242a 100%);
    color: #f8f4ed;
    box-shadow: var(--shadow-dark);
}

.section-kicker--light {
    color: rgba(248, 244, 237, 0.5);
}

.footer-title {
    max-width: 34rem;
    font-size: clamp(2.3rem, 4vw, 4.1rem);
}

.footer-description {
    max-width: 30rem;
    margin-top: 1.2rem;
    color: rgba(248, 244, 237, 0.72);
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.footer-btn {
    min-height: 50px;
    padding: 0 1.3rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-btn--primary {
    background: #f6f1e8;
    color: #141416;
}

.footer-btn--primary:hover {
    transform: translateY(-1px);
    background: #ffffff;
}

.footer-btn--secondary {
    color: #f6f1e8;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.06);
}

.footer-aside {
    display: grid;
    gap: 1rem;
}

.footer-note {
    padding: 1.25rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-note span {
    color: rgba(248, 244, 237, 0.48);
}

.footer-note p {
    color: rgba(248, 244, 237, 0.78);
}

.footer-qr-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.footer-qr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.25rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-qr-img {
    width: 124px;
    height: 124px;
    object-fit: cover;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.footer-qr-label {
    color: rgba(248, 244, 237, 0.48);
}

.footer-qr-card strong {
    margin-top: 0.45rem;
    font-size: 0.96rem;
    font-weight: 700;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0 0.35rem;
    color: rgba(23, 23, 23, 0.45);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

#category-gallery {
    column-count: 2;
    column-gap: 1.4rem;
}

@media (min-width: 1024px) {
    #category-gallery {
        column-count: 3;
    }
}

.gallery-item {
    position: relative;
    overflow: hidden;
    break-inside: avoid;
    margin-bottom: 1.4rem;
    display: inline-block;
    width: 100%;
    border-radius: 1.35rem;
    box-shadow: var(--shadow-card);
    content-visibility: auto;
    contain-intrinsic-size: 520px;
}

.gallery-item::after {
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-item:hover::after {
    opacity: 0.75;
}

footer {
    border-top: 1px solid var(--line-color);
}

.qr-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.4rem;
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-card);
}

.qr-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 0.75rem;
    border-radius: 0.9rem;
}

.fade-in {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInAnimation 0.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes fadeInAnimation {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.skeleton {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(233, 227, 218, 0.8), rgba(244, 241, 235, 0.9));
}

.skeleton::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
    animation: skeleton-shimmer 1.4s infinite;
}

@keyframes skeleton-shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.gallery-img {
    transition: opacity 0.8s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

@media (max-width: 767px) {
    .sidebar-overlay {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .mobile-sidebar {
        box-shadow: -12px 0 30px rgba(18, 18, 18, 0.1);
    }
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--bg-color);
}

::-webkit-scrollbar-thumb {
    background: #d2cdc4;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #bbb4aa;
}

#lightbox {
    transition: opacity 0.45s ease;
}

#lightbox-img {
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
    background: rgba(17, 17, 17, 0.16);
    backdrop-filter: blur(10px);
    transition: all 0.35s ease;
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.modal-content {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height: 82vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 40px;
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-soft);
    transform: scale(0.95);
    transition: transform 0.35s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.modal-scroll {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.75rem;
    margin-right: -0.25rem;
    scrollbar-gutter: stable;
}

.modal-scroll::-webkit-scrollbar {
    width: 6px;
}

.modal-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.modal-scroll::-webkit-scrollbar-thumb {
    background: rgba(210, 205, 196, 0.78);
    border-radius: 999px;
}

.modal-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(187, 180, 170, 0.95);
}

.changelog-item {
    position: relative;
    padding-left: 1.15rem;
    margin-bottom: 1.7rem;
    border-left: 1px solid rgba(23, 23, 23, 0.1);
}

.changelog-version {
    margin-bottom: 0.3rem;
    font-size: 1.02rem;
    font-weight: 800;
}

.changelog-date {
    display: block;
    margin-bottom: 0.6rem;
    color: var(--text-tertiary);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.changelog-desc {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.6;
}

.changelog-list {
    margin-top: 0.7rem;
    padding-left: 0;
    list-style: none;
    color: var(--text-secondary);
    font-size: 0.78rem;
    line-height: 1.7;
}

.changelog-list li {
    margin-bottom: 0.35rem;
}

/* Celestial Luxe Theme */
:root {
    --tw-color-neutral-bg: 246 241 234;
    --tw-color-deep-grey: 28 25 35;
    --bg-color: #f6f1ea;
    --bg-elevated: rgba(255, 255, 255, 0.74);
    --surface-color: rgba(255, 255, 255, 0.78);
    --surface-strong: rgba(255, 255, 255, 0.94);
    --surface-dark: #111524;
    --surface-dark-soft: #1b2337;
    --text-primary: #1c1923;
    --text-secondary: #625b68;
    --text-tertiary: #8f8597;
    --line-color: rgba(34, 31, 47, 0.08);
    --line-color-strong: rgba(34, 31, 47, 0.14);
    --shadow-soft: 0 24px 70px rgba(29, 24, 38, 0.1);
    --shadow-card: 0 22px 52px rgba(29, 24, 38, 0.09);
    --shadow-dark: 0 32px 80px rgba(8, 10, 18, 0.28);
    --accent-gold: #d0a56e;
    --accent-sky: #a8bed6;
    --accent-rose: #e4c6be;
}

body[data-page="category"] {
    --tw-color-neutral-bg: 248 243 236;
    --tw-color-deep-grey: 29 26 37;
    --bg-color: #f8f3ec;
    --text-primary: #1d1a25;
}

body {
    background:
        radial-gradient(circle at 14% 12%, rgba(209, 182, 136, 0.22), transparent 18%),
        radial-gradient(circle at 82% 10%, rgba(168, 190, 214, 0.22), transparent 20%),
        radial-gradient(circle at 50% -4%, rgba(255, 255, 255, 0.9), transparent 24%),
        radial-gradient(circle at 22% 30%, rgba(255, 255, 255, 0.58) 0 1px, transparent 2px),
        radial-gradient(circle at 74% 24%, rgba(255, 255, 255, 0.46) 0 1px, transparent 2px),
        linear-gradient(180deg, #fbf8f4 0%, var(--bg-color) 54%, #f1ebe3 100%);
    color-scheme: light;
}

.site-header {
    background: rgba(247, 243, 237, 0.82);
}

body.header-scrolled .site-header,
body.header-scrolled header {
    background: rgba(250, 247, 242, 0.94);
    box-shadow: 0 14px 34px rgba(29, 24, 38, 0.08);
}

.brand-text {
    color: #1c1923;
    text-shadow: none;
}

.desktop-glass-nav {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 30px rgba(18, 18, 18, 0.05);
}

.nav-indicator {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 20px rgba(18, 18, 18, 0.06);
}

.nav-link {
    color: rgba(23, 23, 23, 0.52);
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
    color: rgba(23, 23, 23, 0.92);
}

.nav-link.active {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 24px rgba(18, 18, 18, 0.06);
}

.notification-btn {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: 0 12px 24px rgba(18, 18, 18, 0.05);
}

.notification-btn:hover {
    background: rgba(255, 255, 255, 0.74);
}

.notification-dot {
    border-color: rgba(255, 255, 255, 0.92);
}

.mobile-sidebar {
    background: linear-gradient(180deg, rgba(18, 23, 38, 0.96), rgba(26, 33, 54, 0.92));
    border-color: rgba(255, 255, 255, 0.1);
}

.mobile-sidebar::before {
    background: linear-gradient(90deg, rgba(210, 165, 110, 0.35), rgba(255, 255, 255, 0.18));
}

.mobile-nav-group + .mobile-nav-group {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.mobile-nav-link {
    color: rgba(240, 236, 228, 0.78);
    background: rgba(255, 255, 255, 0.05);
}

.mobile-nav-link.active,
.mobile-nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 2.5rem 4% auto;
    height: 420px;
    background:
        radial-gradient(circle at 22% 36%, rgba(220, 199, 168, 0.3), transparent 28%),
        radial-gradient(circle at 72% 16%, rgba(170, 188, 212, 0.22), transparent 26%);
    filter: blur(34px);
    pointer-events: none;
}

.hero-section__glow {
    background: radial-gradient(circle, rgba(215, 193, 159, 0.26) 0%, rgba(215, 193, 159, 0.08) 36%, rgba(246, 241, 234, 0) 74%);
    filter: blur(26px);
}

.hero-eyebrow,
.section-kicker,
.feature-kicker,
.overview-topline,
.proof-step,
.value-index,
.footer-qr-label,
.footer-note span {
    color: #8f7a63;
}

.hero-eyebrow::before,
.section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: radial-gradient(circle, #fffdf7 0%, var(--accent-gold) 58%, rgba(208, 165, 110, 0.08) 100%);
    box-shadow: 0 0 16px rgba(208, 165, 110, 0.35);
}

.hero-title,
.section-title,
.footer-title,
#category-title,
.value-card h3,
.feature-copy h3,
.overview-body h3 {
    color: #17151f;
}

.hero-title span {
    color: #8d6f4a;
}

.hero-btn--primary {
    background: linear-gradient(135deg, #181b28 0%, #2a3042 58%, #403c36 100%);
    color: #fdfaf4;
    box-shadow: 0 18px 36px rgba(22, 24, 32, 0.18);
}

.hero-btn--primary:hover {
    background: linear-gradient(135deg, #222738 0%, #353d53 60%, #4b463f 100%);
}

.hero-btn--secondary,
.ghost-link,
.overview-link {
    color: #1c1923;
    border-color: rgba(28, 25, 35, 0.1);
    background: rgba(255, 255, 255, 0.62);
}

.hero-btn--secondary:hover,
.ghost-link:hover,
.overview-link:hover {
    background: rgba(255, 255, 255, 0.86);
}

.hero-metric {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.hero-stage-frame {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(248, 242, 234, 0.82));
    border: 1px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 32px 74px rgba(29, 24, 38, 0.12);
}

.hero-card,
.feature-shot,
.gallery-item {
    background: #ddd5ca;
    border: 1px solid rgba(255, 255, 255, 0.74);
}

.hero-card::after,
.feature-shot::after,
.overview-thumb::after {
    background: linear-gradient(180deg, rgba(19, 17, 25, 0.02) 26%, rgba(19, 17, 25, 0.54) 100%);
    opacity: 0.56;
}

.gallery-item::after {
    background: linear-gradient(180deg, rgba(19, 17, 25, 0) 48%, rgba(19, 17, 25, 0.18) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-item:hover::after {
    opacity: 0.58;
}

.hero-card-caption span,
.feature-shot-label span {
    color: rgba(245, 239, 229, 0.82);
}

.hero-card-caption,
.feature-shot-label {
    color: #fffdf7;
}

.hero-strip {
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-strip span {
    color: #5f5866;
}

.value-card,
.feature-block,
.overview-card,
.qr-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(250, 245, 237, 0.68));
    border: 1px solid rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.value-card,
.feature-block,
.overview-card,
.qr-card,
.footer-note,
.footer-qr-card {
    transition: transform var(--transition-smooth), border-color var(--transition-smooth), box-shadow var(--transition-smooth), background var(--transition-smooth);
}

.value-card:hover,
.feature-block:hover,
.overview-card:hover,
.qr-card:hover,
.footer-note:hover,
.footer-qr-card:hover {
    transform: translateY(-4px);
    border-color: rgba(208, 165, 110, 0.24);
    box-shadow: 0 30px 72px rgba(29, 24, 38, 0.12);
}

.value-card p,
.feature-summary,
.overview-body p,
.footer-note p,
.section-description,
.hero-subtitle {
    color: #625b68;
}

.feature-tag {
    background: rgba(255, 255, 255, 0.72);
    border-color: rgba(28, 25, 35, 0.08);
    color: #635968;
}

.inline-link {
    background: linear-gradient(135deg, #cda06d 0%, #edd7b6 100%);
    color: #1c1923;
    box-shadow: 0 18px 32px rgba(208, 165, 110, 0.18);
}

.inline-link:hover {
    background: linear-gradient(135deg, #d7ae7e 0%, #f3e3ca 100%);
}

.proof-band,
.footer-panel {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.proof-band {
    background:
        radial-gradient(circle at 84% 0%, rgba(208, 165, 110, 0.18), transparent 25%),
        radial-gradient(circle at 0% 100%, rgba(168, 190, 214, 0.16), transparent 30%),
        linear-gradient(135deg, #121621 0%, #1d2434 48%, #302d2a 100%);
}

.proof-item {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
}

.proof-item h3,
.proof-item p {
    color: #f6f2ea;
}

.proof-item p {
    color: rgba(246, 242, 234, 0.74);
}

.site-footer {
    margin-top: 5.8rem;
}

.footer-panel {
    background:
        radial-gradient(circle at 84% 14%, rgba(208, 165, 110, 0.18), transparent 28%),
        radial-gradient(circle at 18% 88%, rgba(168, 190, 214, 0.14), transparent 28%),
        linear-gradient(135deg, #121621 0%, #1f2534 54%, #2d2a27 100%);
}

.footer-btn--primary {
    background: linear-gradient(135deg, #d2a672, #f0ddbd);
    color: #18151f;
    box-shadow: 0 14px 28px rgba(208, 165, 110, 0.2);
}

.footer-btn--secondary {
    color: #f5f0e8;
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

.footer-btn--secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}

.footer-note,
.footer-qr-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
}

.footer-qr-img,
.qr-img {
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 30px rgba(29, 24, 38, 0.12);
}

.footer-bottom {
    color: rgba(56, 49, 62, 0.54);
}

.category-footer {
    background: transparent !important;
}

.skeleton {
    background: linear-gradient(135deg, rgba(236, 229, 219, 0.94), rgba(248, 243, 236, 0.98));
}

.skeleton::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.62), transparent);
}

::-webkit-scrollbar-track {
    background: rgba(246, 241, 234, 0.78);
}

::-webkit-scrollbar-thumb {
    background: rgba(198, 182, 161, 0.54);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(173, 155, 133, 0.78);
}

.modal-overlay {
    background: rgba(16, 18, 26, 0.32);
}

.modal-content {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 243, 236, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.84);
    box-shadow: 0 30px 70px rgba(29, 24, 38, 0.16);
    color: var(--text-primary);
}

.changelog-item {
    border-left-color: rgba(28, 25, 35, 0.14);
}

.changelog-date,
.changelog-desc,
.changelog-list {
    color: var(--text-secondary);
}

@media (max-width: 1180px) {
    .hero-grid,
    .section-heading,
    .feature-block,
    .feature-block--reverse,
    .footer-panel {
        grid-template-columns: 1fr;
    }

    .hero-copy,
    .footer-description {
        max-width: none;
    }

    .feature-block--reverse .feature-copy,
    .feature-block--reverse .feature-media {
        order: initial;
    }

    .hero-stage-frame,
    .feature-media {
        grid-template-columns: 1fr 0.8fr;
    }

    .hero-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        border-radius: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .site-frame,
    .section-shell {
        width: min(106rem, calc(100vw - 4rem));
        max-width: none;
    }
}

@media (max-width: 900px) {
    .hero-section {
        padding-top: 7.5rem;
    }

    .hero-stage-frame,
    .feature-media,
    .proof-band,
    .overview-grid,
    .value-grid,
    .footer-qr-grid {
        grid-template-columns: 1fr;
    }

    .hero-card--primary {
        min-height: 24rem;
    }

    .hero-card--secondary,
    .feature-shot--secondary {
        min-height: 12rem;
    }

    .feature-shot--primary {
        min-height: 18rem;
    }

    .hero-strip {
        display: flex;
        gap: 0.7rem;
        overflow-x: auto;
        padding: 0.85rem 1rem;
        border-radius: 1.35rem;
        scroll-snap-type: x proximity;
        scrollbar-width: none;
    }

    .hero-strip::-webkit-scrollbar {
        display: none;
    }

    .hero-strip span {
        flex: 0 0 auto;
        min-width: max-content;
        padding: 0.72rem 0.95rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(28, 25, 35, 0.08);
        scroll-snap-align: start;
    }

    .footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .site-header {
        height: 72px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logo-link {
        gap: 0.65rem;
        min-width: 0;
    }

    .brand-text {
        max-width: 11.5rem;
        font-size: 0.88rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .logo-img {
        width: 40px;
        height: 40px;
        border-radius: 14px;
    }

    #header-actions {
        gap: 0.6rem;
    }

    .notification-btn {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .notification-dot {
        top: 8px;
        right: 8px;
    }

    .hero-section {
        padding-top: 6.4rem;
        padding-bottom: 1.25rem;
    }

    .hero-section__glow {
        inset: 3.5rem 0 auto;
        width: 92vw;
        height: 300px;
        opacity: 0.86;
    }

    .hero-grid {
        gap: 1.35rem;
    }

    .hero-eyebrow,
    .section-kicker,
    .hero-card-caption span,
    .feature-shot-label span,
    .feature-kicker,
    .overview-topline,
    .proof-step,
    .value-index,
    .footer-qr-label,
    .footer-note span {
        font-size: 0.62rem;
        letter-spacing: 0.16em;
    }

    .hero-title {
        font-size: clamp(2.45rem, 13vw, 3.45rem);
        line-height: 1.06;
    }

    .hero-subtitle {
        margin-top: 1rem;
    }

    .hero-actions {
        margin-top: 1.5rem;
    }

    .hero-stage-frame {
        gap: 0.75rem;
        padding: 0.75rem;
        border-radius: 1.45rem;
    }

    .hero-card,
    .feature-shot,
    .overview-card,
    .value-card,
    .proof-band,
    .proof-item,
    .footer-panel,
    .footer-note,
    .footer-qr-card,
    .gallery-item,
    .qr-card {
        border-radius: 1.2rem;
    }

    .hero-card--primary {
        min-height: 19rem;
    }

    .hero-card--secondary {
        min-height: 10.5rem;
    }

    .hero-card-caption,
    .feature-shot-label {
        left: 0.9rem;
        right: 0.9rem;
        bottom: 0.9rem;
    }

    .hero-card-caption strong,
    .feature-shot-label {
        font-size: 0.88rem;
        line-height: 1.42;
    }

    .hero-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        margin-top: 1.7rem;
    }

    .hero-metric {
        padding: 0.85rem 0.9rem;
    }

    .hero-metric:last-child {
        grid-column: 1 / -1;
    }

    .hero-metric dt {
        font-size: 1.05rem;
    }

    .hero-metric dd {
        font-size: 0.75rem;
    }

    .hero-strip {
        margin-top: 1.5rem;
        padding: 0.8rem 0.9rem;
    }

    .hero-strip span {
        padding: 0.68rem 0.82rem;
        font-size: 0.64rem;
        letter-spacing: 0.11em;
    }

    .intro-section,
    .feature-section,
    .overview-section,
    .proof-section {
        padding-top: 1.55rem;
    }

    .section-heading {
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }

    .section-title {
        font-size: clamp(1.85rem, 9vw, 2.45rem);
        line-height: 1.12;
    }

    .hero-subtitle,
    .section-description,
    .footer-description,
    .value-card p,
    .proof-item p,
    .feature-summary,
    .overview-body p,
    .footer-note p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .hero-actions,
    .feature-actions,
    .footer-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-btn,
    .inline-link,
    .ghost-link,
    .overview-link,
    .footer-btn {
        width: 100%;
        min-height: 48px;
        font-size: 0.72rem;
        letter-spacing: 0.11em;
    }

    .value-card {
        padding: 1.15rem;
    }

    .value-card h3,
    .proof-item h3,
    .feature-copy h3,
    .overview-body h3 {
        font-size: 1.22rem;
    }

    .value-card h3 {
        margin-top: 1.15rem;
    }

    .feature-block {
        padding: 1rem;
        gap: 1rem;
    }

    .feature-copy {
        padding: 0;
    }

    .feature-copy h3 {
        font-size: 1.55rem;
        line-height: 1.12;
    }

    .feature-meta {
        gap: 0.45rem;
        margin-top: 1rem;
    }

    .feature-tag {
        min-height: 32px;
        padding: 0 0.75rem;
        font-size: 0.66rem;
        letter-spacing: 0.06em;
    }

    .feature-media {
        gap: 0.75rem;
        min-height: auto;
    }

    .feature-stack {
        gap: 0.75rem;
    }

    .feature-shot--primary {
        min-height: 15rem;
    }

    .feature-shot--secondary {
        min-height: 8.6rem;
    }

    .proof-band {
        padding: 1rem;
        gap: 0.8rem;
    }

    .proof-item {
        padding: 0.95rem;
    }

    .overview-thumb {
        aspect-ratio: 16 / 11;
    }

    .overview-body {
        padding: 1rem 1rem 1.1rem;
    }

    .overview-count {
        margin-top: 0.85rem;
        font-size: 0.76rem;
    }

    .overview-link {
        margin-top: 0.95rem;
    }

    .hero-strip {
        gap: 0.55rem;
    }

    .site-footer {
        margin-top: 3.2rem;
    }

    .footer-panel {
        padding: 1.15rem;
        gap: 1rem;
        border-radius: 1.4rem;
    }

    .footer-title {
        font-size: clamp(1.95rem, 10vw, 2.55rem);
        line-height: 1.1;
    }

    .footer-description {
        margin-top: 0.9rem;
    }

    .footer-note,
    .footer-qr-card,
    .modal-content {
        padding: 1rem;
    }

    .footer-qr-img {
        width: 100px;
        height: 100px;
        border-radius: 0.85rem;
    }

    .footer-bottom {
        padding-top: 1rem;
        gap: 0.45rem;
        font-size: 0.62rem;
        letter-spacing: 0.08em;
    }

    .value-card,
    .proof-item {
        min-height: auto;
    }

    .category-main {
        padding-top: 6.35rem;
        padding-bottom: 4.25rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .category-subnav {
        align-items: flex-start;
        gap: 0.5rem;
        margin-bottom: 1.55rem;
        border-radius: 1.35rem;
    }

    .category-subnav-label {
        padding: 0.75rem 0.35rem 0 0.55rem;
        font-size: 0.62rem;
    }

    .category-subnav-link {
        min-height: 38px;
        padding: 0 0.82rem;
        font-size: 0.72rem;
    }

    .category-intro {
        margin-bottom: 2rem;
    }

    #category-title {
        font-size: clamp(2.15rem, 10vw, 2.9rem);
        line-height: 1.08;
    }

    #category-gallery {
        column-count: 1;
        column-gap: 0.85rem;
    }

    .gallery-item {
        margin-bottom: 0.9rem;
    }

    .category-footer {
        margin-top: 2rem;
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .category-footer .grid {
        gap: 2.25rem;
    }

    .category-footer h3 {
        margin-bottom: 1.4rem;
    }

    .category-footer .sm\:flex-row {
        gap: 1rem;
    }
}

/* Auth Component Styles */
.auth-unlogged, .auth-logged {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}

.auth-btn-login, .auth-btn-register {
  padding: 8px 18px;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
}

.auth-btn-login {
  background: white;
  color: #171923;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.auth-btn-login:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.auth-btn-register {
  background: black;
  color: white;
  border: none;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.auth-btn-register:hover {
  background: #1f2937;
}

.auth-profile-trigger {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 4px 14px 4px 4px;
  border-radius: 9999px;
  background: white;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  cursor: pointer;
  transition: box-shadow 0.2s ease;
  height: 40px;
}
.auth-profile-trigger:hover {
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.auth-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  background: #f3f4f6;
  border: 1px solid rgba(0,0,0,0.05);
}

.auth-user-info {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}

.auth-user-name {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  line-height: 1;
}

.auth-user-meta {
  font-size: 10px;
  color: #9ca3af;
  line-height: 1;
  margin-top: 3px;
}

.auth-dropdown-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 200px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  pointer-events: none;
  z-index: 100;
}
.auth-dropdown-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.auth-dropdown-inner {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.auth-dropdown-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 14px;
  border-radius: 0.75rem;
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
  transition: background 0.15s ease;
  cursor: pointer;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
}
.auth-dropdown-item:hover {
  background: rgba(0,0,0,0.05);
}
.auth-dropdown-logout {
  color: #dc2626;
}
.auth-dropdown-logout:hover {
  background: #fef2f2;
}

/* Profile Navigation Bar Styles */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 0 24px;
}

.site-frame {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
}

.logo-link img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.logo-link span {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.025em;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.dropdown-divider {
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 6px 12px;
}

/* 2026-04-27 full-width home and navigation refresh */
.site-header {
  padding: 0 clamp(18px, 2.4vw, 34px);
  background: rgba(247, 243, 237, 0.74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.header-scrolled .site-header,
body.header-scrolled header {
  background: rgba(250, 247, 242, 0.92);
  box-shadow: 0 18px 42px rgba(29, 24, 38, 0.08);
}

.site-frame,
.section-shell {
  width: min(1760px, calc(100vw - 42px));
  max-width: none;
  margin: 0 auto;
}

.site-frame {
  display: block;
}

.site-header .site-frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 24px);
}

.hero-grid.site-frame {
  display: grid;
}

.desktop-glass-nav {
  gap: 0.42rem;
  padding: 0.45rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(29, 24, 38, 0.08);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.desktop-glass-nav--home {
  flex: 0 1 1160px;
  width: min(100%, 1160px);
  gap: 0.7rem;
  padding: 0.48rem 0.62rem;
}

.desktop-glass-nav--home .nav-link,
.desktop-glass-nav--category .nav-link {
  min-height: 48px;
}

.desktop-glass-nav--home .nav-link {
  padding: 0 1.6rem;
}

.desktop-glass-nav--category {
  gap: 0.26rem;
  padding: 0.42rem 0.5rem;
}

.nav-indicator {
  top: 6px;
  height: calc(100% - 12px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(29, 24, 38, 0.08);
}

.nav-link {
  min-height: 46px;
  padding: 0 1.2rem;
  color: rgba(28, 25, 35, 0.58);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: rgba(28, 25, 35, 0.95);
}

.nav-link.active {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 26px rgba(29, 24, 38, 0.08);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(520px, 0.98fr);
  gap: clamp(2.6rem, 4vw, 5.2rem);
}

.hero-copy {
  max-width: 38rem;
}

.hero-stage-frame {
  gap: 1.15rem;
  padding: 1.15rem;
  border-radius: 2.2rem;
}

.featured-gallery {
  gap: 1.45rem;
}

.overview-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.overview-body {
  padding: 1.25rem 1.25rem 1.35rem;
}

@media (min-width: 1600px) {
  .hero-title {
    font-size: min(6.5rem, 7.2vw);
  }
}

@media (max-width: 1280px) {
  .site-frame,
  .section-shell {
    width: min(1480px, calc(100vw - 30px));
  }

  .desktop-glass-nav--home {
    flex-basis: 1000px;
    width: min(100%, 1000px);
  }

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

@media (max-width: 1380px) {
  .site-header .site-frame {
    gap: clamp(10px, 1.6vw, 18px);
  }

  .desktop-glass-nav {
    margin-left: clamp(10px, 1.6vw, 18px);
    margin-right: clamp(10px, 1.6vw, 18px);
  }

  .desktop-glass-nav--category {
    justify-content: flex-start;
    gap: 0.34rem;
    padding-inline: 0.46rem;
  }

  .desktop-glass-nav--category > .nav-link,
  .desktop-glass-nav--category > .nav-dropdown {
    flex: 0 0 auto;
  }

  .desktop-glass-nav--category > .nav-link,
  .desktop-glass-nav--category > .nav-dropdown > .nav-link {
    min-width: max-content;
    padding-inline: 0.94rem;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .desktop-glass-nav,
  #main-nav {
    display: none !important;
  }

  .burger-btn {
    display: flex !important;
  }

  .sidebar-overlay {
    display: block !important;
  }

  .mobile-sidebar {
    display: flex !important;
  }
}

@media (max-width: 900px) {
  .site-frame,
  .section-shell {
    width: min(100%, calc(100vw - 24px));
  }

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

@media (max-width: 640px) {
  .site-frame,
  .section-shell {
    width: min(100%, calc(100vw - 16px));
  }
}

/* 2026-04-27 sitewide mobile refinement */
:root {
  --site-mobile-gutter: clamp(12px, 4vw, 20px);
}

@media (max-width: 1023px) {
  .site-frame,
  .section-shell {
    padding-left: var(--site-mobile-gutter);
    padding-right: var(--site-mobile-gutter);
  }

  .hero-grid,
  .section-heading,
  .value-grid,
  .proof-band,
  .feature-block,
  .feature-block--reverse,
  .feature-media,
  .hero-stage-frame,
  .hero-card-stack,
  .overview-grid,
  .footer-panel,
  .category-footer .grid {
    grid-template-columns: 1fr !important;
  }

  .hero-section {
    padding-top: 7.1rem;
    padding-bottom: 2.6rem;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-stage-frame,
  .feature-block,
  .proof-band,
  .footer-panel {
    gap: 1rem;
    padding: clamp(16px, 3.2vw, 24px);
    border-radius: clamp(24px, 4vw, 30px);
  }

  .hero-card--primary {
    min-height: min(72vh, 30rem);
  }

  .hero-card--secondary,
  .feature-shot--secondary {
    min-height: 13rem;
  }

  .feature-shot--primary {
    min-height: 20rem;
  }

  .hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 26px;
  }

  .section-heading {
    gap: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #category-gallery {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .site-header {
    height: 72px !important;
    padding-left: var(--site-mobile-gutter) !important;
    padding-right: var(--site-mobile-gutter) !important;
  }

  .site-header .site-frame {
    gap: 10px;
  }

  .logo-link {
    gap: 10px;
    min-width: 0;
  }

  .logo-img {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .brand-text {
    max-width: calc(100vw - 176px);
    font-size: clamp(0.82rem, 4vw, 1rem);
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .notification-btn {
    width: 36px;
    height: 36px;
  }

  .mobile-sidebar {
    top: 8px;
    right: 8px;
    bottom: 8px;
    width: min(280px, calc(100vw - 24px));
    padding: 70px 12px 16px;
    border-radius: 24px;
  }

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

  .hero-actions,
  .footer-actions,
  .feature-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-btn,
  .footer-btn,
  .inline-link,
  .ghost-link,
  .overview-link {
    width: 100%;
  }

  .hero-strip {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .footer-qr-grid {
    grid-template-columns: 1fr;
  }

  .category-main {
    padding-top: 6.6rem;
    padding-bottom: 2.8rem;
  }

  .category-subnav {
    width: 100%;
    align-items: stretch;
    gap: 0.45rem;
    margin-bottom: 1.6rem;
    border-radius: 20px;
    padding: 0.5rem;
  }

  .category-subnav-label {
    display: none;
  }

  .category-subnav-track {
    gap: 0.38rem;
  }

  .category-subnav-link {
    min-height: 38px;
    padding: 0 0.82rem;
    font-size: 0.72rem;
  }

  #category-gallery {
    column-count: 1;
    column-gap: 1rem;
  }

  .gallery-item {
    margin-bottom: 1rem;
    border-radius: 1.1rem;
  }

  .category-footer {
    margin-top: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .category-footer .sm\:flex-row {
    flex-direction: column;
  }

  .qr-card,
  .footer-qr-card {
    padding: 1rem;
  }

  .qr-img,
  .footer-qr-img {
    width: 108px;
    height: 108px;
  }

  .modal-content {
    padding: 24px 18px;
    max-height: 80dvh;
    border-radius: 1.5rem;
  }
}

@media (max-width: 560px) {
  .site-frame,
  .section-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-title {
    font-size: clamp(2.45rem, 13vw, 3.5rem);
  }

  .section-title,
  .footer-title {
    font-size: clamp(1.8rem, 10vw, 2.8rem);
  }

  .hero-stage-frame,
  .feature-block,
  .proof-band,
  .footer-panel {
    gap: 14px;
  }

  .overview-body,
  .feature-copy {
    padding: 0.25rem 0.1rem;
  }
}

/* 2026-05-01 mobile fit pass */
@media (max-width: 767px) {
  .hero-stage-frame {
    padding: 0.8rem;
  }

  .hero-card,
  .feature-shot,
  .overview-thumb,
  .gallery-item,
  .value-card,
  .overview-card,
  .proof-item,
  .footer-note {
    border-radius: 1.25rem;
  }

  .hero-card-caption,
  .feature-shot-label {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.9rem;
  }

  .hero-card-caption strong,
  .feature-shot-label strong {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .hero-card-caption span,
  .feature-shot-label span,
  .feature-kicker,
  .overview-topline,
  .proof-step,
  .value-index,
  .footer-qr-label,
  .footer-note span {
    letter-spacing: 0.12em;
  }

  .hero-metric,
  .value-card,
  .proof-item,
  .overview-body,
  .footer-note {
    padding: 1rem;
  }

  .section-description,
  .footer-description,
  .hero-subtitle,
  .value-card p,
  .proof-item p,
  .footer-note p {
    font-size: 0.96rem;
    line-height: 1.78;
  }

  .hero-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .hero-section {
    padding-bottom: 1.6rem;
  }

  .hero-title {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
    line-height: 1.04;
  }

  .section-title,
  .footer-title {
    font-size: clamp(1.7rem, 9vw, 2.45rem);
    line-height: 1.1;
  }

  .hero-btn,
  .footer-btn {
    min-height: 48px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.78rem;
  }

  .hero-metric dt {
    font-size: 1.08rem;
  }

  .hero-metric dd {
    font-size: 0.78rem;
  }
}
