/*
 * Theme Name: Black River Contracting
 * Description: Timber + Twig theme with Black River branding
 * Author: Black River Inc.
 * Version: 1.0.0
*/

/* ==========================================================================
   Black River Design Tokens
   ========================================================================== */

:root {
  /* Brand Colors */
  --br-accent: #b22f30;
  --br-deep: #272727;
  --br-white: #ffffff;
  --br-black: #000000;

  /* Opacity Variants */
  --br-ink-80: rgba(0, 0, 0, 0.80);
  --br-ink-60: rgba(0, 0, 0, 0.60);
  --br-ink-55: rgba(0, 0, 0, 0.55);
  --br-ink-40: rgba(0, 0, 0, 0.40);
  --br-ink-25: rgba(0, 0, 0, 0.25);
  --br-ink-20: rgba(0, 0, 0, 0.20);
  --br-ink-15: rgba(0, 0, 0, 0.15);

  --br-paper-90: rgba(255, 255, 255, 0.90);
  --br-paper-70: rgba(255, 255, 255, 0.70);
  --br-paper-50: rgba(255, 255, 255, 0.50);
  --br-paper-13: rgba(255, 255, 255, 0.13);
  --br-paper-10: rgba(255, 255, 255, 0.10);

  --br-accent-23: rgba(178, 47, 48, 0.23);

  /* Shadows */
  --br-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
  --br-shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.20);
  --br-shadow-xs: 0 2px 7px rgba(26, 5, 6, 0.30);

  /* Grays */
  --br-gray-light: #E6E9EF;
  --br-gray-med: #979EAA;
  --br-gray-dark: #44596F;
  --br-surface: #F7F7F7;

  /* Logo */
  --br-logo-height: 65px;

  /* Hero */
  --br-hero-overlay-opacity: 0.7;
}

/* ==========================================================================
   Typography & Font Faces
   ========================================================================== */

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-Light.woff2') format('woff2'),
       url('static/fonts/Gordita-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-LightItalic.woff2') format('woff2'),
       url('static/fonts/Gordita-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-Regular.woff2') format('woff2'),
       url('static/fonts/Gordita-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-RegularItalic.woff2') format('woff2'),
       url('static/fonts/Gordita-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-Medium.woff2') format('woff2'),
       url('static/fonts/Gordita-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-MediumItalic.woff2') format('woff2'),
       url('static/fonts/Gordita-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-Bold.woff2') format('woff2'),
       url('static/fonts/Gordita-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-BoldItalic.woff2') format('woff2'),
       url('static/fonts/Gordita-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-Ultra.woff2') format('woff2'),
       url('static/fonts/Gordita-Ultra.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gordita';
  src: url('static/fonts/Gordita-UltraItalic.woff2') format('woff2'),
       url('static/fonts/Gordita-UltraItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* ==========================================================================
   Global Reset & Base Styles
   ========================================================================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Gordita', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: var(--br-deep);
  background: var(--br-white);
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--br-accent);
  text-decoration: none;
  transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
  color: var(--br-deep);
}

