@import url("../zach/zach-credit.css");

/* elevated. HOME DECOR brand overrides on Intrio */

:root {
  --ogi-plum: #0d0d0d;
  --ogi-lavender: #d4c4a8;
  --ogi-orchid: #c4a574;
  --ogi-black: #0d0d0d;
  --ogi-white: #faf9f7;
  --ogi-gold: #c4a574;
  --ogi-gold-soft: rgba(196, 165, 116, 0.35);
  --logo-width: 280px;
  --logo-footer-width: 220px;
}

body {
  background-color: var(--ogi-white);
}

.section-dark,
footer.section-dark,
#extra-wrap.bg-dark {
  background-color: var(--ogi-black) !important;
}

/* Extra menu close: left, white, bold */
#extra-wrap #btn-close {
  left: 28px;
  right: auto;
  top: 28px;
  width: 34px;
  height: 34px;
  z-index: 1005;
}

#extra-wrap #btn-close span,
#extra-wrap.bg-dark #btn-close span,
#extra-wrap.dark #btn-close span {
  background: #ffffff !important;
  height: 3.5px;
  border-radius: 1px;
}

#extra-wrap #extra-content {
  padding-top: 78px;
}

.id-color,
.text-primary,
a:hover,
.ul-check li:before {
  color: var(--ogi-orchid) !important;
}

/* Keep nav readable on dark sticky/mobile chrome */
header.smaller #mainmenu a:hover,
header.header-mobile #mainmenu a:hover {
  color: var(--ogi-lavender) !important;
}

.bg-color,
.bg-color-2,
.btn-main,
.btn-main:hover,
.owl-dot.active span,
.de-step-icon {
  background-color: var(--ogi-orchid) !important;
  border-color: var(--ogi-orchid) !important;
}

/* Process steps: flow line between icons (theme hides arrows on mobile) */
.de-step {
  overflow: visible;
}

.de-step .de-step-icon {
  position: relative;
  z-index: 1;
}

.de-step-arrow::after {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 58px;
  left: calc(50% + 48px);
  right: auto;
  width: calc(100% - 96px);
  height: 0;
  border-top: 1.5px dashed var(--ogi-gold);
  border-left: 0;
  transform: none;
  font-size: 0;
  color: transparent;
  z-index: 0;
  pointer-events: none;
}

.de-step-arrow::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 53px;
  left: auto;
  right: -6px;
  width: 9px;
  height: 9px;
  border: 0;
  border-right: 1.5px solid var(--ogi-gold);
  border-top: 1.5px solid var(--ogi-gold);
  transform: rotate(45deg);
  z-index: 0;
  pointer-events: none;
  background: transparent !important;
}

.de-step:last-child::before,
.de-step:last-child::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
}

/* Mobile 2x2: connectors between 1→2 and 3→4, plus a drop from row 1 */
@media (max-width: 767.98px) {
  .de-step-arrow::after {
    top: 54px;
    left: calc(50% + 42px);
    width: calc(100% - 84px);
  }

  .de-step-arrow::before {
    top: 49px;
    right: -4px;
  }

  /* End of each row: no rightward arrow */
  .de-step.de-step-arrow:nth-child(2)::before,
  .de-step.de-step-arrow:nth-child(4)::before {
    display: none !important;
    content: none !important;
  }

  .de-step.de-step-arrow:nth-child(2)::after {
    content: "" !important;
    display: block !important;
    top: auto;
    bottom: -10px;
    left: 50%;
    right: auto;
    width: 0;
    height: 20px;
    border-top: 0;
    border-left: 1.5px dashed var(--ogi-gold);
    transform: translateX(-50%);
  }

  .de-step.de-step-arrow:nth-child(4)::after {
    display: none !important;
    content: none !important;
  }
}

.btn-main {
  color: #fff !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-main.fx-slide span {
  background: transparent;
}

/* weROI nav tab hover: stacked label slides up on hover */
.ogi-link-effect {
  position: relative;
  overflow: hidden;
  display: block;
  height: 17px;
  line-height: normal;
}

.ogi-link-effect .ogi-effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
  white-space: nowrap;
}

.ogi-header-cta:hover .ogi-effect-1,
.btn-main:hover .ogi-link-effect .ogi-effect-1,
.ogi-link-effect:hover .ogi-effect-1 {
  top: -100%;
}

.ogi-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#logo {
  min-width: 200px;
  margin-left: -28px;
  position: relative;
  left: -18px;
}

#logo img.logo-main,
#logo img.logo-scroll,
#logo img.logo-mobile,
header #logo img,
header .logo-main,
header .logo-scroll,
header .logo-mobile,
div#logo img {
  max-height: 64px !important;
  height: 64px !important;
  width: auto !important;
  max-width: min(280px, 40vw) !important;
  object-fit: contain;
}

/* Hero header: quiet lift so logo + tabs read over imagery */
header.transparent:not(.smaller):not(.header-mobile) {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-bottom-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Desktop header: logo left, nav centered, Book + extra right */
@media (min-width: 993px) {
  header > .container {
    max-width: 100%;
    width: 100%;
    padding-left: clamp(1.25rem, 3.5vw, 2.75rem);
    padding-right: clamp(1.25rem, 3.5vw, 2.75rem);
  }

  header .de-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
  }

  header .de-flex > .de-flex-col:first-child {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  header .de-flex > .header-col-mid {
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
  }

  header .de-flex > .de-flex-col:last-child {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: 0;
  }

  header #logo {
    margin-left: 0;
    left: 0;
  }

  header #mainmenu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }

  header #mainmenu > li {
    margin-right: clamp(0.85rem, 1.55vw, 1.65rem);
    float: none;
  }

  header #mainmenu > li:last-child {
    margin-right: 0;
  }

  header #mainmenu > li > a.menu-item {
    letter-spacing: 0.08em;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
  }

  header .menu_side_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
  }

  header #btn-extra {
    margin-left: 14px;
    flex-shrink: 0;
  }
}

header.transparent:not(.smaller) #logo img.logo-main,
header.transparent:not(.smaller) #logo img {
  filter:
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.55))
    drop-shadow(0 4px 14px rgba(0, 0, 0, 0.35))
    drop-shadow(0 0 20px rgba(184, 160, 200, 0.18));
}

header.transparent:not(.smaller) #mainmenu > li > a.menu-item {
  color: #ffffff !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 2px 12px rgba(0, 0, 0, 0.35);
}

header.transparent:not(.smaller) #mainmenu > li.has-child:after {
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

header.transparent:not(.smaller) #mainmenu > li > a.menu-item:hover {
  color: var(--ogi-lavender) !important;
}

header.transparent:not(.smaller) .btn-main {
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.25),
    0 8px 22px rgba(0, 0, 0, 0.28);
}

header.transparent:not(.smaller) #btn-extra span {
  border-bottom-color: #fff !important;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.45));
}

footer img.w-170px,
#extra-wrap img.w-150px {
  width: 220px !important;
  max-width: 70%;
  height: auto !important;
  max-height: none !important;
}

.ogi-footer-brand img.w-170px {
  width: 260px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 991px) {
  #logo {
    margin-left: -16px;
    left: -10px;
  }
}

@media (max-width: 767px) {
  #logo {
    margin-left: 0;
    left: 0;
  }

  #logo img.logo-main,
  #logo img.logo-scroll,
  #logo img.logo-mobile,
  header #logo img,
  header .logo-main,
  header .logo-scroll,
  header .logo-mobile,
  div#logo img {
    max-height: 44px !important;
    height: 44px !important;
    max-width: min(168px, 42vw) !important;
  }
}

h1, h2, .hs-5 {
  letter-spacing: -0.02em;
}

/* Soft champagne wash behind light sections */
.bg-color-op-1 {
  background-color: rgba(196, 165, 116, 0.08) !important;
}

.ogi-blog-all {
  margin-top: 0.25rem;
}

.ogi-blog-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ogi-plum) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(13, 13, 13, 0.22);
  padding-bottom: 0.2rem;
  transition: color 0.2s, border-color 0.2s;
}

.ogi-blog-all-link:hover {
  color: var(--ogi-orchid) !important;
  border-bottom-color: var(--ogi-gold);
}

.ogi-blog-all-link img {
  opacity: 0.7;
  transition: transform 0.2s, opacity 0.2s;
}

.ogi-blog-all-link:hover img {
  opacity: 1;
  transform: translate(2px, -2px);
}

/* Testimonials: lighter wash so quote stays readable over the room */
section.ogi-testimonials {
  isolation: isolate;
}

section.ogi-testimonials .jarallax-img {
  filter: saturate(0.95) hue-rotate(-6deg) brightness(1.08) contrast(1.02);
}

/* Jarallax clones image into a positioned layer; grade that too */
section.ogi-testimonials [id^="jarallax-container"] > div,
section.ogi-testimonials .jarallax-container > div {
  filter: saturate(0.95) hue-rotate(-6deg) brightness(1.08) contrast(1.02);
}

section.ogi-testimonials .sw-overlay {
  background: linear-gradient(
    160deg,
    rgba(13, 13, 13, 0.22) 0%,
    rgba(13, 13, 13, 0.22) 48%,
    rgba(13, 13, 13, 0.26) 100%
  ) !important;
  opacity: 0.55 !important;
}

