/*
Theme Name: Shower Wedge Licensing
Theme URI: https://creativedoorway.com
Author: Creative Doorway
Author URI: https://creativedoorway.com
Description: Single-page licensing pitch site for the Tidy Shower Door Wedge™. Custom theme with ACF integration.
Version: 1.0.0
License: Proprietary
Text Domain: shower-wedge
*/

/* ═══════════════════════════════════
   WORDPRESS DEFAULT RESET
   Neutralizes WP core styles so they
   don't interfere with our design.
   ═══════════════════════════════════ */
html, body { margin: 0; padding: 0; }
body.admin-bar { padding-top: 0; }
/* Push fixed nav down when admin bar is visible */
.admin-bar nav.sw-nav { top: 32px; }
@media (max-width: 782px) {
  .admin-bar nav.sw-nav { top: 46px; }
}
:where(.sw-page) :where(a) { color: inherit; text-decoration: none; }
:where(.sw-page) :where(img) { max-width: 100%; height: auto; }
:where(.sw-page) :where(h1, h2, h3, h4, h5, h6) { margin: 0; padding: 0; }
:where(.sw-page) :where(ul, ol) { list-style: none; margin: 0; padding: 0; }
:where(.sw-page) :where(p) { margin: 0; 
}
.sw-page ul, .sw-page ol { list-style: none; margin: 0; padding: 0; }
.sw-page p { margin: 0; }
/* Hide WP emoji scripts styling */
img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; }

.section-title { font-weight: 300 !important; font-size: clamp(26px, 3vw, 40px) !important; }


.hero-buttons .hero-cta { color: #ffffff !important; }
.hero-buttons .hero-cta-video { color: #1a1a1a !important; }
.hero-buttons .hero-cta-video:hover { color: #ffffff !important; background: #1a1a1a !important; }
.cta-banner .hero-cta { color: #1a1a1a !important; background: #ffffff !important; }
.cta-banner .hero-cta:hover { background: #f5f5f5 !important; }
.contact .hero-cta { color: #ffffff !important; }





.spec-card { position: relative; z-index: 2; }
.showcase-center { position: relative; z-index: 1; }
.showcase-center img { width: 100%; }

@media (max-width: 768px) {
  .showcase-center { margin: 0 -20px !important; padding: 0 !important; }
  .showcase-center img { width: 100vw !important; max-width: 100vw !important; }
  .showcase-layout { overflow: hidden !important; }
}

.contact-form .wpcf7 label { display: block; font-size: 12px; font-weight: 600; color: #888; margin-bottom: 0; margin-top: 18px; line-height: 1; }
.contact-form .wpcf7 label:first-child { margin-top: 0; }
.contact-form .wpcf7 .wpcf7-form-control-wrap { display: block; margin-top: 6px; }
.contact-form .wpcf7 p { margin: 0; }
.contact-form .wpcf7 input[type="text"],
.contact-form .wpcf7 input[type="email"] { width: 100%; padding: 14px 16px; font-family: 'DM Sans', sans-serif; font-size: 15px; border: 1.5px solid #e5e5e5; border-radius: 8px; background: #f5f5f5; color: #1a1a1a; outline: none; box-sizing: border-box; }
.contact-form .wpcf7 input[type="text"]:focus,
.contact-form .wpcf7 input[type="email"]:focus { border-color: #1a1a1a; }
.contact-form .wpcf7 textarea { width: 100%; height: 110px; min-height: 110px; max-height: 110px; resize: none; padding: 14px 16px; font-family: 'DM Sans', sans-serif; font-size: 15px; border: 1.5px solid #e5e5e5; border-radius: 8px; background: #f5f5f5; color: #1a1a1a; outline: none; box-sizing: border-box; }
.contact-form .wpcf7 textarea:focus { border-color: #1a1a1a; }
.contact-form .wpcf7 p:last-of-type { position: relative; display: inline-block; margin-top: 20px; }
.contact-form .wpcf7 input[type="submit"] { display: inline-flex; align-items: center; justify-content: center; background: #1a1a1a !important; color: #ffffff !important; padding: 0 48px 0 24px; height: 50px; width: auto !important; border-radius: 980px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; border: none !important; cursor: pointer; -webkit-appearance: none; appearance: none; position: relative; }
.contact-form .wpcf7 input[type="submit"]:hover { background: #000 !important; }
.contact-form .wpcf7 p:last-of-type::after { content: '→'; position: absolute; right: 24px; top: 50%; transform: translateY(-50%); color: #ffffff; font-size: 18px; pointer-events: none; }
.contact-form .wpcf7-response-output { margin: 16px 0 0 !important; padding: 12px 16px !important; border-radius: 8px !important; font-size: 14px; }