:root {
    --ink: #171717;
    --muted: #6f7275;
    --line: #e9ece8;
    --paper: #ffffff;
    --wash: #f7f8f6;
    --leaf: #42685a;
    --rose: #b46d73;
    --site-content-top-gap: 8px;
}

* {
    letter-spacing: 0;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
}

main {
    flex: 1 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(14px);
}

.header-bar {
    min-height: 51px;
    display: grid;
    grid-template-columns: 38px minmax(220px, 320px) 1fr;
    align-items: center;
    gap: 18px;
    padding: 0 28px 0 18px;
}

.brand,
.drawer-brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.brand-text {
    font-size: 18px;
}

.brand img,
.drawer-brand img {
    width: auto;
    max-width: 96px;
    max-height: 27px;
    object-fit: contain;
    display: block;
}

.menu-button {
    width: 38px;
    height: 38px;
    display: inline-grid;
    align-content: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    color: var(--ink);
    background: transparent;
    padding: 0;
}

.menu-button span {
    display: block;
    width: 25px;
    height: 2px;
    background: currentColor;
}

.top-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

.top-nav .nav-link {
    color: var(--ink);
    padding: 4px 0;
    font-size: 13px;
    font-weight: 520;
    text-transform: uppercase;
    text-decoration: none;
}

.order-request-nav-button {
    appearance: none;
    border: 1px solid var(--ink);
    border-radius: 4px;
    background: var(--ink);
    color: #fff !important;
    padding: 8px 13px !important;
    line-height: 1;
    cursor: pointer;
}

.order-request-nav-button:hover,
.order-request-nav-button:focus-visible {
    color: #fff;
    background: #2d2d2d;
}

.header-phone {
    display: none;
    color: var(--ink);
    font-size: 16.8px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}

.top-nav-icon {
    display: none;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.site-drawer {
    --bs-offcanvas-width: min(88vw, 430px);
    border: 0;
    color: var(--ink);
    background: #fff;
}

.drawer-head {
    min-height: 112px;
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 28px 30px 18px;
}

.drawer-close {
    position: relative;
    width: 30px;
    height: 30px;
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    padding: 0;
}

.drawer-close::before,
.drawer-close::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 14px;
    width: 2px;
    height: 28px;
    background: var(--ink);
}

.drawer-close::before {
    transform: rotate(45deg);
}

.drawer-close::after {
    transform: rotate(-45deg);
}

.drawer-body {
    padding: 36px 30px 44px;
}

.drawer-nav {
    display: grid;
    gap: 22px;
}

.drawer-group {
    display: grid;
    gap: 8px;
}

.drawer-link {
    color: var(--ink);
    text-decoration: none;
    text-transform: uppercase;
}

.drawer-parent {
    font-size: 18.48px;
    line-height: 1.18;
    font-weight: 520;
}

.drawer-submenu {
    display: grid;
    gap: 9.6px;
    padding: 0;
}

.drawer-child {
    color: #2c2c2c;
    font-size: 14.9688px;
    line-height: 1.22;
    font-weight: 430;
}

.drawer-contacts {
    display: grid;
    gap: 10px;
    margin-top: auto;
    padding-top: 48px;
}

.drawer-phone {
    color: var(--ink);
    font-size: 18.48px;
    font-weight: 520;
    line-height: 1.18;
    text-decoration: none;
    white-space: nowrap;
}

.drawer-phone:hover,
.drawer-phone:focus-visible {
    color: var(--ink);
}

.offcanvas-backdrop.show {
    opacity: 1;
    background: rgba(0, 0, 0, .42);
}

.page-shell {
    --site-page-edge-gap: 16px;
    --site-page-heading-top-trim: 4px;
    --site-page-content-top-trim: 8px;
    width: 100%;
    margin: 0;
}

.page-hero {
    padding: calc(var(--site-page-edge-gap) - var(--site-page-heading-top-trim)) var(--site-page-edge-gap) 0;
}

.hero-copy {
    max-width: 1120px;
}