section.ogi-testimonials::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(ellipse at 72% 55%, rgba(13, 13, 13, 0.35), transparent 55%),
    radial-gradient(ellipse at 70% 60%, rgba(196, 165, 116, 0.08), transparent 42%);
}

section.ogi-testimonials .subtitle,
section.ogi-testimonials .d-stars,
section.ogi-testimonials h2,
section.ogi-testimonials .item > span:last-child {
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 6px 28px rgba(0, 0, 0, 0.45);
}

section.ogi-testimonials h2 {
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.02em;
}

section.ogi-testimonials .item > span:last-child {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
}

/* Keep luxury whitespace feel */
.soft-shadow {
  box-shadow: 0 12px 40px rgba(13, 13, 13, 0.08) !important;
}

/* Video teaser: full-bleed band + skrollr scale (Millie intro slot) */
.ogi-video-banner {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: #0d0d0d;
}

.ogi-video-banner__link {
  display: block;
  width: 100%;
  transform-origin: center center;
  will-change: transform;
}

.ogi-video-banner__frame {
  position: relative;
  width: 100%;
  max-height: min(520px, 56vh);
  background: #0d0d0d;
  border-radius: 0;
}

.ogi-video-banner__frame img {
  display: block;
  width: 100%;
  height: min(520px, 56vh);
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(0.9) hue-rotate(-10deg) brightness(1.02);
}

.ogi-video-banner__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.22), transparent 28%, transparent 72%, rgba(13, 13, 13, 0.22)),
    radial-gradient(ellipse at 55% 50%, rgba(196, 165, 116, 0.1), transparent 45%),
    linear-gradient(180deg, rgba(13, 13, 13, 0.15), rgba(13, 13, 13, 0.35));
}

.ogi-video-banner .player {
  position: relative;
  z-index: 3;
}

/* YouTube lightbox above mobile bottom nav / header menu */
.mfp-bg {
  z-index: 10070 !important;
}

.mfp-wrap {
  z-index: 10071 !important;
}

.mfp-wrap .mfp-content {
  max-width: min(920px, 94vw);
}

.mfp-iframe-holder .mfp-content {
  max-width: min(920px, 94vw);
  line-height: 0;
}

.mfp-iframe-scaler {
  padding-top: 56.25%;
}

@media (max-width: 767px) {
  .mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .mfp-iframe-holder .mfp-close {
    top: -36px;
    right: 0;
  }

  .ogi-video-banner__frame,
  .ogi-video-banner__frame img {
    max-height: min(300px, 42vh);
    height: min(300px, 42vh);
  }
}

/* Footer: full-width column grid */
.ogi-footer {
  padding-top: 70px;
}

.ogi-footer-blurb {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
  line-height: 1.6;
  max-width: 280px;
  margin-bottom: 1.25rem;
}

.ogi-footer .widget h2.hs-5 {
  margin-bottom: 1rem;
}

.ogi-footer .widget ul li {
  margin-bottom: 0.45rem;
}

.ogi-footer-social {
  text-align: left !important;
  margin-top: 0.5rem;
}

.ogi-footer-social a {
  margin-right: 0.65rem;
  margin-left: 0 !important;
}

.ogi-footer-contact .spacer-20 {
  height: 15px;
}

.ogi-footer .subfooter {
  margin-top: 2.5rem;
  padding: 1.35rem 0 1.5rem;
  border-top: 1px solid rgba(196, 165, 116, 0.22);
  background: rgba(0, 0, 0, 0.22);
  position: relative;
  z-index: 2;
}

.ogi-subfooter-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 1.1rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.ogi-subfooter-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.ogi-footer-h-mobile {
  display: none;
}

.ogi-footer-h-full {
  display: inline;
}

/* Mobile: logo, socials, Quick Links, Contact Us, map only */
@media (max-width: 767px) {
  .ogi-footer {
    padding-top: 36px;
    padding-bottom: 8px;
  }

  .ogi-footer > .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ogi-footer-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1.15rem;
  }

  .ogi-footer-h-full {
    display: none;
  }

  .ogi-footer-h-mobile {
    display: inline;
  }

  /* Drop Services + Connect link columns on mobile */
  .ogi-footer-services,
  .ogi-footer-connect {
    display: none !important;
  }

  .ogi-footer-brand {
    margin-bottom: 0.15rem;
  }

  .ogi-footer-brand img.w-170px {
    width: 220px !important;
    max-width: 100% !important;
    margin-bottom: 0.5rem !important;
  }

  .ogi-footer-blurb {
    font-size: 13px;
    line-height: 1.45;
    max-width: none;
    margin-bottom: 0.65rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ogi-footer-social {
    margin-bottom: 0.15rem !important;
  }

  .ogi-footer-social a {
    margin-right: 0.5rem;
  }

  .ogi-footer-quick,
  .ogi-footer-touch,
  .ogi-footer-map-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ogi-footer-touch-body {
    display: block;
  }

  .ogi-footer-map {
    width: 100%;
    max-width: none;
    flex: 1 1 auto;
    margin-left: 0;
  }

  .ogi-map-trigger__frame {
    height: 120px;
    min-height: 120px;
  }

  .ogi-map-trigger__frame iframe,
  .ogi-footer-mini-map {
    min-height: 120px;
  }

  .ogi-map-trigger__hint {
    display: block;
    margin-top: 0.3rem;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(250, 248, 251, 0.62);
  }

  .ogi-map-trigger__title {
    font-size: 0.92rem;
  }

  .ogi-footer .widget h2.hs-5,
  .ogi-footer-touch h2 {
    font-size: 12px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5rem !important;
    color: var(--ogi-gold) !important;
  }

  .ogi-footer .widget ul {
    margin-bottom: 0;
  }

  .ogi-footer .widget ul li {
    margin-bottom: 0.3rem;
    font-size: 13px;
    line-height: 1.3;
  }

  .ogi-footer-quick .widget ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem 1rem;
  }

  .ogi-footer-touch .w-40px {
    display: none;
  }

  .ogi-footer-touch-arrow {
    width: 36px;
    height: 36px;
  }

  .ogi-footer-touch-title {
    font-size: 1.15rem !important;
  }

  .ogi-footer-touch .mb-3 {
    margin-bottom: 0.5rem !important;
  }

  .ogi-footer-contact .spacer-20 {
    height: 8px;
  }

  .ogi-footer-contact .op-5.fs-14 {
    font-size: 11px !important;
    margin-bottom: 0.15rem !important;
  }

  .ogi-footer-contact-line {
    font-size: 0.92rem;
    word-break: break-word;
  }

  .ogi-footer .subfooter {
    margin-top: 1.1rem;
    padding: 1rem 0 calc(0.85rem + env(safe-area-inset-bottom, 0px));
  }

  .ogi-subfooter-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 0.55rem !important;
  }

  .ogi-subfooter-row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    text-align: center !important;
  }

  /* Legal row first, pipes between links (reference-style) */
  .ogi-subfooter-row > .col-lg-4:nth-child(1) {
    order: 2;
  }

  .ogi-subfooter-row > .col-lg-4:nth-child(2) {
    order: 1;
  }

  .ogi-subfooter-row > .col-lg-4:nth-child(3) {
    order: 3;
  }

  .ogi-subfooter-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0;
    font-size: 12px;
  }

  .ogi-subfooter-legal a {
    padding: 0 0.55rem;
    position: relative;
  }

  .ogi-subfooter-legal a:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.85em;
    background: rgba(255, 255, 255, 0.35);
  }

  .ogi-subfooter-copy {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.45;
    max-width: 22rem;
  }

  .ogi-designed-by {
    justify-content: center;
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .ogi-footer-h-mobile {
    display: none;
  }

  .ogi-footer-h-full {
    display: inline;
  }
}

.ogi-subfooter-legal a {
  color: rgba(255, 255, 255, 0.75) !important;
  text-decoration: none;
}

.ogi-subfooter-legal a:hover {
  color: #fff !important;
}

.ogi-designed-by {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.3s ease;
}

.ogi-designed-by img {
  display: none !important;
}

.ogi-designed-by::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1.5px solid var(--ogi-gold);
  border-right: 1.5px solid var(--ogi-gold);
  transform: translateY(1px) rotate(45deg);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease;
  flex-shrink: 0;
}

.ogi-designed-by:hover,
.ogi-designed-by:focus-visible {
  color: #fff !important;
  outline: none;
}

.ogi-designed-by:hover::after,
.ogi-designed-by:focus-visible::after {
  border-color: var(--ogi-lavender);
  transform: translate(3px, -2px) rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  .ogi-designed-by,
  .ogi-designed-by::after {
    transition: none !important;
  }
}

.ogi-legal-page {
  padding: 120px 0 80px;
}

.ogi-legal-page h1 {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  color: var(--ogi-black);
}

.ogi-legal-page h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  color: var(--ogi-plum);
}

.ogi-legal-page h3 {
  margin-top: 1.35rem;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: var(--ogi-orchid);
}

.ogi-legal-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(13, 13, 13, 0.82);
  margin-bottom: 1rem;
}

