:root {
    --lucurrent-gold: #b58a31;
    --lucurrent-gold-light: #e4d4ac;
    --lucurrent-gold-dark: #8a6724;
    --lucurrent-bg: #fafaf8;
    --lucurrent-surface: #ffffff;
    --lucurrent-accent: #f1f2ef;
    --lucurrent-text: #201b16;
    --lucurrent-muted: #6f6a63;
    --lucurrent-sage: #788779;
    --lucurrent-crystal: #edf2f2;
    --lucurrent-border: #dcd9d2;
    --lucurrent-shadow: 0 24px 70px rgba(45, 39, 31, 0.1);
    --font-display: "Bodoni Moda", Georgia, "Times New Roman", serif;
    --font-ui: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--lucurrent-bg);
    color: var(--lucurrent-text);
    font-family: var(--font-ui);
    font-size: 16px;
    line-height: 1.7;
}

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

a:hover {
    color: var(--lucurrent-gold-dark);
}

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

.skip-link {
    position: absolute;
    top: -80px;
    left: 1rem;
    z-index: 1000;
    background: var(--lucurrent-text);
    color: #fff;
    padding: .65rem .9rem;
    border-radius: 6px;
}

.skip-link:focus {
    top: 1rem;
}

.site-nav {
    min-height: 78px;
    background: rgba(255, 253, 247, .95);
    border-bottom: 1px solid rgba(201, 168, 76, .22);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.navbar-brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: var(--lucurrent-text);
    font-weight: 800;
    letter-spacing: 0;
}

.brand-mark {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lucurrent-gold);
    color: var(--lucurrent-gold-dark);
    font-family: var(--font-display);
    font-size: 1.2rem;
    background: linear-gradient(135deg, #fffef9, #efe1b6);
}

.navbar-nav {
    gap: .2rem;
}

.nav-link {
    color: var(--lucurrent-muted);
    font-size: .94rem;
    font-weight: 650;
    padding: .65rem .85rem !important;
}

.nav-link.active,
.nav-link:hover {
    color: var(--lucurrent-text);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-left: 1rem;
}

.btn,
.form-control,
.form-select {
    border-radius: 8px;
}

.btn-primary,
.btn-shop {
    --bs-btn-bg: var(--lucurrent-gold);
    --bs-btn-border-color: var(--lucurrent-gold);
    --bs-btn-hover-bg: var(--lucurrent-gold-dark);
    --bs-btn-hover-border-color: var(--lucurrent-gold-dark);
    --bs-btn-color: #211b10;
    --bs-btn-hover-color: #fff;
    font-weight: 750;
}

.btn-account,
.btn-outline-primary {
    border: 1px solid var(--lucurrent-border);
    background: #fff;
    color: var(--lucurrent-text);
    font-weight: 700;
}

.btn-account:hover,
.btn-outline-primary:hover {
    border-color: var(--lucurrent-gold);
    background: var(--lucurrent-accent);
    color: var(--lucurrent-text);
}

.flash-container {
    margin-top: 1rem;
}

.hero {
    position: relative;
    overflow: hidden;
    background: #1f1a12;
    border-bottom: 1px solid var(--lucurrent-border);
}

.hero-carousel,
.hero .carousel-inner,
.hero .carousel-item {
    min-height: calc(100vh - 78px);
}

.hero .carousel-item {
    position: relative;
}

.hero .carousel-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(255,253,247,.98) 0%, rgba(255,253,247,.9) 42%, rgba(255,253,247,.46) 68%, rgba(255,253,247,.08) 100%),
        linear-gradient(0deg, rgba(44,36,22,.14), rgba(44,36,22,.14));
}

.hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-slide-overlay {
    position: relative;
    z-index: 2;
    display: grid;
    align-items: center;
    min-height: calc(100vh - 78px);
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.hero-content {
    max-width: 620px;
}

.hero h1,
.page-hero h1,
.section-title h2,
.content-page h1,
.article-detail h1 {
    font-family: var(--font-display);
    letter-spacing: 0;
    color: var(--lucurrent-text);
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 6.2rem);
    line-height: .96;
    margin-bottom: 1.4rem;
}

.hero p {
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    max-width: 560px;
    color: var(--lucurrent-muted);
    margin-bottom: 2rem;
}

.hero-control {
    width: clamp(2.8rem, 5vw, 4rem);
    z-index: 3;
}

