/* Gunakan #navbar agar spesifisitas cukup untuk override left/right base */
body.theme-homepage-craft #navbar.nav--craft-studio {
    left: 50%;
    right: auto;
    top: 1rem;
    width: min(1180px, calc(100% - 2rem));
    padding: .72rem .8rem .72rem 1rem;
    border: 1px solid rgba(254,251,248,.18);
    border-radius: 999px;
    background: rgba(58,44,36,.68);
    color: var(--ivory);
    box-shadow: 0 18px 55px rgba(31,24,21,.22);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
    justify-content: center;
    gap: 1.5rem;
}

body.theme-homepage-craft #navbar.nav--craft-studio.scrolled {
    top: .65rem;
    padding: .58rem .72rem .58rem .9rem;
    border-color: rgba(58,44,36,.12);
    background: rgba(254,251,248,.9);
    box-shadow: 0 16px 42px rgba(31,24,21,.12);
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-logo {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: .28rem .7rem .28rem .28rem;
    border-radius: 999px;
    background: rgba(254,251,248,.1);
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-logo img {
    height: 36px;
    max-width: 180px;
    object-fit: contain;
    filter: none;
}

body.theme-homepage-craft #navbar.nav--craft-studio.scrolled .nav-logo img {
    height: 32px;
    filter: none;
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-links {
    gap: .35rem;
    padding: .24rem;
    border-radius: 999px;
    background: rgba(254,251,248,.08);
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 .92rem;
    border-radius: 999px;
    color: rgba(254,251,248,.86);
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .08em;
}

body.theme-homepage-craft #navbar.nav--craft-studio.scrolled .nav-links {
    background: rgba(58,44,36,.06);
}

body.theme-homepage-craft #navbar.nav--craft-studio.scrolled .nav-links a {
    color: #5f4638;
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-links a::after {
    display: none;
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-links a:hover {
    background: rgba(240,195,134,.18);
    color: #f0c386;
}

body.theme-homepage-craft #navbar.nav--craft-studio.scrolled .nav-links a:hover {
    background: rgba(192,112,76,.14);
    color: #3a2c24;
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-cta {
    background: #f0c386 !important;
    color: #3a2c24 !important;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(31,24,21,.16);
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-cta:hover {
    background: #f7d59e !important;
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-hamburger {
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(254,251,248,.12);
}

body.theme-homepage-craft #navbar.nav--craft-studio .nav-hamburger span {
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--ivory);
}

body.theme-homepage-craft #navbar.nav--craft-studio.scrolled .nav-hamburger {
    background: rgba(58,44,36,.08);
}

body.theme-homepage-craft #navbar.nav--craft-studio.scrolled .nav-hamburger span {
    background: #3a2c24;
}

body.theme-homepage-craft .mobile-menu {
    background:
        radial-gradient(circle at 20% 0%, rgba(240,195,134,.18), transparent 32%),
        linear-gradient(135deg, rgba(58,44,36,.98), rgba(31,24,21,.98));
}

body.theme-homepage-craft .mobile-menu a {
    color: var(--ivory);
}

body.theme-homepage-craft .mobile-menu a:hover,
body.theme-homepage-craft .mobile-close {
    color: #f0c386;
}

body.theme-homepage-craft .wa-craft-hero {
    min-height: 100svh;
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr);
    gap: clamp(1.2rem, 2.4vw, 2.6rem);
    align-items: stretch;
    padding: clamp(6.2rem, 9vw, 8rem) clamp(1.3rem, 4vw, 4.5rem) clamp(2.2rem, 4vw, 4rem);
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(58,44,36,.94), rgba(58,44,36,.78) 44%, rgba(137,145,107,.28)),
        var(--craft-hero-bg) center/cover no-repeat,
        var(--linen);
    color: var(--ivory);
}

body.theme-homepage-craft .wa-craft-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(31,24,21,.46), transparent 52%),
        repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0 1px, transparent 1px 112px);
    pointer-events: none;
}

body.theme-homepage-craft .wa-craft-hero__copy,
body.theme-homepage-craft .wa-craft-hero__atelier {
    position: relative;
    z-index: 1;
}

body.theme-homepage-craft .wa-craft-hero__copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 640px;
    padding: 1rem 0;
}

