/* Interiia-style chrome fonts (shared with preloader/hero) */
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/interiia/pp-neue-montreal-book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/interiia/pp-neue-montreal-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/interiia/pp-neue-montreal-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Orchid Gold Interiors brand overrides on Intrio */

:root {
  --ogi-plum: #3d1f4a;
  --ogi-lavender: #b8a0c8;
  --ogi-orchid: #6b4c7a;
  --ogi-black: #0d0d0d;
  --ogi-white: #faf7f2;
  --ogi-cream: #f5efe6;
  --ogi-gold: #b8956a;
  --ogi-gold-deep: #9a7348;
  --ogi-gold-light: #dcc9a8;
  --ogi-gold-soft: rgba(184, 149, 106, 0.28);
  --ogi-warm-text: #2a2218;
  --ogi-header-solid: rgba(42, 36, 32, 0.96);
  --logo-width: 320px;
  --logo-footer-width: 340px;
}

body {
  background-color: var(--ogi-white);
  color: var(--ogi-warm-text);
}

.section-dark,
#extra-wrap.bg-dark {
  background-color: var(--ogi-black) !important;
}

footer.section-dark:not(.ogi-footer) {
  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;
}

#extra-wrap #extra-content > img.w-150px {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: min(300px, 78%) !important;
  max-width: 300px !important;
  height: auto !important;
}

#extra-wrap #extra-content > h4.mb-3 {
  text-align: center;
}

.ogi-extra-project__name {
  margin: 0.7rem 0 0;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.ogi-extra-project:hover .ogi-extra-project__name {
  color: var(--ogi-gold-light);
}

#extra-wrap .ogi-extra-project .hover-scale-1-2 {
  display: block;
}

.id-color,
.text-primary,
a:hover:not(.btn-main):not(.ogi-video-modal__card-hit):not(.ogi-proj__back),
.ul-check li:before {
  color: var(--ogi-gold-deep) !important;
}

.subtitle {
  color: var(--ogi-gold-deep) !important;
}

/* Keep nav readable on dark sticky/mobile chrome */
header.smaller #mainmenu a:hover,
header.header-mobile #mainmenu a:hover {
  color: var(--ogi-gold-light) !important;
}

.bg-color,
.bg-color-2,
.btn-main,
.owl-dot.active span,
.de-step-icon {
  background-color: var(--ogi-gold) !important;
  border-color: var(--ogi-gold) !important;
}

.btn-main:hover,
.btn-main:focus-visible {
  background-color: var(--ogi-gold-deep) !important;
  border-color: var(--ogi-gold-deep) !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 {
  --ogi-logo-slot: 64px;
  --ogi-logo-scale: 1;
  --ogi-logo-box: 64px;
  height: var(--ogi-logo-slot);
  width: var(--ogi-logo-box);
  min-width: var(--ogi-logo-box);
  margin-left: 0;
  left: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent !important;
  flex-shrink: 0;
  border-radius: 4px;
}

#logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--ogi-logo-slot);
  overflow: hidden;
  line-height: 0;
}

#logo img.logo-scroll,
#logo img.logo-mobile {
  display: none !important;
}

#logo img.logo-main,
header #logo img.logo-main,
div#logo img.logo-main {
  display: block !important;
}

#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,
.ogi-footer-brand img,
#extra-wrap img.w-150px,
.ogi-drawer__logo img,
.ogi-preloader__logo {
  background: transparent !important;
  background-color: transparent !important;
}

#logo img.logo-main,
header #logo img.logo-main,
div#logo img.logo-main {
  height: var(--ogi-logo-slot) !important;
  max-height: var(--ogi-logo-slot) !important;
  width: auto !important;
  max-width: none !important;
  object-fit: contain;
  object-position: center center;
  transform: scale(var(--ogi-logo-scale));
  transform-origin: center center;
  margin: 0 auto;
}

