:root {
    --content-padding: 0;
    --header-min-height: 90px;
    --header-background: #fff;
    --header-font-family: "Playfair Display", serif;
    --nav-text: #000;
    --nav-active: #000;
    --nav-hover: #6c6c6c;
    --nav-arrow: #000;
    --nav-arrow-hover: #000;
    --contact-background: #fff;
    --contact-text: #000;
    --contact-hover-background: #000;
    --contact-hover-text: #fff;
    --footer-background: #fff;
    --footer-text: #333;
    --footer-heading: #000;
    --footer-link: #333;
    --footer-link-hover: #000;
    --footer-divider: #dedede;
    --footer-credit-text: #333;
    --footer-credit-link: #000;
    --footer-font-family: "Playfair Display", serif;
}

html { scroll-behavior: smooth; }

body {
    background: #eee;
    color: #6c6c6c;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .01px;
}

* { box-sizing: border-box; }
a { color: #111; text-underline-offset: .18em; }
img { max-width: 100%; }

.skip-link {
    position: fixed;
    z-index: 10000;
    top: 8px;
    left: 8px;
    padding: .7rem 1rem;
    background: #000;
    color: #fff;
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: relative;
    z-index: 100;
    grid-template-columns: minmax(100px, 1fr) auto minmax(180px, 1fr);
    min-height: 90px;
    padding: 0 30px;
    border-bottom: 0;
}

.header-logo {
    margin-left: -10px;
}

.header-logo img {
    width: 60px;
    max-width: none;
    height: 60px;
    max-height: none;
}

.main-navigation > ul { gap: 0; }
.main-navigation a {
    height: 90px;
    padding: 0 15px;
    color: #000;
    font-size: 18px;
    line-height: 90px;
}
.main-navigation > ul > li > a {
    border-bottom: 2px solid transparent;
}
.main-navigation > ul > li.active > a,
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:focus {
    border-bottom-color: transparent;
    color: #000;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: -15px;
}

.button-light {
    min-width: 0;
    min-height: 42px;
    height: auto;
    padding: 8px 12px;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.header-search,
.header-languages { position: relative; }
.header-search summary,
.header-languages summary {
    cursor: pointer;
    list-style: none;
}
.header-search summary::-webkit-details-marker,
.header-languages summary::-webkit-details-marker { display: none; }
.header-search summary {
    position: relative;
    width: 22px;
    height: 50px;
}
.header-search summary span {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 50%;
}
.header-search summary span::after {
    position: absolute;
    right: -7px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    background: #000;
    content: "";
    transform: rotate(48deg);
}
.header-search form,
.header-languages ul {
    position: absolute;
    z-index: 20;
    top: calc(100% + 12px);
    right: 0;
    min-width: 280px;
    margin: 0;
    padding: 16px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.header-search form { display: flex; }
.header-search input { min-width: 0; flex: 1; padding: 10px; border: 1px solid #777; }
.header-search button { padding: 10px 14px; border: 1px solid #000; background: #000; color: #fff; }
.header-languages summary { display: flex; align-items: center; gap: 7px; font-size: 15px; }
.header-languages ul { min-width: 180px; list-style: none; }
.header-languages li + li { margin-top: 8px; }

.content {
    display: flow-root;
    margin: 0;
    padding: 0;
    background: #fff;
}

.content > .page-heading {
    width: min(100% - 40px, 1160px);
    margin: 0 auto;
    padding: 55px 0 15px;
    color: #000;
    font-size: clamp(2rem, 4vw, 3rem);
    text-align: center;
}

.page-content-shell {
    width: min(100%, 100%);
}
.page-content-shell--with-sidebar {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(250px, 1fr);
    gap: 50px;
    width: min(100% - 40px, 1160px);
    margin: 0 auto;
    padding: 60px 0;
}
.page-content-shell--with-sidebar .page-content-shell__main > .nxb-text-block,
.page-content-shell--with-sidebar .page-content-shell__main > .nxb-contact-form {
    padding-top: 0;
    padding-bottom: 0;
}
.page-content-shell__sidebar .nxb-simple-pods__grid { grid-template-columns: 1fr; }
.page-content-shell__sidebar .nxb-simple-pods__card { border-top: 1px solid #ddd; }
.page-content-shell__below { background: #fff; }.global-content--top,
.global-content--top > .umb-block-list {
    border: 0;
    background-color: #fff;
}

.nxb-grid-layout .nxb-text-block {
    padding-top: 0;
    padding-bottom: 0;
}
.page-home .page-heading {
    width: min(80%, 1060.8px);
    margin: 90px auto 15px;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

.nxb-sitemap {
    width: 100%;
    padding: 0;
}
.nxb-sitemap h2 { display: none; }
.nxb-sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nxb-sitemap li { margin: 0; }
.nxb-sitemap__item {
    padding-left: calc(var(--sitemap-depth, 0) * 15px);
}
.nxb-sitemap a {
    display: block;
    height: 43px;
    padding: 8px 16px;
    color: #000;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
}

.nxb-search-results__feedback {
    margin: 10px 0 15px;
    font-size: 18px;
    line-height: 27px;
}
.nxb-search-results__form {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
}
.nxb-search-results__form input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 50px 6px 12px;
    border: 1px solid #ced4da;
    border-radius: 0;
    background: #fff;
    color: #212529;
    font: inherit;
    font-size: 18px;
    line-height: 27px;
}
.nxb-search-results__form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid #ced4da;
    background: #fff;
    color: #000;
}
.nxb-search-results__form button span {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 15px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 50%;
}
.nxb-search-results__form button span::after {
    position: absolute;
    right: -7px;
    bottom: -5px;
    width: 8px;
    height: 2px;
    background: currentColor;
    content: "";
    transform: rotate(48deg);
}
.nxb-search-results__list { margin-top: 30px; }
.nxb-search-results__item { margin: 0 0 30px; }
.nxb-search-results__item a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.nxb-search-results__title {
    margin: 0;
    color: #000;
    font-size: 28px;
    line-height: 33.6px;
}
.nxb-search-results__url {
    margin: 10px 0 0;
    color: #6c6c6c;
    font-size: 18px;
    line-height: 27px;
}
.nxb-search-results__pagination { display: flex; gap: 8px; }
.nxb-search-results__pagination a { min-width: 40px; padding: 6px; border: 1px solid #999; text-align: center; }
.nxb-search-results__pagination a[aria-current="page"] { background: #000; color: #fff; }

/* v13 page compositions reproduced with the bespoke v17 components. */
.page-content-shell--with-sidebar {
    grid-template-columns: calc((100% - 12px) * 2 / 3) calc((100% - 72px) / 4);
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 1350px;
    padding-inline: 12px;
}
.page-content-shell--with-sidebar .page-content-shell__main > .umb-block-list > * {
    width: 100%;
}
.page-content-shell__sidebar .nxb-simple-pods__card { border-top: 0; }.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child {
    padding: 0;
}
.page-our-range .page-heading {
    width: calc(75% - 24px);
    max-width: 988.5px;
    margin: 60px auto 0;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child .nxb-text-block__inner {
    width: calc(75% - 24px);
    max-width: 988.5px;
}.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child {
    --text-block-colour: #6c6c6c;
    color: #6c6c6c;
}.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child .nxb-text-block__intro {
    margin: 0;
}.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child .nxb-text-block__intro-text {
    margin-top: 10px;
}.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child .nxb-text-block__intro-text p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}
.page-services .page-heading {
    width: calc(100% - 24px);
    max-width: 1326px;
    margin: 90px auto 15px;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

.page-regulations .page-heading {
    width: calc(75% - 24px);
    max-width: 988.5px;
    margin: 60px auto 30px;
    padding: 0;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

.page-contact .page-content-shell--with-sidebar,
.page-privacy-policy .page-content-shell--with-sidebar {
    padding: 60px 0;
}
.page-contact .page-heading,
.page-privacy-policy .page-heading {
    width: 100%;
    max-width: 1350px;
    margin: 60px auto 0;
    padding: 0 12px;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
}
.page-contact .page-content-shell--with-sidebar,
.page-privacy-policy .page-content-shell--with-sidebar {
    margin-top: -120px;
}
.page-contact .page-content-shell__main,
.page-privacy-policy .page-content-shell__main {
    padding-top: 60px;
}
.page-contact .page-content-shell--with-sidebar {
    padding-bottom: 95px;
}
.page-contact .page-content-shell__below,
.page-contact .page-content-shell__below iframe {
    display: block;
    width: 100%;
    height: 400px;
}
.page-privacy-policy .page-content-shell--with-sidebar {
    padding-bottom: 45px;
}

.page-sitemap .page-heading,
.page-page-not-found .page-heading {
    width: calc(100% - 24px);
    max-width: 1326px;
    margin: 60px auto 30px;
    padding: 0;
    color: #000;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
}
.page-sitemap .page-content-shell--with-sidebar {
    padding: 0 0 60px;
}
.page-page-not-found .page-content-shell {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 12px 76px;
}
.page-page-not-found .page-content-shell__main {
    width: calc((100% - 12px) * 2 / 3);
}
.page-page-not-found .nxb-sitemap { margin-top: 30px; }

.page-search .page-heading {
    width: calc(75% - 30px);
    max-width: 982.5px;
    margin: 60px auto 60px max(15px, calc((100% - 1350px) / 2 + 15px));
    padding: 0;
    color: #000;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    text-align: left;
}
.page-search .page-content-shell--with-sidebar {
    padding: 60px 0;
}

.site-footer {
    padding: 60px 0;
    background: #fff;
    color: #333;
}
.footer-inner {
    width: 100%;
    max-width: 1350px;
    padding: 0 12px;
}
.footer-logo { margin-bottom: 73px; text-align: center; }
.footer-logo img { width: min(280px, 60vw); max-width: none; margin: 0 auto; }
.footer-locations .nxb-simple-pods__grid {
    grid-template-columns: calc((100% - 72px) / 4) calc((100% - 48px) / 3) calc((100% - 72px) / 4);
    justify-content: space-between;
    gap: 0;
}
.footer-locations .nxb-simple-pods__card {
    border: 0;
    border-radius: 0;
    text-align: center;
}
.footer-locations .nxb-simple-pods__content {
    align-items: stretch;
    padding: 0;
}
.footer-locations .nxb-simple-pods__heading {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
}
.footer-locations .nxb-simple-pods__text {
    display: flex;
    height: 189px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 9px;
    font-size: 18px;
    line-height: 1.5;
}
.footer-locations .nxb-simple-pods__text p {
    margin: 0;
}
.footer-locations .nxb-simple-pods__text p,
.footer-locations .nxb-simple-pods__text span,
.footer-locations .nxb-simple-pods__text a {
    font-size: 18px !important;
    line-height: 27px !important;
}
.footer-bottom {
    margin-top: 30px;
    padding-top: 60px;
    border-top: 0;
}
.footer-navigation li + li { margin-left: 12px; }
.footer-navigation,
.footer-navigation a { color: #333; font-size: 13px; line-height: 1.5; }
.site-credit a { color: #000; }

.back-to-top-button {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease;
}
.back-to-top-button.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-notification {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
    width: min(460px, 100%);
    padding: 30px;
    border: 0;
    background: #fff;
    color: #6c6c6c;
    line-height: 1.5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}
.site-notification[hidden] { display: none; }
.site-notification__inner { display: block; }
.site-notification__heading {
    margin: 0;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
}
.site-notification__text { margin-top: 10px; }
.site-notification__text > :first-child { margin-top: 0; }
.site-notification__text > :last-child { margin-bottom: 0; }
.site-notification__policy { margin: 15px 0 0; }
.site-notification__accept {
    margin: 20px 0 5px;
    padding: 8px 12px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    font: inherit;
    font-size: 16px;
    line-height: 24px;
}.page-home .page-heading,
.page-services .page-heading,
.page-regulations .page-heading,
.page-contact .page-heading,
.page-privacy-policy .page-heading,
.page-sitemap .page-heading,
.page-page-not-found .page-heading,
.page-search .page-heading,
.page-our-range .page-heading {
    font-weight: 600;
    letter-spacing: -.06px;
}

@media (min-width: 992px) {
    .page .page-content-shell--with-sidebar {
        padding-right: 12px;
        padding-left: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .site-header {
        grid-template-columns: minmax(80px, 1fr) auto minmax(140px, 1fr);
        padding-right: 20px;
        padding-left: 20px;
    }
    .header-logo { margin-left: 0; }
    .header-actions { margin-right: -5px; }
}

/* The live v13 design changes to its small-header/component system at 991px. */
@media (max-width: 991px) {
    body {
        font-size: 18px;
        line-height: 27px;
    }

    .site-header {
        display: flex;
        min-height: 60px;
        padding: 0;
        gap: 0;
        border-bottom: 0;
    }
    .header-logo {
        width: 60px;
        height: 60px;
        margin: 0;
        padding: 10px;
    }
    .header-logo img {
        width: 40px;
        height: 40px;
    }
    .header-actions { display: none; }
    .header-menu-toggle {
        order: 3;
        width: 60px;
        height: 60px;
        margin-left: auto;
        border: 0;
        color: #000;
    }
    .main-navigation {
        order: 4;
        width: 100%;
    }
    .main-navigation a,
    .main-navigation .navigation-submenu a {
        height: auto;
        padding: 15px 12px;
        color: #000;
        line-height: 27px;
    }
    .main-navigation li,
    .main-navigation .navigation-submenu li { border-top-color: #ddd; }
    .page-home .page-heading,
    .page-services .page-heading,
    .page-regulations .page-heading,
    .page-contact .page-heading,
    .page-privacy-policy .page-heading,
    .page-sitemap .page-heading,
    .page-page-not-found .page-heading,
    .page-search .page-heading,
    .page-our-range .page-heading {
        font-size: 40px;
        line-height: 48px;
    }
    .page-home .page-heading { margin-top: 60px; }
    .page-services .page-heading { margin-top: 70px; }

    .page-content-shell--with-sidebar {
        display: block;
        width: calc(100% - 24px);
        padding: 40px 0;
    }
    .page-content-shell__sidebar { margin-top: 40px; }
    .page-regulations .page-heading {
        width: calc(100% - 24px);
        max-width: none;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .page-contact .page-content-shell--with-sidebar,
    .page-privacy-policy .page-content-shell--with-sidebar {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: -88px;
    }
    .page-contact .page-heading,
    .page-privacy-policy .page-heading {
        margin-top: 40px;
    }
    .page-contact .page-content-shell__main,
    .page-privacy-policy .page-content-shell__main {
        padding-top: 48px;
    }
    .page-sitemap .page-heading {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .page-sitemap .page-content-shell--with-sidebar { padding-bottom: 40px; }
    .page-sitemap .nxb-sitemap { padding-bottom: 16px; }
    .page-search .page-heading {
        width: calc(100% - 30px);
        max-width: none;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 15px;
    }
    .page-search .page-content-shell--with-sidebar {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-search .nxb-search-results__form { margin-top: 15px; }
    .page-search .page-content-shell__sidebar { margin-top: 55px; }
    .page-search .site-footer { padding-top: 41px; }
    .page-page-not-found .page-heading {
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .page-page-not-found .page-content-shell {
        width: calc(100% - 24px);
        padding: 0 0 40px;
    }
    .page-page-not-found .page-content-shell__main { width: 100%; }
    .page-contact .page-content-shell__below { height: 300px; }
    .page-contact .page-content-shell__sidebar { margin-top: 39px; }

    .site-footer {
        padding: 0 0 35px;
    }
    .footer-inner {
        width: 100%;
        margin: 0;
        padding: 40px 12px 0;
    }
    .footer-logo { margin-bottom: 72px; }
    .footer-logo img {
        width: 60%;
        max-width: 280px;
    }
    .footer-locations {
        padding-bottom: 0;
    }
    .footer-locations .nxb-simple-pods__grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .footer-locations .nxb-simple-pods__card {
        padding-bottom: 30px;
    }
    .footer-locations .nxb-simple-pods__heading {
        font-size: 24px;
        line-height: 28.8px;
    }
    .footer-locations .nxb-simple-pods__text {
        height: 189px;
        margin-top: 10px;
        font-size: 18px;
        line-height: 27px;
    }
    .footer-bottom {
        margin-top: 0;
        padding-top: 30px;
    }
    .footer-navigation ul {
        display: block;
        width: 100%;
    }
    .footer-navigation li,
    .footer-navigation li + li,
    .footer-navigation .site-credit {
        display: block;
        width: 100%;
        height: 39.5px;
        margin: 0;
        padding: 10px 0;
    }
    .back-to-top {
        height: 95px;
        padding-top: 45px;
    }
    .back-to-top-button,
    .back-to-top-button.is-visible {
        position: relative;
        right: auto;
        bottom: auto;
        display: block;
        width: 100%;
        height: 45px;
        margin: 5px 0;
        padding: 8px 12px;
        border: 0;
        border-radius: 0;
        background: transparent;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .site-notification {
        width: min(460px, 100%);
        padding: 30px;
    }
}

@media (max-width: 575px) {.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child {
        padding-top: 0;
    }
    .page-our-range .page-heading { margin-top: 30px; }.page-our-range .page-content-shell__main > .umb-block-list > .nxb-text-block:first-child .nxb-text-block__inner {
        width: calc(100% - 24px);
        max-width: none;
    }.page-home .page-heading,
.page-services .page-heading,
.page-regulations .page-heading,
.page-contact .page-heading,
.page-privacy-policy .page-heading,
.page-sitemap .page-heading,
.page-page-not-found .page-heading,
.page-search .page-heading,
.page-our-range .page-heading {
        font-size: 30px;
        line-height: 36px;
    }
    .page-content-shell--with-sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-content-shell__sidebar { margin-top: 30px; }
    .page-home .page-heading,
    .page-services .page-heading,
    .page-regulations .page-heading { margin-top: 30px; }
    .page-contact .page-content-shell--with-sidebar,
    .page-privacy-policy .page-content-shell--with-sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: -66px;
    }
    .page-contact .page-heading,
    .page-privacy-policy .page-heading { margin-top: 30px; }
    .page-contact .page-content-shell__main,
    .page-privacy-policy .page-content-shell__main { padding-top: 36px; }
    .page-contact .page-content-shell__below { height: 250px; }
    .page-contact .page-content-shell__sidebar { margin-top: 29px; }
    .page-sitemap .page-heading { margin-top: 30px; }
    .page-sitemap .page-content-shell--with-sidebar { padding-bottom: 30px; }
    .page-search .page-heading {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .page-search .page-content-shell--with-sidebar {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-search .page-content-shell__sidebar { margin-top: 45px; }
    .page-page-not-found .page-heading { margin-top: 30px; }
    .page-page-not-found .page-content-shell { padding-bottom: 30px; }
    .footer-inner { padding-top: 30px; }
    .footer-locations .nxb-simple-pods__heading {
        font-size: 22px;
        line-height: 26.4px;
    }
    .site-notification { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
