/*
Theme Name: Aureum Hospitality
Theme URI: https://www.aureumhospitality.com
Author: Aureum Hospitality
Author URI: https://www.aureumhospitality.com
Description: A premium warm-toned website theme for Aureum Hospitality — integrated custom interior solutions for hotels, custom projects, and premium residences.
Version: 1.0.16
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aureum-hospitality
Tags: business, portfolio, custom-header, custom-menu, featured-images, responsive-layout
*/

/* ─────────────────────────────────────────
   ROOT VARIABLES
───────────────────────────────────────── */
:root {
  --cream: #faf7f2;
  --warm1: #f5ede0;
  --warm2: #ede0cc;
  --gold: #b8922a;
  --gold-light: #d4ab47;
  --brown: #3d2b1a;
  --brown-mid: #5c3f25;
  --brown-light: #7a5535;
  --text: #2c1f10;
  --text-mid: #5c4030;
  --text-muted: #8a7060;
  --border: rgba(184, 146, 42, 0.22);
  --border-mid: rgba(184, 146, 42, 0.35);
  --white: #ffffff;
}

/* ─────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Georgia', serif;
  background: var(--cream);
  color: var(--text);
  overflow-x: hidden;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ─────────────────────────────────────────
   NAVIGATION
───────────────────────────────────────── */
#site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border-mid);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  height: 62px;
  position: sticky;
  top: 0;
  z-index: 200;
}

.site-branding { display: flex; align-items: center; gap: 10px; cursor: pointer; }

.logo-box {
  width: 42px; height: 42px;
  background: var(--brown);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  border-radius: 3px; line-height: 1; flex-shrink: 0;
}
.logo-hi { font-size: 16px; font-weight: 700; color: var(--gold-light); font-family: sans-serif; }
.logo-gold-txt { font-size: 7px; font-weight: 600; color: rgba(212,171,71,0.7); font-family: sans-serif; letter-spacing: 1px; text-transform: uppercase; margin-top: 1px; }
.logo-name { font-family: sans-serif; font-size: 15px; font-weight: 700; color: var(--brown); line-height: 1.2; }
.logo-tagline { font-size: 9px; color: var(--gold); font-family: sans-serif; letter-spacing: 0.5px; }

/* desktop nav */
#primary-navigation { display: flex; align-items: center; gap: 1.5rem; }
#primary-navigation ul { display: flex; gap: 1.5rem; }
#primary-navigation ul li a {
  font-family: sans-serif; font-size: 11px;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: var(--text-muted); transition: color 0.2s;
}
#primary-navigation ul li a:hover,
#primary-navigation ul li.current-menu-item a { color: var(--gold); }

.nav-cta {
  background: var(--brown); color: var(--gold-light);
  font-family: sans-serif; font-size: 11px; text-transform: uppercase;
  letter-spacing: 1px; font-weight: 700; padding: 8px 18px;
  border-radius: 2px; cursor: pointer; border: none; white-space: nowrap;
  transition: background 0.2s;
}
.nav-cta:hover { background: var(--brown-mid); }

/* hamburger */
.hamburger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 6px; background: none; border: none;
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--brown); border-radius: 2px; transition: all 0.25s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile drawer */
#mobile-menu {
  display: none; position: absolute; top: 62px; left: 0; right: 0;
  background: var(--white); border-bottom: 2px solid var(--border-mid);
  z-index: 199; padding: 0.5rem 1.25rem 1.25rem; flex-direction: column;
}
#mobile-menu.open { display: flex; }
#mobile-menu a {
  font-family: sans-serif; font-size: 15px; text-transform: uppercase;
  letter-spacing: 1.5px; color: var(--text-muted); cursor: pointer;
  padding: 0.85rem 0; border-bottom: 1px solid var(--border); display: block;
}
#mobile-menu a:hover { color: var(--gold); }
#mobile-menu .mobile-cta {
  margin-top: 1rem; background: var(--brown); color: var(--gold-light);
  font-family: sans-serif; font-size: 14px; text-transform: uppercase;
  letter-spacing: 1px; font-weight: 700; padding: 14px; border-radius: 2px;
  cursor: pointer; border: none; width: 100%; text-align: center; display: block;
}