.ogi-legal-page p,
.ogi-legal-page li {
  color: rgba(13, 13, 13, 0.78);
  line-height: 1.7;
}

.ogi-legal-page ul,
.ogi-legal-page ol {
  margin-bottom: 1rem;
  padding-left: 1.2rem;
}

.ogi-legal-page a {
  color: var(--ogi-orchid) !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ogi-legal-crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  padding: 0;
  margin: 0 0 1rem;
  font-size: 13px;
  color: rgba(13, 13, 13, 0.55);
}

.ogi-legal-crumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  opacity: 0.5;
}

.ogi-legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.ogi-legal-nav a {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 99px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  color: rgba(13, 13, 13, 0.75) !important;
  background: #f7f4ef;
}

.ogi-legal-nav a.is-active,
.ogi-legal-nav a:hover {
  background: var(--ogi-plum);
  border-color: var(--ogi-plum);
  color: #fff !important;
}

/* ========== Consultation WhatsApp lead form ========== */
.ogi-lead-section {
  padding-top: 70px;
  padding-bottom: 90px;
  background:
    radial-gradient(ellipse at top left, rgba(196, 165, 116, 0.08), transparent 50%),
    var(--ogi-white);
}

.ogi-lead-card {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 4px;
  padding: 2rem 2rem 2.25rem;
  box-shadow: 0 18px 50px rgba(13, 13, 13, 0.06);
}

.ogi-lead-eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ogi-orchid);
  margin-bottom: 0.6rem;
  font-weight: 600;
}

.ogi-lead-title {
  font-size: clamp(1.6rem, 2.4vw, 2.1rem);
  margin-bottom: 0.6rem;
  color: var(--ogi-black);
}

.ogi-lead-sub {
  color: rgba(13, 13, 13, 0.68);
  max-width: 38rem;
  margin-bottom: 1.4rem;
}

.ogi-lead-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-size: 13px;
  margin-bottom: 0.45rem;
  color: rgba(13, 13, 13, 0.65);
}

.ogi-lead-wa-note {
  color: #1f7a4d;
  font-weight: 500;
}

.ogi-lead-wa-note i {
  margin-right: 0.3rem;
}

.ogi-lead-progress-track {
  height: 4px;
  background: rgba(196, 165, 116, 0.12);
  border-radius: 99px;
  overflow: hidden;
}

.ogi-lead-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--ogi-orchid), var(--ogi-gold));
  transition: width 0.45s ease;
}

/* Progressive brief steps */
.ogi-step {
  display: none;
}

.ogi-step.is-active,
.ogi-step:not([hidden]) {
  display: block;
}

.ogi-step[hidden] {
  display: none !important;
}

.ogi-step--enter {
  animation: ogi-step-in 0.45s ease both;
}

@keyframes ogi-step-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ogi-step--enter {
    animation: none;
  }
}

.ogi-step__title {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  color: var(--ogi-black);
  margin: 0 0 0.4rem;
  font-weight: 500;
}

.ogi-step__hint {
  color: rgba(13, 13, 13, 0.58);
  margin: 0 0 1.5rem;
  font-size: 0.98rem;
}

.ogi-step__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(13, 13, 13, 0.08);
}

.ogi-step-back {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(13, 13, 13, 0.55);
  font-size: 14px;
  font-weight: 500;
  padding: 0.4rem 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.ogi-step-back:hover {
  color: var(--ogi-plum);
}

.ogi-optional {
  font-weight: 400;
  color: rgba(13, 13, 13, 0.45);
  text-transform: none;
  letter-spacing: 0;
}

/* Editorial service rows */
.ogi-choice-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.ogi-choice-row {
  display: block;
  margin: 0;
  cursor: pointer;
}

.ogi-choice-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.ogi-choice-row__body {
  display: grid;
  grid-template-columns: 2.25rem 1fr auto;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(13, 13, 13, 0.12);
  background: #f7f4ef;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}

.ogi-choice-row:hover .ogi-choice-row__body {
  background: rgba(184, 160, 200, 0.12);
  border-color: rgba(196, 165, 116, 0.28);
}

.ogi-choice-row.is-on .ogi-choice-row__body,
.ogi-choice-row:has(input:checked) .ogi-choice-row__body {
  background: rgba(196, 165, 116, 0.08);
  border-color: var(--ogi-orchid);
  box-shadow: inset 3px 0 0 var(--ogi-gold);
}

.ogi-choice-row__num {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(13, 13, 13, 0.4);
  font-weight: 600;
}

.ogi-choice-row.is-on .ogi-choice-row__num,
.ogi-choice-row:has(input:checked) .ogi-choice-row__num {
  color: var(--ogi-orchid);
}

.ogi-choice-row__label {
  display: block;
  font-size: 1.02rem;
  color: var(--ogi-black);
  font-weight: 500;
  line-height: 1.3;
}

.ogi-choice-row__desc {
  display: block;
  margin-top: 0.2rem;
  font-size: 13px;
  color: rgba(13, 13, 13, 0.55);
  line-height: 1.4;
}

.ogi-choice-row__arrow {
  color: rgba(13, 13, 13, 0.28);
  font-size: 1.1rem;
  transition: transform 0.2s ease, color 0.2s ease;
}

.ogi-choice-row:hover .ogi-choice-row__arrow,
.ogi-choice-row.is-on .ogi-choice-row__arrow,
.ogi-choice-row:has(input:checked) .ogi-choice-row__arrow {
  color: var(--ogi-orchid);
  transform: translateX(3px);
}

.ogi-quick-states {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

/* Visual style tiles */
.ogi-style-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .ogi-style-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.ogi-style-tile {
  appearance: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(13, 13, 13, 0.12);
  background: #f7f4ef;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ogi-style-tile img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ogi-style-tile > span {
  display: block;
  padding: 0.65rem 0.75rem;
  font-size: 13px;
  font-weight: 500;
  color: var(--ogi-black);
}

.ogi-style-tile:hover {
  border-color: rgba(196, 165, 116, 0.35);
}

.ogi-style-tile:hover img {
  transform: scale(1.03);
}

.ogi-style-tile.is-active {
  border-color: var(--ogi-orchid);
  box-shadow: inset 0 0 0 1px rgba(196, 165, 116, 0.25);
}

.ogi-style-tile.is-active::after {
  content: "";
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--ogi-plum) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.6' d='M2.5 6.2l2.4 2.4 4.6-5'/%3E%3C/svg%3E") center / 0.7rem no-repeat;
}

.ogi-style-tile--text {
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(196, 165, 116, 0.04);
}

.ogi-style-tile--text > span {
  text-align: center;
  padding: 1rem;
}

/* Review brief (not monospace preview) */
.ogi-brief {
  border: 1px solid rgba(13, 13, 13, 0.1);
  background: linear-gradient(180deg, #f7f4ef 0%, #fff 100%);
  padding: 0.35rem 0;
  margin-bottom: 1.25rem;
}

.ogi-brief__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.15rem;
  border-bottom: 1px solid rgba(13, 13, 13, 0.07);
}

.ogi-brief__row:last-child {
  border-bottom: none;
}

.ogi-brief__label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(13, 13, 13, 0.45);
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.ogi-brief__value {
  font-size: 1.05rem;
  color: var(--ogi-black);
  line-height: 1.4;
  white-space: pre-wrap;
}

.ogi-brief__edit {
  appearance: none;
  border: none;
  background: transparent;
  color: var(--ogi-orchid);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.2rem 0;
  cursor: pointer;
  flex-shrink: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.75;
  transition: opacity 0.2s;
}

.ogi-brief__edit:hover {
  opacity: 1;
}

.ogi-aside-serving {
  margin: 0.85rem 0 0 !important;
  font-size: 12px !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(250, 248, 251, 0.45) !important;
}

.ogi-lead-block {
  border: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.ogi-lead-block legend {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ogi-plum);
  margin-bottom: 0.85rem;
  float: none;
  width: auto;
}

.ogi-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: rgba(13, 13, 13, 0.75);
}

.ogi-hint {
  font-size: 13px;
  color: rgba(13, 13, 13, 0.55);
  margin: -0.35rem 0 0.85rem;
}

.ogi-input.form-control {
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 3px;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  background: #f7f4ef;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ogi-input.form-control:focus {
  border-color: var(--ogi-orchid);
  box-shadow: 0 0 0 3px rgba(196, 165, 116, 0.15);
  background: #fff;
}

.ogi-input.is-invalid {
  border-color: #b42318 !important;
}

.ogi-textarea {
  min-height: 120px;
  resize: vertical;
}

.ogi-field-error {
  color: #b42318;
  font-size: 12px;
  margin-top: 0.35rem;
}

.ogi-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.ogi-check {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin: 0;
  padding: 0.85rem 0.9rem;
  border: 1px solid rgba(13, 13, 13, 0.12);
  border-radius: 3px;
  background: #f7f4ef;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.ogi-check:hover {
  border-color: rgba(196, 165, 116, 0.35);
  transform: translateY(-1px);
}

.ogi-check input {
  margin-top: 0.2rem;
  accent-color: var(--ogi-orchid);
}

.ogi-check:has(input:checked),
.ogi-check.is-on {
  border-color: var(--ogi-orchid);
  background: rgba(196, 165, 116, 0.08);
  box-shadow: inset 0 0 0 1px rgba(196, 165, 116, 0.15);
}

.ogi-check span {
  font-size: 14px;
  line-height: 1.35;
  color: var(--ogi-black);
}

.ogi-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ogi-chip {
  appearance: none;
  border: 1px solid rgba(13, 13, 13, 0.12);
  background: #f7f4ef;
  color: rgba(13, 13, 13, 0.82);
  font-size: 13px;
  padding: 0.6rem 0.95rem;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ogi-chip:hover {
  border-color: rgba(196, 165, 116, 0.35);
  background: rgba(184, 160, 200, 0.1);
  color: var(--ogi-plum);
}

.ogi-chip.is-active {
  background: rgba(196, 165, 116, 0.1);
  border-color: var(--ogi-orchid);
  color: var(--ogi-plum);
  box-shadow: inset 0 0 0 1px rgba(196, 165, 116, 0.12);
}

.ogi-lead-preview-wrap {
  margin-top: 1.75rem;
  border: 1px dashed rgba(196, 165, 116, 0.55);
  border-radius: 4px;
  background: #0d0d0d;
  padding: 1rem 1.1rem 1.15rem;
}

.ogi-lead-preview-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ogi-gold);
  margin-bottom: 0.55rem;
}

