/* ============================================================
   ROBERTSON MAINTENANCE — MAIN STYLESHEET
   Theme: robertson-maintenance
   Built by: GetConnected IT | getconnectedit.com
   ============================================================ */

/* 1. CUSTOM PROPERTIES
   ============================================================ */
:root {
  --rm-dark:        #1a1a1a;
  --rm-charcoal:    #252525;
  --rm-section-dark:#1e1e1e;
  --rm-red:         #c0392b;
  --rm-red-hover:   #a93226;
  --rm-gold:        #c8963e;
  --rm-gold-light:  #d4a84e;
  --rm-white:       #ffffff;
  --rm-cream:       #f5efe8;
  --rm-light-gray:  #f8f8f8;
  --rm-text:        #333333;
  --rm-text-light:  #666666;
  --rm-border:      #e0d8d0;
  --rm-nav-height:  80px;
  --rm-max-width:   1200px;
  --rm-font-display:'Oswald', sans-serif;
  --rm-font-body:   'Open Sans', sans-serif;
  --rm-transition:  0.3s ease;
  --rm-shadow:      0 4px 20px rgba(0,0,0,0.15);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--rm-font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--rm-text);
  background: var(--rm-white);
  overflow-x: hidden;
}

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

a { color: inherit; text-decoration: none; transition: color var(--rm-transition); }

ul { list-style: none; }

/* 3. TYPOGRAPHY
   ============================================================ */
h1, h2, h3, h4, h5 {
  font-family: var(--rm-font-display);
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); }
h4 { font-size: 1.1rem; }

p { margin-bottom: 1rem; color: inherit; }
p:last-child { margin-bottom: 0; }

/* 4. LAYOUT UTILITIES
   ============================================================ */
.container {
  max-width: var(--rm-max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.container--wide { max-width: 1400px; margin: 0 auto; padding: 0 24px; }

.section-pad { padding: 80px 0; }
.section-pad--sm { padding: 50px 0; }
.section-pad--lg { padding: 100px 0; }

.bg-dark    { background: var(--rm-dark); }
.bg-charcoal{ background: var(--rm-charcoal); }
.bg-cream   { background: var(--rm-cream); }
.bg-white   { background: var(--rm-white); }
.text-white { color: var(--rm-white); }
.text-gold  { color: var(--rm-gold); }
.text-red   { color: var(--rm-red); }

/* 5. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--rm-font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--rm-transition);
  white-space: nowrap;
}

.btn-primary {
  background: var(--rm-red);
  color: var(--rm-white);
  border-color: var(--rm-red);
}
.btn-primary:hover {
  background: var(--rm-red-hover);
  border-color: var(--rm-red-hover);
  color: var(--rm-white);
}

.btn-outline {
  background: transparent;
  color: var(--rm-white);
  border-color: var(--rm-white);
}
.btn-outline:hover {
  background: var(--rm-white);
  color: var(--rm-dark);
}

.btn-outline-dark {
  background: transparent;
  color: var(--rm-dark);
  border-color: var(--rm-dark);
}
.btn-outline-dark:hover {
  background: var(--rm-dark);
  color: var(--rm-white);
}

/* 6. EYEBROW LABELS
   ============================================================ */
.eyebrow {
  display: block;
  font-family: var(--rm-font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rm-gold);
  margin-bottom: 12px;
}

/* ============================================================
   7. HEADER & NAVIGATION
   ============================================================ */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: var(--rm-white);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: box-shadow var(--rm-transition);
}

.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--rm-nav-height);
  gap: 24px;
}

/* Logo image */
.header-logo__img {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.header-logo__text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.header-logo__text .logo-top {
  font-family: var(--rm-font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--rm-dark);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.header-logo__text .logo-bottom {
  font-family: var(--rm-font-body);
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--rm-red);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* Navigation */
.main-nav { display: flex; align-items: center; gap: 4px; }

.main-nav a {
  font-family: var(--rm-font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rm-text);
  padding: 8px 12px;
  position: relative;
  transition: color var(--rm-transition);
}

.main-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--rm-red);
  transform: scaleX(0);
  transition: transform var(--rm-transition);
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--rm-red);
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

