:root {
    --ink: #171717;
    --cream: #f5f1e8;
    --lime: #dfff58;
    --pink: #ffb6cc;
    --white: #fff;
    --line: rgba(23, 23, 23, .16)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: Arial, Helvetica, sans-serif
}

a {
    color: inherit;
    text-decoration: none
}

button,
input {
    font: inherit
}

.announcement {
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    background: var(--ink);
    color: #fff;
    font-size: 10px;
    letter-spacing: .16em
}

.site-header {
    height: 82px;
    padding: 0 3vw;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    background: rgba(245, 241, 232, .94);
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px)
}

.logo {
    font-family: Georgia, serif;
    font-size: 25px;
    letter-spacing: .04em;
    font-weight: 200
}

.logo span {
    font-style: italic;
    font-weight: 400
}

.site-header nav {
    display: flex;
    gap: 30px;
    font-size: 13px
}

.site-header nav a {
    position: relative
}

.site-header nav a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -5px;
    height: 1px;
    background: var(--ink);
    transition: .25s
}

.site-header nav a:hover:after {
    right: 0
}

.header-actions {
    display: flex;
    justify-content: flex-end;
    gap: 20px
}

.text-btn,
.icon-btn {
    border: 0;
    background: none;
    cursor: pointer
}

.mobile-menu {
    display: none
}

.hero {
    height: calc(100vh - 114px);
    min-height: 620px;
    position: relative;
    overflow: hidden;
    background: #766f63
}

.hero>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.72) contrast(.95)
}

.hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .48), transparent 60%)
}

.hero-copy {
    position: absolute;
    z-index: 2;
    left: 7vw;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 650px
}

.eyebrow {
    font-size: 11px;
    letter-spacing: .2em;
    font-weight: 700
}

.hero h1,
.intro h2,
.manifesto h2 {
    font: 400 clamp(58px, 8vw, 125px)/.85 Georgia, serif;
    letter-spacing: -.055em;
    margin: 22px 0 
}

.hero-copy>p:not(.eyebrow) {
    max-width: 410px;
    font-size: 17px;
    line-height: 1.5
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .12em;
    font-weight: 700;
    margin-top: 18px;
    cursor: pointer
}

.btn.light {
    background: #ffd1d1
}

.btn.dark {
    background: var(--ink);
    color: #fff
}

.vertical-note {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 30px;
    color: #fff;
    font-size: 10px;
    letter-spacing: .2em;
    writing-mode: vertical-rl
}

.marquee {
    overflow: hidden;
    background: var(--lime);
    padding: 14px 0;
    font: 700 13px/1 Arial;
    letter-spacing: .16em;
    white-space: nowrap
}

.marquee div {
    width: max-content;
    animation: move 22s linear infinite
}

@keyframes move {
    to {
        transform: translateX(-50%)
    }
}

.section {
    padding: 110px 5vw
}

.intro {
    text-align: center
}

.intro h2 {
    font-size: clamp(52px, 7vw, 100px)
}

.lead {
    max-width: 570px;
    margin: 30px auto 0;
    line-height: 1.65
}

.product-toolbar {
    padding-bottom: 35px;
    display: flex;
    align-items: end;
    justify-content: space-between
}

.product-toolbar h2 {
    font: 400 50px Georgia, serif;
    margin: 8px 0 0
}

.filters {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.filters button {
    padding: 10px 18px;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    font-size: 12px
}

.filters button.active,
.filters button:hover {
    background: var(--ink);
    color: #fff
}

.product-grid {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px 14px
}

.product {
    position: relative
}

.product.hidden {
    display: none
}

.product-media {
    height: 35vw;
    max-height: 560px;
    overflow: hidden;
    position: relative;
    background: #ded8cd
}

.product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease
}

.product:hover img {
    transform: scale(1.035)
}

.product-media span {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #fff;
    padding: 7px 9px;
    font-size: 9px;
    letter-spacing: .1em
}

.product h3 {
    font: 400 17px Georgia, serif;
    margin: 14px 0 6px
}

.product p {
    font-size: 12px;
    margin: 0
}

.product>button {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    border-bottom: 1px solid;
    background: transparent;
    padding: 2px 0;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.category-block {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.category-block>a {
    height: 750px;
    position: relative;
    overflow: hidden
}

.category-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.78);
    transition: transform .8s
}

.category-block a:hover img {
    transform: scale(1.04)
}

.category-block div {
    position: absolute;
    inset: auto 6% 7%;
    color: #fff
}

.category-block h2 {
    font: 400 clamp(55px, 7vw, 100px)/1 Georgia, serif;
    margin: 10px 0
}

