body.web-public-page {
    margin: 0;
    background-color: #4f4f4f;
    background-image:
        linear-gradient(90deg,rgba(20, 20, 20, 0.60), rgba(20, 20, 20, 0.70)),
        url('/images/background-brushed-metal.jpg');
    background-position: center top;
    background-repeat:repeat-y;
    background-size:2125px 600px;
    color: #dce9f6;
    
}

.web-public-page a {
    color: inherit;
}

.web-site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(16px);
    background: rgba(8, 12, 17, 0.72);
    border-bottom: 1px solid rgba(121, 183, 255, 0.1);
}

.web-site-header__utility {
    border-bottom: 1px solid rgba(121, 183, 255, 0.1);
    background: rgba(5, 9, 13, 0.62);
}

.web-site-header__utility-inner,
.web-site-header__main-inner,
.web-site-nav__inner,
.web-breadcrumb-shell__inner,
.web-page-shell,
.web-footer__inner,
.web-footer__subfooter {
    width: min(1800px, calc(100% - 24px));
    margin: 0 auto;
}

.web-site-header__utility-inner {
    min-height: 38px;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    font-size: 14px;
    color: #9db5cb;
}

.web-site-header__utility-links {
    display: inline-flex;
    gap: 1rem;
    align-items: center;
}

.web-site-header__user-badge {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(121, 183, 255, 0.2);
    background: rgba(7, 12, 17, 0.42);
    color: #eef6ff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.web-site-header__user-badge.is-hidden {
    display: none;
}

.web-site-header__main-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) minmax(320px, 520px) auto;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 0;
}

.web-site-header__menu-toggle {
    display: none;
    align-items: center;
    justify-items: start;
    grid-template-columns: 16px auto;
    grid-template-rows: repeat(3, 2px);
    column-gap: 0.65rem;
    row-gap: 4px;
    gap: 0.3rem;
    min-height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #eef6ff;
}

.web-site-header__menu-toggle span:not(.web-site-header__menu-label) {
    display: block;
    width: 16px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.web-site-header__menu-label {
    margin-left: 0.35rem;
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    margin-left: 0;
    font-size: 14px;
    font-weight: 700;
}

.web-site-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    min-width: 0;
}

.web-site-header__brand img {
    width: auto;
    height: 52px;
    max-width: min(100%, 202px);
    object-fit: contain;
    aspect-ratio: 3087 / 795;
    flex: 0 0 auto;
}

.web-site-header__brand-copy {
    display: grid;
    gap: 0.12rem;
}

.web-site-header__eyebrow,
.web-footer__eyebrow,
.web-sidebar__eyebrow {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8fafcc;
}

.web-site-header__title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #eef6ff;
}

.web-site-header__search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
    align-items: end;
    margin-top: -5px;
    padding: 0 5rem;
}

.web-site-header__search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.web-site-header__search input,
.web-site-header__search button,
.web-sidebar__section--postcode input,
.web-sidebar__section--postcode button,
.web-footer__subscribe-row input,
.web-footer__subscribe-row button {
    min-height: 42px;
    border-radius: 12px;
    font-size: 14px;
}

.web-site-header__search input,
.web-sidebar__section--postcode input,
.web-footer__subscribe-row input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid rgba(122, 146, 170, 0.28);
    background: rgba(7, 12, 17, 0.52);
    color: #eef6ff;
}

.web-site-header__search input::placeholder {
    font-size: 14px;
}

.web-site-header__search button,
.web-sidebar__section--postcode button,
.web-footer__subscribe-row button {
    padding: 0 14px;
    border: 1px solid rgba(185, 116, 52, 0.48);
    /* background: linear-gradient(180deg, #e1a262, #c77e39); */
    background: linear-gradient(180deg, rgba(103, 150, 123, 0.98), rgba(83, 130, 130, 0.65));
    color: #1b0f04;
    font-weight: 700;
}

.web-site-header__actions {
    display: inline-flex;
    gap: 0.6rem;
    align-items: center;
}

.web-site-header__action {
    display: inline-flex;
    gap: 0.45rem;
    align-items: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid rgba(121, 183, 255, 0.14);
    background: rgba(7, 12, 17, 0.44);
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
}

.web-site-header__action.is-active {
    border-color: rgba(121, 183, 255, 0.4);
    box-shadow: 0 0 0 2px rgba(70, 151, 224, 0.12);
}

.web-site-header__badge {
    color: #9bc8ff;
}

.web-site-nav {
    border-top: 1px solid rgba(121, 183, 255, 0.08);
}

.web-site-nav__inner {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.7rem 0 0.8rem;
}

.web-site-nav__inner a {
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    text-decoration: none;
    color: #bfd4e7;
    font-size: 14px;
    font-weight: 600;
}

.web-site-nav__inner a:hover {
    background: rgba(121, 183, 255, 0.1);
    color: #eef6ff;
}

.web-breadcrumb-shell {
    padding: 0.9rem 0 0;
}

.web-breadcrumb-shell__inner {
    padding: 0.35rem 0;
}

.web-breadcrumb {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    /* color: #8ba6c3; */
    color: white;
    font-size: 12px;
}