/* Header CTA Button */
.header-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--rm-red);
  color: var(--rm-white);
  font-family: var(--rm-font-display);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: background var(--rm-transition);
}

.header-cta:hover { background: var(--rm-red-hover); color: var(--rm-white); }
.header-cta i { font-size: 0.8rem; }

/* Mobile Menu Toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.mobile-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--rm-dark);
  transition: all var(--rm-transition);
}

.mobile-toggle.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.mobile-toggle.open span:nth-child(2) { opacity: 0; }
.mobile-toggle.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* Mobile Nav Drawer */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--rm-dark);
  padding: 16px 24px 24px;
  border-top: 2px solid var(--rm-red);
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  font-family: var(--rm-font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rm-white);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition: color var(--rm-transition);
}

.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover { color: var(--rm-gold); }

/* Spacer for fixed header */
.header-spacer { height: var(--rm-nav-height); }

/* ============================================================
   8. HERO SECTION
   ============================================================ */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  background: var(--rm-dark);
  background-image: var(--hero-bg, none);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(15, 15, 15, 0.92) 0%,
    rgba(15, 15, 15, 0.75) 50%,
    rgba(15, 15, 15, 0.35) 100%
  );
  z-index: 1;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 80px 0;
}

.hero__content {
  max-width: 640px;
}

.hero__title {
  color: var(--rm-white);
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  line-height: 1.05;
  margin-bottom: 20px;
}

.hero__title .red-line {
  display: block;
  color: var(--rm-red);
}

.hero__subtitle {
  color: rgba(255,255,255,0.82);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 520px;
}

.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 24px;
}

.hero__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
}

.hero__contact a {
  color: rgba(255,255,255,0.7);
  transition: color var(--rm-transition);
}

.hero__contact a:hover { color: var(--rm-gold); }
.hero__contact i { color: var(--rm-gold); font-size: 0.85rem; }

/* ============================================================
   9. ABOUT SECTION (homepage)
   ============================================================ */
.about-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.about-home__image {
  background: var(--rm-charcoal);
  background-image: var(--about-bg, none);
  background-size: cover;
  background-position: center;
  min-height: 460px;
  position: relative;
}

.about-home__image .img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rm-charcoal);
  color: rgba(255,255,255,0.3);
  font-size: 0.85rem;
  text-align: center;
  padding: 20px;
}

.about-home__content {
  background: var(--rm-white);
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-home__content h2 {
  color: var(--rm-dark);
  margin-bottom: 20px;
}

.about-home__content p {
  color: var(--rm-text-light);
  margin-bottom: 14px;
}

.red-accent {
  width: 48px;
  height: 3px;
  background: var(--rm-red);
  margin-top: 24px;
}

/* ============================================================
   10. SERVICES SECTION (homepage)
   ============================================================ */
.services-home {
  background: var(--rm-section-dark);
  padding: 80px 0;
}

.services-home__header {
  text-align: center;
  margin-bottom: 52px;
  color: var(--rm-white);
}

.services-home__header h2 { color: var(--rm-white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
}

.service-card {
  padding: 36px 24px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.06);
  transition: background var(--rm-transition);
  position: relative;
}

.service-card:last-child { border-right: none; }

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: transparent;
  transition: background var(--rm-transition);
}

.service-card:hover { background: rgba(255,255,255,0.04); }
.service-card:hover::before { background: var(--rm-gold); }

.service-card__icon {
  font-size: 2rem;
  color: var(--rm-gold);
  margin-bottom: 16px;
}

.service-card__title {
  font-family: var(--rm-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rm-gold);
  margin-bottom: 12px;
}

.service-card__desc {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0;
}

/* ============================================================
   11. TRUST BAR
   ============================================================ */
.trust-bar {
  background: var(--rm-cream);
  padding: 36px 0;
  border-top: 1px solid var(--rm-border);
  border-bottom: 1px solid var(--rm-border);
}

.trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  align-items: center;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px 8px;
}

.trust-item i {
  font-size: 1.4rem;
  color: var(--rm-gold);
}

.trust-item__label {
  font-family: var(--rm-font-display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rm-dark);
  line-height: 1.3;
}

/* ============================================================
   12. CLIENT LOGOS SECTION
   ============================================================ */