.category-block span {
    font-size: 12px;
    letter-spacing: .08em
}

.manifesto {
    background: var(--pink)
}

.manifesto h2 {
    font-size: clamp(62px, 9vw, 130px)
}

.manifesto h2 em {
    font-weight: 400
}

.manifesto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10vw;
    margin-left: 35%;
    line-height: 1.65
}

.community {
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    background: #fff
}

.community>div {
    padding: 65px 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.community h2 {
    font: 400 48px Georgia, serif;
    margin: 10px 0
}

.community img {
    width: 100%;
    height: 430px;
    object-fit: cover
}

.newsletter {
    text-align: center;
    padding: 100px 20px;
    background: var(--lime)
}

.newsletter h2 {
    font: 400 clamp(40px, 5vw, 70px) Georgia, serif;
    margin: 15px
}

.newsletter form {
    max-width: 560px;
    margin: 30px auto 15px;
    display: flex;
    border-bottom: 1px solid
}

.newsletter input {
    flex: 1;
    padding: 14px 5px;
    border: 0;
    background: transparent;
    outline: none
}

.newsletter form button {
    border: 0;
    background: transparent;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer
}

.newsletter small {
    font-size: 9px
}

footer {
    padding: 75px 5vw 35px;
    background: var(--ink);
    color: #fff;
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 40px
}

footer h3 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin: 0 0 18px
}

footer div a {
    display: block;
    color: #bbb;
    font-size: 13px;
    margin: 10px 0
}

footer .copyright {
    grid-column: 1/-1;
    border-top: 1px solid #444;
    padding-top: 24px;
    color: #888;
    font-size: 11px;
    line-height: 1.7
}