body.theme-homepage-craft .wa-craft-hero__eyebrow {
    width: fit-content;
    margin-bottom: 1.1rem;
    padding: .5rem .72rem;
    border: 1px solid rgba(248,242,234,.2);
    border-radius: 999px;
    background: rgba(248,242,234,.08);
    color: #f2d0aa;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

body.theme-homepage-craft .wa-craft-hero__title {
    margin: 0;
    max-width: 11ch;
    color: var(--ivory);
    font-family: var(--font-display);
    font-size: clamp(3.1rem, 6vw, 6.4rem);
    font-weight: 400;
    line-height: .96;
    letter-spacing: 0;
}

body.theme-homepage-craft .wa-craft-hero__title strong {
    display: block;
    color: #f0c386;
    font-weight: 400;
}

body.theme-homepage-craft .wa-craft-hero__title em {
    color: #f0c386;
    font-style: normal;
}

body.theme-homepage-craft .wa-craft-hero__desc {
    max-width: 54ch;
    margin: 1.45rem 0 0;
    color: rgba(254,251,248,.78);
    font-size: 1rem;
    line-height: 1.75;
}

body.theme-homepage-craft .wa-craft-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.35rem;
}

body.theme-homepage-craft .wa-craft-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .6rem .78rem;
    border-radius: 999px;
    background: rgba(248,242,234,.12);
    border: 1px solid rgba(248,242,234,.14);
    color: rgba(254,251,248,.9);
    font-size: .86rem;
}

body.theme-homepage-craft .wa-craft-hero__chips span::before {
    content: "";
    width: .76rem;
    height: .76rem;
    flex-shrink: 0;
    background: #f0c386;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.25l2.18 5.47 5.57 2.2-5.57 2.2L12 17.75l-2.18-5.63-5.57-2.2 5.57-2.2L12 2.25Zm0 3.89-1.24 3.2-3.2 1.27 3.2 1.27L12 15.08l1.24-3.2 3.2-1.27-3.2-1.27L12 6.14Z' fill='%23000'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.25l2.18 5.47 5.57 2.2-5.57 2.2L12 17.75l-2.18-5.63-5.57-2.2 5.57-2.2L12 2.25Zm0 3.89-1.24 3.2-3.2 1.27 3.2 1.27L12 15.08l1.24-3.2 3.2-1.27-3.2-1.27L12 6.14Z' fill='%23000'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

body.theme-homepage-craft .wa-craft-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-top: 2rem;
}

body.theme-homepage-craft .wa-craft-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 1.2rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

body.theme-homepage-craft .wa-craft-hero__btn:hover {
    transform: translateY(-1px);
}

body.theme-homepage-craft .wa-craft-hero__btn.is-primary {
    background: #f0c386;
    color: #3a2c24;
}

body.theme-homepage-craft .wa-craft-hero__btn.is-secondary {
    border: 1px solid rgba(254,251,248,.26);
    color: var(--ivory);
    background: rgba(254,251,248,.08);
}

body.theme-homepage-craft .wa-craft-hero__atelier {
    display: grid;
    grid-template-columns: minmax(220px, 1.15fr) minmax(150px, .85fr) minmax(150px, .85fr);
    grid-template-rows: repeat(2, minmax(210px, 1fr));
    gap: .85rem;
    align-self: stretch;
    min-height: 620px;
}

body.theme-homepage-craft .wa-craft-hero__photo {
    position: relative;
    overflow: hidden;
    min-width: 0;
    margin: 0;
    border-radius: 28px;
    background: rgba(248,242,234,.12);
    border: 1px solid rgba(248,242,234,.16);
    box-shadow: 0 24px 70px rgba(31,24,21,.2);
}

body.theme-homepage-craft .wa-craft-hero__photo.is-featured {
    grid-row: 1 / span 2;
}

body.theme-homepage-craft .wa-craft-hero__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 1s ease;
}

body.theme-homepage-craft .wa-craft-hero__photo:hover img {
    transform: scale(1.035);
}

body.theme-homepage-craft .wa-craft-hero__mobile-showcase {
    display: none;
}

body.theme-homepage-craft .wa-craft-hero__mobile-featured {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(248,242,234,.16);
    background: rgba(248,242,234,.08);
    box-shadow: 0 18px 42px rgba(31,24,21,.24);
}

body.theme-homepage-craft .wa-craft-hero__mobile-featured img {
    display: block;
    width: 100%;
    aspect-ratio: 5 / 6;
    object-fit: cover;
}

body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay {
    position: absolute;
    inset: auto 0 0 0;
    padding: .9rem .88rem .88rem;
    background: linear-gradient(180deg, rgba(20,12,8,0) 0%, rgba(20,12,8,.78) 56%, rgba(20,12,8,.92) 100%);
    color: #fdf7ee;
}

body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay strong {
    display: block;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: .01em;
    line-height: 1.32;
}