p {
  margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.75em;
  color: var(--br-deep);
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

ul, ol {
  margin-left: 1.5em;
  margin-bottom: 1.25em;
}

/* ==========================================================================
   Layout & Structure
   ========================================================================== */

.wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper-narrow {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wrapper-wide {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-wrapper {
  padding: 0;
  padding-top: 90px; /* Space for fixed header */
}

/* Homepage doesn't need padding since hero is full-height */
.home .content-wrapper {
  padding-top: 0;
}

/* Pages with full-width heroes handle their own header spacing */
.contact-page,
.single-awsm_job_openings {
  margin-top: -90px;
  padding-top: 90px;
}

.content-wrapper > .wrapper {
  padding: 60px 20px;
}

section {
  position: relative;
  margin: 0;
  padding: 0;
}

/* Ensure no gap between header and content */
.homepage,
main {
  margin: 0;
  padding: 0;
}

.homepage > section:first-child {
  margin-top: 0 !important;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */

.site-header {
  background: var(--br-deep);
  padding: 25px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Transparent header only on homepage */
.home .site-header {
  background: transparent;
}

.home .site-header.scrolled,
.site-header.scrolled {
  background: var(--br-deep);
  box-shadow: var(--br-shadow);
}

/* Adjust for WordPress Admin Bar */
.admin-bar .site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-logo img {
  max-height: var(--br-logo-height);
  width: auto;
  display: block;
}

.site-logo a {
  display: block;
  line-height: 1;
}

.nav-main {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 1;
  justify-content: flex-end;
}

.nav-main ul {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 35px;
}

.nav-main .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-main li {
  margin: 0;
  position: relative;
}

.nav-main a {
  color: var(--br-white);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  position: relative;
  display: block;
}

.nav-main li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--br-accent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.site-header.scrolled .nav-main li::after {
  bottom: 0;
}

.nav-main li:hover::after,
.nav-main .current-menu-item::after {
  opacity: 1;
}

/* Dropdown Menu Styles */
.nav-main .menu-item-has-children {
  position: relative;
}

.nav-main .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  margin-left: 6px;
  vertical-align: middle;
  margin-bottom: 2px;
  transition: transform 0.2s ease;
}

.nav-main .menu-item-has-children:hover > a::after {
  transform: rotate(-135deg);
}

.nav-main .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: var(--br-deep);
  border-top: 3px solid var(--br-accent);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 100;
  margin-top: 25px;
}

/* Invisible hover bridge */
.nav-main .sub-menu::before {
  content: '';
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  height: 28px;
}

.nav-main .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.nav-main .sub-menu li {
  display: block;
  padding: 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-main .sub-menu li:last-child {
  border-bottom: none;
}

.nav-main .sub-menu li::after {
  display: none;
}

.nav-main .sub-menu a {
  display: block;
  padding: 14px 20px;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.8);
  border-left: 3px solid transparent;
  transition: all 0.15s ease;
}

.nav-main .sub-menu a:hover {
  color: var(--br-white);
  background: rgba(255, 255, 255, 0.05);
  border-left-color: var(--br-accent);
}

/* Active/current submenu item */
.nav-main .sub-menu .current-menu-item a {
  color: var(--br-white);
  background: rgba(255, 255, 255, 0.05);
  border-left-color: var(--br-accent);
}

.nav-main .sub-menu li + li {
  margin-top: 0;
}

.nav-main a:hover,
.nav-main .current-menu-item a {
  color: var(--br-white);
}

/* Contact Us Button in Nav */
.nav-main .cta,
.header-cta {
  padding: 10px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 2px solid var(--br-accent);
  color: var(--br-white);
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.nav-main .cta::after,
.header-cta::after {
  display: none;
}

.nav-main .cta:hover,
.header-cta:hover,
.header-cta.cta-white:hover {
  background: var(--br-accent);
  color: var(--br-white);
  border-color: var(--br-accent);
}

.mobile-nav-toggle {
  display: none;
  background: none !important;
  border: none !important;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  position: relative;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}

.mobile-nav-toggle .dashicons {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.mobile-nav-toggle .close-icon {
  display: none;
}

.mobile-nav-toggle.active .hamburger-icon {
  display: none;
}

.mobile-nav-toggle.active .close-icon {
  display: block;
  color: #ffffff;
}

.site-header.scrolled .mobile-nav-toggle .hamburger-icon {
  color: #ffffff;
}

.site-header.scrolled .mobile-nav-toggle.active .close-icon {
  color: #ffffff;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

body.mobile-menu-open {
  overflow: hidden;
}

@media (max-width: 1000px) {
  .nav-main ul.nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background: var(--br-deep);
    flex-direction: column;
    padding: 120px 40px 120px;
    gap: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: none;
    overflow-y: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-main.active ul.nav-menu {
    opacity: 1;
    visibility: visible;
  }
  
  .nav-main ul.nav-menu li {
    border-bottom: none;
    text-align: center;
    width: 100%;
  }
  
  .nav-main ul.nav-menu li:last-child {
    border-bottom: none;
  }
  
  .nav-main ul.nav-menu a {
    display: block;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--br-white);
    text-transform: none;
    letter-spacing: 0;
    position: relative;
  }
  
  .nav-main ul.nav-menu a:hover {
    color: var(--br-accent);
  }
  
  .nav-main ul.nav-menu a::after {
    display: none;
  }

  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1001;
  }
  
  .mobile-nav-toggle span {
    display: block;
  }
  
  .header-cta {
    display: none;
  }
  
  /* Mobile CTA at bottom of menu */
  .nav-main.active .header-cta {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 280px;
    text-align: center;
    z-index: 1000;
    background: var(--br-accent);
    border-color: var(--br-accent);
    color: var(--br-white);
    padding: 16px 40px;
  }
  
  /* Mobile dropdown styles */
  .nav-main .menu-item-has-children > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  
  .nav-main .menu-item-has-children > a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--br-white);
    border-bottom: 2px solid var(--br-white);
    transform: rotate(45deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 0;
    position: relative;
    top: -2px;
  }
  
  .nav-main .menu-item-has-children.active > a::after {
    transform: rotate(-135deg);
    top: 2px;
  }
  
  .nav-main .sub-menu {
    position: static;
    transform: none;
    min-width: 100%;
    background: transparent;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  
  .nav-main .sub-menu::before,
  .nav-main .sub-menu::after {
    display: none;
  }
  
  .nav-main .menu-item-has-children.active > .sub-menu {
    display: block;
    animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-8px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .nav-main .sub-menu li {
    padding: 0;
    border-bottom: none;
  }
  
  .nav-main .sub-menu a {
    padding: 10px 20px;
    font-size: 1rem;
    color: var(--br-paper-70);
  }
  
  .nav-main .sub-menu a:hover,
  .nav-main .sub-menu .current-menu-item a {
    color: var(--br-accent);
    background: transparent;
  }
  
  .nav-main .sub-menu a::before {
    display: none;
  }
}

/* ==========================================================================
   Hero Component
   ========================================================================== */

.hero {
  position: relative;
  min-height:800px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--br-white);
  overflow: hidden;
  width: 100vw;
  margin: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-background[style*="background-image"] {
  background-size: cover;
  background-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(26, 5, 6, 0.65) 0%,
    rgba(26, 5, 6, 0.45) 50%,
    rgba(26, 5, 6, 0.25) 100%
  );
  z-index: 2;
}

.hero-arrow {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 378.7px;
  height: 600px;
  z-index: 2;
  opacity: 0.15;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 100px 40px;
  text-align: left;
}

.hero h1 {
  font-size: 4rem;
  font-weight: 900;
  color: var(--br-white);
  margin-bottom: 25px;
  line-height: 1.1;
  letter-spacing: -1px;
  max-width: 800px;
}

.hero p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 35px;
  color: var(--br-white);
  max-width: 650px;
}

.hero .cta {
  margin-top: 15px;
  padding: 10px 24px;
  font-size: 1rem;
  border-width: 2px;
}

.hero .cta-white {
  background: var(--br-accent);
  border-color: var(--br-accent);
  color: var(--br-white);
}

.hero .cta-white:hover {
  background: var(--br-white);
  border-color: var(--br-white);
  color: var(--br-accent);
}

@media (max-width: 1200px) {
  .hero-content {
    padding: 80px 30px;
  }

  .hero h1 {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 1200px;
  }

  .hero-overlay {
    background: linear-gradient(
      rgba(26, 5, 6, 0.50),
      rgba(26, 5, 6, 0.50)
    );
  }

  .hero-content {
    padding: 60px 20px;
  }

  .hero h1 {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
  }

  .hero p {
    font-size: 1.1rem;
  }

  .hero .cta {
    padding: 14px 32px;
    font-size: 0.95rem;
  }
}

/* ==========================================================================
   CTA Buttons
   ========================================================================== */

/* Remove rounded corners and underlines from all buttons */
.cta,
.empty-cta,
.wp-block-button__link,
.wp-element-button,
button,
input[type="submit"],
input[type="button"] {
  border-radius: 0 !important;
  text-decoration: none !important;
}

.cta, .empty-cta {
  display: inline-block;
  padding: 14px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid var(--br-accent);
  background: transparent;
  color: var(--br-accent);
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.cta:hover, .empty-cta:hover {
  background: var(--br-accent);
  color: var(--br-white);
  transform: translateY(-2px);
  box-shadow: var(--br-shadow);
}

.cta-white {
  border-color: var(--br-white);
  color: var(--br-white);
}

.cta-white:hover {
  background: var(--br-white);
  color: var(--br-accent);
}

.cta-filled {
  background: var(--br-accent);
  color: var(--br-white);
}

.cta-filled:hover {
  background: var(--br-deep);
  border-color: var(--br-deep);
}

/* ==========================================================================
   Bluebox / Deep Sections
   ========================================================================== */

.bluebox, .deep-section {
  background: var(--br-deep);
  color: var(--br-white);
  padding: 80px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.bluebox > .wrapper,
.deep-section > .wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.bluebox h2, .deep-section h2 {
  color: var(--br-white);
}

.bluebox h3, .deep-section h3,
.bluebox h4, .deep-section h4 {
  color: var(--br-accent);
}

.bluebox p, .deep-section p {
  color: var(--br-paper-90);
}

.bluebox a, .deep-section a {
  color: var(--br-accent);
}

.bluebox a:hover, .deep-section a:hover {
  color: var(--br-white);
}

/* ==========================================================================
   Trust Flags Component
   ========================================================================== */

.trust-flags {
  background: var(--br-surface);
  border-bottom: 1px solid var(--br-gray-light);
  padding: 14px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.trust-flags-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 35px;
}

.trust-flag {
  color: var(--br-gray-dark);
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.trust-flag strong {
  color: var(--br-deep);
  font-weight: 600;
}

@media (max-width: 768px) {
  .trust-flags-inner {
    gap: 8px 25px;
  }

  .trust-flag {
    font-size: 0.75rem;
  }
}

/* ==========================================================================
   Proof Strip Component - Stats for credibility
   ========================================================================== */

.proof-strip {
  background: var(--br-surface);
  padding: 60px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.proof-strip-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.proof-stat {
  text-align: center;
  flex: 1;
}

.proof-number {
  display: block;
  font-size: 4rem;
  font-weight: 900;
  color: var(--br-accent);
  line-height: 1;
  margin-bottom: 10px;
}

.proof-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--br-gray-dark);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.4;
}

.proof-label-only {
  display: block;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--br-deep);
  line-height: 1.5;
  padding-top: 15px;
}

@media (max-width: 900px) {
  .proof-strip-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
  }

  .proof-stat {
    flex: 0 0 45%;
  }

  .proof-number {
    font-size: 3rem;
  }
}

@media (max-width: 600px) {
  .proof-strip {
    padding: 40px 0;
  }

  .proof-strip-inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .proof-stat {
    flex: none;
    width: 100%;
  }

  .proof-number {
    font-size: 3.5rem;
  }
}

/* ==========================================================================
   Featured Stats Component (Legacy)
   ========================================================================== */

.featured-stats {
  padding: 80px 0;
  background: var(--br-surface);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  text-align: center;
}

.stat-item {
  padding: 30px;
  background: var(--br-white);
  border-radius: 8px;
  box-shadow: var(--br-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--br-shadow);
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 900;
  color: var(--br-accent);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--br-deep);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-description {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  margin-top: 10px;
}

@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-number {
    font-size: 2.5rem;
  }
}

/* ==========================================================================
   Services Overview Component - QE Style
   ========================================================================== */

.services-overview {
  padding: 80px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.services-overview-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-heading {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--br-deep);
  text-align: center;
  margin-bottom: 60px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.services-overview .service-card {
  background: var(--br-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
}

.services-overview .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.services-overview .service-card-image-wrap {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  line-height: 0;
  font-size: 0;
}

.services-overview .service-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}

.services-overview .service-card-image--placeholder {
  width: 100%;
  height: 200px;
  background: var(--br-gray-light);
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.services-overview .service-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.services-overview .service-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--br-deep);
  margin: 0 0 12px 0;
  line-height: 1.3;
}

.services-overview .service-card p {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.65;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.services-overview .service-card-link {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--br-accent);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: auto;
  transition: color 0.3s ease;
}

.services-overview .service-card-link:hover {
  color: var(--br-deep);
}

.services-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: var(--br-gray-dark);
}

.services-see-more {
  text-align: right;
  margin-top: 30px;
}

.services-see-more .cta {
  padding: 14px 32px;
  font-size: 1rem;
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .services-heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  
  .service-card-content {
    padding: 20px;
  }
  
  .service-card h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .services-overview {
    padding: 60px 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .service-card-image {
    height: 180px;
  }
}

/* ==========================================================================
   Services Grid Component (Legacy)
   ========================================================================== */

.services-grid {
  padding: 80px 0;
}

.services-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
}

.service-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-content {
  padding: 25px;
}

.service-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 15px;
}

.service-description {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--br-accent);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-link:hover {
  color: var(--br-deep);
}

@media (max-width: 768px) {
  .services-grid-inner {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Testimonials Component
   ========================================================================== */

.testimonials {
  padding: 100px 0;
  background: var(--br-surface);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.testimonial-card {
  background: var(--br-white);
  padding: 35px;
  border-radius: 8px;
  box-shadow: var(--br-shadow-sm);
  position: relative;
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 5rem;
  font-weight: 900;
  color: var(--br-accent);
  opacity: 0.15;
  line-height: 1;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--br-gray-dark);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-info h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--br-deep);
  margin: 0;
}

.testimonial-info p {
  font-size: 0.85rem;
  color: var(--br-gray-med);
  margin: 0;
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Why Black River Component - Clean Industrial Style
   ========================================================================== */

.why-black-river {
  padding: 0;
  background: var(--br-white);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.why-black-river-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1400px;
  margin: 0 auto;
}

.why-image {
  position: relative;
  min-height: 550px;
}

.why-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why-image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--br-gray-light);
}

.why-content {
  padding: 70px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.why-heading {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 40px;
}

.differentiators-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.differentiator h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 8px;
}

.differentiator p {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1000px) {
  .why-black-river-inner {
    grid-template-columns: 1fr;
  }

  .why-image {
    min-height: 350px;
  }

  .why-content {
    padding: 50px 30px;
  }

  .why-heading {
    font-size: 1.8rem;
  }
}

@media (max-width: 600px) {
  .why-image {
    min-height: 280px;
  }

  .why-content {
    padding: 40px 20px;
  }

  .differentiators-list {
    gap: 25px;
  }
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */

.testimonials-section {
  padding-top: 60px;
  overflow-x: clip;
}

.testimonials-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--br-deep);
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 30px;
}

.testimonials-bar {
  position: relative;
  overflow: visible;
}

.testimonials-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}

.testimonials-image {
  position: relative;
  z-index: 2;
}

.testimonials-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
}

.testimonials-image-placeholder {
  width: 100%;
  height: 400px;
  background: var(--br-gray-med);
}