.hero-control-prev {
    left: .35rem;
}

.hero-control-next {
    right: .35rem;
}

.hero-indicators {
    right: auto;
    bottom: 1.25rem;
    left: calc((100vw - min(100vw, 1320px)) / 2 + .75rem);
    z-index: 4;
    justify-content: flex-start;
    margin: 0;
}

.hero-indicators [data-bs-target] {
    width: 38px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(44, 36, 22, .42);
    opacity: 1;
}

.hero-indicators .active {
    background-color: var(--lucurrent-gold-dark);
}

.hero-actions,
.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
}

.section-band {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
}

.section-band.alt {
    background: linear-gradient(180deg, var(--lucurrent-bg), #fff8e8);
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.section-title h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    margin: 0;
}

.section-title p {
    max-width: 520px;
    color: var(--lucurrent-muted);
    margin: .6rem 0 0;
}

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

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

.article-card {
    background: var(--lucurrent-surface);
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(66, 50, 18, .07);
    height: 100%;
}

.article-card-image {
    aspect-ratio: 4 / 3;
    background: var(--lucurrent-crystal);
    overflow: hidden;
}

.article-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.article-card:hover img {
    transform: scale(1.035);
}

.article-card-body {
    padding: 1.2rem;
}

.article-category {
    display: inline-block;
    margin-bottom: .55rem;
    color: var(--lucurrent-gold-dark);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.article-card h3 {
    font-family: var(--font-display);
    font-size: 1.45rem;
    line-height: 1.16;
    margin-bottom: .65rem;
}

.article-card p {
    color: var(--lucurrent-muted);
    margin-bottom: 1rem;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    color: #8b806f;
    font-size: .86rem;
    font-weight: 650;
}

.shop-products-band {
    background: linear-gradient(180deg, #fffdf7, #f7f9f2);
    border-bottom: 1px solid rgba(125, 141, 120, .22);
}

.shop-carousel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.shop-carousel-panel {
    background: #fff;
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    padding: clamp(1rem, 2vw, 1.25rem);
    box-shadow: 0 12px 34px rgba(66, 50, 18, .07);
    min-width: 0;
}

.shop-carousel-heading {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.shop-carousel-heading h3 {
    font-family: var(--font-display);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.08;
    margin: 0;
}

.shop-carousel-heading p {
    color: var(--lucurrent-muted);
    margin: .35rem 0 0;
    font-size: .95rem;
}

.shop-carousel-controls {
    display: inline-flex;
    gap: .45rem;
    flex: 0 0 auto;
}

.shop-carousel-controls button {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lucurrent-border);
    border-radius: 50%;
    background: #fff;
    color: var(--lucurrent-text);
}

.shop-carousel-controls button:hover {
    border-color: var(--lucurrent-gold);
    background: var(--lucurrent-accent);
}

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

.shop-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    border: 1px solid rgba(234, 223, 190, .82);
    border-radius: 8px;
    overflow: hidden;
    background: #fffefb;
}

.shop-product-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: var(--lucurrent-crystal);
}

.shop-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.shop-product-card:hover .shop-product-image img {
    transform: scale(1.035);
}

.product-badge {
    position: absolute;
    left: .55rem;
    top: .55rem;
    max-width: calc(100% - 1.1rem);
    border-radius: 999px;
    background: rgba(44, 36, 22, .88);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1;
    padding: .38rem .5rem;
}

.shop-product-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: .55rem;
    padding: .85rem;
}

.shop-product-body h3 {
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.shop-product-body p {
    color: var(--lucurrent-muted);
    font-size: .86rem;
    line-height: 1.45;
    margin: 0;
}

.shop-product-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .45rem;
    margin-top: auto;
}

.sale-price {
    color: var(--lucurrent-gold-dark);
    font-weight: 850;
}

.original-price {
    color: #918575;
    font-size: .85rem;
    text-decoration: line-through;
}

.culture-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 430px);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
}

.culture-copy h2 {
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 5vw, 4.2rem);
    line-height: 1;
    margin-bottom: 1.2rem;
}

.culture-copy p {
    color: var(--lucurrent-muted);
    font-size: 1.05rem;
}

.culture-image {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--lucurrent-border);
    box-shadow: var(--lucurrent-shadow);
}

