/*
Theme Name:  Everoak
Theme URI:   https://www.everoak.ae
Author:      Everoak Carpentry & Flooring LLC
Description: Premium dark theme for Everoak Carpentry & Flooring LLC. Works with the Everoak Dynamic Manager plugin for fully dynamic content — logo, contact info, gallery, portfolio, services, slider and contact form all managed from WP Admin.
Version:     1.0.0
Tags:        dark, custom-colors, custom-logo, full-width-template, portfolio
Text Domain: everoak
*/

/* ════════════════════════════════
   GOOGLE FONTS
════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&family=Montserrat:wght@200;300;400;500;600;700&display=swap');

/* ════════════════════════════════
   CSS CUSTOM PROPERTIES
════════════════════════════════ */
:root {
  --gold:        #C89A2E;
  --gold-bright: #E8BA40;
  --walnut:      #2A1408;
  --mahogany:    #4A2010;
  --charcoal:    #080808;
  --panel:       #0F0F0F;
  --dark2:       #141414;
  --topbar-h:    40px;
  --nav-h:       76px;
  --header-h:    116px;       /* topbar + nav */
  --eo-header-h: 116px;      /* for plugin slider offset */
}

/* ════════════════════════════════
   RESET & BASE
════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--charcoal);
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-bright); text-decoration: none; transition: color .25s; }
a:hover { color: #fff; }
p { line-height: 1.85; margin-bottom: 16px; color: rgba(255,255,255,0.65); }
h1,h2,h3,h4,h5,h6 {
  font-family: 'Playfair Display', serif;
  color: #FFFFFF; line-height: 1.2; margin-bottom: 16px;
}
ul { padding-left: 20px; }

/* ════════════════════════════════
   TOPBAR
════════════════════════════════ */
.site-topbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  height: var(--topbar-h);
  background: rgba(4,1,0,0.97);
  border-bottom: 1px solid rgba(200,154,46,0.25);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
}
.topbar-left { display: flex; align-items: center; }
.topbar-brand {
  font-family: 'Playfair Display', serif;
  font-size: 14px; font-weight: 700; letter-spacing: 4px;
  text-transform: uppercase; color: #FFFFFF;
  text-decoration: none;
}
.topbar-sep { width: 1px; height: 14px; background: rgba(200,154,46,0.35); margin: 0 16px; }
.topbar-tag {
  font-size: 9px; font-weight: 300; letter-spacing: 3px;
  text-transform: uppercase; color: #FFFFFF;
}
.topbar-right { display: flex; align-items: center; }
.topbar-link {
  display: flex; align-items: center; gap: 7px;
  padding: 0 16px; height: var(--topbar-h);
  font-size: 10px; font-weight: 400;
  color: #FFFFFF; text-decoration: none;
  border-left: 1px solid rgba(200,154,46,0.12);
  transition: color .25s, background .25s; white-space: nowrap;
}
.topbar-link:hover { background: rgba(200,154,46,0.08); color: #fff; }
.topbar-link svg { width: 11px; height: 11px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.topbar-socials { display: flex; border-left: 1px solid rgba(200,154,46,0.12); }
.topbar-soc {
  width: 38px; height: var(--topbar-h);
  display: flex; align-items: center; justify-content: center;
  color: #fff; text-decoration: none; transition: all .25s;
}
.topbar-soc:hover { background: rgba(255,255,255,0.06); }
.topbar-soc svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
/* Brand colors */
.topbar-soc.fb { color: #1877F2; }
.topbar-soc.ig { color: #E1306C; background: rgba(225,48,108,0.1); }
.topbar-soc.wa { color: #25D366; }
.topbar-soc.li:hover { color: #0A66C2; }
.topbar-soc.tw:hover { color: #1DA1F2; }

/* ════════════════════════════════
   NAVBAR
════════════════════════════════ */
.site-header {
  position: fixed; top: var(--topbar-h); left: 0; right: 0; z-index: 899;
  height: var(--nav-h);
  background: rgba(4,1,0,0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(200,154,46,0.15);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 48px;
}
/* Logo */
.site-logo { display: flex; align-items: center; text-decoration: none; }
.site-logo img {
  height: 75px; width: auto;
  /* logo is transparent PNG on dark nav — looks great */
}
.site-logo .logo-fallback {
  display: flex; align-items: center; gap: 0;
}
.logo-sq {
  width: 50px; height: 50px; background: var(--gold);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700;
  color: #080808; flex-shrink: 0;
  box-shadow: 0 0 20px rgba(200,154,46,0.4);
}
.logo-name {
  padding: 0 18px; height: 50px; display: flex; align-items: center;
  background: rgba(4,1,0,0.6); border: 1px solid rgba(200,154,46,0.22); border-left: none;
  font-size: 11px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: #FFFFFF;
}
/* Nav links */
.site-nav { display: flex; list-style: none; align-items: center; }
.site-nav > li { position: relative; }
.site-nav > li > a {
  display: block; padding: 0 15px; line-height: var(--nav-h);
  font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.80); text-decoration: none; white-space: nowrap; position: relative;
  transition: color .3s;
}
.site-nav > li > a::after {
  content: ''; position: absolute; bottom: 0; left: 15px; right: 15px; height: 2px;
  background: var(--gold); transform: scaleX(0); transform-origin: center;
  transition: transform .35s cubic-bezier(.4,0,.2,1);
}
.site-nav > li > a:hover,
.site-nav > li.current-menu-item > a,
.site-nav > li.current-page-ancestor > a { color: #FFFFFF; }
.site-nav > li > a:hover::after,
.site-nav > li.current-menu-item > a::after,
.site-nav > li.current-page-ancestor > a::after { transform: scaleX(1); }
/* Dropdown */
.site-nav .sub-menu {
  position: absolute; top: var(--nav-h); left: 0; min-width: 228px;
  background: rgba(4,1,0,0.98); backdrop-filter: blur(16px);
  border: 1px solid rgba(200,154,46,0.18); border-top: 2px solid var(--gold);
  padding: 8px 0; list-style: none;
  opacity: 0; visibility: hidden; transform: translateY(12px);
  transition: all .3s; z-index: 1000;
}
.site-nav > li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.site-nav .sub-menu li a {
  display: block; padding: 11px 22px;
  font-size: 10px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.55); text-decoration: none; transition: all .22s;
}
.site-nav .sub-menu li a:hover { color: #FFFFFF; background: rgba(200,154,46,0.08); padding-left: 30px; }
/* CTA Button */
.nav-cta-btn {
  background: var(--gold); color: #080808; border: none;
  padding: 12px 24px; margin-left: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 9.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  cursor: pointer; transition: all .3s; white-space: nowrap; text-decoration: none; display: inline-block;
  box-shadow: 0 4px 16px rgba(200,154,46,0.35);
}
.nav-cta-btn:hover { background: var(--gold-bright); transform: translateY(-2px); color: #080808; }
/* Hamburger */
.hamburger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; cursor: pointer; background: none; border: none; padding: 6px;
}
.hamburger span { display: block; height: 1.5px; background: #FFFFFF; border-radius: 2px; transition: all .35s; }
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
/* Mobile menu */
.mobile-nav {
  position: fixed; top: var(--header-h); left: 0; right: 0; z-index: 898;
  background: rgba(4,1,0,0.99); backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(200,154,46,0.15);
  padding: 20px 0 28px; list-style: none;
  transform: translateY(-110%); opacity: 0;
  transition: transform .45s cubic-bezier(.4,0,.2,1), opacity .45s;
  pointer-events: none;
}
.mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: all; }
.mobile-nav li a {
  display: block; padding: 14px 32px;
  font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,0.65); text-decoration: none;
  border-bottom: 1px solid rgba(200,154,46,0.07); transition: all .25s;
}
.mobile-nav li a:hover { color: #FFFFFF; padding-left: 40px; }
.mobile-nav .mobile-cta {
  display: block; margin: 22px 32px 0; padding: 14px;
  background: var(--gold); color: #080808; text-align: center;
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
}

/* ════════════════════════════════
   PAGE CONTENT WRAPPER
════════════════════════════════ */
.site-content { padding-top: var(--header-h); }
.page-full    { padding-top: 0; }   /* used for home (slider takes full viewport) */

/* ════════════════════════════════
   INNER PAGE HERO BANNER
════════════════════════════════ */
.page-hero {
  position: relative; height: 42vh; min-height: 300px;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--walnut) 0%, var(--mahogany) 55%, #6B3A1A 100%);
}
.page-hero-img { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0.32; }
.page-hero-ov  { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(8,3,0,0.55) 0%,rgba(8,3,0,0.78) 100%); }
.page-hero-grain { position: absolute; inset: 0; background: repeating-linear-gradient(90deg,rgba(255,255,255,0.015) 0,rgba(255,255,255,0.015) 1px,transparent 1px,transparent 26px); }
.page-hero-inner { position: relative; z-index: 1; text-align: center; padding: 0 24px; }
.page-hero-eye { font-size: 9px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 16px; text-shadow: 0 0 20px rgba(232,186,64,0.5); opacity: 0; animation: phFade .8s .1s forwards; }
.page-hero h1  { font-size: clamp(30px,6vw,62px); font-weight: 700; color: #FFFFFF; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 12px; text-shadow: 0 4px 40px rgba(0,0,0,0.6); opacity: 0; animation: phFade .9s .25s forwards; }
.page-hero h1 em { font-style: italic; color: var(--gold-bright); }
.page-hero-sub { font-size: 10px; font-weight: 300; letter-spacing: 3.5px; color: rgba(255,255,255,0.55); text-transform: uppercase; opacity: 0; animation: phFade .9s .4s forwards; }
.page-hero-line { width: 60px; height: 2px; background: linear-gradient(to right,transparent,var(--gold-bright),transparent); margin: 22px auto 0; box-shadow: 0 0 10px rgba(232,186,64,0.4); opacity: 0; animation: phFade .9s .55s forwards; }
@keyframes phFade { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }

/* ════════════════════════════════
   SHARED SECTION LAYOUT
════════════════════════════════ */
.site-section      { max-width: 1180px; margin: 0 auto; padding: 76px 48px; }
.site-section-full { padding: 76px 48px; }
.site-section-alt  { background: rgba(255,255,255,0.018); }
.section-eye {
  font-size: 9px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--gold-bright); margin-bottom: 14px;
  display: flex; align-items: center; gap: 12px;
}
.section-eye::before { content: ''; width: 22px; height: 1px; background: var(--gold); flex-shrink: 0; }
.section-eye.center { justify-content: center; }
.section-eye.center::before { display: none; }
.section-heading { font-size: clamp(22px,3.2vw,38px); font-weight: 600; color: #FFFFFF; line-height: 1.2; margin-bottom: 18px; }
.section-heading em { font-style: italic; color: var(--gold-bright); }
.section-body { font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.65); line-height: 2; margin-bottom: 16px; }
.section-list { list-style: none; margin: 20px 0 30px; }
.section-list li { display: flex; align-items: center; gap: 14px; font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,0.78); padding: 10px 0; border-bottom: 1px solid rgba(200,154,46,0.1); }
.section-list li::before { content: ''; width: 22px; height: 1px; background: var(--gold); flex-shrink: 0; }
.gold-divider { width: 48px; height: 1px; background: var(--gold); margin: 20px 0; }

/* ════════════════════════════════
   BUTTONS
════════════════════════════════ */
.btn-gold {
  display: inline-block; background: var(--gold); color: #080808; border: none;
  padding: 14px 32px; font-family: 'Montserrat', sans-serif;
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  cursor: pointer; transition: all .3s; margin: 0 8px 8px 0;
  box-shadow: 0 4px 20px rgba(200,154,46,0.35); text-decoration: none;
}
.btn-gold:hover { background: var(--gold-bright); transform: translateY(-2px); color: #080808; }
.btn-outline {
  display: inline-block; background: transparent; color: #FFFFFF;
  border: 1px solid rgba(200,154,46,0.45); padding: 14px 32px;
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 500;
  letter-spacing: 2.5px; text-transform: uppercase;
  cursor: pointer; transition: all .3s; margin: 0 8px 8px 0; text-decoration: none;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold-bright); }

/* ════════════════════════════════
   QUOTE BAND
════════════════════════════════ */
.quote-band {
  background: linear-gradient(135deg,var(--walnut),var(--mahogany));
  padding: 60px 48px; text-align: center; position: relative; overflow: hidden;
}
.quote-band::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(-45deg,rgba(200,154,46,0.03) 0,rgba(200,154,46,0.03) 1px,transparent 1px,transparent 20px);
}
.quote-mark { font-family: 'Playfair Display', serif; font-size: 100px; line-height: 0.6; color: rgba(200,154,46,0.15); margin-bottom: 22px; position: relative; z-index: 1; }
.quote-text { font-family: 'Playfair Display', serif; font-size: clamp(15px,2.5vw,22px); font-style: italic; color: rgba(255,255,255,0.9); line-height: 1.7; max-width: 760px; margin: 0 auto 20px; position: relative; z-index: 1; }
.quote-author { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-bright); position: relative; z-index: 1; }

/* ════════════════════════════════
   CTA BAND
════════════════════════════════ */
.cta-band { text-align: center; padding: 72px 48px; }
.cta-heading { font-family: 'Playfair Display', serif; font-size: clamp(22px,3.4vw,40px); font-weight: 600; color: #FFFFFF; margin-bottom: 12px; }
.cta-heading em { font-style: italic; color: var(--gold-bright); }
.cta-sub { font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.5); margin-bottom: 30px; }

/* ════════════════════════════════
   FOOTER
════════════════════════════════ */
.site-footer { background: #050505; border-top: 1px solid rgba(200,154,46,0.15); }
.footer-inner { max-width: 1180px; margin: 0 auto; padding: 56px 48px 40px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 48px; }
.footer-logo-img { height: 75px; width: auto; margin-bottom: 6px; }
.footer-brand-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #fff; margin-bottom: 4px; }
.footer-brand-sub  { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 18px; }
.footer-desc { font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.5); line-height: 1.9; margin-bottom: 22px; }
.footer-soc { display: flex; gap: 10px; }
.footer-soc a {
  width: 34px; height: 34px; border: 1px solid rgba(200,154,46,0.25);
  display: flex; align-items: center; justify-content: center;
  color: #fff; transition: all .3s; text-decoration: none;
}
.footer-soc a:hover { color: #fff; border-color: transparent; }
.footer-soc svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-soc a.fb { background: #1877F2; }
.footer-soc a.ig { background: linear-gradient(45deg,#F77737,#E1306C 45%,#8134AF 100%); }
.footer-soc a.wa { background: #25D366; }
.footer-soc a.li:hover { background: #0A66C2; }
.footer-soc a.tw:hover { background: #1DA1F2; }
.footer-col h5 { font-size: 9.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 18px; font-family: 'Montserrat', sans-serif; }
.footer-links { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 12.5px; font-weight: 300; color: rgba(255,255,255,0.55); text-decoration: none; transition: color .25s; }
.footer-links a:hover { color: #fff; }
.footer-contact-item { display: flex; gap: 10px; margin-bottom: 14px; font-size: 12px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.6; }
.footer-contact-item svg { width: 14px; height: 14px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; margin-top: 2px; }
.footer-bottom {
  border-top: 1px solid rgba(200,154,46,0.08); padding: 18px 48px;
  display: flex; justify-content: space-between; align-items: center;
  max-width: 1180px; margin: 0 auto; flex-wrap: wrap; gap: 8px;
}
.footer-copy { font-size: 10.5px; color: rgba(255,255,255,0.3); letter-spacing: 0.3px; }
.footer-copy a, .footer-copy span { color: var(--gold); }

/* ════════════════════════════════
   SCROLL REVEAL
════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }
.reveal-d4 { transition-delay: .4s; }
.reveal-d5 { transition-delay: .5s; }

/* ════════════════════════════════
   ABOUT PAGE — specific layouts
════════════════════════════════ */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-vis { position: relative; min-height: 420px; overflow: hidden; border: 1px solid rgba(200,154,46,0.12); background: linear-gradient(135deg,var(--walnut),var(--mahogany)); }
.about-vis img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; }
.about-vis-ov { position: absolute; inset: 0; background: linear-gradient(135deg,rgba(42,20,8,0.55),rgba(74,32,16,0.65)); }
.about-badge { position: absolute; bottom: 24px; right: 24px; width: 96px; height: 96px; border: 1px solid rgba(200,154,46,0.5); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(4,1,0,0.65); backdrop-filter: blur(8px); box-shadow: 0 0 24px rgba(200,154,46,0.2); z-index: 2; }
.about-badge-n { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; color: var(--gold-bright); line-height: 1.1; text-align: center; }
.about-badge-t { font-size: 7px; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.55); text-align: center; margin-top: 4px; }

/* Feature grid (About page) */
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(200,154,46,0.1); margin-top: 20px; }
.feature-card { background: var(--panel); padding: 32px 24px; text-align: center; border: 1px solid rgba(200,154,46,0.06); transition: all .3s; }
.feature-card:hover { border-color: rgba(200,154,46,0.3); background: #141414; }
.feature-icon { width: 52px; height: 52px; border: 1px solid rgba(200,154,46,0.4); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; color: var(--gold-bright); }
.feature-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h4 { font-size: 15px; font-weight: 600; color: #fff; margin-bottom: 8px; }
.feature-card p  { font-size: 11.5px; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.7; margin: 0; }

/* Services list grid */
.svc-list-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(200,154,46,0.08); margin-top: 8px; }
.svc-mini { background: #0A0A0A; padding: 22px; border: 1px solid rgba(200,154,46,0.06); transition: all .3s; display: flex; align-items: flex-start; gap: 14px; }
.svc-mini:hover { background: #101010; border-color: rgba(200,154,46,0.25); }
.svc-mini-num { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: rgba(200,154,46,0.3); flex-shrink: 0; }
.svc-mini h4 { font-size: 12.5px; font-weight: 600; color: #fff; margin-bottom: 4px; letter-spacing: 0.3px; }
.svc-mini p  { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.45); line-height: 1.5; margin: 0; }

/* Category sticky nav (Services page) */
.cat-nav { position: sticky; top: var(--header-h); z-index: 50; background: rgba(8,3,0,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(200,154,46,0.12); padding: 14px 48px; display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.cat-nav::-webkit-scrollbar { display: none; }
.cat-nav a { flex-shrink: 0; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); text-decoration: none; padding: 8px 16px; border: 1px solid rgba(200,154,46,0.15); transition: all .25s; white-space: nowrap; }
.cat-nav a:hover { color: #fff; border-color: var(--gold); background: rgba(200,154,46,0.08); }

/* Contact page grid */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; }
.office-band { background: var(--walnut); padding: 64px 48px; position: relative; overflow: hidden; }
.office-band::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg,rgba(200,154,46,0.03) 0,rgba(200,154,46,0.03) 1px,transparent 1px,transparent 22px); }
.ob-inner { max-width: 1180px; margin: 0 auto; position: relative; z-index: 1; }
.ob-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(200,154,46,0.12); margin-top: 28px; }
.ob-card { background: rgba(4,1,0,0.55); padding: 32px 28px; border: 1px solid rgba(200,154,46,0.06); }
.ob-card h5 { font-size: 9.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.ob-card p  { font-size: 13.5px; font-weight: 300; color: rgba(255,255,255,0.8); line-height: 1.85; margin: 0; }

/* WordPress alignment utilities */
.wp-block-image img { border: 1px solid rgba(200,154,46,0.1); }
.aligncenter { text-align: center; }
.alignleft   { float: left; margin-right: 24px; }
.alignright  { float: right; margin-left: 24px; }
.wp-caption  { max-width: 100%; }

/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (max-width: 1024px) {
  .site-nav, .nav-cta-btn { display: none; }
  .hamburger { display: flex; }
  .topbar-tag, .topbar-link { display: none; }
  .site-topbar, .site-header { padding: 0 22px; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .svc-list-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .ob-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  :root { --topbar-h: 36px; --nav-h: 62px; --header-h: 98px; --eo-header-h: 98px; }
  .site-topbar, .site-header { padding: 0 16px; }
  .topbar-socials { display: none; }
  .site-section, .site-section-full { padding: 48px 24px; }
  .footer-inner { grid-template-columns: 1fr; padding: 40px 24px 28px; }
  .footer-bottom { padding: 16px 24px; flex-direction: column; text-align: center; }
  .cat-nav { padding: 12px 20px; }
}
@media (max-width: 480px) {
  :root { --topbar-h: 34px; --nav-h: 58px; --header-h: 92px; --eo-header-h: 92px; }
  .topbar-tag { display: none; }
  .logo-name { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .svc-list-grid { grid-template-columns: 1fr; }
}