.testimonials-content {
  padding: 60px 80px 60px 0;
  position: relative;
  z-index: 2;
}

.quote-icon {
  font-size: 5rem;
  font-weight: 700;
  color: var(--br-gray-med);
  line-height: 1;
  margin-bottom: 10px;
  font-family: Georgia, serif;
}

.testimonial-highlight {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--br-deep);
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.testimonial-attribution {
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--br-deep);
}

.testimonial-company {
  font-size: 1rem;
  color: var(--br-accent);
}

.testimonial-full {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.7;
  margin: 0;
  font-style: italic;
}

/* Testimonials Slider */
.testimonials-slider {
  position: relative;
  min-height: 200px;
}

.testimonial-slide {
  display: none;
  animation: fadeIn 0.4s ease;
}

.testimonial-slide.active {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Testimonials Navigation */
.testimonials-nav {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

.testimonial-nav-btn {
  width: 40px;
  height: 40px;
  border: 2px solid var(--br-deep);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.testimonial-nav-btn:hover {
  background: var(--br-deep);
  color: var(--br-white);
}

.testimonial-nav-btn svg {
  width: 20px;
  height: 20px;
}

.testimonials-dots {
  display: flex;
  gap: 8px;
}

.testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: var(--br-gray-med);
  cursor: pointer;
  transition: all 0.2s ease;
}

.testimonial-dot:hover,
.testimonial-dot.active {
  background: var(--br-accent);
}

/* Accent Arrow */
.testimonials-accent-arrow {
  position: absolute;
  right: calc((1170px - 100vw) / 2 - 100px);
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: auto;
  z-index: 1;
  opacity: 0.85;
  pointer-events: none;
}

.testimonials-accent-arrow img {
  width: 100%;
  height: auto;
}

@media (max-width: 1000px) {
  .testimonials-inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .testimonials-image img {
    max-height: 350px;
    width: 100%;
    object-fit: cover;
  }
  
  .testimonials-content {
    padding: 40px 30px;
  }
  
  .testimonials-accent-arrow {
    display: none;
  }
}

@media (max-width: 600px) {
  .testimonials-title {
    font-size: 1.8rem;
  }
  
  .quote-icon {
    font-size: 3.5rem;
  }
  
  .testimonial-highlight {
    font-size: 1.15rem;
  }
  
  .testimonials-nav {
    justify-content: center;
  }
}

/* ==========================================================================
   Why Choose Us Component (Legacy)
   ========================================================================== */

.why-choose-us {
  padding: 80px 0;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-top: 50px;
}

.reason-item {
  text-align: center;
  padding: 30px 20px;
}

.reason-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: var(--br-accent-23);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.reason-item:hover .reason-icon {
  transform: scale(1.1);
}

.reason-icon svg,
.reason-icon img {
  width: 40px;
  height: 40px;
  fill: var(--br-accent);
}

.reason-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 15px;
}

.reason-description {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .reasons-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Blog Grid
   ========================================================================== */

.blog-grid {
  padding: 80px 0;
}

.blog-grid-inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.blog-card {
  background: var(--br-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--br-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--br-shadow);
}

.blog-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.blog-content {
  padding: 25px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  font-size: 0.85rem;
  color: var(--br-gray-med);
  margin-bottom: 15px;
}

.blog-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 12px;
  line-height: 1.3;
}

.blog-title a {
  color: var(--br-deep);
}

.blog-title a:hover {
  color: var(--br-accent);
}

.blog-excerpt {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}

.blog-link {
  color: var(--br-accent);
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .blog-grid-inner {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */

.site-footer {
  background: var(--br-deep);
  color: var(--br-white);
  padding: 0;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  padding: 70px 0;
}

.footer-col h4 {
  color: var(--br-white);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 10px;
  color: var(--br-paper-70);
  font-size: 0.9rem;
}

.footer-col a {
  color: var(--br-paper-70);
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--br-accent);
}

/* Footer About Column */
.footer-about .footer-logo {
  margin-bottom: 20px;
}

.footer-about .footer-logo img {
  max-height: 50px;
  width: auto;
}

.footer-description {
  font-size: 0.9rem;
  color: var(--br-paper-70);
  line-height: 1.7;
  margin-bottom: 20px;
}

.veteran-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--br-white);
  background: rgba(255,255,255,0.1);
  padding: 8px 14px;
  letter-spacing: 0.5px;
}

/* Footer Contact */
.contact-list li {
  margin-bottom: 15px;
}

.contact-list strong {
  display: block;
  color: var(--br-white);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.contact-list span,
.contact-list a {
  color: var(--br-paper-70);
  font-size: 0.95rem;
}

/* Footer Social */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.1);
  color: var(--br-white);
  transition: all 0.2s ease;
}

.footer-social a:hover {
  background: var(--br-accent);
  color: var(--br-white);
}

.footer-social svg {
  width: 18px;
  height: 18px;
}

/* Footer Service Area */
.footer-area p {
  font-size: 0.9rem;
  color: var(--br-paper-70);
}

.area-list li {
  font-size: 0.9rem;
}

/* Footer Bottom */
.footer-bottom {
  background: rgba(0,0,0,0.2);
  padding: 20px 0;
}

.footer-bottom p {
  text-align: center;
  color: var(--br-paper-50);
  font-size: 0.85rem;
  margin: 0;
}

@media (max-width: 1000px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .footer-about {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 50px 0;
  }
  
  .footer-about {
    grid-column: auto;
  }
  
  .footer-inner {
    padding: 0 20px;
  }
}

/* ==========================================================================
   Forms (Gravity Forms Compatible)
   ========================================================================== */

.gform_wrapper,
.contact-form {
  max-width: 800px;
  margin: 0 auto;
}

.gfield,
.form-field {
  margin-bottom: 20px;
}

.gfield_label,
.form-label {
  display: block;
  font-weight: 600;
  color: var(--br-deep);
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container input[type="tel"],
.ginput_container input[type="url"],
.ginput_container textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid var(--br-gray-light);
  border-radius: 4px;
  font-family: 'Gordita', sans-serif;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.ginput_container input:focus,
.ginput_container textarea:focus,
input:focus,
textarea:focus {
  outline: none;
  border-color: var(--br-accent);
}

textarea {
  min-height: 150px;
  resize: vertical;
}

.gform_button,
.form-submit button {
  background: var(--br-accent);
  color: var(--br-white);
  border: 2px solid var(--br-accent);
  padding: 14px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.gform_button:hover,
.form-submit button:hover {
  background: var(--br-deep);
  border-color: var(--br-deep);
  transform: translateY(-2px);
  box-shadow: var(--br-shadow);
}

.validation_error {
  background: rgba(178, 47, 48, 0.1);
  border-left: 4px solid var(--br-accent);
  padding: 15px;
  margin-bottom: 20px;
  color: var(--br-accent);
}

.gfield_error {
  background: rgba(178, 47, 48, 0.05);
}

.gfield_error .gfield_label {
  color: var(--br-accent);
}

.gfield_error input,
.gfield_error textarea {
  border-color: var(--br-accent);
}

/* ==========================================================================
   Page-Specific Styles
   ========================================================================== */

/* About Page */
.about-intro {
  padding: 80px 0;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.about-intro h1 {
  font-size: 3rem;
  color: var(--br-deep);
  margin-bottom: 20px;
}

.about-intro p {
  font-size: 1.2rem;
  color: var(--br-gray-dark);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 80px 0;
}

.team-member {
  text-align: center;
  background: var(--br-white);
  padding: 30px;
  border-radius: 8px;
  box-shadow: var(--br-shadow-sm);
  transition: transform 0.3s ease;
}

.team-member:hover {
  transform: translateY(-5px);
  box-shadow: var(--br-shadow);
}

.team-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 20px;
  object-fit: cover;
  border: 4px solid var(--br-accent);
}

.team-name {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 5px;
}

.team-role {
  font-size: 0.95rem;
  color: var(--br-accent);
  font-weight: 600;
  margin-bottom: 15px;
}

.team-bio {
  font-size: 0.9rem;
  color: var(--br-gray-dark);
  line-height: 1.6;
}

/* Services Page */
.services-hero {
  background: var(--br-deep);
  color: var(--br-white);
  padding: 100px 0;
  text-align: center;
}

.services-hero h1 {
  color: var(--br-white);
  font-size: 3rem;
  margin-bottom: 20px;
}

.services-hero p {
  font-size: 1.2rem;
  color: var(--br-paper-90);
  max-width: 800px;
  margin: 0 auto;
}

.service-detail {
  padding: 80px 0;
}

.service-detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.service-detail-text h2 {
  font-size: 2.5rem;
  color: var(--br-deep);
  margin-bottom: 20px;
}

.service-detail-text p {
  font-size: 1.05rem;
  color: var(--br-gray-dark);
  line-height: 1.7;
}

.service-detail-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--br-shadow);
}

@media (max-width: 900px) {
  .service-detail-content {
    grid-template-columns: 1fr;
  }
}

/* Contact Page */
.contact-hero {
  background: var(--br-deep);
  color: var(--br-white);
  padding: 80px 0;
  text-align: center;
}

.contact-hero h1 {
  color: var(--br-white);
  font-size: 3rem;
  margin-bottom: 20px;
}