.culture-image img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.page-hero {
    padding: clamp(3rem, 7vw, 5rem) 0;
    background: linear-gradient(135deg, #fffdf7, #f6ecd2);
    border-bottom: 1px solid var(--lucurrent-border);
}

.page-hero h1 {
    font-size: clamp(2.6rem, 6vw, 5rem);
    line-height: 1;
}

.page-hero p {
    max-width: 680px;
    color: var(--lucurrent-muted);
    font-size: 1.12rem;
}

.content-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 2rem;
    align-items: start;
}

.content-page,
.article-detail,
.auth-panel,
.admin-panel {
    background: #fff;
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    padding: clamp(1.25rem, 4vw, 2.4rem);
    box-shadow: 0 12px 36px rgba(70, 54, 19, .06);
}

.content-page .rich-text,
.article-detail .rich-text {
    color: #3c3427;
}

.rich-text h2,
.rich-text h3 {
    font-family: var(--font-display);
    margin-top: 1.8rem;
}

.rich-text img {
    border-radius: 8px;
    margin: 1.4rem 0;
}

.article-sidebar {
    position: sticky;
    top: 102px;
    background: #fff;
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    padding: 1.25rem;
}

.article-sidebar h2 {
    font-family: var(--font-display);
    font-size: 1.45rem;
    margin-bottom: .9rem;
}

.sidebar-link {
    display: block;
    padding: .65rem .7rem;
    border-radius: 6px;
    color: var(--lucurrent-muted);
    font-weight: 650;
}

.sidebar-link.active,
.sidebar-link:hover {
    background: var(--lucurrent-accent);
    color: var(--lucurrent-text);
}

.auth-shell {
    min-height: calc(100vh - 78px);
    display: grid;
    align-items: center;
    padding: 3rem 0;
}

.auth-panel {
    max-width: 480px;
    margin: 0 auto;
}

.auth-panel h1,
.admin-panel h1 {
    font-family: var(--font-display);
    margin-bottom: 1rem;
}

.admin-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 100vh;
    background: #fbf6e8;
}

.admin-sidebar {
    background: #2c2416;
    color: #fff;
    padding: 1.4rem;
}

.admin-sidebar a {
    display: block;
    color: rgba(255,255,255,.78);
    padding: .7rem .8rem;
    border-radius: 6px;
    font-weight: 700;
}

.admin-sidebar a.active,
.admin-sidebar a:hover {
    background: rgba(201, 168, 76, .22);
    color: #fff;
}

.admin-sidebar .admin-subnav {
    display: grid;
    gap: 2px;
    margin: -.15rem 0 .25rem;
    padding-left: 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.admin-sidebar .admin-subnav a {
    padding: .48rem .65rem;
    color: rgba(255, 255, 255, .62);
    font-size: .76rem;
}

.admin-sidebar .admin-subnav a.active {
    background: rgba(201, 168, 76, .16);
    color: #fff;
}

.admin-main {
    padding: clamp(1rem, 3vw, 2rem);
}

.admin-stat {
    min-height: 116px;
    padding: 1.2rem;
    border: 1px solid var(--lucurrent-border);
    border-radius: 6px;
    background: #fff;
}

.admin-stat span {
    display: block;
    color: #746b5c;
    font-size: .78rem;
    font-weight: 700;
}

.admin-stat strong {
    display: block;
    margin-top: .35rem;
    color: #2d4d3d;
    font-family: var(--font-display);
    font-size: 2.1rem;
    font-weight: 500;
}

.admin-panel img {
    max-height: 220px;
    object-fit: cover;
}

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

.stat-card {
    background: #fff;
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    padding: 1.2rem;
}

.stat-card strong {
    display: block;
    font-family: var(--font-display);
    font-size: 2.2rem;
    line-height: 1;
}

.table {
    --bs-table-bg: #fff;
}

.profile-grid,
.community-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: 1.25rem;
    align-items: start;
}

.profile-preview {
    display: flex;
    gap: 1rem;
    align-items: start;
}

.community-toolbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.community-search {
    display: flex;
    gap: .6rem;
}

.community-hot-tags,
.community-post-tags,
.badge-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.topic-chip,
.community-post-tags a {
    border: 1px solid var(--lucurrent-border);
    border-radius: 999px;
    background: #fff;
    color: var(--lucurrent-gold-dark);
    font-size: .85rem;
    font-weight: 800;
    padding: .35rem .65rem;
}

.community-type-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 1.25rem;
}

