        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            background-color: #c5cfd0;
        }

        /* Custom cursor */
        body {
            font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #141414;
            overflow-x: hidden;
            background-color: #c5cfd0;
            cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><g transform="rotate(60 12 12)"><path d="M22 12H5M12 19l-7-7 7-7" stroke="%23141414" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></g></svg>') 10 10, auto;
        }

        * {
            cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><g transform="rotate(60 12 12)"><path d="M22 12H5M12 19l-7-7 7-7" stroke="%23141414" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></g></svg>') 10 10, auto !important;
        }

        .page-wrapper {
            min-height: 100vh;
            display: none;
        }
        
        .page-wrapper.active {
            display: block;
        }

        #main-wrapper { background-color: #faf8f3; }
        #interior-design-wrapper { background-color: #fafafa; }
        #makemake-wrapper { background-color: #fff; }
        #properties-wrapper { background-color: #fcffec; }

        .header-container {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
        }

        .promo-banner {
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: 'Geist Mono', monospace;
            font-size: 0.75rem;
            font-weight: 400;
            letter-spacing: 1.9px;
            text-transform: uppercase;
            color: #141414;
            background: #c5cfd0;
            overflow: hidden;
            position: relative;
        }

        .ticker-wrapper {
            display: flex;
            position: absolute;
            white-space: nowrap;
            animation: scroll-left 200s linear infinite;
        }

        .ticker-item {
            padding: 0 80px;
            display: inline-block;
        }

        @keyframes scroll-left {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        body.page-interiors .nav-ribbon {
            height: 44px;
            background: transparent;
            border-top: 1.5px solid #faf8f3;
            border-bottom: 1.5px solid #faf8f3;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s ease;
        }

        body.page-interiors .nav-ribbon.scrolled {
            background: rgba(250, 248, 243, 0.95);
            border-top-color: #141414;
            border-bottom-color: #141414;
            backdrop-filter: blur(10px);
        }

        body.page-interiors .nav-center {
            display: flex;
            height: 100%;
            border-left: 1.5px solid #faf8f3;
            border-right: 1.5px solid #faf8f3;
            transition: border-color 0.5s ease;
        }

        body.page-interiors .nav-ribbon.scrolled .nav-center {
            border-left-color: #141414;
            border-right-color: #141414;
        }

        body.page-interiors .landing-nav-link {
            padding: 0 32px;
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #faf8f3;
            font-size: 0.9rem;
            font-weight: 500;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            transition: all 0.5s ease;
            cursor: pointer;
            border-right: 1.5px solid #faf8f3;
        }

        body.page-interiors .landing-nav-link:last-child {
            border-right: none;
        }

        body.page-interiors .landing-nav-link.active {
            color: #583c4a !important;
        }

        body.page-interiors .nav-ribbon.scrolled .landing-nav-link {
            color: #141414;
            border-right-color: #141414;
        }

        body.page-interiors .nav-ribbon.scrolled .landing-nav-link.active {
            color: #583c4a !important;
        }

        body.page-interiors .landing-nav-link:hover {
            color: #583c4a !important;
        }

        body.page-interiors .nav-ribbon.scrolled .landing-nav-link:hover {
            color: #583c4a !important;
            opacity: 1;
        }

        /* Interiors-only: keep nav icons white */
        body.page-interiors .nav-icon svg {
            stroke: #faf8f3 !important;
        }
        body.page-interiors .nav-icon svg circle[r="1.5"] {
            fill: #faf8f3 !important;
        }
        body.page-interiors .nav-icon svg circle:not([r="1.5"]) {
            fill: none !important;
        }

        /* Keep interiors header responsive like shared nav system */
        @media (max-width: 768px) {
            .promo-banner {
                height: 32px;
                font-size: 0.65rem;
            }
            .nav-ribbon,
            .nav-ribbon.scrolled {
                height: 40px;
                padding-left: 52px;
                padding-right: 140px;
            }
            .nav-center {
                padding: 0 4px;
            }
            .landing-nav-link {
                padding: 0 12px;
                font-size: 0.7rem;
            }
        }

        @media (max-width: 640px) {
            .promo-banner {
                height: 28px;
                font-size: 0.6rem;
            }
            .nav-ribbon,
            .nav-ribbon.scrolled {
                height: 36px;
                padding-left: 48px;
                padding-right: 110px;
            }
            .nav-center {
                padding: 0 8px;
            }
            .landing-nav-link {
                padding: 0 10px;
                font-size: 0.7rem;
            }
        }

        @media (max-width: 480px) {
            .nav-ribbon,
            .nav-ribbon.scrolled {
                padding-left: 44px;
                padding-right: 100px;
            }
            .landing-nav-link {
                padding: 0 8px;
                font-size: 0.65rem;
            }
        }

        .back-arrow-icon {
            transition: all 0.5s ease;
        }

        body.page-interiors .back-arrow-icon path {
            transition: stroke 0.5s ease;
            stroke: #faf8f3 !important;
        }

        /* Hover effect for back arrow - always turns plum with maximum specificity */
        body.page-interiors a:hover .back-arrow-icon path,
        body.page-interiors .nav-ribbon a:hover .back-arrow-icon path,
        body.page-interiors .nav-left a:hover .back-arrow-icon path {
            stroke: #583c4a !important;
        }
        
        /* Force hover state to override inline styles */
        body.page-interiors a:hover svg.back-arrow-icon > path {
            stroke: #583c4a !important;
        }
        
        /* Active/click state */
        body.page-interiors a:active .back-arrow-icon path {
            stroke: #583c4a !important;
            opacity: 0.8;
        }

        /* Page content padding */
        .page-content {
            background-color: #fafafa;
        }

        .cart-counter {
            position: absolute;
            top: -13px;
            right: -8px;
            background: #583c4a;
            color: white;
            border-radius: 50%;
            min-width: 18px;
            height: 18px;
            font-size: 11px;
            font-weight: bold;
            display: none;
            align-items: center;
            justify-content: center;
            border: 2px solid #faf8f3;
        }

        .cart-counter.has-items {
            display: flex !important;
        }

        .carousel-container {
            display: flex;
            transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            height: 100%;
        }

        .carousel-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #583c4a;
            transition: all 0.3s ease;
            display: inline-block;
            opacity: 1;
        }

        .carousel-dot-wrapper {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            margin: -5px;
            cursor: pointer;
        }

        .carousel-slide {
            min-width: 100%;
            height: 100%;
        }

        .carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .text-slide {
            position: relative;
        }

        .text-slide-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #fafafa;
        }

        .text-slide-content {
            position: relative;
            z-index: 1;
            height: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding-top: 120px;
            padding-left: 60px;
            padding-right: 60px;
        }

        .text-container {
            font-family: 'Geist Mono', monospace;
            max-width: 520px;
        }

        .text-container p {
            font-size: 0.85rem;
            line-height: 1.5;
            color: #583c4a;
            font-weight: 300;
        }

        .text-container strong {
            color: #141414;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .nav-header { padding: 10px 20px; }
            .menu-item { font-size: 0.8rem; padding: 5px 8px; margin: 0 4px; }
        }

        /* Secondary Projects Hover Effect */
        .secondary-project-overlay:hover {
            opacity: 1 !important;
        }

        /* Footer styles come from css/main.css for consistency across pages. */

        /* Magazine-Style Lightbox for Casa Laurel - Filmstrip Version */
        .magazine-lightbox {
            display: none;
            position: fixed;
            top: 84px;
            left: 0;
            width: 100%;
            height: calc(100vh - 84px);
            background: #fafafa;
            z-index: 9999;
            overflow: hidden;
            /* Prevent text selection during gallery interaction */
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .magazine-lightbox.active {
            display: block;
        }

        .magazine-text-panel {
            position: fixed;
            top: 116px;
            left: 20px;
            width: 280px;
            max-height: calc(100vh - 140px);
            overflow-y: auto;
            padding: 8px 12px 16px;
            z-index: 10001;
            background: rgba(250, 250, 250, 0.92);
            border: 1px solid rgba(20, 20, 20, 0.12);
        }

        /* Force nav ribbon to have solid background when lightbox is open */
        .magazine-lightbox.active ~ #interior-design-wrapper .nav-ribbon,
        body:has(.magazine-lightbox.active) .nav-ribbon {
            background: rgba(250, 248, 243, 0.95) !important;
            border-top-color: #141414 !important;
            border-bottom-color: #141414 !important;
            backdrop-filter: blur(10px);
        }

        body:has(.magazine-lightbox.active) .nav-ribbon .nav-center {
            border-left-color: #141414 !important;
            border-right-color: #141414 !important;
        }

        body:has(.magazine-lightbox.active) .landing-nav-link {
            color: #141414 !important;
            border-right-color: #141414 !important;
        }

        body:has(.magazine-lightbox.active) .back-arrow-icon path {
            stroke: #141414 !important;
        }

        body:has(.magazine-lightbox.active) .nav-icon svg {
            stroke: #141414 !important;
        }

        /* Only fill menu dots and cart wheels when lightbox active, not search circle */
        body:has(.magazine-lightbox.active) .nav-icon svg circle[r="1.5"] {
            fill: #141414 !important;
        }

        .magazine-filmstrip {
            display: flex;
            height: 100%;
            gap: 12px;
            cursor: grab;
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .magazine-filmstrip:active {
            cursor: grabbing;
        }

        .magazine-film-slide {
            position: relative;
            flex-shrink: 0;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fafafa;
        }

        .magazine-film-slide img {
            height: 100%;
            width: auto;
            object-fit: contain;
            user-select: none;
            pointer-events: none;
        }

        .magazine-film-slide::after {
            content: '';
            position: absolute;
            right: -12px;
            top: 0;
            bottom: 0;
            width: 12px;
            background: #fafafa;
            pointer-events: none;
        }

        .magazine-close {
            position: fixed;
            top: 114px;
            left: 50px;
            background: #ffffff;
            border: 1.5px solid #141414;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10000;
            transition: all 0.3s;
        }

        .magazine-close:hover {
            background: #c5cfd0;
            transform: rotate(90deg);
        }

        .magazine-close:hover svg {
            stroke: #141414;
        }

        @media (max-width: 900px) {
            .magazine-lightbox {
                top: 72px;
                height: calc(100vh - 72px);
                overflow-y: auto;
                -webkit-overflow-scrolling: touch;
            }
            .magazine-close {
                top: 84px;
                left: 16px;
                width: 30px;
                height: 30px;
            }
            .magazine-text-panel {
                position: relative;
                top: auto;
                left: auto !important;
                width: calc(100% - 24px);
                box-sizing: border-box;
                max-height: none;
                margin: 44px 12px 8px;
                padding: 10px 12px;
                background: #fafafa;
                border: 1px solid rgba(20, 20, 20, 0.16);
                z-index: 10000;
            }
            .magazine-filmstrip {
                position: relative;
                z-index: 10;
                width: 100%;
                min-height: 0;
                height: auto;
                padding: 0 0 20px;
                gap: 0;
                overflow-x: auto;
                overflow-y: hidden;
                scroll-snap-type: x mandatory;
                -webkit-overflow-scrolling: touch;
                transform: none !important;
                scrollbar-width: none;
                -ms-overflow-style: none;
            }
            .magazine-filmstrip::-webkit-scrollbar {
                display: none;
            }
            .magazine-film-slide {
                width: 100%;
                min-width: 100%;
                height: auto;
                min-height: 0;
                scroll-snap-align: start;
            }
            .magazine-film-slide img {
                width: 100%;
                height: auto;
                max-height: 68vh;
                object-fit: contain;
                object-position: center;
            }
            .magazine-film-slide::after {
                display: none;
            }
        }

        /* Cart Modal Styles */
        .cart-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(197, 207, 208, 0.75);
            backdrop-filter: blur(4px);
            z-index: 9999;
        }

        .cart-overlay.active {
            display: block;
        }

        .cart-modal {
            position: fixed;
            right: -400px;
            top: 0;
            width: 400px;
            height: 100vh;
            background: #fafafa;
            border-left: 1.5px solid #141414;
            z-index: 10000;
            transition: right 0.3s ease;
            display: flex;
            flex-direction: column;
        }

        .cart-modal.active {
            right: 0;
        }

        .cart-header {
            padding: 30px;
            border-bottom: 1.5px solid #141414;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .cart-header h2 {
            font-family: 'Geist Mono', monospace;
            font-size: 1.5rem;
            font-weight: 500;
            letter-spacing: -0.02em;
        }

        .cart-close {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        .cart-close:hover {
            transform: rotate(90deg);
        }

        .clear-items-link:hover {
            opacity: 0.6 !important;
        }

        /* Update cart footer styling */
        .cart-footer {
            min-height: 200px;
            padding: 20px;
            border-top: 1.5px solid #141414;
            background: #faf8f3;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .cart-totals {
            margin-bottom: 12px;
        }

        .cart-total-line {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            font-family: 'Geist Mono', monospace;
            font-size: 0.85rem;
        }

        .cart-total-line.total {
            font-weight: 600;
            font-size: 0.95rem;
            margin-top: 12px;
            padding-top: 12px;
            border-top: 1.5px solid #141414;
        }

        .cart-buttons {
            margin-top: 16px;
        }

        .cart-checkout {
            width: 100%;
            padding: 12px;
            background: #fafafa;
            color: #141414;
            border: 1.5px solid #141414;
            font-family: 'Geist Mono', monospace;
            font-size: 0.85rem;
            font-weight: 500;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .cart-checkout:hover:not(:disabled) {
            background: #583c4a;
            color: #faf8f3;
        }

        .cart-checkout:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        /* Clear Items Modal */
        .clear-modal {
            position: fixed;
            top: 150px;
            left: 50%;
            transform: translateX(-50%);
            background: #fafafa;
            border: 1.5px solid #141414;
            border-radius: 8px;
            width: 280px;
            padding: 0;
            font-family: 'Geist Mono', monospace;
            z-index: 10001;
            display: none;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .clear-modal.active {
            display: block;
        }

        .clear-modal-message {
            font-size: 0.75rem;
            line-height: 1.4;
            color: #141414;
            padding: 20px;
        }

        .clear-modal-buttons {
            display: flex;
            height: 25px;
            border-top: 1.5px solid #141414;
        }

        .clear-modal-btn {
            flex: 1;
            padding: 0;
            font-family: 'Geist Mono', monospace;
            font-size: 0.7rem;
            font-weight: 500;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            background: #faf8f3;
            color: #141414;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .clear-modal-btn:first-child {
            border-right: 1.5px solid #141414;
        }

        .clear-modal-btn:hover {
            background: #c5cfd0;
            color: #141414;
        }

        /* Newsletter Modal */
        .newsletter-modal {
            position: fixed;
            top: 150px;
            left: 50%;
            transform: translateX(-50%);
            background: #fafafa;
            border: 1.5px solid #141414;
            border-radius: 8px;
            width: 380px;
            padding: 0;
            font-family: 'Geist Mono', monospace;
            z-index: 10001;
            display: none;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            overflow: hidden;
        }

        .newsletter-modal.active {
            display: block;
        }

        .newsletter-modal-header {
            height: 30px;
            background: #faf8f3;
            border-bottom: 1.5px solid #141414;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding: 0 8px;
        }

        .newsletter-modal-close {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            transition: transform 0.3s ease;
            margin-top: 4px;
        }

        .newsletter-modal-close:hover {
            transform: rotate(90deg);
        }

        .newsletter-modal-content {
            padding: 24px;
            text-align: center;
        }

        .newsletter-modal-title {
            font-size: 1.2rem;
            color: #583c4a;
            margin-bottom: 8px;
            font-weight: 500;
        }

        .newsletter-modal-subtitle {
            font-size: 0.85rem;
            color: #141414;
        }

        .cart-items {
            flex: 1;
            overflow-y: auto;
            padding: 20px 30px;
        }

        .cart-empty {
            text-align: center;
            padding: 60px 20px;
            color: #583c4a;
            font-style: italic;
        }

        .cart-item {
            display: flex;
            gap: 16px;
            padding: 20px 0;
            border-bottom: 1px solid rgba(20, 20, 20, 0.1);
        }

        .cart-item-image {
            width: 80px;
            height: 80px;
            background: #ffffff;
            border: 1.5px solid #141414;
            flex-shrink: 0;
        }

        .cart-item-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .cart-item-info {
            flex: 1;
        }

        .cart-item-name {
            font-family: 'Geist Mono', monospace;
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 4px;
        }

        .cart-item-code {
            font-family: 'Geist Mono', monospace;
            font-size: 0.65rem;
            color: #583c4a;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin-bottom: 8px;
        }

        .cart-item-spec {
            font-family: 'Geist Mono', monospace;
            font-size: 0.65rem;
            color: #141414;
            line-height: 1.6;
            margin-bottom: 4px;
        }

        .cart-item-price {
            font-weight: 500;
            font-size: 0.85rem;
            color: #583c4a;
            margin-top: 8px;
        }

        .cart-modal .cart-item-price-with-discount .cart-price-original,
        .cart-modal .cart-item-price .cart-price-original {
            text-decoration: line-through !important;
            opacity: 0.65;
            margin-right: 6px;
            display: inline;
            color: #583c4a;
        }
        .cart-modal .cart-item-price-with-discount .cart-price-current {
            font-weight: 600;
            color: #141414;
        }

        .cart-item-remove {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            opacity: 0.5;
            transition: opacity 0.3s ease;
        }

        .cart-item-remove:hover {
            opacity: 1;
        }

        .cart-footer {
            padding: 20px;
            border-top: 1.5px solid #141414;
            background: #fff;
        }

        .cart-total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
            font-family: 'Geist Mono', monospace;
            font-size: 1.1rem;
            font-weight: 500;
        }

        .checkout-btn {
            width: 100%;
            padding: 16px;
            background: #583c4a;
            color: #fafafa;
            border: 1.5px solid #583c4a;
            font-family: 'Geist Mono', monospace;
            font-size: 0.8rem;
            font-weight: 500;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .checkout-btn:hover:not(:disabled) {
            background: #6d4a5d;
            border-color: #6d4a5d;
        }

        .checkout-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .clear-cart-btn {
            width: 100%;
            padding: 12px;
            background: transparent;
            color: #583c4a;
            border: none;
            font-family: 'Geist Mono', monospace;
            font-size: 0.7rem;
            font-weight: 400;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            cursor: pointer;
            text-align: center;
            margin-bottom: 12px;
            opacity: 0.6;
            transition: opacity 0.3s ease;
        }

        .clear-cart-btn:hover {
            opacity: 1;
            text-decoration: underline;
        }

        /* Info Modal Styles (for Shipping, Returns, Trade Program) */
        .info-modal {
            position: fixed;
            top: 100px;
            left: 50%;
            transform: translateX(-50%);
            background: #fafafa;
            border: 1.5px solid #141414;
            border-radius: 8px;
            width: 600px;
            max-width: 90vw;
            max-height: 80vh;
            padding: 0;
            font-family: 'Inter', sans-serif;
            z-index: 10001;
            display: none;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
            overflow: hidden;
        }

        .info-modal.active {
            display: block;
        }

        .info-modal-header {
            height: 50px;
            background: #faf8f3;
            border-bottom: 1.5px solid #141414;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 24px;
        }

        .info-modal-title {
            font-family: 'Geist Mono', monospace;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #141414;
        }

        .info-modal-close {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            transition: transform 0.3s ease;
        }

        .info-modal-close:hover {
            transform: rotate(90deg);
        }

        .info-modal-content {
            padding: 32px;
            overflow-y: auto;
            max-height: calc(80vh - 50px);
        }

        .info-modal-content h3 {
            font-family: 'Geist Mono', monospace;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: #583c4a;
            margin-top: 24px;
            margin-bottom: 12px;
        }

        .info-modal-content h3:first-child {
            margin-top: 0;
        }

        .info-modal-content p {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #141414;
            margin-bottom: 12px;
        }

        .info-modal-content ul {
            margin-left: 20px;
            margin-bottom: 12px;
        }

        .info-modal-content li {
            font-size: 0.95rem;
            line-height: 1.7;
            color: #141414;
            margin-bottom: 8px;
        }

        .info-modal-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(197, 207, 208, 0.75);
            backdrop-filter: blur(4px);
            z-index: 10000;
        }

        .info-modal-overlay.active {
            display: block;
        }
    /* Consultation Egg Styles */
    .consultation-card {
        width: 424px;
        height: 560px;
        background: #ffffff;
        border: 1.5px solid #141414;
        border-radius: 50%;
    }

    .card-inner {
        padding: 20px 15px;
        text-align: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .main-view {
        transition: opacity 0.3s ease;
        position: relative;
        width: 100%;
    }

    .main-view.hidden {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }

    .egg-title {
        font-family: 'Geist Mono', monospace;
        font-size: 1.92rem;
        font-weight: 500;
        color: #141414;
        margin-bottom: 28px;
        line-height: 1.1;
        letter-spacing: -0.02em;
    }

    .director-badge {
        font-family: 'Geist Mono', monospace;
        font-size: 0.6rem;
        color: #583c4a;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        margin-bottom: 16px;
        font-weight: 400;
        transform: translateY(-20px);
    }

    .egg-subtitle {
        font-family: 'Inter', sans-serif;
        font-size: 0.76rem;
        color: #141414;
        margin-bottom: 40px;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.02em;
        transform: translateY(16px);
    }

    .cta-button {
        display: inline-block;
        padding: 11.2px 32px;
        background: #fafafa;
        color: #141414;
        text-decoration: none;
        font-size: 0.68rem;
        font-weight: 400;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        border: 1px solid #141414;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .cta-button:hover {
        background: #583c4a;
        color: #ffffff;
        border-color: #583c4a;
    }

    .info-badges {
        margin-top: 48px;
        display: flex;
        justify-content: center;
        gap: 32px;
        transform: translateY(32px);
    }

    .egg-badge {
        font-family: 'Geist Mono', monospace;
        font-size: 0.6rem;
        color: #583c4a;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        font-weight: 400;
    }

    .expanded-view {
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        padding: 20px 15px;
        transition: opacity 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 50%;
    }

    .expanded-view.visible {
        opacity: 1;
        pointer-events: all;
    }

    .close-button {
        position: absolute;
        top: 20px;
        right: 15px;
        background: transparent;
        border: none;
        font-size: 1.2rem;
        color: #666;
        cursor: pointer;
        padding: 10px;
        font-weight: 300;
        transition: color 0.3s ease;
    }

    .close-button:hover {
        color: #141414;
    }

    .session-header {
        font-family: 'Geist Mono', monospace;
        font-size: 0.64rem;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: #583c4a;
        margin-bottom: 24px;
        font-weight: 400;
    }

    .session-description {
        font-family: 'Inter', sans-serif;
        font-size: 0.76rem;
        color: #141414;
        line-height: 1.6;
        margin-bottom: 28px;
        font-weight: 400;
        letter-spacing: 0.02em;
    }

    .session-details {
        border-top: 1px solid #583c4a;
        border-bottom: 1px solid #583c4a;
        padding: 16px 0;
        margin-bottom: 28px;
    }

    .detail-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 9.6px;
        padding: 0 16px;
    }

    .detail-row:last-child {
        margin-bottom: 0;
    }

    .detail-label {
        font-family: 'Geist Mono', monospace;
        font-size: 0.64rem;
        color: #583c4a;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-weight: 400;
    }

    .detail-value {
        font-family: 'Inter', sans-serif;
        font-size: 0.64rem;
        color: #141414;
        font-weight: 400;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }

    .contact-button {
        display: inline-block;
        padding: 11.2px 32px;
        background: #c5cfd0;
        color: #141414;
        text-decoration: none;
        font-size: 0.68rem;
        font-weight: 400;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        border: 1px solid #141414;
        transition: all 0.3s ease;
    }

    .contact-button:hover {
        background: #fafafa;
        color: #141414;
    }

    @media (max-width: 640px) {
        .consultation-card {
            width: 100%;
            max-width: 400px;
        }
        
        .card-inner {
            padding: 60px 40px;
        }
        
        .egg-title {
            font-size: 1.76rem;
        }
        
        .info-badges {
            flex-direction: column;
            gap: 16px;
        }

        .expanded-view {
            padding: 60px 40px;
        }

        .close-button {
            top: 30px;
            right: 30px;
        }
    }
        .search-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(197, 207, 208, 0.75);
            backdrop-filter: blur(4px);
            z-index: 9998;
        }

        .search-overlay.active {
            display: block;
        }

        .search-modal {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 600px;
            max-height: 70vh;
            background: #faf8f3;
            border: 1.5px solid #141414;
            z-index: 9999;
            display: none;
            flex-direction: column;
        }

        .search-modal.active {
            display: flex;
        }

        .search-header {
            padding: 20px 24px;
            border-bottom: 1.5px solid #141414;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .search-input {
            flex: 1;
            font-family: 'Geist Mono', monospace;
            font-size: 1rem;
            padding: 12px 0;
            border: none;
            background: transparent;
            color: #141414;
            outline: none;
        }

        .search-input::placeholder {
            color: #583c4a;
            opacity: 0.5;
        }

        .search-close {
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .search-results {
            overflow-y: auto;
            max-height: calc(70vh - 80px);
            padding: 20px;
        }

        .search-no-results {
            text-align: center;
            color: #583c4a;
            font-family: 'Geist Mono', monospace;
            font-size: 0.9rem;
            padding: 40px;
        }

        .search-result-item {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 12px;
            border: 1.5px solid transparent;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            margin-bottom: 12px;
        }

        .search-result-item:hover {
            border-color: #141414;
            background: #fafafa;
        }

        .search-result-image {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border: 1.5px solid #141414;
        }

        .search-result-info {
            flex: 1;
        }

        .search-result-name {
            font-family: 'Geist Mono', monospace;
            font-size: 0.95rem;
            color: #141414;
            font-weight: 500;
            margin-bottom: 4px;
        }

        .search-result-type {
            font-family: 'Geist Mono', monospace;
            font-size: 0.75rem;
            color: #583c4a;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .search-result-price {
            font-family: 'Geist Mono', monospace;
            font-size: 0.9rem;
            color: #141414;
            text-align: right;
        }

        

        /* Final nav overrides for Interiors mobile consistency with shared header */
        @media (max-width: 768px) {
            body.page-interiors .promo-banner {
                height: 32px !important;
                font-size: 0.65rem !important;
            }
            body.page-interiors .nav-ribbon,
            body.page-interiors .nav-ribbon.scrolled {
                top: 32px !important;
                height: 40px !important;
                padding-left: 52px !important;
                padding-right: 140px !important;
            }
            body.page-interiors .nav-ribbon > div:first-of-type {
                left: 16px !important;
            }
            body.page-interiors .nav-center {
                padding: 0 4px !important;
            }
            body.page-interiors .landing-nav-link {
                padding: 0 12px !important;
                font-size: 0.7rem !important;
            }
            body.page-interiors .nav-icons .nav-icon:nth-child(2) {
                display: none !important;
            }
            body.page-interiors .nav-icon svg {
                width: 18px !important;
                height: 18px !important;
            }
        }

        @media (max-width: 640px) {
            body.page-interiors .promo-banner {
                height: 28px !important;
                font-size: 0.6rem !important;
            }
            body.page-interiors .nav-ribbon,
            body.page-interiors .nav-ribbon.scrolled {
                top: 28px !important;
                height: 36px !important;
                padding-left: 48px !important;
                padding-right: 110px !important;
            }
            body.page-interiors .nav-ribbon > div:first-of-type {
                left: 12px !important;
            }
            body.page-interiors .nav-center {
                padding: 0 8px !important;
            }
            body.page-interiors .landing-nav-link {
                padding: 0 10px !important;
                font-size: 0.7rem !important;
            }
        }

        /* Interiors hero image/mobile framing */
        @media (max-width: 768px) {
            body.page-interiors #hero {
                height: 78vh !important;
                min-height: 520px;
            }
            body.page-interiors #parallax-hero {
                height: 100% !important;
                background-position: center 32% !important;
                background-size: cover !important;
                transform: none !important;
            }
            body.page-interiors #hero > div[style*="bottom: 80px"] {
                bottom: 48px !important;
                width: calc(100% - 32px);
            }
            body.page-interiors #hero > div[style*="bottom: 80px"] > div {
                width: min(92vw, 460px) !important;
            }
        }

        @media (max-width: 480px) {
            body.page-interiors .nav-ribbon,
            body.page-interiors .nav-ribbon.scrolled {
                padding-left: 44px !important;
                padding-right: 100px !important;
            }
            body.page-interiors .landing-nav-link {
                padding: 0 8px !important;
                font-size: 0.65rem !important;
            }
            body.page-interiors #hero {
                height: 72vh !important;
                min-height: 460px;
            }
            body.page-interiors #parallax-hero {
                background-position: center 28% !important;
            }
            body.page-interiors #hero > div[style*="bottom: 80px"] {
                bottom: 36px !important;
                width: calc(100% - 24px);
            }
            body.page-interiors #hero > div[style*="bottom: 80px"] > div {
                width: min(94vw, 360px) !important;
            }
        }

        /* Interiors projects-section: override fixed inline widths for responsive layout */
        @media (max-width: 1024px) {
            body.page-interiors #projects-section {
                padding: 88px 24px 32px !important;
            }
            body.page-interiors #projects-section > div[style*="display: flex"][style*="width: 930px"] {
                width: 100% !important;
                max-width: 930px;
                gap: 24px;
            }
            body.page-interiors #projects-section > div[style*="display: flex"][style*="width: 930px"] > div[style*="width: 424px"] {
                width: calc(50% - 12px) !important;
                max-width: none !important;
            }
            body.page-interiors #projects-section [style*="width: 424px"][style*="height: 636px"] {
                width: 100% !important;
                height: auto !important;
                aspect-ratio: 424 / 636;
            }
            body.page-interiors #projects-section [style*="margin-top: 20px; width: 424px"] {
                width: 100% !important;
            }
            body.page-interiors #projects-section [style*="min-width: 424px"] {
                min-width: 100% !important;
            }
        }

        @media (max-width: 768px) {
            body.page-interiors #projects-section {
                padding: 72px 16px 24px !important;
            }
            body.page-interiors #projects-section > div[style*="display: flex"][style*="width: 930px"] {
                flex-direction: column !important;
                align-items: stretch !important;
                gap: 40px !important;
                margin: 0 auto 48px !important;
            }
            body.page-interiors #projects-section > div[style*="display: flex"][style*="width: 930px"] > div[style*="width: 424px"] {
                width: 100% !important;
                max-width: 460px !important;
                margin: 0 auto !important;
            }
            body.page-interiors #projects-section [style*="margin-top: 20px; width: 424px"] {
                margin-top: 16px !important;
            }
            body.page-interiors #projects-section p[style*="font-size: 0.9rem"] {
                font-size: 0.82rem !important;
            }
            body.page-interiors #projects-section p[style*="font-size: 0.85rem"] {
                font-size: 0.78rem !important;
            }
        }

        /* Working With Us: smaller intro and card layout */
        body.page-interiors .working-with-us-intro {
            font-size: 1.35rem !important;
            line-height: 1.45 !important;
            max-width: 860px !important;
            margin-bottom: 56px !important;
        }

        body.page-interiors .working-with-us-services {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px !important;
            align-items: stretch;
        }

        body.page-interiors .working-service-card {
            border: 1.5px solid rgba(20, 20, 20, 0.22);
            padding: 24px 20px 20px;
            background: #fafafa;
            min-width: 0;
        }

        @media (max-width: 1024px) {
            body.page-interiors .working-with-us-intro {
                font-size: 1.15rem !important;
                margin-bottom: 44px !important;
            }
            body.page-interiors .working-with-us-wrap {
                padding: 0 24px 64px !important;
            }
            body.page-interiors .working-with-us-services {
                grid-template-columns: 1fr;
                gap: 18px !important;
            }
            body.page-interiors .working-service-card {
                max-width: 760px;
                margin: 0 auto;
            }
        }

        body.page-interiors .interiors-bottom-cta-text {
            font-size: 1.25rem !important;
            line-height: 1.45 !important;
        }
        body.page-interiors .interiors-bottom-cta-section {
            padding: 48px 28px !important;
        }
        body.page-interiors .interiors-bottom-cta-inner {
            padding: 0 20px !important;
        }

        @media (max-width: 1024px) {
            body.page-interiors .interiors-bottom-cta-text {
                font-size: 1.02rem !important;
                line-height: 1.5 !important;
            }
            body.page-interiors .interiors-bottom-cta-section {
                padding: 36px 16px !important;
            }
            body.page-interiors .interiors-bottom-cta-inner {
                padding: 0 8px !important;
            }
        }
