/* ==========================================================================
   LUXE CONCIERGE & CONTACT EDITORIAL SYSTEM — FULL PAGE
   Typography: Playfair Display (display) / Inter (body)
   Palette: #111111 ink, #1A1C1C text, #444844 muted, #E2DBD3 stone
   ========================================================================== */

   body {
    font-family: 'Inter', sans-serif;
    color: #1A1C1C;
}

/* ==========================================================================
   NAVBAR
   ========================================================================== */
.luxe-nav {
    padding: 20px 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(17,17,17,0.08);
}

.luxe-logo {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #111111;
    text-decoration: none;
}

.menu_wrapper .luxe-logo {
    display: none;
}

.luxe-nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1A1C1C;
    text-decoration: none;
    position: relative;
    padding: 4px 0;
    transition: opacity 0.2s ease;
}

.luxe-nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background-color: #111111;
    transition: width 0.25s ease;
}

.luxe-nav-link:hover {
    opacity: 0.7;
}

.luxe-nav-link:hover::after {
    width: 100%;
}

.icon-btn {
    background: none;
    border: none;
    padding: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.icon-btn:hover {
    opacity: 0.6;
}

.cart-btn {
    position: relative;
}

.cart-badge {
    top: -6px;
    right: -8px;
    background-color: #111111;
    color: #ffffff;
    font-size: 9px;
    font-weight: 600;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* ==========================================================================
   SECTION 1: HERO
   ========================================================================== */
.contact-page-main.mt-nav {
    margin-top: 0;
    background-color: #ffffff;
}

.contact-hero-section {
    padding-top: 64px;
    padding-bottom: 64px;
}

.contact-eyebrow-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #444844;
    text-transform: uppercase;
    display: block;
    margin-bottom: 24px;
}

.contact-display-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.15;
    color: #1A1C1C;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}

.contact-description-prose {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: #444844;
    max-width: 460px;
    margin: 0;
}

.contact-hero-image-frame {
    width: 100%;
    overflow: hidden;
    height: 480px;
    border-radius: 4px;
}

.contact-hero-asset {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ==========================================================================
   SECTION 2: COMMS SIDEBAR + ENQUIRY FORM
   ========================================================================== */
.contact-interactive-grid-section {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #ffffff;
}

/* ---------- Left: direct comms sidebar (vertical stack) ---------- */
.direct-comms-sidebar-wrapper {
    display: flex;
    flex-direction: column;
}

.comms-block-node {
    padding-top: 24px;
}

.comms-block-node:first-child {
    padding-top: 0;
}

.comms-block-node + .comms-block-node {
    border-top: 1px solid rgba(17,17,17,0.12);
}

.comms-node-eyebrow {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #444844;
    display: block;
    margin-bottom: 14px;
}

.comms-primary-link {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    color: #1A1C1C;
    text-decoration: none;
    display: block;
    transition: opacity 0.2s ease;
}

.comms-primary-link:hover {
    opacity: 0.6;
    color: #1A1C1C;
}

.comms-primary-link:focus-visible {
    outline: 1px solid #111111;
    outline-offset: 4px;
}

.comms-node-description {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #444844;
}

.studio-locations-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.studio-locations-list li {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    color: #1A1C1C;
}

/* Structural Action Button Elements */
.btn-luxe-dark-solid {
    background-color: #111111;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    padding: 12px 28px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #111111;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-luxe-dark-solid:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

/* ---------- Right: enquiry form ---------- */
.enquiry-form-wrapper {
    padding-top: 0;
}

.luxe-editorial-form-engine {
    max-width: 620px;
}

.form-input-node-group {
    border-bottom: 1px solid #111111;
    padding-bottom: 6px;
    display: flex;
    flex-direction: column;
    transition: border-bottom-color 0.2s ease;
}

.form-node-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #444844;
    margin-bottom: 6px;
}

.form-node-control {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #1A1C1C;
    padding: 4px 0;
}

.form-node-control::placeholder {
    color: #9a9a94;
}

.form-node-control:focus {
    outline: none;
}

.text-area-resize-none {
    resize: none;
}

.btn-luxe-outline-dark-action {
    background-color: transparent;
    color: #111111;
    border: 1px solid #111111;
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 12px 30px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-luxe-outline-dark-action:hover {
    background-color: #111111;
    color: #ffffff;
}

/* ==========================================================================
   SECTION 3: MANIFESTO INTERLUDE
   ========================================================================== */
.contact-manifesto-interlude-section {
    width: 100%;
    background-color: #E2DBD3;
    position: relative;
    overflow: hidden;
}

.contact-manifesto-interlude-section .section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.contact-manifesto-interlude-section .section_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.contact-manifesto-interlude-section > .container-fluid {
    position: relative;
    z-index: 2;
}

.manifesto-parallax-texture-box {
    width: 100%;
    min-height: 480px;
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: inset 0 20px 40px rgba(0,0,0,0.03);
    position: relative;
    z-index: 1;
}

.manifesto-parallax-texture-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
    z-index: -1;
}

.manifesto-quote-prose-text {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

/* ==========================================================================
   CART DRAWER
   ========================================================================== */
.cart-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(17,17,17,0.45);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.cart-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-drawer-panel {
    position: fixed;
    top: 0;
    right: -440px;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background: #ffffff;
    z-index: 2001;
    display: flex;
    flex-direction: column;
    transition: right 0.4s ease;
}

.cart-drawer-overlay.active .cart-drawer-panel {
    right: 0;
}

.cart-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 32px;
    border-bottom: 1px solid rgba(17,17,17,0.1);
}

.cart-drawer-title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-drawer-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.02em;
    color: #1A1C1C;
}

.cart-drawer-badge {
    background: #111111;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-drawer-close-btn {
    background: none;
    border: none;
    font-size: 22px;
    line-height: 1;
    color: #1A1C1C;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.cart-drawer-close-btn:hover {
    opacity: 0.5;
}

.cart-drawer-items-container {
    flex: 1;
    overflow-y: auto;
    padding: 24px 32px;
}

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

.cart-drawer-item:first-child {
    padding-top: 0;
}

.cart-drawer-item-img {
    width: 80px;
    height: 96px;
    object-fit: cover;
    background: #f4f2ee;
    flex-shrink: 0;
}

.cart-item-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cart-item-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 15px;
    font-weight: 400;
    color: #1A1C1C;
    margin: 0;
}

