/*
Theme Name: Green House Realty
Theme URI: https://greenhouserealty.example
Author: Green House Realty
Author URI: https://greenhouserealty.example
Description: An elegant, editorial construction & real-estate theme for Green House Realty — renovation works, loft extensions, refurbishment, floor works, and painting & decoration. Minimal, photography-led layout with serif headlines and generous whitespace, built around the brand palette of forest green, warm sand and soft cream. Pairs with the "Green House Realty Core" plugin for projects, services, testimonials and consultation booking.
Version: 2.4.2
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: green-house-realty
Tags: construction, real-estate, business, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* ============================================================
   GREEN HOUSE REALTY — Theme stylesheet (v2.0)
   Editorial / minimal aesthetic: serif headlines, centred logo,
   photographic hero, generous whitespace, muted sand accents.
   Brand palette: #228B22 (green) · #D4B483 (sand) · #F8F4EC (cream)
   ============================================================ */

:root {
  --ghr-green: #228B22;
  --ghr-green-dark: #176317;
  --ghr-green-deep: #0f3d10;
  --ghr-sand: #D4B483;
  --ghr-sand-dark: #c0a06a;
  --ghr-cream: #F8F4EC;
  --ghr-stone: #f3f1ea;
  --ghr-ink: #20251f;
  --ghr-ink-soft: #777f76;
  --ghr-line: #e6e3d9;
  --ghr-dark: #1a1f16;
  --ghr-white: #ffffff;
  --ghr-shadow: 0 30px 70px -40px rgba(20, 30, 18, 0.45);
  --ghr-max: 1280px;
  --ghr-font-head: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --ghr-font-body: "Jost", "Segoe UI", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--ghr-font-body);
  color: var(--ghr-ink);
  background: var(--ghr-white);
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ghr-font-head);
  font-weight: 500;
  line-height: 1.12;
  color: var(--ghr-ink);
  margin: 0 0 0.4em;
  letter-spacing: 0.005em;
}

a { color: var(--ghr-green-dark); text-decoration: none; transition: color 0.2s ease; }
a:hover { color: var(--ghr-green); }
img { max-width: 100%; height: auto; display: block; }
p { margin: 0 0 1.2em; }

.ghr-container {
  width: 100%;
  max-width: var(--ghr-max);
  margin-inline: auto;
  padding-inline: 32px;
}

.ghr-section { padding: 110px 0; }
.ghr-section--tight { padding: 70px 0; }
.ghr-section--cream { background: var(--ghr-cream); }
.ghr-section--stone { background: var(--ghr-stone); }
.ghr-section--white { background: var(--ghr-white); }
.ghr-section--sand { background: var(--ghr-sand); }
.ghr-section--green {
  background: linear-gradient(155deg, var(--ghr-green-deep), var(--ghr-dark));
  color: var(--ghr-cream);
}
.ghr-section--green h1,
.ghr-section--green h2,
.ghr-section--green h3 { color: var(--ghr-white); }

/* ---------- Buttons (muted, uppercase, letter-spaced) ---------- */
.ghr-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 0;
  font-family: var(--ghr-font-body);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.ghr-btn--primary { background: var(--ghr-sand); color: var(--ghr-ink); }
