/*
Theme Name: Phoenix Seamless Child
Description: Child theme for Phoenix Seamless Gutter Systems. Parent: Astra.
Author: Phoenix Seamless Gutter Systems
Template: astra
Version: 1.0
*/

/* ===== BRAND COLORS ===== */
:root {
  --ast-global-color-0: #fe7f1e;   /* primary orange */
  --ast-global-color-1: #ff4d00;   /* accent red-orange */
  --ast-global-color-2: #1e293b;   /* dark navy text */
  --ast-global-color-3: #67768e;   /* muted blue-grey */
  --ast-global-color-4: #ffffff;
  --ast-global-color-5: #FFFFFF;
  --ast-global-color-6: #F2F5F7;   /* light background */
  --ast-global-color-7: #ffcd57;   /* yellow accent */
  --ast-global-color-8: #000000;
}

/* ===== BUTTONS ===== */
.wp-block-button__link,
.wp-element-button,
.ast-button {
  background-color: #fe7f1e !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  transition: background 0.2s ease;
}
.wp-block-button__link:hover,
.wp-element-button:hover {
  background-color: #ff4d00 !important;
}

/* ===== HEADINGS ===== */
h1, h2, h3, h4 { color: #1e293b; }
h2.wp-block-heading { font-size: 2rem; font-weight: 700; }
h3.wp-block-heading { font-size: 1.4rem; font-weight: 700; }

/* ===== SITE HEADER ===== */
.site-header {
  background-color: #1e293b !important;
}
.site-header .ast-primary-header-bar {
  background-color: #1e293b !important;
}
.site-header .main-header-bar-navigation a,
.site-header .ast-mobile-popup-wrapper a,
#ast-mobile-popup .main-navigation a {
  color: #ffffff !important;
}
.site-header .main-header-bar-navigation a:hover {
  color: #fe7f1e !important;
}
/* Logo area */
.site-header .site-title a,
.site-header .custom-logo-link img {
  color: #ffffff;
}

/* ===== COVER/HERO BLOCK ===== */
.wp-block-cover {
  min-height: 500px !important;
}
.wp-block-cover h1.wp-block-heading {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  font-size: 3rem !important;
  font-weight: 800 !important;
}
.wp-block-cover p {
  color: #ffffff !important;
  font-size: 1.2rem !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}
.wp-block-cover__background {
  background-color: rgba(0, 0, 0, 0.45) !important;
  opacity: 1 !important;
}

/* ===== FEATURE ICONS SECTION ===== */
.wp-block-columns .wp-block-column {
  text-align: left;
}
.wp-block-columns .wp-block-column figure img {
  border-radius: 8px;
}

/* ===== ORANGE HEADING COLOR ===== */
.has-ast-global-color-1-color {
  color: #ff4d00 !important;
}

/* ===== CONTACT SECTION ===== */
#contact, #contact-main {
  scroll-margin-top: 80px;
}

/* ===== FOOTER ===== */
.site-footer {
  background-color: #1e293b !important;
  color: #ffffff !important;
}
.site-footer a { color: #fe7f1e !important; }
.site-footer .ast-footer-copyright { color: #aaa !important; }

/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .wp-block-cover h1.wp-block-heading { font-size: 2rem !important; }
  .wp-block-columns { flex-direction: column !important; }
}
