:root {
  --bgh-ink: #28231f;
  --bgh-muted: #716b63;
  --bgh-olive: #8b8950;
  --bgh-olive-dark: #6f6e3e;
  --bgh-gold: #b89a56;
  --bgh-cream: #f7f4ed;
  --bgh-cream-2: #eee9df;
  --bgh-line: #ded8ce;
  --bgh-white: #ffffff;
  --bgh-max: 1180px;
  --bgh-serif: Georgia, 'Times New Roman', serif;
  --bgh-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

body.home {
  margin: 0;
  background: var(--bgh-white);
  color: var(--bgh-ink);
  font-family: var(--bgh-sans);
  line-height: 1.65;
}

body.home * { box-sizing: border-box; }
body.home img { max-width: 100%; height: auto; }
body.home a { color: inherit; text-decoration: none; }

.bgh-home { overflow: hidden; background: var(--bgh-white); }
.bgh-container { width: min(calc(100% - 40px), var(--bgh-max)); margin: 0 auto; }

.bgh-site-header {
  position: relative;
  z-index: 50;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid var(--bgh-line);
}

.bgh-header-inner {
  min-height: 92px;
  display: grid;
  grid-template-columns: 265px 1fr auto;
  gap: 28px;
  align-items: center;
}

.bgh-brand img { display: block; width: 245px; max-height: 72px; object-fit: contain; object-position: left center; }
.bgh-primary-nav { justify-self: center; }
.bgh-menu { list-style: none; display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; }
.bgh-menu a { font-size: 13px; font-weight: 650; letter-spacing: .04em; white-space: nowrap; }
.bgh-menu a:hover { color: var(--bgh-olive-dark); }

.bgh-header-actions { display: flex; align-items: center; gap: 8px; }
.bgh-icon-button, .bgh-menu-toggle {
  border: 0; background: transparent; color: var(--bgh-ink); width: 42px; height: 42px;
  display: inline-grid; place-items: center; cursor: pointer; font-size: 21px;
}
.bgh-menu-toggle { display: none; }

.bgh-search-panel { display: none; background: var(--bgh-cream); border-top: 1px solid var(--bgh-line); padding: 16px 0; }
.bgh-search-panel.is-open { display: block; }
.bgh-search-form { display: flex; gap: 10px; }
.bgh-search-form input { flex: 1; min-width: 0; border: 1px solid var(--bgh-line); background: #fff; padding: 13px 14px; font: inherit; }
.bgh-search-form button { border: 0; background: var(--bgh-ink); color: #fff; padding: 0 20px; font-weight: 700; }

.bgh-hero { padding: 66px 0 72px; background: #faf8f3; }
.bgh-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }
.bgh-eyebrow { margin: 0 0 14px; color: var(--bgh-olive-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.bgh-hero h1, .bgh-section-title, .bgh-feature-copy h2, .bgh-about-copy h2, .bgh-pinterest-copy h2 {
  font-family: var(--bgh-serif); font-weight: 500; letter-spacing: -.025em; color: var(--bgh-ink);
}
.bgh-hero h1 { font-size: clamp(44px, 5.2vw, 72px); line-height: 1.02; margin: 0 0 22px; max-width: 760px; }
.bgh-hero p.bgh-lead { font-size: 18px; color: var(--bgh-muted); max-width: 630px; margin: 0 0 30px; }
.bgh-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 1px solid var(--bgh-ink); background: var(--bgh-ink); color: #fff !important; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: .2s ease; }
.bgh-button:hover { background: var(--bgh-olive-dark); border-color: var(--bgh-olive-dark); transform: translateY(-1px); }
.bgh-button--light { background: transparent; color: var(--bgh-ink) !important; }
.bgh-button--light:hover { color: #fff !important; }

.bgh-hero-media, .bgh-feature-media, .bgh-room-image, .bgh-post-image { position: relative; overflow: hidden; background: linear-gradient(145deg, #cfc6b7, #eee8dd); }
.bgh-hero-media { min-height: 520px; box-shadow: 18px 18px 0 #e8e0d3; }
.bgh-hero-media img, .bgh-feature-media img, .bgh-room-image img, .bgh-post-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bgh-hero-media:empty::after, .bgh-feature-media:empty::after, .bgh-room-image:empty::after, .bgh-post-image:empty::after { content: ''; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.7); }

.bgh-section { padding: 82px 0; }
.bgh-section--cream { background: var(--bgh-cream); }
.bgh-section-heading { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 34px; }
.bgh-section-title { font-size: clamp(34px, 4vw, 52px); line-height: 1.05; margin: 0; }
.bgh-section-subtitle { margin: 10px 0 0; color: var(--bgh-muted); max-width: 650px; }
.bgh-text-link { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.bgh-text-link:hover { color: var(--bgh-olive-dark); }

.bgh-room-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px; }
.bgh-room-card { display: block; }
.bgh-room-image { aspect-ratio: .77; margin-bottom: 15px; }
.bgh-room-card h3 { font-family: var(--bgh-serif); font-size: 24px; font-weight: 500; margin: 0; }
.bgh-room-card span { color: var(--bgh-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.bgh-room-card:hover .bgh-room-image img { transform: scale(1.025); }
.bgh-room-image img { transition: transform .35s ease; }

.bgh-feature { padding: 84px 0; border-top: 1px solid var(--bgh-line); }
.bgh-feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.bgh-feature--reverse .bgh-feature-media { order: 2; }
.bgh-feature--reverse .bgh-feature-copy { order: 1; }
.bgh-feature-media { aspect-ratio: 1.18; }
.bgh-feature-copy { padding: 12px 0; }
.bgh-feature-copy h2 { font-size: clamp(38px, 4.5vw, 58px); line-height: 1.03; margin: 0 0 18px; }
.bgh-feature-copy p { color: var(--bgh-muted); font-size: 17px; margin: 0 0 26px; max-width: 560px; }

.bgh-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 38px 24px; }
.bgh-post-card { min-width: 0; }
.bgh-post-image { aspect-ratio: 1.22; margin-bottom: 16px; }
.bgh-post-meta { color: var(--bgh-olive-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 7px; }
.bgh-post-card h3 { font-family: var(--bgh-serif); font-weight: 500; font-size: 26px; line-height: 1.15; margin: 0 0 10px; }
.bgh-post-card p { margin: 0 0 12px; color: var(--bgh-muted); font-size: 14px; }
.bgh-post-card:hover h3 { color: var(--bgh-olive-dark); }

.bgh-small-space { background: var(--bgh-ink); color: #fff; }
.bgh-small-space .bgh-feature-copy h2, .bgh-small-space .bgh-feature-copy p { color: #fff; }
.bgh-small-space .bgh-feature-copy p { opacity: .76; }
.bgh-small-space .bgh-text-link { color: #fff; }

.bgh-diy-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.bgh-diy-card { padding: 34px; min-height: 260px; background: #fff; border: 1px solid var(--bgh-line); display: flex; flex-direction: column; justify-content: end; position: relative; overflow: hidden; }
.bgh-diy-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 6px; background: var(--bgh-olive); }
.bgh-diy-card small { color: var(--bgh-olive-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bgh-diy-card h3 { font-family: var(--bgh-serif); font-size: 31px; font-weight: 500; margin: 10px 0 12px; line-height: 1.08; }
.bgh-diy-card p { color: var(--bgh-muted); margin: 0; font-size: 14px; }
.bgh-diy-card:hover { border-color: var(--bgh-olive); transform: translateY(-2px); transition: .2s ease; }

.bgh-about-grid, .bgh-pinterest-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 58px; align-items: center; }
.bgh-about-brand { border: 1px solid var(--bgh-line); background: #fff; min-height: 330px; display: grid; place-items: center; padding: 36px; }
.bgh-about-brand img { width: min(100%, 430px); }
.bgh-about-copy h2, .bgh-pinterest-copy h2 { font-size: clamp(38px,4.6vw,58px); line-height: 1.03; margin: 0 0 18px; }
.bgh-about-copy p, .bgh-pinterest-copy p { color: var(--bgh-muted); font-size: 17px; margin: 0 0 26px; }

.bgh-pinterest { background: #f1ede5; }
.bgh-pinterest-grid { grid-template-columns: .72fr 1.28fr; }
.bgh-pinterest-mark { width: 260px; height: 260px; overflow: hidden; border-radius: 50%; margin: 0 auto; background: #fff; box-shadow: 0 10px 35px rgba(40,35,31,.08); }
.bgh-pinterest-mark img { width: 100%; height: 100%; object-fit: cover; }

.bgh-newsletter { padding: 74px 0; background: var(--bgh-olive-dark); color: #fff; text-align: center; }
.bgh-newsletter h2 { font-family: var(--bgh-serif); font-weight: 500; font-size: clamp(36px,4.6vw,54px); margin: 0 0 12px; }
.bgh-newsletter p { max-width: 650px; margin: 0 auto 24px; opacity: .86; }
.bgh-newsletter .bgh-button { background: #fff; border-color: #fff; color: var(--bgh-ink) !important; }

.bgh-footer { background: #1f1c19; color: #f4f0e8; padding: 64px 0 28px; }
.bgh-footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 44px; }
.bgh-footer-brand img { width: 245px; background: #fff; padding: 6px 10px; }
.bgh-footer-brand p { color: #bfb8ae; max-width: 360px; font-size: 14px; }
.bgh-footer h3 { margin: 0 0 16px; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.bgh-footer ul { list-style: none; margin: 0; padding: 0; }
.bgh-footer li { margin-bottom: 9px; }
.bgh-footer a { color: #cbc4ba; font-size: 14px; }
.bgh-footer a:hover { color: #fff; }
.bgh-footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #9f978e; font-size: 12px; display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 1080px) {
  .bgh-header-inner { grid-template-columns: 220px 1fr auto; gap: 16px; }
  .bgh-brand img { width: 215px; }
  .bgh-menu { gap: 15px; }
  .bgh-menu a { font-size: 12px; }
  .bgh-room-grid { grid-template-columns: repeat(3,1fr); }
  .bgh-room-card:nth-child(n+4) { margin-top: 16px; }
}

@media (max-width: 860px) {
  .bgh-container { width: min(calc(100% - 28px), var(--bgh-max)); }
  .bgh-header-inner { min-height: 76px; grid-template-columns: 1fr auto; }
  .bgh-brand img { width: 210px; max-height: 58px; }
  .bgh-menu-toggle { display: inline-grid; }
  .bgh-primary-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: #fff; border-bottom: 1px solid var(--bgh-line); padding: 18px 20px 22px; }
  .bgh-primary-nav.is-open { display: block; }
  .bgh-menu { display: grid; gap: 0; }
  .bgh-menu li { border-bottom: 1px solid var(--bgh-line); }
  .bgh-menu a { display: block; padding: 12px 3px; font-size: 13px; }
  .bgh-header-actions { grid-column: 2; grid-row: 1; }
  .bgh-hero { padding: 42px 0 54px; background: var(--bgh-cream); }
  .bgh-hero-grid, .bgh-feature-grid, .bgh-about-grid, .bgh-pinterest-grid { grid-template-columns: 1fr; gap: 34px; }
  .bgh-hero-media { min-height: 410px; box-shadow: 10px 10px 0 #e8e0d3; }
  .bgh-feature--reverse .bgh-feature-media, .bgh-feature--reverse .bgh-feature-copy { order: initial; }
  .bgh-room-grid { grid-template-columns: repeat(2,1fr); }
  .bgh-post-grid, .bgh-diy-grid { grid-template-columns: repeat(2,1fr); }
  .bgh-footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
  .bgh-brand img { width: 185px; }
  .bgh-header-actions .bgh-search-toggle { display: none; }
  .bgh-hero h1 { font-size: 42px; }
  .bgh-hero-media { min-height: 320px; }
  .bgh-section, .bgh-feature { padding: 58px 0; }
  .bgh-section-heading { display: block; }
  .bgh-section-heading .bgh-text-link { display: inline-block; margin-top: 16px; }
  .bgh-room-grid, .bgh-post-grid, .bgh-diy-grid, .bgh-footer-grid { grid-template-columns: 1fr; }
  .bgh-room-grid { gap: 26px; }
  .bgh-room-image { aspect-ratio: 1.18; }
  .bgh-post-image { aspect-ratio: 1.25; }
  .bgh-footer-bottom { display: block; }
  .bgh-footer-bottom span { display: block; margin-top: 8px; }
}


/* v1.2 - contrast and light/dark rendering hardening.
 * Kadence/global heading colors can otherwise override inherited text colors
 * on dark editorial sections. These selectors intentionally win that cascade.
 */
:root { color-scheme: light; }
html, body { background-color: #ffffff; }

/* Keep the design deterministic even when the OS/browser prefers dark mode. */
@media (prefers-color-scheme: dark) {
  html, body,
  .bgh-home { background: #ffffff !important; color: var(--bgh-ink) !important; }
  .bgh-site-header { background: rgba(255,255,255,.98) !important; }
  .bgh-search-panel { background: var(--bgh-cream) !important; }
  .bgh-section--cream { background: var(--bgh-cream) !important; }
  .bgh-pinterest { background: #f1ede5 !important; }
  .bgh-diy-card, .bgh-about-brand { background: #ffffff !important; }
}

/* Dark feature section */
.bgh-home .bgh-small-space {
  background: #27221e !important;
  color: #ffffff !important;
}
.bgh-home .bgh-small-space .bgh-eyebrow {
  color: #d7d39b !important;
  opacity: 1 !important;
}
.bgh-home .bgh-small-space .bgh-feature-copy h2,
.bgh-home .bgh-small-space .bgh-feature-copy p,
.bgh-home .bgh-small-space .bgh-text-link,
.bgh-home .bgh-small-space .bgh-text-link:visited {
  color: #ffffff !important;
}
.bgh-home .bgh-small-space .bgh-feature-copy p { opacity: .86 !important; }
.bgh-home .bgh-small-space .bgh-text-link { border-bottom-color: rgba(255,255,255,.75) !important; }

/* Olive newsletter: all copy must remain high contrast. */
.bgh-home .bgh-newsletter {
  background: #666537 !important;
  color: #ffffff !important;
}
.bgh-home .bgh-newsletter .bgh-eyebrow,
.bgh-home .bgh-newsletter h2,
.bgh-home .bgh-newsletter p {
  color: #ffffff !important;
}
.bgh-home .bgh-newsletter .bgh-eyebrow { opacity: .82 !important; }
.bgh-home .bgh-newsletter p { opacity: .92 !important; }
.bgh-home .bgh-newsletter .bgh-button,
.bgh-home .bgh-newsletter .bgh-button:visited {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #28231f !important;
}
.bgh-home .bgh-newsletter .bgh-button:hover {
  background: #f3efe6 !important;
  border-color: #f3efe6 !important;
  color: #28231f !important;
}

/* Footer contrast */
.bgh-home .bgh-footer {
  background: #1d1a17 !important;
  color: #f7f4ed !important;
}
.bgh-home .bgh-footer h3 { color: #ffffff !important; }
.bgh-home .bgh-footer-brand p { color: #d2cbc1 !important; }
.bgh-home .bgh-footer a,
.bgh-home .bgh-footer a:visited { color: #d7d0c7 !important; }
.bgh-home .bgh-footer a:hover { color: #ffffff !important; }
.bgh-home .bgh-footer-bottom { color: #bcb4aa !important; }

/* Light-surface typography: prevent parent-theme dark-mode/global overrides. */
.bgh-home .bgh-hero h1,
.bgh-home .bgh-section-title,
.bgh-home .bgh-feature:not(.bgh-small-space) .bgh-feature-copy h2,
.bgh-home .bgh-about-copy h2,
.bgh-home .bgh-pinterest-copy h2,
.bgh-home .bgh-room-card h3,
.bgh-home .bgh-post-card h3,
.bgh-home .bgh-diy-card h3 {
  color: var(--bgh-ink) !important;
}
.bgh-home .bgh-hero .bgh-lead,
.bgh-home .bgh-section-subtitle,
.bgh-home .bgh-feature:not(.bgh-small-space) .bgh-feature-copy p,
.bgh-home .bgh-about-copy p,
.bgh-home .bgh-pinterest-copy p,
.bgh-home .bgh-post-card p,
.bgh-home .bgh-diy-card p {
  color: var(--bgh-muted) !important;
}

/* Buttons/links stay legible in every state. */
.bgh-home .bgh-button:not(.bgh-button--light),
.bgh-home .bgh-button:not(.bgh-button--light):visited {
  color: #ffffff !important;
}
.bgh-home .bgh-button--light,
.bgh-home .bgh-button--light:visited {
  background: transparent !important;
  color: var(--bgh-ink) !important;
}
.bgh-home .bgh-button--light:hover {
  background: var(--bgh-ink) !important;
  color: #ffffff !important;
}


/* v1.3: Newsletter CTA must remain dark text on its white button.
   This comes after the global button rule so Kadence/theme overrides cannot
   make the label white-on-white. */
.bgh-home .bgh-newsletter a.bgh-button,
.bgh-home .bgh-newsletter a.bgh-button:link,
.bgh-home .bgh-newsletter a.bgh-button:visited {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #28231f !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.bgh-home .bgh-newsletter a.bgh-button:hover,
.bgh-home .bgh-newsletter a.bgh-button:focus {
  background: #f3efe6 !important;
  border-color: #f3efe6 !important;
  color: #28231f !important;
}


/* v1.4 - image rendering fix.
 * The generic body.home img rule had greater specificity than the media-frame
 * rules, so WordPress images kept height:auto and only occupied the top of
 * fixed/aspect-ratio frames. Force editorial media to actually fill its frame.
 */
body.home .bgh-hero-media > img,
body.home .bgh-feature-media > img,
body.home .bgh-room-image > img,
body.home .bgh-post-image > img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Room thumbnails should feel like editorial photography, not tall empty cards. */
body.home .bgh-room-image {
  aspect-ratio: 4 / 3;
}

/* Give each large feature a predictable crop without beige gaps. */
body.home .bgh-hero-media,
body.home .bgh-feature-media,
body.home .bgh-room-image,
body.home .bgh-post-image {
  line-height: 0;
}

@media (max-width: 560px) {
  body.home .bgh-room-image { aspect-ratio: 4 / 3; }
}

/* v1.5 - final hero-media fill fix.
 * A percentage-height image cannot reliably fill a parent that only has
 * min-height. Give the hero frame a real ratio/height context so the image
 * fills the complete cream frame with object-fit: cover.
 */
body.home .bgh-hero-media {
  min-height: 0 !important;
  height: auto !important;
  aspect-ratio: 3 / 2 !important;
}
body.home .bgh-hero-media > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}
@media (max-width: 860px) {
  body.home .bgh-hero-media {
    min-height: 0 !important;
    aspect-ratio: 3 / 2 !important;
  }
}
@media (max-width: 560px) {
  body.home .bgh-hero-media {
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
  }
}

/* v1.6 - topic-correct editorial photography + better sparse latest-post grid. */
body.home .bgh-room-image img,
body.home .bgh-feature-media img,
body.home .bgh-hero-media img {
  background: var(--bgh-cream-2);
}

/* If only 1–2 articles are published, don't leave an accidental empty third
   column. Cards expand cleanly; once 3+ exist the layout naturally returns to
   a three-column editorial grid. */
body.home .bgh-post-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
}

/* Slightly different crops keep each room visually readable in compact cards. */
body.home .bgh-room-card:nth-child(1) .bgh-room-image img { object-position: center 55% !important; }
body.home .bgh-room-card:nth-child(2) .bgh-room-image img { object-position: center 52% !important; }
body.home .bgh-room-card:nth-child(3) .bgh-room-image img { object-position: center 52% !important; }
body.home .bgh-room-card:nth-child(4) .bgh-room-image img { object-position: center 56% !important; }
body.home .bgh-room-card:nth-child(5) .bgh-room-image img { object-position: center center !important; }


/* v2.0 - HERO IMAGE BACKDROP FIX.
 * No room, feature, post, DIY, Pinterest, newsletter or footer styling is
 * changed here. The hero keeps Budget Home Glow's own featured image and gets
 * a more intentional editorial composition. The full hero now uses one
 * warm-cream background; only the image frame keeps its subtle layered accent.
 */
body.home .bgh-hero {
  position: relative;
  padding: 78px 0 82px !important;
  background: #faf8f3 !important;
  border-bottom: 1px solid rgba(111,110,62,.12);
}
body.home .bgh-hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent 0 8%, var(--bgh-olive) 8% 19%, transparent 19% 100%);
  opacity: .72;
}
body.home .bgh-hero-grid {
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr) !important;
  gap: clamp(48px,6vw,86px) !important;
  align-items: center !important;
}
body.home .bgh-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 570px;
  padding: 16px 0 18px;
}
body.home .bgh-hero .bgh-eyebrow {
  margin-bottom: 17px !important;
  color: var(--bgh-olive-dark) !important;
}
body.home .bgh-hero h1 {
  font-size: clamp(50px,5.15vw,70px) !important;
  line-height: .98 !important;
  letter-spacing: -.038em !important;
  margin-bottom: 24px !important;
  max-width: 560px !important;
  text-wrap: balance;
}
body.home .bgh-hero .bgh-lead {
  max-width: 515px !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
  margin-bottom: 31px !important;
}
body.home .bgh-hero .bgh-button {
  min-height: 50px;
  padding-inline: 25px;
  box-shadow: 0 7px 20px rgba(40,35,31,.08);
}
body.home .bgh-hero-visual {
  position: relative;
  isolation: isolate;
  padding: 0;
}
/* Remove the offset beige/olive backing panel behind the hero photograph. */
body.home .bgh-hero-visual::before {
  content: none !important;
  display: none !important;
}
body.home .bgh-hero-media {
  position: relative !important;
  z-index: 2;
  aspect-ratio: 16 / 11 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  background: #e8e1d5 !important;
  box-shadow: 0 18px 44px rgba(40,35,31,.10) !important;
  outline: 1px solid rgba(40,35,31,.06);
}
body.home .bgh-hero-media > img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}
body.home .bgh-hero-accent {
  display: none !important;
}

@media (max-width: 860px) {
  body.home .bgh-hero {
    padding: 48px 0 62px !important;
    background: #faf8f3 !important;
  }
  body.home .bgh-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }
  body.home .bgh-hero-copy { max-width: 680px; padding-bottom: 0; }
  body.home .bgh-hero h1 { max-width: 680px !important; }
  body.home .bgh-hero-visual { padding: 0; }
  body.home .bgh-hero-visual::before { content: none !important; display: none !important; }
  body.home .bgh-hero-media { aspect-ratio: 16 / 11 !important; box-shadow: 0 14px 34px rgba(40,35,31,.10) !important; }
}

@media (max-width: 560px) {
  body.home .bgh-hero { padding: 40px 0 48px !important; }
  body.home .bgh-hero h1 { font-size: clamp(42px,12vw,54px) !important; }
  body.home .bgh-hero .bgh-lead { font-size: 16px !important; line-height: 1.65 !important; }
  body.home .bgh-hero-media { aspect-ratio: 4 / 3 !important; }
}


/* v2.4.0 - FINAL HERO PROPORTION POLISH.
 * User-provided hero image remains unchanged. The frame is ~10% taller on
 * desktop/tablet for better balance with the headline. All lower sections are untouched.
 */
