/*
Theme Name: ParcelValue Pro
Author: Gemini Designer (packaged by ChatGPT)
Version: 1.1.4
Description: Header con clip-path dinamico. Full-width layout + font-weight adjustments.
Requires at least: 6.2
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: parcelvalue-pro
*/

:root {
  --pv-red: #e1a027;
  --pv-blueband: #1c2f3c;
  --pv-header-bg: #fff;
}

/* FORCE FULL WIDTH */
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none !important;
}

/* Header */
.pv-header { background: #fff; font-family: 'Montserrat', sans-serif; }
.pv-mainrow { display: flex; justify-content: space-between; align-items: center; padding: 15px 40px; }
.pv-logo img { max-height: 75px; width: auto; }
.pv-right { display: flex; gap: 25px; align-items: center; }

/* CTA buttons */
.pv-cta { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.pv-cta a {
  background: #e1a027;
  color: #fff;
  padding: 12px 18px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px;
}

/* Navigation */
.pv-navwrap { position: relative; margin-top: 5px; }
.pv-navband {
  background: #e1a027;
  min-height: 55px;
  display: flex;
  align-items: center;
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
  margin-left: 10%;
  padding-left: 5%;
  width: calc(100% - 10%);
}

.pv-navband .wp-block-navigation-item__content {
  color: #fff !important;
  font-weight: 400;
  font-size: 15px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.pv-bottomband {
  height: 10px;
  background: var(--pv-blueband);
  border-top: 3px solid #e1a027;
}