.ogi-lead-preview {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: rgba(250, 248, 251, 0.88);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12.5px;
  line-height: 1.55;
  max-height: 220px;
  overflow: auto;
}

.ogi-lead-actions {
  margin-top: 1.5rem;
}

.ogi-wa-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  opacity: 0.72;
  transition: opacity 0.2s, transform 0.2s, box-shadow 0.2s;
}

.ogi-wa-submit.is-ready {
  opacity: 1;
  box-shadow: 0 10px 28px rgba(196, 165, 116, 0.3);
}

.ogi-wa-submit.is-ready:hover {
  transform: translateY(-1px);
}

.ogi-lead-fineprint {
  margin: 0.75rem 0 0;
  font-size: 12.5px;
  color: rgba(13, 13, 13, 0.5);
}

.ogi-lead-done {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  background: rgba(31, 122, 77, 0.08);
  border: 1px solid rgba(31, 122, 77, 0.25);
  border-radius: 3px;
  color: #14532d;
  font-size: 14px;
}

.ogi-lead-aside {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 110px;
}

.ogi-aside-card {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 4px;
  padding: 1.25rem 1.3rem;
}

.ogi-aside-card--accent {
  background: linear-gradient(160deg, #0d0d0d 0%, #0d0d0d 70%);
  color: rgba(250, 248, 251, 0.85);
  border-color: rgba(196, 165, 116, 0.28);
}

.ogi-aside-kicker {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ogi-gold);
  margin-bottom: 0.65rem;
}

.ogi-aside-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff !important;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 0.55rem;
}

.ogi-aside-wa i {
  color: #25d366;
}

.ogi-aside-card--accent p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(250, 248, 251, 0.7);
}

.ogi-aside-card h4 {
  font-size: 1rem;
  margin-bottom: 0.85rem;
}

.ogi-aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ogi-aside-list li {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 0.5rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
  font-size: 14px;
}

.ogi-aside-list li:last-child {
  border-bottom: none;
}

.ogi-aside-list strong {
  color: rgba(13, 13, 13, 0.5);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ogi-aside-list a {
  color: var(--ogi-plum) !important;
  word-break: break-word;
}

.ogi-aside-steps {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 14px;
  color: rgba(13, 13, 13, 0.75);
}

.ogi-aside-steps li {
  margin-bottom: 0.45rem;
}

/* Places autocomplete */
.ogi-places {
  position: relative;
}

.ogi-places-list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 40;
  margin: 0;
  padding: 0.35rem 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.16);
  border-radius: 4px;
  box-shadow: 0 14px 36px rgba(13, 13, 13, 0.14);
  max-height: 240px;
  overflow: auto;
}

.ogi-places-list li {
  padding: 0.65rem 0.9rem;
  font-size: 14px;
  color: #0d0d0d;
  cursor: pointer;
}

.ogi-places-list li:hover,
.ogi-places-list li:focus {
  background: rgba(196, 165, 116, 0.08);
  color: var(--ogi-plum);
  outline: none;
}

.ogi-places-hint {
  margin: 0.4rem 0 0;
  font-size: 12px;
  color: rgba(13, 13, 13, 0.5);
}

.ogi-reveal {
  margin-top: 0.85rem;
}

.ogi-budget-custom {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.ogi-budget-prefix {
  font-weight: 600;
  color: var(--ogi-plum);
  font-size: 1.05rem;
}

.ogi-budget-custom .ogi-input {
  flex: 1;
}

.ogi-details-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  margin-bottom: 0.35rem;
}

.ogi-ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: none;
  background: transparent;
  color: var(--ogi-orchid);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  padding: 0.25rem 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.ogi-ai-btn:hover {
  color: var(--ogi-plum);
  transform: none;
  border-color: transparent;
}

.ogi-ai-btn.is-busy {
  opacity: 0.7;
  pointer-events: none;
}

.ogi-ai-btn__ico {
  color: var(--ogi-gold);
}

.ogi-ai-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 0.55rem;
  padding: 0.55rem 0.75rem;
  background: rgba(196, 165, 116, 0.08);
  border: 1px solid rgba(196, 165, 116, 0.12);
  border-radius: 4px;
  font-size: 13px;
  color: rgba(13, 13, 13, 0.72);
}

.ogi-ai-undo {
  border: none;
  background: transparent;
  color: var(--ogi-orchid);
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Aside interactive map */
.ogi-aside-map__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.ogi-aside-map__head h4 {
  margin: 0;
}

.ogi-aside-map__head span {
  font-size: 12px;
  color: rgba(13, 13, 13, 0.55);
  text-align: right;
  max-width: 55%;
  line-height: 1.3;
}

.ogi-aside-map__trigger {
  width: 100%;
  height: auto;
}

.ogi-aside-map .ogi-map-trigger__frame {
  height: 160px;
  min-height: 160px;
}

.ogi-aside-map .ogi-footer-mini-map {
  min-height: 160px;
}

.ogi-aside-map .ogi-map-trigger__hint {
  display: block;
  margin-top: 0.35rem;
  font-size: 12.5px;
  line-height: 1.4;
  color: rgba(250, 248, 251, 0.62);
}

.ogi-aside-map__note {
  margin: 0.75rem 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(13, 13, 13, 0.62);
}

.ogi-aside-map__frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(13, 13, 13, 0.12);
  height: 210px;
  background: #0d0d0d;
}

.ogi-aside-map__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.08) saturate(0.95);
}

.ogi-aside-map__areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0.75rem 0 0.55rem;
}

.ogi-aside-map__areas span {
  display: inline-block;
  padding: 0.28rem 0.6rem;
  border-radius: 99px;
  border: 1px solid rgba(184, 160, 200, 0.45);
  color: var(--ogi-orchid);
  font-size: 11px;
  letter-spacing: 0.04em;
}

.ogi-aside-map__note {
  margin: 0 0 0.75rem;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(13, 13, 13, 0.62);
}

.ogi-aside-map__open {
  width: 100%;
  border: 1px solid rgba(13, 13, 13, 0.18);
  background: transparent;
  color: var(--ogi-plum);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.55rem 0.75rem;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.ogi-aside-map__open:hover {
  border-color: var(--ogi-gold);
  background: rgba(196, 165, 116, 0.08);
}

/* Google Places dropdown above form chrome */
.pac-container {
  z-index: 10060 !important;
  border-radius: 4px;
  border: 1px solid rgba(13, 13, 13, 0.16);
  box-shadow: 0 14px 36px rgba(13, 13, 13, 0.14);
  font-family: inherit;
}

@media (max-width: 767px) {
  .ogi-lead-card {
    padding: 1.35rem 1.15rem 1.5rem;
  }

  .ogi-check-grid {
    grid-template-columns: 1fr;
  }

  .ogi-style-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ogi-choice-row__body {
    grid-template-columns: 2rem 1fr auto;
    padding: 0.9rem 0.95rem;
    gap: 0.65rem 0.75rem;
  }

  .ogi-lead-aside {
    position: static;
  }

  .ogi-aside-map__frame {
    height: 180px;
  }

  .ogi-details-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .ogi-brief__row {
    flex-direction: column;
    gap: 0.35rem;
  }
}

/* ========== Scrolled sticky header (after hero) ========== */
header.smaller {
  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);
}

/* Mobile menu open: solid chrome so the drawer reads clearly */
header.header-mobile.menu-open {
  background: rgba(13, 13, 13, 0.96) !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);
}

/* Mobile at top of page: stay clear over the hero (do not force solid header-mobile) */
@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;
  }
}

/* PC: fixed from load so transparent → solid is smooth (no hide / no jump) */
@media (min-width: 993px) {
  header.transparent,
  header.smaller {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    margin-top: 0 !important;
    transform: none !important;
    transition:
      background 0.12s ease,
      box-shadow 0.12s ease,
      border-color 0.12s ease,
      backdrop-filter 0.12s ease;
  }

  header.scroll-down,
  header.header-center.scroll-down,
  header.transparent.scroll-down,
  header.smaller.scroll-down {
    margin-top: 0 !important;
    top: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
}

header.smaller #mainmenu > li > a.menu-item,
header.smaller #mainmenu > li.has-child:after {
  color: rgba(250, 248, 251, 0.92) !important;
  letter-spacing: 0.08em;
}

