/* elevated. unique identity: black, ivory, champagne (no Orchid purple) */

@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,500;0,6..96,600;0,6..96,700;1,6..96,500&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@300;400;500;600;700;800&display=swap");

:root {
  --ehd-ink: #0d0d0d;
  --ehd-paper: #f7f4ef;
  --ehd-stone: #e8e2d8;
  --ehd-champagne: #c4a574;
  --ehd-champagne-deep: #a8844f;
  --ehd-mute: rgba(13, 13, 13, 0.68);
  --ehd-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ehd-display: "Bodoni Moda", "Cormorant Garamond", Georgia, serif;
  --ehd-sans: "Outfit", system-ui, sans-serif;
}

html {
  background: var(--ehd-paper);
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body,
body.skrollr,
html.skrollr,
html.skrollr-desktop,
html.skrollr-mobile {
  /* Intrio + skrollr set body height / overflow:hidden and clip the footer */
  height: auto !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  font-family: var(--ehd-sans) !important;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(196, 165, 116, 0.12), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(13, 13, 13, 0.04), transparent 50%),
    var(--ehd-paper) !important;
  color: var(--ehd-ink);
}

footer.ogi-footer {
  display: block !important;
  overflow: visible !important;
  max-height: none !important;
  height: auto !important;
  visibility: visible !important;
  position: relative;
  z-index: 2;
  padding-bottom: 2.5rem;
}

footer.ogi-footer .subfooter {
  display: block !important;
  overflow: visible !important;
  visibility: visible !important;
}

@media (max-width: 991px) {
  footer.ogi-footer {
    padding-bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }
}

h1, h2, h3, h4, h5, .hs-5 {
  font-family: var(--ehd-serif) !important;
  letter-spacing: -0.02em;
  font-weight: 600;
}

/* Dark process band titles stay ivory */
.ehd-about-process .text-center h2,
.ehd-about-process h2 {
  color: #f7f4ef !important;
}

/* Home about stats: centered, bold, larger (only change requested) */
#ehd-home-about .de_count {
  text-align: center;
}

#ehd-home-about .de_count h3 {
  font-family: var(--ehd-display) !important;
  font-weight: 700 !important;
  font-size: clamp(2.15rem, 3.5vw, 2.85rem) !important;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 0.35rem !important;
}

#ehd-home-about .de_count {
  font-size: 0.95rem;
  color: rgba(13, 13, 13, 0.72);
}

/* Hero titles: Intrio / Orchid Google Sans, same as Orchid Gold */
.ogi-hero__copy h1,
.ogi-hero__copy .fs-120 {
  font-family: var(--heading-font), "Google Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  line-height: 0.85em !important;
}

/* Circular logo mark is already a cutout PNG — no extra chrome */
footer img.w-170px,
footer img.w-150px,
.ogi-drawer__logo img,
.ogi-preloader__logo {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

header #logo img {
  max-height: 58px;
  width: auto;
}

/* Brand lockup: Didot-style wordmark (matches their circular logo type) */
header #logo .ehd-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none !important;
  color: inherit;
}

header #logo {
  min-width: 0 !important;
  margin-left: 0 !important;
  left: 0 !important;
}

/* RNH: official logo only (one visible at a time). Logo already says INTERIORS. */
header #logo .ehd-brand-lockup .ehd-wordmark {
  display: none !important;
}

header #logo .ehd-brand-lockup img.logo-main {
  display: block !important;
}

header #logo .ehd-brand-lockup img.logo-scroll,
header #logo .ehd-brand-lockup img.logo-mobile {
  display: none !important;
}

header.smaller #logo .ehd-brand-lockup img.logo-main {
  display: none !important;
}

header.smaller #logo .ehd-brand-lockup img.logo-scroll {
  display: block !important;
}

@media (max-width: 767px) {
  header #logo .ehd-brand-lockup img.logo-main,
  header #logo .ehd-brand-lockup img.logo-scroll {
    display: none !important;
  }

  header #logo .ehd-brand-lockup img.logo-mobile {
    display: block !important;
  }
}

.ehd-wordmark {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  min-width: 0;
}

.ehd-wordmark__name {
  font-family: var(--ehd-display) !important;
  font-weight: 600;
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  letter-spacing: -0.01em;
  color: #f7f4ef;
  text-transform: none;
}

.ehd-wordmark__dot {
  display: none;
}

.ehd-wordmark__rule {
  display: block;
  width: 100%;
  max-width: 9rem;
  height: 1px;
  margin: 0.28rem 0 0.34rem;
  background: linear-gradient(90deg, var(--ehd-champagne), rgba(196, 165, 116, 0.15));
}