.community-type-tabs a {
    border: 1px solid var(--lucurrent-border);
    border-radius: 999px;
    background: #fff;
    color: var(--lucurrent-muted);
    font-weight: 800;
    padding: .5rem .8rem;
}

.community-type-tabs a.active,
.community-type-tabs a:hover {
    border-color: var(--lucurrent-gold);
    background: var(--lucurrent-accent);
    color: var(--lucurrent-text);
}

.community-post-list {
    display: grid;
    gap: .9rem;
}

.community-post-row {
    background: #fff;
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    padding: 1.15rem;
    box-shadow: 0 10px 28px rgba(66, 50, 18, .05);
}

.community-post-row h2,
.community-post-detail h1 {
    font-family: var(--font-display);
    letter-spacing: 0;
}

.community-post-row h2 {
    font-size: 1.6rem;
    margin: .35rem 0 .45rem;
}

.community-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    color: var(--lucurrent-muted);
    font-size: .86rem;
    font-weight: 750;
}

.community-author-card {
    background: #fff;
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    padding: 1.2rem;
    box-shadow: 0 12px 36px rgba(70, 54, 19, .06);
}

.community-avatar {
    width: 88px;
    height: 88px;
    border: 1px solid var(--lucurrent-border);
    border-radius: 8px;
    object-fit: cover;
    background: var(--lucurrent-crystal);
}

.badge-strip img,
.badge-icon {
    width: 25px;
    height: 25px;
    border-radius: 4px;
    object-fit: contain;
    background: #fff;
    border: 1px solid var(--lucurrent-border);
}

.community-signature {
    border-top: 1px solid var(--lucurrent-border);
    color: var(--lucurrent-muted);
    font-size: .92rem;
    margin-top: 1rem;
    padding-top: .8rem;
}

.community-reply,
.message-row {
    border-top: 1px solid var(--lucurrent-border);
    padding: 1rem 0;
}

.community-reply:first-child,
.message-row:first-child {
    border-top: 0;
}

.message-row.unread h2::after {
    content: "Unread";
    display: inline-block;
    margin-left: .5rem;
    border-radius: 999px;
    background: var(--lucurrent-gold);
    color: #211b10;
    font-family: var(--font-ui);
    font-size: .72rem;
    padding: .2rem .45rem;
}

.pagination-wrap {
    margin-top: 2rem;
}

.page-link {
    color: var(--lucurrent-text);
    border-color: var(--lucurrent-border);
}

.page-item.active .page-link {
    background: var(--lucurrent-gold);
    border-color: var(--lucurrent-gold);
    color: #1e170b;
}

.site-footer {
    background: #2c2416;
    color: rgba(255,255,255,.82);
    padding: 3rem 0 1.5rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .7fr .7fr;
    gap: 2rem;
}

.site-footer h2 {
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff;
}

.site-footer a {
    display: block;
    color: rgba(255,255,255,.78);
    margin-bottom: .45rem;
}

.site-footer a:hover {
    color: var(--lucurrent-gold-light);
}

.footer-brand {
    color: #fff;
    margin-bottom: 1rem;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(255,255,255,.14);
    margin-top: 2rem;
    padding-top: 1rem;
    color: rgba(255,255,255,.62);
    font-size: .92rem;
}

@media (max-width: 991.98px) {
    .nav-actions {
        margin: .8rem 0 0;
        align-items: stretch;
        flex-direction: column;
    }

    .hero-carousel,
    .hero .carousel-inner,
    .hero .carousel-item,
    .hero-slide-overlay {
        min-height: 680px;
    }

    .hero .carousel-item::before {
        background:
            linear-gradient(180deg, rgba(255,253,247,.98) 0%, rgba(255,253,247,.92) 48%, rgba(255,253,247,.56) 78%, rgba(255,253,247,.22) 100%),
            linear-gradient(0deg, rgba(44,36,22,.12), rgba(44,36,22,.12));
    }

    .hero-slide-overlay {
        align-items: start;
        padding: 3rem 0 7rem;
    }

    .hero-slide-image {
        object-position: center bottom;
    }

    .hero-indicators {
        left: .75rem;
        bottom: 1rem;
    }

    .article-grid,
    .article-list-grid,
    .shop-carousel-grid,
    .content-wrap,
    .profile-grid,
    .community-toolbar,
    .community-detail-layout,
    .culture-strip,
    .footer-grid,
    .admin-layout {
        grid-template-columns: 1fr;
    }

    .article-sidebar {
        position: static;
    }

    .admin-sidebar {
        position: static;
    }
}

