/*
Theme Name: Refined Rides
Theme URI: https://refinedrides.nl
Template: blocksy
Author: en-masse
Author URI: https://en-masse.nl
Description: Child theme for Refined Rides - dark, premium auto detailing (Waalre). Design lives in theme.json + this stylesheet so it stays in version control.
Version: 0.3.2
Text Domain: refined-rides
*/

/* ---------------------------------------------------------------------------
   Front-end dark/premium styling (Persona-inspired).
   Blocksy stores global colours in the DB; we keep the look in code instead.
   --------------------------------------------------------------------------- */

/* Dark canvas - override Blocksy's default light backgrounds everywhere */
html,
body,
#main,
.ct-main-styles,
.ct-container,
.entry-content {
    background-color: #0F0F10 !important;
    color: #F4F2EE;
}

/* Pages provide their own H1 in the content - hide Blocksy's page-title hero */
.page .hero-section,
.page .entry-header,
.page .page-title {
    display: none !important;
}

/* Full-width sections butt together - no white gaps between them */
.home .entry-content > *,
.home .entry-content > .alignfull {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Header: transparent over the hero, light navigation */
#header.ct-header,
#header [data-row],
#header [data-column],
#header [data-device] {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

#header a,
#header .menu a,
#header .site-name a,
#header .ct-logo-container a {
    color: #F4F2EE !important;
}

#header .menu a:hover,
#header a:hover {
    color: #B7935B !important;
}

/* Footer */
#footer.ct-footer,
#footer [data-row] {
    background-color: #151517 !important;
    color: #9A958C !important;
}

#footer a {
    color: #9A958C !important;
}

#footer a:hover {
    color: #B7935B !important;
}

/* Replace Blocksy's default footer credit with the Refined Rides copyright */
.ct-footer-copyright {
    font-size: 0 !important;
}

.ct-footer-copyright::after {
    content: "© 2026 Refined Rides · Auto detailing Waalre";
    font-size: 0.9rem;
    color: #9A958C;
}

/* ---------------------------------------------------------------------------
   Contact Form 7 - dark premium styling
   --------------------------------------------------------------------------- */
.wpcf7 .rr-form-row {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.wpcf7 .rr-form-row > label {
    flex: 1 1 220px;
}

.wpcf7 label {
    display: block;
    margin-bottom: 1.3rem;
    color: #9A958C;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    margin-top: 0.4rem;
    padding: 0.85rem 1rem;
    background-color: #16161800;
    background: #1A1A1C;
    border: 1px solid #2C2C2F;
    border-radius: 2px;
    color: #F4F2EE;
    font-size: 1rem;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
    outline: none;
    border-color: #B7935B;
}

.wpcf7 textarea {
    min-height: 140px;
}

.wpcf7 input[type="submit"] {
    width: auto;
    margin-top: 0.5rem;
    padding: 0.9rem 2.25rem;
    background: #B7935B;
    color: #0F0F10;
    border: none;
    border-radius: 2px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
    background: #c9a86a;
}