.contact-content {
  padding: 80px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-info h3 {
  font-size: 1.5rem;
  color: var(--br-deep);
  margin-bottom: 20px;
}

.contact-item {
  margin-bottom: 25px;
}

.contact-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--br-accent);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-item p {
  font-size: 1rem;
  color: var(--br-gray-dark);
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Careers Page */
.careers-intro {
  background: var(--br-surface);
  padding: 80px 0;
  text-align: center;
}

.careers-intro h1 {
  font-size: 3rem;
  color: var(--br-deep);
  margin-bottom: 20px;
}

.careers-intro p {
  font-size: 1.2rem;
  color: var(--br-gray-dark);
  max-width: 800px;
  margin: 0 auto;
}

.job-listings {
  padding: 80px 0;
}

.job-card {
  background: var(--br-white);
  padding: 35px;
  border-radius: 8px;
  box-shadow: var(--br-shadow-sm);
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--br-shadow);
}

.job-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 10px;
}

.job-meta {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  color: var(--br-gray-med);
  margin-bottom: 20px;
}

.job-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.job-description {
  font-size: 1rem;
  color: var(--br-gray-dark);
  line-height: 1.7;
  margin-bottom: 20px;
}

.job-apply {
  display: inline-block;
  padding: 12px 28px;
  background: var(--br-accent);
  color: var(--br-white);
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.job-apply:hover {
  background: var(--br-deep);
  transform: translateY(-2px);
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 20px; }
.mt-2 { margin-top: 40px; }
.mt-3 { margin-top: 60px; }

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 20px; }
.mb-2 { margin-bottom: 40px; }
.mb-3 { margin-bottom: 60px; }

.py-1 { padding: 20px 0; }
.py-2 { padding: 40px 0; }
.py-3 { padding: 60px 0; }
.py-4 { padding: 80px 0; }

.color-accent { color: var(--br-accent); }
.color-deep { color: var(--br-deep); }
.color-white { color: var(--br-white); }

.bg-accent { background: var(--br-accent); }
.bg-deep { background: var(--br-deep); }
.bg-surface { background: var(--br-surface); }
.bg-white { background: var(--br-white); }

.section-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--br-deep);
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--br-gray-dark);
  margin-bottom: 40px;
  font-weight: 300;
}

.divider {
  width: 80px;
  height: 4px;
  background: var(--br-accent);
  margin: 30px auto;
}

.divider-left {
  margin-left: 0;
  margin-right: auto;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1400px) {
  .wrapper-wide {
    max-width: 1300px;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    max-width: 1100px;
  }
}

@media (max-width: 1000px) {
  h1 { font-size: 2rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.5rem; }

  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .wrapper,
  .wrapper-narrow,
  .wrapper-wide {
    padding: 0 15px;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .about-intro h1,
  .services-hero h1,
  .contact-hero h1,
  .careers-intro h1 {
    font-size: 2rem;
  }
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  .site-header,
  .mobile-nav-toggle,
  .site-footer,
  .cta,
  .empty-cta {
    display: none;
  }

  body {
    font-size: 12pt;
    line-height: 1.5;
    color: var(--br-black);
  }

  a {
    text-decoration: underline;
  }
}

/* ==========================================================================
   Page Hero (Interior Pages)
   ========================================================================== */

.page-hero {
  background: var(--br-deep);
  padding: 80px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.page-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

.page-hero h1 {
  color: var(--br-white);
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.page-hero p {
  color: var(--br-paper-70);
  font-size: 1.15rem;
  line-height: 1.8;
  margin: 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

/* Page Content Area */
.page-content {
  padding: 80px 0 0 0;
}

.page-content-inner {
  max-width: 900px;
  margin: 0 auto;
}

.page-content-inner h2,
.page-content-inner h3,
.page-content-inner h4 {
  color: var(--br-deep);
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-content-inner h2 {
  font-size: 2rem;
  font-weight: 700;
}

.page-content-inner h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.page-content-inner p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--br-gray-dark);
  margin-bottom: 20px;
}

.page-content-inner ul,
.page-content-inner ol {
  margin-bottom: 25px;
  padding-left: 25px;
}

.page-content-inner li {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--br-gray-dark);
  margin-bottom: 10px;
}

.page-content-inner img {
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}

.page-content-inner a {
  color: var(--br-accent);
  text-decoration: underline;
}

.page-content-inner a:hover {
  color: var(--br-deep);
}

@media (max-width: 768px) {
  .page-hero {
    padding-top: 130px;
    padding-bottom: 60px;
    margin-top: -90px;
  }
  
  .page-hero h1 {
    font-size: 2.2rem;
  }
  
  .page-hero p {
    font-size: 1rem;
  }
  
  .page-content {
    padding: 50px 0;
  }
  
  .page-content-inner h2 {
    font-size: 1.6rem;
  }
}

/* ==========================================================================
   Block Patterns - Black River
   ========================================================================== */

/* Editor Color Palette */
.has-br-accent-color { color: var(--br-accent) !important; }
.has-br-accent-background-color { background-color: var(--br-accent) !important; }
.has-br-deep-color { color: var(--br-deep) !important; }
.has-br-deep-background-color { background-color: var(--br-deep) !important; }
.has-br-paper-color { color: var(--br-paper) !important; }
.has-br-paper-background-color { background-color: var(--br-paper) !important; }
.has-br-paper-70-color { color: rgba(245, 245, 243, 0.7) !important; }
.has-br-gray-dark-color { color: var(--br-gray-dark) !important; }
.has-white-color { color: #ffffff !important; }
.has-white-background-color { background-color: #ffffff !important; }

/* Page Hero Pattern */
.br-page-hero {
  margin-top: -90px !important;
}

.br-page-hero .wp-block-cover__inner-container {
  padding-top: 90px;
}

/* Two Column Pattern */
.br-two-column {
  overflow: hidden;
}

.br-shadow-image img {
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* Team Member Pattern */
.br-team-member {
  overflow: hidden;
}

/* Values Pattern */
.br-value-card {
  padding: 30px 20px;
  text-align: center;
}

/* CTA Banner Pattern */
.br-cta-banner {
  overflow: hidden;
}

.br-cta-banner .wp-block-button__link {
  padding: 16px 40px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.br-cta-banner .wp-block-button__link:hover {
  background: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff;
}

/* Stats Row Pattern */
.br-stats-row {
  overflow: hidden;
}

.br-stat-item {
  text-align: center;
}

/* General Block Fixes for Full Width */
.page-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.page-content .alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Block Pattern Responsive */
@media (max-width: 900px) {
  .br-page-hero {
    min-height: 300px !important;
  }
  
  .br-page-hero h1 {
    font-size: 2.5rem !important;
  }
  
  .br-two-column .wp-block-columns,
  .br-team-member .wp-block-columns {
    flex-direction: column;
  }
  
  .br-team-member .wp-block-column:first-child {
    max-width: 250px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 600px) {
  .br-value-card {
    padding: 20px 10px;
  }
  
  .br-stats-row .wp-block-columns {
    flex-direction: column;
    gap: 30px;
  }
}

/* ==========================================================================
   About Page
   ========================================================================== */

.about-page {
  background: var(--br-white);
}

/* About Hero */
.about-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-top: -90px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 160px 30px 80px;
}

.about-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.about-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 39, 39, 0.7);
}

.about-hero-inner {
  position: relative;
  text-align: center;
  max-width: 800px;
}

.about-hero h1 {
  color: var(--br-white);
  font-size: 3.5rem;
  font-weight: 900;
  margin: 0;
  letter-spacing: -0.5px;
}

/* About Intro */
.about-intro {
  padding: 100px 0;
}

.about-intro-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-intro-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 25px;
  line-height: 1.3;
}

.about-intro-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--br-gray-dark);
}

.about-intro-text p {
  margin-bottom: 20px;
}

.about-intro-image img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* About Owner */
.about-owner {
  padding: 100px 0;
  background: var(--br-paper);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.about-owner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px;
  align-items: start;
}

.about-owner-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.about-owner-label {
  display: inline-block;
  color: var(--br-accent);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.about-owner-content h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 8px;
}

.about-owner-title {
  font-size: 1.1rem;
  color: var(--br-gray-dark);
  margin-bottom: 25px;
  font-style: italic;
}

.about-owner-bio {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--br-gray-dark);
}

.about-owner-bio p {
  margin-bottom: 18px;
}

/* About Values */
.about-values {
  padding: 100px 0;
}

.about-values-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-values-inner > h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--br-deep);
  text-align: center;
  margin-bottom: 60px;
}

.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.about-value-card {
  text-align: center;
  padding: 30px 20px;
}

.about-value-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--br-accent);
  color: var(--br-white);
  border-radius: 50%;
}

.about-value-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 12px;
}

.about-value-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--br-gray-dark);
  margin: 0;
}

/* About Blocks Section (Gutenberg content) */
.about-blocks {
  padding: 80px 0;
}

.about-blocks-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

/* About CTA */
.about-cta {
  background: var(--br-accent);
  padding: 100px 0;
  text-align: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.about-cta-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}