/* ─────────────────────────────────────────
   HERO / BANNER
───────────────────────────────────────── */
.hero-banner {
  position: relative; min-height: 380px;
  background: var(--brown); overflow: hidden;
  display: flex; align-items: flex-end;
}
.hero-banner .banner-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%; object-fit: cover; opacity: 0.35;
}
.hero-banner .banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(61,43,26,0.97) 0%, rgba(61,43,26,0.45) 55%, transparent 100%);
}
.hero-banner .banner-pattern {
  position: absolute; inset: 0; opacity: 0.08;
  background-image: repeating-linear-gradient(45deg, #c9a84c 0, #c9a84c 1px, transparent 0, transparent 50%);
  background-size: 20px 20px;
}
.banner-content {
  position: relative; z-index: 2;
  padding: 2.5rem; width: 100%;
}
.banner-top {
  display: flex; align-items: flex-end;
  justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.banner-logo-block { display: flex; align-items: center; gap: 14px; }
.banner-logo-icon {
  width: 58px; height: 58px; background: var(--gold);
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; border-radius: 4px; line-height: 1; flex-shrink: 0;
}
.banner-logo-icon .b-hi { font-family: sans-serif; font-size: 20px; font-weight: 700; color: var(--brown); letter-spacing: 1px; }
.banner-logo-icon .b-gold { font-family: sans-serif; font-size: 8px; font-weight: 600; color: rgba(61,43,26,0.65); letter-spacing: 2px; text-transform: uppercase; margin-top: 2px; }
.banner-company-name { font-family: 'Georgia', serif; font-size: 22px; font-weight: 400; color: var(--white); line-height: 1.25; }
.banner-company-sub { font-family: sans-serif; font-size: 13px; color: var(--gold-light); margin-top: 4px; }
.banner-actions { display: flex; gap: 10px; }
.btn-follow {
  background: var(--gold); color: var(--brown);
  font-family: sans-serif; font-size: 12px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.5px;
  padding: 10px 22px; border: none; border-radius: 2px; cursor: pointer;
}
.btn-message {
  background: transparent; color: var(--white);
  font-family: sans-serif; font-size: 12px;
  padding: 9px 18px; border: 1px solid rgba(255,255,255,0.35);
  border-radius: 2px; cursor: pointer;
}
.banner-tagline { font-family: sans-serif; font-size: 10px; color: rgba(255,255,255,0.4); margin-top: 10px; letter-spacing: 0.5px; line-height: 1.8; }

/* ─────────────────────────────────────────
   STATS STRIP
───────────────────────────────────────── */
.stats-strip {
  background: var(--white); border-bottom: 1px solid var(--border-mid);
  padding: 1.1rem 2rem;
}
.stats-row { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 0.75rem; }
.stat-item { text-align: center; }
.stat-num { font-size: 20px; font-weight: 700; font-family: sans-serif; color: var(--gold); }
.stat-lbl { font-size: 9px; font-family: sans-serif; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-top: 2px; }
.stat-divider { width: 1px; height: 30px; background: var(--border-mid); flex-shrink: 0; }
.strip-quote { font-family: 'Georgia', serif; font-size: 13px; color: var(--text-muted); font-style: italic; }
.social-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 0.75rem; }
.social-pill {
  display: flex; align-items: center; gap: 7px;
  background: var(--warm1); border: 1px solid var(--border-mid);
  border-radius: 2px; padding: 8px 14px;
  font-family: sans-serif; font-size: 12px; color: var(--brown);
  text-decoration: none; transition: border-color 0.2s, color 0.2s;
}
.social-pill:hover { border-color: var(--gold); color: var(--gold); }
.social-pill svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ─────────────────────────────────────────
   SECTIONS
───────────────────────────────────────── */
.site-section { padding: 3.5rem 2rem; }
.site-section.bg-warm { background: var(--warm1); }
.site-section.bg-white { background: var(--white); }
.section-inner { max-width: 1080px; margin: 0 auto; }
.section-inner.narrow { max-width: 720px; }

.section-label {
  display: block; font-family: sans-serif; font-size: 10px;
  text-transform: uppercase; letter-spacing: 3px; color: var(--gold); margin-bottom: 0.6rem;
}
.section-title { font-size: clamp(1.5rem, 4vw, 2.2rem); font-weight: 400; line-height: 1.3; color: var(--brown); margin-bottom: 0.6rem; }
.section-title em { color: var(--gold); font-style: normal; }
.gold-rule { width: 36px; height: 2px; background: var(--gold); margin: 0.75rem 0 1.75rem; }
.section-intro { font-family: sans-serif; font-size: 15px; line-height: 1.8; color: var(--text-muted); max-width: 640px; }

/* ─────────────────────────────────────────
   OVERVIEW CARDS (4-up)
───────────────────────────────────────── */
.overview-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; margin-top: 2rem; }
.ov-card { background: var(--white); border: 1px solid var(--border-mid); border-top: 3px solid var(--gold); border-radius: 3px; padding: 1.25rem; }
.ov-label { font-size: 10px; font-family: sans-serif; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 7px; }
.ov-desc { font-family: sans-serif; font-size: 13px; color: var(--text-muted); line-height: 1.65; }