.ghr-btn--primary:hover { background: var(--ghr-ink); color: #fff; }
.ghr-btn--sand { background: var(--ghr-sand); color: var(--ghr-ink); }
.ghr-btn--sand:hover { background: #fff; color: var(--ghr-ink); }
.ghr-btn--dark { background: var(--ghr-ink); color: #fff; }
.ghr-btn--dark:hover { background: var(--ghr-green-dark); color: #fff; }
.ghr-btn--ghost { background: transparent; color: var(--ghr-ink); border-color: var(--ghr-ink); }
.ghr-btn--ghost:hover { background: var(--ghr-ink); color: #fff; }
.ghr-btn--light { background: #fff; color: var(--ghr-ink); }
.ghr-btn--light:hover { background: var(--ghr-sand); }
.ghr-btn--outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.55); }
.ghr-btn--outline-light:hover { background: #fff; color: var(--ghr-ink); }

/* ---------- Eyebrow + section headings ---------- */
.ghr-eyebrow {
  display: inline-block;
  font-family: var(--ghr-font-body);
  font-weight: 400;
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ghr-sand-dark);
  margin-bottom: 18px;
}
.ghr-section--green .ghr-eyebrow { color: var(--ghr-sand); }

.ghr-section-head { max-width: 720px; margin-bottom: 64px; }
.ghr-section-head--center { margin-inline: auto; text-align: center; }
.ghr-section-head h2 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); font-weight: 500; }
.ghr-section-head p { color: var(--ghr-ink-soft); font-size: 1rem; margin-bottom: 0; }
.ghr-section--green .ghr-section-head p { color: rgba(248, 244, 236, 0.8); }

/* ============================================================
   TOP BAR
   ============================================================ */
.ghr-topbar {
  background: var(--ghr-dark);
  color: rgba(248, 244, 236, 0.8);
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  margin-bottom: 6px;            /* little gap between the top bar and header */
  border-bottom: 2px solid var(--ghr-sand);
}
.ghr-transparent-header .ghr-topbar { margin-bottom: 0; }
.ghr-footer-logo { display: inline-block; margin-bottom: 20px; }
.ghr-footer-logo img { max-height: 60px; width: auto; }
.ghr-topbar .ghr-container {
  display: flex; flex-wrap: wrap; gap: 6px 28px;
  align-items: center; justify-content: space-between; padding-block: 10px;
}
.ghr-topbar a { color: rgba(248, 244, 236, 0.8); }
.ghr-topbar a:hover { color: var(--ghr-sand); }
.ghr-topbar-info { display: flex; flex-wrap: wrap; gap: 6px 26px; }
.ghr-topbar-info span { display: inline-flex; align-items: center; gap: 8px; }
.ghr-topbar-social { display: flex; gap: 16px; }

/* ============================================================
   HEADER — centred logo, split nav, transparent over hero
   ============================================================ */
.ghr-header {
  position: sticky; top: 0; z-index: 60;
  background: #fff;
  border-bottom: 1px solid var(--ghr-line);
  transition: background 0.3s ease, border-color 0.3s ease;
}
.ghr-header .ghr-container {
  position: relative;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 92px;
}
/* Extra breathing room at the top — only on the transparent homepage header,
   and removed once the header sticks on scroll */
.ghr-transparent-header header#ghrHeader { padding-top: 39px; }
.ghr-transparent-header header#ghrHeader.is-stuck { padding-top: 0; }
/* Split nav: left column · centred logo · right column */
.ghr-nav { display: flex; align-items: center; width: 100%; gap: 36px; }
.ghr-nav-col { flex: 1; display: flex; align-items: center; min-width: 0; }
.ghr-nav-col--left { justify-content: flex-end; }
.ghr-nav-col--right { justify-content: flex-start; }
.ghr-nav-col--right .ghr-header-phone { margin-left: auto; }

/* Transparent header laid over the hero on the front page */
.ghr-transparent-header .ghr-header {
  position: fixed; left: 0; right: 0;
  background: transparent; border-bottom-color: rgba(255,255,255,0.18);
}
.ghr-transparent-header .ghr-header .ghr-menu > li > a,
.ghr-transparent-header .ghr-header .ghr-brand-name { color: #fff; }
.ghr-transparent-header .ghr-header .ghr-brand-tag { color: rgba(255,255,255,0.7); }
.ghr-transparent-header .ghr-header .ghr-header-phone small { color: rgba(255,255,255,0.7); }
.ghr-transparent-header .ghr-header .ghr-header-phone strong { color: #fff; }
.ghr-transparent-header .ghr-header .ghr-phone-ico { background: rgba(255,255,255,0.14); color: #fff; }
/* Solid header once scrolled (toggled via JS .is-stuck) */
.ghr-header.is-stuck { box-shadow: 0 10px 30px -20px rgba(0,0,0,0.3); }
.ghr-transparent-header .ghr-header.is-stuck {
  background: #fff; border-bottom-color: var(--ghr-line);
  position: fixed; left: 0; right: 0;
  animation: ghrHeaderDrop 0.35s ease both;
}
@keyframes ghrHeaderDrop { from { transform: translateY(-100%); } to { transform: none; } }
.ghr-header.is-stuck .ghr-menu > li > a,
.ghr-header.is-stuck .ghr-brand-name { color: var(--ghr-ink); }
.ghr-header.is-stuck .ghr-brand-tag,
.ghr-header.is-stuck .ghr-header-phone small { color: var(--ghr-sand-dark); }
.ghr-header.is-stuck .ghr-header-phone strong { color: var(--ghr-ink); }
.ghr-header.is-stuck .ghr-phone-ico { background: rgba(34,139,34,0.1); color: var(--ghr-green); }

.ghr-brand {
  flex: none;
  display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center;
  padding: 0 10px;
}
.ghr-brand-name {
  font-family: var(--ghr-font-head); font-weight: 600; font-size: 1.5rem;
  letter-spacing: 0.16em; color: var(--ghr-ink); line-height: 1; text-transform: uppercase;
}
.ghr-brand-tag { font-family: var(--ghr-font-body); font-size: 0.58rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--ghr-sand-dark); }
.ghr-brand img.custom-logo { max-height: 56px; width: auto; }
.ghr-brand--bar { display: none; }  /* shown on mobile only */
.ghr-brand--center { display: flex; }

/* Two-logo system: light logo over the hero, dark logo on the white header */
.ghr-logo { max-height: 56px; width: auto; display: block; }
.ghr-logo-light { display: none; }
.ghr-transparent-header .ghr-header:not(.is-stuck) .ghr-logo-light { display: block; }
.ghr-transparent-header .ghr-header:not(.is-stuck) .ghr-logo-dark { display: none; }

.ghr-menu { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.ghr-nav-col--left .ghr-menu { justify-content: flex-end; }
.ghr-menu a {
  font-family: var(--ghr-font-body); font-weight: 400; font-size: 0.74rem; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--ghr-ink); position: relative; padding: 10px 0;
}
.ghr-menu > li > a:hover, .ghr-menu .current-menu-item > a { color: var(--ghr-green); }
.ghr-menu .sub-menu {
  position: absolute; top: 100%; left: 0; min-width: 220px; background: #fff;
  border: 1px solid var(--ghr-line); box-shadow: var(--ghr-shadow); padding: 8px; list-style: none;
  margin: 8px 0 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all 0.2s ease;
}
.ghr-menu li { position: relative; }
.ghr-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.ghr-menu .sub-menu a { display: block; padding: 10px 14px; color: var(--ghr-ink) !important; }
.ghr-menu .sub-menu a:hover { background: var(--ghr-cream); color: var(--ghr-green) !important; }

.ghr-header-right { display: flex; align-items: center; gap: 26px; }
.ghr-header-phone { display: flex; align-items: center; gap: 11px; }
.ghr-header-phone .ghr-phone-ico {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  background: rgba(34,139,34,0.1); color: var(--ghr-green); display: grid; place-items: center;
}
.ghr-header-phone small { display: block; font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ghr-sand-dark); }
.ghr-header-phone strong { font-family: var(--ghr-font-body); font-weight: 500; font-size: 0.95rem; color: var(--ghr-ink); letter-spacing: 0.04em; }

.ghr-nav-toggle {
  display: none; width: 46px; height: 46px; border: 1px solid currentColor; color: var(--ghr-ink);
  background: transparent; cursor: pointer; align-items: center; justify-content: center;
}
.ghr-transparent-header .ghr-nav-toggle:not(.is-stuck) { color: #fff; }
.ghr-nav-toggle span, .ghr-nav-toggle span::before, .ghr-nav-toggle span::after {
  content: ""; display: block; width: 20px; height: 1.5px; background: currentColor; position: relative;
}
.ghr-nav-toggle span::before { position: absolute; top: -6px; }
.ghr-nav-toggle span::after { position: absolute; top: 6px; }

/* ============================================================
   HERO SLIDER — full-bleed photographic, centred serif headline
   ============================================================ */
.ghr-hero-slider { position: relative; overflow: hidden; background: var(--ghr-dark); }
.ghr-slides { position: relative; }
.ghr-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  transition: opacity 1s ease, visibility 1s ease; color: #fff;
  background: linear-gradient(160deg, #2c3a28, #14180f);
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center; text-align: center;
}
.ghr-slide.is-active { opacity: 1; visibility: visible; position: relative; }
.ghr-slide::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(15,18,12,0.55), rgba(15,18,12,0.35) 40%, rgba(15,18,12,0.7));
  pointer-events: none;
}
.ghr-slide-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.ghr-slide .ghr-container { position: relative; z-index: 1; padding-block: 220px 170px; }
.ghr-slide.is-active .ghr-hero-copy { animation: ghrFade 1.1s ease both; }
@keyframes ghrFade { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.ghr-hero-copy { max-width: 900px; margin: 0 auto; }
.ghr-hero-tag {
  display: inline-block; font-family: var(--ghr-font-body); font-size: 0.72rem;
  letter-spacing: 0.34em; text-transform: uppercase; color: var(--ghr-sand); margin-bottom: 26px;
}
.ghr-slide h1 {
  color: #fff; font-weight: 500; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.08; margin-bottom: 30px;
}
.ghr-slide h1 em { font-style: italic; color: var(--ghr-sand); }
.ghr-hero-lead { font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto 38px; }
.ghr-hero-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }

/* Slider controls */
.ghr-slider-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 4;
  width: 54px; height: 54px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4);
  background: transparent; color: #fff; display: grid; place-items: center; cursor: pointer; transition: all 0.25s ease;
}
.ghr-slider-arrow:hover { background: var(--ghr-sand); border-color: var(--ghr-sand); color: var(--ghr-ink); }
.ghr-slider-prev { left: 28px; }
.ghr-slider-next { right: 28px; }
.ghr-slider-dots { position: absolute; bottom: 130px; left: 50%; transform: translateX(-50%); z-index: 4; display: flex; gap: 12px; }
.ghr-slider-dot { width: 10px; height: 10px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.7); background: transparent; cursor: pointer; padding: 0; transition: all 0.2s ease; }
.ghr-slider-dot.is-active { background: var(--ghr-sand); border-color: var(--ghr-sand); }