header.smaller #mainmenu > li > a.menu-item:hover,
header.smaller #mainmenu a:hover {
  color: var(--ogi-lavender) !important;
}

header.smaller #mainmenu ul:not(.mega) {
  background: #0d0d0d !important;
  border: 1px solid rgba(196, 165, 116, 0.2) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

header.smaller #mainmenu ul li a {
  color: rgba(250, 248, 251, 0.82) !important;
}

header.smaller #mainmenu ul li a:hover {
  color: var(--ogi-gold) !important;
  background: rgba(196, 165, 116, 0.18) !important;
}

header.smaller #btn-extra span,
header.header-mobile #btn-extra span {
  border-bottom-color: rgba(250, 248, 251, 0.9) !important;
}

header.smaller .btn-main,
header.header-mobile .btn-main {
  background-color: var(--ogi-orchid) !important;
  border-color: var(--ogi-orchid) !important;
}

/* Desktop dropdown polish (pre-scroll too) */
#mainmenu ul:not(.mega) {
  border-radius: 2px;
}

#mainmenu ul li a:hover {
  color: var(--ogi-orchid) !important;
}

@media (min-width: 993px) {
  header {
    overflow: visible;
  }

  header #mainmenu > li > ul:not(.mega) {
    top: 100%;
    height: auto;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
    pointer-events: none;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease,
      visibility 0.4s ease;
  }

  header #mainmenu > li:hover > ul:not(.mega),
  header #mainmenu > li:focus-within > ul:not(.mega) {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    pointer-events: auto;
  }
}

/* ========== Mobile nav ========== */
@media (max-width: 992px) {
  /* Theme hides .sm-hide spacers under 992px, so fixed header covers page titles.
     Keep a header-clearance spacer on inner-page heroes. */
  .spacer-double.sm-hide {
    display: block !important;
    height: 88px;
  }

  .spacer-single.sm-hide {
    display: block !important;
    height: 56px;
  }

  /* Legal / form pages without jarallax spacer */
  main.ogi-legal-page {
    padding-top: 110px;
  }

  header.header-mobile {
    padding-top: 6px;
    padding-bottom: 10px;
  }

  header.header-mobile .de-flex {
    align-items: center;
  }

  header.header-mobile #menu-btn {
    color: #f7f4ef !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    border: 1px solid rgba(196, 165, 116, 0.28);
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: none;
  }

  header.header-mobile #menu-btn:before {
    font-size: 16px;
    color: #f7f4ef;
  }

  header.header-mobile #menu-btn.menu-open {
    border-color: var(--ogi-gold);
    background: rgba(196, 165, 116, 0.25);
  }

  header.header-mobile .menu_side_area {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Keep Book CTA visible beside hamburger */
  header.header-mobile .menu_side_area .btn-main,
  header.header-mobile .ogi-header-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 12px !important;
    min-height: 40px;
    height: 40px;
    line-height: 1 !important;
    font-size: 11px !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 2px;
  }

  header.header-mobile .ogi-header-cta__full {
    display: none;
  }

  header.header-mobile .ogi-header-cta__short {
    display: block;
  }

  header.header-mobile #menu-btn {
    margin-left: 0;
  }

  /* Old Intrio dropdown is replaced by .ogi-drawer */
  header.header-mobile #mainmenu {
    display: none !important;
  }

  /* Compact dropdown: never stretch header to full viewport */
  header.header-mobile.menu-open {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  header.header-mobile.menu-open .container,
  header.header-mobile.menu-open .de-flex {
    overflow: visible;
  }

  header.header-mobile #mainmenu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    margin: 0;
    opacity: 0;
    transform: translate3d(0, -8px, 0);
    transition:
      opacity 0.26s ease,
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }

  header.header-mobile.menu-open #mainmenu > li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  header.header-mobile.menu-open #mainmenu > li:nth-child(1) { transition-delay: 0.03s; }
  header.header-mobile.menu-open #mainmenu > li:nth-child(2) { transition-delay: 0.06s; }
  header.header-mobile.menu-open #mainmenu > li:nth-child(3) { transition-delay: 0.09s; }
  header.header-mobile.menu-open #mainmenu > li:nth-child(4) { transition-delay: 0.12s; }
  header.header-mobile.menu-open #mainmenu > li:nth-child(5) { transition-delay: 0.15s; }
  header.header-mobile.menu-open #mainmenu > li:nth-child(6) { transition-delay: 0.18s; }
  header.header-mobile.menu-open #mainmenu > li:nth-child(7) { transition-delay: 0.21s; }
  header.header-mobile.menu-open #mainmenu > li:nth-child(8) { transition-delay: 0.24s; }

  header.header-mobile #mainmenu > li:last-child {
    border-bottom: none !important;
    margin-bottom: 4px;
  }

  header.header-mobile #mainmenu a.menu-item,
  header.header-mobile #mainmenu > li > a.menu-item {
    color: #f7f4ef !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 12px 8px 12px 0 !important;
    transition: color 0.2s ease, padding 0.2s ease;
  }

  header.header-mobile #mainmenu a.menu-item:hover,
  header.header-mobile #mainmenu a.menu-item:focus {
    color: var(--ogi-lavender) !important;
    background: transparent !important;
  }

  header.header-mobile #mainmenu > li > span {
    background: transparent !important;
    border: 1px solid rgba(196, 165, 116, 0.35) !important;
    color: transparent !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 28px !important;
    text-align: center;
    border-radius: 2px;
    top: 8px !important;
    margin-top: 0 !important;
    right: 0 !important;
    font-size: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background-image: none !important;
  }

  header.header-mobile #mainmenu > li > span::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1.5px solid var(--ogi-gold);
    border-bottom: 1.5px solid var(--ogi-gold);
    transform: rotate(45deg);
    margin-top: -3px;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.2s ease;
  }

  header.header-mobile #mainmenu > li > span.active,
  header.header-mobile #mainmenu li span.active {
    background: rgba(196, 165, 116, 0.35) !important;
    border-color: var(--ogi-gold) !important;
    background-image: none !important;
  }

  header.header-mobile #mainmenu > li > span.active::before,
  header.header-mobile #mainmenu li span.active::before {
    transform: rotate(-135deg);
    margin-top: 3px;
    border-color: #f7f4ef;
  }

  /* Nested submenu expanders */
  header.header-mobile #mainmenu li > ul > li > span {
    background: transparent !important;
    background-image: none !important;
    border: 1px solid rgba(196, 165, 116, 0.28) !important;
    width: 26px !important;
    height: 26px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
  }

  header.header-mobile #mainmenu li > ul > li > span::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1.5px solid var(--ogi-gold);
    border-bottom: 1.5px solid var(--ogi-gold);
    transform: rotate(45deg);
    margin-top: -2px;
  }

  header.header-mobile #mainmenu > li > ul > li > span.active::before {
    transform: rotate(-135deg);
    margin-top: 2px;
    border-color: #f7f4ef;
  }

  header.header-mobile #mainmenu li ul {
    background: transparent !important;
    border: none !important;
    padding: 0 0 10px 0 !important;
    overflow: hidden;
    transition: opacity 0.25s ease;
  }

  header.header-mobile #mainmenu li ul li {
    border: none !important;
    padding-left: 12px !important;
  }

  header.header-mobile #mainmenu li ul li a,
  header.header-mobile #mainmenu li ul li a.menu-item,
  header.header-mobile #mainmenu ul li a {
    color: rgba(250, 248, 251, 0.72) !important;
    font-size: 13px !important;
    letter-spacing: 0.04em !important;
    text-transform: none !important;
    font-weight: 400 !important;
    padding: 10px 8px 10px 4px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  }

  header.header-mobile #mainmenu li ul li a:hover {
    color: var(--ogi-gold) !important;
  }

  header.header-mobile #mainmenu li ul li:last-child a {
    color: var(--ogi-lavender) !important;
    font-weight: 500 !important;
    letter-spacing: 0.06em !important;
    border-bottom: none !important;
  }

  /* Mobile CTA under menu */
  header.header-mobile #mainmenu::after {
    content: none;
  }

  @media (prefers-reduced-motion: reduce) {
    header.header-mobile #mainmenu,
    header.header-mobile #mainmenu > li,
    header.header-mobile #mainmenu > li > span::before {
      transition: none !important;
      transform: none !important;
    }

    header.header-mobile #mainmenu {
      opacity: 0;
    }

    header.header-mobile.menu-open #mainmenu,
    header.header-mobile.menu-open #mainmenu > li {
      opacity: 1;
    }
  }

  header.header-mobile .ogi-mobile-cta {
    display: block;
    margin: 20px 0 8px;
  }

  /* Hide extra header toggle on small screens (clutters CTA + menu) */
  header.header-mobile #btn-extra {
    display: none !important;
  }

  body {
    padding-bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  }

  #back-to-top {
    bottom: calc(78px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (min-width: 993px) {
  header.header-mobile .ogi-mobile-cta {
    display: none;
  }

  .ogi-header-cta__short {
    display: none;
  }

  .ogi-bottom-nav {
    display: none !important;
  }
}

/* Desktop: show full CTA text */
@media (min-width: 993px) {
  .ogi-header-cta__short {
    display: none !important;
  }

  .ogi-header-cta__full {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .ogi-header-cta__full {
    display: none !important;
  }

  .ogi-header-cta__short {
    display: block !important;
  }

  .ogi-header-cta .ogi-link-effect {
    height: 14px;
  }

  /* Ensure CTA shows even before header-mobile class is applied */
  .menu_side_area .ogi-header-cta {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 12px !important;
    min-height: 40px;
    height: 40px;
    font-size: 11px !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

/* ========== Mobile bottom nav ========== */
.ogi-bottom-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10040;
  height: calc(64px + env(safe-area-inset-bottom, 0px));
  padding: 0 4px env(safe-area-inset-bottom, 0px);
  background: rgba(13, 13, 13, 0.94);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(196, 165, 116, 0.28);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.35);
  align-items: stretch;
  justify-content: space-around;
}

@media (max-width: 992px) {
  .ogi-bottom-nav {
    display: flex;
  }
}

.ogi-bottom-nav__item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  padding: 8px 2px 6px;
  color: rgba(250, 248, 251, 0.58) !important;
  text-decoration: none !important;
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.1;
  transition: color 0.2s, transform 0.2s;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.ogi-bottom-nav__item:hover,
.ogi-bottom-nav__item:focus-visible {
  color: var(--ogi-lavender) !important;
  outline: none;
}

.ogi-bottom-nav__item.is-active {
  color: var(--ogi-gold) !important;
}

.ogi-bottom-nav__ico {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
}

.ogi-bottom-nav__ico svg {
  display: block;
}

.ogi-bottom-nav__label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ogi-bottom-nav__item--cta {
  position: relative;
  color: #f7f4ef !important;
}

.ogi-bottom-nav__item--cta .ogi-bottom-nav__ico {
  width: 40px;
  height: 40px;
  margin-top: -18px;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--ogi-gold), #0d0d0d);
  border: 2px solid rgba(196, 165, 116, 0.55);
  box-shadow: 0 8px 18px rgba(13, 13, 13, 0.35);
  color: #fff;
}

.ogi-bottom-nav__item--cta .ogi-bottom-nav__label {
  color: var(--ogi-lavender);
  font-weight: 600;
  margin-top: 2px;
}

.ogi-bottom-nav__item--cta.is-active .ogi-bottom-nav__ico {
  border-color: var(--ogi-gold);
  background: linear-gradient(145deg, #a8844f, var(--ogi-orchid));
}

.ogi-bottom-nav__item--cta.is-active .ogi-bottom-nav__label {
  color: var(--ogi-gold);
}

/* Footer service-area map + Intrio-style Get in Touch */
.ogi-footer-touch {
  margin-left: 0;
}

.ogi-footer-touch-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

.ogi-footer-touch-title {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem) !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0;
  line-height: 1.15;
}

.ogi-footer-touch-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.ogi-footer-touch-arrow::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 2px solid var(--ogi-gold);
  border-right: 2px solid var(--ogi-gold);
  transform: rotate(45deg) translate(-2px, 2px);
}