.cart-item-price {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1A1C1C;
    margin: 0;
}

.cart-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.quantity-selector {
    display: flex;
    align-items: center;
    border: 1px solid rgba(17,17,17,0.2);
}

.quantity-btn {
    width: 26px;
    height: 26px;
    background: none;
    border: none;
    font-size: 13px;
    cursor: pointer;
    color: #1A1C1C;
}

.quantity-val {
    min-width: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

.cart-item-remove-btn {
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #444844;
    text-decoration: underline;
    cursor: pointer;
}

.cart-item-remove-btn:hover {
    color: #111111;
}

.cart-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 40px 20px;
}

.cart-empty-icon {
    font-size: 36px;
    margin-bottom: 12px;
    opacity: 0.5;
}

.cart-empty-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 16px;
    color: #1A1C1C;
    margin-bottom: 4px;
}

.cart-empty-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #444844;
}

.cart-drawer-footer {
    padding: 24px 32px 32px;
    border-top: 1px solid rgba(17,17,17,0.1);
}

.cart-drawer-summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.cart-summary-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #444844;
}

.cart-summary-value {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1A1C1C;
}

.cart-drawer-disclaimer {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    line-height: 1.5;
    color: #888882;
    margin-bottom: 20px;
}

.cart-checkout-btn {
    background-color: #111111;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 24px;
    transition: background-color 0.2s ease;
}

.cart-checkout-btn:hover {
    background-color: #333333;
    color: #ffffff;
}

/* ==========================================================================
   SEARCH OVERLAY
   ========================================================================== */
.luxe-search-overlay {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 2100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.luxe-search-overlay.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.luxe-search-close {
    position: absolute;
    top: 32px;
    right: 40px;
    background: none;
    border: none;
    font-size: 18px;
    color: #1A1C1C;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.luxe-search-close:hover {
    opacity: 0.5;
}

.luxe-search-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luxe-search-content {
    width: 100%;
    max-width: 640px;
    padding: 0 24px;
}

.luxe-search-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #444844;
    margin-bottom: 20px;
}

.luxe-search-form {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    border-bottom: 1px solid #111111;
    padding-bottom: 12px;
}

.luxe-search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 32px;
    font-weight: 400;
    color: #1A1C1C;
    outline: none;
}

.luxe-search-input::placeholder {
    color: #cfcbc2;
}

.luxe-search-submit {
    background: none;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #111111;
    cursor: pointer;
    padding-bottom: 8px;
    transition: opacity 0.2s ease;
}

.luxe-search-submit:hover {
    opacity: 0.5;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.luxe-footer {
    background-color: #ffffff;
    border-top: 1px solid rgba(17,17,17,0.1);
    padding: 64px 0 32px;
}

.footer_logo_wrapper .luxe-logo {
    font-size: 20px;
}

.copyright {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #888882;
}

.footer-col-title {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #1A1C1C;
    margin-bottom: 16px;
}

.footer-col ul li a {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #444844;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.footer-col ul li a:hover {
    opacity: 0.6;
    color: #444844;
}
.contact-visual {
    /* position: absolute; */
    border-radius: 28px;
    overflow: hidden;
    min-height: 560px;
    background: linear-gradient(160deg, #ffd9b0 0%, #ffb877 45%, #ff9a4d 100%);
    box-shadow: var(--shadow);
    animation: floatIn 0.8s ease both 0.15s;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 992px) {
    .contact-display-title { font-size: 40px; }
    .contact-hero-section { padding-top: 48px; padding-bottom: 40px; }
    .contact-hero-image-frame { height: 340px; }
    .contact-interactive-grid-section { padding-top: 40px; padding-bottom: 56px; }
    .enquiry-form-wrapper { padding-left: 0 !important; margin-top: 48px; }
    .manifesto-parallax-texture-box { min-height: 340px; padding-top: 48px; padding-bottom: 48px; }
    .manifesto-quote-prose-text { font-size: 26px; }
    .footer_links_wrapper { gap: 40px !important; }
}

@media (max-width: 767.98px) {
    .menu_wrapper .luxe-logo { display: block; }
    .comms-block-node { padding-top: 20px; }
    .luxe-search-input { font-size: 22px; }
    .luxe-search-form { flex-direction: column; align-items: stretch; gap: 12px; }
    .luxe-footer .row.align-items-stretch { flex-direction: column; gap: 32px; }
    .footer_links_wrapper { gap: 32px !important; }
}

@media (max-width: 576px) {
    .contact-display-title { font-size: 32px; }
    .comms-primary-link { font-size: 18px; }
    .studio-locations-list li { font-size: 18px; }
    .btn-luxe-dark-solid, .btn-luxe-outline-dark-action { width: 100%; text-align: center; }
    .manifesto-quote-prose-text { font-size: 22px; }
    .cart-drawer-panel { max-width: 100%; right: -100%; }
    .cart-drawer-header, .cart-drawer-items-container, .cart-drawer-footer { padding-left: 20px; padding-right: 20px; }
}