:root {
    --ob-shell-orange: #f47a20;
    --ob-shell-orange-dark: #c86419;
    --ob-shell-green: #173f2a;
    --ob-shell-ink: #111713;
}

#header.ob-global-header {
    background: #fff !important;
    border: 0 !important;
    border-bottom: 5px solid var(--ob-shell-green) !important;
    box-shadow: none !important;
    min-height: 106px;
    position: sticky !important;
    top: 0;
    z-index: 1100;
}

.ob-global-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1660px;
    min-height: 101px;
    padding: 12px 34px;
}

.ob-global-header__brand img {
    display: block;
    height: auto;
    max-height: 64px;
    width: 175px;
}

.ob-global-header__nav {
    align-items: center;
    display: flex;
    gap: clamp(18px, 2vw, 36px);
}

.ob-global-header__nav a {
    color: var(--ob-shell-ink) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}

.ob-global-header__nav a:not(.ob-global-header__contact)::after {
    background: var(--ob-shell-orange);
    bottom: -19px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.ob-global-header__nav a:hover,
.ob-global-header__nav a[aria-current='page'] {
    color: var(--ob-shell-ink) !important;
}

.ob-global-header__nav a:hover::after,
.ob-global-header__nav a[aria-current='page']::after {
    transform: scaleX(1);
}

.ob-global-header__contact {
    background: var(--ob-shell-orange);
    color: #fff !important;
    padding: 20px 24px;
    transition: background-color 180ms ease, transform 180ms ease;
}

.ob-global-header__contact:hover,
.ob-global-header__contact:focus-visible {
    background: var(--ob-shell-orange-dark);
    color: #fff !important;
    transform: translateY(-2px);
}

.ob-global-header__toggle {
    background: transparent;
    border: 0;
    color: var(--ob-shell-green);
    display: none;
    font-size: 1.45rem;
    min-height: 44px;
    min-width: 44px;
}

@media (max-width: 1080px) {
    #header.ob-global-header { min-height: 84px; }
    .ob-global-header__inner { min-height: 79px; padding: 10px 24px; }
    .ob-global-header__brand img { width: 148px; }
    .ob-global-header__toggle { display: inline-flex; align-items: center; justify-content: center; }
    .ob-global-header__nav {
        background: #fff;
        border-bottom: 4px solid var(--ob-shell-green);
        border-top: 1px solid #e9ede8;
        display: none;
        gap: 0;
        left: 0;
        padding: 12px 24px 22px;
        position: absolute;
        right: 0;
        top: 79px;
    }
    .ob-global-header__nav.is-open { display: grid; }
    .ob-global-header__nav a { padding: 14px 0; }
    .ob-global-header__nav a:not(.ob-global-header__contact)::after { bottom: 8px; }
    .ob-global-header__contact { margin-top: 10px; padding: 15px 18px; text-align: center; width: max-content; }
}

@media (max-width: 575px) {
    .ob-global-header__inner { padding: 8px 20px; }
    .ob-global-header__brand img { width: 136px; }
    .ob-global-header__nav { padding-left: 20px; padding-right: 20px; }
}

#footer .ob-footer-extra {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    margin-top: 18px;
    padding-top: 16px;
}

#footer .ob-footer-extra p,
#footer .ob-footer-extra span,
#footer .ob-footer-extra a {
    color: #fff !important;
}

#footer .ob-footer-extra__whatsapp { margin-top: 12px !important; }
#footer .ob-footer-extra__whatsapp a { text-decoration: none; }
#footer .ob-footer-extra__whatsapp a:hover { color: var(--ob-shell-orange) !important; }

/* Shared footer typography: match the About page white-on-dark treatment. */
#footer .col-info-footer p,
#footer .col-info-footer span,
#footer .custom-footer-copywriting p,
#footer .footer-nav a,
#footer .custom-newsletter-input,
#footer .custom-newsletter-input::placeholder,
#footer .custom-newsletter .btn {
    color: #fff !important;
}

#footer .custom-newsletter-title,
#footer .footer-nav a:hover,
#footer .custom-newsletter .btn:hover {
    color: var(--ob-shell-orange) !important;
}

#footer.ob-global-footer {
    background: #f7f8f4 !important;
    border: 0 !important;
    color: var(--ob-shell-ink) !important;
    margin: 0 !important;
    padding: 78px 0 28px !important;
}

.ob-global-footer__inner {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 34px;
}

.ob-global-footer__intro {
    border-left: 2px solid var(--ob-shell-orange);
    max-width: 700px;
    padding-left: 20px;
}