.ogi-footer-touch-arrow:hover {
  opacity: 1;
  transform: translate(2px, -2px);
}

.ogi-footer-touch-body {
  display: block;
}

.ogi-footer-touch-body .ogi-footer-contact {
  min-width: 0;
  max-width: none;
}

.ogi-footer-contact-line {
  display: block;
  color: #fff !important;
  font-size: clamp(0.95rem, 1.35vw, 1.2rem);
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ogi-footer-contact-line:hover {
  color: var(--ogi-lavender) !important;
}

.ogi-footer-map-col {
  min-width: 0;
}

.ogi-footer-map {
  width: 100%;
  max-width: none;
  margin: 0;
}

.ogi-map-trigger {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(196, 165, 116, 0.28);
  border-radius: 4px;
  overflow: hidden;
  background: #161018;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.ogi-map-trigger:hover,
.ogi-map-trigger:focus-visible {
  border-color: rgba(196, 165, 116, 0.55);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  outline: none;
}

.ogi-map-trigger__frame {
  display: block;
  position: relative;
  flex: 0 0 auto;
  height: 168px;
  min-height: 168px;
  overflow: hidden;
  pointer-events: none;
}

.ogi-map-trigger__frame iframe,
.ogi-footer-mini-map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 168px;
  border: 0;
  background: #e8eef3;
}

.ogi-map-trigger__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(13, 13, 13, 0.55) 100%);
  pointer-events: none;
  z-index: 2;
}

.ogi-map-trigger__meta {
  display: block;
  padding: 0.75rem 0.9rem 0.9rem;
  position: relative;
  z-index: 3;
}

.ogi-map-trigger__label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ogi-gold);
  margin-bottom: 0.25rem;
}

.ogi-map-trigger__title {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.ogi-map-trigger__hint {
  display: block;
  margin-top: 0.4rem;
  font-size: 12.5px;
  line-height: 1.45;
  color: rgba(250, 248, 251, 0.62);
}

.ogi-map-modal[hidden] {
  display: none !important;
}

.ogi-map-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.ogi-map-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 10, 0.72);
  backdrop-filter: blur(6px);
}

.ogi-map-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  background: #0f0c12;
  border: 1px solid rgba(196, 165, 116, 0.3);
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  padding: 1.25rem 1.25rem 1.4rem;
  color: rgba(250, 248, 251, 0.88);
}

.ogi-map-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  background: transparent;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.ogi-map-modal__close:hover {
  border-color: var(--ogi-gold);
  color: var(--ogi-gold);
}

.ogi-map-modal__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ogi-gold);
}

.ogi-map-modal__dialog h3 {
  margin: 0 0 0.55rem;
  color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  padding-right: 2rem;
}

.ogi-map-modal__lead {
  margin: 0 0 0.85rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(250, 248, 251, 0.7);
  max-width: 44rem;
}

.ogi-map-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.ogi-map-areas span {
  display: inline-block;
  padding: 0.35rem 0.7rem;
  border-radius: 99px;
  border: 1px solid rgba(184, 160, 200, 0.35);
  color: var(--ogi-lavender);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.ogi-map-modal__frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: min(48vh, 420px);
  min-height: 280px;
  background: #e8eef3;
}

.ogi-map-modal-canvas {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background: #e8eef3;
}

.ogi-map-modal-canvas.leaflet-container {
  width: 100%;
  height: 100%;
  font: inherit;
  z-index: 1;
}

.ogi-map-modal__frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.ogi-map-book {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1rem;
  width: calc(100% - 1.5rem);
  max-width: 34rem;
  padding: 0.85rem 1rem;
  background: rgba(13, 10, 16, 0.92);
  border: 1px solid rgba(196, 165, 116, 0.35);
  border-radius: 4px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
}

.ogi-map-book__text {
  margin: 0;
  flex: 1 1 12rem;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(250, 248, 251, 0.88);
  text-align: left;
}

.ogi-map-book__btn {
  flex: 0 0 auto;
  min-width: 7.5rem;
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.ogi-map-state-label {
  background: transparent !important;
  border: none !important;
}

.ogi-map-state-label span {
  display: inline-block;
  padding: 0.2rem 0.45rem;
  background: rgba(13, 10, 16, 0.78);
  border: 1px solid rgba(196, 165, 116, 0.45);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.ogi-map-modal__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
  margin-top: 1rem;
}

.ogi-map-modal__link {
  color: var(--ogi-lavender) !important;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.ogi-map-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .ogi-map-modal__dialog {
    padding: 1rem;
  }

  .ogi-map-modal__frame {
    height: 46vh;
  }

  .ogi-footer .subfooter {
    padding-bottom: calc(1.25rem + 72px);
  }
}

@media (min-width: 992px) {
  /* Footer uses full viewport width; columns share the space evenly */
  .ogi-footer > .container {
    max-width: 100%;
    width: 100%;
    padding-left: clamp(1.5rem, 3.5vw, 3.25rem);
    padding-right: clamp(1.5rem, 3.5vw, 3.25rem);
  }

  .ogi-footer-grid.row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    display: grid;
    grid-template-columns:
      minmax(168px, 1.15fr)
      minmax(120px, 0.85fr)
      minmax(140px, 0.95fr)
      minmax(200px, 1.15fr)
      minmax(220px, 1.3fr);
    column-gap: clamp(1.25rem, 2.8vw, 3rem);
    row-gap: 1.5rem;
    align-items: start;
    margin-left: 0;
    margin-right: 0;
  }

  .ogi-footer-grid > [class*="col-"] {
    flex: none;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ogi-footer-brand img.w-170px {
    width: 100% !important;
    max-width: 260px !important;
  }

  .ogi-footer-blurb {
    max-width: none;
  }

  .ogi-footer-map-col .ogi-map-trigger__frame {
    height: 168px;
    min-height: 168px;
  }

  .ogi-footer-map-col .ogi-footer-mini-map {
    min-height: 168px;
  }

  .ogi-footer-touch-title {
    font-size: clamp(1.2rem, 1.8vw, 1.55rem) !important;
  }

  .ogi-footer-contact-line {
    font-size: clamp(1rem, 1.35vw, 1.2rem);
    word-break: break-word;
  }
}

/* ========== Contact: WhatsApp-first editorial ========== */
.ogi-contact {
  position: relative;
  min-height: min(100vh, 920px);
  padding: 120px 0 100px;
  overflow: hidden;
  background: #0d0d0d;
}

.ogi-contact__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.ogi-contact__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.28;
  filter: saturate(0.75) brightness(0.55);
  transform: scale(1.04);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.ogi-contact.is-reason-selected .ogi-contact__bg img {
  transform: scale(1.07);
}

.ogi-contact__wash {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(13, 13, 13, 0.92) 0%, rgba(13, 13, 13, 0.72) 48%, rgba(13, 13, 13, 0.35) 100%),
    linear-gradient(180deg, rgba(13, 13, 13, 0.35), rgba(13, 13, 13, 0.88));
}