.about-cta h2 {
  color: var(--br-white);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-cta p {
  color: rgba(255,255,255,0.9);
  font-size: 1.15rem;
  margin-bottom: 35px;
}

.about-cta .cta-white {
  border-color: var(--br-white);
  color: var(--br-white);
  padding: 16px 40px;
}

.about-cta .cta-white:hover {
  background: var(--br-white);
  color: var(--br-accent);
}

/* About Page Responsive */
@media (max-width: 900px) {
  .about-hero {
    min-height: 300px;
    padding: 140px 30px 60px;
  }
  
  .about-hero h1 {
    font-size: 2.5rem;
  }
  
  .about-intro {
    padding: 70px 0;
  }
  
  .about-intro-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .about-intro-image {
    order: -1;
  }
  
  .about-owner {
    padding: 70px 0;
  }
  
  .about-owner-inner {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  
  .about-owner-photo {
    max-width: 300px;
    margin: 0 auto;
  }
  
  .about-values {
    padding: 70px 0;
  }
  
  .about-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .about-cta {
    padding: 70px 0;
  }
  
  .about-cta h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 600px) {
  .about-values-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Services Index Page
   ========================================================================== */

.services-page {
  background: var(--br-white);
}

.services-index {
  padding: 100px 0;
  background: var(--br-white);
}

.services-index-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.services-index-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}

.service-index-card {
  display: block;
  text-decoration: none;
  background: var(--br-white);
  transition: transform 0.3s ease;
}

.service-index-card:hover {
  transform: translateY(-5px);
}

.service-index-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.service-index-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.service-index-placeholder {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, var(--br-gray-light) 0%, #e0e0e0 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-index-placeholder::after {
  content: 'Image Coming Soon';
  color: var(--br-gray-dark);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-index-card:hover .service-index-image img {
  transform: scale(1.08);
}

.service-index-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(39, 39, 39, 0.9) 0%, rgba(39, 39, 39, 0.3) 50%, transparent 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-index-card:hover .service-index-overlay {
  opacity: 1;
}

.service-index-btn {
  padding: 12px 28px;
  border: 2px solid var(--br-white);
  color: var(--br-white);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}

.service-index-card:hover .service-index-btn {
  background: var(--br-white);
  color: var(--br-deep);
}

.service-index-content {
  padding: 0 5px;
}

.service-index-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 12px;
  transition: color 0.2s ease;
}

.service-index-card:hover .service-index-content h2 {
  color: var(--br-accent);
}

.service-index-content p {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.7;
  margin: 0;
}

.services-empty-state {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 40px;
  background: var(--br-paper);
  color: var(--br-gray-dark);
}

.services-empty-state p {
  font-size: 1.1rem;
  margin: 0;
}

/* Services CTA */
.services-cta {
  background: var(--br-accent);
  padding: 100px 0;
  text-align: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.services-cta-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}

.services-cta h2 {
  color: var(--br-white);
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.services-cta p {
  color: rgba(255,255,255,0.9);
  font-size: 1.15rem;
  margin-bottom: 35px;
  line-height: 1.7;
}

.services-cta .cta-white {
  border-color: var(--br-white);
  color: var(--br-white);
  padding: 16px 40px;
  font-size: 0.95rem;
}

.services-cta .cta-white:hover {
  background: var(--br-white);
  color: var(--br-accent);
}

@media (max-width: 900px) {
  .services-index {
    padding: 70px 0;
  }
  
  .services-index-grid {
    grid-template-columns: 1fr;
    gap: 50px;
    max-width: 550px;
    margin: 0 auto;
  }
  
  .service-index-image img,
  .service-index-placeholder {
    height: 260px;
  }
  
  .services-cta {
    padding: 70px 0;
  }
  
  .services-cta h2 {
    font-size: 1.8rem;
  }
}

/* ==========================================================================
   Single Service Page
   ========================================================================== */

/* Service Hero */
.service-hero {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  width: 100vw;
  margin-top: -90px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 80px 0;
}

.service-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.service-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(39, 39, 39, 0.95) 0%,
    rgba(39, 39, 39, 0.7) 50%,
    rgba(39, 39, 39, 0.4) 100%
  );
}

.service-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  padding-top: 80px;
}

.service-label {
  display: inline-block;
  color: var(--br-accent);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

.service-hero h1 {
  color: var(--br-white);
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 15px;
  max-width: 700px;
}

.service-tagline {
  color: var(--br-paper-70);
  font-size: 1.25rem;
  line-height: 1.6;
  max-width: 600px;
  margin: 0;
}

/* Service Content Layout */
.service-content {
  padding: 80px 0;
}

.service-content-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 60px;
  align-items: start;
}

.service-main {
  min-width: 0;
}

/* Service Description */
.service-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--br-gray-dark);
  margin-bottom: 50px;
}

.service-description h2,
.service-description h3 {
  color: var(--br-deep);
  margin-top: 40px;
  margin-bottom: 20px;
}

.service-description h2 {
  font-size: 1.8rem;
}

.service-description h3 {
  font-size: 1.4rem;
}

.service-description p {
  margin-bottom: 20px;
}

.service-description ul,
.service-description ol {
  margin-bottom: 25px;
  padding-left: 25px;
}

.service-description li {
  margin-bottom: 10px;
}

/* Scope of Work */
.service-scope,
.service-equipment {
  margin-bottom: 50px;
  padding-top: 40px;
  border-top: 1px solid var(--br-gray-light);
}

.service-scope h2,
.service-equipment h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 20px;
}

.scope-content,
.equipment-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--br-gray-dark);
}

.scope-content p,
.equipment-content p {
  margin-bottom: 15px;
}

/* Sidebar */
.service-sidebar {
  position: sticky;
  top: 120px;
}

.service-card {
  background: var(--br-paper);
  padding: 30px;
  margin-bottom: 25px;
}

.service-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 12px;
}

.service-card p {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Contact Card */
.service-contact-card {
  background: var(--br-deep);
}

.service-contact-card h3 {
  color: var(--br-white);
}

.service-contact-card p {
  color: var(--br-paper-70);
}

.service-contact-card .cta-primary {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.service-phone {
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.service-phone span {
  display: block;
  font-size: 0.85rem;
  color: var(--br-paper-70);
  margin-bottom: 5px;
}

.service-phone a {
  color: var(--br-white);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.service-phone a:hover {
  color: var(--br-accent);
}

/* Ideal For Card */
.ideal-content {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--br-gray-dark);
}

.ideal-content p {
  margin-bottom: 10px;
}

.ideal-content p:last-child {
  margin-bottom: 0;
}

/* Why Card */
.why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.why-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  margin-bottom: 12px;
  line-height: 1.5;
}

.why-list li:last-child {
  margin-bottom: 0;
}

.why-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: var(--br-accent);
}

/* Service CTA Banner */
.service-cta-banner {
  background: var(--br-accent);
  padding: 80px 0;
  text-align: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.service-cta-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 30px;
}

.service-cta-banner h2 {
  color: var(--br-white);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-cta-banner p {
  color: rgba(255,255,255,0.9);
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.service-cta-banner .cta-white {
  border-color: var(--br-white);
  color: var(--br-white);
}

.service-cta-banner .cta-white:hover {
  background: var(--br-white);
  color: var(--br-accent);
}

/* More Services Section */
.more-services {
  padding: 80px 0;
  background: var(--br-paper);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.more-services-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.more-services h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--br-deep);
  margin-bottom: 40px;
  text-align: center;
}

.more-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.more-service-card {
  display: block;
  text-decoration: none;
}

.more-service-image {
  overflow: hidden;
  margin-bottom: 15px;
}

.more-service-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.more-service-placeholder {
  width: 100%;
  height: 200px;
  background: var(--br-gray-light);
}

.more-service-card:hover .more-service-image img {
  transform: scale(1.05);
}

.more-service-card h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--br-deep);
  transition: color 0.2s ease;
}

.more-service-card:hover h3 {
  color: var(--br-accent);
}

/* Single Service Responsive */
@media (max-width: 960px) {
  .service-content-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .service-sidebar {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .service-contact-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .service-hero {
    min-height: 350px;
    margin-top: -80px;
    padding: 60px 0;
  }
  
  .service-hero h1 {
    font-size: 2.4rem;
  }
  
  .service-tagline {
    font-size: 1.1rem;
  }
  
  .service-sidebar {
    grid-template-columns: 1fr;
  }
  
  .more-services-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .more-service-image img,
  .more-service-placeholder {
    height: 180px;
  }
}

/* ==========================================================================
   Instagram CTA
   ========================================================================== */

.instagram-cta {
  background: var(--br-deep);
  padding: 50px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.instagram-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.instagram-cta-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.instagram-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}

.instagram-icon svg {
  width: 100%;
  height: 100%;
  fill: var(--br-accent);
}

.instagram-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.instagram-label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--br-paper-70);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.instagram-handle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--br-white);
}

.instagram-btn {
  display: inline-block;
  padding: 14px 35px;
  background: var(--br-accent);
  color: var(--br-white);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid var(--br-accent);
  transition: all 0.2s ease;
  white-space: nowrap;
}

.instagram-btn:hover {
  background: transparent;
  color: var(--br-white);
}

@media (max-width: 700px) {
  .instagram-cta-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .instagram-cta-content {
    flex-direction: column;
  }
  
  .instagram-handle {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   WP Job Openings - Single Job Page
   ========================================================================== */

.job-single-page {
  background: var(--br-surface);
}

/* Job Header */
.job-header {
  background: var(--br-deep);
  padding: 60px 0 50px;
  color: var(--br-white);
}

.job-header-content {
  max-width: 800px;
}

.job-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--br-paper-70);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}

.job-back-link:hover {
  color: var(--br-white);
}

.job-back-link svg {
  transition: transform 0.2s ease;
}

.job-back-link:hover svg {
  transform: translateX(-3px);
}

.job-title {
  color: var(--br-surface);
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 1.2;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.job-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--br-paper-70);
  font-size: 0.95rem;
}

.job-meta-item svg {
  opacity: 0.7;
}

/* Job Content Layout */
.job-content-section {
  padding: 60px 0 80px;
}

.job-layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
  align-items: start;
}

