html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
}

.leo-store-body *,
.leo-store-body *::before,
.leo-store-body *::after {
    box-sizing: border-box;
}

.leo-store-body .wp-site-blocks > header,
.leo-store-body .wp-site-blocks > footer {
    display: none !important;
}

.leo-store-body {
    margin: 0;
}

.leo-site-header,
.leo-site-footer,
.leo-home {
    max-width: 100%;
    overflow-x: hidden;
}

.leo-site-header {
    overflow: visible;
}

.leo-store-body img,
.leo-store-body svg {
    max-width: 100%;
}

.leo-site-header {
    position: sticky;
    top: 0;
    z-index: 220;
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(224, 218, 209, .82);
    color: #191816;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.leo-topbar {
    min-height: 30px;
    display: flex;
    justify-content: center;
    gap: clamp(20px, 4vw, 58px);
    align-items: center;
    padding: 0 20px;
    background: #070707;
    color: #f7f3ec;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}

.leo-topbar::-webkit-scrollbar {
    display: none;
}

.leo-topbar a,
.leo-nav a,
.leo-site-footer a {
    color: inherit;
    text-decoration: none;
}

.leo-topbar span,
.leo-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    opacity: .92;
}

.leo-topbar svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    opacity: .72;
}

.leo-nav {
    min-height: 74px;
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 22px;
    align-items: center;
    padding: 0 28px;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.leo-logo {
    font-size: 30px;
    line-height: 1;
    font-weight: 540;
    letter-spacing: 0;
}

.leo-nav nav,
.leo-nav-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 15px;
}

.leo-nav nav {
    justify-content: center;
}

.leo-nav-item {
    position: relative;
}

.leo-nav-item > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.leo-nav-item--has-dropdown > a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
}

.leo-nav-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    z-index: 240;
    width: 260px;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(214,206,193,.9);
    border-radius: 10px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 22px 60px rgba(39,33,24,.14);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -8px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.leo-nav-item--has-dropdown::after {
    content: "";
    position: absolute;
    left: -18px;
    right: -18px;
    top: 100%;
    height: 16px;
}

.leo-nav-dropdown--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 340px;
}

.leo-nav-dropdown a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 6px;
    color: #302c26;
    font-size: 14px;
}

.leo-nav-dropdown a:hover {
    background: #f3eee7;
    text-decoration: none;
}

.leo-nav-item:hover .leo-nav-dropdown,
.leo-nav-item:focus-within .leo-nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.leo-menu-toggle {
    display: none;
}

.leo-nav-actions {
    gap: 10px;
}

.leo-nav-actions a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #191816;
    position: relative;
}

.leo-nav-actions a:hover {
    background: #f2eee8;
    text-decoration: none;
}

.leo-nav-actions svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.leo-nav-actions b {
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #191816;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
}

.leo-nav-actions span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.leo-nav a:hover,
.leo-site-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.leo-home {
    color: #191816;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.leo-home a {
    color: inherit;
}

.leo-home-hero {
    min-height: min(780px, calc(100vh - 86px));
    display: flex;
    align-items: flex-end;
    padding: clamp(28px, 5vw, 72px);
    margin: 18px;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(90deg, rgba(12, 11, 9, .52), rgba(12, 11, 9, .14) 48%, rgba(12, 11, 9, .04)), var(--hero-image);
    background-size: cover;
    background-position: center 54%;
    position: relative;
}

.leo-home-hero__content {
    max-width: 760px;
    color: #fff;
    padding-bottom: clamp(20px, 4vw, 56px);
}

.leo-home-hero__content p,
.leo-home-heading p,
.leo-home-collection p,
.leo-home-story__text > p:first-child,
.leo-home-samples p {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
}

.leo-home-hero h1 {
    margin: 0;
    max-width: 720px;
    font-size: clamp(44px, 7.5vw, 104px);
    line-height: .96;
    font-weight: 520;
    letter-spacing: 0;
}

.leo-home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.leo-home-hero__actions a,
.leo-home-collection a,
.leo-home-story__text a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid currentColor;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 650;
}

.leo-home-hero__actions a:first-child {
    background: #fff;
    color: #151411;
    border-color: #fff;
}

.leo-home-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid #e1ddd5;
    border-top: 1px solid #e1ddd5;
}

.leo-home-strip span {
    padding: 18px 20px;
    text-align: center;
    border-right: 1px solid #e1ddd5;
    font-size: 14px;
}

.leo-home-strip span:last-child {
    border-right: 0;
}

.leo-home-section {
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(58px, 7vw, 108px) 28px;
}

.leo-home-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.leo-home-heading h2,
.leo-home-collection h2,
.leo-home-story h2,
.leo-home-samples h2 {
    margin: 0;
    max-width: 780px;
    font-size: clamp(32px, 5vw, 68px);
    line-height: 1;
    font-weight: 520;
    letter-spacing: 0;
}

.leo-home-category-grid {
    display: grid;
    grid-template-columns: 1.18fr .82fr .82fr;
    grid-auto-rows: 300px;
    gap: 18px;
}

.leo-home-card {
    border-radius: 10px;
    overflow: hidden;
    background: #f2eee8;
    position: relative;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.leo-home-card--wide {
    grid-row: span 2;
}

.leo-home-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 240ms ease;
}

.leo-home-card--sofas img {
    object-position: 48% 48%;
}

.leo-home-card--beds img {
    object-position: 52% 56%;
}

.leo-home-card--armchairs img {
    object-position: 50% 50%;
    transform: scale(1.04);
}

.leo-home-card:hover img {
    transform: scale(1.035);
}

.leo-home-card--armchairs:hover img {
    transform: scale(1.08);
}

.leo-home-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(0deg, rgba(0,0,0,.46), transparent);
}

.leo-home-card span,
.leo-home-card strong {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-left: 20px;
}

.leo-home-card span {
    margin-bottom: 4px;
    font-size: 28px;
    font-weight: 560;
}

.leo-home-card strong {
    margin-bottom: 20px;
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.leo-home-collection {
    display: grid;
    grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr);
    gap: 18px;
    align-items: stretch;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 28px clamp(58px, 7vw, 108px);
}