.clients-section {
  background: var(--rm-white);
  padding: 70px 0;
}

.clients-section__header {
  text-align: center;
  margin-bottom: 48px;
}

.clients-section__header h2 { color: var(--rm-dark); }

.client-logos-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 48px;
}

.client-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.client-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border: 1px solid var(--rm-border);
  min-width: 160px;
  min-height: 70px;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all var(--rm-transition);
}

.client-logo-box:hover {
  filter: grayscale(0%);
  opacity: 1;
  border-color: var(--rm-gold);
}

.client-logo-box .logo-name {
  font-family: var(--rm-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--rm-dark);
  text-transform: uppercase;
}

.client-logo-item .client-name {
  font-size: 0.75rem;
  color: var(--rm-text-light);
}

/* ============================================================
   13. CTA BANNER
   ============================================================ */
.cta-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 280px;
}

.cta-banner__image {
  background: var(--rm-charcoal);
  background-image: var(--cta-bg, none);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 260px;
}

.cta-banner__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.cta-banner__content {
  background: var(--rm-dark);
  padding: 50px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
}

.cta-banner__text .cta-eyebrow {
  font-family: var(--rm-font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--rm-gold);
  display: block;
  margin-bottom: 8px;
}

.cta-banner__text h2 {
  color: var(--rm-white);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0;
}

.cta-banner__contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cta-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
}

.cta-contact-row i { color: var(--rm-gold); width: 18px; }
.cta-contact-row a { color: rgba(255,255,255,0.8); }
.cta-contact-row a:hover { color: var(--rm-gold); }

.cta-contact-row.phone { font-family: var(--rm-font-display); font-size: 1.6rem; font-weight: 700; color: var(--rm-white); }
.cta-contact-row.phone a { color: var(--rm-white); }
.cta-contact-row.phone a:hover { color: var(--rm-gold); }

/* ============================================================
   14. FOOTER
   ============================================================ */
.site-footer {
  background: var(--rm-dark);
  border-top: 3px solid var(--rm-red);
  padding: 44px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 24px;
}

.footer-brand { display: flex; flex-direction: column; gap: 16px; }

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-logo .badge {
  width: 44px;
  height: 44px;
  background: var(--rm-charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--rm-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--rm-white);
  border: 1px solid rgba(255,255,255,0.15);
}

.footer-logo .badge .rm-m { color: var(--rm-red); }

.footer-logo .footer-brand-text { display: flex; flex-direction: column; }
.footer-logo .footer-brand-text .fb-top {
  font-family: var(--rm-font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--rm-white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-logo .footer-brand-text .fb-bottom {
  font-size: 0.65rem;
  color: var(--rm-red);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-taglines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-taglines span {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.5);
  position: relative;
  padding-left: 12px;
}

.footer-taglines span::before {
  content: '·';
  position: absolute;
  left: 0;
  color: var(--rm-gold);
}

.footer-col-title {
  font-family: var(--rm-font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--rm-gold);
  margin-bottom: 16px;
}

.footer-service-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-service-area .area-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
  line-height: 1.5;
}

.footer-service-area .area-label i {
  color: var(--rm-gold);
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255,255,255,0.7);
  font-size: 0.88rem;
}

.footer-contact-item i { color: var(--rm-gold); flex-shrink: 0; margin-top: 3px; }
.footer-contact-item a { color: rgba(255,255,255,0.7); }
.footer-contact-item a:hover { color: var(--rm-gold); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-bottom p {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
  margin: 0;
}

.footer-bottom a { color: rgba(255,255,255,0.35); }
.footer-bottom a:hover { color: var(--rm-gold); }

/* ============================================================
   15. INNER PAGE HERO / BANNER
   ============================================================ */
.page-hero {
  background: var(--rm-dark);
  padding: 70px 0 60px;
  position: relative;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(192,57,43,0.15) 0%, transparent 60%);
}

.page-hero__inner { position: relative; z-index: 1; }

.page-hero .eyebrow { margin-bottom: 10px; }

.page-hero h1 { color: var(--rm-white); margin-bottom: 12px; }