/* ─────────────────────────────────────────
   PROJECT CARDS
───────────────────────────────────────── */
.projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.project-card { background: var(--white); border: 1px solid var(--border-mid); border-radius: 3px; overflow: hidden; }
.project-img {
  height: 160px; background: var(--warm2); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  border-bottom: 1px solid var(--border-mid); position: relative;
}
.project-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.project-img-label { font-family: sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--brown-light); position: relative; z-index: 1; padding: 0 1rem; text-align: center; }
.project-body { padding: 1.25rem; }
.project-desc { font-family: sans-serif; font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.project-link { margin-top: 10px; font-family: sans-serif; font-size: 11px; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; display: inline-block; cursor: pointer; }
.project-link:hover { text-decoration: underline; }

/* ─────────────────────────────────────────
   ABOUT LAYOUT
───────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; margin-top: 2rem; }
.about-text p { font-family: sans-serif; font-size: 15px; line-height: 1.9; color: var(--text-mid); margin-bottom: 1rem; }
.highlight-card { background: var(--white); border: 1px solid var(--border-mid); border-left: 3px solid var(--gold); border-radius: 3px; padding: 1rem 1.25rem; margin-bottom: 0.75rem; }
.highlight-card h4 { font-family: sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); margin-bottom: 5px; }
.highlight-card p { font-family: sans-serif; font-size: 13px; color: var(--text-muted); line-height: 1.65; }

/* ─────────────────────────────────────────
   SERVICES GRID
───────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; border: 1px solid var(--border-mid); margin-top: 2rem; }
.service-card { background: var(--white); padding: 1.75rem; border: 1px solid var(--border); position: relative; overflow: hidden; transition: background 0.25s; }
.service-card:hover { background: var(--warm1); }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 3px; height: 0; background: var(--gold); transition: height 0.3s; }
.service-card:hover::before { height: 100%; }
.service-name { font-size: 1rem; color: var(--brown); margin-bottom: 0.4rem; }
.service-desc { font-family: sans-serif; font-size: 13px; color: var(--text-muted); line-height: 1.7; }
.service-cta-card { background: var(--warm1) !important; }

/* ─────────────────────────────────────────
   POSTS FEED
───────────────────────────────────────── */
.posts-feed { display: flex; flex-direction: column; gap: 1.25rem; margin-top: 2rem; }
.post-card { background: var(--white); border: 1px solid var(--border-mid); border-radius: 4px; padding: 1.5rem; }
.post-header { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 1rem; }
.post-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brown); display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; line-height: 1; }
.post-av-hi { font-family: sans-serif; font-size: 13px; font-weight: 700; color: var(--gold-light); }
.post-av-g { font-family: sans-serif; font-size: 7px; color: rgba(212,171,71,0.6); letter-spacing: 1px; text-transform: uppercase; }
.post-meta { flex: 1; min-width: 0; }
.post-name { font-family: sans-serif; font-size: 14px; font-weight: 700; color: var(--brown); }
.post-role { font-family: sans-serif; font-size: 11px; color: var(--text-muted); margin-top: 1px; }
.post-date { font-family: sans-serif; font-size: 10px; color: var(--text-muted); margin-top: 1px; }
.post-badge { font-family: sans-serif; font-size: 9px; text-transform: uppercase; letter-spacing: 0.8px; padding: 3px 9px; border-radius: 2px; border: 1px solid var(--border-mid); color: var(--gold); white-space: nowrap; flex-shrink: 0; align-self: flex-start; }
.post-body { font-family: sans-serif; font-size: 14px; line-height: 1.8; color: var(--text-mid); white-space: pre-line; }
.post-tags { margin-top: 0.75rem; display: flex; flex-wrap: wrap; gap: 6px; }
.post-tag { font-family: sans-serif; font-size: 11px; color: var(--gold); }
.post-actions { margin-top: 0.75rem; padding-top: 0.6rem; border-top: 1px solid var(--border); display: flex; gap: 1.5rem; }
.post-action { font-family: sans-serif; font-size: 12px; color: var(--text-muted); cursor: pointer; border: none; background: none; padding: 0; }
.post-action:hover { color: var(--gold); }