.ehd-wordmark__tag {
  font-family: var(--ehd-display) !important;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(247, 244, 239, 0.78);
  white-space: nowrap;
}

/* Dark sticky / mobile bar (matches Quote CTA charcoal chrome) */
header.smaller .ehd-wordmark__name,
header.header-mobile .ehd-wordmark__name,
header.transparent .ehd-wordmark__name {
  color: #f7f4ef;
}

header.smaller .ehd-wordmark__tag,
header.header-mobile .ehd-wordmark__tag,
header.transparent .ehd-wordmark__tag {
  color: rgba(247, 244, 239, 0.78);
}

header.transparent:not(.smaller) .ehd-wordmark__name {
  text-shadow: 0 1px 18px rgba(0, 0, 0, 0.45);
}

/* Desktop header: larger Orchid-scale chrome */
@media (min-width: 993px) {
  header .de-flex.sm-pt10 {
    min-height: 5.5rem;
    padding-top: 0.85rem !important;
    padding-bottom: 0.85rem;
    align-items: center;
  }

  header #mainmenu > li {
    margin: 0 clamp(0.35rem, 0.9vw, 0.85rem) !important;
  }

  header #mainmenu > li > a.menu-item {
    padding: 0.35rem 0.45rem !important;
    font-size: 0.92rem !important;
    letter-spacing: 0.08em !important;
    font-weight: 500 !important;
  }

  header #mainmenu > li.has-child:after {
    font-size: 0.7rem !important;
  }

  header .ogi-header-cta {
    padding: 0.72rem 1.35rem !important;
    font-size: 0.82rem !important;
    min-height: 2.75rem;
    display: inline-flex;
    align-items: center;
  }

  header #btn-extra {
    transform: scale(1.05);
  }
}

@media (max-width: 420px) {
  .ehd-wordmark__name {
    font-size: 1.45rem;
  }

  .ehd-wordmark__tag {
    letter-spacing: 0.2em;
    font-size: 0.62rem;
  }
}

/* Mobile drawer brand (light panel, dark type) */
.ogi-drawer__logo.ehd-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none !important;
  margin-bottom: 0.35rem;
  color: #0d0d0d !important;
}