.page-hero__subtitle {
  color: rgba(255,255,255,0.65);
  font-size: 1rem;
  max-width: 540px;
  margin: 0;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.4);
  margin-bottom: 16px;
}

.breadcrumb a { color: rgba(255,255,255,0.4); }
.breadcrumb a:hover { color: var(--rm-gold); }
.breadcrumb i { font-size: 0.6rem; }

/* ============================================================
   16. SERVICES PAGE
   ============================================================ */
.services-detail { padding: 80px 0; }

.services-detail__grid {
  display: grid;
  gap: 0;
}

.service-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}

.service-block.reverse { direction: rtl; }
.service-block.reverse > * { direction: ltr; }

.service-block__image {
  background: var(--rm-charcoal);
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 300px;
}

.service-block__image .img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.25);
  font-size: 3rem;
}

.service-block__content {
  padding: 60px 52px;
  background: var(--rm-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-block:nth-child(even) .service-block__content { background: var(--rm-cream); }

.service-block__icon {
  font-size: 2.2rem;
  color: var(--rm-gold);
  margin-bottom: 16px;
}

.service-block__content h3 { color: var(--rm-dark); margin-bottom: 14px; font-size: 1.4rem; }

.service-block__content p { color: var(--rm-text-light); }

.service-block__list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.service-block__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--rm-text-light);
}

.service-block__list li i {
  color: var(--rm-red);
  font-size: 0.7rem;
  margin-top: 5px;
  flex-shrink: 0;
}

/* Additional services */
.additional-services {
  background: var(--rm-section-dark);
  padding: 60px 0;
}

.additional-services h2 { color: var(--rm-white); text-align: center; margin-bottom: 36px; }

.additional-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,0.08);
}

.additional-item {
  background: var(--rm-section-dark);
  padding: 28px 24px;
  text-align: center;
}

.additional-item i { font-size: 1.8rem; color: var(--rm-gold); margin-bottom: 12px; }
.additional-item h4 { color: var(--rm-white); font-size: 0.85rem; letter-spacing: 0.1em; }

/* ============================================================
   17. ABOUT PAGE
   ============================================================ */
.about-page { padding: 80px 0; }

.about-page__intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
  margin-bottom: 70px;
}

.about-page__intro h2 { color: var(--rm-dark); margin-bottom: 20px; }
.about-page__intro p { color: var(--rm-text-light); }

.about-page__image {
  background: var(--rm-charcoal);
  height: 420px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.about-page__image .img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.25);
  font-size: 3rem;
}

.industries-section {
  background: var(--rm-cream);
  padding: 60px 0;
  margin-bottom: 70px;
}

.industries-section h2 { color: var(--rm-dark); text-align: center; margin-bottom: 36px; }

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

.industry-card {
  background: var(--rm-white);
  padding: 28px 24px;
  border-left: 3px solid var(--rm-gold);
  display: flex;
  align-items: center;
  gap: 16px;
}

.industry-card i { font-size: 1.8rem; color: var(--rm-gold); flex-shrink: 0; }
.industry-card span { font-family: var(--rm-font-display); font-size: 1rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--rm-dark); }

/* ============================================================
   18. WHY CHOOSE US PAGE
   ============================================================ */
.why-page { padding: 80px 0; }

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 70px;
}

.why-card {
  padding: 36px 28px;
  border: 1px solid var(--rm-border);
  position: relative;
  transition: box-shadow var(--rm-transition), border-color var(--rm-transition);
}

.why-card:hover {
  box-shadow: var(--rm-shadow);
  border-color: var(--rm-gold);
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--rm-gold);
}

.why-card__icon { font-size: 2rem; color: var(--rm-red); margin-bottom: 16px; }
.why-card h3 { color: var(--rm-dark); margin-bottom: 12px; font-size: 1.1rem; }
.why-card p { color: var(--rm-text-light); font-size: 0.9rem; margin: 0; }

/* ============================================================
   19. OUR WORK PAGE
   ============================================================ */
.our-work { padding: 80px 0; }

.work-intro { text-align: center; max-width: 600px; margin: 0 auto 52px; }
.work-intro h2 { color: var(--rm-dark); margin-bottom: 12px; }
.work-intro p { color: var(--rm-text-light); }