/* Main Content */
.job-main {
  background: var(--br-white);
  border-radius: 4px;
  padding: 40px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.job-description h2,
.job-description h3 {
  color: var(--br-deep);
  margin-top: 32px;
  margin-bottom: 16px;
}

.job-description h2:first-child,
.job-description h3:first-child {
  margin-top: 0;
}

.job-description ul,
.job-description ol {
  margin: 16px 0;
  padding-left: 24px;
}

.job-description li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.job-description p {
  margin-bottom: 16px;
  line-height: 1.7;
}

/* Sidebar */
.job-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 140px;
}

.job-apply-card {
  background: var(--br-white);
  border-radius: 4px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border-top: 4px solid var(--br-accent);
}

.job-apply-card h2 {
  font-size: 1.4rem;
  margin: 0 0 8px;
  color: var(--br-deep);
}

.apply-intro {
  color: var(--br-gray-dark);
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.job-company-card {
  background: var(--br-white);
  border-radius: 4px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.job-company-card h3 {
  font-size: 1.1rem;
  margin: 0 0 12px;
  color: var(--br-deep);
}

.job-company-card p {
  color: var(--br-gray-dark);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.job-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-benefits li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 0.9rem;
  color: var(--br-deep);
}

.job-benefits li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--br-accent);
  font-weight: 700;
}

/* Job Contact Card */
.job-contact-card {
  background: var(--br-deep);
  border-radius: 4px;
  padding: 28px;
  color: var(--br-white);
}

.job-contact-card h3 {
  font-size: 1.1rem;
  margin: 0 0 12px;
  color: var(--br-white);
}

.job-contact-card p {
  color: var(--br-paper-70);
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.job-contact-btn {
  display: inline-block;
  padding: 12px 24px;
  background: var(--br-accent);
  color: var(--br-white);
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
}

.job-contact-btn:hover {
  background: #9a2829;
  color: var(--br-white);
}

.job-phone {
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 0.9rem;
}

.job-phone a {
  color: var(--br-white);
  font-weight: 600;
}

.job-phone a:hover {
  color: var(--br-accent);
}

/* Job Application Download Card */
.job-download-card {
  background: linear-gradient(135deg, var(--br-accent) 0%, #8a2324 100%);
  border-radius: 4px;
  padding: 28px;
  color: var(--br-white);
  text-align: center;
}

.job-download-card .download-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.job-download-card .download-icon svg {
  stroke: var(--br-white);
}

.job-download-card h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
  color: var(--br-white);
}

.job-download-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.job-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: var(--br-white);
  color: var(--br-accent);
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
}

.job-download-btn:hover {
  background: var(--br-deep);
  color: var(--br-white);
}

.job-download-btn svg {
  flex-shrink: 0;
}

/* WP Job Openings Form Styling */
.awsm-job-form,
.job-application-form {
  margin: 0;
}

.awsm-job-form-inner {
  padding: 24px;
  background: var(--br-surface);
  border-radius: 4px;
  margin-top: 32px;
}

.awsm-job-form-inner h2 {
  font-size: 1.4rem;
  margin: 0 0 20px;
  color: var(--br-deep);
  padding-bottom: 16px;
  border-bottom: 2px solid var(--br-gray-light);
}

.awsm-job-form-group {
  margin-bottom: 20px;
}

.awsm-job-form-group label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--br-deep);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.awsm-job-form-error {
  color: var(--br-accent);
}

.awsm-job-form-control {
  width: 100%;
  padding: 12px 14px;
  border: 2px solid var(--br-gray-light);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  background: var(--br-white);
}

.awsm-job-form-control:focus {
  outline: none;
  border-color: var(--br-accent);
  box-shadow: 0 0 0 3px rgba(178, 47, 48, 0.1);
}

textarea.awsm-job-form-control {
  min-height: 120px;
  resize: vertical;
}

.awsm-job-form-group input[type="file"] {
  padding: 10px;
  background: var(--br-surface);
  cursor: pointer;
}

.awsm-job-form-group small {
  display: block;
  margin-top: 6px;
  font-size: 0.8rem;
  color: var(--br-gray-med);
}

/* Checkbox styling */
.awsm-job-inline-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.awsm-job-inline-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--br-accent);
  flex-shrink: 0;
}

.awsm-job-inline-group label {
  font-weight: 400;
  font-size: 0.85rem;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
}

/* Submit Button */
.awsm-application-submit-btn {
  width: 100%;
  padding: 14px 24px;
  background: var(--br-accent);
  color: var(--br-white);
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.awsm-application-submit-btn:hover {
  background: #9a2829;
}

.awsm-application-submit-btn:active {
  transform: scale(0.98);
}

/* Success/Error Messages */
.awsm-application-message {
  padding: 16px;
  border-radius: 4px;
  margin-top: 16px;
  font-size: 0.95rem;
}

/* Job Specifications from plugin */
.awsm-job-specifications-container {
  margin: 24px 0;
}

.awsm-job-specifications-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Hide unnecessary elements on job single */
.single-awsm_job_openings .blog-author,
.single-awsm_job_openings .comment-box,
.single-awsm_job_openings article > img[src=""] {
  display: none;
}

/* Responsive */
@media (max-width: 1000px) {
  .job-layout {
    grid-template-columns: 1fr;
  }
  
  .job-sidebar {
    position: static;
  }
  
  .job-title {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .job-header {
    padding: 40px 0 35px;
  }
  
  .job-title {
    font-size: 1.75rem;
  }
  
  .job-meta {
    flex-direction: column;
    gap: 12px;
  }
  
  .job-main,
  .job-apply-card,
  .job-company-card {
    padding: 24px;
  }
  
  .job-content-section {
    padding: 40px 0 60px;
  }
}

/* ==========================================================================
   WP Job Openings - Jobs Archive/Listing
   ========================================================================== */

.awsm-job-listings {
  display: grid;
  gap: 16px;
}

.awsm-job-listing {
  background: var(--br-white);
  border: 1px solid var(--br-gray-light);
  border-radius: 4px;
  padding: 24px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.awsm-job-listing:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-color: var(--br-accent);
}

.awsm-job-listing h2,
.awsm-job-listing .awsm-job-post-title {
  font-size: 1.25rem;
  margin: 0 0 8px;
}

.awsm-job-listing h2 a,
.awsm-job-listing .awsm-job-post-title a {
  color: var(--br-deep);
  transition: color 0.2s ease;
}

.awsm-job-listing h2 a:hover,
.awsm-job-listing .awsm-job-post-title a:hover {
  color: var(--br-accent);
}

.awsm-job-specification-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
}

.awsm-job-specification-item {
  font-size: 0.9rem;
  color: var(--br-gray-dark);
}

/* ==========================================================================
   Contact Page
   ========================================================================== */

.contact-page {
  background: var(--br-surface);
}

/* Contact Hero */
.contact-hero {
  background: var(--br-deep);
  padding: 80px 0 60px;
  text-align: center;
  color: var(--br-white);
}

.contact-hero-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0 0 16px;
}

.contact-hero p {
  font-size: 1.15rem;
  color: var(--br-paper-70);
  margin: 0;
}

/* Contact Main Section */
.contact-main {
  padding: 80px 0;
}

.contact-main-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: start;
}

/* Contact Info */
.contact-info {
  padding-right: 20px;
}

.contact-info h2 {
  font-size: 1.75rem;
  color: var(--br-deep);
  margin: 0 0 12px;
}

.contact-intro {
  font-size: 1rem;
  color: var(--br-gray-dark);
  line-height: 1.7;
  margin-bottom: 32px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: var(--br-accent);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  stroke: var(--br-white);
}

.contact-detail-content h3 {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--br-gray-med);
  margin: 0 0 4px;
  font-weight: 600;
}

.contact-detail-content a,
.contact-detail-content span {
  font-size: 1.1rem;
  color: var(--br-deep);
  font-weight: 500;
}

.contact-detail-content a:hover {
  color: var(--br-accent);
}

/* Business Hours */
.contact-hours {
  background: var(--br-white);
  padding: 24px;
  margin-bottom: 24px;
  border-left: 4px solid var(--br-accent);
}

.contact-hours h3 {
  font-size: 1rem;
  margin: 0 0 16px;
  color: var(--br-deep);
}

.contact-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-hours li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid var(--br-gray-light);
  font-size: 0.95rem;
}

.contact-hours li:last-child {
  border-bottom: none;
}

.contact-hours li span:first-child {
  color: var(--br-gray-dark);
}

.contact-hours li span:last-child {
  font-weight: 600;
  color: var(--br-deep);
}

/* Veteran Badge */
.contact-veteran {
  margin-top: 24px;
}

.contact-veteran .veteran-badge {
  display: inline-block;
  background: var(--br-deep);
  color: var(--br-white);
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

/* Contact Form */
.contact-form-wrapper {
  position: sticky;
  top: 140px;
}

.contact-form-card {
  background: var(--br-white);
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.contact-form-card h2 {
  font-size: 1.5rem;
  color: var(--br-deep);
  margin: 0 0 8px;
}

.contact-form-card > p {
  color: var(--br-gray-dark);
  margin-bottom: 28px;
  font-size: 0.95rem;
}

/* Form Styles (works with Contact Form 7, WPForms, etc.) */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form textarea,
.contact-form select,
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--br-gray-light);
  background: var(--br-white);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
  margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  outline: none;
  border-color: var(--br-accent);
}

.contact-form textarea,
.wpcf7-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form label,
.wpcf7-form label {
  display: block;
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--br-deep);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.contact-form label .required {
  color: var(--br-accent);
}