/* Hero header: Interiia-style transparent bar + hairline */
header.transparent:not(.smaller):not(.header-mobile) {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

header.transparent.smaller:not(.header-mobile),
header.smaller:not(.header-mobile) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Desktop header: logo left, nav + book right (Interiia chrome) */
@media (min-width: 993px) {
  header > .container {
    max-width: 100%;
    width: 100%;
    padding-left: clamp(1.25rem, 4vw, 3.75rem);
    padding-right: clamp(1.25rem, 4vw, 3.75rem);
  }

  header .de-flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    min-height: 88px;
  }

  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: flex-end;
    min-width: 0;
  }

  header .de-flex > .de-flex-col:last-child {
    flex: 0 0 auto;
    justify-content: flex-end;
    margin-left: 0.85rem;
  }

  header #logo {
    margin-left: 0;
    left: 0;
    --ogi-logo-slot: 72px;
    --ogi-logo-scale: 1;
    --ogi-logo-box: 72px;
  }

  header #logo img.logo-main,
  header #logo img {
    max-height: var(--ogi-logo-slot);
    width: auto;
  }

  header #mainmenu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    float: none;
    margin: 0;
    width: auto;
    max-width: 100%;
    gap: 0;
  }

  header #mainmenu > li {
    margin-right: 0;
    margin-left: clamp(1rem, 1.6vw, 1.65rem);
    float: none;
    position: relative;
  }

  header #mainmenu > li:first-child {
    margin-left: 0;
  }

  header #mainmenu > li:last-child {
    margin-right: 0;
  }

  header #mainmenu > li > a.menu-item {
    font-family: "PP Neue Montreal", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    text-transform: none;
    padding: 0.35rem 0;
    position: relative;
  }

  header #mainmenu > li > a.menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.1rem;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  header #mainmenu > li > a.menu-item:hover::after,
  header #mainmenu > li > a.menu-item:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  header .menu_side_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
  }

  header #btn-extra {
    display: none !important;
  }

  /* Keep Book CTA as the solid theme button (not text-link) */
  header .menu_side_area .ogi-header-cta.btn-main {
    padding: 0.7rem 1.35rem !important;
    min-height: 44px;
    white-space: nowrap;
  }
}

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-gold-light) !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 {
  width: 260px !important;
  max-width: 78%;
  height: auto !important;
  max-height: none !important;
}

.ogi-footer-brand img.w-170px {
  width: var(--logo-footer-width) !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 991px) {
  #logo {
    --ogi-logo-slot: 56px;
    --ogi-logo-scale: 1;
    --ogi-logo-box: 56px;
    margin-left: 0;
    left: 0;
    max-width: min(42vw, 72px);
  }
}

@media (max-width: 767px) {
  #logo {
    --ogi-logo-slot: 52px;
    --ogi-logo-scale: 1;
    --ogi-logo-box: 52px;
    max-width: min(40vw, 64px);
  }

  header .logo-main {
    display: block !important;
  }

  header .logo-mobile,
  header .logo-scroll {
    display: none !important;
  }
}

h1, h2, .hs-5 {
  letter-spacing: -0.02em;
  color: var(--ogi-warm-text);
}

/* Soft warm gold wash behind light sections */
.bg-color-op-1 {
  background-color: rgba(184, 149, 106, 0.07) !important;
}

.ogi-blog-all {
  margin-top: 0.25rem;
}

.ogi-blog-all-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--ogi-gold-deep) !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(184, 149, 106, 0.35);
  padding-bottom: 0.2rem;
  transition: color 0.2s, border-color 0.2s;
}

.ogi-blog-all-link:hover {
  color: var(--ogi-plum) !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(1.02) brightness(1.06) 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(1.02) brightness(1.06) contrast(1.02);
}

section.ogi-testimonials .sw-overlay {
  background: linear-gradient(
    160deg,
    rgba(42, 34, 24, 0.34) 0%,
    rgba(13, 13, 13, 0.22) 48%,
    rgba(154, 115, 72, 0.24) 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(154, 115, 72, 0.1) !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,
.ogi-video-banner__frame .ogi-video-banner__poster {
  display: block;
  width: 100%;
  height: min(520px, 56vh);
  object-fit: cover;
  object-position: center 42%;
  filter: saturate(1.02) brightness(1.03);
}

.ogi-video-banner__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(154, 115, 72, 0.22), transparent 28%, transparent 72%, rgba(154, 115, 72, 0.22)),
    radial-gradient(ellipse at 55% 50%, rgba(196, 165, 116, 0.14), transparent 45%),
    linear-gradient(180deg, rgba(13, 13, 13, 0.15), rgba(42, 34, 24, 0.32));
}

.ogi-video-banner .player {
  position: relative;
  z-index: 3;
}

.ogi-video-banner__play-icon {
  display: block;
  width: clamp(88px, 14vw, 132px);
  height: clamp(88px, 14vw, 132px);
  margin: 0 auto 1.25rem;
  border: 3px solid #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ogi-video-banner__play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
}

