/* v0.3.1: mount home shell DOM on every front-end request, but only show
   the home-specific controls when House 1316 home mode is active. This removes
   dependency on WordPress/Divi conditional timing during wp_body_open/wp_footer. */
body:not(.house1316-home-active):not(.house1316-legal-page) #house1316-utility-nav,
body:not(.house1316-home-active):not(.house1316-legal-page) #house1316-home-footer,
body:not(.house1316-home-active):not(.house1316-legal-page) #house1316-search-panel {
    display: none !important;
}

.house1316-utility-nav {
    position: fixed;
    top: calc(22px + env(safe-area-inset-top, 0px));
    right: calc(24px + env(safe-area-inset-right, 0px));
    z-index: 99980;
    display: flex;
    align-items: center;
    gap: 9px;
    pointer-events: auto;
}

.admin-bar .house1316-utility-nav {
    top: calc(54px + env(safe-area-inset-top, 0px));
}

.house1316-utility-button {
    position: relative;
    display: inline-flex;
    min-width: 88px;
    height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 3px;
    background: rgba(9, 9, 9, .46);
    color: rgba(255,255,255,.82);
    box-shadow: 0 8px 26px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    text-decoration: none;
    transition: transform .16s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.house1316-utility-label {
    display: block;
    font: 500 11px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .17em;
    text-transform: uppercase;
    white-space: nowrap;
}

.house1316-utility-button:hover,
.house1316-utility-button:focus-visible {
    color: #e8c778;
    border-color: rgba(221, 177, 77, .62);
    background: rgba(12, 11, 9, .74);
    box-shadow: 0 10px 32px rgba(0,0,0,.30), 0 0 18px rgba(205,153,51,.11), inset 0 0 0 1px rgba(232,199,120,.035);
    transform: translateY(-1px);
    outline: none;
}

.house1316-utility-button:active {
    transform: translateY(0) scale(.975);
}

.house1316-bag-link.is-pending {
    opacity: .66;
    cursor: default;
}

.house1316-bag-count {
    position: absolute;
    top: -7px;
    right: -7px;
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 1px solid rgba(221,177,77,.38);
    border-radius: 999px;
    background: rgba(8,8,8,.96);
    color: #caa451;
    font: 700 9px/1 Arial, sans-serif;
    box-shadow: 0 3px 10px rgba(0,0,0,.38);
}

.house1316-bag-count.is-active {
    background: #c9a04b;
    color: #090909;
    border-color: #d9bb73;
}

.house1316-search-panel[hidden] { display: none !important; }

.house1316-search-panel {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(90px, 16vh, 170px) 24px 24px;
}

.house1316-search-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, .70);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    cursor: default;
}

.house1316-search-dialog {
    position: relative;
    width: min(680px, 100%);
    padding: 30px;
    border: 1px solid rgba(205, 163, 74, .42);
    border-radius: 5px;
    background: rgba(12, 12, 12, .95);
    box-shadow: 0 24px 70px rgba(0,0,0,.58), 0 0 36px rgba(202,148,39,.08);
}

.house1316-search-close {
    position: absolute;
    top: 10px;
    right: 13px;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #c9a44f;
    font: 300 30px/1 Arial, sans-serif;
    cursor: pointer;
}

.house1316-search-form label {
    display: block;
    margin: 0 0 12px;
    color: #d2b46d;
    font: 600 12px/1.2 Arial, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.house1316-search-field-wrap {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(210, 180, 109, .62);
}

.house1316-search-field-wrap input[type="search"] {
    flex: 1;
    min-width: 0;
    padding: 12px 4px 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: 400 clamp(24px, 3vw, 38px)/1.2 Arial, sans-serif;
}

.house1316-search-field-wrap input[type="search"]::placeholder { color: rgba(255,255,255,.30); }

.house1316-search-field-wrap button {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: #d2b46d;
    cursor: pointer;
}

.house1316-search-field-wrap button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.house1316-search-note {
    margin: 14px 0 0;
    color: rgba(255,255,255,.46);
    font: 400 12px/1.45 Arial, sans-serif;
}

body.house1316-search-open { overflow: hidden !important; }

@media (max-width: 767px) {
    .house1316-utility-nav {
        top: calc(14px + env(safe-area-inset-top, 0px));
        right: calc(10px + env(safe-area-inset-right, 0px));
        left: calc(10px + env(safe-area-inset-left, 0px));
        justify-content: flex-end;
        gap: 6px;
    }

    .admin-bar .house1316-utility-nav {
        top: calc(60px + env(safe-area-inset-top, 0px));
    }

    .house1316-utility-button {
        min-width: 0;
        height: 36px;
        padding: 0 12px;
        border-radius: 3px;
    }

    .house1316-utility-label {
        font-size: 9px;
        letter-spacing: .12em;
    }

    .house1316-bag-count {
        top: -6px;
        right: -5px;
        min-width: 17px;
        height: 17px;
        font-size: 8px;
    }

    .house1316-search-dialog {
        padding: 26px 20px 22px;
        border-radius: 5px;
    }

    .house1316-search-panel {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* House 1316 home footer must remain visible even though the theme footer is hidden. */
body.house1316-home-active #house1316-home-footer {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.house1316-home-footer {
    position: fixed;
    left: calc(24px + env(safe-area-inset-left, 0px));
    right: calc(24px + env(safe-area-inset-right, 0px));
    bottom: calc(17px + env(safe-area-inset-bottom, 0px));
    z-index: 99970;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: end;
    gap: 24px;
    pointer-events: none;
    color: rgba(223,189,107,.74);
    font-family: Arial, Helvetica, sans-serif;
}

.house1316-footer-copy {
    justify-self: start;
    font-size: 10px;
    line-height: 1.35;
    letter-spacing: .055em;
    white-space: nowrap;
    text-shadow: 0 1px 12px rgba(0,0,0,.78);
}

.house1316-currency {
    position: relative;
    justify-self: center;
    pointer-events: auto;
}

.house1316-currency-toggle {
    display: inline-flex;
    height: 30px;
    align-items: center;
    gap: 9px;
    padding: 0 2px 0 3px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
    background: transparent;
    color: rgba(223,189,107,.86);
    cursor: pointer;
    font: 500 9px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
    transition: color .18s ease, border-color .18s ease;
}

.house1316-currency-toggle:hover,
.house1316-currency-toggle:focus-visible,
.house1316-currency.is-open .house1316-currency-toggle {
    color: #f0d38b;
    border-color: rgba(223,189,107,.55);
    outline: none;
}

.house1316-currency-chevron {
    font-size: 10px;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform .16s ease;
}

.house1316-currency.is-open .house1316-currency-chevron {
    transform: translateY(1px) rotate(180deg);
}

.house1316-currency-menu[hidden] { display: none !important; }

.house1316-currency-menu {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 11px);
    width: 210px;
    transform: translateX(-50%);
    padding: 7px;
    border: 1px solid rgba(219,177,83,.28);
    border-radius: 4px;
    background: rgba(10,10,10,.93);
    box-shadow: 0 16px 42px rgba(0,0,0,.46);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.house1316-currency-menu button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 9px;
    border: 0;
    background: transparent;
    color: rgba(236,222,188,.86);
    cursor: pointer;
    font: 600 10px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: .11em;
    text-align: left;
    text-transform: uppercase;
    transition: color .16s ease, background .16s ease;
}

.house1316-currency-menu button span {
    color: rgba(255,255,255,.39);
    font-size: 9px;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: none;
}

.house1316-currency-menu button:hover,
.house1316-currency-menu button:focus-visible {
    background: rgba(213,165,62,.07);
    color: #dfbd6b;
    outline: none;
}

.house1316-footer-socials {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: clamp(14px, 1.35vw, 24px);
    pointer-events: auto;
}

.house1316-footer-link {
    color: rgba(223,189,107,.82);
    font: 500 9px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 12px rgba(0,0,0,.78);
    transition: color .17s ease, text-shadow .17s ease;
}

.house1316-footer-link:not(.is-pending):hover,
.house1316-footer-link:not(.is-pending):focus-visible {
    color: #f0d38b;
    text-shadow: 0 0 14px rgba(213,165,62,.18);
    outline: none;
}

.house1316-footer-link.is-pending {
    cursor: default;
}

.house1316-footer-link--icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.house1316-footer-link--icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    stroke: currentColor;
}