/* ─────────────────────────────────────────
   CONTACT
───────────────────────────────────────── */
.contact-info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.75rem; margin-top: 1.75rem; }
.contact-info-card { background: var(--white); border: 1px solid var(--border-mid); border-radius: 3px; padding: 1rem 1.25rem; }
.contact-info-label { font-family: sans-serif; font-size: 9px; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 5px; }
.contact-info-val { font-family: sans-serif; font-size: 13px; color: var(--text-mid); line-height: 1.6; }

.contact-layout { display: grid; grid-template-columns: 1fr 1.4fr; gap: 3rem; margin-top: 2.5rem; }
.why-list { display: flex; flex-direction: column; gap: 0; }
.why-item { font-family: sans-serif; font-size: 14px; color: var(--text-muted); padding: 0.6rem 0 0.6rem 18px; position: relative; line-height: 1.6; border-bottom: 1px solid var(--border); }
.why-item::before { content: '›'; position: absolute; left: 0; color: var(--gold); }
.why-item:last-child { border-bottom: none; }

/* ─────────────────────────────────────────
   FORMS
───────────────────────────────────────── */
.contact-form { display: flex; flex-direction: column; gap: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.form-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 0.9rem; }
.form-group label { font-family: sans-serif; font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gold); }
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--white); border: 1px solid var(--border-mid);
  color: var(--text); font-family: sans-serif; font-size: 16px;
  padding: 12px 13px; border-radius: 2px; outline: none;
  transition: border-color 0.2s; width: 100%; -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); }
.form-group textarea { min-height: 110px; resize: vertical; }
.btn-submit {
  width: 100%; background: var(--brown); color: var(--gold-light);
  font-family: sans-serif; font-size: 14px; text-transform: uppercase;
  letter-spacing: 1.5px; font-weight: 700; padding: 15px; border: none;
  border-radius: 2px; cursor: pointer; margin-top: 0.5rem; transition: background 0.2s;
}
.btn-submit:hover { background: var(--brown-mid); }
.form-success { display: none; text-align: center; padding: 2rem; border: 1px solid var(--border-mid); border-radius: 3px; background: var(--warm1); }
.form-success p { font-family: sans-serif; color: var(--text-mid); font-size: 15px; margin-top: 0.75rem; }

/* ─────────────────────────────────────────
   SHARED BUTTONS
───────────────────────────────────────── */
.btn-primary {
  background: var(--brown); color: var(--gold-light);
  font-family: sans-serif; font-size: 13px; text-transform: uppercase;
  letter-spacing: 1px; font-weight: 700; padding: 12px 26px;
  border-radius: 2px; cursor: pointer; border: none; display: inline-block;
  transition: background 0.2s;
}
.btn-primary:hover { background: var(--brown-mid); }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
#site-footer {
  background: var(--brown);
  padding: 2rem;
  display: flex; align-items: center;
  justify-content: space-between; flex-wrap: wrap; gap: 1rem;
}
.footer-brand { display: flex; align-items: center; gap: 10px; }
.footer-logo-box { width: 34px; height: 34px; background: var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 2px; line-height: 1; flex-shrink: 0; }
.footer-logo-box .f-hi { font-family: sans-serif; font-size: 13px; font-weight: 700; color: var(--brown); }
.footer-logo-box .f-g { font-family: sans-serif; font-size: 6.5px; color: rgba(61,43,26,0.65); letter-spacing: 1px; text-transform: uppercase; }
.footer-brand-name { font-family: sans-serif; font-size: 13px; color: rgba(255,255,255,0.7); }
.footer-brand-sub { font-family: sans-serif; font-size: 10px; color: rgba(255,255,255,0.35); margin-top: 2px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 34px; height: 34px; border: 1px solid rgba(184,146,42,0.3); border-radius: 2px; display: flex; align-items: center; justify-content: center; transition: border-color 0.2s; }
.footer-social a:hover { border-color: var(--gold); }
.footer-social svg { width: 15px; height: 15px; }
.footer-copy { font-family: sans-serif; font-size: 10px; color: rgba(255,255,255,0.35); }