@media (max-width: 575.98px) {
    .section-title,
    .footer-bottom {
        align-items: start;
        flex-direction: column;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero-carousel,
    .hero .carousel-inner,
    .hero .carousel-item,
    .hero-slide-overlay {
        min-height: 620px;
    }

    .hero-control {
        display: none;
    }

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

    .shop-product-grid {
        grid-template-columns: 1fr;
    }

    .shop-carousel-heading {
        align-items: start;
        flex-direction: column;
    }
}

/* Selected homepage direction: Luminous Gallery. */
.home-page {
    background: #fff;
    color: var(--lucurrent-text);
}

.home-page main {
    position: relative;
    overflow: clip;
    isolation: isolate;
}

.home-page .site-nav {
    min-height: 82px;
    background: rgba(255, 255, 255, .92);
    border-bottom-color: rgba(32, 27, 22, .1);
}

.home-page.has-scrolled .site-nav {
    box-shadow: 0 10px 35px rgba(35, 31, 26, .06);
}

.home-page .navbar-brand {
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 500;
}

.home-page .brand-mark {
    display: none;
}

.home-page .nav-link {
    color: #38342f;
    font-size: .82rem;
    font-weight: 600;
    position: relative;
}

.home-page .nav-link::after {
    content: "";
    position: absolute;
    right: .85rem;
    bottom: .35rem;
    left: .85rem;
    height: 1px;
    background: var(--lucurrent-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s ease;
}

.home-page .nav-link.active::after,
.home-page .nav-link:hover::after {
    transform: scaleX(1);
}

.home-page .btn-shop,
.home-page .btn-account {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-color: transparent;
    background: transparent;
    font-size: .82rem;
    font-weight: 600;
}

.home-page .btn-shop:hover,
.home-page .btn-account:hover {
    border-color: var(--lucurrent-border);
    background: #fff;
    color: var(--lucurrent-text);
}

.home-light-field {
    --parallax-y: 0px;
    position: fixed;
    inset: 82px 0 0;
    z-index: 0;
    pointer-events: none;
    background: url("../images/generated/hero-crystal-jewelry.png") center / cover no-repeat;
    opacity: .035;
    transform: translate3d(0, var(--parallax-y), 0) scale(1.04);
}

.home-hero,
.home-hero .hero-carousel,
.home-hero .carousel-inner,
.home-hero .carousel-item,
.home-hero .hero-slide-overlay {
    min-height: clamp(520px, calc(72vh - 82px), 700px);
}

.home-hero {
    background: #fff;
    border-bottom: 0;
    isolation: isolate;
}

.home-page .hero .carousel-item::before {
    display: none;
}

.home-hero .hero-visual {
    --parallax-y: 0px;
    position: absolute;
    inset: -22px -1px -22px auto;
    width: 62%;
    z-index: 0;
    overflow: hidden;
    clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
    transform: translate3d(0, var(--parallax-y), 0);
}

.home-hero .hero-slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% center;
    transform: scale(1.04);
    transition: transform 7s cubic-bezier(.2, .65, .25, 1);
}

.home-hero .carousel-item.active .hero-slide-image {
    transform: scale(1);
}

.home-hero .hero-slide-overlay {
    position: relative;
    z-index: 2;
    align-items: center;
    padding: 3rem 0 4.5rem;
}

.home-hero .hero-content {
    width: min(49%, 650px);
    max-width: none;
    margin-left: clamp(4.5rem, 8vw, 7.5rem);
}

.home-hero h1 {
    max-width: 650px;
    margin: 0 0 1.4rem;
    font-family: var(--font-display);
    font-size: clamp(4rem, 5.5vw, 5.65rem);
    font-weight: 400;
    line-height: 1.03;
}

.home-hero .hero-copy-rule {
    display: block;
    width: clamp(150px, 19vw, 260px);
    height: 1px;
    margin-bottom: 1.35rem;
    background: var(--lucurrent-gold);
}

.home-hero p {
    max-width: 390px;
    margin-bottom: 1.8rem;
    color: #514c46;
    font-size: .95rem;
    line-height: 1.65;
}

.home-hero .btn-primary {
    min-width: 210px;
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--lucurrent-gold);
    border-radius: 0;
    background: transparent;
    color: var(--lucurrent-gold-dark);
    font-size: .9rem;
    font-weight: 600;
}

