@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@400;600;700&family=Source+Code+Pro:wght@400;600&display=swap');

/* ─── Layout ─────────────────────────────── */
.site-wrapper { max-width: 100%; overflow-x: hidden; }
.content-wrap { display: grid; grid-template-columns: 1fr 240px; gap: 0; }
.main-col { padding: 24px; border-right: 1px solid #2a2a2c; min-width: 0; }
.sidebar { padding: 20px; background: #181818; }

/* ─── Topbar ─────────────────────────────── */
.topbar {
  background: #111;
  border-bottom: 1px solid #2a2a2c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 40px;
}
.topbar-links { display: flex; gap: 16px; align-items: center; }
.topbar-links a {
  font-family: 'Source Code Pro', monospace;
  font-size: 12px;
  color: #b0aba0;
  letter-spacing: 0.05em;
}
.topbar-links a:hover { color: #e07b00; }
.topbar-links .divider { color: #444; }
.topbar-phone {
  font-family: 'Source Code Pro', monospace;
  font-size: 12px;
  color: #e07b00;
  letter-spacing: 0.08em;
}

/* ─── Header ─────────────────────────────── */
.site-header {
  background: #141414;
  border-bottom: 2px solid #e07b00;
  display: flex;
  align-items: stretch;
}
.site-branding {
  padding: 14px 24px 14px 20px;
  border-right: 1px solid #2a2a2c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 200px;
  text-decoration: none;
}
.site-branding:hover { opacity: 0.9; }
.site-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
}
.site-name span { color: #e07b00; }
.site-tagline {
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  color: #7a7570;
  letter-spacing: 0.25em;
  margin-top: 3px;
  text-transform: uppercase;
}

/* ─── Navigation ─────────────────────────── */
.main-nav { flex: 1; display: flex; align-items: flex-end; padding: 0 8px; }
.main-nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
.main-nav ul li a {
  display: block;
  padding: 11px 18px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #b0aba0;
  text-transform: uppercase;
  border-top: 2px solid transparent;
  transition: color 0.15s;
}
.main-nav ul li a:hover,
.main-nav ul li.current-menu-item a,
.main-nav ul li.current_page_item a {
  color: #fff;
  border-top-color: #e07b00;
  background: #1c1c1e;
}
.header-search {
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-left: 1px solid #2a2a2c;
  gap: 8px;
}
.header-search input[type="search"] {
  background: #2a2a2c;
  border: 1px solid #3a3a3c;
  color: #d4cfc5;
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  padding: 5px 10px;
  width: 140px;
  outline: none;
}
.header-search input[type="search"]::placeholder { color: #7a7570; }
.header-search button {
  background: #e07b00;
  border: none;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 12px;
  cursor: pointer;
}
.header-search button:hover { background: #f08c10; }

/* ─── Page Hero ──────────────────────────── */
.page-hero {
  background: #111;
  border-bottom: 2px solid #2a2a2c;
  padding: 28px 24px 22px;
}
.page-eyebrow {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #e07b00;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.page-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-subtitle {
  font-size: 14px;
  color: #8a8880;
  margin-top: 8px;
  max-width: 560px;
  line-height: 1.6;
}

/* ─── Hero (Homepage) ────────────────────── */
.home-hero {
  background: #111;
  border-bottom: 1px solid #2a2a2c;
  display: grid;
  grid-template-columns: 1fr 280px;
}
.home-hero-main {
  padding: 32px 28px 28px;
  border-right: 1px solid #2a2a2c;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero-eyebrow {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #e07b00;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 62px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 0.92;
}
.hero-headline em { color: #e07b00; font-style: normal; }
.hero-body { font-size: 15px; color: #9a9590; line-height: 1.6; max-width: 400px; }
.hero-actions { display: flex; gap: 12px; align-items: center; margin-top: 4px; }
.home-hero-side {
  background: #0d0d0d;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ─── Services Strip ─────────────────────── */
.services-strip {
  background: #e07b00;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 2px solid #b85f00;
}
.strip-item {
  padding: 13px 16px;
  border-right: 1px solid #b85f00;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  text-decoration: none;
}
.strip-item:last-child { border-right: none; }
.strip-item:hover { background: #f08c10; }
.strip-icon { font-size: 22px; color: #fff; flex-shrink: 0; }
.strip-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
}
.strip-sub {
  font-family: 'Source Code Pro', monospace;
  font-size: 9px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.05em;
}

/* ─── Buttons ────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: #e07b00;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 10px 22px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-primary:hover { background: #f08c10; color: #fff; }
.btn-ghost {
  display: inline-block;
  background: transparent;
  color: #b0aba0;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 10px 22px;
  border: 1px solid #3a3a3c;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-ghost:hover { border-color: #8a8880; color: #bbb; }

/* ─── Section Heading ────────────────────── */
.section-hed {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.section-hed-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 0.12em;
  color: #fff;
  white-space: nowrap;
}
.section-hed-rule { flex: 1; height: 1px; background: #2a2a2c; }
.section-hed-more {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #e07b00;
  cursor: pointer;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-decoration: none;
}
.section-hed-more:hover { color: #f08c10; }

/* ─── Service Cards ──────────────────────── */
.category-block { margin-bottom: 30px; }
.cat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2a2a2c;
}
.cat-icon { font-size: 22px; color: #e07b00; }
.cat-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.1em;
}
.cat-rule { flex: 1; height: 1px; background: #2a2a2c; }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.service-card {
  background: #111;
  border: 1px solid #2a2a2c;
  padding: 14px 16px;
}
.service-card:hover { border-color: #e07b00; }
.card-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: #d4cfc5;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.card-desc { font-size: 12px; color: #8a8880; line-height: 1.6; }
.card-cta {
  display: block;
  margin-top: 10px;
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #e07b00;
  letter-spacing: 0.1em;
  border-top: 1px solid #2a2a2c;
  padding-top: 8px;
  text-decoration: none;
}

/* ─── Blog / Gallery Posts ───────────────── */
.blog-post {
  border: 1px solid #2a2a2c;
  background: #111;
  margin-bottom: 16px;
  overflow: hidden;
}
.blog-post:hover { border-color: #3a3a3c; }
.post-thumbnail { width: 100%; height: 200px; object-fit: cover; display: block; }
.post-thumbnail-placeholder {
  width: 100%;
  height: 200px;
  background: #0d0d0d;
  border-bottom: 1px solid #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.post-body { padding: 16px; }
.post-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.post-date {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #7a7570;
  letter-spacing: 0.05em;
}
.post-cat {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #e07b00;
  background: #2a1a00;
  border: 1px solid #3a2500;
  padding: 1px 8px;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.post-cat:hover { background: #3a2500; color: #f08c10; }
.post-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}
.post-title:hover { color: #e07b00; }
.post-excerpt { font-size: 13px; color: #8a8880; line-height: 1.6; margin-bottom: 12px; }
.post-read {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #e07b00;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.post-read:hover { color: #f08c10; }

/* Single post content */
.post-content { font-size: 15px; line-height: 1.75; color: #c0bbb5; }
.post-content h2 { font-family: 'Bebas Neue', sans-serif; font-size: 28px; color: #fff; letter-spacing: 0.08em; margin: 1.5rem 0 0.75rem; }
.post-content h3 { font-family: 'Bebas Neue', sans-serif; font-size: 22px; color: #e07b00; letter-spacing: 0.06em; margin: 1.25rem 0 0.5rem; }
.post-content p { margin-bottom: 1rem; }
.post-content img { margin: 1rem 0; border: 1px solid #2a2a2c; }
.post-content ul, .post-content ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.post-content li { margin-bottom: 0.35rem; }

/* ─── Sidebar Widgets ────────────────────── */
.widget-box {
  background: #111;
  border: 1px solid #2a2a2c;
  margin-bottom: 14px;
  overflow: hidden;
}
.widget-hdr {
  background: #1e1e1e;
  border-bottom: 1px solid #2a2a2c;
  padding: 8px 12px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 15px;
  letter-spacing: 0.15em;
  color: #e07b00;
}
.widget-body { padding: 12px; }
.widget-body p { font-size: 12px; color: #8a8880; line-height: 1.6; margin-bottom: 8px; }
.widget-body p:last-child { margin-bottom: 0; }

.quick-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: #1a1a1a;
  border: 1px solid #2a2a2c;
  margin-bottom: 6px;
  text-decoration: none;
}
.quick-link:last-child { margin-bottom: 0; }
.quick-link:hover { border-color: #e07b00; }
.quick-link-icon { color: #e07b00; font-size: 16px; flex-shrink: 0; }
.quick-link-text { font-size: 13px; font-weight: 600; letter-spacing: 0.06em; color: #bbb; }
.quick-link-arr { margin-left: auto; color: #444; font-size: 14px; }

.hours-box { background: #1a1a1a; border: 1px solid #2a2a2c; padding: 12px; margin-top: 6px; }
.hours-lbl { font-family: 'Bebas Neue', sans-serif; font-size: 14px; letter-spacing: 0.15em; color: #e07b00; margin-bottom: 8px; }
.appt-badge {
  display: inline-block;
  background: #2a1a00;
  border: 1px solid #e07b00;
  color: #e07b00;
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  margin-bottom: 8px;
}
.hours-note { font-family: 'Source Code Pro', monospace; font-size: 10px; color: #7a7570; line-height: 1.6; }

.contact-lines { padding: 2px 0; }
.contact-line {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #8a8880;
  padding: 5px 0;
  border-bottom: 1px solid #1a1a1a;
}
.contact-line:last-child { border-bottom: none; }
.contact-line i { color: #e07b00; font-size: 13px; flex-shrink: 0; }
.contact-line span { color: #999; }

.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
.tag {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #b0aba0;
  background: #1a1a1a;
  border: 1px solid #2a2a2c;
  padding: 3px 8px;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.tag:hover { border-color: #e07b00; color: #e07b00; }

/* ─── Why CMR rows ───────────────────────── */
.spec-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #222;
}
.spec-row:last-child { border-bottom: none; }
.spec-icon { font-size: 24px; color: #e07b00; min-width: 28px; margin-top: 2px; }
.spec-title { font-size: 14px; font-weight: 700; letter-spacing: 0.06em; color: #d4cfc5; text-transform: uppercase; margin-bottom: 4px; }
.spec-desc { font-size: 12px; color: #8a8880; line-height: 1.55; }

/* ─── About ──────────────────────────────── */
.about-photo { width: 100%; max-height: 320px; object-fit: cover; border: 1px solid #2a2a2c; margin-bottom: 20px; }
.about-content { font-size: 15px; color: #c0bbb5; line-height: 1.75; }
.about-content p { margin-bottom: 1rem; }
.about-content h2 { font-family: 'Bebas Neue', sans-serif; font-size: 26px; color: #fff; letter-spacing: 0.08em; margin: 1.5rem 0 0.75rem; }

/* ─── Contact Form ───────────────────────── */
.contact-form { max-width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { margin-bottom: 12px; }
.form-field.full { grid-column: 1 / -1; }
.form-label {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #8a8880;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: #1a1a1a;
  border: 1px solid #2a2a2c;
  color: #d4cfc5;
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  padding: 8px 12px;
  outline: none;
  appearance: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus { border-color: #e07b00; }
.form-input::placeholder,
.form-textarea::placeholder { color: #444; }
.form-textarea { resize: vertical; min-height: 100px; }
.form-submit {
  background: #e07b00;
  border: none;
  color: #fff;
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 11px 28px;
  cursor: pointer;
  text-transform: uppercase;
}
.form-submit:hover { background: #f08c10; }
.form-note {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #7a7570;
  margin-top: 10px;
  line-height: 1.6;
}

/* ─── Map placeholder ────────────────────── */
.map-embed { width: 100%; height: 180px; border: 1px solid #2a2a2c; margin-bottom: 12px; }
.map-placeholder {
  width: 100%;
  height: 180px;
  background: #0d0d0d;
  border: 1px dashed #2a2a2c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
.map-placeholder i { font-size: 28px; color: #2a2a2c; }
.map-placeholder span { font-family: 'Source Code Pro', monospace; font-size: 10px; color: #333; letter-spacing: 0.1em; }

/* ─── Pagination ─────────────────────────── */
.pagination { display: flex; gap: 6px; margin-top: 20px; align-items: center; }
.pagination a, .pagination span {
  font-family: 'Source Code Pro', monospace;
  font-size: 11px;
  color: #b0aba0;
  background: #111;
  border: 1px solid #2a2a2c;
  padding: 5px 10px;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.pagination a:hover { border-color: #e07b00; color: #e07b00; }
.pagination .current { background: #e07b00; border-color: #e07b00; color: #fff; }

/* ─── Footer ─────────────────────────────── */
.site-footer {
  background: #0d0d0d;
  border-top: 1px solid #2a2a2c;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-copy {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #444;
}
.footer-links { display: flex; gap: 16px; }
.footer-links a {
  font-family: 'Source Code Pro', monospace;
  font-size: 10px;
  color: #7a7570;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.footer-links a:hover { color: #e07b00; }

/* ─── Responsive ─────────────────────────── */
@media (max-width: 768px) {
  .content-wrap { grid-template-columns: 1fr; }
  .sidebar { border-top: 1px solid #2a2a2c; }
  .home-hero { grid-template-columns: 1fr; }
  .home-hero-side { display: none; }
  .services-strip { grid-template-columns: repeat(2, 1fr); }
  .cards-grid { grid-template-columns: 1fr; }
  .main-nav ul li a { padding: 11px 12px; font-size: 12px; }
  .hero-headline { font-size: 44px; }
  .form-row { grid-template-columns: 1fr; }
}