.contact-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 600px) {
  .contact-form .form-row {
    grid-template-columns: 1fr;
  }
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form select {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid var(--br-gray-light);
  background: var(--br-white);
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.contact-form .form-submit {
  margin-top: 8px;
}

.contact-form button[type="submit"],
.contact-form input[type="submit"],
.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 16px 24px;
  background: var(--br-accent);
  color: var(--br-white);
  border: none;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover {
  background: #9a2829;
}

.contact-form button[type="submit"]:disabled {
  background: var(--br-gray-med);
  cursor: not-allowed;
}

.contact-form .form-response {
  margin-top: 20px;
  padding: 16px;
  font-size: 0.95rem;
}

.contact-form .form-response.success {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.contact-form .form-response.error {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

/* Contact Form 7 specific */
.wpcf7-form p {
  margin-bottom: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 16px !important;
  border: none !important;
}

.wpcf7-mail-sent-ok {
  background: #d4edda !important;
  color: #155724 !important;
}

/* Map Section */
.contact-map {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.contact-map-embed {
  width: 100%;
  height: 450px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.contact-map:hover .contact-map-embed {
  filter: grayscale(0%);
}

.contact-map-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.contact-map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 30px;
}

.contact-map-card {
  background: var(--br-white);
  padding: 24px 28px;
  max-width: 320px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.contact-map-card h3 {
  font-size: 1.1rem;
  margin: 0 0 8px;
  color: var(--br-deep);
}

.contact-map-card p {
  font-size: 0.9rem;
  color: var(--br-gray-dark);
  line-height: 1.6;
  margin: 0;
}

/* Contact CTA */
.contact-cta {
  background: var(--br-accent);
  padding: 80px 0;
  text-align: center;
}

.contact-cta-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-cta h2 {
  font-size: 2rem;
  color: var(--br-white);
  margin: 0 0 12px;
}

.contact-cta p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 28px;
}

.contact-cta .cta-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 1.1rem;
}

.contact-cta .cta-white svg {
  stroke: currentColor;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-main-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .contact-info {
    padding-right: 0;
  }
  
  .contact-form-wrapper {
    position: static;
  }
  
  .contact-hero h1 {
    font-size: 2.25rem;
  }
}

@media (max-width: 600px) {
  .contact-hero {
    padding: 60px 0 50px;
  }
  
  .contact-hero h1 {
    font-size: 1.875rem;
  }
  
  .contact-main {
    padding: 50px 0;
  }
  
  .contact-form-card {
    padding: 28px 24px;
  }
  
  .contact-map-overlay {
    position: relative;
    padding: 0;
  }
  
  .contact-map-card {
    max-width: none;
    box-shadow: none;
  }
  
  .contact-cta {
    padding: 60px 0;
  }
  
  .contact-cta h2 {
    font-size: 1.5rem;
  }
}

/* ==========================================================================
   WP Job Openings - Jobs Archive/Listing Page
   ========================================================================== */

.jobs-page {
  background: var(--br-white);
}

/* Jobs Hero */
.jobs-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-top: -90px;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 140px 0 80px;
}

.jobs-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-color: var(--br-deep);
}

.jobs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(39, 39, 39, 0.92) 0%,
    rgba(39, 39, 39, 0.75) 60%,
    rgba(39, 39, 39, 0.5) 100%
  );
}

.jobs-hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 700px;
  margin-left: 80px;
}

.jobs-hero-label {
  display: inline-block;
  color: var(--br-accent);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.jobs-hero h1 {
  color: var(--br-white);
  font-size: 3.2rem;
  font-weight: 900;
  margin: 0 0 20px;
  line-height: 1.1;
}

.jobs-hero p {
  color: var(--br-paper-70);
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
}

/* Jobs Benefits Strip */
.jobs-benefits {
  background: var(--br-deep);
  padding: 50px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.jobs-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.jobs-benefit {
  text-align: center;
}

.jobs-benefit-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 47, 48, 0.15);
  border-radius: 50%;
}

.jobs-benefit-icon svg {
  stroke: var(--br-accent);
}

.jobs-benefit h3 {
  color: var(--br-white);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 8px;
}

.jobs-benefit p {
  color: var(--br-paper-70);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

/* Job Listings Section */
.jobs-listings {
  padding: 80px 0;
}

.jobs-listings-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px;
}

.jobs-listings-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--br-deep);
  margin: 0 0 15px;
}

.jobs-listings-header p {
  color: var(--br-gray-dark);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
}

/* Jobs Grid */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Job Card */
.job-card {
  background: var(--br-white);
  border: 2px solid var(--br-gray-light);
  transition: all 0.25s ease;
}

.job-card:hover {
  border-color: var(--br-accent);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.job-card-content {
  padding: 32px;
}

.job-card-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.3;
}

.job-card-title a {
  color: var(--br-deep);
  text-decoration: none;
  transition: color 0.2s ease;
}

.job-card-title a:hover {
  color: var(--br-accent);
}

.job-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.job-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--br-gray-dark);
}

.job-card-meta svg {
  opacity: 0.6;
}

.job-card-type {
  color: var(--br-accent) !important;
  font-weight: 600;
}

.job-card-type svg {
  stroke: var(--br-accent);
  opacity: 1 !important;
}

.job-card-excerpt {
  font-size: 0.95rem;
  color: var(--br-gray-dark);
  line-height: 1.7;
  margin-bottom: 24px;
}

.job-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--br-accent);
  color: var(--br-white);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.job-card-btn:hover {
  background: var(--br-deep);
  color: var(--br-white);
}

.job-card-btn svg {
  transition: transform 0.2s ease;
}

.job-card-btn:hover svg {
  transform: translateX(3px);
}

/* Jobs Empty State */
.jobs-empty {
  text-align: center;
  padding: 60px 30px;
  background: var(--br-surface);
  max-width: 600px;
  margin: 0 auto;
}

.jobs-empty-icon {
  margin-bottom: 20px;
}

.jobs-empty-icon svg {
  stroke: var(--br-gray-med);
}

.jobs-empty h3 {
  font-size: 1.5rem;
  color: var(--br-deep);
  margin: 0 0 12px;
}

.jobs-empty p {
  color: var(--br-gray-dark);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 28px;
}

.jobs-empty .cta {
  display: inline-flex;
  align-items: center;
}

/* Jobs CTA Section */
.jobs-cta {
  background: var(--br-accent);
  padding: 80px 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.jobs-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.jobs-cta-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.jobs-cta h2 {
  color: var(--br-white);
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 15px;
}

.jobs-cta p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  line-height: 1.7;
  margin: 0 0 30px;
}

.jobs-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.jobs-cta .cta-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-color: var(--br-white);
  color: var(--br-white);
}

.jobs-cta .cta-white:hover {
  background: var(--br-white);
  color: var(--br-accent);
}

.jobs-cta .cta-outline {
  background: transparent;
}

.jobs-cta-phone {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.jobs-cta-phone a {
  color: var(--br-white);
  font-weight: 600;
  text-decoration: none;
}

.jobs-cta-phone a:hover {
  text-decoration: underline;
}

/* Jobs Archive Responsive */
@media (max-width: 1000px) {
  .jobs-hero-inner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .jobs-benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .jobs-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .jobs-hero {
    min-height: 350px;
    padding: 120px 0 60px;
  }
  
  .jobs-hero h1 {
    font-size: 2.4rem;
  }
  
  .jobs-hero p {
    font-size: 1rem;
  }
  
  .jobs-benefits {
    padding: 40px 0;
  }
  
  .jobs-benefits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  
  .jobs-benefit-icon {
    width: 50px;
    height: 50px;
  }
  
  .jobs-benefit h3 {
    font-size: 1rem;
  }
  
  .jobs-listings {
    padding: 60px 0;
  }
  
  .jobs-listings-header h2 {
    font-size: 1.8rem;
  }
  
  .job-card-content {
    padding: 24px;
  }
  
  .job-card-title {
    font-size: 1.25rem;
  }
  
  .job-card-meta {
    flex-direction: column;
    gap: 8px;
  }
  
  .jobs-cta {
    padding: 60px 0;
  }
  
  .jobs-cta h2 {
    font-size: 1.75rem;
  }
  
  .jobs-cta-actions {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .jobs-benefits-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* ==========================================================================
   404 Error Page
   ========================================================================== */

.error-404 {
  margin-top: -90px;
  padding-top: 90px;
}

.error-hero {
  background: var(--br-deep);
  padding: 100px 0 80px;
  text-align: center;
}

.error-hero-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.error-code {
  display: block;
  font-size: 8rem;
  font-weight: 900;
  color: var(--br-accent);
  line-height: 1;
  margin-bottom: 10px;
}

.error-hero h1 {
  color: var(--br-white);
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.error-hero p {
  color: var(--br-paper-70);
  font-size: 1.15rem;
  margin: 0;
}

.error-content {
  padding: 80px 0;
  background: var(--br-surface);
}

.error-content-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.error-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.error-card {
  background: var(--br-white);
  padding: 40px;
  border-radius: 8px;
  box-shadow: var(--br-shadow-sm);
}

.error-card h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--br-deep);
}

.error-card p {
  color: var(--br-gray-dark);
  margin-bottom: 20px;
}

.error-search-form {
  display: flex;
  gap: 10px;
}

.error-search-form input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid var(--br-gray-light);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.error-search-form input:focus {
  outline: none;
  border-color: var(--br-accent);
}

.error-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-links li {
  margin-bottom: 12px;
}

.error-links a {
  color: var(--br-deep);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease;
}

.error-links a::before {
  content: '→';
  color: var(--br-accent);
}

.error-links a:hover {
  color: var(--br-accent);
}

.error-cta {
  text-align: center;
  padding: 50px;
  background: var(--br-white);
  border-radius: 8px;
  box-shadow: var(--br-shadow-sm);
}

.error-cta h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.error-cta p {
  color: var(--br-gray-dark);
  font-size: 1.1rem;
  margin-bottom: 25px;
}

.error-cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.error-cta-actions .cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 700px) {
  .error-code {
    font-size: 5rem;
  }
  
  .error-hero h1 {
    font-size: 1.8rem;
  }
  
  .error-grid {
    grid-template-columns: 1fr;
  }
  
  .error-card {
    padding: 30px;
  }
  
  .error-search-form {
    flex-direction: column;
  }
  
  .error-cta {
    padding: 35px 25px;
  }
  
  .error-cta-actions {
    flex-direction: column;
    align-items: center;
  }
}

/* ==========================================================================
   Blog Archive / Index
   ========================================================================== */

.blog-archive {
  margin-top: -90px;
  padding-top: 90px;
}

.archive-hero {
  background: var(--br-deep);
  padding: 100px 0 80px;
  text-align: center;
}

.archive-hero-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.archive-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--br-accent);
  margin-bottom: 15px;
}