.site-breadcrumbs {
    max-width: 100%;
    margin: 0 0 14px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.site-breadcrumbs::-webkit-scrollbar {
    display: none;
}

.site-breadcrumbs ol {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    gap: 7px;
    margin: 0;
    padding: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
    list-style: none;
    white-space: nowrap;
}

.site-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.site-breadcrumbs li + li::before {
    content: "\203A";
    color: #9a9a9a;
}

.site-breadcrumbs a {
    color: var(--ink);
    text-decoration: none;
}

.site-breadcrumbs a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-breadcrumbs span {
    color: var(--muted);
}

h1 {
    margin: 0;
    font-size: 30.6px;
    line-height: .98;
    font-weight: 500;
}

.content-block {
    padding: calc(var(--site-page-edge-gap) - var(--site-page-content-top-trim)) var(--site-page-edge-gap) 28px;
    width: 100%;
    max-width: none;
    line-height: 1.75;
}

.content-block::after {
    content: "";
    display: block;
    clear: both;
}

.content-block p {
    margin-bottom: 15px;
}

.content-block img {
    max-width: 100%;
    height: auto;
}

.content-block:has(img.content-image-right) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
    column-gap: 28px;
    align-items: start;
}

.content-block:has(img.content-image-right)::after {
    content: none;
}

.content-block:has(img.content-image-right) > img.content-image-right,
.content-block:has(img.content-image-right) > p:has(> img.content-image-right),
.content-block:has(img.content-image-right) > figure:has(> img.content-image-right) {
    grid-column: 2;
    grid-row: 1 / span 50;
    justify-self: end;
    width: 100%;
    max-width: 620px;
    margin: 4px 0 18px;
}

.content-block img.content-image-right {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.content-product-cta {
    min-height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 18px 24px;
    border: 2px solid var(--ink);
    border-radius: 4px;
    color: var(--ink);
    background: var(--paper);
    font-size: 19px;
    line-height: 1;
    font-weight: 760;
    text-decoration: none;
    text-transform: uppercase;
}

.content-product-cta:hover,
.content-product-cta:focus-visible {
    color: var(--paper);
    background: var(--ink);
}

.content-product-cta__arrow {
    font-size: 1.45em;
    line-height: .8;
    transform: translateY(-1px);
}

.child-grid {
    display: grid;
    gap: 1px;
    padding: 0 16px 40px;
    background: var(--line);
}

.child-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    color: var(--ink);
    background: var(--paper);
    text-decoration: none;
}

.child-card span {
    font-size: 18px;
    font-weight: 500;
}

.product-category-page,
.product-detail-page {
    width: 100%;
    margin: 0;
    padding: calc(16px - var(--site-page-heading-top-trim, 4px)) 16px 46px;
}

.product-detail-page .site-breadcrumbs {
    margin-bottom: calc(16px - var(--site-page-heading-top-trim, 4px));
}

.product-category-head {
    max-width: 720px;
    margin-bottom: 24px;
}

.product-category-head h1,
.product-info h1 {
    font-size: 34px;
    line-height: 1.04;
}

.product-module {
    display: grid;
    gap: 34px;
    padding: 24px 16px 46px;
}

.product-module-section {
    display: grid;
    gap: 16px;
}

.product-module-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.product-module-head h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 520;
}

.product-module-head a {
    color: var(--ink);
    font-size: 14px;
    text-decoration: none;
}

.product-module-head a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.public-product-grid {
    display: grid;
    gap: 16px;
    background: transparent;
}

.public-product-card {
    display: grid;
    gap: 12px;
    color: var(--ink);
    background: var(--paper);
    border: 1px solid #d8dbd6;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    overflow: hidden;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.public-product-card:hover {
    border-color: #c7cbc4;
    box-shadow: 0 12px 28px rgba(23, 23, 23, .06);
    transform: translateY(-1px);
}

.public-product-card:hover .public-product-title {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.public-product-media {
    display: block;
    overflow: hidden;
    background: var(--wash);
    border-radius: 7px;
}

.public-product-media img,
.public-product-placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.public-product-placeholder {
    display: grid;
    place-items: center;
    color: var(--muted);
    font-size: 34px;
    text-transform: uppercase;
}

.public-product-title {
    font-size: 17px;
    line-height: 1.28;
    font-weight: 520;
}

.public-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
}

.empty-products {
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--muted);
    background: var(--paper);
    padding: 18px;
}

