/* ================================================
   ZEPHH BESPOKE PAGE — Maison Noir
   Editorial · Atelier · Crafted
   ================================================ */

/* ============ COMMON ============ */
.zb-eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 18px;
    padding-left: 45px;
    position: relative;
}
.zb-eyebrow::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 35px;
    height: 1px;
    background: var(--accent);
}
.zb-eyebrow.center {
    padding-left: 0;
    margin-bottom: 14px;
}
.zb-eyebrow.center::before { display: none; }

.zb-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 70px;
}

.zb-section-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    color: var(--ink);
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
}

.zb-section-sub {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    color: var(--muted);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.65;
}


/* ============================================
   1. OUR OFFERING — Editorial Magazine Layout
   ============================================ */
.zb-offering {
    padding: 140px 0 120px;
    background: var(--bg);
    position: relative;
    overflow: hidden;
}
.zb-offering::before {
    content: 'Bespoke';
    position: absolute;
    top: 90px;
    right: -30px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 180px;
    color: rgba(184,147,90,0.04);
    pointer-events: none;
    line-height: 1;
    letter-spacing: -0.02em;
}

.zb-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 60px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.zb-breadcrumb a {
    color: var(--muted);
    transition: color 0.3s var(--ease);
    text-decoration: none;
}
.zb-breadcrumb a:hover { color: var(--accent); }
.zb-breadcrumb .bc-sep { color: var(--line); }
.zb-breadcrumb .bc-current { color: var(--ink); }

.zb-offer-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 90px;
    align-items: center;
    position: relative;
    z-index: 1;
}

/* ===== Image side ===== */
.zb-offer-image {
    position: relative;
    padding: 30px 0 30px 30px;
}

.zb-image-card {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    background: var(--bg-alt);
    box-shadow: 0 30px 70px rgba(26,22,18,0.18);
}
.zb-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s var(--ease);
}
.zb-offer-image:hover .zb-image-card img {
    transform: scale(1.05);
}

.zb-image-tag {
    position: absolute;
    top: 26px;
    left: 26px;
    background: var(--ink);
    color: var(--accent);
    padding: 9px 20px;
    font-size: 10px;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 2;
}

/* Vintage circular stamp */
.zb-image-stamp {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 10px;
    box-shadow: 0 14px 30px rgba(184,147,90,0.4);
    transition: transform 0.6s var(--ease);
    z-index: 3;
}
.zb-offer-image:hover .zb-image-stamp {
    transform: rotate(15deg);
}
.zb-stamp-year {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 4px 0;
    font-style: italic;
}
.zb-stamp-line { font-size: 9px; }

/* ===== Text side ===== */
.zb-offer-text { max-width: 540px; }

.zb-title {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 4.5vw, 4.2rem);
    color: var(--ink);
    font-weight: 400;
    line-height: 1.05;
    margin-bottom: 26px;
    letter-spacing: -0.02em;
}

.zb-divider {
    width: 60px;
    height: 2px;
    background: var(--accent);
    margin-bottom: 32px;
}

.zb-para {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.85;
    color: var(--ink-soft, #4a4239);
    margin-bottom: 22px;
}

/* Stats row */
.zb-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid rgba(184,147,90,0.25);
}
.zb-stat {
    text-align: left;
    padding-right: 20px;
    border-right: 1px solid rgba(184,147,90,0.18);
}
.zb-stat:last-child { border-right: none; }

.zb-stat-num {
    display: block;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 38px;
    font-weight: 500;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
}
.zb-stat-label {
    display: block;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
}


/* ============================================
   2. THE BESPOKE PROCESS — Horizontal Timeline
   ============================================ */
.zb-process {
    position: relative;
    padding: 110px 0 120px;
    background: linear-gradient(180deg, #1a1612 0%, #221d18 100%);
    color: var(--white);
    overflow: hidden;
}

/* subtle dotted/grain overlay */
.zb-process-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(184,147,90,0.08) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(184,147,90,0.06) 0%, transparent 40%);
    pointer-events: none;
}

.zb-process .container { position: relative; z-index: 1; }

.zb-process .zb-eyebrow,
.zb-process .zb-eyebrow.center { color: var(--accent); }

.zb-process .zb-section-title { color: var(--white); }
.zb-process .zb-section-sub { color: rgba(255,255,255,0.65); }

/* Timeline grid */
.zb-process-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 36px;
    position: relative;
}

/* Connecting horizontal line */
.zb-timeline-line {
    position: absolute;
    top: 32px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(184,147,90,0.4) 10%,
        rgba(184,147,90,0.4) 90%,
        transparent 100%);
    z-index: 0;
}

.zb-step {
    position: relative;
    text-align: left;
    z-index: 1;
}

.zb-step-marker {
    position: relative;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--ink);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
    font-family: var(--font-display);
    font-style: italic;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.4s var(--ease);
    box-shadow: 0 0 0 6px rgba(184,147,90,0.12);
}
.zb-step:hover .zb-step-marker {
    transform: translateY(-4px);
    box-shadow: 0 0 0 10px rgba(184,147,90,0.18);
}

.zb-step-num { transition: opacity 0.3s var(--ease); }
.zb-step-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0;
    transition: opacity 0.3s var(--ease);
}
.zb-step:hover .zb-step-num { opacity: 0; }
.zb-step:hover .zb-step-icon { opacity: 1; }

.zb-step-title {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--white);
    line-height: 1.2;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.zb-step-desc {
    font-family: var(--font-body);
    font-size: 13.5px;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
}


/* ============================================
   3. CONTACT FORM
   ============================================ */