.home-hero .btn-primary .bi {
    margin-left: 1.4rem;
    font-size: 1rem;
}

.home-hero .btn-primary:hover {
    background: var(--lucurrent-gold);
    color: #fff;
}

.home-hero .hero-indicators {
    display: none;
}

.hero-progress-rail {
    position: absolute;
    top: 10%;
    bottom: 14%;
    left: clamp(1.4rem, 2.6vw, 2.8rem);
    z-index: 5;
    display: grid;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    gap: .65rem;
    color: #4c4741;
    font-size: .72rem;
    font-weight: 600;
}

.hero-progress-line {
    position: relative;
    display: block;
    width: 1px;
    height: 100%;
    background: #c9c6bf;
}

.hero-progress-line i {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: var(--scroll-progress-percent, 18%);
    min-height: 18%;
    background: var(--lucurrent-gold);
}

.home-hero .hero-control {
    top: auto;
    bottom: 1.8rem;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    opacity: .9;
}

.home-hero .hero-control-prev {
    right: 5rem;
    left: auto;
}

.home-hero .hero-control-next {
    right: 1.7rem;
}

.home-hero .carousel-control-prev-icon,
.home-hero .carousel-control-next-icon {
    width: 1rem;
    height: 1rem;
}

.home-page .section-band {
    position: relative;
    z-index: 1;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
}

.home-page .section-title {
    align-items: center;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.home-page .section-title h2,
.home-page .culture-copy h2 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: 0;
}

.home-page .section-title h2 {
    font-size: clamp(3rem, 4vw, 4.2rem);
    line-height: 1;
}

.home-page .section-title p {
    max-width: 560px;
    color: var(--lucurrent-muted);
    font-size: .94rem;
}

.home-page .section-title .btn,
.home-page .section-actions .btn {
    border-radius: 0;
    background: transparent;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.shop-products-band {
    z-index: 2;
    padding-top: 2rem !important;
    background: #f7f8f6;
    border: 0;
}

.home-page .shop-carousel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 4vw, 4.5rem);
}

.home-page .shop-carousel-panel {
    min-width: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-page .shop-carousel-panel:first-child {
    padding-right: clamp(1rem, 2vw, 2.2rem);
    border-right: 1px solid #d9d8d3;
}

.home-page .shop-carousel-heading {
    align-items: center;
    min-height: 56px;
    margin-bottom: 1.15rem;
    padding-bottom: .9rem;
    border-bottom: 1px solid #d5d3cd;
}

.home-page .shop-carousel-heading h3 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 2.5vw, 2.2rem);
    font-weight: 400;
}

.home-page .shop-carousel-heading p {
    font-size: .78rem;
}

.home-page .shop-carousel-controls button {
    width: 40px;
    height: 40px;
    border-color: #d3d1cb;
    border-radius: 50%;
    background: transparent;
}

.home-page .shop-product-grid {
    gap: 1rem;
}

.home-page .shop-product-card {
    border: 0;
    border-radius: 0;
    background: transparent;
}

.home-page .shop-product-image {
    aspect-ratio: 4 / 5;
    background: #ecefeb;
}

.home-page .shop-product-card:hover .shop-product-image img {
    transform: scale(1.025);
}

.home-page .product-badge {
    left: .5rem;
    top: .5rem;
    border-radius: 0;
    background: rgba(31, 27, 22, .84);
    font-size: .65rem;
    letter-spacing: 0;
}

.home-page .shop-product-body {
    gap: .4rem;
    padding: .85rem 0 0;
}

.home-page .shop-product-body h3 {
    font-family: var(--font-display);
    font-size: 1.08rem;
    font-weight: 400;
}

.home-page .shop-product-body p {
    display: none;
}

.home-page .shop-product-body .btn {
    align-self: flex-start;
    padding: .3rem 0;
    border: 0;
    border-bottom: 1px solid var(--lucurrent-gold);
    border-radius: 0;
    background: transparent;
    color: var(--lucurrent-text);
    font-size: .7rem;
    text-transform: uppercase;
}

.journal-band {
    background: rgba(255, 255, 255, .94);
}

.featured-journal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
    gap: clamp(1.5rem, 4vw, 4.5rem);
    align-items: start;
}

.featured-journal-lead {
    --parallax-y: 0px;
    transform: translate3d(0, var(--parallax-y), 0);
}