.ogi-video-banner__play:hover .ogi-video-banner__play-icon,
.ogi-video-banner__play:focus-visible .ogi-video-banner__play-icon {
  transform: scale(1.06);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.ogi-video-banner__play {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.ogi-video-banner__play.btn-reset {
  border: 0;
  background: transparent;
  font: inherit;
}

/* Video library modal */
html.ogi-video-modal-open,
body.ogi-video-modal-open {
  overflow: hidden !important;
  height: 100%;
}

body.ogi-video-modal-open {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

.ogi-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.ogi-video-modal[hidden] {
  display: none !important;
}

.ogi-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 6, 10, 0.82);
}

.ogi-video-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1180px, 96vw);
  max-height: min(92dvh, 980px);
  height: min(92dvh, 980px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  overscroll-behavior: contain;
  background: #fff;
  color: #111;
  border-radius: 14px;
  padding: clamp(1.1rem, 2.5vw, 1.75rem);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  touch-action: auto;
}

html[data-theme="dark"] .ogi-video-modal__dialog {
  background: #151018;
  color: #f5f2f7;
}

.ogi-video-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(61, 31, 74, 0.08);
  color: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

html[data-theme="dark"] .ogi-video-modal__close {
  background: rgba(255, 255, 255, 0.08);
}

.ogi-video-modal__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  color: var(--ogi-gold-deep);
}

html[data-theme="dark"] .ogi-video-modal__title {
  color: #f5f2f7;
}

.ogi-video-modal__lead {
  margin: 0 0 1rem;
  color: rgba(17, 17, 17, 0.72);
}

html[data-theme="dark"] .ogi-video-modal__lead {
  color: rgba(245, 242, 247, 0.72);
}

.ogi-video-modal__picker {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

.ogi-video-modal__carousel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.25rem);
  flex: 1 1 auto;
  min-height: 0;
  height: 0;
  max-height: none;
  overflow-y: scroll;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.35rem;
  margin-top: 0.25rem;
  touch-action: pan-y;
}

.ogi-video-modal__carousel::-webkit-scrollbar {
  width: 8px;
}

.ogi-video-modal__carousel::-webkit-scrollbar-thumb {
  background: rgba(184, 149, 106, 0.45);
  border-radius: 999px;
}

.ogi-video-modal__card {
  min-width: 0;
}