.house1316-footer-link--icon.is-pending {
    opacity: .9;
}

@media (max-width: 767px) {
    .house1316-home-footer {
        left: calc(12px + env(safe-area-inset-left, 0px));
        right: calc(12px + env(safe-area-inset-right, 0px));
        bottom: calc(10px + env(safe-area-inset-bottom, 0px));
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "currency socials"
            "copy copy";
        align-items: center;
        gap: 8px 12px;
    }

    .house1316-footer-copy {
        grid-area: copy;
        justify-self: start;
        font-size: 8px;
        white-space: normal;
    }

    .house1316-currency {
        grid-area: currency;
        justify-self: start;
    }

    .house1316-currency-toggle {
        height: 27px;
        font-size: 8px;
        letter-spacing: .09em;
    }

    .house1316-currency-menu {
        left: 0;
        width: 194px;
        transform: none;
    }

    .house1316-footer-socials {
        grid-area: socials;
        gap: 10px;
    }

    .house1316-footer-link--icon,
    .house1316-footer-link--icon svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 430px) {
    .house1316-home-footer {
        grid-template-columns: 1fr;
        grid-template-areas:
            "currency"
            "socials"
            "copy";
        gap: 6px;
    }

    .house1316-currency,
    .house1316-footer-socials,
    .house1316-footer-copy {
        justify-self: center;
    }

    .house1316-footer-copy {
        text-align: center;
    }
}

/* Global floating support chat. Independent from Divi content, so it can stay the same across screens and future brand surfaces. */
.house1316-chat-shell {
    position: fixed;
    right: calc(22px + env(safe-area-inset-right, 0px));
    bottom: calc(78px + env(safe-area-inset-bottom, 0px));
    z-index: 99985;
}

.house1316-chat-toggle {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 15px 0 13px;
    border: 1px solid rgba(223,189,107,.34);
    border-radius: 999px;
    background: rgba(12,12,12,.72);
    color: rgba(237,212,148,.95);
    box-shadow: 0 12px 30px rgba(0,0,0,.28), 0 0 18px rgba(216,168,74,.09);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    transition: transform .16s ease, background .18s ease, border-color .18s ease, color .18s ease;
}

.house1316-chat-toggle:hover,
.house1316-chat-toggle:focus-visible,
.house1316-chat-shell.is-open .house1316-chat-toggle {
    color: #f0d38b;
    background: rgba(16,15,12,.88);
    border-color: rgba(223,189,107,.56);
    transform: translateY(-1px);
    outline: none;
}

.house1316-chat-toggle-icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
}

.house1316-chat-toggle-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.house1316-chat-toggle-label {
    font: 600 10px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.house1316-chat-panel[hidden] { display: none !important; }

.house1316-chat-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    width: min(340px, calc(100vw - 24px));
}

.house1316-chat-card {
    border: 1px solid rgba(223,189,107,.28);
    border-radius: 18px;
    background: rgba(10,10,10,.92);
    box-shadow: 0 22px 54px rgba(0,0,0,.52);
    overflow: hidden;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.house1316-chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px;
    border-bottom: 1px solid rgba(223,189,107,.12);
}

.house1316-chat-header strong {
    display: block;
    color: #f3dca1;
    font: 600 13px/1.3 Arial, Helvetica, sans-serif;
    letter-spacing: .05em;
}

.house1316-chat-header span {
    display: block;
    margin-top: 2px;
    color: rgba(255,255,255,.50);
    font: 400 11px/1.3 Arial, Helvetica, sans-serif;
}

.house1316-chat-close {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: rgba(223,189,107,.84);
    font: 300 25px/1 Arial, sans-serif;
    cursor: pointer;
}

.house1316-chat-body { padding: 15px 16px 16px; }

.house1316-chat-bubble {
    display: inline-block;
    max-width: 100%;
    padding: 11px 13px;
    border-radius: 14px 14px 14px 4px;
    background: rgba(223,189,107,.10);
    color: #f4ead0;
    font: 400 13px/1.48 Arial, Helvetica, sans-serif;
}

.house1316-chat-note {
    margin: 12px 0 0;
    color: rgba(255,255,255,.48);
    font: 400 11px/1.5 Arial, Helvetica, sans-serif;
}

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