body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay span {
    display: block;
    margin-top: .36rem;
    font-size: .78rem;
    line-height: 1.44;
    color: rgba(253,247,238,.84);
}

body.theme-homepage-craft .wa-craft-hero__mobile-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 31%;
    gap: .56rem;
    margin-top: .72rem;
    padding: 0 .08rem .2rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

body.theme-homepage-craft .wa-craft-hero__mobile-rail::-webkit-scrollbar {
    display: none;
}

body.theme-homepage-craft .wa-craft-hero__mobile-thumb {
    appearance: none;
    border: 1px solid rgba(248,242,234,.26);
    background: rgba(248,242,234,.08);
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 14px;
    min-height: 76px;
    cursor: pointer;
    scroll-snap-align: start;
    transition: transform .2s ease, border-color .2s ease, opacity .2s ease;
    opacity: .82;
}

body.theme-homepage-craft .wa-craft-hero__mobile-thumb img {
    width: 100%;
    height: 100%;
    min-height: 76px;
    object-fit: cover;
    display: block;
}

body.theme-homepage-craft .wa-craft-hero__mobile-thumb.is-active {
    opacity: 1;
    border-color: rgba(240,195,134,.9);
    transform: translateY(-1px);
}

body.theme-homepage-craft .section-wrap {
    max-width: 1280px;
}

body.theme-homepage-craft .featured-scroll,
body.theme-homepage-craft .gallery-grid,
body.theme-homepage-craft .homepage-articles-grid {
    gap: 1.5rem;
}

body.theme-homepage-craft .featured-category-tabs {
    margin: 1.3rem 0 1.7rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    align-items: center;
}

body.theme-homepage-craft .featured-category-tab {
    appearance: none;
    border: 1px solid rgba(58,44,36,.18);
    background: rgba(255,251,247,.72);
    color: rgba(58,44,36,.86);
    min-height: 42px;
    padding: .58rem 1.2rem;
    border-radius: 999px;
    font-size: .74rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

body.theme-homepage-craft .featured-category-tab:hover {
    border-color: rgba(166,126,88,.65);
    color: #3a2c24;
    transform: translateY(-1px);
}

body.theme-homepage-craft .featured-category-tab.is-active {
    background: linear-gradient(135deg, #3c2c24 0%, #6a4f3c 100%);
    border-color: transparent;
    color: #f5ede5;
    box-shadow: 0 12px 24px rgba(58,44,36,.2);
}

body.theme-homepage-craft .gallery-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(240,195,134,.2), transparent 33%),
        radial-gradient(circle at 84% 12%, rgba(205,128,89,.16), transparent 34%),
        linear-gradient(115deg, #251a15 0%, #3a2a23 45%, #241914 100%);
}

body.theme-homepage-craft .gallery-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,246,234,.06), rgba(19,13,10,.16)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.025) 0 1px, transparent 1px 120px);
    pointer-events: none;
}

body.theme-homepage-craft .gallery-bg .section-wrap {
    position: relative;
    z-index: 1;
}

body.theme-homepage-craft .gallery-head {
    max-width: min(900px, 100%);
    margin: 0 auto 1.3rem;
    padding: clamp(1.25rem, 2.6vw, 2.2rem) clamp(1rem, 3.2vw, 2.5rem) clamp(1rem, 2.2vw, 1.6rem);
    text-align: center;
    border: 1px solid rgba(250,246,240,.16);
    border-radius: 24px;
    background: linear-gradient(155deg, rgba(250,246,240,.06), rgba(250,246,240,.02));
    backdrop-filter: blur(4px);
    box-shadow: 0 22px 58px rgba(0,0,0,.22);
}

body.theme-homepage-craft .gallery-head .section-tag {
    justify-content: center;
}

body.theme-homepage-craft .gallery-head .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 15ch;
    line-height: 1.04;
}

body.theme-homepage-craft .gallery-head .section-subtitle {
    margin: 1rem auto 0;
    max-width: 56ch;
    text-align: center;
    color: rgba(250,246,240,.76);
}

body.theme-homepage-craft .gallery-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 1.15rem;
    padding: .58rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(250,246,240,.26);
    background: rgba(250,246,240,.08);
    color: #fbf2e6 !important;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