.leo-home-collection > div {
    background: #191816;
    color: #fff;
    border-radius: 10px;
    padding: clamp(28px, 5vw, 58px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.leo-home-collection span,
.leo-home-samples span {
    display: block;
    max-width: 640px;
    margin-top: 18px;
    color: rgba(255,255,255,.78);
    line-height: 1.7;
}

.leo-home-collection a {
    align-self: flex-start;
    margin-top: 26px;
}

.leo-home-collection figure {
    margin: 0;
    min-height: 520px;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f0ea;
}

.leo-home-collection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 52%;
}

.leo-home-story {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
    gap: clamp(26px, 5vw, 72px);
    align-items: center;
}

.leo-home-story__text p:last-of-type {
    max-width: 660px;
    color: #5d574e;
    line-height: 1.75;
    font-size: 17px;
}

.leo-home-story__text a {
    margin-top: 18px;
}

.leo-home-benefits {
    display: grid;
    gap: 14px;
}

.leo-home-benefits article {
    border-top: 1px solid #ddd7cc;
    padding: 20px 0;
}

.leo-home-benefits strong {
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.leo-home-benefits span {
    color: #665f55;
    line-height: 1.6;
}

.leo-home-samples {
    max-width: 1440px;
    margin: 0 auto;
    padding: clamp(42px, 6vw, 84px) 24px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr);
    gap: 32px;
    align-items: center;
    background: #f4f0ea;
    border-radius: 10px;
}

.leo-home-samples span {
    color: #5d574e;
}

.leo-home-swatches {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.leo-home-swatches i {
    min-height: 190px;
    border-radius: 10px;
    background:
        radial-gradient(circle at 20% 28%, rgba(255,255,255,.72), transparent 22%),
        radial-gradient(circle at 70% 60%, rgba(0,0,0,.13), transparent 24%),
        repeating-linear-gradient(135deg, rgba(255,255,255,.24) 0 5px, rgba(0,0,0,.08) 6px 11px),
        var(--swatch, #b9ad9c);
}

.leo-home-swatches i:nth-child(2) { --swatch: #d8d0c4; }
.leo-home-swatches i:nth-child(3) { --swatch: #777e6b; }
.leo-home-swatches i:nth-child(4) { --swatch: #5c6166; }
.leo-home-swatches i:nth-child(5) { --swatch: #9d6e5b; }
.leo-home-swatches i:nth-child(6) { --swatch: #8f9679; }

.leo-home-articles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.leo-home-articles article {
    min-height: 230px;
    border: 1px solid #ded8cf;
    border-radius: 10px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.leo-home-articles time {
    color: #7b746a;
    font-size: 13px;
}

.leo-home-articles h3 {
    margin: 14px 0 8px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 560;
}

.leo-home-articles span {
    color: #665f55;
    line-height: 1.6;
}

.leo-site-footer {
    margin-top: 48px;
    background: #191816;
    color: #fff;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.leo-cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(25, 24, 22, .38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.leo-cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 91;
    width: min(420px, 100vw);
    height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
    background: #fff;
    color: #191816;
    box-shadow: -24px 0 70px rgba(0,0,0,.18);
    transform: translateX(105%);
    transition: transform 220ms ease;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.leo-cart-open .leo-cart-overlay {
    opacity: 1;
    pointer-events: auto;
}

.leo-cart-open {
    overflow: hidden;
}

.leo-cart-open .leo-cart-drawer {
    transform: translateX(0);
}

.leo-cart-drawer__head {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 22px;
    border-bottom: 1px solid #e2dcd2;
}

.leo-cart-drawer__head strong {
    font-size: 24px;
    font-weight: 560;
}

.leo-cart-drawer__head button {
    width: 42px;
    height: 42px;
    border: 1px solid #ded8cf;
    border-radius: 999px;
    background: #fff;
    color: #191816;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.leo-cart-drawer__body {
    min-height: 0;
    overflow: auto;
    padding: 22px;
}

.leo-cart-empty {
    margin: 0 0 18px;
    color: #5d574e;
    line-height: 1.6;
}

.leo-cart-link {
    color: inherit;
    font-weight: 650;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.leo-cart-items {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.leo-cart-items li {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #e5ded4;
}

.leo-cart-item-thumb {
    width: 82px;
    aspect-ratio: 1;
    border: 1px solid #e6ded4;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.leo-cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.leo-cart-item-info {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 6px;
}

.leo-cart-item-title {
    color: inherit;
    font-weight: 650;
    text-decoration: none;
    line-height: 1.25;
}

.leo-cart-items small {
    color: #625b51;
}

.leo-cart-item-config {
    margin: 4px 0 0;
    display: grid;
    gap: 3px;
    font-size: 12px;
    line-height: 1.35;
    color: #5f594f;
}

.leo-cart-item-config div {
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 8px;
}

.leo-cart-item-config dt,
.leo-cart-item-config dd {
    margin: 0;
}

.leo-cart-item-config dt {
    color: #8a806f;
}

.leo-cart-item-config dd {
    font-weight: 650;
    color: #342f29;
}

.leo-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #191816;
}

.leo-cart-drawer__actions {
    display: grid;
    gap: 10px;
    padding: 18px 22px 22px;
    border-top: 1px solid #e2dcd2;
}

.leo-cart-drawer__actions a {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #191816;
    border-radius: 4px;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

.leo-cart-drawer__actions a:last-child {
    background: #191816;
    color: #fff;
}

.leo-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 92;
    background: rgba(25,24,22,.36);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
}

.leo-search-panel {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 93;
    width: min(560px, 100vw);
    height: 100vh;
    display: grid;
    grid-template-rows: auto auto 1fr;
    background: #fff;
    color: #24211d;
    box-shadow: -24px 0 70px rgba(0,0,0,.18);
    transform: translateX(105%);
    transition: transform 220ms ease;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.leo-search-open {
    overflow: hidden;
}

.leo-search-open .leo-search-overlay {
    opacity: 1;
    pointer-events: auto;
}

.leo-search-open .leo-search-panel {
    transform: translateX(0);
}

.leo-search-panel__head {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 24px;
    border-bottom: 1px solid #e2dcd2;
}

.leo-search-panel__head strong {
    font-size: 24px;
    font-weight: 560;
}

.leo-search-panel__head button {
    width: 42px;
    height: 42px;
    border: 1px solid #ded8cf;
    border-radius: 999px;
    background: #fff;
    color: #191816;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.leo-search-form {
    padding: 24px;
    border-bottom: 1px solid #ece6dc;
}

.leo-search-form label {
    display: block;
    margin-bottom: 10px;
    color: #6a6358;
    font-size: 13px;
}

.leo-search-form div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.leo-search-form input[type="search"] {
    min-height: 54px;
    width: 100%;
    border: 1px solid #d6cec1;
    border-radius: 4px;
    padding: 0 14px;
    color: #191816;
    background: #fff;
    font: inherit;
}

.leo-search-form button,
.leo-search-suggestions a {
    min-height: 54px;
    border: 1px solid #191816;
    border-radius: 4px;
    background: #191816;
    color: #fff;
    padding: 0 20px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.leo-search-suggestions {
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 24px;
}

.leo-search-suggestions span {
    color: #777066;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.leo-search-suggestions a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #f4f0ea;
    color: #191816;
    border-color: #e1d8cc;
    text-decoration: none;
}

.leo-search-suggestions a:hover {
    border-color: #191816;
    text-decoration: none;
}

.leo-home-premium {
    --serif: "Playfair Display", Georgia, "Times New Roman", serif;
    --sand: #c1ae88;
    --paper: #f4f1ec;
    --ink-soft: #514d47;
    background: #fff;
    color: #33302c;
}

.leo-premium-hero {
    min-height: min(760px, calc(100vh - 36px));
    display: flex;
    align-items: center;
    margin: 0;
    padding: clamp(70px, 12vw, 190px) clamp(28px, 13vw, 280px) 86px;
    position: relative;
    overflow: hidden;
    background-color: #f4f1eb;
    background-image: linear-gradient(90deg, rgba(10,10,9,.55), rgba(10,10,9,.28) 42%, rgba(10,10,9,.04)), var(--hero-image);
    background-size: cover, min(1220px, 76vw) auto;
    background-repeat: no-repeat;
    background-position: center, right center;
}

.leo-premium-hero--slider::before,
.leo-premium-hero--slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover, min(1220px, 76vw) auto;
    background-repeat: no-repeat;
    background-position: center, right center;
    opacity: 0;
    animation: leoHeroSlider 18s infinite;
}

.leo-premium-hero--slider::before {
    background-image: linear-gradient(90deg, rgba(10,10,9,.48), rgba(10,10,9,.24) 46%, rgba(10,10,9,.05)), var(--hero-image-2);
    animation-delay: 6s;
}

.leo-premium-hero--slider::after {
    background-image: linear-gradient(90deg, rgba(10,10,9,.48), rgba(10,10,9,.24) 46%, rgba(10,10,9,.05)), var(--hero-image-3);
    animation-delay: 12s;
}

@keyframes leoHeroSlider {
    0%, 28%, 100% { opacity: 0; }
    6%, 22% { opacity: 1; }
}

.leo-premium-hero__content {
    position: relative;
    z-index: 1;
    max-width: 560px;
    color: #fff;
}

.leo-premium-hero__content p,
.leo-premium-heading p {
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 13px;
}

.leo-premium-hero h1 {
    margin: 0;
    max-width: 560px;
    font-size: clamp(42px, 5.2vw, 76px);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.leo-premium-hero__content a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 0 28px;
    background: rgba(255,255,255,.18);
    color: #fff;
    border: 1px solid rgba(255,255,255,.42);
    backdrop-filter: blur(14px);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
}

.leo-premium-hero__pager {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.leo-premium-hero__pager span {
    width: 10px;
    height: 5px;
    background: rgba(255,255,255,.7);
}

.leo-premium-hero__pager span:first-child {
    width: 34px;
    background: #fff;
}

.leo-premium-section {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(58px, 7vw, 108px) 28px;
}

.leo-premium-heading {
    display: grid;
    grid-template-columns: auto minmax(60px, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin-bottom: 26px;
}

.leo-premium-heading::after {
    content: "";
    height: 1px;
    background: #cbbd9f;
}

.leo-premium-heading h2 {
    margin: 0;
    color: #33302c;
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0;
}

.leo-premium-heading em {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 700;
}

.leo-premium-arrows {
    display: flex;
    gap: 14px;
}

.leo-premium-arrows span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #f4f2ef;
    color: #5a554d;
    font-size: 30px;
    line-height: 1;
}

.leo-category-row,
.leo-arrangement-row {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(310px, 1fr);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 10px;
    scroll-snap-type: x mandatory;
}

.leo-category-tile {
    min-height: 430px;
    border-radius: 0;
    background: #f5f4f3;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: grid;
    place-items: center;
    scroll-snap-align: start;
}

.leo-category-tile::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(20,18,15,.22), rgba(20,18,15,0));
    pointer-events: none;
}

.leo-category-tile--accent {
    background: var(--sand);
    border-radius: 46px;
}

.leo-category-tile span {
    position: absolute;
    top: 54px;
    left: 28px;
    right: 28px;
    z-index: 2;
    color: #6f6960;
    text-align: center;
    font-size: 28px;
}

.leo-category-tile--accent span {
    color: #fff;
}

.leo-category-tile img {
    width: 88%;
    height: 58%;
    object-fit: contain;
    filter: drop-shadow(0 22px 30px rgba(70,60,44,.12));
    margin-top: 34px;
}

.leo-category-tile strong {
    position: absolute;
    bottom: 34px;
    left: 28px;
    right: 28px;
    z-index: 2;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: #312d27;
    text-align: center;
    text-decoration: none;
    line-height: 1.35;
    box-shadow: 0 18px 42px rgba(68,55,37,.12);
    backdrop-filter: blur(10px);
}

.leo-category-tile--accent strong {
    background: rgba(25,24,22,.78);
    color: #fff;
}

.leo-collection-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.leo-collection-grid--five {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.leo-collection-grid--six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.leo-collection-grid a {
    min-height: 390px;
    position: relative;
    overflow: hidden;
    background: #eeeae4;
    text-decoration: none;
}

.leo-collection-grid--product a {
    min-height: 360px;
    border: 1px solid #e1d7c8;
    background: #fffef8;
}

.leo-collection-grid a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.72) 100%);
    pointer-events: none;
}

.leo-collection-grid a.is-rounded {
    border-radius: 58px;
}

.leo-premium-collections .leo-collection-grid a.is-rounded {
    border-radius: 0;
}

.leo-bed-collections .leo-collection-grid a.is-rounded {
    border-radius: 42px;
}

.leo-collection-grid img,
.leo-arrangement-row img,
.leo-advice-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leo-collection-grid--product img {
    box-sizing: border-box;
    object-fit: contain;
    object-position: center center;
    padding: 18px;
    background: #fffef8;
}

.leo-collection-grid span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 560;
    text-shadow: 0 3px 20px rgba(0,0,0,.72);
    padding: 0 22px;
    background: none;
}

.leo-collection-grid small {
    display: none;
}

.leo-category-row--main {
    grid-auto-flow: initial;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leo-category-row--main .leo-category-tile {
    min-height: 500px;
    border: 1px solid #e3d8c9;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 24px 70px rgba(77, 64, 46, .08);
}

.leo-category-row--main .leo-category-tile::after {
    display: none;
}

.leo-category-row--main .leo-category-tile span,
.leo-category-row--main .leo-category-tile--accent span {
    color: #3a352f;
}

.leo-category-row--main .leo-category-tile img {
    width: 84%;
    height: 58%;
    object-fit: contain;
    object-position: center center;
    padding: 0;
    background: transparent;
}

.leo-category-row--main .leo-category-tile strong {
    width: min(78%, 420px);
    margin: 0 auto;
    line-height: 1.45;
    text-decoration: none;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    background: #191713;
    color: #fff;
    box-shadow: none;
}

.leo-config-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.leo-config-summary article {
    min-height: 330px;
    padding: clamp(28px, 4vw, 52px);
    border-radius: 30px;
    background: #f4f2ef;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leo-config-summary article:nth-child(2) {
    background: #191816;
    color: #fff;
}

.leo-config-summary p {
    margin: 0 0 18px;
    color: #8a7f6f;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 13px;
}

.leo-config-summary article:nth-child(2) p {
    color: rgba(255,255,255,.66);
}

.leo-config-summary h3 {
    margin: 0 0 24px;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1;
    font-weight: 430;
}

.leo-config-summary ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #514d47;
    line-height: 1.55;
}

.leo-config-summary article:nth-child(2) ul {
    color: rgba(255,255,255,.78);
}

.leo-config-summary li {
    position: relative;
    padding-left: 20px;
}

.leo-config-summary li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: currentColor;
}

.leo-premium-button {
    min-height: 52px;
    width: max-content;
    min-width: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 42px auto 0;
    padding: 0 24px;
    background: #000;
    color: #fff !important;
    text-decoration: none;
    font-weight: 800;
}

.leo-premium-story {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
    align-items: stretch;
    background: #f3f2f0;
}

.leo-premium-story__copy {
    padding: clamp(48px, 8vw, 120px) clamp(28px, 7vw, 150px);
}

.leo-premium-story h2 {
    margin: 0 0 32px;
    max-width: 680px;
    font-size: clamp(36px, 4.8vw, 66px);
    line-height: 1.12;
    font-weight: 430;
}

.leo-premium-story p {
    max-width: 720px;
    color: #58534c;
    line-height: 1.75;
}

.leo-premium-story a {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 22px 0 44px;
    padding: 0 36px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    font-weight: 800;
}

.leo-premium-story ul {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 34px 0 0;
    border-top: 1px solid #cbbd9f;
    list-style: none;
    color: #5f594f;
}

.leo-premium-story li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.leo-premium-story li::before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background: currentColor;
    -webkit-mask: var(--story-icon) center / contain no-repeat;
    mask: var(--story-icon) center / contain no-repeat;
}

.leo-story-swatch {
    --story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M4 20 20 4'/%3E%3C/svg%3E");
}

.leo-story-truck {
    --story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}

.leo-story-made {
    --story-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v13H4z'/%3E%3Cpath d='M8 7V4h8v3'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M8 16h5'/%3E%3C/svg%3E");
}

.leo-premium-story figure {
    min-height: 560px;
    margin: 0;
    background: #fff;
}

.leo-premium-story img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: clamp(18px, 3vw, 46px);
    box-sizing: border-box;
}

.leo-arrangement-row {
    grid-auto-columns: minmax(300px, 390px);
}

.leo-arrangement-row figure {
    height: 360px;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eadfce;
}

.leo-arrangement-row img {
    object-fit: contain;
    object-position: center;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.leo-samples-hero {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
    min-height: 560px;
    border: 1px solid #e3dbcf;
    background: #f5f2ed;
    overflow: hidden;
}

.leo-samples-hero > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(42px, 7vw, 92px);
}

.leo-samples-hero p,
.leo-samples-heading p,
.leo-samples-counter p {
    margin: 0 0 14px;
    color: #8a7a65;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.leo-samples-hero h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(40px, 5vw, 72px);
    line-height: 1.02;
    font-weight: 520;
    letter-spacing: 0;
}

.leo-samples-hero span {
    max-width: 620px;
    margin-top: 24px;
    color: #5f574e;
    font-size: 20px;
    line-height: 1.65;
}

.leo-samples-hero a {
    width: max-content;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
    padding: 0 28px;
    background: #191713;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.leo-samples-hero figure {
    margin: 0;
    min-height: 560px;
    background: #fff;
}

.leo-samples-hero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: clamp(18px, 3vw, 48px);
    box-sizing: border-box;
}

.leo-samples-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 26px 0;
}

.leo-samples-steps article {
    min-height: 170px;
    padding: 28px;
    border: 1px solid #e3dbcf;
    background: #fff;
}

.leo-samples-steps i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #191713;
    color: #fff;
    font-style: normal;
    font-weight: 800;
}

.leo-samples-steps h2 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
}

.leo-samples-steps p {
    margin: 0;
    color: #5f574e;
    line-height: 1.6;
}

.leo-samples-builder {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    gap: 22px;
    align-items: start;
}

.leo-samples-picker,
.leo-samples-form {
    border: 1px solid #e3dbcf;
    background: #fff;
}

.leo-samples-picker {
    padding: clamp(18px, 3vw, 34px);
}

.leo-samples-heading {
    display: grid;
    gap: 8px;
    margin-bottom: 22px;
}

.leo-samples-heading h2 {
    margin: 0;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.05;
    font-weight: 520;
}

.leo-samples-heading span {
    color: #5f574e;
}

.leo-samples-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 8px;
    border-radius: 12px;
    background: #f1ece4;
}