.house1316-chat-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(223,189,107,.34);
    background: rgba(223,189,107,.12);
    color: #ecd18b;
    text-decoration: none;
    font: 600 10px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.house1316-chat-action--secondary {
    background: rgba(255,255,255,.035);
    color: rgba(255,255,255,.78);
    border-color: rgba(255,255,255,.14);
}

.house1316-chat-action:hover,
.house1316-chat-action:focus-visible {
    background: rgba(223,189,107,.18);
    color: #f6df9a;
    outline: none;
}

@media (max-width: 767px) {
    .house1316-chat-shell {
        right: calc(12px + env(safe-area-inset-right, 0px));
        bottom: calc(92px + env(safe-area-inset-bottom, 0px));
    }

    .house1316-chat-toggle {
        min-height: 40px;
        padding: 0 13px 0 12px;
    }

    .house1316-chat-toggle-label {
        font-size: 9px;
        letter-spacing: .13em;
    }

    .house1316-chat-panel {
        width: min(320px, calc(100vw - 20px));
    }
}


/* v0.3.3 — Compact 400px phone composition. */
@media (max-width: 480px) {
    .house1316-utility-nav {
        top: calc(10px + env(safe-area-inset-top, 0px));
        left: calc(8px + env(safe-area-inset-left, 0px));
        right: calc(8px + env(safe-area-inset-right, 0px));
        gap: 4px;
        justify-content: flex-end;
    }

    .admin-bar .house1316-utility-nav {
        top: calc(54px + env(safe-area-inset-top, 0px));
    }

    .house1316-utility-button {
        height: 31px;
        min-width: 0;
        padding: 0 9px;
        border-radius: 3px;
        background: rgba(8,8,8,.38);
    }

    .house1316-search-toggle { width: 84px; }
    .house1316-account-link { width: 90px; }
    .house1316-bag-link { width: 56px; }

    .house1316-utility-label {
        font-size: 8px;
        letter-spacing: .10em;
    }

    .house1316-bag-count {
        top: -5px;
        right: -4px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        font-size: 7px;
    }

    .house1316-home-footer {
        left: calc(9px + env(safe-area-inset-left, 0px));
        right: calc(9px + env(safe-area-inset-right, 0px));
        bottom: calc(7px + env(safe-area-inset-bottom, 0px));
        grid-template-columns: 1fr auto;
        grid-template-areas:
            "currency socials"
            "copy copy";
        gap: 4px 8px;
        align-items: center;
    }

    .house1316-currency {
        grid-area: currency;
        justify-self: start;
    }

    .house1316-currency-toggle {
        height: 22px;
        font-size: 7px;
        letter-spacing: .07em;
        gap: 5px;
    }

    .house1316-currency-menu {
        left: 0;
        width: 178px;
        transform: none;
        bottom: calc(100% + 7px);
    }

    .house1316-footer-socials {
        grid-area: socials;
        justify-self: end;
        gap: 9px;
    }

    .house1316-footer-link--icon,
    .house1316-footer-link--icon svg {
        width: 14px;
        height: 14px;
    }

    .house1316-footer-copy {
        grid-area: copy;
        justify-self: center;
        font-size: 7px;
        letter-spacing: .035em;
        line-height: 1.2;
        white-space: nowrap;
        text-align: center;
    }

    .house1316-chat-shell {
        right: calc(10px + env(safe-area-inset-right, 0px));
        bottom: calc(57px + env(safe-area-inset-bottom, 0px));
    }

    .house1316-chat-toggle {
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        padding: 0;
        justify-content: center;
        border-radius: 999px;
    }

    .house1316-chat-toggle-label {
        display: none;
    }

    .house1316-chat-toggle-icon,
    .house1316-chat-toggle-icon svg {
        width: 17px;
        height: 17px;
    }

    .house1316-chat-panel {
        right: 0;
        width: min(310px, calc(100vw - 20px));
    }

    .house1316-search-panel {
        padding-top: 78px;
    }

    .house1316-search-dialog {
        padding: 22px 18px 18px;
    }

    .house1316-search-field-wrap input[type="search"] {
        font-size: 22px;
    }
}


.house1316-footer-copy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.house1316-footer-legal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    pointer-events: auto;
}

.house1316-footer-legal a {
    color: rgba(223,189,107,.62);
    font-size: 8px;
    line-height: 1;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .16s ease;
}

.house1316-footer-legal a:hover,
.house1316-footer-legal a:focus-visible {
    color: #f0d38b;
    outline: none;
}

@media (max-width: 767px) {
    .house1316-footer-legal {
        gap: 7px;
    }

    .house1316-footer-legal a {
        font-size: 7px;
    }
}


/* v0.5.6 — legal pages reuse the proven House 1316 floating utility system.
   This intentionally avoids a second parallel legal navigation implementation. */
body.house1316-legal-page #house1316-utility-nav {
    display: flex !important;
}