.web-breadcrumb li {
    list-style: none;
}

.web-page-shell {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 1rem;
    padding: 0.6rem 0 1.6rem;
    align-items: start;
}

.web-page-shell__main {
    min-width: 0;
}

.web-sidebar {
    position: sticky;
    top: 140px;
    display: grid;
    gap: 1rem;
    padding: 0.9rem;
    border-radius: 24px;
    border: 1px solid rgba(121, 183, 255, 0.18);
    /* background: linear-gradient(180deg, rgba(29, 44, 58, 0.96), rgba(17, 28, 39, 0.98)); */
    background: #333;
    box-shadow: 0 22px 44px rgba(4, 10, 16, 0.22);
}

.web-sidebar__section,
.web-footer__column {
    min-width: 0;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(126, 154, 184, 0.16);
    background: linear-gradient(180deg, rgba(15, 23, 31, 0.94), rgba(10, 17, 24, 0.96));
    /* background: rgba(62, 68, 74, 0.94); */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.web-sidebar__section h2,
.web-sidebar__section h3,
.web-footer__column h2,
.web-footer__column h3 {
    margin: 0;
    color: #eef6ff;
}

.web-sidebar__section p,
.web-footer__column p,
.web-sidebar__section label,
.web-footer__column label {
    color: #9db5cb;
    font-size: 12px;
    line-height: 1.5;
}

.web-sidebar__section--nav {
    display: grid;
    gap: 0.65rem;
}

.web-sidebar details {
    border: 1px solid rgba(121, 183, 255, 0.1);
    border-radius: 14px;
    background: rgba(7, 12, 17, 0.38);
    overflow: hidden;
}

.web-sidebar summary {
    cursor: pointer;
    padding: 0.85rem 0.95rem;
    font-weight: 700;
    color: #eef6ff;
    font-size: 15px;
}

.web-sidebar__links {
    display: grid;
    gap: 0.45rem;
    padding: 0 0.8rem 0.8rem;
}

.web-sidebar__links button {
    min-height: 38px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(121, 183, 255, 0.1);
    background: rgba(14, 20, 27, 0.82);
    color: #dce9f6;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
}

.web-sidebar__links button:hover {
    background: rgba(121, 183, 255, 0.14);
}

.web-sidebar__section--postcode {
    display: grid;
    gap: 0.65rem;
    min-width: 0;
}

.web-sidebar__section--postcode input,
.web-sidebar__section--postcode button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.web-sidebar__message {
    margin: 0;
    padding: 0.7rem 0.8rem;
    border-radius: 12px;
    background: rgba(7, 12, 17, 0.45);
    border: 1px solid rgba(121, 183, 255, 0.12);
}

.web-footer {
    border-top: 1px solid rgba(121, 183, 255, 0.1);
    background: rgba(6, 10, 14, 0.8);
}

.web-footer__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem 0;
    align-items: stretch;
}

.web-footer__links {
    display: grid;
    gap: 0.5rem;
}

.web-footer__links a {
    text-decoration: none;
    color: #c8dbeb;
}

.web-footer__links a:hover {
    color: #eef6ff;
}

.web-footer__subscribe-form,
.web-footer__subscribe-row {
    display: grid;
    gap: 0.55rem;
}

.web-footer__subscribe-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
}

.web-footer__subscribe-row input,
.web-footer__subscribe-row button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.web-footer__subscribe-row button {
    width: auto;
    min-width: 110px;
}

.web-footer__subfooter {
    padding: 0 0 1rem;
    color: #89a2bb;
    font-size: 11px;
}

.is-hidden {
    display: none;
}

@media (max-width: 1180px) {
    .web-site-header__main-inner {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .web-site-header__search {
        grid-column: 1 / -1;
        order: 4;
    }

    .web-page-shell,
    .web-footer__inner {
        grid-template-columns: 1fr;
    }

    .web-sidebar {
        position: static;
    }
}

@media (max-width: 1200px) {
    .web-site-header {
        position: static;
    }

    .web-site-header__menu-toggle {
        display: inline-grid;
        grid-column: 1 / -1;
        justify-self: start;
    }

    .web-sidebar {
        display: none;
    }

    .web-site-header__main-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "menu menu"
            "brand actions"
            "search search";
        row-gap: 0.75rem;
    }

    .web-site-header__brand {
        grid-area: brand;
    }

    .web-site-header__search {
        grid-area: search;
    }

    .web-site-header__actions {
        grid-area: actions;
    }

    .web-site-nav {
        display: none;
    }

    .web-site-nav.is-open {
        display: block;
    }

    .web-site-nav__inner {
        flex-direction: column;
        align-items: stretch;
        padding-top: 0;
    }

    .web-site-nav__inner a {
        border-radius: 12px;
        background: rgba(7, 12, 17, 0.36);
    }

    .web-site-header__utility-inner {
        flex-direction: column;
        align-items: stretch;
    }

    .web-site-header__actions {
        justify-self: end;
        gap: 0.4rem;
    }

    .web-site-header__action {
        min-height: 38px;
        padding: 0 10px;
    }

    .web-site-header__action-label,
    .web-site-header__badge {
        white-space: nowrap;
    }
}