body.theme-homepage-craft .gallery-more-link:hover {
    transform: translateY(-1px);
    color: #f3d4a9 !important;
    border-color: rgba(243,212,169,.7);
    background: rgba(243,212,169,.12);
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

body.theme-homepage-craft .gallery-grid {
    gap: .85rem;
    margin-top: 2rem;
}

body.theme-homepage-craft .gallery-item {
    border-radius: 16px;
    border: 1px solid rgba(250,246,240,.08);
    box-shadow: 0 16px 40px rgba(0,0,0,.2);
}

body.theme-homepage-craft .gallery-item > div.gi-ph {
    min-height: 350px;
}

body.theme-homepage-craft .gallery-grid--single .gallery-item > div.gi-ph {
    min-height: 290px;
}

body.theme-homepage-craft .gallery-grid--few .gallery-item > div.gi-ph {
    min-height: 320px;
}

body.theme-homepage-craft .gallery-overlay {
    background: linear-gradient(to top, rgba(20,14,11,.78) 0%, rgba(20,14,11,.06) 62%);
    opacity: 1;
}

body.theme-homepage-craft .gallery-overlay-text {
    color: #f7eee3;
    font-size: .98rem;
    letter-spacing: .01em;
}

body.theme-homepage-craft .testi-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(240,195,134,.18), transparent 34%),
        radial-gradient(circle at 82% 16%, rgba(205,128,89,.14), transparent 32%),
        linear-gradient(120deg, #241914 0%, #342520 48%, #221713 100%);
}

body.theme-homepage-craft .testi-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,246,234,.05), rgba(19,13,10,.2)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 1px, transparent 1px 120px);
    pointer-events: none;
}

body.theme-homepage-craft .testi-bg .section-wrap {
    position: relative;
    z-index: 1;
}

body.theme-homepage-craft .testi-head {
    max-width: min(900px, 100%);
    margin: 0 auto 1.2rem;
    padding: clamp(1.25rem, 2.6vw, 2.1rem) clamp(1rem, 3.2vw, 2.4rem) clamp(1rem, 2.2vw, 1.55rem);
    text-align: center;
    border: 1px solid rgba(250,246,240,.15);
    border-radius: 24px;
    background: linear-gradient(155deg, rgba(250,246,240,.06), rgba(250,246,240,.02));
    backdrop-filter: blur(4px);
    box-shadow: 0 22px 58px rgba(0,0,0,.2);
}

body.theme-homepage-craft .testi-head .section-tag {
    justify-content: center;
}

body.theme-homepage-craft .testi-head .section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 14ch;
    line-height: 1.05;
}

body.theme-homepage-craft .testi-head .section-subtitle {
    margin: .95rem auto 0;
    max-width: 56ch;
    text-align: center;
    color: rgba(250,246,240,.76);
}

body.theme-homepage-craft .testi-more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 1.15rem;
    padding: .58rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(250,246,240,.26);
    background: rgba(250,246,240,.08);
    color: #fbf2e6 !important;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: none;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

body.theme-homepage-craft .testi-more-link:hover {
    transform: translateY(-1px);
    color: #f3d4a9 !important;
    border-color: rgba(243,212,169,.7);
    background: rgba(243,212,169,.12);
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
}

body.theme-homepage-craft .testi-grid {
    margin-top: 2rem;
    gap: 1rem;
}

body.theme-homepage-craft .testi-card {
    border-radius: 16px;
    border: 1px solid rgba(250,246,240,.12);
    background: linear-gradient(165deg, rgba(250,246,240,.08), rgba(250,246,240,.03));
    padding: 1.6rem 1.35rem 1.2rem;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
    transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

body.theme-homepage-craft .testi-card:hover {
    transform: translateY(-3px);
    border-color: rgba(243,212,169,.32);
    background: linear-gradient(165deg, rgba(250,246,240,.11), rgba(250,246,240,.05));
    box-shadow: 0 20px 44px rgba(0,0,0,.24);
}

body.theme-homepage-craft .testi-quote {
    color: rgba(250,246,240,.9);
    font-size: .96rem;
    line-height: 1.8;
}

body.theme-homepage-craft .testi-quote::before {
    color: #f0c386;
    font-size: 2.15rem;
}

body.theme-homepage-craft .testi-footer {
    margin-top: 1.1rem;
}

body.theme-homepage-craft .testi-avatar {
    width: 40px;
    height: 40px;
    border-color: rgba(243,212,169,.65);
    background: rgba(36,25,20,.86);
    color: #f3d4a9;
}

body.theme-homepage-craft .testi-name {
    color: #fff7ec;
}

body.theme-homepage-craft .testi-role {
    color: rgba(250,246,240,.58);
}

body.theme-homepage-craft .testi-stars {
    color: #f0c386;
    letter-spacing: .03em;
}

body.theme-homepage-craft .cta-banner {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(255,214,163,.22), transparent 34%),
        radial-gradient(circle at 86% 14%, rgba(125,76,51,.18), transparent 32%),
        linear-gradient(132deg, #d99261 0%, #ca8354 38%, #b77746 70%, #a76d3e 100%);
}

body.theme-homepage-craft .cta-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255,245,230,.16), rgba(73,44,30,.12)),
        repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 1px, transparent 1px 140px);
    pointer-events: none;
}