/* Credentials band sitting at the foot of the hero */
.ghr-credentials-band { background: rgba(20,24,15,0.92); }
.ghr-transparent-header .ghr-credentials-band { margin-top: -1px; }
.ghr-credentials {
  display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--ghr-max); margin: 0 auto;
}
.ghr-cred {
  display: flex; align-items: center; justify-content: center; gap: 15px; padding: 30px 26px; text-align: left;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.ghr-cred:last-child { border-right: 0; }
.ghr-cred-ico { color: var(--ghr-sand); flex: none; }
.ghr-cred strong { display: block; font-family: var(--ghr-font-head); font-weight: 600; font-size: 1.15rem; color: #fff; line-height: 1.15; }
.ghr-cred span { font-family: var(--ghr-font-body); font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.6); }

/* ============================================================
   ABOUT — two column, airy
   ============================================================ */
.ghr-about { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.ghr-about--media-right .ghr-about-visual { order: 2; }
.ghr-about-visual { position: relative; overflow: hidden; min-height: 480px; background: var(--ghr-stone); }
.ghr-about-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ghr-about-visual > svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: var(--ghr-sand); opacity: 0.5; }
.ghr-about-badge {
  position: absolute; bottom: 0; left: 0; background: var(--ghr-sand); color: var(--ghr-ink);
  padding: 22px 30px; font-family: var(--ghr-font-head);
}
.ghr-about-badge strong { display: block; font-size: 2rem; line-height: 1; font-weight: 600; }
.ghr-about-badge span { font-family: var(--ghr-font-body); font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; }
.ghr-about-body h2 { font-size: clamp(2rem, 4vw, 3.1rem); margin-bottom: 24px; }
.ghr-about-body p { color: var(--ghr-ink-soft); }
.ghr-about-points { list-style: none; margin: 8px 0 30px; padding: 0; display: grid; gap: 14px; }
.ghr-about-points li { display: flex; gap: 13px; align-items: flex-start; color: var(--ghr-ink); }
.ghr-about-points li svg { flex: none; color: var(--ghr-green); margin-top: 4px; }

/* Full-width image band */
.ghr-imgband { height: 460px; background: var(--ghr-stone) center/cover no-repeat; }

/* Single service — large figure, intro & stats */
.ghr-service-figure { margin: 0 0 48px; overflow: hidden; }
.ghr-service-figure img { width: 100%; height: auto; display: block; }
.ghr-service-figure--placeholder {
  display: grid; place-items: center; min-height: 340px;
  background: linear-gradient(155deg, #2c3a28, #14180f); color: var(--ghr-sand);
}
.ghr-service-intro { max-width: 860px; margin: 0 auto; text-align: left; }
.ghr-service-intro > h1, .ghr-service-intro > h2, .ghr-service-intro > h3, .ghr-service-intro > h4 { text-align: center; margin-top: 1.8em; }
.ghr-service-intro > p:first-of-type { font-size: 1.12rem; color: var(--ghr-ink); text-align: center; }
.ghr-service-intro ul, .ghr-service-intro ol { max-width: 620px; margin-inline: auto; }
.ghr-service-intro li { margin-bottom: 6px; }
.ghr-stats {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 34px 56px; text-align: center;
}
.ghr-stat { min-width: 120px; }
.ghr-stat strong {
  display: block; font-family: var(--ghr-font-head); font-weight: 600;
  font-size: clamp(2.2rem, 4vw, 3rem); line-height: 1; color: var(--ghr-ink); margin-bottom: 8px;
}
.ghr-stat span { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ghr-ink-soft); }

/* ============================================================
   SERVICES — minimal image-top cards
   ============================================================ */
.ghr-grid { display: grid; gap: 34px; }
.ghr-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ghr-grid--4 { grid-template-columns: repeat(4, 1fr); }
.ghr-grid--2 { grid-template-columns: repeat(2, 1fr); }

.ghr-service-card { background: transparent; display: flex; flex-direction: column; }
.ghr-service-media {
  position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: linear-gradient(155deg, #2c3a28, #14180f);
  display: grid; place-items: center; margin-bottom: 24px;
}
.ghr-service-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.ghr-service-card:hover .ghr-service-media img { transform: scale(1.05); }
.ghr-service-media .ghr-service-ico { position: relative; z-index: 1; color: rgba(255,255,255,0.85); }
.ghr-service-body { display: flex; flex-direction: column; flex: 1; }
.ghr-service-body h3 { font-size: 1.7rem; font-weight: 500; margin-bottom: 12px; }
.ghr-service-body h3 a { color: var(--ghr-ink); }
.ghr-service-body h3 a:hover { color: var(--ghr-green); }
.ghr-service-body p { color: var(--ghr-ink-soft); font-size: 0.94rem; margin-bottom: 18px; flex: 1; }
.ghr-service-more {
  font-family: var(--ghr-font-body); font-weight: 400; font-size: 0.7rem; letter-spacing: 0.22em;
  text-transform: uppercase; display: inline-flex; align-items: center; gap: 9px; color: var(--ghr-sand-dark);
}
.ghr-service-more:hover { gap: 14px; color: var(--ghr-green); }
.ghr-center-link { text-align: center; margin-top: 56px; }

/* ============================================================
   MISSION / VISION
   ============================================================ */
.ghr-mv-card { background: #fff; padding: 46px 42px; border: 1px solid var(--ghr-line); }
.ghr-mv-ico {
  width: 56px; height: 56px; border-radius: 50%; background: var(--ghr-cream);
  display: grid; place-items: center; color: var(--ghr-green); margin-bottom: 24px;
}
.ghr-mv-card:nth-child(2) .ghr-mv-ico { color: var(--ghr-sand-dark); }
.ghr-mv-card h3 { font-size: 2rem; font-weight: 500; }
.ghr-mv-card p { color: var(--ghr-ink-soft); margin-bottom: 0; }

/* ============================================================
   SUSTAINABILITY
   ============================================================ */
.ghr-sustain { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 70px; align-items: start; }
.ghr-sustain h2 { font-size: clamp(2rem, 4vw, 3rem); }
.ghr-sustain-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.ghr-sustain-list li { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 16px; border-bottom: 1px solid rgba(248,244,236,0.16); }
.ghr-sustain-list li svg { flex: none; color: var(--ghr-sand); margin-top: 4px; }
.ghr-sustain-list li span { color: rgba(248,244,236,0.86); font-size: 0.95rem; }

/* ============================================================
   PROJECTS
   ============================================================ */
.ghr-project-card { background: transparent; }
.ghr-project-thumb { aspect-ratio: 4 / 3; overflow: hidden; position: relative; display: block; background: linear-gradient(155deg, #2c3a28, #14180f); margin-bottom: 22px; }
.ghr-project-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.ghr-project-card:hover .ghr-project-thumb img { transform: scale(1.05); }
.ghr-project-tag {
  position: absolute; top: 16px; left: 16px; background: var(--ghr-sand); color: var(--ghr-ink);
  font-family: var(--ghr-font-body); font-size: 0.64rem; font-weight: 400; letter-spacing: 0.16em;
  text-transform: uppercase; padding: 6px 14px;
}
.ghr-project-body h3 { font-size: 1.55rem; font-weight: 500; margin-bottom: 6px; }
.ghr-project-body h3 a { color: var(--ghr-ink); }
.ghr-project-loc { color: var(--ghr-sand-dark); font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 12px; }
.ghr-project-body p { color: var(--ghr-ink-soft); font-size: 0.92rem; margin-bottom: 0; }

/* ============================================================
   PROCESS / STEPS
   ============================================================ */
.ghr-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.ghr-step { position: relative; padding-top: 24px; border-top: 1px solid var(--ghr-line); }
.ghr-step-num { font-family: var(--ghr-font-head); font-weight: 600; font-size: 2.6rem; color: var(--ghr-sand); line-height: 1; margin-bottom: 16px; }
.ghr-step h3 { font-size: 1.4rem; font-weight: 500; }
.ghr-step p { color: var(--ghr-ink-soft); font-size: 0.92rem; margin-bottom: 0; }

/* ============================================================
   TESTIMONIALS — image left, quote right (SDA style)
   ============================================================ */
.ghr-testi-split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.ghr-testi-visual { aspect-ratio: 3 / 4; background: var(--ghr-stone) center/cover no-repeat; position: relative; }
.ghr-testi-visual > svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: var(--ghr-sand); opacity: 0.5; }
.ghr-quote-card { background: transparent; }
.ghr-quote-card p { font-family: var(--ghr-font-head); font-size: 1.7rem; line-height: 1.45; font-weight: 500; color: var(--ghr-ink); font-style: italic; }
.ghr-stars { color: var(--ghr-sand-dark); margin-bottom: 22px; letter-spacing: 4px; font-size: 0.95rem; }
.ghr-quote-author { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.ghr-quote-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--ghr-sand); display: grid; place-items: center; color: var(--ghr-ink); font-weight: 600; font-family: var(--ghr-font-head); font-size: 1.1rem; }
.ghr-quote-author strong { display: block; font-family: var(--ghr-font-head); font-size: 1.2rem; font-weight: 600; }
.ghr-quote-author span { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ghr-ink-soft); }
/* grid variant (used on inner pages) */
.ghr-grid .ghr-quote-card { border: 1px solid var(--ghr-line); padding: 36px 34px; }
.ghr-grid .ghr-quote-card p { font-size: 1.25rem; }

/* ============================================================
   NEWS
   ============================================================ */
.ghr-news-foot { text-align: center; margin-top: 56px; }

/* ============================================================
   CTA — image left, sand panel right
   ============================================================ */
.ghr-cta-split { display: grid; grid-template-columns: 1fr 1fr; }
.ghr-cta-visual { background: var(--ghr-stone) center/cover no-repeat; min-height: 440px; position: relative; }
.ghr-cta-visual > svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: var(--ghr-sand); opacity: 0.5; }
.ghr-cta-panel { background: var(--ghr-sand); color: var(--ghr-ink); padding: 80px 70px; display: flex; flex-direction: column; justify-content: center; }
.ghr-cta-panel h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 500; }
.ghr-cta-panel p { margin-bottom: 30px; color: #4c4a3e; }
.ghr-cta-actions { display: flex; flex-wrap: wrap; gap: 16px; }

/* ============================================================
   CONTACT
   ============================================================ */
.ghr-contact { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 60px; }
.ghr-contact-info { display: grid; gap: 26px; align-content: start; }
.ghr-contact-info h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); }
.ghr-contact-item { display: flex; gap: 18px; align-items: flex-start; }
.ghr-contact-ico { width: 50px; height: 50px; border-radius: 50%; flex: none; background: var(--ghr-cream); color: var(--ghr-green); display: grid; place-items: center; }
.ghr-contact-item h4 { margin: 0 0 4px; font-family: var(--ghr-font-head); font-size: 1.2rem; font-weight: 600; }
.ghr-contact-item p { margin: 0; color: var(--ghr-ink-soft); font-size: 0.95rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.ghr-footer { background: var(--ghr-dark); color: rgba(248, 244, 236, 0.7); padding-top: 84px; font-size: 0.9rem; }
.ghr-footer a { color: rgba(248,244,236,0.7); }
.ghr-footer a:hover { color: var(--ghr-sand); }
.ghr-footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 48px; padding-bottom: 60px; }
.ghr-footer h4 { color: #fff; font-family: var(--ghr-font-body); font-size: 0.74rem; letter-spacing: 0.22em; text-transform: uppercase; margin-bottom: 24px; font-weight: 400; }
.ghr-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 13px; }
.ghr-footer-about .ghr-brand-name { font-family: var(--ghr-font-head); font-weight: 600; font-size: 1.5rem; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; display: block; }
.ghr-footer-about .ghr-brand-tag { font-size: 0.58rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--ghr-sand); display: block; margin-bottom: 20px; }
.ghr-footer-about p { max-width: 330px; }
.ghr-footer-social { display: flex; gap: 12px; margin-top: 22px; }
.ghr-footer-social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.18); display: grid; place-items: center; color: var(--ghr-cream); }
.ghr-footer-social a:hover { background: var(--ghr-sand); border-color: var(--ghr-sand); color: var(--ghr-ink); }
.ghr-footer-bottom { border-top: 1px solid rgba(248,244,236,0.12); padding: 26px 0; display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: space-between; font-size: 0.78rem; letter-spacing: 0.06em; }