/* ─────────────────────────────────────────
   WORDPRESS DEFAULT CLASSES
───────────────────────────────────────── */
.wp-caption { max-width: 100%; }
.alignleft { float: left; margin: 0 1.5rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1.5rem; }
.aligncenter { display: block; margin: 0 auto 1rem; }
.screen-reader-text { clip: rect(1px,1px,1px,1px); position: absolute; }

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 768px) {
  #primary-navigation { display: none; }
  .hamburger { display: flex; }

  .banner-content { padding: 1.25rem; }
  .banner-top { flex-direction: column; align-items: flex-start; }
  .banner-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .btn-follow, .btn-message { text-align: center; padding: 12px; font-size: 13px; }

  .stats-row { gap: 1rem; }
  .stat-divider { height: 24px; }

  .site-section { padding: 2.5rem 1.1rem; }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .projects-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .services-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr 1fr; }

  #site-footer { flex-direction: column; align-items: center; text-align: center; }
}

@media (max-width: 420px) {
  .overview-grid { grid-template-columns: 1fr; }
  .contact-info-grid { grid-template-columns: 1fr; }
  .stat-divider { display: none; }
}
</style>

/* ─────────────────────────────────────────
   WPFORMS — Aureum Theme Overrides
   Styles the WPForms output to match the
   gold/brown palette of this theme.
───────────────────────────────────────── */

/* Wrapper */
.aureum-wpforms-wrap { width: 100%; }

/* Fallback notice when WPForms not installed */
.aureum-wpforms-notice {
  background: var(--warm1);
  border: 1px solid var(--border-mid);
  border-left: 3px solid var(--gold);
  border-radius: 3px;
  padding: 1.25rem 1.5rem;
  font-family: sans-serif;
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.7;
}
.aureum-wpforms-notice a { color: var(--gold); text-decoration: underline; }
.aureum-wpforms-notice code {
  background: var(--warm2);
  padding: 1px 6px;
  border-radius: 2px;
  font-size: 13px;
}

/* Remove WPForms default outer padding/border */
.wpforms-container,
.wpforms-form { margin: 0 !important; padding: 0 !important; }

/* Field labels */
.wpforms-form .wpforms-field-label {
  font-family: sans-serif !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  color: var(--gold) !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
}

/* Required asterisk */
.wpforms-form .wpforms-required-label { color: var(--gold) !important; }

/* All inputs, selects, textareas */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="url"],
.wpforms-form input[type="number"],
.wpforms-form select,
.wpforms-form textarea {
  background: var(--white) !important;
  border: 1px solid var(--border-mid) !important;
  border-radius: 2px !important;
  color: var(--text) !important;
  font-family: sans-serif !important;
  font-size: 16px !important;
  padding: 12px 13px !important;
  width: 100% !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.2s !important;
  -webkit-appearance: none !important;
}
.wpforms-form input:focus,
.wpforms-form select:focus,
.wpforms-form textarea:focus {
  border-color: var(--gold) !important;
  box-shadow: none !important;
}

/* Textarea height */
.wpforms-form textarea { min-height: 120px !important; resize: vertical !important; }

/* Field wrapper spacing */
.wpforms-form .wpforms-field { margin-bottom: 0.9rem !important; padding: 0 !important; }

/* Two-column name row — WPForms outputs first/last name side by side */
.wpforms-form .wpforms-field-name .wpforms-field-row-block { width: 50% !important; }
@media (max-width: 480px) {
  .wpforms-form .wpforms-field-name .wpforms-field-row-block { width: 100% !important; }
}

/* Submit button */
.wpforms-form .wpforms-submit,
.wpforms-form button[type="submit"] {
  width: 100% !important;
  background: var(--brown) !important;
  color: var(--gold-light) !important;
  font-family: sans-serif !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.5px !important;
  font-weight: 700 !important;
  padding: 15px !important;
  border: none !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  margin-top: 0.5rem !important;
  transition: background 0.2s !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
}
.wpforms-form .wpforms-submit:hover,
.wpforms-form button[type="submit"]:hover {
  background: var(--brown-mid) !important;
}