.ogi-drawer__logo img {
  display: block !important;
  width: 44px;
  height: 44px;
  max-height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.ogi-drawer .ehd-wordmark__name {
  color: #0d0d0d !important;
  font-size: 1.75rem;
}

.ogi-drawer .ehd-wordmark__tag {
  color: rgba(13, 13, 13, 0.62) !important;
}

.ogi-drawer .ehd-wordmark__rule {
  background: linear-gradient(90deg, #c4a574, rgba(196, 165, 116, 0.2));
}

/* Footer: text lockup above blurb (no circular mark) */
.ogi-footer-brand .ehd-footer-wordmark {
  display: inline-flex;
  text-decoration: none !important;
  margin: 0 0 1rem;
}

.ogi-footer-brand .ehd-wordmark__name {
  color: #f7f4ef;
  font-size: clamp(1.65rem, 3vw, 2.05rem);
}

.ogi-footer-brand .ehd-wordmark__tag {
  color: rgba(247, 244, 239, 0.72);
}

.ogi-footer-brand .ehd-wordmark__rule {
  max-width: 8.5rem;
}

.ogi-footer-brand .ogi-footer-blurb {
  margin-top: 0;
}

/* Top of page: fully clear header (solid charcoal only after scroll .smaller) */
header.transparent:not(.smaller):not(.menu-open),
header.transparent:not(.smaller):not(.menu-open) .container,
header.transparent:not(.smaller):not(.menu-open) .de-flex,
header.transparent:not(.smaller):not(.menu-open) .de-flex-col {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

header.transparent {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

/* Desktop + mobile: never paint a solid bar at scroll top */
header.transparent:not(.smaller):not(.menu-open),
header.transparent.header-mobile:not(.smaller):not(.menu-open),
header.transparent:not(.smaller):not(.menu-open) .container,
header.transparent:not(.smaller):not(.menu-open) .de-flex {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

header.transparent.smaller,
header.transparent.menu-open,
header.header-mobile.menu-open {
  background: rgba(13, 13, 13, 0.92) !important;
}

/* Mobile: transparent at load; solid after scroll (same as desktop) */
@media (max-width: 992px) {
  header.transparent.header-mobile:not(.smaller):not(.menu-open) {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  header.transparent.header-mobile.smaller,
  header.transparent.header-mobile.menu-open {
    background: rgba(13, 13, 13, 0.92) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(196, 165, 116, 0.22);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  }
}

/* Champagne CTA, sharp premium corners */
.btn-main,
.bg-color {
  background-color: var(--ehd-champagne) !important;
  border-color: var(--ehd-champagne) !important;
  color: var(--ehd-ink) !important;
  border-radius: 2px !important;
  font-family: var(--ehd-sans) !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.btn-main:hover {
  background-color: var(--ehd-champagne-deep) !important;
  border-color: var(--ehd-champagne-deep) !important;
  color: #fff !important;
}

.btn-line {
  background: transparent !important;
  border: 1px solid var(--ehd-ink) !important;
  color: var(--ehd-ink) !important;
}

.btn-line:hover {
  background: var(--ehd-ink) !important;
  color: #fff !important;
}

.subtitle {
  font-family: var(--ehd-sans) !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  font-size: 0.95rem !important;
  color: var(--ehd-champagne-deep) !important;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 0.65rem;
}

.subtitle::after,
.subtitle::before {
  content: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  border: none !important;
}

.ogi-hero__stage {
  position: relative;
  width: 100%;
  min-height: 88vh;
  height: 88vh;
  max-height: none;
  overflow: hidden;
}

.ogi-hero__swiper {
  will-change: transform;
  transform-origin: 50% 42%;
  backface-visibility: hidden;
  z-index: 0;
}

.ogi-hero__swiper,
.ogi-hero__swiper .swiper-wrapper,
.ogi-hero__swiper .swiper-slide,
.ogi-hero__swiper .swiper-inner {
  min-height: 88vh !important;
  height: 100% !important;
}

.ogi-hero__swiper .swiper-inner {
  position: relative;
  background: #0d0d0d !important;
  background-image: none !important;
  overflow: hidden;
}

.ogi-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  z-index: 0;
}

.ogi-hero__overlay.sw-overlay,
.ogi-hero .sw-overlay.ogi-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      105deg,
      rgba(8, 8, 8, 0.42) 0%,
      rgba(8, 8, 8, 0.14) 48%,
      rgba(8, 8, 8, 0.22) 100%
    ) !important;
  opacity: 1 !important;
}

.ogi-hero__copy {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.ogi-hero__labels {
  display: none !important;
}

.ehd-hero-panel {
  display: contents;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Match Orchid Intrio hero type scale + stagger spacing */
.ogi-hero__copy h1.fs-120 {
  font-size: clamp(3.5rem, 9.5vw, 7.5rem) !important;
}

.ogi-hero__copy .text-lg-end h1 {
  margin-bottom: 1.25rem !important;
}

.ehd-hero-lead {
  margin-top: 0;
  max-width: 28rem;
  font-family: var(--body-font), "Google Sans", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: clamp(1rem, 1.35vw, 1.125rem) !important;
  line-height: 1.7;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.88) !important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.ehd-hero-proof {
  left: 0;
  right: 0;
  bottom: clamp(1.25rem, 3vh, 2rem);
  pointer-events: none;
}

.ehd-hero-proof__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  pointer-events: auto;
}

.ehd-google-pill--on-hero {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
}

.ehd-social-mini--on-hero {
  border: 1px solid transparent;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.ehd-social-mini--on-hero.ehd-social-mini--reviews {
  background: #fbbc05;
  color: #0d0d0d !important;
}

.ehd-social-mini--on-hero.ehd-social-mini--ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff !important;
}

.ehd-social-mini--on-hero.ehd-social-mini--tt {
  background: #010101;
  color: #fff !important;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.28),
    -2px 0 0 #25f4ee,
    2px 0 0 #fe2c55;
}

.ehd-social-mini--on-hero.ehd-social-mini--wa {
  background: #25d366;
  color: #fff !important;
  border-color: transparent;
}

/* Legacy reviews bar kept for other pages if reused */
.ehd-reviews-bar {
  padding: 1.15rem 0 0.35rem;
  background: var(--ehd-paper, #f7f4ef);
  border-bottom: 1px solid rgba(13, 13, 13, 0.06);
}

.ehd-reviews-bar__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.ehd-google-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.55rem 0.95rem 0.55rem 0.55rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #dadce0;
  color: #202124 !important;
  text-decoration: none !important;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ehd-google-pill:hover,
.ehd-google-pill:focus-visible {
  transform: translateY(-1px);
  border-color: #c4a574;
  box-shadow: 0 8px 22px rgba(13, 13, 13, 0.12);
  color: #202124 !important;
  outline: none;
}

.ehd-google-pill__g {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dadce0;
}

.ehd-google-pill__score {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.ehd-google-pill__stars {
  color: #e8b923;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
}

.ehd-google-pill__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
  min-width: 0;
}

.ehd-google-pill__copy strong {
  font-size: 0.84rem;
}

.ehd-google-pill__copy span {
  font-size: 0.7rem;
  color: rgba(32, 33, 36, 0.68);
}

.ehd-google-pill__cta {
  margin-left: 0.25rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ehd-champagne-deep);
}

.ehd-social-mini {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0d0d0d;
  color: #f7f4ef !important;
  font-size: 1.05rem;
  text-decoration: none !important;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.ehd-social-mini:hover,
.ehd-social-mini:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.08);
  color: inherit !important;
  outline: none;
}

.ehd-social-mini--reviews {
  background: #fbbc05;
  color: #0d0d0d !important;
}

.ehd-social-mini--reviews:hover,
.ehd-social-mini--reviews:focus-visible {
  color: #0d0d0d !important;
}

.ehd-social-mini--ig {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff !important;
}

.ehd-social-mini--ig:hover,
.ehd-social-mini--ig:focus-visible {
  color: #fff !important;
}

.ehd-social-mini--tt {
  background: #010101;
  color: #fff !important;
  box-shadow: -2px 0 0 #25f4ee, 2px 0 0 #fe2c55;
}

.ehd-social-mini--tt:hover,
.ehd-social-mini--tt:focus-visible {
  color: #fff !important;
}

.ehd-social-mini--wa {
  background: #25d366;
  color: #fff !important;
}

.ehd-social-mini--wa:hover,
.ehd-social-mini--wa:focus-visible {
  background: #1ebe57;
  color: #fff !important;
}

/* Home about: fuller intro */
.ehd-home-about {
  padding-top: clamp(3.25rem, 6vw, 5rem);
  padding-bottom: clamp(3.25rem, 6vw, 5rem);
}

.ehd-home-about__media {
  margin: 0;
}

.ehd-home-about__media img {
  width: 100%;
  display: block;
}

.ehd-home-about__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
  margin-top: 0.55rem;
}

.ehd-home-about__thumbs img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.ehd-home-about__lead {
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(13, 13, 13, 0.88);
}

.ehd-home-about__list {
  margin: 0 0 1rem;
  padding-left: 1.1rem;
}

.ehd-home-about__list li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
  color: rgba(13, 13, 13, 0.78);
}

#ehd-home-about .de_count h3 {
  /* size/weight set with the stats block above */
  font-family: var(--ehd-display) !important;
}

.ehd-home-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.ehd-about-photo--wide,
.ehd-home-about__media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
  border-radius: 2px;
}