body.house1316-legal-page .house1316-utility-button {
    border-color: rgba(223,189,107,.28);
    background: rgba(9,9,9,.56);
    box-shadow:
        0 8px 26px rgba(0,0,0,.24),
        0 0 16px rgba(205,153,51,.05),
        inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

body.house1316-legal-page .house1316-utility-button:hover,
body.house1316-legal-page .house1316-utility-button:focus-visible {
    background: rgba(12,11,9,.72);
    border-color: rgba(221,177,77,.60);
}

body.house1316-legal-page #house1316-home-footer {
    display: grid !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    transform: translateX(-50%) !important;
    z-index: 99970 !important;
    width: min(1180px, calc(100% - 32px)) !important;
    min-height: 72px !important;
    padding: 14px 18px !important;
    grid-template-columns: minmax(0, 1.7fr) auto minmax(150px, .7fr) !important;
    grid-template-areas: "copy currency socials" !important;
    align-items: center !important;
    gap: 18px 22px !important;
    border: 1px solid rgba(223,189,107,.30) !important;
    border-radius: 18px !important;
    background: rgba(10,10,10,.76) !important;
    box-shadow:
        0 22px 54px rgba(0,0,0,.46),
        0 0 32px rgba(202,148,39,.07),
        inset 0 1px 0 rgba(255,255,255,.025) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    pointer-events: auto !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-footer-copy {
    grid-area: copy !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 16px !important;
    color: rgba(245,239,227,.78) !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-footer-copy > span,
body.house1316-legal-page #house1316-home-footer .house1316-footer-legal a,
body.house1316-legal-page #house1316-home-footer .house1316-currency-current {
    font-size: 9px !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-footer-legal {
    display: flex !important;
    gap: 10px 14px !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-footer-legal a {
    color: #ddb764 !important;
    opacity: .92 !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-currency {
    grid-area: currency !important;
    justify-self: center !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-currency-toggle {
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(223,189,107,.20) !important;
    border-radius: 999px !important;
    background: rgba(223,189,107,.045) !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-footer-socials {
    grid-area: socials !important;
    justify-self: end !important;
    display: flex !important;
    gap: 8px !important;
}

body.house1316-legal-page #house1316-home-footer .house1316-footer-link--icon {
    width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(223,189,107,.18) !important;
    border-radius: 999px !important;
    background: rgba(223,189,107,.035) !important;
}

body.house1316-legal-page #house1316-chat-shell {
    bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
}

body.house1316-legal-page .house1316-legal-wrap {
    padding-bottom: 170px !important;
}

@media (max-width: 900px) {
    body.house1316-legal-page #house1316-home-footer {
        width: calc(100% - 20px) !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        padding: 12px 13px !important;
        grid-template-columns: 1fr auto !important;
        grid-template-areas:
            "copy copy"
            "currency socials" !important;
        gap: 11px 14px !important;
    }

    body.house1316-legal-page #house1316-home-footer .house1316-currency {
        justify-self: start !important;
    }

    body.house1316-legal-page #house1316-home-footer .house1316-footer-socials {
        justify-self: end !important;
    }

    body.house1316-legal-page #house1316-chat-shell {
        bottom: calc(154px + env(safe-area-inset-bottom, 0px)) !important;
    }

    body.house1316-legal-page .house1316-legal-wrap {
        padding-bottom: 220px !important;
    }
}

@media (max-width: 560px) {
    body.house1316-legal-page #house1316-home-footer .house1316-footer-copy {
        gap: 6px 10px !important;
    }

    body.house1316-legal-page #house1316-home-footer .house1316-footer-copy > span,
    body.house1316-legal-page #house1316-home-footer .house1316-footer-legal a,
    body.house1316-legal-page #house1316-home-footer .house1316-currency-current {
        font-size: 7.5px !important;
        letter-spacing: .06em !important;
    }

    body.house1316-legal-page #house1316-home-footer .house1316-footer-link--icon {
        width: 31px !important;
        height: 31px !important;
    }
}


/* v0.5.7 — separate Back to Home on legal pages.
   Search / Account / Bag remain untouched on the top-right utility cluster. */
.house1316-legal-back-home {
    display: none;
}

body.house1316-legal-page .house1316-legal-back-home {
    position: fixed;
    top: calc(22px + env(safe-area-inset-top, 0px));
    left: calc(24px + env(safe-area-inset-left, 0px));
    z-index: 99980;
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid rgba(223,189,107,.28);
    border-radius: 4px;
    background: rgba(9,9,9,.56);
    color: rgba(255,255,255,.82);
    box-shadow:
        0 8px 26px rgba(0,0,0,.24),
        0 0 16px rgba(205,153,51,.05),
        inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-decoration: none;
    transition:
        transform .16s ease,
        border-color .18s ease,
        background .18s ease,
        color .18s ease,
        box-shadow .18s ease;
}

body.house1316-legal-page .house1316-legal-back-home span:last-child {
    font: 500 11px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.house1316-legal-page .house1316-legal-back-home span:first-child {
    color: #d9b65f;
    font: 400 16px/1 Arial, Helvetica, sans-serif;
}

body.house1316-legal-page .house1316-legal-back-home:hover,
body.house1316-legal-page .house1316-legal-back-home:focus-visible {
    color: #e8c778;
    border-color: rgba(221,177,77,.60);
    background: rgba(12,11,9,.72);
    box-shadow:
        0 10px 32px rgba(0,0,0,.30),
        0 0 18px rgba(205,153,51,.11),
        inset 0 0 0 1px rgba(232,199,120,.035);
    transform: translateY(-1px);
    outline: none;
}

.admin-bar body.house1316-legal-page .house1316-legal-back-home,
body.admin-bar.house1316-legal-page .house1316-legal-back-home {
    top: calc(54px + env(safe-area-inset-top, 0px));
}

@media (max-width: 767px) {
    body.house1316-legal-page .house1316-legal-back-home {
        top: calc(12px + env(safe-area-inset-top, 0px));
        left: calc(12px + env(safe-area-inset-left, 0px));
        min-height: 36px;
        padding: 0 11px;
        gap: 6px;
    }

    body.house1316-legal-page .house1316-legal-back-home span:last-child {
        font-size: 8.5px;
        letter-spacing: .09em;
    }

    body.house1316-legal-page .house1316-legal-back-home span:first-child {
        font-size: 14px;
    }

    body.admin-bar.house1316-legal-page .house1316-legal-back-home {
        top: calc(46px + env(safe-area-inset-top, 0px));
    }
}


/* v0.5.8 — Front Desk / Home floating footer dock.
   Mirrors the legal-page dock treatment without changing legal pages or top controls. */
body.house1316-home-active #house1316-home-footer {
    display: grid !important;
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px)) !important;
    transform: translateX(-50%) !important;
    z-index: 99970 !important;
    width: min(1180px, calc(100% - 32px)) !important;
    min-height: 72px !important;
    padding: 14px 18px !important;
    grid-template-columns: minmax(0, 1.7fr) auto minmax(150px, .7fr) !important;
    grid-template-areas: "copy currency socials" !important;
    align-items: center !important;
    gap: 18px 22px !important;
    border: 1px solid rgba(223,189,107,.30) !important;
    border-radius: 18px !important;
    background: rgba(10,10,10,.76) !important;
    box-shadow:
        0 22px 54px rgba(0,0,0,.46),
        0 0 32px rgba(202,148,39,.07),
        inset 0 1px 0 rgba(255,255,255,.025) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    pointer-events: auto !important;
}

body.house1316-home-active #house1316-home-footer .house1316-footer-copy {
    grid-area: copy !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px 16px !important;
    color: rgba(245,239,227,.78) !important;
}

