.reveal {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  transition-delay: 0s !important;
}
.reveal.visible {
  opacity: 1 !important;
  transform: none !important;
}

.about-img-wrap {
  overflow: hidden;
}

.hero-box-container,
.hero-box {
  will-change: transform, opacity;
}

.hero-bg {
  will-change: transform;
}

.cta-bg {
  will-change: transform;
}

.project-img-wrap img,
.gallery-item img,
.about-img-wrap img {
  will-change: transform;
}

.ember-navbar {
  will-change: transform, opacity;
}

#rq-widget {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
    display: flex;
    align-items: center;
    gap: 0;
}


.rq-callout {
    position: relative;
    background: #fff;
    border: 1px solid #e0ddd9;
    border-radius: 10px;
    padding: 22px 22px 18px 22px;
    min-width: 210px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.13);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-12px);
    transition: opacity 0.32s ease, transform 0.32s ease;
}

.rq-callout::before {
    content: '';
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-left-color: #e0ddd9;
    border-right-width: 0;
}
.rq-callout::after {
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-color: #fff;
    border-right-width: 0;
}

#rq-widget.rq-open .rq-callout {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.rq-close {
    position: absolute;
    top: 9px;
    left: 9px;
    background: none;
    border: none;
    font-size: 13px;
    color: #999;
    cursor: pointer;
    padding: 2px 5px;
    line-height: 1;
    transition: color 0.2s;
}
.rq-close:hover {
    color: #333;
}

.rq-callout-title {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: #e8a000;
    font-size: 1.0rem;
    margin: 10px 0 4px;
    line-height: 1.25;
}
.rq-callout-body {
    font-family: 'Inter', sans-serif;
    color: #333;
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}

.rq-btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    background: #666b53;
    color: #fff;
    border: none;
    padding: 24px 15px;
    border-radius: 10px 0 0 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: -4px 0 16px rgba(0, 0, 0, 0.18);
    transition: background 0.28s ease;
    white-space: nowrap;
    flex-shrink: 0;
}
.rq-btn:hover {
    background: #B5522D;
}

.ember-logo {
    position: relative !important;
    margin-top: 0 !important;
    flex-shrink: 0;
}
.ember-navbar.scrolled .ember-logo {
    margin-top: 0 !important;
}

.ember-navbar {
    padding: 18px 0 !important;
}
.ember-navbar.scrolled {
    padding: 12px 0 !important;
}

.ember-nav-link {
    font-size: 14.9px !important;
    letter-spacing: 0.04em;
}

.ember-navbar.scrolled .ember-nav-link {
    color: #1E1E1E !important;
}

.ember-navbar .d-lg-flex.gap-5 {
    gap: 1.8rem !important;
}

.navbar-cta {
    opacity: 1;

    pointer-events: none;
    transition: opacity 0.38s ease, transform 0.38s ease;
}
.ember-navbar.scrolled .navbar-cta {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.navbar-cta-phone {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-cta-phone-icon {
    width: 38px;
    height: 38px;
    background: #B5522D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}

.navbar-cta-phone-text {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.navbar-cta-label {
    font-size: 0.67rem;
    color: #5C5C5C;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.04em;
}

.navbar-cta-number {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1E1E1E;
    font-family: 'Inter', sans-serif;
    white-space: nowrap;
}

.navbar-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 11px 22px;
    background: #b5522d;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 3px;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}
.navbar-cta-btn:hover {
    background: #B5522D;
    color: #fff;
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

#hero .hero-content,
.hero-eyebrow,
#hero h1,
#hero .lead,
.hero-box {
  backface-visibility: hidden;
}