.ogi-contact__inner {
  position: relative;
  max-width: 760px;
  padding-top: 12px;
}

.ogi-contact__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 0 0 1.75rem;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(250, 248, 251, 0.55);
}

.ogi-contact__crumb a {
  color: rgba(250, 248, 251, 0.7) !important;
  text-decoration: none;
}

.ogi-contact__crumb a:hover {
  color: var(--ogi-lavender) !important;
}

.ogi-contact__title {
  margin: 0 0 1rem;
  font-size: clamp(2.75rem, 8vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
  color: #f7f4ef;
}

.ogi-contact__lead {
  margin: 0 0 2rem;
  max-width: 34rem;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.65;
  color: rgba(250, 248, 251, 0.72);
}

.ogi-contact__primary {
  margin-bottom: 2.25rem;
}

.ogi-contact__wa {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 1.6rem !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px !important;
}

.ogi-contact__wa-note {
  margin: 0.85rem 0 0;
  max-width: 28rem;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(250, 248, 251, 0.5);
}

.ogi-contact__divider {
  width: 100%;
  height: 1px;
  margin: 0 0 1.35rem;
  background: linear-gradient(
    90deg,
    rgba(196, 165, 116, 0.45),
    rgba(255, 255, 255, 0.12) 55%,
    transparent
  );
}

.ogi-contact__or {
  margin: 0 0 0.85rem;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 248, 251, 0.48);
}

.ogi-contact__choices {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}

.ogi-contact__choice {
  margin: 0;
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.ogi-contact.is-reason-selected .ogi-contact__choice.is-dimmed {
  opacity: 0.28;
}

.ogi-contact.is-reason-selected .ogi-contact__choice.is-active {
  opacity: 1;
  transform: translateX(4px);
}

.ogi-contact__row {
  position: relative;
  display: grid;
  grid-template-columns: 2.5rem 1fr 1.5rem;
  align-items: center;
  gap: 0.75rem 1rem;
  width: 100%;
  margin: 0;
  padding: 1.15rem 0.15rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #f7f4ef;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  transition:
    color 0.35s ease,
    border-color 0.45s ease,
    padding 0.35s ease,
    background-color 0.35s ease;
}

.ogi-contact__row::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: var(--ogi-orchid);
  transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ogi-contact__row:hover,
.ogi-contact__row:focus-visible {
  color: #fff;
  outline: none;
  padding-left: 0.35rem;
}

.ogi-contact__row:hover::before,
.ogi-contact__row:focus-visible::before,
.ogi-contact__row.is-active::before {
  width: 100%;
}

.ogi-contact__row.is-active {
  color: #fff;
  border-bottom-color: transparent;
  padding-left: 0.35rem;
}

.ogi-contact__num {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--ogi-gold);
}

.ogi-contact__label {
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.ogi-contact__arrow {
  justify-self: end;
  color: rgba(250, 248, 251, 0.45);
  transition: transform 0.35s ease, color 0.35s ease;
}

.ogi-contact__row:hover .ogi-contact__arrow,
.ogi-contact__row.is-active .ogi-contact__arrow {
  color: var(--ogi-lavender);
  transform: translateX(4px);
}

.ogi-contact__continue {
  margin: 0 0 2.5rem;
  padding: 1.35rem 0 0.25rem;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ogi-contact__continue.is-in {
  opacity: 1;
  transform: translateY(0);
}

.ogi-contact__continue[hidden] {
  display: none !important;
}

.ogi-contact__continue-kicker {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  letter-spacing: 0.04em;
  color: #f7f4ef;
}

.ogi-contact__continue-copy {
  margin: 0 0 1.15rem;
  max-width: 30rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(250, 248, 251, 0.68);
}

.ogi-contact__reset {
  display: block;
  margin-top: 0.9rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(250, 248, 251, 0.55);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font-family: inherit;
}

.ogi-contact__reset:hover {
  color: var(--ogi-lavender);
}

.ogi-contact__consult {
  margin-top: 0.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 32rem;
}

.ogi-contact__consult-kicker {
  margin: 0 0 0.4rem;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ogi-gold);
}

.ogi-contact__consult-copy {
  margin: 0 0 0.9rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(250, 248, 251, 0.68);
}

.ogi-contact__consult-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #f7f4ef !important;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(196, 165, 116, 0.55);
  padding-bottom: 2px;
  transition: color 0.3s ease, border-color 0.3s ease, gap 0.3s ease;
}

.ogi-contact__consult-cta:hover {
  color: var(--ogi-lavender) !important;
  border-bottom-color: var(--ogi-lavender);
  gap: 0.65rem;
}

.ogi-contact__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  margin-top: 2.5rem;
  font-size: 13px;
  color: rgba(250, 248, 251, 0.45);
}

.ogi-contact__meta a {
  color: rgba(250, 248, 251, 0.62) !important;
  text-decoration: none;
}

.ogi-contact__meta a:hover {
  color: var(--ogi-lavender) !important;
}