body.house1316-home-active #house1316-home-footer .house1316-footer-copy > span,
body.house1316-home-active #house1316-home-footer .house1316-footer-legal a,
body.house1316-home-active #house1316-home-footer .house1316-currency-current {
    font-size: 9px !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
}

body.house1316-home-active #house1316-home-footer .house1316-footer-legal {
    display: flex !important;
    gap: 10px 14px !important;
}

body.house1316-home-active #house1316-home-footer .house1316-footer-legal a {
    color: #ddb764 !important;
    opacity: .92 !important;
}

body.house1316-home-active #house1316-home-footer .house1316-currency {
    grid-area: currency !important;
    justify-self: center !important;
}

body.house1316-home-active #house1316-home-footer .house1316-currency-toggle {
    min-height: 38px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(223,189,107,.20) !important;
    border-radius: 999px !important;
    background: rgba(223,189,107,.045) !important;
}

body.house1316-home-active #house1316-home-footer .house1316-footer-socials {
    grid-area: socials !important;
    justify-self: end !important;
    display: flex !important;
    gap: 8px !important;
}

body.house1316-home-active #house1316-home-footer .house1316-footer-link--icon {
    width: 36px !important;
    height: 36px !important;
    border: 1px solid rgba(223,189,107,.18) !important;
    border-radius: 999px !important;
    background: rgba(223,189,107,.035) !important;
}

body.house1316-home-active #house1316-chat-shell {
    bottom: calc(104px + env(safe-area-inset-bottom, 0px)) !important;
}

@media (max-width: 900px) {
    body.house1316-home-active #house1316-home-footer {
        width: calc(100% - 20px) !important;
        bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
        padding: 12px 13px !important;
        grid-template-columns: 1fr auto !important;
        grid-template-areas:
            "copy copy"
            "currency socials" !important;
        gap: 11px 14px !important;
    }

    body.house1316-home-active #house1316-home-footer .house1316-currency {
        justify-self: start !important;
    }

    body.house1316-home-active #house1316-home-footer .house1316-footer-socials {
        justify-self: end !important;
    }

    body.house1316-home-active #house1316-chat-shell {
        bottom: calc(154px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

@media (max-width: 560px) {
    body.house1316-home-active #house1316-home-footer .house1316-footer-copy {
        gap: 6px 10px !important;
    }

    body.house1316-home-active #house1316-home-footer .house1316-footer-copy > span,
    body.house1316-home-active #house1316-home-footer .house1316-footer-legal a,
    body.house1316-home-active #house1316-home-footer .house1316-currency-current {
        font-size: 7.5px !important;
        letter-spacing: .06em !important;
    }

    body.house1316-home-active #house1316-home-footer .house1316-footer-link--icon {
        width: 31px !important;
        height: 31px !important;
    }
}


/* v0.5.9 — NOW AI on Front Desk / Home only. */
.house1316-now-ai-toggle,
.house1316-now-ai-panel {
    display: none;
}