/* ============================================================
   PAGE / POST
   ============================================================ */
.ghr-page-hero {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, #2c3a28, #14180f); color: var(--ghr-cream);
  padding: 120px 0 100px; text-align: center;
}
/* Featured-image banner with a dark overlay for legibility */
.ghr-page-hero--image { background-size: cover; background-position: center; }
.ghr-page-hero--image::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(15,18,12,0.62), rgba(15,18,12,0.72));
}
.ghr-page-hero .ghr-container { position: relative; z-index: 1; }
.ghr-page-hero h1 { color: #fff; font-weight: 500; font-size: clamp(2.4rem, 5vw, 3.8rem); margin-bottom: 12px; }
.ghr-page-hero-sub { color: rgba(248,244,236,0.85); max-width: 640px; margin: 0 auto 14px; }
.ghr-breadcrumb { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(248,244,236,0.78); }
.ghr-breadcrumb a { color: var(--ghr-sand); }

.ghr-content-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 60px; padding: 90px 0; }
.ghr-content-wrap--full { grid-template-columns: 1fr; }
.ghr-article { font-size: 1.02rem; color: var(--ghr-ink-soft); }
.ghr-article h1, .ghr-article h2, .ghr-article h3, .ghr-article h4 { color: var(--ghr-ink); }
.ghr-article h2 { font-size: 2.2rem; margin-top: 1.4em; }
.ghr-article h3 { font-size: 1.6rem; }
.ghr-article img { margin: 1.4em 0; }
.ghr-article ul, .ghr-article ol { padding-left: 1.2em; }
.ghr-article blockquote { border-left: 2px solid var(--ghr-sand); margin: 1.6em 0; padding: 6px 0 6px 26px; font-family: var(--ghr-font-head); font-size: 1.5rem; font-style: italic; color: var(--ghr-ink); }
.ghr-post-meta { color: var(--ghr-sand-dark); font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 22px; }