/* Lushattire ceremonial footer styles */
.lush-monument-footer {
    --lush-gold: #c9a35c;
    --lush-text: #8c6e4d;
    --lush-line: rgba(180, 130, 90, .30);
    position: relative;
    overflow: hidden;
    padding: 0;
    color: var(--lush-text);
    background: radial-gradient(ellipse 75% 55% at 50% 0%, rgba(232, 125, 163, .16), transparent 62%), #ffe9f3;
    border-radius: 34px 34px 0 0;
    display: block;
    isolation: isolate
}
.lush-monument-footer::before { content: ''; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent 12%, var(--lush-gold), transparent 88%); z-index: 2 }
.lush-monument-footer::after { content: ''; position: absolute; inset: 0; opacity: .035; pointer-events: none; background-image: radial-gradient(rgba(130, 74, 89, .9) .55px, transparent .55px); background-size: 7px 7px }
.lush-footer-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; max-width: 1240px; margin: 0 auto; padding: 64px 26px 48px; text-align: center }
.lush-footer-crest { position: relative; display: flex; align-items: center; justify-content: center; gap: 26px; width: 100% }
.lush-footer-logo { position: relative; z-index: 1; display: block }
.lush-footer-logo img { display: block; width: min(200px, 40vw); height: auto }
.lush-footer-ray { flex: 1; max-width: 380px; height: 1px; background: linear-gradient(90deg, transparent, var(--lush-gold)); animation: lush-ray 1.2s cubic-bezier(.22,1,.36,1) both }
.lush-footer-ray:last-child { background: linear-gradient(270deg, transparent, var(--lush-gold)) }
@keyframes lush-ray { from { transform: scaleX(0) } to { transform: scaleX(1) } }
.lush-footer-hearts { position: absolute; top: 50%; left: 50%; z-index: 0; width: min(680px, 90vw); height: 220px; transform: translate(-50%, -50%); pointer-events: none }
.lush-footer-hearts i { position: absolute; bottom: 8px; left: var(--x); width: var(--size); height: calc(var(--size) * .9); opacity: 0; background: radial-gradient(circle at 50% 38%, #fff 0%, #fbc6da 28%, #e07aa0 72%, var(--lush-gold) 100%); clip-path: polygon(50% 90%, 10% 50%, 0 28%, 9% 5%, 31% 0, 50% 17%, 69% 0, 91% 5%, 100% 28%, 90% 50%); animation: lush-heart var(--time) ease-in var(--delay) infinite }
.lush-footer-hearts i:nth-child(1) { --x: 5%; --size: 25px; --time: 5.2s; --delay: 0s }
.lush-footer-hearts i:nth-child(2) { --x: 17%; --size: 18px; --time: 6.4s; --delay: 1.7s }
.lush-footer-hearts i:nth-child(3) { --x: 28%; --size: 31px; --time: 4.8s; --delay: .8s }
.lush-footer-hearts i:nth-child(4) { --x: 39%; --size: 20px; --time: 6.7s; --delay: 2.1s }
.lush-footer-hearts i:nth-child(5) { --x: 50%; --size: 27px; --time: 5.6s; --delay: .3s }
.lush-footer-hearts i:nth-child(6) { --x: 61%; --size: 22px; --time: 6.1s; --delay: 1.2s }
.lush-footer-hearts i:nth-child(7) { --x: 72%; --size: 32px; --time: 5s; --delay: 2.5s }
.lush-footer-hearts i:nth-child(8) { --x: 83%; --size: 18px; --time: 6.8s; --delay: .5s }
.lush-footer-hearts i:nth-child(9) { --x: 94%; --size: 26px; --time: 5.4s; --delay: 1.5s }
@keyframes lush-heart { 0% { transform: translateY(25px) scale(.35); opacity: 0 } 15%, 78% { opacity: .85 } 100% { transform: translateY(-145px) translateX(10px) scale(1.05); opacity: 0 } }
.lush-footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px 0; margin-top: 42px }
.lush-footer-nav a { position: relative; padding: 0 28px; color: var(--lush-text); font-size: 14px; font-weight: 700; letter-spacing: 2.3px; line-height: 1.5; text-transform: uppercase; transition: color .25s ease, transform .25s ease }
.lush-footer-nav a + a::before { content: '✦'; position: absolute; left: -4px; color: var(--lush-gold); font-size: 9px; top: 5px }
.lush-footer-nav a:hover { color: var(--lush-gold); transform: translateY(-2px) }
.lush-footer-ornament { display: flex; align-items: center; gap: 16px; width: min(620px, 90%); margin-top: 45px; color: var(--lush-gold) }
.lush-footer-ornament span { flex: 1; height: 1px; background: var(--lush-line) }
.lush-footer-ornament i { font-size: 10px; font-style: normal }
.lush-footer-brand { max-width: 680px; margin-top: 31px }
.lush-footer-brand p { margin: 0; color: rgba(116, 78, 54, .82); font-size: 15px; line-height: 1.9 }
.lush-footer-instagram { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--lush-text); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; transition: color .25s ease, transform .25s ease }
.lush-footer-instagram svg { width: 18px; height: 18px; fill: currentColor }
.lush-footer-instagram:hover { color: var(--lush-gold); transform: translateY(-3px) }
.lush-footer-contact { margin-top: 27px }
.lush-footer-contact h3, .lush-footer-newsletter h3 { margin: 0 0 10px; color: var(--lush-text); font-size: 12px; letter-spacing: 3.4px; text-transform: uppercase }
.lush-footer-contact p { margin: 0 0 10px; color: rgba(116, 78, 54, .82); font-size: 13px; line-height: 1.7 }
.lush-footer-contact a { color: var(--lush-gold); font-size: 13px; font-weight: 700 }
.lush-footer-newsletter { width: min(100%, 980px); margin-top: 40px }
.lush-footer-newsletter p { margin: 0 0 18px; color: rgba(116, 78, 54, .82); font-size: 14px }
.lush-footer-newsletter form { display: flex; gap: 12px; justify-content: center }
.lush-footer-newsletter input { flex: 1; min-width: 0; height: 58px; padding: 0 25px; color: var(--lush-text); background: rgba(180, 130, 90, .08); border: 1px solid rgba(208, 95, 138, .45); border-radius: 999px; font: inherit; font-size: 14px; outline: 0 }
.lush-footer-newsletter input:focus { border-color: var(--lush-gold); box-shadow: 0 0 0 4px rgba(208, 95, 138, .16) }
.lush-footer-newsletter button { height: 58px; padding: 0 35px; color: #fff; background: linear-gradient(160deg, #f3a9c4, var(--lush-gold) 55%, #b14d74); border: 0; border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: 2.4px; text-transform: uppercase; box-shadow: 0 6px 18px rgba(208, 95, 138, .28); transition: transform .25s ease, box-shadow .25s ease }
.lush-footer-newsletter button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(208, 95, 138, .38) }
.lush-footer-bottom { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px clamp(24px, 4.5vw, 64px) 26px; color: rgba(116, 78, 54, .8); border-top: 1px solid var(--lush-line); font-size: 10.5px; letter-spacing: 1.5px; text-transform: uppercase }
.lush-footer-bottom p { margin: 0 }
.lush-footer-payments { display: flex; gap: 8px; align-items: center }
.lush-footer-payments span { padding: 5px 7px; color: #765844; background: rgba(255, 255, 255, .55); border: 1px solid rgba(180, 130, 90, .25); border-radius: 4px; font-size: 9px; font-weight: 700; letter-spacing: .2px; text-transform: none }
@media (max-width: 700px) { .lush-footer-inner { padding: 48px 22px 38px } .lush-footer-crest { gap: 15px } .lush-footer-ray { max-width: 70px } .lush-footer-nav { margin-top: 33px } .lush-footer-nav a { padding: 0 14px; font-size: 11px; letter-spacing: 1.6px } .lush-footer-nav a + a::before { left: -2px } .lush-footer-hearts { height: 195px } .lush-footer-hearts i:nth-child(4), .lush-footer-hearts i:nth-child(8) { display: none } .lush-footer-newsletter form { flex-direction: column } .lush-footer-newsletter input, .lush-footer-newsletter button { width: 100%; box-sizing: border-box } .lush-footer-bottom { flex-direction: column; text-align: center } }
@media (prefers-reduced-motion: reduce) { .lush-footer-hearts { display: none } .lush-footer-ray, .lush-footer-instagram, .lush-footer-nav a, .lush-footer-newsletter button { animation: none; transition: none } }

.search-modal {
    border: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 12vh 8vw;
    background: var(--cream)
}

.search-modal::backdrop {
    background: transparent
}

.search-modal .close,
.cart-drawer .close {
    position: absolute;
    right: 30px;
    top: 24px;
    border: 0;
    background: none;
    font-size: 34px;
    cursor: pointer
}

.search-modal>input {
    width: 100%;
    font: 400 clamp(28px, 5vw, 70px) Georgia, serif;
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
    padding: 20px 0;
    outline: none
}

.search-results {
    padding-top: 30px;
    font-size: 16px
}

.cart-drawer {
    position: fixed;
    right: -480px;
    top: 0;
    width: min(440px, 100%);
    height: 100%;
    z-index: 40;
    background: #fff;
    padding: 28px;
    transition: .35s;
    display: flex;
    flex-direction: column
}

.cart-drawer.open {
    right: 0
}

.drawer-head {
    border-bottom: 1px solid var(--line)
}

.drawer-head h2 {
    font: 400 34px Georgia, serif
}

.cart-items {
    overflow: auto
}

.cart-row {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    align-items: center
}

.cart-row img {
    width: 70px;
    height: 90px;
    object-fit: cover
}

.cart-row button {
    border: 0;
    background: none;
    cursor: pointer
}

.cart-empty {
    text-align: center;
    margin: auto;
    color: #777
}

.cart-footer {
    margin-top: auto;
    border-top: 1px solid var(--line);
    padding-top: 20px
}

.cart-footer>div {
    display: flex;
    justify-content: space-between
}

.cart-footer .btn {
    width: 100%
}

.cart-footer small {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #777
}

.overlay {
    position: fixed;
    inset: 0;
    z-index: 30;
    background: rgba(0, 0, 0, .35);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.overlay.show {
    opacity: 1;
    visibility: visible
}

@media(max-width:900px) {
    .site-header {
        grid-template-columns: 1fr auto 1fr
    }

    .site-header nav {
        display: none
    }

    .mobile-menu {
        display: block;
        text-align: left
    }

    .header-actions .text-btn:first-child {
        display: none
    }

    .hero {
        min-height: 600px
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-media {
        height: 62vw
    }

    .category-block {
        grid-template-columns: 1fr
    }

    .category-block>a {
        height: 620px
    }

    .manifesto-grid {
        margin-left: 0
    }

    .community {
        grid-template-columns: 1fr 1fr
    }

    .community>div {
        grid-column: 1/-1
    }

    .community img:last-child {
        display: none
    }

    footer {
        grid-template-columns: 1fr 1fr
    }

    .logo {
        grid-column: 1/-1
    }
}

@media(max-width:560px) {
    .announcement span {
        display: none
    }

    .site-header {
        height: 68px
    }

    .logo {
        font-size: 19px
    }

    .hero {
        height: 75vh
    }

    .hero-copy {
        left: 6vw
    }

    .hero h1 {
        font-size: 55px
    }

    .section {
        padding: 75px 20px
    }

    .product-toolbar {
        align-items: start;
        gap: 25px;
        flex-direction: column
    }

    .product-grid {
        padding-top: 0
    }

    .product h3 {
        font-size: 14px
    }

    .product>button {
        position: static;
        margin-top: 12px
    }

    .category-block>a {
        height: 520px
    }

    .manifesto-grid {
        grid-template-columns: 1fr
    }

    .community img {
        height: 280px
    }

    footer {
        grid-template-columns: 1fr 1fr;
        padding: 60px 25px
    }
}