body.theme-homepage-craft .cta-banner::after {
    content: "";
    position: absolute;
    top: 12%;
    right: -120px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    border: 1px solid rgba(255,241,222,.22);
    pointer-events: none;
}

body.theme-homepage-craft .cta-inner {
    position: relative;
    z-index: 1;
    gap: clamp(1.4rem, 3vw, 3rem);
    align-items: start;
    padding: clamp(3.2rem, 6vw, 5rem) clamp(1.1rem, 4vw, 3rem);
}

body.theme-homepage-craft .cta-left {
    max-width: 690px;
}

body.theme-homepage-craft .cta-title {
    color: #2d1f17;
    line-height: 1.08;
    max-width: 18ch;
}

body.theme-homepage-craft .cta-desc {
    margin-top: 1.05rem;
    max-width: 56ch;
    color: rgba(45,31,23,.84);
    font-size: 1.03rem;
    line-height: 1.72;
    font-weight: 400;
}

body.theme-homepage-craft .cta-actions {
    margin-top: 1.7rem;
    gap: .8rem;
}

body.theme-homepage-craft .btn-dark {
    min-height: 50px;
    border-radius: 10px;
    background: linear-gradient(135deg, #2f221a 0%, #422f24 100%);
    color: #fff8ef;
    box-shadow: 0 14px 28px rgba(58,37,24,.24);
}

body.theme-homepage-craft .btn-dark:hover {
    background: linear-gradient(135deg, #2b2019 0%, #3a2a20 100%);
    box-shadow: 0 18px 34px rgba(58,37,24,.3);
}

body.theme-homepage-craft .btn-outline-dark {
    min-height: 50px;
    border-radius: 10px;
    border-color: rgba(45,31,23,.58);
    background: rgba(255,244,228,.24);
    color: #34241a;
}

body.theme-homepage-craft .btn-outline-dark:hover {
    background: rgba(255,244,228,.36);
}

body.theme-homepage-craft .cta-call-btn.is-disabled {
    opacity: .55;
    pointer-events: none;
}

body.theme-homepage-craft .cta-call-label {
    color: rgba(52,36,26,.72);
}

body.theme-homepage-craft .cta-call-number {
    color: #2d1f17;
}

body.theme-homepage-craft .cta-right {
    gap: .8rem;
}

body.theme-homepage-craft .cta-info-card {
    border-radius: 10px;
    border: 1px solid rgba(255,240,220,.28);
    background: linear-gradient(145deg, rgba(255,242,223,.72), rgba(255,234,207,.58));
    box-shadow: 0 12px 28px rgba(102,64,41,.14);
    padding: 1.05rem 1.1rem;
}

body.theme-homepage-craft .cta-info-card:hover {
    background: linear-gradient(145deg, rgba(255,246,230,.78), rgba(255,237,212,.66));
}

body.theme-homepage-craft .cta-info-icon {
    width: 44px;
    height: 44px;
    background: #3a281f;
}

body.theme-homepage-craft .cta-info-icon svg {
    fill: #efbe84;
}

body.theme-homepage-craft .cta-info-label {
    color: rgba(58,40,31,.55);
    font-weight: 700;
    letter-spacing: .14em;
}

body.theme-homepage-craft .cta-info-val {
    color: #38271d;
    font-size: 1.08rem;
    line-height: 1.45;
}

body.theme-homepage-craft .prod-card,
body.theme-homepage-craft .homepage-article-card,
body.theme-homepage-craft .project-modal-dialog {
    border-radius: 16px;
}

body.theme-homepage-craft .about-highlight {
    background: linear-gradient(135deg, var(--espresso) 0%, var(--brass) 100%);
}

body.theme-homepage-craft .about-mobile-story {
    display: none;
}

body.theme-homepage-craft .about-mobile-story-card {
    border: 1px solid rgba(58,44,36,.14);
    border-radius: 16px;
    padding: .95rem .92rem .88rem;
    background: linear-gradient(145deg, rgba(255,251,247,.96), rgba(248,240,231,.92));
    box-shadow: 0 12px 26px rgba(58,44,36,.08);
}

body.theme-homepage-craft .about-mobile-story-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 .55rem;
    border-radius: 999px;
    border: 1px solid rgba(166,126,88,.42);
    color: #7b5b44;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

body.theme-homepage-craft .about-mobile-story-card p {
    margin: .62rem 0 0;
    color: #4b3a30;
    font-size: .82rem;
    line-height: 1.6;
}

body.theme-homepage-craft .marquee-strip {
    position: relative;
    padding: .95rem 0;
    background: linear-gradient(90deg, #b96946 0%, #cd8059 52%, #b96946 100%);
    border-top: 1px solid rgba(58,44,36,.24);
    border-bottom: 1px solid rgba(58,44,36,.18);
}

body.theme-homepage-craft .marquee-strip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,235,218,.18), rgba(58,44,36,.06));
    pointer-events: none;
}