.ogi-video-modal__card-hit {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(61, 31, 74, 0.1);
  border-radius: 12px;
  background: #faf8f5;
  color: inherit;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

html[data-theme="dark"] .ogi-video-modal__card-hit {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.ogi-video-modal__card-hit:hover,
.ogi-video-modal__card-hit:focus-visible {
  border-color: var(--ogi-gold, #c4a574);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.ogi-video-modal__thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #1a1410;
}

.ogi-video-modal__thumb img,
.ogi-video-modal__thumb-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ogi-video-modal__thumb-video {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ogi-video-modal__card-hit:hover .ogi-video-modal__thumb-video,
.ogi-video-modal__card-hit:focus-visible .ogi-video-modal__thumb-video {
  opacity: 1;
}

.ogi-video-modal__thumb-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.ogi-video-modal__thumb-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
  border-radius: 50%;
  background: rgba(196, 165, 116, 0.94);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  pointer-events: none;
}

.ogi-video-modal__thumb-play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
}

.ogi-video-modal__card-body {
  display: grid;
  gap: 0.45rem;
  padding: 0.95rem 1rem 1.1rem;
}

.ogi-video-modal__card-title {
  font-weight: 600;
  font-size: 1.05rem;
  line-height: 1.35;
  color: #1a1a1a;
}

html[data-theme="dark"] .ogi-video-modal__card-title {
  color: #f5f2f7;
}

.ogi-video-modal__card-desc {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(17, 17, 17, 0.72);
}

html[data-theme="dark"] .ogi-video-modal__card-desc {
  color: rgba(245, 242, 247, 0.72);
}

.ogi-video-modal__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ogi-video-modal__pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(61, 31, 74, 0.12);
  border-radius: 10px;
  background: #faf8fb;
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

html[data-theme="dark"] .ogi-video-modal__pick {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}

.ogi-video-modal__pick:hover,
.ogi-video-modal__pick:focus-visible {
  border-color: var(--ogi-gold, #c4a574);
  background: #fff;
}

html[data-theme="dark"] .ogi-video-modal__pick:hover,
html[data-theme="dark"] .ogi-video-modal__pick:focus-visible {
  background: rgba(255, 255, 255, 0.07);
}

.ogi-video-modal__pick-main {
  display: grid;
  gap: 0.35rem;
}

.ogi-video-modal__pick-title {
  font-weight: 600;
  font-size: 1.05rem;
}

.ogi-video-modal__pick-desc {
  font-size: 0.92rem;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.72);
}

html[data-theme="dark"] .ogi-video-modal__pick-desc {
  color: rgba(245, 242, 247, 0.72);
}

.ogi-video-modal__pick-play {
  flex-shrink: 0;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: var(--ogi-gold);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ogi-video-modal__player {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  height: 0;
  flex: 1 1 auto;
  overscroll-behavior: contain;
  touch-action: manipulation;
}

.ogi-video-modal__player-head {
  display: flex;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-bottom: 0.55rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.ogi-video-modal__back {
  border: 0;
  background: transparent;
  color: var(--ogi-gold-deep);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

html[data-theme="dark"] .ogi-video-modal__back {
  color: var(--ogi-gold-light);
}

.ogi-video-modal__now-title {
  margin: 0;
  font-size: clamp(0.95rem, 2.4vw, 1.15rem);
  color: inherit;
  line-height: 1.25;
}

.ogi-video-modal__video {
  display: block;
  flex: 1 1 auto;
  width: 100%;
  height: 0;
  min-height: 160px;
  max-height: none;
  object-fit: contain;
  background: #000;
  border-radius: 10px;
}

.ogi-video-modal__now-desc {
  margin: 0.55rem 0 0.65rem;
  line-height: 1.45;
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.75);
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

html[data-theme="dark"] .ogi-video-modal__now-desc {
  color: rgba(245, 242, 247, 0.75);
}

.ogi-video-modal__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  flex-shrink: 0;
  padding-top: 0.15rem;
}

.ogi-video-modal__tool {
  border: 1px solid rgba(61, 31, 74, 0.18);
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 0.65rem 1.1rem;
  font-weight: 600;
  cursor: pointer;
}

html[data-theme="dark"] .ogi-video-modal__tool {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #f5f2f7;
}

.ogi-video-modal__tool:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ogi-video-modal__tool--primary {
  background: var(--ogi-gold);
  border-color: var(--ogi-gold);
  color: #fff;
}

html[data-theme="dark"] .ogi-video-modal__tool--primary {
  background: var(--ogi-gold);
  border-color: var(--ogi-gold);
  color: #fff;
}

/* 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,
  .ogi-video-banner__frame .ogi-video-banner__poster {
    max-height: min(300px, 42vh);
    height: min(300px, 42vh);
  }

  .ogi-video-modal__carousel {
    grid-template-columns: 1fr;
  }

  .ogi-video-modal__dialog {
    width: min(100%, 96vw);
    height: min(90dvh, 980px);
    max-height: min(90dvh, 980px);
    padding: 0.95rem 0.85rem 1rem;
  }

  .ogi-video-modal__now-desc {
    display: none;
  }

  .ogi-video-modal__tool {
    padding: 0.55rem 0.9rem;
    font-size: 0.9rem;
  }

  .ogi-video-modal__video {
    min-height: 140px;
    border-radius: 8px;
  }
}

@media (max-height: 720px) {
  .ogi-video-modal__dialog {
    height: min(96vh, 980px);
    max-height: min(96vh, 980px);
    padding: 0.85rem 0.9rem 0.95rem;
  }

  .ogi-video-modal__now-desc {
    display: none;
  }

  .ogi-video-modal__player-head {
    margin-bottom: 0.4rem;
  }
}

/* Footer: full-width column grid */
.ogi-footer {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  background-color: var(--ogi-black) !important;
}

.ogi-footer::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: url("../images/background/2.webp") center center / cover no-repeat;
  filter: blur(12px) brightness(0.72) saturate(1.05);
  transform: scale(1.04);
  z-index: 0;
  pointer-events: none;
}

.ogi-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 8, 7, 0.72) 0%,
    rgba(10, 8, 7, 0.82) 45%,
    rgba(8, 6, 5, 0.88) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.ogi-footer > .container {
  position: relative;
  z-index: 2;
}

.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.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  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: min(100%, 300px) !important;
    max-width: 300px !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-gold-deep);
}

.ogi-legal-page h3 {
  margin-top: 1.35rem;
  margin-bottom: 0.5rem;
  font-size: 1.05rem;
  color: var(--ogi-plum);
}

.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-gold-deep) !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(61, 31, 74, 0.14);
  border-radius: 99px;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  color: rgba(26, 16, 32, 0.75) !important;
  background: #fcfbfd;
}

.ogi-legal-nav a.is-active,
.ogi-legal-nav a:hover {
  background: var(--ogi-gold);
  border-color: var(--ogi-gold);
  color: #fff !important;
}