/* Service + gallery hover: enlarge + detail tip */
.ehd-card-hover__media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 0.85rem;
  aspect-ratio: 4 / 5;
  background: var(--ehd-stone);
}

.ehd-card-hover__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.ehd-card-hover__tip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.85rem 0.9rem;
  background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.78));
  color: #f7f4ef;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ehd-card-hover:hover .ehd-card-hover__media img,
.ehd-card-hover:focus-visible .ehd-card-hover__media img {
  transform: scale(1.08);
}

.ehd-card-hover:hover .ehd-card-hover__tip,
.ehd-card-hover:focus-visible .ehd-card-hover__tip {
  opacity: 1;
  transform: translateY(0);
}

.ehd-gallery-grid--hover .ehd-gallery-item {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--ehd-stone);
  border-radius: 2px;
}

.ehd-gallery-grid--hover .ehd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.ehd-gallery-grid--hover .ehd-gallery-item > .relative {
  width: 100%;
  height: 100%;
}

.ehd-card-hover__media > .relative {
  display: block;
  width: 100%;
  height: 100%;
}

.ehd-card-hover__media > .relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ehd-gallery-hover {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem 0.95rem;
  background: linear-gradient(180deg, transparent, rgba(8, 8, 8, 0.82));
  color: #f7f4ef;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.ehd-gallery-hover strong {
  font-family: var(--ehd-sans);
  font-size: 0.88rem;
  font-weight: 600;
}

.ehd-gallery-hover em {
  font-style: normal;
  font-size: 0.74rem;
  color: rgba(247, 244, 239, 0.78);
}

.ehd-gallery-grid--hover .ehd-gallery-item:hover img,
.ehd-gallery-grid--hover .ehd-gallery-item:focus-visible img {
  transform: scale(1.1);
}

.ehd-gallery-grid--hover .ehd-gallery-item:hover .ehd-gallery-hover,
.ehd-gallery-grid--hover .ehd-gallery-item:focus-visible .ehd-gallery-hover {
  opacity: 1;
  transform: translateY(0);
}

/* Home gallery lightbox CTAs */
#ehd-home-lightbox.ehd-lightbox[hidden] {
  display: none !important;
}

#ehd-home-lightbox.ehd-lightbox.is-open {
  display: flex !important;
}

#ehd-home-lightbox .ehd-lightbox__dialog {
  max-height: min(94vh, 100%);
}