/* Submit container */
.wpforms-form .wpforms-submit-container { padding: 0 !important; margin: 0 !important; }

/* Confirmation / success message */
.wpforms-confirmation-container-full,
.wpforms-confirmation-container {
  background: var(--warm1) !important;
  border: 1px solid var(--border-mid) !important;
  border-radius: 3px !important;
  padding: 2rem !important;
  font-family: sans-serif !important;
  font-size: 15px !important;
  color: var(--text-mid) !important;
  text-align: center !important;
  box-shadow: none !important;
}

/* Validation error messages */
.wpforms-form .wpforms-error-container,
.wpforms-form label.wpforms-error {
  color: #a32d2d !important;
  font-family: sans-serif !important;
  font-size: 12px !important;
  margin-top: 4px !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Remove WPForms recaptcha badge nudge if present */
.wpforms-recaptcha-hidden { display: none !important; }

/* ─────────────────────────────────────────
   PROJECTS MOSAIC — editorial layout
───────────────────────────────────────── */

.projects-editorial-section { padding-bottom: 0; }
.projects-editorial-section .section-inner { padding-bottom: 2rem; }

.projects-mosaic {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 4px;
  max-width: 100%;
}

/* LEFT hero — tall single image */
.mosaic-hero {
  position: relative;
  overflow: hidden;
  height: 580px;
}

/* RIGHT stack — two images vertically */
.mosaic-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 4px;
  height: 580px;
}

.mosaic-card {
  position: relative;
  overflow: hidden;
}

/* img tag fills entire container */
.mosaic-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.65s ease;
  display: block;
}

.mosaic-hero:hover .mosaic-photo,
.mosaic-card:hover .mosaic-photo {
  transform: scale(1.04);
}

/* dark gradient overlay */
.mosaic-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(30, 18, 8, 0.88) 0%,
    rgba(30, 18, 8, 0.25) 45%,
    transparent 100%
  );
  transition: opacity 0.3s;
  z-index: 1;
}

.mosaic-hero:hover .mosaic-overlay,
.mosaic-card:hover .mosaic-overlay {
  opacity: 0.95;
}

/* text content pinned to bottom */
.mosaic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 2rem 1.75rem;
  z-index: 2;
}

.mosaic-label {
  font-family: 'Georgia', serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.5rem;
  letter-spacing: 0.3px;
}

.mosaic-card .mosaic-label {
  font-size: 1.05rem;
}

.mosaic-desc {
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.7;
  margin-bottom: 1rem;
  max-width: 360px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.mosaic-hero:hover .mosaic-desc,
.mosaic-card:hover .mosaic-desc {
  opacity: 1;
  transform: translateY(0);
}

.mosaic-link {
  display: inline-block;
  font-family: sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 171, 71, 0.4);
  padding-bottom: 2px;
  transition: border-color 0.2s, color 0.2s;
}

.mosaic-link:hover {
  color: var(--white);
  border-color: var(--white);
}

/* accent card — gold left bar */
.mosaic-card--accent .mosaic-content {
  border-left: 3px solid var(--gold);
  padding-left: calc(2rem - 3px);
}

/* full-width mosaic panel spanning both columns */
.mosaic-wide {
  position: relative;
  overflow: hidden;
  height: 320px;
  grid-column: 1 / -1;
}

.mosaic-wide:hover .mosaic-photo { transform: scale(1.04); }
.mosaic-wide:hover .mosaic-overlay { opacity: 0.95; }
.mosaic-wide:hover .mosaic-desc { opacity: 1; transform: translateY(0); }

.mosaic-wide .mosaic-label {
  font-size: 1.35rem;
}

/* bottom caption bar */
.projects-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: var(--warm1);
  border-top: 1px solid var(--border-mid);
  font-family: sans-serif;
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.5px;
}