body.theme-homepage-craft .marquee-inner {
    position: relative;
    z-index: 1;
    animation-duration: 34s;
}

body.theme-homepage-craft .marquee-item {
    padding: 0 1.6rem;
    color: #2e1f16;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .02em;
    text-shadow: 0 1px 0 rgba(255,236,220,.35);
}

body.theme-homepage-craft .marquee-dot {
    color: rgba(46,31,22,.7);
    font-size: .92rem;
    font-weight: 700;
}

body.theme-homepage-craft footer {
    background:
        radial-gradient(circle at 12% 15%, rgba(240,195,134,.12), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(192,112,76,.1), transparent 32%),
        linear-gradient(120deg, #221711 0%, #2d1f17 45%, #1f1510 100%);
}

body.theme-homepage-craft .footer-top {
    border-bottom-color: rgba(250,246,240,.16);
}

body.theme-homepage-craft .footer-tagline {
    color: rgba(250,246,240,.64);
}

body.theme-homepage-craft .social-btn {
    border-color: rgba(250,246,240,.24);
    background: rgba(250,246,240,.04);
}

body.theme-homepage-craft .social-btn svg {
    fill: rgba(250,246,240,.74);
}

body.theme-homepage-craft .footer-links a {
    color: rgba(250,246,240,.74);
}

body.theme-homepage-craft .footer-links a:hover {
    color: #ffe7c9;
}

body.theme-homepage-craft .footer-copy {
    color: rgba(250,246,240,.58);
}

body.theme-homepage-craft .footer-dev-credit {
    color: rgba(250,246,240,.68);
}

body.theme-homepage-craft .footer-dev-credit a {
    color: rgba(250,246,240,.86);
    border-bottom-color: rgba(250,246,240,.34);
}

body.theme-homepage-craft .footer-dev-credit a:hover {
    color: #ffd7a8;
    border-bottom-color: rgba(255,215,168,.72);
}

body.theme-homepage-craft .footer-legal a {
    color: rgba(250,246,240,.64);
}

body.theme-homepage-craft .footer-legal a:hover {
    color: rgba(250,246,240,.95);
}

@media (max-width: 1100px) {
    body.theme-homepage-craft #navbar.nav--craft-studio {
        width: calc(100% - 1.5rem);
        padding: .62rem .65rem .62rem .8rem;
    }

    body.theme-homepage-craft #navbar.nav--craft-studio .nav-links a {
        padding: 0 .72rem;
        font-size: .7rem;
    }

    body.theme-homepage-craft .wa-craft-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    body.theme-homepage-craft .wa-craft-hero__copy {
        max-width: 760px;
    }

    body.theme-homepage-craft .wa-craft-hero__atelier {
        min-height: 480px;
    }

    body.theme-homepage-craft .marquee-item {
        font-size: .94rem;
        padding: 0 1.2rem;
    }

    body.theme-homepage-craft .featured-category-tabs {
        gap: .62rem;
    }

    body.theme-homepage-craft .featured-category-tab {
        min-height: 40px;
        font-size: .7rem;
        padding: .52rem 1rem;
    }

    body.theme-homepage-craft .gallery-head {
        max-width: 100%;
        margin-bottom: 1rem;
        border-radius: 20px;
    }

    body.theme-homepage-craft .gallery-head .section-title {
        max-width: 17ch;
    }

    body.theme-homepage-craft .gallery-grid {
        margin-top: 1.65rem;
        gap: .75rem;
    }

    body.theme-homepage-craft .gallery-item > div.gi-ph {
        min-height: 290px;
    }

    body.theme-homepage-craft .gallery-grid--single .gallery-item > div.gi-ph {
        min-height: 260px;
    }

    body.theme-homepage-craft .gallery-grid--few .gallery-item > div.gi-ph {
        min-height: 275px;
    }

    body.theme-homepage-craft .testi-head {
        max-width: 100%;
        margin-bottom: .95rem;
        border-radius: 20px;
    }

    body.theme-homepage-craft .testi-head .section-title {
        max-width: 16ch;
    }

    body.theme-homepage-craft .testi-grid {
        margin-top: 1.65rem;
        gap: .9rem;
    }

    body.theme-homepage-craft .testi-card {
        padding: 1.4rem 1.15rem 1.1rem;
    }

    body.theme-homepage-craft .cta-inner {
        gap: 1.15rem;
        padding: 2.8rem 1.2rem;
    }

    body.theme-homepage-craft .cta-title {
        max-width: 100%;
    }

    body.theme-homepage-craft .cta-desc {
        font-size: .98rem;
    }

    body.theme-homepage-craft .cta-info-val {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    body.theme-homepage-craft .featured-category-tabs {
        margin: 1rem 0 1.35rem;
        justify-content: center;
    }

    body.theme-homepage-craft .featured-category-tab {
        min-height: 38px;
        font-size: .66rem;
        letter-spacing: .08em;
        padding: .46rem .85rem;
    }

    body.theme-homepage-craft .gallery-head {
        padding: .95rem .85rem .85rem;
        border-radius: 16px;
        margin-bottom: .75rem;
    }

    body.theme-homepage-craft .gallery-head .section-title {
        max-width: 100%;
    }

    body.theme-homepage-craft .gallery-head .section-subtitle {
        margin-top: .72rem;
        font-size: .92rem;
        line-height: 1.6;
    }

    body.theme-homepage-craft .gallery-more-link {
        min-height: 38px;
        padding: .48rem .82rem;
        font-size: .65rem;
    }

    body.theme-homepage-craft .gallery-grid {
        margin-top: 1.3rem;
        gap: .68rem;
    }

    body.theme-homepage-craft .gallery-item {
        border-radius: 14px;
    }

    body.theme-homepage-craft .gallery-item > div.gi-ph,
    body.theme-homepage-craft .gallery-grid--single .gallery-item > div.gi-ph,
    body.theme-homepage-craft .gallery-grid--few .gallery-item > div.gi-ph {
        min-height: 220px;
    }

    body.theme-homepage-craft .testi-head {
        padding: .95rem .85rem .85rem;
        border-radius: 16px;
        margin-bottom: .7rem;
    }

    body.theme-homepage-craft .testi-head .section-title {
        max-width: 100%;
    }

    body.theme-homepage-craft .testi-head .section-subtitle {
        margin-top: .72rem;
        font-size: .92rem;
        line-height: 1.6;
    }

    body.theme-homepage-craft .testi-more-link {
        min-height: 38px;
        padding: .48rem .82rem;
        font-size: .65rem;
    }

    body.theme-homepage-craft .testi-grid {
        margin-top: 1.25rem;
        gap: .72rem;
    }

    body.theme-homepage-craft .testi-card {
        border-radius: 14px;
        padding: 1.15rem .95rem .92rem;
    }

    body.theme-homepage-craft .about-grid {
        gap: 1.15rem;
    }

    body.theme-homepage-craft .about-img {
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 16px 32px rgba(58,44,36,.14);
    }

    body.theme-homepage-craft .about-img > .about-img-main,
    body.theme-homepage-craft .about-img > .ph-about {
        min-height: 48svh;
    }

    body.theme-homepage-craft .about-accent {
        width: 92px;
        height: 92px;
        right: -.45rem;
        bottom: -.45rem;
    }

    body.theme-homepage-craft .about-mobile-story {
        display: grid;
        gap: .62rem;
        margin-top: -.1rem;
    }

    body.theme-homepage-craft .about-mobile-story-card.is-sticky {
        position: sticky;
        top: 78px;
        z-index: 2;
    }

    body.theme-homepage-craft .about-content {
        gap: .9rem;
        padding-top: .1rem;
    }

    body.theme-homepage-craft .about-text {
        margin: 0;
        padding: .9rem .88rem;
        border-radius: 14px;
        border: 1px solid rgba(58,44,36,.1);
        background: rgba(255,251,247,.9);
        line-height: 1.68;
        font-size: .86rem;
    }

    body.theme-homepage-craft .about-highlight {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem;
        border-radius: 14px;
        padding: 1rem .9rem;
    }

    body.theme-homepage-craft .about-stat-num {
        font-size: 1.5rem;
    }

    body.theme-homepage-craft .about-stat-label {
        font-size: .64rem;
        letter-spacing: .08em;
    }

    body.theme-homepage-craft .testi-quote {
        font-size: .92rem;
        line-height: 1.72;
    }

    body.theme-homepage-craft .testi-avatar {
        width: 36px;
        height: 36px;
    }

    body.theme-homepage-craft .cta-inner {
        padding: 2.2rem 1rem;
        gap: 1rem;
    }

    body.theme-homepage-craft .cta-title {
        font-size: clamp(2rem, 10vw, 2.75rem);
    }

    body.theme-homepage-craft .cta-desc {
        margin-top: .85rem;
        font-size: .93rem;
        line-height: 1.66;
    }

    body.theme-homepage-craft .cta-actions {
        margin-top: 1.15rem;
        gap: .58rem;
    }

    body.theme-homepage-craft .btn-dark,
    body.theme-homepage-craft .btn-outline-dark {
        min-height: 46px;
        border-radius: 9px;
        font-size: .74rem;
    }

    body.theme-homepage-craft .cta-call-number {
        font-size: .86rem;
    }

    body.theme-homepage-craft .cta-right {
        gap: .62rem;
    }

    body.theme-homepage-craft .cta-info-card {
        padding: .9rem .88rem;
        border-radius: 9px;
    }

    body.theme-homepage-craft .cta-info-icon {
        width: 40px;
        height: 40px;
    }

    body.theme-homepage-craft .cta-info-label {
        font-size: .62rem;
    }

    body.theme-homepage-craft .cta-info-val {
        font-size: .92rem;
    }
}