#ehd-home-lightbox .ehd-lightbox__stage {
  flex: 0 1 auto;
}

#ehd-home-lightbox .ehd-lightbox__img {
  max-height: min(58vh, 640px);
}

#ehd-home-lightbox .ehd-lightbox__close {
  top: 0.35rem;
  right: 0.35rem;
}

#ehd-home-lightbox .ehd-lightbox__prev,
#ehd-home-lightbox .ehd-lightbox__next {
  top: 32%;
}

.ehd-home-lb-copy {
  text-align: center;
  color: #fff;
  max-width: 36rem;
  margin: 0 auto;
  flex-shrink: 0;
  padding-bottom: 0.25rem;
}

.ehd-home-lb-title {
  margin: 0 0 0.35rem;
  font-family: var(--ehd-display, Georgia, serif);
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  color: #fff;
}

.ehd-home-lb-desc {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.ehd-home-lb-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-top: 0.85rem;
}

.ehd-home-lb-ctas .btn-main {
  margin: 0;
}

.ehd-home-lb-ctas .btn-line {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: transparent !important;
}

.ehd-home-lb-ctas .btn-line:hover,
.ehd-home-lb-ctas .btn-line:focus-visible {
  color: #0d0d0d !important;
  background: #fff !important;
  border-color: #fff !important;
}

@media (max-width: 575px) {
  .ehd-home-lb-ctas .btn-main {
    width: 100%;
    text-align: center;
  }
}

.ogi-video-banner {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: #0d0d0d;
}

.ogi-video-banner__frame {
  will-change: transform;
  transform-origin: center center;
}
.ehd-quote-band {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(900px 420px at 12% 20%, rgba(196, 165, 116, 0.18), transparent 60%),
    #0d0d0d;
  color: #f7f4ef;
}

.ehd-quote-band__inner {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(196, 165, 116, 0.35);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.03);
}

@media (min-width: 900px) {
  .ehd-quote-band__inner {
    grid-template-columns: 1.35fr 0.9fr;
    padding: 2.25rem 2rem;
    gap: 2rem;
  }
}

.ehd-quote-band .subtitle {
  color: var(--ehd-champagne) !important;
}

.ehd-quote-band h2 {
  color: #f7f4ef !important;
  font-size: clamp(2rem, 4.5vw, 3.2rem) !important;
  margin-bottom: 0.75rem;
}

.ehd-quote-band p {
  color: rgba(247, 244, 239, 0.78);
  max-width: 36rem;
  font-size: 1.05rem;
}

.ehd-quote-band__perks {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.ehd-quote-band__perks li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.92rem;
  color: rgba(247, 244, 239, 0.82);
}

.ehd-quote-band__perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--ehd-champagne);
}

.ehd-quote-band__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.ehd-quote-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.25rem;
  border-radius: 2px;
  background: var(--ehd-champagne) !important;
  color: #0d0d0d !important;
  font-family: var(--ehd-sans);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease, color 0.2s ease;
  box-shadow: none;
}

.ehd-quote-band__btn:hover,
.ehd-quote-band__btn:focus-visible {
  background: var(--ehd-champagne-deep) !important;
  color: #fff !important;
  outline: none;
}

.ehd-quote-band__btn--wa {
  background: #128c7e !important;
  color: #fff !important;
  box-shadow: none;
}

.ehd-quote-band__btn--wa:hover,
.ehd-quote-band__btn--wa:focus-visible {
  background: #0f7a6e !important;
  color: #fff !important;
}

