/**
 * No Cap — CF7 dark theme overrides.
 * Loaded automatically; safe to edit if you want to fine-tune the form look.
 */
.wpcf7-form-control-wrap { display: block; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.18);
    padding: 16px 18px;
    width: 100%;
    font-family: 'Outfit', system-ui, -apple-system, sans-serif;
    font-size: 16px;
    outline: none;
    transition: border-color .2s ease;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    border-color: #fff;
}
.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder { color: rgba(255,255,255,0.35); }

.wpcf7 .wpcf7-submit,
.wpcf7 input[type="submit"] {
    background: #fff;
    color: #000;
    font-family: 'Anton', Impact, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 13px;
    padding: 16px 32px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: all .2s ease;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 input[type="submit"]:hover {
    background: transparent;
    color: #fff;
}

.wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    margin: 24px 0 0;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    background: rgba(255,255,255,0.05);
    font-size: 14px;
}
.wpcf7 form.sent .wpcf7-response-output { border-color: #FF007F; color: #fff; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output { border-color: #E60000; color: #fff; }

.wpcf7-not-valid-tip { color: #E60000; font-size: 12px; margin-top: 6px; text-transform: uppercase; letter-spacing: 0.18em; }

/* When form is embedded inside our newsletter section, override spacing. */
[data-testid="newsletter-form"] .wpcf7 {
    width: 100%;
}
[data-testid="newsletter-form"] .wpcf7 form {
    width: 100%;
}
[data-testid="newsletter-form"] .wpcf7 form p {
    display: contents !important;
}
[data-testid="newsletter-form"] .wpcf7 form br {
    display: none !important;
}
[data-testid="newsletter-form"] .wpcf7-form-control-wrap {
    width: 100%;
    flex: 1;
}
[data-testid="newsletter-form"] .wpcf7 form > p { margin: 0; }

[data-testid="newsletter-form"] .wpcf7 input[type="email"] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 16px !important;
    padding-top: 8px !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    border-radius: 0 !important;
    transition: border-color 0.2s ease-in-out !important;
}

[data-testid="newsletter-form"] .wpcf7 input[type="email"]:focus {
    border-bottom-color: #fff !important;
}

[data-testid="newsletter-form"] .wpcf7-submit {
    height: 56px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 0 32px !important;
    font-weight: bold !important;
}

.tracking-widest-025 {
    letter-spacing: 0.25em !important;
}
.tracking-widest-02 {
    letter-spacing: 0.2em !important;
}

/* Contact page grid and form styling */
.nocap-cf7 .grid {
    width: 100%;
}
.nocap-cf7 .grid p {
    display: contents !important;
}
.nocap-cf7 .grid br {
    display: none !important;
}
.nocap-cf7 .grid input[type="text"],
.nocap-cf7 .grid input[type="email"],
.nocap-cf7 .grid textarea {
    border: none !important;
    padding: 8px 0 0 0 !important;
    font-size: 18px !important;
    background: transparent !important;
    outline: none !important;
    width: 100% !important;
}
.nocap-cf7 .grid textarea {
    height: auto !important;
    min-height: 120px !important;
}
