/* Gallions Reach header rebuild */
.gr-header {
    padding-top: 0;
    border-bottom: 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

.gr-header__top {
    background: #0D0802;
    padding: 4px 0;
    max-height: 48px;
    overflow: hidden;
    transition: max-height 250ms ease, padding 250ms ease, opacity 250ms ease;
}

.gr-header__top-content {
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
}

.gr-header__social {
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.gr-header__social:hover {
    color: #fff;
    opacity: 0.75;
}

.gr-header__social i {
    display: block;
    line-height: 1;
}

.gr-header__social--facebook i {
    color: #fff;
    font-size: 21px;
}

.gr-header__social--instagram i {
    color: #fff;
    font-size: 21px;
}

.gr-header__satnav {
    color: #fff;
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-left: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.gr-header__satnav:hover {
    opacity: 0.75;
}

.gr-header__satnav-mobile {
    display: none;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.gr-header__satnav-mobile:hover {
    opacity: 0.75;
}

.gr-header__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    padding: 20px 0 20px;
}

.gr-header__brand {
    display: inline-flex;
    flex-direction: column;
    line-height: 0.92;
    width: 170px;
    max-width: 170px;
    flex: 0 0 170px;
}

.gr-header__brand-logo {
    max-width: 150px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto;
    display: block;
    transition: max-width 250ms ease;
}

/* Logo swap: dark by default, white only on home largeHeader (desktop) */
.gr-header__brand-logo--white {
    display: none;
}

.gr-header__brand-logo--dark {
    display: block;
}

.gr-header__brand-logo--mobile {
    display: none;
}

@media (max-width: 840px) {
    .gr-header__brand-logo--dark {
        display: none;
    }
	.gr-footer__col.gr-footer__col--about {
		width: 80%;
	}
    .gr-header__brand-logo--mobile {
        display: block;
    }
}

@media (min-width: 841px) {
    body.home .gr-header.largeHeader .gr-header__brand-logo--white {
        display: block;
    }

    body.home .gr-header.largeHeader .gr-header__brand-logo--dark {
        display: none;
    }
}

.gr-header__brand-main,
.gr-header__brand-sub {
    color: #686b72;
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.gr-header__brand-sub {
    margin-top: 1px;
}

.gr-header__brand-tag {
    color: #d48d2b;
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 7px;
}

.gr-header__nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.gr-header__nav .inner {
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.gr-header__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.gr-header__nav ul li {
    margin: 0;
    padding: 0;
}

.gr-header__nav ul li:first-child {
    margin-left: 0;
}

.gr-header__nav ul li a {
    color: #121212;
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
    display: inline-block;
    text-align: center;
}

@keyframes navDotBounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.gr-header__nav ul li a::after {
    content: ".";
    color: #F19119;
    font-size: 28px;
    display: inline-block;
}

.gr-header__nav ul li a:hover::after {
    animation: navDotBounce 0.6s ease-in-out infinite;
}

.gr-header__nav ul li.current-menu-item a,
.gr-header__nav ul li.current_page_item a,
.gr-header__nav ul li a:hover {
    color: #F19119;
}

.gr-header.skinnyHeader,
.gr-header.largeHeader {
    padding-top: 0;
}

.gr-header.skinnyHeader .gr-header__main {
    padding: 8px 0 10px;
}

.gr-header.skinnyHeader .gr-header__top {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
}

.gr-header.skinnyHeader .gr-header__brand-logo {
    max-width: 120px;
    margin-top: 0;
    margin-bottom: 0;
}

.gr-header.skinnyHeader .gr-header__nav ul li a {
    font-size: 17px;
}

.gr-header.skinnyHeader .gr-header__nav {
    margin-top: 0;
}

.gr-header .burgerMenu {
    display: none;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.gr-header .burgerMenu:focus,
.gr-header .burgerMenu:focus-visible {
    outline: none;
    box-shadow: none;
}


@media (max-width: 1080px) {
    .gr-header__main {
        padding: 16px 0 12px;
    }

    .gr-header__brand {
        width: 150px;
        max-width: 150px;
        flex: 0 0 150px;
    }

    .gr-header__brand-logo {
        max-width: 150px;
    }

    .gr-header__brand-main,
    .gr-header__brand-sub {
        font-size: 48px;
    }

    .gr-header__brand-tag {
        font-size: 19px;
    }

    .gr-header__nav ul {
        gap: 16px;
    }

    .gr-header__nav ul li a {
        font-size: 20px;
    }

}

@media (max-width: 840px) {
	
.gr-header.skinnyHeader .gr-header__main {
    padding: 0 0 0;
}
    .gr-header__top {
        display: none;
    }

    .gr-header__main {
        padding: 0;
        display: grid;
        grid-template-columns: 3fr 6fr 3fr;
        grid-template-rows: 1fr;
        grid-auto-rows: 0;
        column-gap: 0;
        align-items: center;
        align-content: center;
    }

    .gr-header__top .gr-header__satnav {
        display: none;
    }

    .gr-header__brand {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        max-width: 100%;
        flex: none;
        justify-self: center;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
    }

    .gr-header__brand picture {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .gr-header__brand-logo {
        max-width: 100% !important;
        width: 100% !important;
        margin-top: 10px;
    }

    .gr-header__satnav-mobile {
        grid-column: 3;
        grid-row: 1;
        display: block;
        justify-self: end;
        color: #5e6674;
        font-size: 17px;
        line-height: 1.15;
        font-weight: 700;
        text-align: right;
        max-width: 140px;
    }

    .gr-header__satnav-mobile-line {
        display: block;
        white-space: nowrap;
    }

    .gr-header .burgerMenu {
        grid-column: 1;
        grid-row: 1;
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        justify-self: start;
        z-index: 999;
    }

    .gr-header .burgerMenu .inner {
        height: 100%;
        position: relative;
        display: block;
    }

    .gr-header .burgerMenu .inner span {
        position: absolute;
        left: -1px;
        right: 4px;
        height: 3px;
        background-color: #7a808a;
        transition: all 300ms ease-in-out;
        opacity: 1;
    }

    .gr-header .burgerMenu .inner span:nth-child(1) {
        top: 0;
    }

    .gr-header .burgerMenu .inner span:nth-child(2) {
        top: 33.333%;
    }

    .gr-header .burgerMenu .inner span:nth-child(3) {
        top: 66.666%;
    }

    .gr-header .burgerMenu.activeMenu .inner span {
        background-color: #596474 !important;
    }

    .gr-header .burgerMenu.activeMenu .inner span:nth-child(1) {
        top: 23px;
        transform: rotate(45deg);
    }

    .gr-header .burgerMenu.activeMenu .inner span:nth-child(2) {
        opacity: 0;
    }

    .gr-header .burgerMenu.activeMenu .inner span:nth-child(3) {
        top: 23px;
        transform: rotate(-45deg);
    }

    .gr-header__nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(86vw, 360px);
        height: 100vh;
        background-color: rgba(28, 34, 40, 0.96);
        transition: right 300ms ease-in-out;
        margin-left: 0;
        z-index: 900;
        display: block;
    }

    .nav.gr-header__nav {
        margin-top: 0;
        width: 100%;
        background: rgba(159, 196, 24, 0.95);
    }

    .gr-header__nav.activeMenu {
        right: 0;
    }

    .gr-header__nav .inner {
        display: flex;
        align-items: stretch;
        height: 100vh;
        padding-top: 72px;
        padding-bottom: 24px;
        box-sizing: border-box;
    }

    .gr-header__nav ul {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        height: 100%;
        padding: 0 40px;
    }

    .gr-header__nav ul li {
        flex: 1 1 0;
        display: flex;
        align-items: center;
    }

    .gr-header__nav ul li a {
        color: #fff;
        font-size: 40px;
        padding: 6px 0;
    }

    .gr-header__nav ul li a::after {
        display: none;
    }

}

@media (max-width: 540px) {
    .gr-header__nav {
        width: 100%;
    }

    .gr-header__main {
        grid-template-columns: 2fr 5fr 2fr;
        column-gap: 0;
    }

    .gr-header .burgerMenu {
        width: 36px;
        height: 36px;
    }

    .gr-header .burgerMenu .inner span:nth-child(1) {
        top: 10px;
    }

    .gr-header .burgerMenu .inner span:nth-child(2) {
        top: 20px;
    }

    .gr-header .burgerMenu .inner span:nth-child(3) {
        top: 30px;
    }

    .gr-header .burgerMenu.activeMenu .inner span:nth-child(1),
    .gr-header .burgerMenu.activeMenu .inner span:nth-child(3) {
        top: 20px;
    }

    .gr-header__satnav-mobile {
        font-size: 15px;
        max-width: 118px;
    }

    nav.nav ul li a {
        font-size: 27px;
        display: block;
        width: 100%;
        margin: 0 auto 20px;
        padding: 10px 0;
        max-width: 100%;
        padding-bottom: 6px !important;
    }
}

/* Gallions Reach footer rebuild */
.gr-footer-strip {
    background: #f4f4f4;
    padding: 18px 0 15px;
}

.gr-footer-strip__inner {
    display: block;
}

.gr-footer-strip__item {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gr-footer-strip__item img {
    display: block;
    max-height: 126px;
    width: auto;
    transform: scale(1);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.gr-footer-strip__item a:hover img {
    opacity: 0.7;
    transform: scale(1.05);
    margin: 0 auto;
    max-width: 100%;
}

.gr-footer-strip .owl-carousel .owl-item img {
    display: block;
    max-height: 65px;
    width: auto;
    padding: 0 25px;
}

.gr-footer-strip .owl-dots {
    margin-top: 10px;
    text-align: center;
}

.gr-footer-strip .owl-dots .owl-dot span {
    background: rgba(104, 112, 135, 0.35);
    width: 9px;
    height: 9px;
    margin: 4px;
}

.gr-footer-strip .owl-dots .owl-dot.active span {
    background: #687087;
}

.gr-footer {
    background: #596476;
    padding: 40px 0;
}

.gr-footer__inner {
    display: grid;
    grid-template-columns: 0.65fr 0.6fr 2.2fr 1.1fr;
    gap: 40px;
    align-items: start;
}

.gr-footer__col h3 {
    color: #fff;
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.1;
}

.gr-footer__col p,
.gr-footer__col li,
.gr-footer__col a {
    color: #fff;
    font-family: 'Arboria', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

.gr-footer__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gr-footer__nav li {
    margin: 0 0 3px;
    padding: 0;
}

.gr-footer__nav a {
    font-size: 15px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.gr-footer__nav a:hover {
    color: #F19119;
}

.gr-footer__logo {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
}

.gr-footer__col--social {
    display: none;
}

.gr-footer__socials {
    display: flex;
    align-items: center;
    gap: 18px;
}

.gr-footer__social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.gr-footer__social:hover {
    opacity: 0.75;
}

.gr-footer__social i {
    font-size: 34px;
    line-height: 1;
}

.gr-footer__col--logo {
    justify-self: end;
    align-self: start;
}

/* Keep the legal links on one line at desktop widths */
@media (min-width: 981px) {
    .gr-footer__legal {
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

@media (max-width: 980px) {
    .gr-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .gr-footer__col--logo {
        justify-self: start;
    }
}

@media (min-width: 841px) and (max-width: 1023px) {
    .gr-footer__inner {
        grid-template-columns: 0.65fr 0.6fr 2.2fr 0.9fr;
        gap: 20px;
    }
}

@media (max-width: 839px) {
    .gr-footer-strip__item {
        min-height: 50px;
    }

    .gr-footer-strip__item img {
        max-height: 42px;
    }
}

@media (max-width: 640px) {
    .gr-footer-strip {
        padding: 24px 0;
    }

    .gr-footer__inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .gr-footer__col--about,
    .gr-footer__col--logo {
        grid-column: span 1;
    }

    .gr-footer__logo {
        max-width: 180px;
    }
}

@media (max-width: 840px) {
    .gr-footer__inner {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 20px;
        align-items: start;
    }

    .gr-footer__col--nav,
    .gr-footer__col--visit {
        grid-column: span 3;
    }

    .gr-footer__col--about {
        grid-column: span 6;
    }

    .gr-footer__col--social {
        display: block;
        grid-column: span 3;
    }

    .gr-footer__col--logo {
        grid-column: span 9;
        justify-self: end;
        align-self: center;
    }

    .gr-footer__logo {
        max-width: 180px;
    }

    .gr-footer__col h3 {
        font-size: 23px;
    }
}

.gr-footer-strip .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1200px) {
    .gr-footer-strip .container {
        padding-left: 0;
        padding-right: 0;
    }
    .gr-footer-strip .owl-carousel .owl-item img {
        max-height: 50px;
        padding: 0 14px;
    }
}

@media (max-width: 474px) {
    .gr-footer-strip .owl-carousel .owl-item img {
        max-height: 50px;
        padding: 0 10px;
    }
    .gr-footer-strip__item {
        min-height: 50px;
    }
}

@media (max-width: 640px) {
    .gr-footer__inner {
        grid-template-columns: 3fr 7fr;
        gap: 20px;
        width: 100%;
    }

    .gr-footer__col {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
        text-align: center;
        justify-self: center;
    }

    .gr-footer__col--social,
    .gr-footer__col--logo {
        grid-column: span 1;
        align-self: center;
    }

    .gr-footer__col--social {
        justify-self: start;
        text-align: left;
    }

    .gr-footer__col--logo {
        justify-self: end;
        text-align: right;
    }

    .gr-footer__logo {
        margin: 0 0 0 auto;
    }

    .gr-footer__socials {
        justify-content: flex-start;
    }

    .gr-footer__col p,
    .gr-footer__col a {
        overflow-wrap: anywhere;
    }
}

/* ── Home page: header overlays the hero (desktop only) ── */

@media (min-width: 841px) {
    /* Remove the main padding-top so the carousel sits behind the header */
    body.home main {
        padding-top: 0 !important;
    }

    /* Transparent header on the home page (large/unscrolled state) */
    body.home .gr-header.largeHeader {
        background-color: transparent;
        transition: background-color 300ms ease;
    }

    body.home .gr-header.largeHeader .gr-header__main {
        background-color: transparent;
    }

    /* White nav links when header is over hero */
    body.home .gr-header.largeHeader .gr-header__nav ul li a {
        color: #fff;
        text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
    }

    /* Keep orange dots and hover colour */
    body.home .gr-header.largeHeader .gr-header__nav ul li a::after {
        color: #F19119;
    }

    body.home .gr-header.largeHeader .gr-header__nav ul li.current-menu-item a,
    body.home .gr-header.largeHeader .gr-header__nav ul li.current_page_item a,
    body.home .gr-header.largeHeader .gr-header__nav ul li a:hover {
        color: #F19119;
    }

    /* Once scrolled (skinnyHeader), restore solid white background and dark text */
    body.home .gr-header.skinnyHeader {
        background-color: #fff;
        transition: background-color 300ms ease;
    }

    body.home .gr-header.skinnyHeader .gr-header__nav ul li a {
        color: #121212;
    }
}