.featured-journal-side {
    display: grid;
    gap: 2rem;
    padding-top: clamp(2rem, 7vw, 6rem);
}

.home-page .article-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-page .article-card-image {
    border-radius: 0;
    background: #eef1ef;
}

.home-page .featured-journal-lead .article-card-image {
    aspect-ratio: 16 / 10;
}

.home-page .featured-journal-side .article-card {
    display: grid;
    grid-template-columns: minmax(130px, 42%) 1fr;
    gap: 1.1rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--lucurrent-border);
}

.home-page .featured-journal-side .article-card-image {
    aspect-ratio: 4 / 5;
}

.home-page .article-card-body {
    padding: 1.25rem 0 0;
}

.home-page .featured-journal-side .article-card-body {
    padding: .2rem 0 0;
}

.home-page .article-category {
    color: var(--lucurrent-gold-dark);
    font-size: .68rem;
    letter-spacing: 0;
}

.home-page .article-card h3 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 2.4vw, 2.4rem);
    font-weight: 400;
}

.home-page .featured-journal-lead .article-card h3 {
    max-width: 760px;
    font-size: clamp(2.5rem, 4.4vw, 4rem);
}

.home-page .article-card p {
    color: var(--lucurrent-muted);
    font-size: .9rem;
}

.culture-band {
    overflow: hidden;
    background: #edf0ec !important;
}

.home-page .culture-strip {
    grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
    gap: clamp(3rem, 8vw, 8rem);
}

.home-page .culture-copy {
    order: 2;
    position: relative;
    z-index: 2;
}

.home-page .culture-copy h2 {
    font-size: clamp(3.2rem, 5.6vw, 5.6rem);
    line-height: 1;
}

.home-page .culture-copy p {
    max-width: 570px;
    color: #5c625d;
}

.home-page .culture-image {
    --parallax-y: 0px;
    order: 1;
    margin: -2rem 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translate3d(0, var(--parallax-y), 0);
    clip-path: polygon(0 8%, 100% 0, 92% 100%, 0 92%);
}

.home-page .culture-image img {
    aspect-ratio: 4 / 5.2;
}

.latest-band {
    background: rgba(255, 255, 255, .94);
}

.home-page .latest-article-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: clamp(1.25rem, 2.5vw, 2.5rem);
}

.home-page .latest-article-grid .article-card {
    grid-column: span 4;
}

.home-page .latest-article-grid .article-card:nth-child(1),
.home-page .latest-article-grid .article-card:nth-child(4) {
    grid-column: span 7;
}

.home-page .latest-article-grid .article-card:nth-child(2),
.home-page .latest-article-grid .article-card:nth-child(5) {
    grid-column: span 5;
    padding-top: clamp(2rem, 7vw, 6rem);
}

.home-page .latest-article-grid .article-card:nth-child(3),
.home-page .latest-article-grid .article-card:nth-child(6) {
    grid-column: span 6;
}

.home-page .latest-article-grid .article-card-image {
    aspect-ratio: 16 / 10;
}

.home-page .site-footer {
    background: #1f1b17;
}

.home-page .footer-brand {
    font-family: var(--font-display);
    font-size: 1.8rem;
    font-weight: 400;
}

.reveal-on-scroll {
    opacity: 0;
    transform: translate3d(0, 42px, 0);
    transition: opacity .8s ease, transform .9s cubic-bezier(.2, .7, .2, 1);
}

.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1199.98px) {
    .home-hero .hero-content {
        width: 52%;
        margin-left: 4rem;
    }

    .home-hero h1 {
        font-size: clamp(3.5rem, 6vw, 4.8rem);
    }

    .home-page .shop-carousel-grid {
        gap: 2rem;
    }
}

