/*
Theme Name:  Twenty Twenty-Five Child – Lovely Gifts
Description: Child-Theme für Kreativmanufaktur Braun
Template:    twentytwentyfive
Version:     1.0.5
*/

/* ─────────────────────────────────────────────
   Footer: Spalten-Überschriften nicht trennen
   (Browser-Hyphenation bei lang="de" bricht
   sonst "Manufaktur" / "Rechtliches" mitten
   im Wort um, wenn Spalten knapp werden)
───────────────────────────────────────────── */
.wp-block-column > .wp-block-heading {
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: nowrap;
}

/* Footer-Navigation: einzelne Links ebenfalls
   nicht umbrechen (z. B. "Datenschutzerklärung") */
.wp-block-column .wp-block-navigation-item__content {
    white-space: nowrap;
}

/* Footer: Site-Title einzeilig + dezent, aber knapp
   größer als die Tagline (~1em) darunter */
.lg-footer-site-title.wp-block-site-title,
.lg-footer-site-title.wp-block-site-title a {
    white-space: nowrap;
    font-size: 1.05em;
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
}

/* ─────────────────────────────────────────────
   Portfolio-Items (Schaufenster für Auftragsarbeiten)
───────────────────────────────────────────── */

/* Badge oben links auf Produkt-Karten (ersetzt „Ausverkauft") */
.lg-portfolio-badge {
    background: #A0785A !important;
    color: #fff !important;
    border-color: #A0785A !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.75em;
}

/* Anfrage-Bereich auf der Einzelseite */
.lg-portfolio-cta {
    margin: 1.5em 0;
    padding: 1.25em 1.5em;
    background: #fff8f0;
    border-left: 4px solid #A0785A;
    border-radius: 0 8px 8px 0;
}
.lg-portfolio-note {
    margin: 0 0 1em 0;
    color: #5a4a3f;
    font-size: 0.95em;
    line-height: 1.5;
}
.lg-portfolio-button,
.lg-portfolio-button:visited {
    display: inline-block;
    background: #A0785A;
    color: #fff !important;
    padding: 0.75em 1.5em;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.15s ease;
}
.lg-portfolio-button:hover,
.lg-portfolio-button:focus {
    background: #8a6549;
    color: #fff !important;
}

/* Shop-Loop „Mehr erfahren"-Button (dezenter als das große CTA) */
.lg-portfolio-loop-button,
.lg-portfolio-loop-button:visited {
    background: transparent !important;
    color: #A0785A !important;
    border: 1px solid #A0785A !important;
}
.lg-portfolio-loop-button:hover,
.lg-portfolio-loop-button:focus {
    background: #A0785A !important;
    color: #fff !important;
}

/* Verfügbarkeits-Label umfärben */
.lg-portfolio-availability {
    color: #A0785A;
    font-weight: 600;
}

/* ─────────────────────────────────────────────
   Kontaktformular (Contact Form 7)
───────────────────────────────────────────── */
.wpcf7-form .lg-cf7-grid {
    max-width: 600px;
    margin: 1.5em 0;
}
.wpcf7-form .lg-cf7-row {
    margin: 0 0 1.1em 0;
}
.wpcf7-form label {
    display: block;
    font-weight: 600;
    color: #5a4a3f;
    font-size: 0.95em;
    margin-bottom: 0.25em;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 0.6em 0.8em;
    border: 1px solid #d6c4b3;
    border-radius: 4px;
    background: #fff;
    font-size: 1em;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #A0785A;
    box-shadow: 0 0 0 3px rgba(160, 120, 90, 0.18);
}
.wpcf7-form .lg-cf7-consent {
    font-size: 0.92em;
    color: #5a4a3f;
    margin-top: 1em;
}
.wpcf7-form .lg-cf7-consent .wpcf7-list-item {
    margin: 0;
}
.wpcf7-form .lg-cf7-submit {
    margin-top: 1.5em;
}
.wpcf7-form input[type="submit"] {
    background: #A0785A;
    color: #fff;
    border: none;
    padding: 0.85em 2em;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1em;
    cursor: pointer;
    transition: background 0.15s ease;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus {
    background: #8a6549;
}
.wpcf7-not-valid-tip {
    color: #b03030;
    font-size: 0.88em;
    margin-top: 0.25em;
}
.wpcf7-response-output {
    border-left: 4px solid #A0785A !important;
    background: #fff8f0 !important;
    padding: 0.85em 1em !important;
    border-radius: 0 4px 4px 0 !important;
    margin-top: 1em !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-left-color: #6aaa4e !important;
    background: #f3faec !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    border-left-color: #b03030 !important;
    background: #fdf2f2 !important;
}