.leo-samples-tabs button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #2f2b27;
    padding: 0 18px;
    font: inherit;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
}

.leo-samples-tabs button.is-active {
    background: #191713;
    color: #fff;
}

.leo-samples-tabs small {
    min-width: 24px;
    min-height: 24px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(0,0,0,.08);
    font-size: 12px;
}

.leo-samples-tabs button.is-active small {
    background: rgba(255,255,255,.16);
}

.leo-samples-panels {
    max-height: 650px;
    overflow: auto;
    margin-top: 18px;
    padding-right: 8px;
}

.leo-samples-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
    gap: 14px;
}

.leo-sample-swatch {
    min-height: 138px;
    position: relative;
    border: 1px solid #dfd5c6;
    border-radius: 8px;
    background-color: #d7cec0;
    background-image: var(--sample-image);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
}

.leo-sample-swatch::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,.28), rgba(0,0,0,.16));
    pointer-events: none;
}

.leo-sample-swatch span {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 2;
    min-width: 28px;
    min-height: 24px;
    display: grid;
    place-items: center;
    border-radius: 4px;
    background: rgba(20,18,15,.9);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
}

.leo-sample-swatch em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.leo-sample-swatch.is-selected {
    border-color: #111;
    box-shadow: 0 0 0 3px #111 inset;
}