.ghr-sidebar .widget { background: var(--ghr-cream); padding: 30px; margin-bottom: 28px; }
.ghr-sidebar .widget-title { font-size: 1.4rem; margin-bottom: 16px; }
.ghr-sidebar ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }

.ghr-pagination { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 50px; }
.ghr-pagination .page-numbers { display: inline-grid; place-items: center; min-width: 46px; height: 46px; padding: 0 12px; border: 1px solid var(--ghr-line); font-size: 0.85rem; }
.ghr-pagination .page-numbers.current { background: var(--ghr-ink); color: #fff; border-color: var(--ghr-ink); }

.ghr-article input[type=text], .ghr-article input[type=email], .ghr-article input[type=url], .ghr-article textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--ghr-line); font: inherit; margin-bottom: 14px; background: #fff;
}

.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.screen-reader-text:focus { background: #fff; clip: auto; color: var(--ghr-green-dark); display: block; padding: 12px 20px; left: 6px; top: 6px; z-index: 100000; }

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Large tablets / small laptops */
@media (max-width: 1100px) {
  .ghr-menu { gap: 20px; }
  .ghr-menu a { font-size: 0.68rem; letter-spacing: 0.12em; }
  .ghr-nav { gap: 22px; }
  .ghr-header-phone strong { font-size: 0.85rem; }
}

@media (max-width: 1024px) {
  .ghr-container { padding-inline: 26px; }
  .ghr-section { padding: 84px 0; }
  .ghr-credentials { grid-template-columns: repeat(2, 1fr); }
  .ghr-cred:nth-child(2) { border-right: 0; }
  .ghr-cred:nth-child(1), .ghr-cred:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,0.1); }
  .ghr-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .ghr-steps { grid-template-columns: repeat(2, 1fr); }
  .ghr-stats { grid-template-columns: repeat(3, 1fr); gap: 30px 16px; }
  .ghr-about, .ghr-sustain, .ghr-contact, .ghr-testi-split, .ghr-cta-split { grid-template-columns: 1fr; gap: 44px; }
  .ghr-about--media-right .ghr-about-visual { order: 0; }
  .ghr-about-visual { min-height: 360px; }
  .ghr-testi-visual { aspect-ratio: 16/10; }
  .ghr-cta-visual { min-height: 280px; }
  .ghr-cta-panel { padding: 56px 40px; }
  .ghr-content-wrap { grid-template-columns: 1fr; gap: 40px; padding: 60px 0; }

  /* Collapse the split nav into a hamburger drawer */
  .ghr-nav-toggle { display: flex; order: 3; color: var(--ghr-ink); border-color: var(--ghr-ink); background: #fff; }
  .ghr-brand--bar { display: flex; }
  .ghr-brand--center { display: none; }
  .ghr-header .ghr-container { justify-content: space-between; }
  .ghr-nav {
    position: fixed; inset: 0 0 0 auto; width: min(360px, 84vw); height: 100vh;
    background: #fff; flex-direction: column; align-items: stretch; justify-content: flex-start;
    gap: 0; padding: 120px 30px 30px; box-shadow: var(--ghr-shadow); overflow-y: auto;
    transform: translateX(100%); transition: transform 0.3s ease; z-index: 70;
  }
  .ghr-nav.is-open { transform: translateX(0); }
  .ghr-nav-col { flex: none; display: block; width: 100%; }
  .ghr-menu { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .ghr-nav-col--left .ghr-menu { justify-content: flex-start; }
  .ghr-menu > li { border-bottom: 1px solid var(--ghr-line); }
  .ghr-menu a { display: block; padding: 15px 0; color: var(--ghr-ink) !important; font-size: 0.82rem; letter-spacing: 0.12em; }
  .ghr-menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; margin: 0 0 8px 14px; padding: 0; }
  .ghr-nav-col--right .ghr-header-phone { display: flex; margin: 22px 0 0; }
  .ghr-nav-col--right .ghr-phone-ico { background: rgba(34,139,34,0.1) !important; color: var(--ghr-green) !important; }
  .ghr-nav-col--right .ghr-header-phone small { color: var(--ghr-sand-dark) !important; }
  .ghr-nav-col--right .ghr-header-phone strong { color: var(--ghr-ink) !important; }
  /* Keep header solid/visible even over the hero on mobile */
  .ghr-transparent-header .ghr-header { position: sticky; background: #fff; border-bottom-color: var(--ghr-line); }
  .ghr-transparent-header .ghr-header .ghr-brand--bar .ghr-brand-name { color: var(--ghr-ink); }
  .ghr-transparent-header .ghr-header .ghr-brand--bar .ghr-brand-tag { color: var(--ghr-sand-dark); }
  /* Higher specificity so the toggle stays dark/visible on the white mobile header */
  .ghr-transparent-header .ghr-nav-toggle:not(.is-stuck) { color: var(--ghr-ink); border-color: var(--ghr-ink); }
  /* No extra top padding on the mobile header */
  .ghr-transparent-header header#ghrHeader { padding-top: 0; }
  /* Mobile header is white, so always use the dark logo */
  .ghr-transparent-header .ghr-header:not(.is-stuck) .ghr-logo-light { display: none; }
  .ghr-transparent-header .ghr-header:not(.is-stuck) .ghr-logo-dark { display: block; }
  .ghr-footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Phones */
@media (max-width: 680px) {
  .ghr-topbar { display: none; }   /* hide the utility bar on mobile */
  .ghr-container { padding-inline: 20px; }
  .ghr-section { padding: 64px 0; }
  .ghr-section-head { margin-bottom: 40px; }
  .ghr-header .ghr-container { min-height: 72px; }
  .ghr-brand-name { font-size: 1.15rem; letter-spacing: 0.12em; }
  .ghr-nav { padding-top: 76px; }

  .ghr-slide { min-height: 86vh; }
  .ghr-slide .ghr-container { padding-block: 120px 110px; }
  .ghr-slider-arrow { display: none; }
  .ghr-slider-dots { bottom: 26px; }
  .ghr-slide h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .ghr-hero-lead { font-size: 0.96rem; }
  .ghr-hero-actions { flex-direction: column; align-items: stretch; }
  .ghr-hero-actions .ghr-btn { justify-content: center; }

  .ghr-credentials { grid-template-columns: 1fr; }
  .ghr-cred { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.1); justify-content: flex-start; padding: 22px 24px; }
  .ghr-cred:last-child { border-bottom: 0; }

  .ghr-grid--3, .ghr-grid--4, .ghr-grid--2 { grid-template-columns: 1fr; }
  .ghr-steps { grid-template-columns: 1fr; gap: 24px; }
  .ghr-stats { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
  .ghr-about-visual { min-height: 300px; }
  .ghr-cta-panel { padding: 46px 26px; }
  .ghr-cta-actions, .ghr-center-link { display: flex; flex-direction: column; }
  .ghr-cta-actions .ghr-btn { justify-content: center; }
  .ghr-quote-card p { font-size: 1.3rem; }
  .ghr-mv-card { padding: 34px 26px; }
  .ghr-footer { padding-top: 60px; }
  .ghr-footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .ghr-footer-bottom { flex-direction: column; }
  .ghr-page-hero { padding: 70px 0 64px; }
  .ghr-topbar .ghr-container { justify-content: center; }
  .ghr-topbar-social { display: none; }
}

/* Small phones */
@media (max-width: 400px) {
  .ghr-brand-name { font-size: 1rem; }
  .ghr-slide h1 { font-size: 2rem; }
  .ghr-btn { padding: 14px 24px; font-size: 0.68rem; }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ghr-slide, .ghr-nav, .ghr-service-media img, .ghr-project-thumb img { transition: none !important; animation: none !important; }
}