.projects-all-link {
  font-family: sans-serif;
  font-size: 12px;
  color: var(--gold);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.projects-all-link:hover { text-decoration: underline; }

/* ── Mobile: stack vertically ── */
@media (max-width: 768px) {
  .projects-mosaic {
    grid-template-columns: 1fr;
  }
  .mosaic-hero { height: 320px; }
  .mosaic-stack { height: auto; grid-template-rows: 260px 260px; }
  .mosaic-card { height: 260px; }
  .mosaic-desc { opacity: 1; transform: none; }
  .mosaic-wide { height: 240px; }
  .projects-caption { padding: 1rem 1.25rem; flex-direction: column; align-items: flex-start; }
}

/* ─────────────────────────────────────────
   PREFAB ADVANTAGE — HOMEPAGE
───────────────────────────────────────── */

/* thin announcement banner */
.prefab-banner {
  background: var(--brown);
  padding: 0.9rem 2rem;
  border-bottom: 2px solid var(--gold);
}
.prefab-banner-inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}
.prefab-banner-badge {
  background: var(--gold);
  color: var(--brown);
  font-family: sans-serif;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 2px;
  white-space: nowrap;
  flex-shrink: 0;
}
.prefab-banner-title {
  font-family: 'Georgia', serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
  margin: 0;
}
.prefab-banner-sub {
  font-family: sans-serif;
  font-size: 12px;
  color: rgba(212,171,71,0.75);
  margin: 0;
}

/* advantages section */
.prefab-section {
  background: var(--cream);
  border-bottom: 1px solid var(--border-mid);
}

.prefab-advantages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.prefab-adv-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 3px solid var(--border-mid);
  border-radius: 3px;
  padding: 1.75rem 1.5rem;
  transition: border-top-color 0.25s, box-shadow 0.25s;
}
.prefab-adv-card:hover {
  border-top-color: var(--gold);
  box-shadow: 0 4px 20px rgba(184,146,42,0.1);
}
.prefab-adv-card--highlight {
  background: var(--brown);
  border: 1px solid var(--gold);
  border-top: 3px solid var(--gold);
}
.prefab-adv-card--highlight .prefab-adv-icon { color: var(--gold-light); }
.prefab-adv-card--highlight .prefab-adv-num { color: var(--gold-light); }
.prefab-adv-card--highlight .prefab-adv-label { color: var(--white); }
.prefab-adv-card--highlight .prefab-adv-desc { color: rgba(255,255,255,0.65); }

.prefab-adv-icon {
  width: 36px;
  height: 36px;
  color: var(--gold);
  margin-bottom: 1rem;
}
.prefab-adv-icon svg { width: 100%; height: 100%; }

.prefab-adv-num {
  font-family: sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.35rem;
  letter-spacing: -0.5px;
}
.prefab-adv-label {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-mid);
  margin-bottom: 0.85rem;
}
.prefab-adv-desc {
  font-family: 'Georgia', serif;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.75;
}
.prefab-cta-link {
  display: inline-block;
  margin-top: 1.25rem;
  font-family: sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(212,171,71,0.4);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.prefab-cta-link:hover {
  color: var(--white);
  border-color: var(--white);
}

@media (max-width: 900px) {
  .prefab-advantages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .prefab-advantages-grid { grid-template-columns: 1fr; }
  .prefab-banner-inner { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}

/* ─────────────────────────────────────────
   PREFAB — SERVICES PAGE
───────────────────────────────────────── */

.services-prefab-callout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  background: var(--brown);
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 2.5rem;
  margin-bottom: 2.75rem;
}

.services-prefab-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--brown);
  font-family: sans-serif;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.services-prefab-title {
  font-family: 'Georgia', serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.9rem;
  line-height: 1.3;
}
.services-prefab-body {
  font-family: 'Georgia', serif;
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  margin-bottom: 1.75rem;
}
.services-prefab-stats {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.spf-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.spf-num {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
  letter-spacing: -0.5px;
}
.spf-lbl {
  font-family: sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(212,171,71,0.55);
}

.services-prefab-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
}
.spf-feature {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  font-family: 'Georgia', serif;
  font-size: 13px;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
}
.spf-feature strong { color: var(--gold-light); font-family: sans-serif; font-size: 12px; font-weight: 700; }
.spf-feature-icon {
  color: var(--gold);
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 5px;
}

/* prefab service card in grid */
.service-card--prefab {
  border-top: 3px solid var(--gold);
  background: var(--warm1);
  position: relative;
}
.service-prefab-tag {
  font-family: sans-serif;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .services-prefab-callout {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 1.75rem;
  }
}

/* ─────────────────────────────────────────
   HERO — PREFAB FIRST (v1.0.16 additions)
───────────────────────────────────────── */