.leo-sample-swatch.is-selected::before {
    content: "\2713";
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 3;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    background: #111;
    color: #fff;
    font-weight: 900;
}

.leo-samples-form {
    position: sticky;
    top: 112px;
    padding: 24px;
}

.leo-samples-counter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.leo-samples-counter p {
    margin-bottom: 0;
}

.leo-samples-counter strong {
    font-size: 30px;
}

.leo-samples-selected {
    min-height: 66px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.leo-samples-selected span,
.leo-samples-selected button {
    min-height: 34px;
    border: 1px solid #ded4c4;
    border-radius: 999px;
    background: #f8f5ef;
    color: #433d35;
    padding: 0 12px;
    font: inherit;
}

.leo-samples-selected button {
    cursor: pointer;
}

.leo-samples-limit {
    margin: 0 0 14px;
    color: #8a4a34;
    font-weight: 800;
}

.leo-sample-order-form textarea[readonly] {
    background: #f6f3ee;
}

.leo-premium-samples {
    max-width: 1480px;
    margin: 0 auto;
    padding: clamp(58px, 7vw, 108px) 28px;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.leo-sample-cards {
    display: grid;
    gap: 18px;
}

.leo-sample-cards article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    min-height: 190px;
    border-radius: 44px;
    background: #f3f2f0;
    padding: 32px 42px;
}

.leo-sample-cards i {
    width: 54px;
    height: 54px;
    display: block;
    background: #33302c;
    -webkit-mask: var(--sample-icon) center / contain no-repeat;
    mask: var(--sample-icon) center / contain no-repeat;
}

.leo-sample-cards article:first-child i {
    --sample-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 10h28v28H10z'/%3E%3Cpath d='M10 38 38 10'/%3E%3Cpath d='M18 10v28'/%3E%3Cpath d='M30 10v28'/%3E%3C/svg%3E");
}

.leo-sample-cards article:nth-child(2) i {
    --sample-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 27 9 19l7-7 9 9'/%3E%3Cpath d='m31 27 8-8-7-7-9 9'/%3E%3Cpath d='M19 25 24 20l5 5'/%3E%3Cpath d='m17 27 9 9c2 2 5 2 7 0l2-2'/%3E%3Cpath d='m31 27-5 5'/%3E%3C/svg%3E");
}

.leo-sample-cards h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 430;
}

