:root {
    --lt-mega-ink: #0a0a0b;
    --lt-mega-navy: #0e2240;
    --lt-mega-slate: #2f3a4a;
    --lt-mega-brass: #b89a5b;
    --lt-mega-berry: #b31b34;
    --lt-mega-warm: #faf7f2;
    --lt-mega-stone: #e7e5e1;
}

.lt-mega-header {
    background: var(--lt-mega-warm);
    border-bottom: 1px solid rgba(184, 154, 91, 0.45);
    color: var(--lt-mega-ink);
    position: sticky;
    top: 0;
    z-index: 1030;
}

.lt-mega-header *,
.lt-mega-header *::before,
.lt-mega-header *::after,
.lt-mega-drawer,
.lt-mega-drawer *,
.lt-mega-drawer *::before,
.lt-mega-drawer *::after {
    box-sizing: border-box;
}

.lt-mega-header .container {
    max-width: 1280px;
}

.lt-mega-header a {
    color: inherit;
}

.lt-mega-header__top {
    background: var(--lt-mega-navy);
    border-bottom: 1px solid rgba(250, 247, 242, 0.16);
    color: var(--lt-mega-warm);
}

.lt-mega-header__main-row,
.lt-mega-header__mobile-row {
    align-items: center;
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.lt-mega-header__top-row {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    min-height: 48px;
}

.lt-mega-header__top-message {
    align-items: center;
    color: var(--lt-mega-warm);
    display: inline-flex;
    font: 900 14px/1.25 Lato, system-ui, sans-serif;
    grid-column: 2;
    justify-content: center;
    justify-self: center;
    letter-spacing: 0.075em;
    margin: 0;
    max-width: min(760px, 54vw);
    min-height: 40px;
    overflow-wrap: anywhere;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-mega-header__top-links,
.lt-mega-header__actions,
.lt-mega-nav__list {
    align-items: center;
    display: flex;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lt-mega-header__top-links {
    flex: 0 1 auto;
    flex-wrap: wrap;
    grid-column: 3;
    justify-content: flex-end;
    justify-self: end;
}

.lt-mega-header__top-links a {
    color: var(--lt-mega-warm);
    font: 900 13px/1.15 Lato, system-ui, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-mega-header__top-message:hover,
.lt-mega-header__top-message:focus-visible,
.lt-mega-header__top-links a:hover,
.lt-mega-header__top-links a:focus-visible {
    color: var(--lt-mega-warm);
    text-decoration: underline;
    text-decoration-color: var(--lt-mega-brass);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
}

.lt-mega-header__top-message:focus-visible,
.lt-mega-header__top-links a:focus-visible {
    outline: 2px solid var(--lt-mega-brass);
    outline-offset: 3px;
}

.lt-mega-nav__link,
.lt-mega-nav__button {
    font: 900 15px/1.1 Lato, system-ui, sans-serif;
    text-transform: uppercase;
}

.lt-mega-header__main-row {
    min-height: 108px;
    position: relative;
}

.lt-mega-brand {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    min-width: 0;
    text-decoration: none;
}

.lt-mega-brand__logo {
    height: 88px;
    max-width: min(318px, 30vw);
    object-fit: contain;
    width: auto;
}

.lt-mega-brand__text {
    display: grid;
    gap: 2px;
}

.lt-mega-brand__name {
    color: var(--lt-mega-ink);
    font: 700 28px/1 Cinzel, Georgia, serif;
}

.lt-mega-brand__line {
    color: var(--lt-mega-brass);
    font: 700 12px/1.2 Lato, system-ui, sans-serif;
    text-transform: uppercase;
}

.lt-mega-nav {
    align-self: stretch;
    display: flex;
}

.lt-mega-nav__item {
    align-items: center;
    display: flex;
    position: static;
}

.lt-mega-nav__link,
.lt-mega-nav__button {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--lt-mega-ink);
    display: inline-flex;
    gap: 7px;
    min-height: 44px;
    min-width: 44px;
    justify-content: center;
    padding: 0 3px;
    text-decoration: none;
    white-space: nowrap;
}

.lt-mega-nav__link:hover,
.lt-mega-nav__link:focus-visible,
.lt-mega-nav__button:hover,
.lt-mega-nav__button:focus-visible,
.lt-mega-nav__item.is-open .lt-mega-nav__button {
    color: var(--lt-mega-berry);
    outline: none;
}

.lt-mega-nav__link--btfp {
    display: inline-grid;
    grid-template-rows: repeat(2, auto);
    line-height: 1.05;
    max-width: none;
    min-width: 9.8rem;
    text-align: center;
    white-space: nowrap;
}

.lt-mega-nav__link--btfp span {
    display: block;
}

.lt-mega-nav__chevron {
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    height: 7px;
    transform: rotate(45deg) translateY(-2px);
    width: 7px;
}

.lt-mega-header__cart,
.lt-mega-header__search {
    align-items: center;
    background: #fffdf9;
    border: 1px solid rgba(14, 34, 64, 0.22);
    color: var(--lt-mega-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.lt-mega-header__cart:hover,
.lt-mega-header__cart:focus-visible,
.lt-mega-header__search:hover,
.lt-mega-header__search:focus-visible {
    border-color: var(--lt-mega-berry);
    color: var(--lt-mega-berry);
}

.lt-mega-header .lt-mega-header__cta {
    background: var(--lt-mega-berry);
    color: #fff;
    -webkit-text-fill-color: #fff;
    font: 900 14px/1 Lato, system-ui, sans-serif;
    min-height: 44px;
    padding: 15px 18px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.lt-megamenu__panel {
    background: var(--lt-mega-warm);
    border: 1px solid rgba(184, 154, 91, 0.5);
    box-shadow: 0 22px 42px rgba(10, 10, 11, 0.24);
    color: var(--lt-mega-ink);
    left: 50%;
    max-height: calc(100vh - 150px);
    min-width: 0;
    overflow: auto;
    padding: 28px;
    position: absolute;
    top: calc(100% + 1px);
    transform: translateX(-50%);
    width: min(860px, calc(100vw - 2rem));
    z-index: 1040;
}

.lt-megamenu__panel[hidden] {
    display: none;
}

#lt-mega-products {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}

.lt-megamenu__eyebrow {
    color: var(--lt-mega-berry);
    font: 900 12px/1.2 Lato, system-ui, sans-serif;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.lt-megamenu__title {
    color: var(--lt-mega-ink);
    font: 700 28px/1.05 "Cormorant Garamond", Georgia, serif;
    margin: 0;
}

.lt-megamenu__summary {
    color: #595a5c;
    font: 400 15px/1.5 Lato, system-ui, sans-serif;
    margin: 8px 0 0;
    max-width: 56ch;
}

.lt-megamenu__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
}

#lt-mega-events .lt-megamenu__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lt-megamenu__card {
    border-top: 1px solid var(--lt-mega-stone);
    color: var(--lt-mega-ink);
    display: grid;
    gap: 8px;
    padding-top: 16px;
    text-decoration: none;
}

.lt-megamenu__card img {
    height: 30px;
    width: 30px;
}

.lt-megamenu__card strong {
    color: var(--lt-mega-navy);
    font: 900 15px/1.2 Lato, system-ui, sans-serif;
}

.lt-megamenu__card span {
    color: #595a5c;
    font: 400 14px/1.45 Lato, system-ui, sans-serif;
}

.lt-megamenu__footer {
    align-items: center;
    border-top: 1px solid var(--lt-mega-stone);
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 18px;
}

.lt-megamenu__footer a {
    color: var(--lt-mega-berry);
    font: 900 13px/1.2 Lato, system-ui, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-mega-header__mobile {
    background: var(--lt-mega-warm);
    color: var(--lt-mega-ink);
}

.lt-mega-header__mobile-top {
    background: var(--lt-mega-navy);
    border-bottom: 1px solid rgba(250, 247, 242, 0.16);
    color: var(--lt-mega-warm);
    padding: 0 max(0.85rem, env(safe-area-inset-right)) 0 max(0.85rem, env(safe-area-inset-left));
    text-align: center;
}

.lt-mega-header__mobile-message {
    align-items: center;
    color: var(--lt-mega-warm);
    display: inline-flex;
    font: 900 11px/1.25 Lato, system-ui, sans-serif;
    justify-content: center;
    letter-spacing: 0.035em;
    max-width: 100%;
    min-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-mega-header__mobile-message:hover,
.lt-mega-header__mobile-message:focus-visible {
    color: var(--lt-mega-warm);
    text-decoration: underline;
    text-decoration-color: var(--lt-mega-brass);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
}

.lt-mega-header__mobile-message:focus-visible {
    outline: 2px solid var(--lt-mega-brass);
    outline-offset: 3px;
}

.lt-mega-header__mobile-row {
    gap: 14px;
    min-height: 76px;
}

.lt-mega-brand--mobile {
    flex: 1 1 auto;
    min-width: 0;
}

.lt-mega-header__mobile-logo {
    display: block;
    height: auto;
    max-width: min(180px, 50vw);
    object-fit: contain;
    width: auto;
}

.lt-mega-header__mobile-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.lt-mega-header__mobile-action {
    align-items: center;
    background: #fffdf9;
    border: 1px solid rgba(14, 34, 64, 0.22);
    color: var(--lt-mega-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    height: 44px;
    justify-content: center;
    min-width: 44px;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.lt-mega-header__mobile-action:hover,
.lt-mega-header__mobile-action:focus-visible {
    border-color: var(--lt-mega-berry);
    color: var(--lt-mega-berry);
}

.lt-site-search-panel {
    background: #fffdf9;
    border: 1px solid rgba(184, 154, 91, 0.52);
    box-shadow: 0 22px 42px rgba(10, 10, 11, 0.22);
    color: var(--lt-mega-ink);
    display: grid;
    gap: 18px;
    padding: 20px;
    position: absolute;
    right: max(1rem, calc((100vw - 1360px) / 2));
    top: calc(100% + 1px);
    width: min(640px, calc(100vw - 2rem));
    z-index: 1045;
}

.lt-site-search-panel[hidden] {
    display: none;
}

.lt-site-search-panel__form {
    display: grid;
    gap: 10px;
    margin: 0;
}

.lt-site-search-panel__label {
    color: var(--lt-mega-navy);
    font: 900 13px/1.2 Lato, system-ui, sans-serif;
    text-transform: uppercase;
}

.lt-site-search-panel__field {
    display: grid;
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.lt-site-search-panel__field input {
    background: #fff;
    border: 1px solid rgba(14, 34, 64, 0.24);
    color: var(--lt-mega-ink);
    font: 700 16px/1.2 Lato, system-ui, sans-serif;
    min-height: 46px;
    min-width: 0;
    padding: 0 12px;
}

.lt-site-search-panel__field input:focus-visible {
    border-color: var(--lt-mega-berry);
    outline: 2px solid rgba(179, 27, 52, 0.22);
    outline-offset: 2px;
}

.lt-site-search-panel__field button {
    background: var(--lt-mega-berry);
    border: 1px solid var(--lt-mega-berry);
    color: #fff;
    cursor: pointer;
    font: 900 13px/1 Lato, system-ui, sans-serif;
    min-height: 46px;
    padding: 0 18px;
    text-transform: uppercase;
}

.lt-site-search-panel__field button:hover,
.lt-site-search-panel__field button:focus-visible {
    background: var(--lt-mega-navy);
    border-color: var(--lt-mega-navy);
}

.lt-site-search-panel__quick {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lt-site-search-panel__quick a {
    border-top: 1px solid var(--lt-mega-stone);
    color: var(--lt-mega-ink);
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 12px 10px;
    text-decoration: none;
}

.lt-site-search-panel__quick a[hidden] {
    display: none;
}

.lt-site-search-panel__quick strong {
    color: var(--lt-mega-navy);
    font: 900 14px/1.2 Lato, system-ui, sans-serif;
    overflow-wrap: anywhere;
}

.lt-site-search-panel__quick span,
.lt-site-search-panel__empty {
    color: #595a5c;
    font: 400 13px/1.35 Lato, system-ui, sans-serif;
}

.lt-site-search-panel__quick a:hover strong,
.lt-site-search-panel__quick a:focus-visible strong {
    color: var(--lt-mega-berry);
}

.lt-site-search-panel__empty {
    margin: -6px 0 0;
}

.lt-mega-drawer {
    background: var(--lt-mega-warm);
    color: var(--lt-mega-ink);
    max-width: min(420px, 92vw);
    padding-bottom: 24px;
    z-index: 1060;
}

.lt-header__backdrop {
    z-index: 1050;
}

.lt-mega-drawer__brand {
    align-items: center;
    display: flex;
}

.lt-mega-drawer__brand img {
    height: 54px;
    width: auto;
}

.lt-mega-drawer__section {
    border-top: 1px solid var(--lt-mega-stone);
}

.lt-mega-drawer__toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--lt-mega-ink);
    display: flex;
    font: 900 15px/1.2 Lato, system-ui, sans-serif;
    justify-content: space-between;
    min-height: 54px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.lt-mega-drawer__panel[hidden] {
    display: none;
}

.lt-mega-drawer__panel {
    border-left: 2px solid rgba(184, 154, 91, 0.42);
    display: grid;
    gap: 4px;
    margin-left: 2px;
    padding-bottom: 12px;
}

.lt-mega-drawer__panel a {
    color: var(--lt-mega-navy);
    display: block;
    font: 700 15px/1.35 Lato, system-ui, sans-serif;
    padding: 9px 0 9px 16px;
    text-decoration: none;
}

.lt-mega-drawer__single {
    align-items: center;
    border-top: 1px solid var(--lt-mega-stone);
    color: var(--lt-mega-navy);
    display: flex;
    font: 900 15px/1.2 Lato, system-ui, sans-serif;
    min-height: 54px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-mega-drawer nav {
    padding: 0 1rem 1rem;
}

.lt-mega-drawer__cta {
    background: var(--lt-mega-berry);
    color: #fff;
    display: block;
    font: 900 15px/1 Lato, system-ui, sans-serif;
    margin-top: 18px;
    padding: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.lt-mega-drawer__search {
    align-items: center;
    background: #fffdf9;
    border: 1px solid rgba(14, 34, 64, 0.22);
    color: var(--lt-mega-navy);
    cursor: pointer;
    display: flex;
    font: 900 15px/1 Lato, system-ui, sans-serif;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 12px;
    min-height: 48px;
    padding: 0 14px;
    text-transform: uppercase;
    width: 100%;
}

.lt-mega-drawer__search svg {
    flex: 0 0 auto;
}

.lt-mega-drawer__search:hover,
.lt-mega-drawer__search:focus-visible {
    border-color: var(--lt-mega-berry);
    color: var(--lt-mega-berry);
    outline: none;
}

@media (max-width: 1199.98px) {
    .lt-mega-header__desktop {
        display: none !important;
    }

    .lt-mega-header__mobile {
        display: block !important;
    }

    .lt-site-search-panel {
        left: 0.75rem;
        max-height: calc(100vh - 94px);
        overflow: auto;
        padding: 16px;
        right: 0.75rem;
        width: auto;
    }

    .lt-site-search-panel__quick {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1200px) {
    .lt-mega-header__desktop {
        display: block !important;
    }

    .lt-mega-header__mobile {
        display: none !important;
    }
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
    .lt-mega-header__main-row {
        gap: 12px;
        min-height: 100px;
    }

    .lt-mega-brand__logo {
        height: 80px;
        max-width: min(230px, 20vw);
    }

    .lt-mega-nav__list {
        gap: 10px;
    }

    .lt-mega-header__actions {
        gap: 8px;
    }

    .lt-mega-header__search {
        display: none;
    }

    .lt-mega-header .lt-mega-header__cta {
        display: none;
    }

    .lt-mega-header__cta {
        padding-inline: 14px;
    }

    .lt-mega-nav__link--btfp {
        min-width: 9.25rem;
    }

    #lt-mega-events .lt-megamenu__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
    .lt-mega-header__main-row {
        gap: 12px;
    }

    .lt-mega-brand__logo {
        max-width: min(230px, 18vw);
    }

    .lt-mega-nav__list,
    .lt-mega-header__actions {
        gap: 8px;
    }

    .lt-mega-nav__link,
    .lt-mega-nav__button {
        font-size: 14px;
        padding-inline: 2px;
    }

    .lt-mega-header__cta {
        font-size: 13px;
        padding-inline: 14px;
    }

    .lt-mega-nav__link--btfp {
        min-width: 9.25rem;
    }
}

@media (min-width: 1280px) and (max-width: 1499.98px) {
    .lt-mega-header .lt-mega-header__cta {
        display: none;
    }
}

@media (min-width: 1400px) {
    .lt-mega-header .container {
        max-width: 1360px;
    }
}