.ehd-quote-band__link {
  text-align: center;
  color: rgba(247, 244, 239, 0.72) !important;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ehd-quote-band__link:hover {
  color: var(--ehd-champagne) !important;
}

@media (max-width: 575px) {
  .ehd-google-pill__cta {
    display: none;
  }

  .ehd-hero-panel {
    padding: 0.95rem 1rem 1.05rem;
  }
}

/* Gallery: denser scroll, sticky filters, working hide + search */
.ehd-gallery-toolbar {
  position: sticky;
  top: 4.5rem;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  margin-bottom: 0.85rem;
  padding: 0.65rem 0.35rem;
  background: rgba(247, 244, 239, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(13, 13, 13, 0.06);
}

.ehd-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin-bottom: 0;
}

.ehd-gallery-filters button {
  border: 1px solid rgba(13, 13, 13, 0.16);
  background: #fff;
  color: #0d0d0d;
  padding: 0.42rem 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.ehd-gallery-filters button.is-active,
.ehd-gallery-filters button:hover {
  background: #0d0d0d;
  color: #f7f4ef;
  border-color: #0d0d0d;
}

.ehd-gallery-search {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.ehd-gallery-search__toggle {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(13, 13, 13, 0.16);
  background: #fff;
  color: #0d0d0d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ehd-gallery-search__toggle:hover,
.ehd-gallery-search.is-open .ehd-gallery-search__toggle {
  background: #0d0d0d;
  color: #f7f4ef;
  border-color: #0d0d0d;
}

.ehd-gallery-search__input {
  width: 0;
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(13, 13, 13, 0.16);
  background: #fff;
  color: #0d0d0d;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  transition: width 0.22s ease, opacity 0.18s ease;
}

.ehd-gallery-search.is-open .ehd-gallery-search__input {
  width: min(14rem, 58vw);
  opacity: 1;
  pointer-events: auto;
}

.ehd-gallery-meta {
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: rgba(13, 13, 13, 0.55);
  margin: 0 0 1.15rem;
}

.ehd-gallery-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.55rem;
}

@media (min-width: 768px) {
  .ehd-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
  }
}

@media (min-width: 1200px) {
  .ehd-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
  }
  .ehd-gallery-item:nth-child(5n + 1) {
    grid-column: auto;
    aspect-ratio: auto;
  }
}

.ehd-gallery-item {
  aspect-ratio: 4 / 5;
  background: var(--ehd-stone);
  position: relative;
  overflow: hidden;
}

.ehd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Keep photos clean: caption under image, never over the photo */
.ehd-gallery-item figcaption {
  position: static;
  background: transparent;
  color: var(--ehd-ink);
  padding: 0.45rem 0.1rem 0;
  font-family: var(--ehd-sans);
  font-size: 0.7rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.ehd-gallery-grid .ehd-gallery-item {
  aspect-ratio: auto;
  background: transparent;
  display: flex;
  flex-direction: column;
}

.ehd-gallery-grid .ehd-gallery-item.is-hidden,
.ehd-gallery-item.is-hidden {
  display: none !important;
}

.ehd-gallery-grid .ehd-gallery-item > a,
.ehd-gallery-grid .ehd-gallery-item > img {
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
  background: var(--ehd-stone);
}

.ehd-gallery-grid .ehd-gallery-item > a {
  display: block;
  overflow: hidden;
}

.ehd-gallery-grid .ehd-gallery-item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .ehd-gallery-item:nth-child(5n + 1) > img,
  .ehd-gallery-item:nth-child(5n + 1) > a {
    aspect-ratio: 1 / 1;
  }
}

/* Breadcrumb banners: show full wide crop + darker shade so white titles read */
.jarallax-img {
  object-fit: cover !important;
  object-position: center center !important;
}

section.bg-dark.jarallax,
section.ehd-page-banner {
  min-height: 280px;
}

section.bg-dark.jarallax .sw-overlay,
section.bg-dark.jarallax .sw-overlay.op-4,
section.bg-dark.jarallax .sw-overlay.op-5,
section.bg-dark.jarallax .sw-overlay.op-6,
section.ehd-page-banner .sw-overlay {
  z-index: 1 !important;
  opacity: 1 !important;
  background:
    linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.8) 45%,
      rgba(0, 0, 0, 0.86) 100%
    ) !important;
}

section.bg-dark.jarallax .container.relative.z-2,
section.ehd-page-banner .container.relative.z-2 {
  position: relative;
  z-index: 2 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 8px 28px rgba(0, 0, 0, 0.45);
}

section.bg-dark.jarallax h1,
section.bg-dark.jarallax .crumb,
section.bg-dark.jarallax .crumb a,
section.bg-dark.jarallax p,
section.ehd-page-banner h1,
section.ehd-page-banner .crumb,
section.ehd-page-banner .crumb a,
section.ehd-page-banner p {
  color: #fff !important;
}

/* Projects index: PC hover case-study cue */
.ehd-project-card {
  display: block;
  color: inherit;
  text-decoration: none !important;
  height: 100%;
}

.ehd-project-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  background: var(--ehd-stone, #ebe6df);
  aspect-ratio: 4 / 3;
}