/* ========== Consultation WhatsApp lead form ========== */
.ogi-lead-section {
  padding-top: 70px;
  padding-bottom: 90px;
  background:
    radial-gradient(ellipse at top left, rgba(107, 76, 122, 0.07), transparent 50%),
    var(--ogi-white);
}

.ogi-lead-card {
  background: #fff;
  border: 1px solid rgba(61, 31, 74, 0.08);
  border-radius: 4px;
  padding: 2rem 2rem 2.25rem;
  box-shadow: 0 18px 50px rgba(26, 16, 32, 0.06);
}

.ogi-lead-eyebrow {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ogi-gold-deep);
  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(26, 16, 32, 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(26, 16, 32, 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(184, 149, 106, 0.16);
  border-radius: 99px;
  overflow: hidden;
}

.ogi-lead-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--ogi-gold), var(--ogi-gold-deep));
  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(26, 16, 32, 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(61, 31, 74, 0.08);
}

.ogi-step-back {
  appearance: none;
  border: none;
  background: transparent;
  color: rgba(26, 16, 32, 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(26, 16, 32, 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(61, 31, 74, 0.12);
  background: #fcfbfd;
  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(107, 76, 122, 0.28);
}

.ogi-choice-row.is-on .ogi-choice-row__body,
.ogi-choice-row:has(input:checked) .ogi-choice-row__body {
  background: rgba(107, 76, 122, 0.08);
  border-color: var(--ogi-gold);
  box-shadow: inset 3px 0 0 var(--ogi-gold);
}

.ogi-choice-row__num {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: rgba(26, 16, 32, 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-gold-deep);
}

.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(26, 16, 32, 0.55);
  line-height: 1.4;
}

.ogi-choice-row__arrow {
  color: rgba(26, 16, 32, 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-gold-deep);
  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(61, 31, 74, 0.12);
  background: #fcfbfd;
  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(107, 76, 122, 0.35);
}

.ogi-style-tile:hover img {
  transform: scale(1.03);
}

.ogi-style-tile.is-active {
  border-color: var(--ogi-gold);
  box-shadow: inset 0 0 0 1px rgba(107, 76, 122, 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-gold) 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(107, 76, 122, 0.04);
}

.ogi-style-tile--text > span {
  text-align: center;
  padding: 1rem;
}

/* Review brief (not monospace preview) */
.ogi-brief {
  border: 1px solid rgba(61, 31, 74, 0.1);
  background: linear-gradient(180deg, #faf8fb 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(61, 31, 74, 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(26, 16, 32, 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-gold-deep);
  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(26, 16, 32, 0.75);
}

.ogi-hint {
  font-size: 13px;
  color: rgba(26, 16, 32, 0.55);
  margin: -0.35rem 0 0.85rem;
}

.ogi-input.form-control {
  border: 1px solid rgba(61, 31, 74, 0.14);
  border-radius: 3px;
  min-height: 48px;
  padding: 0.7rem 0.9rem;
  background: #fcfbfd;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.ogi-input.form-control:focus {
  border-color: var(--ogi-gold);
  box-shadow: 0 0 0 3px rgba(107, 76, 122, 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(61, 31, 74, 0.12);
  border-radius: 3px;
  background: #fcfbfd;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.ogi-check:hover {
  border-color: rgba(107, 76, 122, 0.35);
  transform: translateY(-1px);
}

.ogi-check input {
  margin-top: 0.2rem;
  accent-color: var(--ogi-gold);
}

.ogi-check:has(input:checked),
.ogi-check.is-on {
  border-color: var(--ogi-gold);
  background: rgba(107, 76, 122, 0.07);
  box-shadow: inset 0 0 0 1px rgba(107, 76, 122, 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(61, 31, 74, 0.14);
  background: #fcfbfd;
  color: rgba(26, 16, 32, 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(107, 76, 122, 0.35);
  background: rgba(184, 160, 200, 0.1);
  color: var(--ogi-plum);
}

.ogi-chip.is-active {
  background: rgba(107, 76, 122, 0.1);
  border-color: var(--ogi-gold);
  color: var(--ogi-plum);
  box-shadow: inset 0 0 0 1px rgba(107, 76, 122, 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(107, 76, 122, 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(26, 16, 32, 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(61, 31, 74, 0.08);
  border-radius: 4px;
  padding: 1.25rem 1.3rem;
}

.ogi-aside-card--accent {
  background: linear-gradient(160deg, #1a1020 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(61, 31, 74, 0.08);
  font-size: 14px;
}

.ogi-aside-list li:last-child {
  border-bottom: none;
}

.ogi-aside-list strong {
  color: rgba(26, 16, 32, 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(26, 16, 32, 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(61, 31, 74, 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: #1a1020;
  cursor: pointer;
}

.ogi-places-list li:hover,
.ogi-places-list li:focus {
  background: rgba(107, 76, 122, 0.08);
  color: var(--ogi-plum);
  outline: none;
}

.ogi-places-hint {
  margin: 0.4rem 0 0;
  font-size: 12px;
  color: rgba(26, 16, 32, 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-gold-deep);
  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(107, 76, 122, 0.06);
  border: 1px solid rgba(107, 76, 122, 0.12);
  border-radius: 4px;
  font-size: 13px;
  color: rgba(26, 16, 32, 0.72);
}

.ogi-ai-undo {
  border: none;
  background: transparent;
  color: var(--ogi-gold-deep);
  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(26, 16, 32, 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(26, 16, 32, 0.62);
}

.ogi-aside-map__frame {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(61, 31, 74, 0.12);
  height: 210px;
  background: #1a1220;
}

.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-gold-deep);
  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(26, 16, 32, 0.62);
}

.ogi-aside-map__open {
  width: 100%;
  border: 1px solid rgba(61, 31, 74, 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(61, 31, 74, 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,
header.header-mobile.smaller,
header.header-mobile.menu-open {
  background: var(--ogi-header-solid) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(196, 165, 116, 0.24);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

/* Mobile at top: clear over the hero (Elevated / DevOS pattern) */
@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;
  }

  /* Solid mobile bar: white (scrolled, menu open, or cream folio) */
  header.header-mobile.smaller,
  header.header-mobile.menu-open,
  body.ogi-folio header.transparent.header-mobile {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border-bottom: 1px solid rgba(42, 36, 32, 0.1);
    box-shadow: 0 4px 18px rgba(42, 36, 32, 0.08);
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Dark chrome on white bar; keep light chrome over dark hero */
  header.header-mobile.smaller #menu-btn,
  header.header-mobile.menu-open #menu-btn,
  body.ogi-folio header.header-mobile #menu-btn {
    color: #2a2420 !important;
    border-color: rgba(42, 36, 32, 0.22);
  }

  header.header-mobile.smaller #menu-btn:before,
  header.header-mobile.menu-open #menu-btn:before,
  body.ogi-folio header.header-mobile #menu-btn:before {
    color: #2a2420;
  }

  header.header-mobile.smaller #menu-btn.menu-open,
  header.header-mobile.menu-open #menu-btn {
    border-color: var(--ogi-gold);
    background: rgba(196, 165, 116, 0.14);
  }

  /* Pin header so transparent → solid is smooth (no hide / no jump) */
  header.transparent.header-mobile,
  header.header-mobile.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.transparent.header-mobile.scroll-down,
  header.header-mobile.smaller.scroll-down,
  header.header-mobile.menu-open.scroll-down,
  header.scroll-down,
  .scroll-down {
    margin-top: 0 !important;
    top: 0 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !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: #121016 !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(107, 76, 122, 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-gold) !important;
  border-color: var(--ogi-gold) !important;
}

/* Desktop dropdown polish (pre-scroll too) */
#mainmenu ul:not(.mega) {
  border-radius: 2px;
}

#mainmenu ul li a:hover {
  color: var(--ogi-gold-deep) !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: #faf8fb !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: #faf8fb;
  }

  header.header-mobile #menu-btn.menu-open {
    border-color: var(--ogi-gold);
    background: rgba(107, 76, 122, 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 10px !important;
    min-height: 38px;
    height: 38px;
    line-height: 1 !important;
    font-size: 9px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 2px;
    max-width: min(52vw, 168px);
  }

  header.header-mobile .ogi-header-cta__full {
    display: block !important;
  }

  header.header-mobile .ogi-header-cta__short {
    display: none !important;
  }

  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: #faf8fb !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(107, 76, 122, 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: #faf8fb;
  }

  /* 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: #faf8fb;
  }

  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;
  }
}

@media (min-width: 993px) {
  header.header-mobile .ogi-mobile-cta {
    display: none;
  }

  .ogi-header-cta__short {
    display: none;
  }
}

/* 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: block !important;
  }

  .ogi-header-cta__short {
    display: none !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 10px !important;
    min-height: 38px;
    height: 38px;
    font-size: 9px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    max-width: min(52vw, 168px);
  }
}

/* Mobile bottom nav removed (Milly request 2026-09-11) */

/* 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: min(100%, 320px) !important;
    max-width: 320px !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(61, 31, 74, 0.45) 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: #faf8fb;
}

.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: #faf8fb;
  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-gold);
  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: #faf8fb;
}

.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: #faf8fb !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 (no purple wash) */
body.ogi-folio header.transparent:not(.smaller):not(.header-mobile) {
  background: var(--ogi-header-solid) !important;
  border-bottom: 1px solid rgba(196, 165, 116, 0.2);
  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;
}

.ogi-folio-gallery {
  padding: 0 0 4.75rem;
  background: #f7f5f2;
}

.ogi-folio-gallery__head {
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto 1.5rem;
}

.ogi-folio-gallery__title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1a1a !important;
}

.ogi-folio-gallery__lead {
  margin: 0;
  max-width: 36rem;
  color: rgba(26, 26, 26, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
}

.ogi-folio-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.ogi-folio-gallery__item {
  display: block;
  overflow: hidden;
  background: #e8e4de;
  aspect-ratio: 1 / 1;
}

.ogi-folio-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.ogi-folio-gallery__item:hover img {
  transform: scale(1.045);
}

@media (max-width: 991px) {
  .ogi-folio-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .ogi-folio-gallery__grid {
    width: calc(100% - 1.5rem);
    gap: 0.65rem;
  }
}

/* About scroll story */
.ogi-story-hero {
  padding: 6.5rem 0 1.75rem;
  background: #f7f5f2;
}

.ogi-story-hero__eyebrow {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b8956a;
  font-weight: 600;
}

.ogi-story-hero__title {
  margin: 0 0 0.55rem;
  max-width: 18ch;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #1a1a1a !important;
}

.ogi-story-hero__lead {
  margin: 0;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(26, 26, 26, 0.72);
}

.ogi-story-chapter {
  background: #faf8f5;
  color: #1a1a1a;
  padding: 1.75rem 0;
}

.ogi-story-chapter--tint {
  background: #f1eee8;
}

.ogi-story-chapter--split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.5rem 2rem;
  align-items: center;
  width: min(1100px, calc(100% - 2.5rem));
  margin: 0 auto;
  min-height: 0;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  box-sizing: border-box;
}

.ogi-story-chapter--flip .ogi-story-chapter__media {
  order: 2;
}

.ogi-story-chapter--flip .ogi-story-chapter__copy {
  order: 1;
}

.ogi-story-chapter__media {
  position: relative;
  overflow: hidden;
  background: #e8e4de;
  aspect-ratio: 4 / 5;
  max-height: 420px;
  border-radius: 2px;
  min-height: 0;
}

.ogi-story-chapter__media img,
.ogi-story-chapter__band-media img,
.ogi-story-chapter__meet-photo img,
.ogi-story-chapter__close-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ogi-story-chapter__media--square {
  aspect-ratio: 1 / 1;
  max-height: 380px;
}

.ogi-story-chapter__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem 0;
}

.ogi-story-chapter__label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b8956a;
  font-weight: 600;
}

.ogi-story-chapter__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #1a1a1a !important;
}

.ogi-story-chapter__copy > p:not(.ogi-story-chapter__label) {
  margin: 0;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(26, 26, 26, 0.82);
}

.ogi-story-chapter--band {
  display: block;
  width: min(1100px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: 1.75rem 0;
  box-sizing: border-box;
}

.ogi-story-chapter__band-media {
  width: 100%;
  max-height: 340px;
  aspect-ratio: 21 / 9;
  overflow: hidden;
  background: #e8e4de;
  border-radius: 2px;
}

.ogi-story-chapter__band-copy {
  width: 100%;
  max-width: 40rem;
  margin: 0;
  padding: 1.25rem 0 0;
}

.ogi-story-chapter--meet {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 1.5rem 2rem;
  align-items: center;
  width: min(1100px, calc(100% - 2.5rem));
  margin: 1rem auto;
  padding: 1.5rem;
  box-sizing: border-box;
  background: #161412;
  color: #f7f5f2;
  border-radius: 2px;
}

.ogi-story-chapter--meet .ogi-story-chapter__label {
  color: #d4b48a;
}

.ogi-story-chapter--meet .ogi-story-chapter__title {
  color: #f7f5f2 !important;
}

.ogi-story-chapter--meet .ogi-story-chapter__meet-copy > p:not(.ogi-story-chapter__label) {
  color: rgba(247, 245, 242, 0.84);
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.68;
}

.ogi-story-chapter__meet-photo {
  overflow: hidden;
  background: #2a2622;
  aspect-ratio: 3 / 4;
  max-height: 420px;
  border-radius: 2px;
  min-height: 0;
}

.ogi-story-chapter__meet-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem 0;
}

.ogi-story-chapter__meet-card {
  margin-top: 1.15rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(212, 180, 138, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

.ogi-story-chapter__meet-card h3 {
  margin: 0 0 0.25rem;
  color: #f7f5f2 !important;
  font-size: 1.05rem;
}

.ogi-story-chapter__meet-card p {
  margin: 0 0 0.55rem;
  color: rgba(247, 245, 242, 0.78);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ogi-story-chapter--close {
  padding: 2rem 0 3rem;
  background: #f7f5f2;
}

.ogi-story-chapter__close-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 1.5rem 2rem;
  align-items: center;
  width: min(1100px, 100%);
  margin: 0 auto;
}

.ogi-story-chapter__close-media {
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4 / 3;
  max-height: 340px;
  background: #e8e4de;
}

.ogi-story-chapter__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.25rem 0 1.35rem;
}

.ogi-story-chapter__stats strong {
  display: block;
  font-size: 1.05rem;
  color: #1a1a1a;
}

.ogi-story-chapter__stats span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8rem;
  color: rgba(26, 26, 26, 0.62);
}

@media (max-width: 991px) {
  .ogi-story-chapter--split,
  .ogi-story-chapter--meet,
  .ogi-story-chapter__close-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    width: min(1100px, calc(100% - 1.5rem));
  }

  .ogi-story-chapter--band {
    width: min(1100px, calc(100% - 1.5rem));
  }

  .ogi-story-chapter--flip .ogi-story-chapter__media,
  .ogi-story-chapter--flip .ogi-story-chapter__copy {
    order: initial;
  }

  .ogi-story-chapter__media,
  .ogi-story-chapter__meet-photo {
    max-height: 320px;
    aspect-ratio: 4 / 5;
  }

  .ogi-story-chapter__band-media {
    max-height: 220px;
    aspect-ratio: 16 / 9;
  }

  .ogi-story-chapter__stats {
    grid-template-columns: 1fr;
  }
}

.ogi-about-work__item {

  background: #e8e4de;
  aspect-ratio: 3 / 4;
}

.ogi-about-work__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Project / service detail gallery */
.ogi-proj {
  padding: 6.75rem 0 3.5rem;
  background: #f7f5f2;
  color: #1a1a1a;
}

@media (max-width: 991px) {
  .ogi-proj {
    padding-bottom: calc(3.5rem + 72px);
  }
}

.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: 1fr;
  gap: clamp(1.35rem, 2.5vw, 2rem);
  width: min(1280px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.ogi-proj__cell {
  display: block;
  overflow: hidden;
  background: #e8e4de;
  min-height: 280px;
}

.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: clamp(320px, 42vw, 520px);
}

.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: 1 / -1;
    min-height: clamp(240px, 52vw, 360px);
  }

  .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-plum);
}

.ogi-video-banner__label {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

@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: block;
    padding: 35px 40px 40px 0;
    text-align: center;
  }

  .ogi-drawer__logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 260px;
    width: min(78vw, 260px);
    height: auto;
    max-height: 80px;
    object-fit: contain;
    object-position: center center;
    background: transparent !important;
  }

  .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-gold-deep) !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;
  }
}