.hero-banner--prefab { min-height: 560px; align-items: flex-end; }
.banner-overlay--deep {
  background: linear-gradient(to top,
    rgba(20,12,4,0.97) 0%,
    rgba(30,18,8,0.75) 40%,
    rgba(40,25,10,0.35) 75%,
    transparent 100%);
}
.banner-content--prefab { padding: 2rem 2.5rem 2.5rem; }

/* prefab headline block inside hero */
.hero-prefab-block {
  margin: 2rem 0 1.5rem;
  max-width: 780px;
}
.hero-prefab-badge {
  display: inline-block;
  background: var(--gold);
  color: var(--brown);
  font-family: sans-serif;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 1rem;
}
.hero-prefab-headline {
  font-family: 'Georgia', serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 400;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1rem;
  letter-spacing: -0.5px;
}
.hero-prefab-headline em {
  font-style: italic;
  color: var(--gold-light);
}
.hero-prefab-sub {
  font-family: sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.62);
  line-height: 1.75;
  margin-bottom: 1.75rem;
  max-width: 600px;
}

/* inline metrics row inside hero */
.hero-prefab-metrics {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(184,146,42,0.25);
  border-radius: 3px;
  padding: 1rem 1.5rem;
  width: fit-content;
  gap: 0;
}
.hpm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5rem;
  gap: 4px;
}
.hpm-num {
  font-family: sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1;
  letter-spacing: -1px;
}
.hpm-lbl {
  font-family: sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(255,255,255,0.45);
  white-space: nowrap;
}
.hpm-divider {
  width: 1px;
  height: 36px;
  background: rgba(184,146,42,0.25);
  flex-shrink: 0;
}

/* CTA buttons in hero */
.hero-prefab-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-prefab-primary {
  background: var(--gold);
  color: var(--brown);
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 26px;
  border-radius: 2px;
  transition: background 0.2s;
  white-space: nowrap;
}
.btn-prefab-primary:hover { background: var(--gold-light); }
.btn-prefab-ghost {
  color: rgba(255,255,255,0.75);
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.btn-prefab-ghost:hover { color: var(--gold-light); border-color: var(--gold-light); }

/* ─────────────────────────────────────────
   PREFAB VISUAL SHOWCASE (photo + video)
───────────────────────────────────────── */
.prefab-showcase {
  background: var(--brown);
  border-bottom: 2px solid var(--gold);
}
.prefab-showcase-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}

/* video side */
.pfs-video-block {
  position: relative;
  overflow: hidden;
  border-right: 1px solid rgba(184,146,42,0.2);
}
.pfs-video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380px;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* When a real video/iframe is added, it will fill this container */
.pfs-video-block iframe,
.pfs-video-block video {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}
.pfs-video-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
}
.pfs-play-btn { width: 64px; height: 64px; opacity: 0.8; }
.pfs-video-label {
  font-family: 'Georgia', serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.pfs-video-hint {
  font-family: sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  line-height: 1.6;
}

/* photo grid side */
.pfs-photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.pfs-photo {
  position: relative;
  overflow: hidden;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(184,146,42,0.12);
}
/* When real images are added they will fill these slots */
.pfs-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pfs-photo--tall {
  grid-row: 1 / 3;
}
.pfs-photo--short {
  grid-row: span 1;
}
.pfs-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  color: rgba(184,146,42,0.35);
  font-family: sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}
.pfs-photo-placeholder svg { width: 36px; height: 36px; }

.pfs-caption {
  padding: 0.75rem 2rem;
  font-family: sans-serif;
  font-size: 10px;
  color: rgba(184,146,42,0.4);
  letter-spacing: 0.5px;
  text-align: center;
  border-top: 1px solid rgba(184,146,42,0.12);
}

/* stat item prefab highlight */
.stat-item--prefab .stat-num { color: var(--gold); }

/* responsive */
@media (max-width: 768px) {
  .hero-banner--prefab { min-height: 480px; }
  .banner-content--prefab { padding: 1.5rem 1.25rem 2rem; }
  .hero-prefab-metrics { padding: 0.75rem 1rem; }
  .hpm-item { padding: 0 0.75rem; }
  .hpm-num { font-size: 1.1rem; }
  .prefab-showcase-inner { grid-template-columns: 1fr; }
  .pfs-video-block { border-right: none; border-bottom: 1px solid rgba(184,146,42,0.2); }
  .pfs-photo-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: 1fr; }
  .pfs-photo--tall { grid-row: 1; }
}