.ehd-project-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ehd-project-card__hover {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1.25rem;
  text-align: center;
  background: rgba(8, 8, 8, 0.58);
  color: #fff;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.ehd-project-card__hover strong {
  font-family: var(--ehd-display);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ehd-project-card__hover em {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ehd-champagne, #c4a574);
}

.ehd-project-card h3 {
  margin-bottom: 0.35rem;
}

.ehd-project-card p {
  margin: 0;
  color: rgba(13, 13, 13, 0.7);
}

@media (hover: hover) and (pointer: fine) {
  .ehd-project-card:hover .ehd-project-card__media img,
  .ehd-project-card:focus-visible .ehd-project-card__media img {
    transform: scale(1.07);
  }

  .ehd-project-card:hover .ehd-project-card__hover,
  .ehd-project-card:focus-visible .ehd-project-card__hover {
    opacity: 1;
  }
}

/* Dark footer champagne accents */
footer.ogi-footer a:hover {
  color: var(--ehd-champagne) !important;
}

.ogi-designed-by {
  color: rgba(255, 255, 255, 0.75) !important;
}

.ogi-designed-by:hover {
  color: var(--ehd-champagne) !important;
}

/* Forms readable */
.form-control,
select.form-control,
textarea.form-control {
  background: #fff !important;
  color: var(--ehd-ink) !important;
  border-radius: 2px !important;
  border-color: rgba(13, 13, 13, 0.18) !important;
}

@media (max-width: 991px) {
  .ogi-hero__stage {
    min-height: 86vh !important;
    height: 86vh !important;
  }

  .ogi-hero__swiper,
  .ogi-hero__swiper .swiper-wrapper,
  .ogi-hero__swiper .swiper-slide,
  .ogi-hero__swiper .swiper-inner {
    min-height: 100% !important;
    height: 100% !important;
  }

  .ogi-hero__copy {
    align-items: flex-end;
    padding-bottom: 6.5rem;
    text-align: left;
  }

  .ehd-hero-lead {
    font-size: 1rem !important;
  }

  .ehd-hero-proof {
    bottom: 1.5rem;
  }

  .ehd-google-pill__copy span,
  .ehd-google-pill__cta {
    display: none;
  }

  .ehd-gallery-item:nth-child(5n + 1) {
    grid-column: auto;
    aspect-ratio: 4 / 5;
  }
}

/* WOW failsafe only after timeout — lets entrance animations run first */
html.ehd-wow-failsafe .wow {
  visibility: visible !important;
}

/* Lead under hero titles must stay readable on busy photos */
.ogi-hero .ehd-hero-lead {
  color: #fff !important;
  opacity: 1 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.65),
    0 8px 28px rgba(0, 0, 0, 0.45) !important;
}

.ogi-hero__swiper .swiper-slide {
  opacity: 1;
}

.ogi-hero__swiper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0;
}
.bg-color-op-1,
.bg-color-op-2,
.bg-color-op-3 {
  background-color: rgba(196, 165, 116, 0.08) !important;
}

/* Services / Projects index section titles only */
.ehd-page-section-title {
  font-family: var(--ehd-sans), "Outfit", system-ui, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  text-transform: none !important;
  text-align: center !important;
  font-size: clamp(1.95rem, 4vw, 2.9rem) !important;
  line-height: 1.08 !important;
  color: var(--ehd-ink) !important;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

/* Home CTA band: centered copy + button + soft dust particles */
.ehd-start-cta {
  position: relative;
  overflow: hidden;
  padding-top: clamp(3.5rem, 6vw, 5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

.ehd-start-cta > .container {
  position: relative;
  z-index: 1;
}

.ehd-start-cta .ehd-progress-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}

.ehd-start-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}

.ehd-start-cta h2 {
  font-family: var(--ehd-display) !important;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem) !important;
  line-height: 1.15;
  color: var(--ehd-ink) !important;
  width: 100%;
}

.ehd-start-cta p {
  max-width: 34rem;
  width: 100%;
  margin-inline: auto;
  color: var(--ehd-mute);
  font-size: 1.05rem;
}

.ehd-start-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
}

.ehd-start-cta .btn-main,
.ehd-start-cta__actions .btn-main {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  min-height: 3rem;
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
  vertical-align: middle;
}

.ehd-start-cta__actions .btn-main {
  margin: 0 !important;
}

section.ogi-testimonials .btn-main.btn-line {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  background: transparent !important;
}

section.ogi-testimonials .btn-main.btn-line:hover,
section.ogi-testimonials .btn-main.btn-line:focus-visible {
  color: var(--ehd-ink) !important;
  background: #fff !important;
  border-color: #fff !important;
}

.ogi-video-banner__label {
  color: #fff !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

button.ogi-video-banner__link {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
  text-align: inherit;
  font: inherit;
  color: inherit;
}

html.ehd-video-open,
html.ehd-video-open body {
  overflow: hidden !important;
}

.ehd-video-modal[hidden] {
  display: none !important;
}

.ehd-video-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483600;
  display: grid;
  place-items: center;
  padding: 1.25rem;
}

.ehd-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: pointer;
}

.ehd-video-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 26rem);
  max-height: min(92vh, 52rem);
  background: #0d0d0d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 2.5rem 0.85rem 0.95rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.ehd-video-modal__close {
  position: absolute;
  top: 0.35rem;
  right: 0.45rem;
  z-index: 2;
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.55rem;
  line-height: 1;
  cursor: pointer;
}