.work-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.work-gallery-item {
  background: var(--rm-charcoal);
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.work-gallery-item .img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255,255,255,0.25);
  font-size: 2rem;
}

.work-gallery-item .img-placeholder span {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  font-family: var(--rm-font-display);
}

.work-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.work-gallery-item:hover img { transform: scale(1.05); }

.work-gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(192,57,43,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--rm-transition);
}

.work-gallery-item:hover .overlay { opacity: 1; }
.work-gallery-item .overlay i { font-size: 1.8rem; color: var(--rm-white); }

/* ============================================================
   20. CONTACT PAGE
   ============================================================ */
.contact-page { padding: 80px 0; }

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
}

.contact-info h2 { color: var(--rm-dark); margin-bottom: 20px; }
.contact-info p { color: var(--rm-text-light); margin-bottom: 32px; }

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

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

.contact-detail-item .icon-wrap {
  width: 40px;
  height: 40px;
  background: var(--rm-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-detail-item .icon-wrap i { color: var(--rm-gold); font-size: 0.95rem; }

.contact-detail-item .detail-text { display: flex; flex-direction: column; gap: 2px; }
.contact-detail-item .detail-label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 700; color: var(--rm-text-light); font-family: var(--rm-font-display); }
.contact-detail-item .detail-value { font-size: 0.95rem; color: var(--rm-dark); font-weight: 600; }
.contact-detail-item .detail-value a { color: var(--rm-dark); }
.contact-detail-item .detail-value a:hover { color: var(--rm-red); }

.hours-block {
  background: var(--rm-cream);
  padding: 24px;
  border-left: 3px solid var(--rm-gold);
}

.hours-block h4 { font-size: 0.78rem; letter-spacing: 0.14em; color: var(--rm-gold); margin-bottom: 10px; }
.hours-block p { color: var(--rm-text-light); font-size: 0.88rem; margin: 0; }

/* Contact Form */
.contact-form-wrap { background: var(--rm-cream); padding: 40px; }

.contact-form-wrap h3 {
  color: var(--rm-dark);
  margin-bottom: 24px;
  font-size: 1.2rem;
}

.form-row { margin-bottom: 18px; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }

.form-row label, .form-row-2 label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rm-dark);
  margin-bottom: 6px;
  font-family: var(--rm-font-display);
}

.form-row input,
.form-row textarea,
.form-row select,
.form-row-2 input,
.form-row-2 select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--rm-border);
  background: var(--rm-white);
  font-family: var(--rm-font-body);
  font-size: 0.9rem;
  color: var(--rm-text);
  transition: border-color var(--rm-transition);
  outline: none;
  border-radius: 0;
  appearance: none;
}

.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus,
.form-row-2 input:focus,
.form-row-2 select:focus {
  border-color: var(--rm-gold);
}

.form-row textarea { resize: vertical; min-height: 130px; }

.form-submit { margin-top: 24px; }

.captcha-row label strong {
  color: var(--rm-red);
  font-size: 1rem;
}

.captcha-row input[type="number"] {
  -moz-appearance: textfield;
}

.captcha-row input[type="number"]::-webkit-inner-spin-button,
.captcha-row input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* Form notices */
.form-notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.form-notice i { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.form-notice p { margin: 0; }

.form-notice--success {
  background: #f0faf0;
  border-left: 4px solid #2e7d32;
  color: #1b5e20;
}
.form-notice--success i { color: #2e7d32; }

.form-notice--error {
  background: #fff5f5;
  border-left: 4px solid var(--rm-red);
  color: #7f1d1d;
}
.form-notice--error i { color: var(--rm-red); }
.form-notice--error a { color: var(--rm-red); font-weight: 600; }

/* CF7 overrides */
.wpcf7-form input[type="submit"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--rm-red);
  color: var(--rm-white);
  font-family: var(--rm-font-display);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background var(--rm-transition);
  border-radius: 0;
}

.wpcf7-form input[type="submit"]:hover { background: var(--rm-red-hover); }
.wpcf7-not-valid-tip { font-size: 0.78rem; color: var(--rm-red); margin-top: 4px; }
.wpcf7-response-output { margin-top: 16px; font-size: 0.88rem; }

/* ============================================================
   21. FACILITIES SECTION (reusable)
   ============================================================ */
.facilities-section { padding: 80px 0; background: var(--rm-white); }

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

.facilities-list { display: flex; flex-direction: column; gap: 10px; }

.facility-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-left: 3px solid var(--rm-gold);
  background: var(--rm-cream);
}