@media (max-width: 992px) {
  .ogi-contact {
    padding: 108px 0 88px;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .ogi-contact {
    padding: 100px 0 calc(72px + 2.5rem);
  }

  .ogi-contact__title {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .ogi-contact__wa {
    width: 100%;
  }

  .ogi-contact__row {
    grid-template-columns: 2rem 1fr 1.25rem;
    padding: 1rem 0;
  }

  .ogi-contact__label {
    font-size: 1.05rem;
  }

  .ogi-contact__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .ogi-contact__meta span[aria-hidden="true"] {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ogi-contact__bg img,
  .ogi-contact__choice,
  .ogi-contact__row,
  .ogi-contact__row::before,
  .ogi-contact__arrow,
  .ogi-contact__continue,
  .ogi-contact__consult-cta {
    transition: none !important;
  }

  .ogi-contact__bg img,
  .ogi-contact.is-reason-selected .ogi-contact__bg img {
    transform: none !important;
  }

  .ogi-contact__continue {
    opacity: 1;
    transform: none;
  }
}

/* ========== Image-led Projects / Services (Usher / Taylor Howes style) ========== */
body.ogi-folio {
  background: #f7f5f2;
}

body.ogi-folio main {
  background: #f7f5f2;
}

/* Solid header on light folio pages so nav stays readable */
body.ogi-folio header.transparent:not(.smaller):not(.header-mobile) {
  background: rgba(13, 13, 13, 0.94) !important;
  border-bottom: 1px solid rgba(196, 165, 116, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.ogi-folio-head {
  padding: 7.5rem 0 1.25rem;
  background: #f7f5f2;
}

.ogi-folio-head__title {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a !important;
}

.ogi-folio-grid-wrap {
  padding: 0 0 4.5rem;
  background: #f7f5f2;
}

.ogi-folio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.ogi-folio-grid--services {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ogi-folio-card {
  position: relative;
  display: block;
  overflow: hidden;
  background: #e8e4de;
  text-decoration: none !important;
  aspect-ratio: 4 / 3;
}

.ogi-folio-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  filter: none;
}

.ogi-folio-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0.55;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.ogi-folio-card__name {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.95rem;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(0.82rem, 1.2vw, 0.98rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.3;
  opacity: 0.92;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.ogi-folio-card:hover img {
  transform: scale(1.04);
}

.ogi-folio-card:hover::after {
  opacity: 0.72;
}

/* Project / service detail gallery */
.ogi-proj {
  padding: 6.75rem 0 3.5rem;
  background: #f7f5f2;
  color: #1a1a1a;
}

.ogi-proj__bar {
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto 1.75rem;
  text-align: center;
}

.ogi-proj__back {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #3a3a3a !important;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ogi-proj__back:hover {
  color: #000 !important;
}

.ogi-proj__title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a !important;
}

.ogi-proj__note {
  max-width: 36rem;
  margin: 0.65rem auto 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26, 26, 26, 0.62);
}

.ogi-proj__gallery {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 1.15rem;
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.ogi-proj__cell {
  display: block;
  overflow: hidden;
  background: #e8e4de;
  min-height: 260px;
}

.ogi-proj__cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.ogi-proj__cell:hover img {
  transform: scale(1.03);
}

.ogi-proj__cell--tall {
  grid-row: span 2;
  min-height: 560px;
}

.ogi-proj__cell--wide {
  grid-column: 1 / -1;
  min-height: 420px;
}

.ogi-proj__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1280px, calc(100% - 2.5rem));
  margin: 2rem auto 0;
  gap: 1rem;
}

.ogi-proj__nav a {
  color: #3a3a3a !important;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.ogi-proj__nav a:hover {
  color: #000 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ogi-proj__cta {
  width: min(1280px, calc(100% - 2.5rem));
  margin: 2.25rem auto 0;
  text-align: center;
}

@media (max-width: 991px) {
  .ogi-folio-grid,
  .ogi-folio-grid--services {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  .ogi-proj__gallery {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    width: calc(100% - 1.5rem);
  }

  .ogi-proj__cell--tall {
    grid-row: auto;
    min-height: 320px;
  }

  .ogi-proj__cell--wide {
    grid-column: auto;
    min-height: 240px;
  }

  .ogi-folio-head {
    padding-top: 6.5rem;
  }
}

@media (max-width: 575px) {
  .ogi-folio-grid,
  .ogi-folio-grid--services {
    grid-template-columns: 1fr;
  }
}

.ogi-preview-note {
  font-size: 14px;
  line-height: 1.45;
  max-width: 18rem;
}

.ogi-hold h2 {
  margin-bottom: 1rem;
}

.ogi-hold-card__tag {
  margin: 0 0 0.65rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ogi-orchid);
}

.ogi-video-banner__label {
  font-size: 18px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  .ogi-link-effect .ogi-effect-1,
  header #mainmenu > li > ul:not(.mega) {
    transition: none;
  }

  header #mainmenu > li > ul:not(.mega) {
    transform: none;
  }
}

/* ========== weROI-style mobile drawer ========== */
.ogi-drawer {
  display: none;
}

@media (max-width: 992px) {
  .ogi-drawer {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 10080;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
      visibility 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .ogi-drawer.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .ogi-drawer[hidden] {
    display: block;
  }

  .ogi-drawer__backdrop {
    position: absolute;
    inset: 0;
  }

  .ogi-drawer__panel {
    position: relative;
    width: 100%;
    max-width: 310px;
    height: 100%;
    background: #ffffff;
    color: #111111;
    padding: 0 20px 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .ogi-drawer__panel a {
    color: #111111 !important;
  }

  .ogi-drawer.is-open .ogi-drawer__panel {
    transform: translateX(0);
  }

  .ogi-drawer__close {
    position: absolute;
    right: 20px;
    top: 23px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 2px solid #111111;
    border-radius: 50%;
    background: transparent;
    color: #111111;
    z-index: 2;
    cursor: pointer;
    transition: transform 0.3s ease;
  }

  .ogi-drawer__close span,
  .ogi-drawer__close span::before,
  .ogi-drawer__close span::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 2px;
    background: #111111;
  }

  .ogi-drawer__close span {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .ogi-drawer__close span::after {
    content: "";
    left: 0;
    top: 0;
    transform: rotate(90deg);
  }

  .ogi-drawer__close:hover {
    transform: rotate(90deg);
  }

  .ogi-drawer__logo {
    display: flex;
    align-items: center;
    padding: 35px 48px 28px 0;
    text-align: left;
    color: #0d0d0d !important;
  }

  .ogi-drawer__logo img {
    display: block;
    width: 44px;
    height: 44px;
    max-width: 44px;
    max-height: 44px;
    object-fit: contain;
    object-position: left center;
    flex-shrink: 0;
  }

  .ogi-drawer__nav {
    flex: 1 1 auto;
    overflow-y: auto;
    max-height: calc(100vh - 280px);
    padding: 5px 0 25px;
    margin: 0 0 28px;
    border-bottom: 2px solid #111111;
    -webkit-overflow-scrolling: touch;
  }

  .ogi-drawer__nav::-webkit-scrollbar {
    display: none;
  }

  .ogi-drawer__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ogi-drawer__link {
    display: block;
    position: relative;
    padding: 8px 28px 8px 0;
    font-family: var(--heading-font, inherit);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #111111 !important;
    text-decoration: none !important;
    background: none !important;
  }

  .ogi-drawer__link.is-active,
  .ogi-drawer__sub a.is-active {
    color: var(--ogi-orchid) !important;
  }

  .ogi-drawer__chevron {
    position: absolute;
    right: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
  }

  .ogi-drawer__item.is-open > .ogi-drawer__link .ogi-drawer__chevron {
    margin-top: -2px;
    transform: rotate(-135deg);
  }

  .ogi-drawer__sub {
    max-height: 0;
    overflow: hidden;
    padding: 0 0 0 12px;
    transition: max-height 0.35s ease;
  }

  .ogi-drawer__item.is-open > .ogi-drawer__sub {
    max-height: 420px;
  }

  .ogi-drawer__sub a {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #111111 !important;
    text-decoration: none !important;
  }

  .ogi-drawer__meta {
    margin-bottom: 14px;
  }

  .ogi-drawer__meta p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    color: #111111;
  }

  .ogi-drawer__meta a {
    color: #111111 !important;
    text-decoration: none !important;
  }

  .ogi-drawer__social {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 6px;
  }

  .ogi-drawer__social a {
    color: #111111 !important;
    font-size: 20px;
    line-height: 1;
    background: none !important;
  }

  body.ogi-drawer-open {
    overflow: hidden;
  }

  body.ogi-drawer-open .ogi-wa-float {
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 400px) {
  .ogi-drawer__panel {
    max-width: 270px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ogi-drawer,
  .ogi-drawer__panel,
  .ogi-drawer__close,
  .ogi-drawer__sub {
    transition: none !important;
  }

  .ogi-drawer__panel {
    transform: none;
  }
}


/* ===== elevated. extras ===== */
.ehd-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: rgba(13,13,13,0.78);
}
.ehd-trust-strip strong { color: #0d0d0d; font-weight: 600; }
.ehd-trust-strip a { color: #0d0d0d; text-decoration: underline; text-underline-offset: 3px; }

.ehd-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.ehd-gallery-filters button {
  border: 1px solid rgba(13,13,13,0.2);
  background: #fff;
  color: #0d0d0d;
  padding: 0.55rem 1.1rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.ehd-gallery-filters button.is-active,
.ehd-gallery-filters button:hover {
  background: #0d0d0d;
  color: #faf9f7;
  border-color: #0d0d0d;
}
.ehd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .ehd-gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
}
@media (min-width: 1200px) {
  .ehd-gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 1.35rem; }
}
.ehd-gallery-item {
  position: relative;
  overflow: hidden;
  background: #ece8e2;
  aspect-ratio: 4/5;
}
.ehd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .55s ease;
}
.ehd-gallery-item:hover img { transform: scale(1.06); }
.ehd-gallery-item figcaption {
  /* captions sit under photos via ehd-unique.css */
  position: static;
  background: none;
  color: inherit;
}
.ehd-gallery-item.is-hidden { display: none; }

.ehd-faq-catnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  justify-content: center;
  margin: 0 auto 2.5rem;
  max-width: 920px;
}
.ehd-faq-catnav a {
  border: 1px solid rgba(13,13,13,0.18);
  padding: 0.45rem 0.85rem;
  font-size: 0.8rem;
  color: #0d0d0d !important;
  background: #fff;
  text-decoration: none !important;
}
.ehd-faq-catnav a:hover { border-color: #c4a574; color: #0d0d0d !important; }
.ehd-faq-cat { margin-bottom: 2.75rem; }
.ehd-faq-cat__title {
  font-size: 1.55rem;
  margin-bottom: 0.35rem;
}
.ehd-faq-cat__blurb {
  color: rgba(13,13,13,0.65);
  margin-bottom: 1.25rem;
}

.ehd-reach-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .ehd-reach-grid { grid-template-columns: repeat(3, 1fr); }
}
.ehd-reach-card {
  border: 1px solid rgba(13,13,13,0.12);
  background: #fff;
  padding: 1.5rem 1.25rem;
  height: 100%;
}
.ehd-reach-card h3 { margin-bottom: 0.4rem; font-size: 1.15rem; }
.ehd-reach-card p { color: rgba(13,13,13,0.68); margin-bottom: 1rem; }
.ehd-reach-card .btn-main { display: inline-block; }

.ehd-map-wrap {
  overflow: hidden;
  border-radius: 4px;
  min-height: 320px;
  background: #ece8e2;
}
.ehd-map-wrap iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

/* Hero brand emphasis */
.ogi-hero h1 { letter-spacing: -0.02em; }
header #logo img {
  max-height: 64px;
  width: auto;
}
footer #logo img, footer .ehd-footer-logo {
  max-width: 180px;
  height: auto;
}

/* Champagne primary buttons stay readable */
.btn-main, .bg-color {
  color: #0d0d0d !important;
}
.btn-main:hover {
  color: #0d0d0d !important;
  filter: brightness(1.05);
}

/* Dark sections: light text */
.section-dark .btn-main,
footer.section-dark .btn-main {
  background-color: #c4a574 !important;
  border-color: #c4a574 !important;
  color: #0d0d0d !important;
}