.product-detail-layout {
    display: grid;
    gap: 26px;
}

.product-gallery {
    min-width: 0;
}

.product-thumbs,
.product-main-photo {
    display: none;
}

.product-mobile-photos {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin: 0 -16px;
    padding: 0 0 10px;
}

.product-mobile-photos img {
    width: 100vw;
    flex: 0 0 100vw;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: var(--wash);
    scroll-snap-align: start;
}

.product-main-photo-empty {
    display: grid;
    min-height: 420px;
    place-items: center;
    color: var(--muted);
    background: var(--wash);
    font-size: 46px;
}

.product-info {
    display: grid;
    align-content: start;
    gap: 18px;
}

.product-price {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 520;
}

.product-color {
    display: inline-flex;
    gap: 6px;
    align-items: baseline;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.35;
}

.product-color__label {
    font-weight: 520;
}

.product-color__value {
    color: var(--muted);
    text-transform: lowercase;
}

.product-description {
    display: grid;
    gap: 9px;
    color: var(--ink);
    line-height: 1.65;
}

.product-description h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 520;
}

.product-description p {
    margin: 0;
    color: var(--muted);
}

.site-footer {
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.site-order-flash {
    margin: 14px 16px 0;
    border: 1px solid rgba(66, 104, 90, .22);
    border-radius: 6px;
    color: var(--leaf);
    background: rgba(66, 104, 90, .08);
    padding: 12px 14px;
    font-size: 14px;
}

.site-cookie-consent {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1030;
    width: min(380px, calc(100vw - 32px));
    border-radius: 6px;
    background: #215b63;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
    padding: 18px 19px 19px;
}

.site-cookie-consent[hidden] {
    display: none !important;
}

.site-cookie-consent__text {
    margin: 0;
    color: #fff;
    font-size: 13.5px;
    line-height: 1.45;
}

.site-cookie-consent__text a {
    color: #f1aa43;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-cookie-consent__button {
    width: 100%;
    min-height: 32.6px;
    margin-top: 12px;
    border: 0;
    border-radius: 4px;
    color: #222;
    background: #f1a23a;
    padding: 8px 16px;
    font: inherit;
    font-size: 13.5px;
    line-height: 1.2;
    cursor: pointer;
}

.site-cookie-consent__button:hover,
.site-cookie-consent__button:focus-visible {
    background: #f5b14f;
}

@media (max-width: 575.98px) {
    .site-cookie-consent {
        right: 0;
        bottom: 0;
        left: 0;
        width: auto;
        border-radius: 0;
        padding: 18px 19px calc(19px + env(safe-area-inset-bottom));
    }

    .site-cookie-consent__button {
        min-height: 29.6px;
    }
}

.order-request-modal .modal-content,
.order-request-success-modal .modal-content {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.order-request-modal .modal-header,
.order-request-modal .modal-footer,
.order-request-success-modal .modal-footer {
    border-color: var(--line);
}

.order-request-modal .modal-title,
.order-request-success-modal .modal-title {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 520;
}

.order-request-success-modal .modal-body {
    padding: 28px 24px 16px;
    text-align: center;
}

.order-request-fields {
    display: grid;
    gap: 14px;
}

.order-request-field {
    display: grid;
    gap: 6px;
    margin: 0;
}

.order-request-field span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
}

.order-request-required-mark {
    color: #9f2f3b !important;
}

.order-request-field .form-control {
    min-height: 44px;
    border-color: var(--line);
    border-radius: 6px;
    color: var(--ink);
}

.order-request-consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.4;
}

.order-request-consent .form-check-input {
    margin: 2px 0 0;
}

.order-request-consent a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.order-request-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.order-request-status {
    display: none;
    margin-bottom: 14px;
    border-radius: 6px;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.35;
}

.order-request-status.is-visible {
    display: block;
}

.order-request-status.is-success {
    color: var(--leaf);
    background: rgba(66, 104, 90, .1);
}

.order-request-status.is-error {
    color: #9f2f3b;
    background: rgba(180, 109, 115, .14);
}

.order-request-submit {
    min-width: 132px;
    border-radius: 6px;
}

.order-request-modal .modal-footer,
.order-request-success-modal .modal-footer {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 10px;
}