/* ========== Milly PDF polish ========== */
.ogi-hero__copy h1 {
  color: var(--ogi-gold, #c4a574);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.ogi-founder-name,
h3.ogi-founder-name,
h3.hs-6.ogi-founder-name {
  font-size: clamp(1.05rem, 2.2vw, 1.35rem) !important;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.ogi-home-services-list,
.ogi-home-projects-cta {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.ogi-service-list__item {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 0.9rem 1.1rem;
  border: 1px solid rgba(42, 36, 32, 0.12);
  border-radius: 2px;
  background: #fff;
  color: #2a2420 !important;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.ogi-service-list__item:hover,
.ogi-service-list__item:focus-visible {
  border-color: var(--ogi-gold, #c4a574);
  color: var(--ogi-gold-deep, #9a7b4f) !important;
  background: rgba(196, 165, 116, 0.08);
}

html[data-theme="dark"] .ogi-service-list__item {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: #faf8fb !important;
}

/* Hard pin: never slide/hide the site header on any viewport */
header,
header.transparent,
header.smaller,
header.header-mobile,
header.scroll-down,
header.scrollOff,
header.autoshow,
header.autoshow.scrollOff,
header.autoshow.scrollOn,
.scroll-down {
  margin-top: 0 !important;
  top: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 992px) {
  header,
  header.transparent,
  header.transparent.header-mobile,
  header.header-mobile,
  header.header-mobile.smaller,
  header.smaller {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1001 !important;
  }
}