.leo-sample-cards p {
    margin: 0 0 18px;
    color: #5f594f;
    line-height: 1.6;
}

.leo-sample-cards a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 22px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    font-weight: 800;
}

.leo-premium-samples figure {
    min-height: 400px;
    margin: 0;
    overflow: hidden;
}

.leo-premium-samples img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leo-advice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.leo-advice-grid article {
    display: grid;
    gap: 12px;
}

.leo-advice-grid img {
    height: 350px;
}

.leo-advice-grid time {
    color: #8a8379;
    font-size: 13px;
}

.leo-advice-grid h3 {
    margin: 0;
    color: #4a4540;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.22;
    font-weight: 430;
}

.leo-advice-grid p {
    margin: 0;
    color: #6a635a;
}

.leo-premium-seo {
    max-width: 1480px;
    margin: 0 auto;
    padding: 18px 28px clamp(72px, 8vw, 120px);
    color: #403b35;
}

.leo-premium-seo h2 {
    margin: 0 0 24px;
    font-size: clamp(24px, 3vw, 38px);
    line-height: 1.2;
    font-weight: 430;
}

.leo-premium-seo p {
    max-width: 1280px;
    color: #514d47;
    line-height: 1.8;
}

.leo-premium-seo a {
    display: inline-flex;
    margin-top: 18px;
    border: 0;
    border-bottom: 1px solid currentColor;
    background: transparent;
    color: #191816;
    padding: 0 0 6px;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.leo-footer-newsletter {
    max-width: 1440px;
    margin: 0 auto;
    padding: 58px 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: 34px;
    align-items: end;
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.leo-footer-newsletter p {
    margin: 0 0 10px;
    color: rgba(255,255,255,.62);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
}

.leo-footer-newsletter h2 {
    margin: 0;
    font-size: clamp(34px, 5vw, 66px);
    line-height: 1;
    font-weight: 520;
}

.leo-footer-newsletter form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.leo-footer-newsletter label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.leo-footer-newsletter input {
    min-height: 52px;
    border: 1px solid rgba(255,255,255,.34);
    border-radius: 4px;
    background: transparent;
    color: #fff;
    padding: 0 14px;
    font: inherit;
}

.leo-footer-newsletter input::placeholder {
    color: rgba(255,255,255,.54);
}

.leo-footer-newsletter button {
    min-height: 52px;
    border: 0;
    border-radius: 4px;
    background: #fff;
    color: #191816;
    padding: 0 22px;
    font: inherit;
    font-weight: 650;
}

.leo-footer-links {
    max-width: 1440px;
    margin: 0 auto;
    padding: 44px 28px;
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, .7fr));
    gap: 36px;
}

.leo-footer-links strong {
    display: block;
    margin-bottom: 14px;
}

.leo-footer-links p,
.leo-footer-links a {
    color: rgba(255,255,255,.68);
    line-height: 1.65;
}

.leo-footer-links nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.leo-footer-bottom {
    max-width: 1440px;
    margin: 0 auto;
    padding: 18px 28px 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    color: rgba(255,255,255,.54);
    font-size: 13px;
}

.leo-footer-credit {
    margin-left: auto;
    color: rgba(255,255,255,.74) !important;
}