.order-request-success-button {
    min-width: 112px;
    border-radius: 6px;
}

.order-request-required-note {
    width: 100%;
    margin: 0;
    color: var(--muted);
    font-size: 12.5px;
    line-height: 1.35;
    text-align: center;
}

body.modal-open .site-header {
    z-index: 1030;
}

@media (max-width: 575.98px) {
    .order-request-modal .modal-header {
        padding: 12px 16px;
    }

    .order-request-modal .modal-body {
        padding: 12px 16px;
    }

    .order-request-fields {
        gap: 10px;
    }

    .order-request-field {
        gap: 4px;
    }

    .order-request-field .form-control {
        min-height: 40px;
    }

    .order-request-consent {
        gap: 8px;
        margin-top: 0;
        line-height: 1.32;
    }

    .order-request-modal .modal-footer {
        gap: 7px;
        padding: 12px 16px;
    }

    .order-request-required-note {
        font-size: 12px;
        line-height: 1.25;
    }
}

.footer-inner {
    padding: 20px 16px;
    font-size: 13px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.footer-link {
    color: var(--muted);
    text-decoration: none;
}

.footer-link:hover {
    color: var(--ink);
}

@media (min-width: 992px) {
    .header-bar {
        grid-template-columns: 38px 320px 1fr;
        gap: 28px;
        min-height: 58px;
        padding: 0 27px 0 17px;
    }

    .header-phone {
        display: inline-flex;
        align-items: center;
    }

    .site-drawer {
        --bs-offcanvas-width: min(45vw, 520px);
    }

    .drawer-head {
        padding: 34px 38px 22px;
    }

    .drawer-body {
        padding: 48px 38px 54px;
    }

    .page-shell {
        --site-page-edge-gap: 28px;
        --site-page-heading-top-trim: 8px;
        --site-page-content-top-trim: 6px;
    }

    h1 {
        font-size: 41.82px;
    }

    .content-block {
        padding-bottom: 42px;
    }

    .product-category-page,
    .product-detail-page {
        padding: calc(28px - var(--site-page-heading-top-trim, 8px)) 28px 64px;
    }

    .product-detail-page .site-breadcrumbs {
        margin-bottom: calc(28px - var(--site-page-heading-top-trim, 8px));
    }

    .product-module {
        padding: 24px 28px 64px;
    }

    .product-category-head h1 {
        font-size: 48px;
    }

    .public-product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-detail-layout {
        grid-template-columns: minmax(0, .94fr) minmax(360px, 1.06fr);
        gap: 40px;
        align-items: start;
    }

    .product-gallery {
        display: grid;
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 14px;
        align-items: start;
    }

    .product-thumbs {
        display: grid;
        align-content: start;
        gap: 10px;
        max-height: var(--product-main-photo-height, none);
        min-height: 0;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .product-thumb {
        width: 74px;
        border: 1px solid transparent;
        border-radius: 3px;
        background: transparent;
        padding: 0;
        cursor: pointer;
        overflow: hidden;
    }

    .product-thumb.is-active {
        border-color: var(--ink);
    }

    .product-thumb img {
        width: 100%;
        aspect-ratio: 1;
        object-fit: cover;
        background: var(--wash);
    }

    .product-main-photo {
        display: block;
        overflow: hidden;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: var(--wash);
    }

    .product-main-photo img {
        display: block;
        width: 100%;
        aspect-ratio: 4 / 5;
        object-fit: cover;
    }

    .product-mobile-photos {
        display: none;
    }

    .child-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 28px 56px;
    }

    .footer-inner {
        padding: 26px 28px;
    }
}

@media (max-width: 767.98px) {
    .content-block:has(img.content-image-right) {
        display: block;
    }

    .content-block:has(img.content-image-right)::after {
        content: "";
    }

    .content-block:has(img.content-image-right) > img.content-image-right,
    .content-block:has(img.content-image-right) > p:has(> img.content-image-right),
    .content-block:has(img.content-image-right) > figure:has(> img.content-image-right) {
        width: 100%;
        max-width: 100%;
        margin: 18px 0;
    }

    .content-block img.content-image-right {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .content-product-cta {
        width: 100%;
        min-height: 58px;
        gap: 14px;
        padding: 16px 18px;
        font-size: 15px;
    }

    .header-bar {
        grid-template-columns: 38px minmax(152px, 164px) minmax(0, 1fr);
        gap: 8px;
        padding: 0 10px 0 12px;
    }

    .brand,
    .top-nav {
        min-width: 0;
    }

    .brand {
        gap: 8px;
        font-size: 12.5px;
    }

    .brand-text {
        font-size: 15px;
    }

    .brand img {
        max-width: 78px;
    }

    .top-nav {
        gap: 7px;
    }

    .order-request-nav-button {
        padding: 8px 9px !important;
        font-size: 11.5px !important;
    }

    .top-nav .nav-link.has-top-nav-icon {
        position: relative;
        width: 30px;
        height: 38px;
        display: grid;
        place-items: center;
        padding: 0;
    }

    .top-nav .nav-link.has-top-nav-icon .top-nav-icon {
        display: block;
    }

    .top-nav .nav-link.has-top-nav-icon .top-nav-text {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        white-space: nowrap;
    }
}

@media (min-width: 640px) and (max-width: 991.98px) {
    .public-product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


body.drawer-open {
    overflow: hidden;
}

.site-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 1055;
    width: min(88vw, 430px);
    display: flex;
    flex-direction: column;
    color: var(--ink);
    background: #fff;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform .28s ease, visibility .28s ease;
    overflow-y: auto;
}

.site-drawer.is-open {
    transform: translateX(0);
    visibility: visible;
}

.site-drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    border: 0;
    background: rgba(0, 0, 0, .42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.site-drawer-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
}

.site-header {
    z-index: 1200;
}

.menu-button {
    position: relative;
    z-index: 1201;
    cursor: pointer;
    text-decoration: none;
    pointer-events: auto;
}

.site-drawer:target {
    transform: translateX(0);
    visibility: visible;
}

.site-drawer:target + .site-drawer-target-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.site-drawer-target-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0, 0, 0, .42);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
}