.ehd-video-modal__close:hover,
.ehd-video-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  outline: none;
}

.ehd-video-modal__player {
  background: #000;
  aspect-ratio: 9 / 16;
  max-height: min(78vh, 44rem);
  overflow: hidden;
}

.ehd-video-modal__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.ehd-video-modal__caption {
  margin: 0.75rem 0.15rem 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.ehd-video-modal__caption a {
  color: #c4a574;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

@media (min-width: 768px) {
  .ehd-video-modal__panel {
    width: min(100%, 28rem);
  }
}

.ogi-preview-note {
  max-width: 18rem;
}

section.ogi-testimonials .ehd-testimonials-nav {
  gap: 0.45rem;
  margin-top: 0.25rem;
  align-items: center;
}

section.ogi-testimonials .ehd-testimonials-nav .d-prev,
section.ogi-testimonials .ehd-testimonials-nav .d-next {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  vertical-align: middle;
}

section.ogi-testimonials .ehd-testimonials-nav .d-prev:before,
section.ogi-testimonials .ehd-testimonials-nav .d-next:before {
  font-family: "FontAwesome" !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  width: 2.5rem !important;
  height: 2.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  font-size: 1.05rem !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(196, 165, 116, 0.55);
  border-radius: 50% !important;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

section.ogi-testimonials .ehd-testimonials-nav .d-prev:before {
  content: "\f104" !important;
  /* optical center for left chevron glyph */
  padding-right: 0.08rem !important;
}

section.ogi-testimonials .ehd-testimonials-nav .d-next:before {
  content: "\f105" !important;
  padding-left: 0.08rem !important;
}

section.ogi-testimonials .ehd-testimonials-nav .d-prev:hover:before,
section.ogi-testimonials .ehd-testimonials-nav .d-next:hover:before,
section.ogi-testimonials .ehd-testimonials-nav .d-prev:focus-visible:before,
section.ogi-testimonials .ehd-testimonials-nav .d-next:focus-visible:before {
  background: var(--ehd-champagne, #c4a574) !important;
  color: #0d0d0d !important;
  border-color: var(--ehd-champagne, #c4a574);
}

section.ogi-testimonials .ehd-testimonials-nav .d-prev:focus-visible,
section.ogi-testimonials .ehd-testimonials-nav .d-next:focus-visible {
  outline: none;
}

@media (max-width: 991px) {
  .ehd-start-cta .text-lg-end {
    text-align: left !important;
  }
}

.purple {
  color: var(--ehd-champagne-deep) !important;
}

.id-color,
.text-purple,
.bg-purple {
  color: var(--ehd-champagne-deep) !important;
}

.bg-purple {
  background-color: var(--ehd-ink) !important;
  color: #fff !important;
}

/* Nav: All Services / All Projects pin + highlight */
#mainmenu ul li.ehd-nav-all > a,
.ogi-drawer__sub li.ehd-nav-all > a {
  font-weight: 600 !important;
  color: var(--ehd-champagne-deep) !important;
  letter-spacing: 0.02em;
  background: rgba(196, 165, 116, 0.12);
  border-bottom: 1px solid rgba(196, 165, 116, 0.35);
}

#mainmenu ul li.ehd-nav-all > a:hover,
.ogi-drawer__sub li.ehd-nav-all > a:hover,
.ogi-drawer__sub li.ehd-nav-all > a:focus {
  color: var(--ehd-ink) !important;
  background: rgba(196, 165, 116, 0.22);
}

header.transparent:not(.smaller) #mainmenu ul li.ehd-nav-all > a {
  color: var(--ehd-champagne-deep) !important;
}

/* Sitewide: black / ivory base, champagne gold as the only accent */
a:not(.btn-main):not(.menu-item):hover {
  color: var(--ehd-champagne-deep);
}

#mainmenu > li > a.menu-item:hover,
#mainmenu > li.has-child:hover:after,
header.smaller #mainmenu > li > a.menu-item:hover,
header.header-mobile #mainmenu a.menu-item:hover {
  color: var(--ehd-champagne) !important;
}

header.smaller #menu-btn,
header.header-mobile #menu-btn {
  border-color: rgba(196, 165, 116, 0.4) !important;
}

.ogi-drawer__item > a:hover,
.ogi-drawer__sub a:hover {
  color: var(--ehd-champagne-deep) !important;
}

.id-color,
.text-gradient,
.wm-1 {
  color: var(--ehd-champagne-deep) !important;
}

hr,
.spacer-single,
.border-top,
.border-bottom {
  border-color: rgba(196, 165, 116, 0.22) !important;
}

.swiper-pagination-bullet-active,
.owl-theme .owl-dots .owl-dot.active span {
  background: var(--ehd-champagne) !important;
}