@media (max-width: 389px) {
    body.theme-homepage-craft .about-mobile-story-card p {
        font-size: .78rem;
    }

    body.theme-homepage-craft .about-highlight {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.theme-homepage-craft #navbar.nav--craft-studio,
    body.theme-homepage-craft #navbar.nav--craft-studio.scrolled {
        top: .65rem;
        width: calc(100% - 1rem);
        padding: .55rem .58rem .55rem .68rem;
    }

    body.theme-homepage-craft #navbar.nav--craft-studio .nav-logo {
        padding: .18rem .48rem .18rem .18rem;
    }

    body.theme-homepage-craft #navbar.nav--craft-studio .nav-logo img,
    body.theme-homepage-craft #navbar.nav--craft-studio.scrolled .nav-logo img {
        height: 30px;
        max-width: 150px;
    }

    body.theme-homepage-craft #navbar.nav--craft-studio .nav-hamburger {
        width: 38px;
        height: 38px;
    }

    body.theme-homepage-craft .wa-craft-hero {
        padding: 5.7rem 1rem 1.05rem;
    }

    body.theme-homepage-craft .wa-craft-hero__title {
        font-size: clamp(2.4rem, 12vw, 3.7rem);
        max-width: 100%;
    }

    body.theme-homepage-craft .wa-craft-hero__desc {
        font-size: .94rem;
        line-height: 1.62;
        max-width: 100%;
    }

    body.theme-homepage-craft .wa-craft-hero__actions {
        width: 100%;
        gap: .7rem;
    }

    body.theme-homepage-craft .wa-craft-hero__btn {
        width: 100%;
    }

    body.theme-homepage-craft .wa-craft-hero__atelier {
        display: block;
        min-height: 0;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-showcase {
        display: block;
    }

    body.theme-homepage-craft .wa-craft-hero__photo {
        display: none;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured {
        border-radius: 20px;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured img {
        height: min(52svh, 430px);
        aspect-ratio: auto;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay strong {
        font-size: .88rem;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay span {
        font-size: .75rem;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-rail {
        grid-auto-columns: 36%;
        gap: .52rem;
        margin-top: .68rem;
    }

    body.theme-homepage-craft .marquee-strip {
        padding: .82rem 0;
    }

    body.theme-homepage-craft .marquee-inner {
        animation-duration: 26s;
    }

    body.theme-homepage-craft .marquee-item {
        font-size: .88rem;
        font-weight: 600;
        padding: 0 .95rem;
    }
}

@media (max-width: 389px) {
    body.theme-homepage-craft .wa-craft-hero {
        padding-top: 5.55rem;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured img {
        height: min(49svh, 390px);
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay {
        padding: .82rem .8rem .78rem;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay strong {
        font-size: .84rem;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-featured-overlay span {
        font-size: .72rem;
        line-height: 1.4;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-rail {
        grid-auto-columns: 40%;
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-thumb,
    body.theme-homepage-craft .wa-craft-hero__mobile-thumb img {
        min-height: 70px;
    }
}

@media (min-width: 390px) and (max-width: 430px) {
    body.theme-homepage-craft .wa-craft-hero__mobile-featured img {
        height: min(54svh, 440px);
    }

    body.theme-homepage-craft .wa-craft-hero__mobile-rail {
        grid-auto-columns: 33%;
    }
}