.drawer-close {
    display: block;
    color: var(--ink);
    text-decoration: none;
    cursor: pointer;
    z-index: 1060;
}

.drawer-close::before,
.drawer-close::after {
    display: block;
}

.site-drawer {
    z-index: 1300;
}

.site-drawer-backdrop,
.site-drawer-target-backdrop {
    z-index: 1290;
}

.drawer-close {
    z-index: 1310;
}

.drawer-head {
    position: relative;
    z-index: 1310;
}

.drawer-close {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: var(--ink) !important;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    text-decoration: none !important;
}

.drawer-close::before,
.drawer-close::after {
    content: none !important;
}

/* Final drawer behavior: the header stays fixed, and the hamburger turns into the close control. */
.site-header {
    z-index: 1400;
}

.menu-button {
    position: relative;
    display: block;
    width: 38px;
    height: 38px;
    z-index: 1401;
}

.menu-button span {
    position: absolute;
    left: 6px;
    top: 50%;
    width: 25px;
    height: 2px;
    background: currentColor;
    transform-origin: center;
    transition: transform .22s ease, opacity .16s ease;
}

.menu-button span:nth-child(1) {
    transform: translateY(-8px);
}

.menu-button span:nth-child(2) {
    transform: translateY(0);
}

.menu-button span:nth-child(3) {
    transform: translateY(8px);
}

body.drawer-open .menu-button span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

body.drawer-open .menu-button span:nth-child(2) {
    opacity: 0;
}

body.drawer-open .menu-button span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.site-drawer {
    z-index: 1300;
}

.site-drawer-backdrop,
.site-drawer-target-backdrop {
    z-index: 1250;
}

.drawer-head {
    display: none !important;
}

.drawer-body {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    padding: 86px 30px 44px;
}

.drawer-child {
    font-size: 14.9688px;
    line-height: 1.28;
}

.menu-button {
    transform: translateY(-2px);
}

body.drawer-open .menu-button span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

body.drawer-open .menu-button span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.menu-button {
    transform: none;
}

.brand {
    transform: translate(-2px, 2px);
}

@media (min-width: 992px) {
    .menu-button {
        transform: translateX(5px);
    }

    .brand {
        transform: translate(-6px, 2px);
    }
}