.facility-item i { color: var(--rm-red); font-size: 1rem; flex-shrink: 0; }
.facility-item span { font-size: 0.9rem; color: var(--rm-dark); font-weight: 600; }

.speciality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.speciality-item {
  background: var(--rm-dark);
  padding: 20px;
  text-align: center;
}

.speciality-item i { color: var(--rm-gold); font-size: 1.6rem; margin-bottom: 8px; }
.speciality-item span {
  display: block;
  font-family: var(--rm-font-display);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rm-white);
}

/* ============================================================
   22. SAFETY SECTION (reusable)
   ============================================================ */
.safety-section { background: var(--rm-cream); padding: 70px 0; }

.safety-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.safety-content h2 { color: var(--rm-dark); margin-bottom: 16px; }
.safety-content p { color: var(--rm-text-light); }

.safety-badge {
  background: var(--rm-dark);
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.safety-badge .badge-icon { font-size: 3rem; color: var(--rm-gold); }
.safety-badge .badge-label {
  font-family: var(--rm-font-display);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--rm-white);
  text-transform: uppercase;
  line-height: 1.3;
}

.safety-badge .badge-sub { font-size: 0.8rem; color: rgba(255,255,255,0.55); line-height: 1.5; max-width: 240px; }

/* ============================================================
   23. RESPONSIVE STYLES
   ============================================================ */

/* Tablet (≤992px) */
@media (max-width: 992px) {
  :root { --rm-nav-height: 70px; }

  .main-nav, .header-cta { display: none; }
  .mobile-toggle { display: flex; }

  .hero { min-height: 75vh; }
  .hero__title { font-size: clamp(2rem, 5vw, 3rem); }

  .about-home { grid-template-columns: 1fr; }
  .about-home__image { min-height: 320px; }
  .about-home__content { padding: 48px 36px; }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid rgba(255,255,255,0.06);
  }

  .service-card { border-right: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }

  .trust-bar__grid { grid-template-columns: repeat(3, 1fr); }

  .cta-banner { grid-template-columns: 1fr; }
  .cta-banner__image { min-height: 200px; }
  .cta-banner__content { padding: 40px 36px; }

  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }

  .service-block { grid-template-columns: 1fr; }
  .service-block.reverse { direction: ltr; }
  .service-block__content { padding: 40px 32px; }

  .about-page__intro { grid-template-columns: 1fr; gap: 40px; }
  .about-page__image { height: 300px; }

  .industries-grid { grid-template-columns: repeat(2, 1fr); }

  .why-grid { grid-template-columns: repeat(2, 1fr); }

  .work-gallery { grid-template-columns: repeat(2, 1fr); }

  .contact-grid { grid-template-columns: 1fr; }

  .facilities-grid { grid-template-columns: 1fr; gap: 40px; }
  .safety-inner { grid-template-columns: 1fr; gap: 40px; }

  .additional-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobile (≤640px) */
@media (max-width: 640px) {
  .hero { min-height: 80vh; }
  .hero__ctas { flex-direction: column; }
  .hero__ctas .btn { justify-content: center; }

  .services-grid { grid-template-columns: 1fr; }
  .service-card { border-right: none; }

  .trust-bar__grid { grid-template-columns: repeat(2, 1fr); }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }

  .industries-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .work-gallery { grid-template-columns: 1fr; }

  .contact-form-wrap { padding: 28px 20px; }
  .form-row-2 { grid-template-columns: 1fr; }

  .speciality-grid { grid-template-columns: 1fr; }
  .additional-grid { grid-template-columns: 1fr 1fr; }

  .client-logos-grid { gap: 20px 24px; }
  .client-logo-box { min-width: 130px; }

  .cta-banner__content { padding: 36px 24px; }
  .about-home__content { padding: 40px 24px; }

  .header-logo__text { display: none; }
}