.archive-hero h1 {
  color: var(--br-white);
  font-size: 2.8rem;
  margin-bottom: 15px;
}

.archive-hero p {
  color: var(--br-paper-70);
  font-size: 1.15rem;
  margin: 0;
}

.archive-posts {
  padding: 80px 0;
  background: var(--br-surface);
}

.archive-posts-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.archive-empty {
  text-align: center;
  padding: 60px 20px;
  background: var(--br-white);
  border-radius: 8px;
}

.archive-empty h2 {
  margin-bottom: 15px;
}

.archive-empty p {
  color: var(--br-gray-dark);
  margin-bottom: 25px;
}

/* Post Card Styles */
.post-card {
  background: var(--br-white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--br-shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--br-shadow);
}

.post-card-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-card:hover .post-card-image img {
  transform: scale(1.05);
}

.post-card-content {
  padding: 25px;
}

.post-card-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--br-accent);
  margin-right: 10px;
}

.post-card-date {
  font-size: 0.8rem;
  color: var(--br-gray-med);
}

.post-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0 12px;
}

.post-card-title a {
  color: var(--br-deep);
  transition: color 0.2s ease;
}

.post-card-title a:hover {
  color: var(--br-accent);
}

.post-card-excerpt {
  color: var(--br-gray-dark);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.post-card-link {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--br-accent);
  transition: color 0.2s ease;
}

.post-card-link:hover {
  color: var(--br-deep);
}

@media (max-width: 900px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .archive-hero h1 {
    font-size: 2rem;
  }
  
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .post-card-content {
    padding: 20px;
  }
}

/* ==========================================================================
   Single Blog Post
   ========================================================================== */

.single-post {
  margin-top: -90px;
  padding-top: 90px;
}

.post-hero {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: flex-end;
  background: var(--br-deep);
  overflow: hidden;
}

.post-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.post-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 100%);
}

.post-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 20px 60px;
  text-align: center;
}

.post-category {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--br-accent);
  margin-bottom: 15px;
}

.post-hero h1 {
  color: var(--br-white);
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.post-meta {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--br-paper-70);
  font-size: 0.95rem;
}

.post-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post-content {
  background: var(--br-white);
}

.post-content-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.post-body {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--br-deep);
}

.post-body h2,
.post-body h3,
.post-body h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.post-body p {
  margin-bottom: 1.5em;
}

.post-body img {
  border-radius: 8px;
  margin: 30px 0;
}

.post-body ul,
.post-body ol {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

.post-body li {
  margin-bottom: 0.5em;
}

.post-body blockquote {
  border-left: 4px solid var(--br-accent);
  padding-left: 25px;
  margin: 30px 0;
  font-style: italic;
  color: var(--br-gray-dark);
}

.post-footer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--br-gray-light);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.post-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.tags-label {
  font-weight: 600;
  color: var(--br-deep);
}

.post-tag {
  display: inline-block;
  padding: 5px 12px;
  background: var(--br-surface);
  color: var(--br-gray-dark);
  font-size: 0.85rem;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.post-tag:hover {
  background: var(--br-accent);
  color: var(--br-white);
}

.post-share {
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-label {
  font-weight: 600;
  color: var(--br-deep);
}

.share-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--br-surface);
  color: var(--br-gray-dark);
  border-radius: 50%;
  transition: all 0.2s ease;
}

.share-link:hover {
  background: var(--br-accent);
  color: var(--br-white);
}

.share-link svg {
  width: 18px;
  height: 18px;
}

/* Comments Section */
.post-comments {
  background: var(--br-surface);
  padding: 60px 0;
}

.post-comments-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-comments h2 {
  margin-bottom: 30px;
}

.comments-list {
  margin-bottom: 40px;
}

.comments-closed {
  color: var(--br-gray-dark);
  font-style: italic;
}

/* Post CTA */
.post-cta {
  background: var(--br-deep);
  padding: 80px 0;
  text-align: center;
}

.post-cta-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}

.post-cta h2 {
  color: var(--br-white);
  font-size: 2rem;
  margin-bottom: 15px;
}

.post-cta p {
  color: var(--br-paper-70);
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.post-cta-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

@media (max-width: 700px) {
  .post-hero {
    min-height: 350px;
  }
  
  .post-hero h1 {
    font-size: 2rem;
  }
  
  .post-meta {
    flex-direction: column;
    gap: 8px;
  }
  
  .post-content-inner {
    padding: 40px 20px;
  }
  
  .post-body {
    font-size: 1rem;
  }
  
  .post-footer {
    flex-direction: column;
  }
  
  .post-cta-actions {
    flex-direction: column;
    align-items: center;
  }
}

/* ==========================================================================
   Search Results
   ========================================================================== */

.search-results {
  margin-top: -90px;
  padding-top: 90px;
}

.search-hero {
  background: var(--br-deep);
  padding: 100px 0 80px;
  text-align: center;
}

.search-hero-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-label {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--br-accent);
  margin-bottom: 15px;
}

.search-hero h1 {
  color: var(--br-white);
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.search-hero-form {
  display: flex;
  max-width: 500px;
  margin: 0 auto;
  gap: 10px;
}

.search-hero-form input {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
}

.search-hero-form input:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--br-accent-23);
}

.search-content {
  padding: 60px 0 80px;
  background: var(--br-surface);
}

.search-content-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-count {
  color: var(--br-gray-dark);
  margin-bottom: 30px;
  font-size: 0.95rem;
}

.search-results-list {
  margin-bottom: 40px;
}

.search-result-item {
  display: flex;
  gap: 25px;
  background: var(--br-white);
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: var(--br-shadow-sm);
  transition: box-shadow 0.2s ease;
}

.search-result-item:hover {
  box-shadow: var(--br-shadow);
}

.search-result-image {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
}

.search-result-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-result-content {
  flex: 1;
}

.search-result-type {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--br-accent);
  margin-bottom: 5px;
}

.search-result-content h2 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.search-result-content h2 a {
  color: var(--br-deep);
  transition: color 0.2s ease;
}

.search-result-content h2 a:hover {
  color: var(--br-accent);
}

.search-result-content p {
  color: var(--br-gray-dark);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.search-result-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--br-accent);
}

.search-empty {
  text-align: center;
  padding: 60px 30px;
  background: var(--br-white);
  border-radius: 8px;
}

.search-empty h2 {
  margin-bottom: 15px;
}

.search-empty > p {
  color: var(--br-gray-dark);
  font-size: 1.05rem;
  margin-bottom: 30px;
}

.search-suggestions {
  margin-bottom: 30px;
}

.search-suggestions h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.search-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 30px;
}

.search-links a {
  color: var(--br-deep);
  font-weight: 500;
}

.search-links a:hover {
  color: var(--br-accent);
}

@media (max-width: 600px) {
  .search-hero h1 {
    font-size: 1.6rem;
  }
  
  .search-hero-form {
    flex-direction: column;
  }
  
  .search-result-item {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
  
  .search-result-image {
    width: 100%;
    height: 150px;
  }
}

/* ==========================================================================
   Author Archive
   ========================================================================== */

.author-archive {
  margin-top: -90px;
  padding-top: 90px;
}

.author-hero {
  background: var(--br-deep);
  padding: 100px 0 80px;
}

.author-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.author-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--br-accent);
  flex-shrink: 0;
}

.author-info {
  flex: 1;
}

.author-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--br-accent);
  margin-bottom: 10px;
}

.author-hero h1 {
  color: var(--br-white);
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.author-bio {
  color: var(--br-paper-70);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.author-posts {
  padding: 80px 0;
  background: var(--br-surface);
}

.author-posts-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.author-posts h2 {
  margin-bottom: 30px;
}

.author-empty {
  text-align: center;
  padding: 50px;
  background: var(--br-white);
  border-radius: 8px;
}

.author-empty p {
  color: var(--br-gray-dark);
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .author-hero-inner {
    flex-direction: column;
    text-align: center;
  }
  
  .author-avatar {
    width: 100px;
    height: 100px;
  }
  
  .author-hero h1 {
    font-size: 2rem;
  }
}

/* ==========================================================================
   Index / Default Template
   ========================================================================== */

.index-page {
  margin-top: -90px;
  padding-top: 90px;
}

/* ==========================================================================
   End of Stylesheet
   ========================================================================== */