@media (max-width: 980px) {
    .leo-topbar,
    .leo-footer-newsletter,
    .leo-footer-links {
        grid-template-columns: 1fr;
    }

    .leo-site-header {
        position: sticky;
    }

    .leo-nav {
        min-height: 64px;
        grid-template-columns: auto 1fr auto auto;
        gap: 10px;
        padding: 0 14px;
        width: 100%;
    }

    .leo-logo {
        font-size: 25px;
        grid-column: 1;
        grid-row: 1;
    }

    .leo-menu-toggle {
        width: 42px;
        height: 42px;
        border: 0;
        border-radius: 999px;
        background: #191816;
        color: #fff;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        cursor: pointer;
        grid-column: 4;
        grid-row: 1;
    }

    .leo-menu-toggle span {
        width: 18px;
        height: 2px;
        border-radius: 999px;
        background: currentColor;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .leo-menu-toggle em {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .leo-menu-open .leo-menu-toggle span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .leo-menu-open .leo-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .leo-menu-open .leo-menu-toggle span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .leo-nav nav {
        position: fixed;
        grid-column: 2;
        grid-row: 1;
        left: 10px;
        right: 10px;
        top: 106px;
        z-index: 60;
        display: grid;
        gap: 0;
        padding: 10px;
        border: 1px solid #ded8cf;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 20px 55px rgba(0,0,0,.16);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 160ms ease, transform 160ms ease;
    }

    .leo-menu-open .leo-nav nav {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .leo-nav nav a {
        padding: 15px 12px;
        border-bottom: 1px solid #eee9e1;
        font-size: 17px;
    }

    .leo-nav nav a:last-child {
        border-bottom: 0;
    }

    .leo-nav-item {
        display: grid;
        border-bottom: 1px solid #eee9e1;
    }

    .leo-nav-item--has-dropdown::after {
        display: none;
    }

    .leo-nav-item > a {
        padding: 15px 12px;
        border-bottom: 0;
        justify-content: space-between;
        font-size: 17px;
    }

    .leo-nav-dropdown,
    .leo-nav-dropdown--wide {
        position: static;
        width: auto;
        grid-template-columns: minmax(0, 1fr);
        gap: 2px;
        padding: 0 0 10px 12px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .leo-nav-dropdown a {
        min-height: 38px;
        padding: 0 12px;
        border-bottom: 0;
        color: #635b50;
        font-size: 15px;
    }

    .leo-nav-actions {
        justify-content: flex-end;
        gap: 4px;
        grid-column: 3;
        grid-row: 1;
        min-width: 0;
    }

    .leo-topbar {
        justify-content: flex-start;
        padding: 0 14px;
        gap: 22px;
    }

    .leo-home-strip,
    .leo-home-category-grid,
    .leo-home-collection,
    .leo-home-story,
    .leo-home-samples,
    .leo-home-articles,
    .leo-premium-story,
    .leo-premium-samples,
    .leo-advice-grid,
    .leo-collection-grid,
    .leo-collection-grid--five,
    .leo-collection-grid--six,
    .leo-category-row--main,
    .leo-config-summary-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-premium-hero {
        min-height: 680px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .leo-premium-heading {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .leo-premium-heading::after {
        display: none;
    }

    .leo-collection-grid a,
    .leo-arrangement-row figure,
    .leo-advice-grid img {
        min-height: 320px;
        height: 320px;
    }

    .leo-collection-grid--product a {
        height: auto;
    }

    .leo-home-card--wide {
        grid-column: auto;
        grid-row: auto;
    }

    .leo-home-card {
        min-height: 360px;
    }

    .leo-home-heading {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .leo-topbar {
        display: none;
    }

    .leo-nav nav {
        top: 74px;
    }

    .leo-nav-actions a {
        width: 38px;
        height: 38px;
    }

    .leo-menu-toggle {
        width: 38px;
        height: 38px;
    }

    .leo-nav {
        gap: 3px;
        padding: 0 10px;
    }

    .leo-logo {
        font-size: 23px;
    }

    .leo-nav-actions {
        gap: 2px;
    }

    .leo-nav-actions svg {
        width: 20px;
        height: 20px;
    }

    .leo-home-hero {
        min-height: 640px;
        padding: 24px 16px;
        margin: 10px;
    }

    .leo-home-hero h1 {
        font-size: 44px;
    }

    .leo-home-section,
    .leo-home-collection,
    .leo-home-samples {
        padding-left: 16px;
        padding-right: 16px;
    }

    .leo-footer-newsletter form {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-footer-newsletter button {
        width: 100%;
    }

    .leo-search-form div {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-search-form button {
        width: 100%;
    }

    .leo-premium-hero {
        min-height: 600px;
        padding: 94px 18px 74px;
    }

    .leo-premium-hero h1 {
        font-size: 38px;
    }

    .leo-premium-section,
    .leo-premium-samples,
    .leo-premium-seo {
        padding-left: 16px;
        padding-right: 16px;
    }

    .leo-category-row {
        grid-auto-columns: minmax(250px, 78vw);
    }

    .leo-category-row--main {
        grid-auto-columns: auto;
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-category-tile {
        min-height: 360px;
    }

    .leo-category-row--main .leo-category-tile {
        min-height: 390px;
    }

    .leo-config-summary article {
        min-height: 0;
        border-radius: 24px;
        padding: 28px;
    }

    .leo-sample-cards article {
        grid-template-columns: 1fr;
        border-radius: 26px;
        padding: 26px;
    }

    .leo-home-swatches {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .leo-home-swatches i {
        min-height: 120px;
    }

    .leo-footer-credit {
        width: 100%;
        margin-left: 0;
    }
}

.leo-content-page,
.leo-category-page {
    width: min(1420px, calc(100% - 48px));
    margin: 0 auto;
    padding: 58px 0 88px;
    color: #2f2b27;
    font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.leo-content-hero,
.leo-category-hero,
.leo-contact-panel,
.leo-page-cta {
    border: 1px solid #e3dbcf;
    border-radius: 8px;
    background: #f6f3ee;
    overflow: hidden;
}

.leo-content-hero {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    min-height: 520px;
}

.leo-content-hero > div,
.leo-category-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px;
}

.leo-content-hero p,
.leo-category-hero p,
.leo-contact-copy p,
.leo-filter-head span {
    margin: 0 0 16px;
    color: #8a7a65;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.leo-content-hero h1,
.leo-category-hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(42px, 4.8vw, 74px);
    line-height: 1.03;
    font-weight: 500;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.leo-content-hero span,
.leo-category-hero span {
    max-width: 620px;
    margin-top: 28px;
    color: #5f574e;
    font-size: 20px;
    line-height: 1.7;
}

.leo-content-hero figure {
    margin: 0;
    min-height: 520px;
}

.leo-content-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.leo-content-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.leo-content-cards article,
.leo-contact-panel,
.leo-text-feature,
.leo-legal-sections details,
.leo-shop-card,
.leo-category-seo {
    box-shadow: 0 26px 70px rgba(43, 35, 25, .08);
}

.leo-content-cards article {
    min-height: 260px;
    padding: 34px;
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
}

.leo-info-icon,
.leo-sample-cards i {
    width: 42px;
    height: 42px;
    display: block;
    margin-bottom: 34px;
    position: relative;
    border: 0;
    transform: none;
}

.leo-info-icon::before,
.leo-info-icon::after {
    content: "";
    position: absolute;
    border: 2px solid #2f2b27;
}

.leo-sample-cards i {
    border: 3px solid #2f2b27;
    transform: rotate(45deg);
}

.leo-info-icon-1::before {
    width: 34px;
    height: 24px;
    left: 3px;
    top: 9px;
    border-radius: 3px;
}

.leo-info-icon-1::after {
    width: 14px;
    height: 14px;
    left: 14px;
    top: 15px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.leo-info-icon-2::before {
    width: 32px;
    height: 32px;
    left: 5px;
    top: 5px;
    border-radius: 50%;
}

.leo-info-icon-2::after {
    width: 16px;
    height: 8px;
    left: 13px;
    top: 17px;
    border-width: 2px 0 0;
}

.leo-info-icon-3::before {
    width: 32px;
    height: 24px;
    left: 5px;
    top: 12px;
    border-radius: 3px;
}

.leo-info-icon-3::after {
    width: 13px;
    height: 13px;
    left: 14px;
    top: 5px;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
}

.leo-content-cards h2,
.leo-contact-copy h2,
.leo-page-cta h2,
.leo-category-seo h2 {
    margin: 0 0 14px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
}

.leo-content-cards p,
.leo-content-cards small,
.leo-text-feature p,
.leo-legal-sections p,
.leo-category-seo p,
.leo-contact-copy span {
    color: #635b50;
    font-size: 16px;
    line-height: 1.75;
}

.leo-contact-panel {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 36px;
    margin-top: 28px;
    padding: 48px;
    background: #f1eee9;
}

.leo-contact-copy {
    align-self: center;
}

.leo-contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 28px;
    border: 1px solid #e1d8cc;
    border-radius: 8px;
    background: #fff;
}

.leo-contact-form label {
    display: grid;
    gap: 8px;
    color: #4f463c;
    font-size: 14px;
    font-weight: 600;
}

.leo-contact-form label:nth-child(4),
.leo-contact-consent {
    grid-column: 1 / -1;
}

.leo-contact-form input,
.leo-contact-form textarea,
.leo-contact-form select {
    width: 100%;
    border: 1px solid #d8cdbf;
    border-radius: 6px;
    background: #fbfaf8;
    padding: 14px 16px;
    font: inherit;
}

.leo-contact-consent {
    grid-template-columns: auto 1fr;
    align-items: center;
    font-weight: 500 !important;
}

.leo-contact-consent input {
    width: 18px;
    height: 18px;
}

.leo-contact-form button,
.leo-page-cta a,
.leo-shop-card span {
    border: 0;
    border-radius: 4px;
    background: #171512;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.leo-contact-form button {
    min-height: 54px;
    grid-column: 1 / -1;
    cursor: pointer;
}

.leo-text-feature,
.leo-legal-sections {
    margin-top: 28px;
}

.leo-text-feature {
    padding: 48px;
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
    column-count: 2;
    column-gap: 48px;
}

.leo-text-feature p {
    margin: 0 0 20px;
}

.leo-legal-sections {
    display: grid;
    gap: 14px;
}

.leo-legal-sections details {
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
    padding: 24px 30px;
}

.leo-legal-document {
    max-width: 1040px;
    margin: 0 auto;
    padding: 64px 72px;
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 26px 70px rgba(43, 35, 25, .08);
}

.leo-legal-document > p {
    margin: 0 0 14px;
    color: #8a7a65;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.leo-legal-document h1 {
    margin: 0 0 42px;
    color: #2f2b27;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.04;
    font-weight: 500;
}

.leo-legal-document article {
    padding: 28px 0;
    border-top: 1px solid #e8dfd4;
}

.leo-legal-document h2 {
    margin: 0 0 14px;
    color: #1f1c18;
    font-size: 21px;
    line-height: 1.35;
}

.leo-legal-document p {
    margin: 0;
    color: #514a42;
    font-size: 16px;
    line-height: 1.85;
}

.leo-legal-sections summary {
    cursor: pointer;
    color: #1d1b18;
    font-size: 22px;
    font-weight: 700;
}

.leo-page-cta {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    margin-top: 28px;
    padding: 34px;
}

.leo-page-cta p {
    margin: 0 0 8px;
    color: #8a7a65;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    font-weight: 800;
}

.leo-page-cta a {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    white-space: nowrap;
}

.leo-category-hero {
    min-height: 360px;
    background-image: linear-gradient(90deg, rgba(246,243,238,.96), rgba(246,243,238,.72)), url("home-hero.png");
    background-size: cover;
    background-position: center;
}

.leo-shop-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 28px;
}

.leo-filter-sidebar {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 18px;
    padding: 24px;
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(43,35,25,.08);
}

.leo-filter-head h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}

.leo-filter-group {
    padding-top: 18px;
    border-top: 1px solid #eee7dd;
}

.leo-filter-group h3 {
    margin: 0 0 12px;
    color: #8a7a65;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.leo-filter-group a,
.leo-filter-group button {
    width: 100%;
    min-height: 42px;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #302c26;
    padding: 0 10px;
    text-align: left;
    text-decoration: none;
    font: inherit;
    cursor: pointer;
}

.leo-filter-group a:hover,
.leo-filter-group button:hover {
    background: #f4f0ea;
}

.leo-filter-group i {
    width: 22px;
    height: 22px;
    border: 1px solid rgba(0,0,0,.18);
    border-radius: 50%;
    background: var(--swatch);
    flex: 0 0 auto;
}

.leo-shop-results {
    min-width: 0;
}

.leo-shop-toolbar {
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
    padding: 0 22px;
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
}

.leo-shop-toolbar span {
    font-weight: 700;
}

.leo-shop-toolbar button {
    border: 1px solid #d8cdbf;
    border-radius: 999px;
    background: #f8f6f2;
    padding: 10px 16px;
    font: inherit;
}

.leo-shop-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.leo-shop-card {
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    min-height: 510px;
}

.leo-shop-card a {
    height: 100%;
    display: grid;
    grid-template-rows: 270px minmax(62px, auto) minmax(34px, auto) 1fr;
    color: inherit;
    text-decoration: none;
}

.leo-shop-card figure {
    margin: 0;
    height: 270px;
    background: #f3f0eb;
    overflow: hidden;
}

.leo-shop-card img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    padding: 20px;
    display: block;
    transition: transform 240ms ease;
}

.leo-shop-card:hover img {
    transform: scale(1.025);
}

.leo-shop-card h2 {
    margin: 20px 22px 4px;
    font-size: 23px;
    line-height: 1.22;
    font-weight: 600;
}

.leo-shop-card p {
    margin: 0 22px 18px;
    color: #665d52;
    font-weight: 700;
    line-height: 1.25;
}

.leo-shop-card span {
    width: calc(100% - 44px);
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: end;
    margin: 0 22px 22px;
}

.leo-category-row--main .leo-category-tile strong {
    width: auto;
    min-width: 230px;
    padding: 13px 28px;
    font-size: 16px;
    text-transform: none;
}

.leo-category-seo {
    margin-top: 28px;
    padding: 36px;
    border: 1px solid #e2d8cb;
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 1080px) {
    .leo-content-page,
    .leo-category-page {
        width: min(100% - 28px, 940px);
        padding-top: 34px;
    }

    .leo-content-hero,
    .leo-contact-panel,
    .leo-shop-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-content-hero > div,
    .leo-category-hero {
        padding: 42px;
    }

    .leo-content-hero figure {
        min-height: 360px;
    }

    .leo-filter-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .leo-filter-head {
        grid-column: 1 / -1;
    }

    .leo-shop-grid,
    .leo-content-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .leo-content-page,
    .leo-category-page {
        width: calc(100% - 20px);
        padding-top: 18px;
    }

    .leo-content-hero,
    .leo-category-hero,
    .leo-contact-panel,
    .leo-page-cta {
        border-radius: 8px;
    }

    .leo-content-hero > div,
    .leo-category-hero,
    .leo-contact-panel,
    .leo-text-feature,
    .leo-category-seo {
        padding: 26px;
    }

    .leo-content-hero h1,
    .leo-category-hero h1 {
        font-size: 38px;
    }

    .leo-content-hero span,
    .leo-category-hero span {
        font-size: 17px;
    }

    .leo-content-cards,
    .leo-contact-form,
    .leo-filter-sidebar,
    .leo-shop-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-text-feature {
        column-count: 1;
    }

    .leo-page-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .leo-shop-toolbar {
        align-items: stretch;
        flex-direction: column;
        padding: 16px;
    }
}

@media (max-width: 980px) {
    .leo-samples-hero,
    .leo-samples-steps,
    .leo-samples-builder {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-premium-hero {
        background-size: cover, 92vw auto;
        background-position: center, center bottom 70px;
    }

    .leo-samples-hero figure {
        min-height: 380px;
    }

    .leo-samples-form {
        position: static;
    }
}

@media (max-width: 680px) {
    .leo-premium-hero {
        background-size: cover, 112vw auto;
        background-position: center, center bottom 42px;
    }

    .leo-category-row--main .leo-category-tile img {
        width: 92%;
        height: 54%;
    }

    .leo-samples-hero > div,
    .leo-samples-steps article,
    .leo-samples-picker,
    .leo-samples-form {
        padding: 22px;
    }

    .leo-samples-hero h1 {
        font-size: 38px;
    }

    .leo-samples-hero span {
        font-size: 17px;
    }

    .leo-samples-hero a {
        width: 100%;
    }

    .leo-samples-hero figure {
        min-height: 290px;
    }

    .leo-samples-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .leo-sample-swatch {
        min-height: 128px;
    }

    .leo-samples-panels {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

/* Leossi v1.1.31 premium homepage + fabric samples refinements */
.leo-premium-hero {
    background-image: linear-gradient(90deg, rgba(10,10,9,.52), rgba(10,10,9,.28) 42%, rgba(10,10,9,.02) 72%), var(--hero-image);
    background-size: 100% 100%, auto 100%;
    background-position: center, right center;
    background-repeat: no-repeat, no-repeat;
}

.leo-premium-hero--slider::before,
.leo-premium-hero--slider::after {
    background-size: 100% 100%, auto 100%;
    background-position: center, right center;
    background-repeat: no-repeat, no-repeat;
}

.leo-premium-hero--slider::before {
    background-image: linear-gradient(90deg, rgba(10,10,9,.48), rgba(10,10,9,.25) 46%, rgba(10,10,9,.02) 72%), var(--hero-image-2);
}

.leo-premium-hero--slider::after {
    background-image: linear-gradient(90deg, rgba(10,10,9,.48), rgba(10,10,9,.25) 46%, rgba(10,10,9,.02) 72%), var(--hero-image-3);
}

.leo-category-row--main {
    gap: 22px;
    overflow: visible;
}

.leo-category-row--main .leo-category-tile,
.leo-category-row--main .leo-category-tile--accent {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #e3d8c9;
    border-radius: 0;
    box-shadow: none;
}

.leo-category-row--main .leo-category-tile img {
    width: min(70%, 520px);
    height: 56%;
    margin: 38px auto 18px;
    object-fit: contain;
    object-position: center;
    background: transparent !important;
    mix-blend-mode: normal;
    filter: none;
}

.leo-category-row--main .leo-category-tile strong,
.leo-category-row--main .leo-category-tile--accent strong {
    background: #171512;
    color: #fff;
    border-radius: 999px;
}

.leo-home-strip {
    background: #fff;
}

.leo-home-strip span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #4d463e;
}

.leo-home-strip span::before {
    content: "";
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    background: #5d554b;
    -webkit-mask: var(--strip-icon) center / contain no-repeat;
    mask: var(--strip-icon) center / contain no-repeat;
}

.leo-home-strip span:nth-child(1) {
    --strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h11v9H3z'/%3E%3Cpath d='M14 10h4l3 3v3h-7z'/%3E%3Ccircle cx='7' cy='18' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3C/svg%3E");
}

.leo-home-strip span:nth-child(2) {
    --strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4z'/%3E%3Cpath d='M4 20 20 4'/%3E%3C/svg%3E");
}

.leo-home-strip span:nth-child(3) {
    --strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16v13H4z'/%3E%3Cpath d='M8 7V4h8v3'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M8 16h5'/%3E%3C/svg%3E");
}

.leo-home-strip span:nth-child(4) {
    --strip-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 5h16v14H4z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3Cpath d='m16 15 2 2 3-4'/%3E%3C/svg%3E");
}

.leo-premium-story figure {
    display: grid;
    place-items: center;
    background: #fff;
}

.leo-premium-story img {
    width: min(94%, 980px);
    height: auto;
    max-height: 82%;
    object-fit: contain;
    object-position: center;
    transform: translateY(4%);
}

.leo-samples-builder {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
}

.leo-samples-picker,
.leo-samples-form {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.leo-samples-form {
    position: static;
    padding: clamp(22px, 3vw, 38px);
}

.leo-samples-counter {
    align-items: flex-start;
}

.leo-samples-selected {
    min-height: 48px;
    margin-bottom: 26px;
}

.leo-sample-order-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.leo-sample-order-form label:nth-child(4),
.leo-sample-order-form label:nth-child(5) {
    grid-column: auto;
}

.leo-sample-order-form label:nth-child(6),
.leo-sample-order-form label:nth-child(7),
.leo-sample-order-form .leo-contact-consent,
.leo-sample-order-form button {
    grid-column: 1 / -1;
}

.leo-sample-order-form input,
.leo-sample-order-form textarea {
    min-height: 52px;
    border-radius: 0;
    background: #fff;
}

.leo-sample-order-form textarea {
    min-height: 118px;
    resize: vertical;
}

.leo-sample-order-form textarea[readonly] {
    min-height: 96px;
    background: #f7f3ed;
}

.leo-sample-order-form button {
    width: min(100%, 440px);
    justify-self: start;
    border-radius: 0;
}

@media (max-width: 980px) {
    .leo-premium-hero {
        min-height: 620px;
        background-size: 100% 100%, auto 100%;
        background-position: center, right center;
    }

    .leo-category-row--main {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-premium-story img {
        max-height: none;
        transform: none;
    }

    .leo-sample-order-form {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .leo-premium-hero {
        min-height: 560px;
        background-size: 100% 100%, auto 100%;
        background-position: center, 62% center;
    }

    .leo-premium-hero h1 {
        max-width: 330px;
    }

    .leo-category-row--main .leo-category-tile {
        min-height: 420px;
    }

    .leo-category-row--main .leo-category-tile img {
        width: 86%;
        height: 50%;
    }

    .leo-home-strip span {
        justify-content: flex-start;
        text-align: left;
    }

    .leo-sample-order-form {
        grid-template-columns: minmax(0, 1fr);
    }

    .leo-sample-order-form button {
        width: 100%;
    }
}