.zb-form-section {
    padding: 110px 0 130px;
    background:
        linear-gradient(180deg, #fbf8f3 0%, #f5efe6 100%);
    position: relative;
    overflow: hidden;
}
.zb-form-section::before {
    content: '';
    position: absolute;
    top: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184,147,90,0.1) 0%, transparent 70%);
    pointer-events: none;
}
.zb-form-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184,147,90,0.08) 0%, transparent 70%);
    pointer-events: none;
}

.zb-form-section .container { position: relative; z-index: 1; }

.zb-form-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
}

.zb-form {
    max-width: 880px;
    margin: 0 auto;
    background: var(--white);
    padding: 60px 60px;
    box-shadow: 0 30px 70px rgba(26,22,18,0.1);
    border: 1px solid rgba(184,147,90,0.15);
    position: relative;
}
.zb-form::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 4px;
    background: linear-gradient(90deg,
        var(--accent) 0%,
        #d4a96b 50%,
        var(--accent) 100%);
}

.zb-form-row { margin-bottom: 26px; }
.zb-form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px;
}

.zb-field label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--ink);
    font-weight: 600;
    margin-bottom: 10px;
}
.zb-field label .req { color: #b84a3f; margin-left: 2px; }

.zb-field-hint {
    display: block;
    font-size: 12px;
    color: var(--muted);
    font-style: italic;
    margin-bottom: 12px;
    margin-top: -4px;
}

.zb-field input[type="text"],
.zb-field input[type="email"],
.zb-field input[type="tel"],
.zb-field textarea {
    width: 100%;
    padding: 14px 18px;
    background: transparent;
    border: 1px solid var(--line);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--ink);
    transition: all 0.3s var(--ease);
    resize: vertical;
}
.zb-field input:focus,
.zb-field textarea:focus,
.zb-field select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(184,147,90,0.08);
}
.zb-field input::placeholder,
.zb-field textarea::placeholder {
    color: var(--muted);
    opacity: 0.55;
}

/* Custom select */
.zb-select-wrap {
    position: relative;
}
.zb-select-wrap select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    padding: 14px 44px 14px 18px;
    background: transparent;
    border: 1px solid var(--line);
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--ink);
    cursor: pointer;
    transition: all 0.3s var(--ease);
}
.zb-select-wrap select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(184,147,90,0.08);
}
.zb-select-wrap > i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: var(--muted);
    pointer-events: none;
}

/* Custom file upload */
.zb-file-upload {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 18px;
    border: 1px dashed rgba(184,147,90,0.45);
    background: rgba(184,147,90,0.04);
    transition: all 0.3s var(--ease);
}
.zb-file-upload:hover {
    border-color: var(--accent);
    background: rgba(184,147,90,0.07);
}
.zb-file-upload input[type="file"] {
    position: absolute;
    width: 1px; height: 1px;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
}
.zb-file-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: var(--ink);
    color: var(--accent);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s var(--ease);
    flex-shrink: 0;
}
.zb-file-btn:hover { background: var(--accent); color: var(--white); }
.zb-file-btn i { font-size: 14px; }

.zb-file-name {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--muted);
    font-style: italic;
    word-break: break-all;
}

.zb-submit {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 18px 42px;
    background: var(--ink);
    color: var(--accent);
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.35s var(--ease);
    margin-top: 14px;
}
.zb-submit:hover {
    background: var(--accent);
    color: var(--white);
    gap: 18px;
}


/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 1100px) {
    .zb-offer-grid { gap: 60px; }
    .zb-process-timeline { gap: 24px; }
    .zb-step-title { font-size: 20px; }
}

@media (max-width: 980px) {
    .zb-process-timeline {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px;
    }
    .zb-timeline-line { display: none; }
}

@media (max-width: 900px) {
    .zb-offering { padding: 120px 0 90px; }
    .zb-offering::before { font-size: 110px; top: 60px; }

    .zb-offer-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    .zb-offer-image {
        max-width: 500px;
        margin: 0 auto;
        padding: 25px 0 25px 25px;
    }
    .zb-offer-text { max-width: 100%; }
    .zb-image-stamp { width: 105px; height: 105px; }
    .zb-stamp-year { font-size: 22px; }

    .zb-process { padding: 90px 0 100px; }
    .zb-section-head { margin-bottom: 50px; }

    .zb-form-section { padding: 90px 0 110px; }
    .zb-form { padding: 45px 35px; }
}

@media (max-width: 768px) {
    .zb-offering { padding: 110px 0 70px; }
    .zb-breadcrumb { margin-bottom: 35px; }
    .zb-divider { margin-bottom: 26px; }
    .zb-para { font-size: 14px; }

    .zb-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
    .zb-stat-num { font-size: 28px; }
    .zb-stat-label { font-size: 9px; letter-spacing: 0.15em; }
    .zb-stat { padding-right: 10px; }

    .zb-section-sub { font-size: 14px; }

    .zb-process-timeline {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .zb-step { display: flex; gap: 22px; align-items: flex-start; text-align: left; }
    .zb-step-marker {
        width: 54px; height: 54px;
        flex-shrink: 0;
        margin-bottom: 0;
        font-size: 18px;
    }
    .zb-step-icon { font-size: 18px; }
    .zb-step-title { font-size: 19px; margin-bottom: 8px; }

    .zb-form-section { padding: 70px 0 90px; }
    .zb-form { padding: 35px 22px; }
    .zb-form-row.two-col {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .zb-file-upload { flex-direction: column; align-items: flex-start; gap: 14px; }
}

@media (max-width: 480px) {
    .zb-image-stamp {
        width: 90px; height: 90px;
        bottom: -6px; right: -6px;
    }
    .zb-stamp-year { font-size: 19px; }
    .zb-stamp-line { font-size: 8px; }

    .zb-stats { padding-top: 24px; margin-top: 30px; }

    .zb-submit { padding: 16px 30px; font-size: 10px; width: 100%; justify-content: center; }
}