/*
Theme Name: Desire KBD Design 2026
Theme URI: https://desirekbd.com/
Author: Desire KBD Design
Description: The 2026 Desire KBD Design studio website.
Version: 6.0.282
Text Domain: desire-kbd-2026
*/

@import url("assets/site.css?ver=6.0.282.0");

/* A discreet shortcut for the studio owner, kept intentionally small in the public footer. */
.footer-v2 .footer-owner-access {
    color: #96978e;
    font: 8px var(--mono);
    letter-spacing: .09em;
    opacity: .58;
    text-transform: uppercase;
    transition: color .2s ease, opacity .2s ease;
}

.footer-v2 .footer-owner-access:hover,
.footer-v2 .footer-owner-access:focus-visible {
    color: #d5dec9;
    opacity: 1;
}

/* Legal links, then social icons, then the owner shortcut. */
.footer-v2 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
}

.footer-v2 > span {
    grid-column: 1;
    justify-self: start;
}

/* The original mark remains as a small heritage seal below the new signature. */
.footer-v2 .footer-heritage-mark {
    grid-column: 1;
    grid-row: 1;
    width: 54px;
    height: auto;
    margin-right: 0;
    opacity: .5;
    filter: grayscale(1) invert(1);
}

.footer-v2 > span:not(.footer-v2-version) {
    grid-column: 1;
    justify-self: start;
    margin-left: 65px;
}