@media (max-width: 991.98px) {
    .home-page .site-nav {
        min-height: 72px;
    }

    .home-page .brand-mark {
        display: inline-flex;
    }

    .home-hero,
    .home-hero .hero-carousel,
    .home-hero .carousel-inner,
    .home-hero .carousel-item,
    .home-hero .hero-slide-overlay {
        min-height: 760px;
    }

    .home-hero .hero-visual {
        inset: auto 0 -20px;
        width: 100%;
        height: 54%;
        clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
    }

    .home-hero .hero-slide-overlay {
        align-items: start;
        padding: 3.2rem 0 0;
    }

    .home-hero .hero-content {
        width: auto;
        max-width: 620px;
        margin-left: 2.8rem;
    }

    .home-hero h1 {
        max-width: 620px;
        font-size: clamp(3.2rem, 8vw, 4.6rem);
    }

    .hero-progress-rail {
        left: 1rem;
        bottom: 48%;
    }

    .home-hero .hero-control {
        bottom: 1rem;
    }

    .home-page .shop-carousel-grid,
    .featured-journal-layout,
    .home-page .culture-strip {
        grid-template-columns: 1fr;
    }

    .home-page .shop-carousel-panel:first-child {
        padding: 0 0 2.5rem;
        border-right: 0;
        border-bottom: 1px solid var(--lucurrent-border);
    }

    .featured-journal-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-top: 0;
    }

    .home-page .featured-journal-side .article-card {
        grid-template-columns: 1fr;
    }

    .home-page .culture-copy,
    .home-page .culture-image {
        order: initial;
    }

    .home-page .culture-image {
        width: min(78vw, 560px);
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .home-page .section-band {
        padding: 4.5rem 0;
    }

    .home-page .section-title h2 {
        font-size: clamp(2.8rem, 12vw, 4rem);
    }

    .home-page .latest-article-grid .article-card,
    .home-page .latest-article-grid .article-card:nth-child(n) {
        grid-column: span 12;
        padding-top: 0;
    }
}

@media (max-width: 575.98px) {
    .home-hero,
    .home-hero .hero-carousel,
    .home-hero .carousel-inner,
    .home-hero .carousel-item,
    .home-hero .hero-slide-overlay {
        min-height: 700px;
    }

    .home-hero .hero-slide-overlay {
        padding-top: 2.2rem;
    }

    .home-hero .hero-content {
        margin-left: 1.3rem;
        padding-right: 1rem;
    }

    .home-hero h1 {
        max-width: 430px;
        font-size: clamp(2.8rem, 14vw, 3.6rem);
    }

    .home-hero p {
        max-width: 330px;
        font-size: .86rem;
    }

    .hero-progress-rail {
        display: none;
    }

    .home-hero .hero-visual {
        height: 45%;
        clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%);
    }

    .home-hero .btn-primary {
        min-width: 190px;
        min-height: 48px;
    }

    .home-page .shop-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: .55rem;
    }

    .home-page .shop-product-body h3 {
        font-size: .92rem;
    }

    .home-page .shop-product-body .btn,
    .home-page .shop-product-body p {
        display: none;
    }

    .featured-journal-side {
        grid-template-columns: 1fr;
    }

    .home-page .culture-copy h2 {
        font-size: clamp(2.8rem, 13vw, 4rem);
    }
}

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

    .reveal-on-scroll {
        opacity: 1;
        transform: none;
    }

    .home-light-field,
    [data-parallax] {
        transform: none !important;
    }
}

.admin-setting-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    border-left: 3px solid #c39a3f;
    color: #5f584c;
    background: #f7f3e8;
}

.admin-setting-note > i {
    color: #9b7528;
    font-size: 1.25rem;
}

.admin-setting-note p {
    margin: 3px 0 0;
    font-size: .86rem;
}

.badge-icon-admin {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.admin-member-avatar {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(143, 105, 29, .25);
    border-radius: 50%;
    object-fit: cover;
}

.admin-member-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #e7e1d4;
    border-bottom: 1px solid #e7e1d4;
}

.admin-member-summary span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    padding: 14px;
}

.admin-member-summary small {
    color: #746d62;
}

.admin-member-summary strong {
    overflow-wrap: anywhere;
}

.admin-community-module-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.admin-community-module-grid > a {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 3px 10px;
    align-items: center;
    min-height: 88px;
    padding: 16px;
    border: 1px solid #ded8ca;
    border-radius: 6px;
    background: #fff;
    color: #2f332f;
    text-decoration: none;
}

.admin-community-module-grid > a:hover,
.admin-community-module-grid > a:focus-visible {
    border-color: #a98535;
    box-shadow: 0 8px 24px rgba(51, 54, 48, .08);
}

.admin-community-module-grid i {
    grid-row: 1 / span 2;
    color: #8d6a21;
    font-size: 1.25rem;
}

.admin-community-module-grid span {
    color: #716c62;
    font-size: .78rem;
}

@media (max-width: 767.98px) {
    .admin-community-module-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .admin-member-summary {
        grid-template-columns: minmax(0, 1fr);
    }
}