body.house1316-home-active .house1316-now-ai-toggle {
    position: fixed;
    top: calc(22px + env(safe-area-inset-top, 0px));
    left: calc(24px + env(safe-area-inset-left, 0px));
    z-index: 99981;
    display: inline-flex;
    height: 38px;
    min-width: 94px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border: 1px solid rgba(223,189,107,.30);
    border-radius: 4px;
    background: rgba(9,9,9,.52);
    color: rgba(255,255,255,.84);
    box-shadow: 0 8px 26px rgba(0,0,0,.24), 0 0 16px rgba(205,153,51,.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    font: 600 11px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
    transition: transform .16s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

body.house1316-home-active .house1316-now-ai-toggle:hover,
body.house1316-home-active .house1316-now-ai-toggle:focus-visible,
body.house1316-home-active .house1316-now-ai-toggle[aria-expanded="true"] {
    color: #e8c778;
    border-color: rgba(221,177,77,.62);
    background: rgba(12,11,9,.70);
    box-shadow: 0 10px 32px rgba(0,0,0,.30), 0 0 18px rgba(205,153,51,.11);
    transform: translateY(-1px);
    outline: none;
}

.house1316-now-ai-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d7ae50;
    box-shadow: 0 0 12px rgba(215,174,80,.55);
}

.admin-bar body.house1316-home-active .house1316-now-ai-toggle,
body.admin-bar.house1316-home-active .house1316-now-ai-toggle {
    top: calc(54px + env(safe-area-inset-top, 0px));
}

body.house1316-home-active .house1316-now-ai-panel:not([hidden]) {
    position: fixed;
    left: 50%;
    top: 59%;
    z-index: 99975;
    display: block;
    width: min(720px, calc(100% - 48px));
    transform: translate(-50%, -50%);
    pointer-events: auto;
}

.house1316-now-ai-card {
    overflow: hidden;
    border: 1px solid rgba(223,189,107,.32);
    border-radius: 18px;
    background: rgba(8,8,8,.73);
    box-shadow: 0 24px 64px rgba(0,0,0,.50), 0 0 36px rgba(202,148,39,.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.house1316-now-ai-head {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px 10px 18px;
    border-bottom: 1px solid rgba(223,189,107,.14);
}

.house1316-now-ai-head strong {
    display: block;
    color: #f2d998;
    font: 600 13px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: .04em;
}

.house1316-now-ai-greeting,
.house1316-now-ai-status {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.48);
    font: 400 10px/1.25 Arial, Helvetica, sans-serif;
    letter-spacing: .035em;
}

.house1316-now-ai-status[hidden] {
    display: none !important;
}

.house1316-now-ai-close {
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(230,199,126,.78);
    font: 300 28px/1 Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.house1316-now-ai-conversation {
    max-height: 170px;
    overflow-y: auto;
    padding: 16px 18px 8px;
    scrollbar-width: thin;
}

.house1316-now-ai-message {
    width: fit-content;
    max-width: 86%;
    margin: 0 0 9px;
    padding: 9px 12px;
    border-radius: 13px;
    font: 400 12px/1.45 Arial, Helvetica, sans-serif;
}

.house1316-now-ai-message--assistant {
    border: 1px solid rgba(223,189,107,.14);
    border-radius: 13px 13px 13px 4px;
    background: rgba(223,189,107,.08);
    color: rgba(250,241,219,.86);
}

.house1316-now-ai-message--user {
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 13px 13px 4px 13px;
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.84);
}

.house1316-now-ai-composer {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) 42px;
    gap: 9px;
    align-items: center;
    padding: 10px 12px 12px;
}

.house1316-now-ai-input-surface {
    position: relative;
    min-width: 0;
    height: 42px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.house1316-now-ai-input-surface:focus-within {
    border-color: rgba(223,189,107,.34);
    box-shadow: 0 0 0 3px rgba(223,189,107,.04);
}

.house1316-now-ai-mic,
.house1316-now-ai-send {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid rgba(223,189,107,.22);
    border-radius: 999px;
    background: rgba(223,189,107,.06);
    color: #e4c36f;
    cursor: pointer;
    transition: transform .16s ease, background .16s ease, border-color .16s ease, color .16s ease;
}

.house1316-now-ai-mic svg,
.house1316-now-ai-send svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.house1316-now-ai-mic-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.house1316-now-ai-mic-icon--stop {
    display: none;
}

.house1316-now-ai-mic.is-listening {
    color: #fff3f3;
    border-color: rgba(255,84,84,.78);
    background: rgba(182,24,24,.88);
    box-shadow: 0 0 0 4px rgba(255,74,74,.07), 0 0 24px rgba(219,34,34,.22);
}

.house1316-now-ai-mic.is-listening .house1316-now-ai-mic-icon--mic {
    display: none;
}

.house1316-now-ai-mic.is-listening .house1316-now-ai-mic-icon--stop {
    display: inline-flex;
}

.house1316-now-ai-mic.is-listening .house1316-now-ai-mic-icon--stop svg {
    fill: currentColor;
    stroke: currentColor;
}

.house1316-now-ai-mic:hover,
.house1316-now-ai-mic:focus-visible,
.house1316-now-ai-send:hover,
.house1316-now-ai-send:focus-visible {
    color: #f2d88f;
    border-color: rgba(223,189,107,.45);
    background: rgba(223,189,107,.12);
    transform: translateY(-1px);
    outline: none;
}

.house1316-now-ai-input {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0 22px;
    border: 0;
    border-radius: inherit;
    background: transparent;
    color: rgba(255,255,255,.90);
    outline: none;
    font: 400 13px/1 Arial, Helvetica, sans-serif;
}

.house1316-now-ai-input::placeholder {
    color: rgba(255,255,255,.34);
}

.house1316-now-ai-inline-voice {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 0 13px 0 14px;
    background: rgba(9,9,9,.92);
    color: rgba(245,229,191,.76);
    font: 500 8.5px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.house1316-now-ai-inline-voice[hidden] {
    display: none !important;
}

.house1316-now-ai-wave-wrap {
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

.house1316-now-ai-wave {
    display: block;
    width: 100%;
    height: 30px;
}

.house1316-now-ai-wave-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.house1316-now-ai-wave-fallback[hidden] {
    display: none !important;
}

.house1316-now-ai-wave-fallback span {
    display: block;
    width: 3px;
    height: 10px;
    border-radius: 999px;
    background: rgba(225,187,97,.80);
    animation: house1316NowAiVoiceBar .85s ease-in-out infinite alternate;
}

.house1316-now-ai-wave-fallback span:nth-child(2n) { animation-delay: -.22s; }
.house1316-now-ai-wave-fallback span:nth-child(3n) { animation-delay: -.44s; }
.house1316-now-ai-wave-fallback span:nth-child(4n) { animation-delay: -.12s; }

@keyframes house1316NowAiVoiceBar {
    from { height: 8px; opacity: .45; }
    to { height: 30px; opacity: 1; }
}

.house1316-now-ai-process {
    display: flex;
    min-height: 18px;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    white-space: nowrap;
}

.house1316-now-ai-working-dots {
    display: inline-flex;
    gap: 3px;
    align-items: center;
}

.house1316-now-ai-working-dots i {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(237,205,128,.75);
    animation: house1316NowAiDot 1.05s infinite ease-in-out;
}

.house1316-now-ai-working-dots i:nth-child(2) { animation-delay: .14s; }
.house1316-now-ai-working-dots i:nth-child(3) { animation-delay: .28s; }

@keyframes house1316NowAiDot {
    0%, 70%, 100% { opacity: .30; transform: translateY(0); }
    35% { opacity: 1; transform: translateY(-2px); }
}

.house1316-now-ai-pulse {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #d9b45d;
    box-shadow: 0 0 0 0 rgba(217,180,93,.45);
    animation: house1316NowAiPulse 1.4s infinite;
}

@keyframes house1316NowAiPulse {
    0% { box-shadow: 0 0 0 0 rgba(217,180,93,.42); }
    70% { box-shadow: 0 0 0 8px rgba(217,180,93,0); }
    100% { box-shadow: 0 0 0 0 rgba(217,180,93,0); }
}

@media (max-width: 767px) {
    body.house1316-home-active .house1316-now-ai-toggle {
        top: calc(12px + env(safe-area-inset-top, 0px));
        left: calc(12px + env(safe-area-inset-left, 0px));
        height: 36px;
        min-width: 82px;
        padding: 0 12px;
        font-size: 9px;
        letter-spacing: .12em;
    }

    body.admin-bar.house1316-home-active .house1316-now-ai-toggle {
        top: calc(46px + env(safe-area-inset-top, 0px));
    }

    body.house1316-home-active .house1316-now-ai-panel:not([hidden]) {
        top: 55%;
        width: calc(100% - 24px);
    }

    .house1316-now-ai-card {
        border-radius: 16px;
    }

    .house1316-now-ai-conversation {
        max-height: 145px;
        padding: 14px 14px 6px;
    }

    .house1316-now-ai-message {
        max-width: 92%;
        font-size: 11.5px;
    }

    .house1316-now-ai-composer {
        grid-template-columns: 40px minmax(0,1fr) 40px;
        gap: 7px;
        padding: 9px 10px 11px;
    }

    .house1316-now-ai-mic,
    .house1316-now-ai-send {
        width: 40px;
        height: 40px;
    }

    .house1316-now-ai-input-surface {
        height: 40px;
    }

    .house1316-now-ai-input {
        font-size: 12px;
    }
}


/* v0.6.0 — voice life line / transcription feedback */
@media (max-width: 767px) {
    .house1316-now-ai-inline-voice {
        gap: 7px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 7.5px;
        letter-spacing: .05em;
    }

    .house1316-now-ai-wave-wrap,
    .house1316-now-ai-wave {
        height: 28px;
    }
}


/* v0.6.1 — integrated voice surface + red stop button */
.house1316-now-ai-input-surface.is-voice-active {
    border-color: rgba(223,189,107,.28);
    background: rgba(7,7,7,.66);
}

.house1316-now-ai-input-surface.is-transcribing {
    border-color: rgba(223,189,107,.34);
    box-shadow: 0 0 0 3px rgba(223,189,107,.04);
}


/* v0.6.2 — live transcription bubble in conversation */
.house1316-now-ai-message--live-transcript {
    position: relative;
    margin-left: auto;
    width: fit-content;
    max-width: 88%;
    min-width: 118px;
    padding: 10px 13px 10px 14px;
    border: 1px solid rgba(90,163,255,.34);
    border-radius: 14px 14px 4px 14px;
    background: linear-gradient(180deg, rgba(35,108,199,.82), rgba(29,87,163,.76));
    color: rgba(255,255,255,.96);
    box-shadow: 0 7px 20px rgba(12,57,116,.18);
    font: 400 12px/1.48 Arial, Helvetica, sans-serif;
    white-space: pre-wrap;
    word-break: break-word;
}

.house1316-now-ai-message--live-transcript.is-waiting {
    color: rgba(239,247,255,.82);
    font-style: italic;
}

.house1316-now-ai-message--live-transcript::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 14px;
    margin-left: 4px;
    vertical-align: -2px;
    border-radius: 1px;
    background: rgba(255,255,255,.76);
    animation: house1316NowEaiCaret .85s steps(1,end) infinite;
}

@keyframes house1316NowEaiCaret {
    0%, 48% { opacity: 1; }
    49%, 100% { opacity: .12; }
}

@media (max-width: 767px) {
    .house1316-now-ai-message--live-transcript {
        max-width: 94%;
        font-size: 11.5px;
    }

    .house1316-now-ai-input {
        padding-left: 19px;
        padding-right: 19px;
    }
}


/* v0.6.4 — generated image output inside NOW EAI conversation */
.house1316-now-ai-generated-image {
    width: min(420px, 92%);
    margin: 8px 0 12px;
    overflow: hidden;
    border: 1px solid rgba(223,189,107,.18);
    border-radius: 14px;
    background: rgba(255,255,255,.035);
    box-shadow: 0 10px 30px rgba(0,0,0,.22);
}

.house1316-now-ai-generated-image img {
    display: block;
    width: 100%;
    height: auto;
}


/* v0.6.5 — full-chat launch control */
.house1316-now-ai-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.house1316-now-ai-expand {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: rgba(230,199,126,.76);
    transition: background .16s ease, color .16s ease;
}

.house1316-now-ai-expand:hover,
.house1316-now-ai-expand:focus-visible {
    background: rgba(223,189,107,.08);
    color: #f2d88f;
    outline: none;
}

.house1316-now-ai-expand svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* v0.6.5 — clean source disclosure */
.house1316-now-ai-sources {
    max-width: 88%;
    margin: 2px 0 12px;
    color: rgba(235,216,173,.58);
    font: 500 9px/1.4 Arial, Helvetica, sans-serif;
}

.house1316-now-ai-sources summary {
    width: fit-content;
    cursor: pointer;
    color: rgba(226,193,118,.70);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.house1316-now-ai-sources-list {
    display: grid;
    gap: 5px;
    margin-top: 6px;
}

.house1316-now-ai-sources-list a {
    color: rgba(230,215,181,.64);
    text-decoration: none;
}

.house1316-now-ai-sources-list a:hover {
    color: #e4c36f;
}


/* v0.6.7 — non-clickable web verification indicator */
.house1316-now-ai-web-verified {
    width: fit-content;
    margin: -2px 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: rgba(226,193,118,.58);
    font: 500 8.5px/1.2 Arial, Helvetica, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    user-select: none;
}

.house1316-now-ai-web-verified span:first-child {
    width: 14px;
    height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(221,189,107,.22);
    border-radius: 50%;
    font-size: 8px;
    color: rgba(221,189,107,.70);
}


/* v0.6.8 — temporary Fitting Room test entry under NOW EAI */
.house1316-try-on-test {
    display: none;
}

body.house1316-home-active .house1316-try-on-test {
    position: fixed;
    top: calc(68px + env(safe-area-inset-top, 0px));
    left: calc(24px + env(safe-area-inset-left, 0px));
    z-index: 99980;
    height: 34px;
    min-width: 118px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(223,189,107,.20);
    border-radius: 4px;
    background: rgba(9,9,9,.42);
    color: rgba(255,255,255,.72);
    text-decoration: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font: 600 9px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .15em;
    text-transform: uppercase;
    transition: transform .16s ease, border-color .18s ease, color .18s ease, background .18s ease;
}

body.house1316-home-active .house1316-try-on-test:hover,
body.house1316-home-active .house1316-try-on-test:focus-visible {
    color: #e8c778;
    border-color: rgba(221,177,77,.50);
    background: rgba(12,11,9,.64);
    transform: translateY(-1px);
    outline: none;
}

.house1316-try-on-icon {
    color: #d7ae50;
    font-size: 10px;
}

.admin-bar body.house1316-home-active .house1316-try-on-test,
body.admin-bar.house1316-home-active .house1316-try-on-test {
    top: calc(100px + env(safe-area-inset-top, 0px));
}

@media (max-width: 767px) {
    body.house1316-home-active .house1316-try-on-test {
        top: calc(56px + env(safe-area-inset-top, 0px));
        left: calc(12px + env(safe-area-inset-left, 0px));
        height: 32px;
        min-width: 104px;
        padding: 0 11px;
        font-size: 8px;
    }

    body.admin-bar.house1316-home-active .house1316-try-on-test {
        top: calc(90px + env(safe-area-inset-top, 0px));
    }
}


/* v0.11.2 — visible storefront path on the Front Desk without changing the hero. */
.house1316-shop-link,
.house1316-checkout-link { min-width: 78px; }
.house1316-checkout-link { border-color: rgba(221,177,77,.28); color: #ddc584; }
@media (max-width: 980px) {
    .house1316-utility-nav { gap: 5px; }
    .house1316-utility-button { min-width: 68px; padding-left: 11px; padding-right: 11px; }
    .house1316-shop-link { min-width: 58px; }
    .house1316-checkout-link { min-width: 76px; }
}
@media (max-width: 480px) {
    .house1316-utility-nav { gap: 3px; }
    .house1316-utility-button { height: 30px; padding: 0 6px; }
    .house1316-search-toggle { width: 57px; }
    .house1316-account-link { width: 62px; }
    .house1316-shop-link { width: 45px; min-width: 45px; }
    .house1316-bag-link { width: 43px; }
    .house1316-checkout-link { width: 65px; min-width: 65px; }
    .house1316-utility-label { font-size: 7px; letter-spacing: .07em; }
}

/* v0.3.2: back-to-home affordance for secondary surfaces (shop/account/cart/checkout/product/search) */
.house1316-back-home-inline {
    min-width: auto;
    gap: 8px;
    padding: 0 16px 0 13px;
}

.house1316-back-home-inline .house1316-utility-label {
    letter-spacing: .14em;
}

.house1316-back-home-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: 600 14px/1 Arial, Helvetica, sans-serif;
    color: currentColor;
    transform: translateY(-.5px);
}

.house1316-back-home {
    position: fixed;
    top: calc(22px + env(safe-area-inset-top, 0px));
    right: calc(24px + env(safe-area-inset-right, 0px));
    z-index: 99980;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 16px 0 13px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 3px;
    background: rgba(9, 9, 9, .46);
    color: rgba(255,255,255,.82);
    box-shadow: 0 8px 26px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.025);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-decoration: none;
    transition: transform .16s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.house1316-back-home span:last-child {
    display: block;
    font: 500 11px/1 Arial, Helvetica, sans-serif;
    letter-spacing: .14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.house1316-back-home:hover,
.house1316-back-home:focus-visible {
    color: #e8c778;
    border-color: rgba(221, 177, 77, .62);
    background: rgba(12, 11, 9, .74);
    box-shadow: 0 10px 32px rgba(0,0,0,.30), 0 0 18px rgba(205,153,51,.11), inset 0 0 0 1px rgba(232,199,120,.035);
    transform: translateY(-1px);
    outline: none;
}

.house1316-back-home:active {
    transform: translateY(0) scale(.975);
}

.admin-bar .house1316-back-home,
body.admin-bar .house1316-back-home {
    top: calc(54px + env(safe-area-inset-top, 0px));
}

@media (max-width: 767px) {
    .house1316-back-home,
    .house1316-back-home-inline {
        gap: 7px;
        padding: 0 14px 0 12px;
    }

    .house1316-back-home span:last-child,
    .house1316-back-home-inline .house1316-utility-label {
        letter-spacing: .12em;
        font-size: 10px;
    }
}


/* v0.11.41 — gentle one-per-session chat invitation. */
.house1316-chat-invite[hidden]{display:none!important}
.house1316-chat-invite{
    position:absolute;
    right:calc(100% + 10px);
    bottom:0;
    width:min(270px,calc(100vw - 112px));
    min-height:62px;
    display:grid;
    grid-template-columns:34px minmax(0,1fr) 18px;
    gap:10px;
    align-items:center;
    padding:10px 11px!important;
    border:1px solid rgba(223,189,107,.30)!important;
    border-radius:15px!important;
    background:linear-gradient(145deg,rgba(14,14,13,.96),rgba(8,8,8,.96))!important;
    color:#f4ead0!important;
    box-shadow:0 18px 42px rgba(0,0,0,.42),0 0 24px rgba(216,168,74,.07)!important;
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    cursor:pointer;
    text-align:left;
    opacity:0;
    transform:translateX(8px) scale(.985);
    transform-origin:right center;
    pointer-events:none;
    transition:opacity .2s ease,transform .2s ease,border-color .18s ease,background .18s ease!important;
}
.house1316-chat-invite.is-visible{opacity:1;transform:none;pointer-events:auto}
.house1316-chat-invite:before{
    content:"";
    position:absolute;
    right:-6px;
    bottom:18px;
    width:10px;
    height:10px;
    border-top:1px solid rgba(223,189,107,.28);
    border-right:1px solid rgba(223,189,107,.28);
    background:#0b0b0a;
    transform:rotate(45deg);
}
.house1316-chat-invite:hover,.house1316-chat-invite:focus-visible{
    border-color:rgba(223,189,107,.50)!important;
    background:linear-gradient(145deg,rgba(19,18,15,.98),rgba(9,9,9,.98))!important;
    outline:none!important;
}
.house1316-chat-invite-mark{
    width:34px;height:34px;display:grid;place-items:center;
    border:1px solid rgba(223,189,107,.22);border-radius:10px;
    background:rgba(223,189,107,.07);color:#d9bd76;
    font:800 8px/1 Arial,Helvetica,sans-serif;letter-spacing:.08em;
}
.house1316-chat-invite-copy{min-width:0;display:block}
.house1316-chat-invite-copy strong{
    display:block;color:#f4ead0;font:600 11px/1.28 Arial,Helvetica,sans-serif;letter-spacing:.005em;
}
.house1316-chat-invite-copy span{
    display:block;margin-top:3px;color:rgba(255,255,255,.48);font:400 9px/1.35 Arial,Helvetica,sans-serif;
}
.house1316-chat-invite-arrow{color:#d8bb72;font:500 16px/1 Arial,Helvetica,sans-serif}
.house1316-chat-shell.is-open .house1316-chat-invite{display:none!important}
@media(max-width:480px){
    .house1316-chat-invite{
        right:calc(100% + 8px);
        width:min(248px,calc(100vw - 94px));
        min-height:58px;
        grid-template-columns:31px minmax(0,1fr) 16px;
        gap:8px;
        padding:9px 10px!important;
    }
    .house1316-chat-invite-mark{width:31px;height:31px;border-radius:9px;font-size:7px}
    .house1316-chat-invite-copy strong{font-size:10px}
    .house1316-chat-invite-copy span{font-size:8px}
}
@media(prefers-reduced-motion:reduce){.house1316-chat-invite{transition:none!important;transform:none!important}}