.ob-global-footer__eyebrow {
    color: var(--ob-shell-green) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.ob-global-footer__intro h2 {
    color: var(--ob-shell-green) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: clamp(2.25rem, 4vw, 4rem);
    font-weight: 700;
    line-height: 1.08;
    margin: 0;
    max-width: 660px;
    text-transform: uppercase;
}

.ob-global-footer__intro > p:last-child {
    color: var(--ob-shell-green) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 16px 0 0;
}

.ob-global-footer__divider {
    background: #aeb9ae;
    height: 1px;
    margin: 36px 0 20px;
}

.ob-global-footer__contact-intro h3 {
    color: var(--ob-shell-green) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.ob-global-footer__contact-intro p {
    color: var(--ob-shell-ink) !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0.94rem;
    line-height: 1.55;
    margin: 0 0 8px;
    max-width: 590px;
}

.ob-global-footer__contact-grid {
    align-items: start;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
    margin-top: 24px;
}

.ob-global-footer__details {
    background: var(--ob-shell-orange);
    color: #fff;
    display: grid;
    gap: 15px;
    min-height: 230px;
    padding: 26px;
}

.ob-global-footer h4 {
    color: inherit !important;
    font-family: Poppins, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 2px;
}

.ob-global-footer h4 i { margin-right: 8px; }

.ob-global-footer__details a {
    color: #fff !important;
    display: grid;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    gap: 3px;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.55);
    text-underline-offset: 3px;
    overflow-wrap: anywhere;
}

.ob-global-footer__details a:hover { color: var(--ob-shell-green) !important; text-decoration-color: var(--ob-shell-green); }

.ob-global-footer__details a span,
.ob-global-footer__offices strong {
    color: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ob-global-footer__offices {
    color: var(--ob-shell-green);
    display: grid;
    gap: 17px;
    padding: 6px 0;
    min-width: 0;
}

.ob-global-footer__offices h4 { color: var(--ob-shell-green) !important; }
.ob-global-footer__offices strong { color: var(--ob-shell-green); display: block; margin-bottom: 4px; }
.ob-global-footer__offices p { color: var(--ob-shell-ink) !important; font-family: Poppins, Arial, sans-serif; font-size: 0.9rem; line-height: 1.55; margin: 0; }

.ob-global-footer__bottom {
    border-top: 1px solid #c9d0c8;
    color: var(--ob-shell-ink);
    display: flex;
    font-family: Poppins, Arial, sans-serif;
    font-size: 0.74rem;
    gap: 24px;
    justify-content: space-between;
    line-height: 1.5;
    margin-top: 38px;
    padding-top: 17px;
}

.ob-global-footer__bottom p { color: var(--ob-shell-ink) !important; margin: 0; }
.ob-global-footer__bottom a { color: var(--ob-shell-orange) !important; font-weight: 700; text-decoration: none; }

@media (max-width: 767px) {
    #footer.ob-global-footer { padding-top: 58px !important; }
    .ob-global-footer__inner { padding: 0 20px; }
    .ob-global-footer__intro h2 { font-size: 2.3rem; }
    .ob-global-footer__contact-grid { grid-template-columns: 1fr; }
    .ob-global-footer__bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    .ob-global-header__nav a::after,
    .ob-global-header__contact { transition: none; }
}

.ob-validation-link {
    align-items: center;
    border-bottom: 2px solid currentColor;
    color: #f47a20 !important;
    display: inline-flex;
    font-size: 0.86rem;
    font-weight: 700;
    gap: 9px;
    line-height: 1.3;
    margin-top: 12px;
    padding-bottom: 5px;
    text-decoration: none !important;
    transition: color 200ms ease-out, gap 200ms ease-out;
}

.ob-validation-link:hover,
.ob-validation-link:focus { color: #173f2a !important; gap: 14px; }

.ob-validation-link--light { color: #fff !important; }
.ob-validation-link--light:hover,
.ob-validation-link--light:focus { color: #f47a20 !important; }

@media (max-width: 767px) { .ob-validation-link { font-size: 0.82rem; } }

/* Shared footer brand lock-up: sits beneath the newsletter field and above footer navigation. */
#footer:not(.ob-global-footer) .ob-footer-brand-lockup {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 48px auto 0;
    position: relative;
    width: clamp(145px, 13vw, 220px);
}

#footer .ob-footer-brand-lockup img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

#footer .ob-footer-brand-lockup:focus-visible {
    outline: 3px solid var(--ob-shell-orange);
    outline-offset: 7px;
}

#footer.ob-global-footer .ob-footer-brand-lockup {
    display: flex;
    justify-content: center;
    margin: 0 auto 32px;
    max-width: 180px;
}

@media (max-width: 991px) {
    #footer:not(.ob-global-footer) .ob-footer-brand-lockup {
        margin: 36px auto 34px;
    }
}