.footer-v2-legal {
    grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-v2-legal a {
    color: #96978e;
    font: 8px var(--mono);
    letter-spacing: .09em;
    opacity: .68;
    text-transform: uppercase;
    transition: color .2s ease, opacity .2s ease;
}

.footer-v2-legal a:hover,
.footer-v2-legal a:focus-visible {
    color: #d5dec9;
    opacity: 1;
}

.footer-v2-owner-cluster {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-v2-socials {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
}

/* One calm monochrome social system: recognisable marks, no competing colours. */
.footer-v2-socials a {
    width: 28px;
    height: 28px;
    color: #f4f1eb;
    border: 1px solid #f4f1eb8c;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
    transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}

.footer-v2-socials svg {
    width: 14px;
    height: 14px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-v2-socials a:first-child svg { fill: currentColor; stroke: none; }
.footer-v2-socials .social-solid { fill: currentColor; stroke: none; }
.footer-v2-socials .social-mark-letter { fill: currentColor; stroke: none; font: 700 16px/1 Georgia, serif; }
.footer-v2-socials .social-houzz-letter { font: 700 14px/1 Arial, sans-serif; }

.footer-v2-socials a:hover,
.footer-v2-socials a:focus-visible {
    color: #181917;
    background: #f4f1eb;
    border-color: #f4f1eb;
    outline: none;
    transform: translateY(-2px);
}

/* Product credibility is visible without turning the site into a logo wall. */
.partner-rail {
    color: #353632;
    background: #eeebe4;
    border-bottom: 1px solid var(--line);
    grid-template-columns: minmax(170px, .75fr) minmax(0, 1.7fr) auto;
    align-items: center;
    gap: 30px;
    padding: 19px clamp(24px, 9vw, 150px);
    display: grid;
}

.partner-rail p,
.partner-rail div,
.partner-rail a {
    font: 500 9px/1.4 var(--mono);
    letter-spacing: .1em;
    text-transform: uppercase;
}

.partner-rail p { color: #74756e; margin: 0; }
.partner-rail div { flex-wrap: wrap; align-items: center; gap: 9px 19px; display: flex; }
.partner-rail div span { white-space: nowrap; }
.partner-rail a { color: #252622; border-bottom: 1px solid #252622; align-items: center; gap: 8px; padding-bottom: 3px; display: inline-flex; }
.partner-rail a span { color: var(--oxide); font-size: 15px; line-height: .6; }

.showroom-brands {
    color: var(--paper);
    background: #242522;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: clamp(50px, 10vw, 160px);
    padding: clamp(90px, 12vw, 180px) clamp(24px, 9vw, 150px);
    display: grid;
}

.showroom-brands .eyebrow { color: #d5dec9; }
.showroom-brands h2 { max-width: 620px; margin: 25px 0 0; font: 400 clamp(48px, 5.8vw, 94px)/.88 var(--serif); letter-spacing: -.065em; }
.showroom-brands > div > p:not(.eyebrow) { color: #c8c9c1; max-width: 410px; margin: 29px 0 33px; font-size: 14px; line-height: 1.84; }
.showroom-brands .quiet-link { color: var(--paper); }
.showroom-brands-list { border-top: 1px solid #f4f1eb40; }
.showroom-brands-list article { border-bottom: 1px solid #f4f1eb40; grid-template-columns: minmax(125px, .55fr) 1fr; gap: 19px 28px; padding: 25px 0 27px; display: grid; }
.showroom-brands-list article > span { color: #d5dec9; font: 500 9px/1.45 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.showroom-brands-list strong { font: 400 clamp(27px, 3vw, 43px)/.95 var(--serif); letter-spacing: -.045em; }
.showroom-brands-list p { color: #bfc0b8; grid-column: 2; max-width: 430px; margin: 0; font-size: 13px; line-height: 1.75; }

/* Brand marks use the existing showroom library, arranged as a considered directory. */
.partner-rail .partner-rail-logos {
    display: grid;
    grid-template-columns: repeat(6, minmax(52px, 1fr));
    align-items: center;
    gap: 10px clamp(10px, 1.7vw, 24px);
}

.partner-rail .partner-rail-logos img {
    width: 100%;
    max-width: 106px;
    height: 24px;
    margin: auto;
    object-fit: contain;
    filter: grayscale(1) contrast(1.18);
    opacity: .73;
    transition: opacity .2s ease, filter .2s ease, transform .2s ease;
}

.partner-rail .partner-rail-logos img:hover {
    filter: grayscale(0) contrast(1);
    opacity: 1;
    transform: translateY(-2px);
}

.showroom-brands-directory {
    display: grid;
    gap: clamp(42px, 5vw, 70px);
}

.brand-category {
    border-top: 1px solid rgba(244, 241, 235, .25);
    padding-top: 20px;
}

.brand-category-heading {
    display: grid;
    grid-template-columns: minmax(132px, .63fr) 1fr;
    gap: 20px;
    align-items: baseline;
}

.brand-category-heading > span {
    color: #d5dec9;
    font: 500 9px/1.45 var(--mono);
    letter-spacing: .11em;
    text-transform: uppercase;
}

.brand-category-heading > p {
    max-width: 345px;
    margin: 0;
    color: #bfc0b8;
    font-size: 12px;
    line-height: 1.65;
}

.brand-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
}

.brand-logo-grid figure {
    min-height: 82px;
    margin: 0;
    border: 1px solid rgba(244, 241, 235, .13);
    background: rgba(255, 255, 255, .035);
    display: grid;
    place-items: center;
    padding: 13px;
    transition: background .24s ease, border-color .24s ease, transform .24s ease;
}

.brand-logo-grid figure:hover {
    border-color: rgba(205, 179, 154, .78);
    background: rgba(255, 255, 255, .075);
    transform: translateY(-3px);
}

.brand-logo-grid img {
    width: 100%;
    height: 34px;
    object-fit: contain;
    filter: grayscale(1) brightness(0) invert(1) contrast(1.08);
    opacity: .9;
}

.brand-logo-grid--surfaces {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-logo-grid--surfaces img {
    height: 42px;
}

/* The archived Spectrum mark includes its own white field; keep it intentional. */
.brand-logo-grid--surfaces figure:nth-child(3) {
    background: #f4f1eb;
    border-color: rgba(244, 241, 235, .72);
}

.brand-logo-grid--surfaces figure:nth-child(3) img {
    filter: grayscale(1) contrast(1.2);
    mix-blend-mode: multiply;
    opacity: .9;
}

.showroom-brands-note {
    max-width: 430px;
    margin: -20px 0 0;
    color: #a6a79f;
    font-size: 11px;
    line-height: 1.75;
}

.dkb-calendar-card,
.dkb-owner-shell { scroll-margin-top: 96px; }

@media (max-width: 820px) {
    .partner-rail { grid-template-columns: 1fr; gap: 14px; padding-right: 7vw; padding-left: 7vw; }
    .partner-rail a { width: fit-content; }
    .showroom-brands { grid-template-columns: 1fr; gap: 55px; padding-right: 7vw; padding-left: 7vw; }
    .partner-rail .partner-rail-logos { max-width: 650px; }
}

@media (max-width: 520px) {
    .partner-rail div { gap: 9px 14px; }
    .showroom-brands h2 { font-size: 54px; }
    .showroom-brands-list article { grid-template-columns: 1fr; gap: 13px; }
    .showroom-brands-list p { grid-column: auto; }
    .partner-rail .partner-rail-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
    .partner-rail .partner-rail-logos img { height: 22px; }
    .brand-category-heading { grid-template-columns: 1fr; gap: 10px; }
    .brand-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .brand-logo-grid--surfaces { grid-template-columns: 1fr; }
    .brand-logo-grid figure { min-height: 78px; }
}

.footer-v2-version {
    color: #777871;
    font: 8px var(--mono);
    letter-spacing: .08em;
    white-space: nowrap;
}

/* Keep the contact page within the viewport when an email address is long. */
.contact-page > div,
.contact-card a {
    min-width: 0;
}

.contact-card a {
    overflow-wrap: anywhere;
}

.not-found-page {
    min-height: calc(100svh - 76px);
    padding: clamp(90px, 15vw, 190px) clamp(24px, 9vw, 150px);
    color: var(--paper);
    background: var(--night);
}

.not-found-page .eyebrow {
    color: #c7c5bd;
}

.not-found-page h1 {
    max-width: 800px;
    margin: 28px 0 0;
    font: 400 clamp(62px, 8vw, 128px)/.82 var(--serif);
    letter-spacing: -.07em;
}

.not-found-page h1 em {
    color: #d5dec9;
}

.not-found-page > p:not(.eyebrow) {
    max-width: 390px;
    margin: 32px 0 0;
    color: #c6c7c0;
    font-size: 15px;
    line-height: 1.8;
}

.not-found-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    align-items: center;
    margin-top: 38px;
}

/* Lightweight, legible legal pages rather than generic empty pages. */
.legal-page {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
    gap: min(10vw, 160px);
    padding: clamp(90px, 14vw, 190px) clamp(24px, 9vw, 150px);
    background: var(--paper);
    color: var(--night);
}

.legal-page-intro {
    position: sticky;
    top: 105px;
    align-self: start;
}

.legal-page-intro h1 {
    margin: 25px 0 0;
    font: 400 clamp(52px, 6vw, 95px)/.87 var(--serif);
    letter-spacing: -.065em;
}

.legal-page-intro h1 em {
    color: var(--oxide);
}

.legal-page-intro > p:not(.eyebrow) {
    max-width: 340px;
    margin: 28px 0 0;
    color: #595b55;
    font-size: 14px;
    line-height: 1.8;
}

.legal-page-copy {
    max-width: 650px;
}

.legal-page-copy article {
    padding: 25px 0 27px;
    border-top: 1px solid var(--line);
}

.legal-page-copy article:first-child {
    padding-top: 0;
    border-top: 0;
}

.legal-page-copy h2 {
    margin: 0;
    font: 400 clamp(27px, 3vw, 42px)/.95 var(--serif);
    letter-spacing: -.045em;
}

.legal-page-copy p {
    margin: 15px 0 0;
    color: #585a54;
    font-size: 14px;
    line-height: 1.85;
}

.legal-page-copy a {
    color: var(--night);
    border-bottom: 1px solid #999b93;
}

.legal-page-update {
    margin-top: 28px !important;
    color: #777871 !important;
    font: 9px var(--mono) !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 820px) {
    .legal-page {
        grid-template-columns: 1fr;
        gap: 55px;
        padding-right: 7vw;
        padding-left: 7vw;
    }

    .legal-page-intro {
        position: static;
    }
}

@media (max-width: 760px) {
    .footer-v2 {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .footer-v2 > span {
        order: 1;
        width: 100%;
    }

    .footer-v2 .footer-heritage-mark {
        order: 0;
        width: 48px;
    }

    .footer-v2 > span:not(.footer-v2-version) {
        order: 1;
        width: auto;
        margin-left: 0;
    }

    .footer-v2-owner-cluster {
        grid-column: auto;
        grid-row: auto;
        order: 3;
        margin-left: auto;
    }

    .footer-v2-legal {
        order: 2;
        width: auto;
        justify-content: flex-start;
    }

    .footer-v2-socials { margin: 0; }
}

@media (max-width: 520px) {
    .legal-page-intro h1 {
        font-size: 57px;
    }
}

/* Header actions use the same quiet framed language as the navigation. */
.topbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}

.topbar-actions .topbar-cta {
    min-height: 36px;
    border: 1px solid rgba(68, 60, 49, .28);
    padding: 0 12px;
    color: #3f413c;
    background: rgba(244, 241, 235, .48);
    font: 600 10px/1 var(--sans);
    letter-spacing: .09em;
    text-transform: uppercase;
    align-items: center;
    gap: 8px;
    transition: color .24s, background .24s, border-color .24s, transform .24s;
}

.topbar-actions .topbar-cta:hover,
.topbar-actions .topbar-cta:focus-visible {
    color: var(--paper);
    border-color: var(--night);
    background: var(--night);
    outline: none;
    transform: translateY(-1px);
}

.topbar-actions .topbar-cta span {
    color: var(--oxide);
    font-size: 15px;
    line-height: 1;
}

.topbar-actions .topbar-cta:hover span,
.topbar-actions .topbar-cta:focus-visible span {
    color: #4c5c4c;
}

@media (max-width: 1160px) and (min-width: 821px) {
    .topbar-actions .topbar-cta--consultation {
        display: none;
    }
}
