:root {
  --uz-ink: #171717;
  --uz-forest: #171717;
  --uz-forest-dark: #080808;
  --uz-cream: #f5f5f2;
  --uz-cream-2: #ecebe7;
  --uz-paper: #ffffff;
  --uz-blush: #eadfdd;
  --uz-coral: #78283d;
	--uz-sage: #9ca28e;
	--uz-button: #dcdcb2;
	--uz-button-hover: #caca9d;
  --uz-line: rgba(23, 23, 23, .14);
  --uz-white: #fff;
  --uz-serif: "Philosopher", Georgia, serif;
  --uz-sans: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --uz-container: min(1320px, calc(100vw - 64px));
  --uz-shadow: 0 22px 60px rgba(0, 0, 0, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--uz-paper); color: var(--uz-ink); font-family: var(--uz-sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.uz-menu-open, body.uz-search-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button { cursor: pointer; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.uz-container { width: var(--uz-container); margin-inline: auto; }
.screen-reader-text, .uz-skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.uz-skip-link:focus { z-index: 10000; top: 10px; left: 10px; width: auto; height: auto; clip: auto; padding: 12px 18px; background: var(--uz-paper); }

.uz-eyebrow { margin: 0 0 16px; color: var(--uz-coral); font-size: 11px; font-weight: 600; letter-spacing: .17em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, h4 { margin-top: 0; color: var(--uz-ink); font-family: var(--uz-serif); font-weight: 400; letter-spacing: -.025em; line-height: 1.02; }
h1 { font-size: clamp(62px, 7.1vw, 116px); }
h2 { font-size: clamp(46px, 5vw, 76px); }
h3 { font-size: 30px; }
h1 em, h2 em { font-weight: 500; }

.uz-announcement { position: relative; z-index: 81; background: #111; color: #fff; font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.uz-announcement .uz-container { display: flex; align-items: center; justify-content: center; min-height: 34px; }
.uz-announcement a { position: absolute; right: 0; display: inline-flex; align-items: center; gap: 7px; opacity: .82; }
.uz-announcement a:hover { opacity: 1; }
.uz-announcement svg { width: 14px; height: 14px; }

.uz-site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid transparent; background: rgba(255,255,255,.95); transition: box-shadow .25s ease, border-color .25s ease; backdrop-filter: blur(16px); }
.uz-site-header.is-scrolled { border-color: var(--uz-line); box-shadow: 0 6px 24px rgba(0,0,0,.06); }
.uz-header-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 88px; }
.uz-brand { position: relative; display: block; grid-column: 2; align-items: center; justify-self: center; }
.uz-brand__logo { width: 190px; height: 72px; object-fit: contain; }
.uz-brand__mark { grid-row: 1 / span 2; color: var(--uz-ink); }
.uz-brand__mark svg { width: 26px; height: 26px; fill: currentColor; stroke-width: 0; }
.uz-brand__name { font-family: var(--uz-serif); font-size: 28px; font-weight: 700; letter-spacing: .015em; line-height: .8; text-transform: uppercase; }
.uz-brand__sub { margin-top: 5px; font-size: 8px; font-weight: 600; letter-spacing: .19em; line-height: 1; text-transform: uppercase; }
.uz-main-nav { position: absolute; left: max(32px, calc((100vw - min(1320px, calc(100vw - 64px))) / 2)); }
.uz-nav-list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.uz-nav-list a { position: relative; font-size: 13px; font-weight: 500; }
.uz-nav-list a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 1px; background: var(--uz-ink); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.uz-nav-list a:hover::after, .uz-nav-list .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.uz-header-actions { display: flex; grid-column: 3; align-items: center; justify-self: end; gap: 13px; }
.uz-header-actions > a, .uz-header-actions > button { position: relative; display: grid; width: 28px; height: 36px; place-items: center; }
.uz-header-actions > button { padding: 0; border: 0; background: transparent; }
.uz-header-actions svg { width: 20px; }
.uz-cart-count { position: absolute; top: 1px; right: -4px; display: grid; width: 17px; height: 17px; border-radius: 50%; background: var(--uz-coral); color: #fff; font-size: 9px; line-height: 1; place-items: center; }
.uz-menu-toggle, .uz-menu-close, .uz-mobile-brand, .uz-mobile-nav-foot { display: none; }
.uz-menu-overlay { visibility: hidden; position: fixed; z-index: 82; inset: 0; background: rgba(0,0,0,.4); opacity: 0; transition: opacity .3s ease, visibility .3s; }

.uz-search-dialog[hidden] { display: none; }
.uz-search-dialog { position: fixed; z-index: 100; inset: 0; display: grid; align-items: start; }
.uz-search-dialog__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.42); backdrop-filter: blur(5px); }
.uz-search-dialog__panel { position: relative; width: min(920px, calc(100vw - 40px)); margin: 72px auto 0; padding: 54px 58px 48px; border-radius: 16px; background: #fff; box-shadow: 0 28px 90px rgba(0,0,0,.22); }
.uz-search-dialog__close { position: absolute; top: 22px; right: 22px; display: grid; width: 40px; height: 40px; padding: 0; border: 1px solid var(--uz-line); border-radius: 50%; background: #fff; place-items: center; }
.uz-search-dialog h2 { max-width: 650px; margin-bottom: 38px; font-size: clamp(38px, 5vw, 64px); }
.uz-product-search { display: grid; grid-template-columns: 1fr 54px; border-bottom: 1px solid var(--uz-ink); }
.uz-product-search input[type="search"] { min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; font-size: 19px; }
.uz-product-search button { display: grid; padding: 0; border: 0; background: transparent; place-items: center; }
.uz-product-search button svg { width: 25px; }
.uz-search-suggestions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; font-size: 11px; }
.uz-search-suggestions span { padding: 8px 2px; color: rgba(23,23,23,.55); }
.uz-search-suggestions a { padding: 8px 12px; border-radius: 999px; background: var(--uz-cream); }

/* Slide-out cart */
body.uz-cart-open { overflow: hidden; }
.uz-cart-drawer { visibility: hidden; position: fixed; z-index: 130; inset: 0; opacity: 0; pointer-events: none; transition: opacity .3s ease, visibility .3s; }
.uz-cart-drawer.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.uz-cart-drawer__overlay { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(15,15,15,.36); backdrop-filter: blur(3px); }
.uz-cart-drawer__panel { position: absolute; top: 0; right: 0; width: min(510px, 100vw); height: 100%; background: #fff; box-shadow: -24px 0 70px rgba(0,0,0,.16); transform: translateX(100%); transition: transform .42s cubic-bezier(.2,.7,.2,1); }
.uz-cart-drawer.is-open .uz-cart-drawer__panel { transform: translateX(0); }
.uz-cart-drawer__content { display: flex; height: 100%; flex-direction: column; }
.uz-cart-drawer__content.is-loading { opacity: .55; pointer-events: none; }
.uz-cart-drawer__header { display: flex; align-items: flex-start; justify-content: space-between; padding: 34px 34px 25px; border-bottom: 1px solid var(--uz-line); }
.uz-cart-drawer__header .uz-eyebrow { margin-bottom: 7px; }
.uz-cart-drawer__header h2 { margin: 0; font-size: 35px; }
.uz-cart-drawer__header button { display: grid; width: 42px; height: 42px; padding: 0; border: 1px solid var(--uz-line); border-radius: 50%; background: transparent; place-items: center; }
.uz-cart-drawer__header button:hover { background: var(--uz-cream); }
.uz-cart-items { flex: 1 1 auto; padding: 8px 34px; overflow-y: auto; overscroll-behavior: contain; }
.uz-cart-item { position: relative; display: grid; grid-template-columns: 88px 1fr 30px; gap: 16px; padding-block: 22px; border-bottom: 1px solid var(--uz-line); }
.uz-cart-item__image { width: 88px; height: 106px; overflow: hidden; border-radius: 10px; background: var(--uz-cream); }
.uz-cart-item__image img { width: 100%; height: 100%; object-fit: cover; }
.uz-cart-item__info { display: flex; min-width: 0; flex-direction: column; }
.uz-cart-item__info h3 { margin: 2px 0 7px; font-family: var(--uz-sans); font-size: 14px; font-weight: 600; letter-spacing: -.02em; }
.uz-cart-item__info > p { margin: 0; color: rgba(23,23,23,.64); font-size: 12px; }
.uz-cart-item__quantity { display: flex; width: max-content; align-items: center; margin-top: auto; border: 1px solid var(--uz-line); border-radius: 999px; }
.uz-cart-item__quantity button { display: grid; width: 31px; height: 29px; padding: 0; border: 0; background: transparent; font-size: 16px; place-items: center; }
.uz-cart-item__quantity button:disabled { cursor: not-allowed; opacity: .35; }
.uz-cart-item__quantity span { min-width: 25px; text-align: center; font-size: 11px; }
.uz-cart-item__remove { display: grid; width: 30px; height: 30px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: rgba(23,23,23,.45); place-items: center; }
.uz-cart-item__remove:hover { background: var(--uz-cream); color: var(--uz-ink); }
.uz-cart-item__remove svg { width: 15px; }
.uz-cart-drawer__footer { flex: 0 0 auto; padding: 25px 34px 30px; border-top: 1px solid var(--uz-line); background: #fbfbf9; }
.uz-cart-subtotal { display: flex; align-items: center; justify-content: space-between; }
.uz-cart-subtotal span { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.uz-cart-subtotal strong { font-family: var(--uz-serif); font-size: 25px; font-weight: 400; }
.uz-cart-drawer__footer > p { margin: 10px 0 20px; color: rgba(23,23,23,.55); font-size: 10px; line-height: 1.55; }
.uz-cart-checkout { display: flex; min-height: 58px; align-items: center; justify-content: center; gap: 13px; border-radius: 999px; background: var(--uz-button); color: var(--uz-ink); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, transform .2s; }
.uz-cart-checkout:hover { background: var(--uz-button-hover); transform: translateY(-1px); }
.uz-cart-checkout svg { width: 17px; }
.uz-cart-continue { display: block; margin: 14px auto 0; padding: 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 10px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.uz-cart-empty { display: flex; flex: 1; align-items: center; justify-content: center; flex-direction: column; padding: 44px; text-align: center; }
.uz-cart-empty .uz-brand__mark { display: grid; width: 78px; height: 78px; margin-bottom: 28px; border-radius: 50%; background: var(--uz-cream); place-items: center; }
.uz-cart-empty .uz-brand__mark svg { width: 37px; height: 37px; }
.uz-cart-empty h3 { margin-bottom: 13px; font-size: 34px; }
.uz-cart-empty p { max-width: 300px; margin: 0 0 28px; color: rgba(23,23,23,.6); font-size: 13px; }
.uz-cart-empty .uz-cart-checkout { width: min(100%, 320px); }

.uz-hero { position: relative; padding: 18px 24px 26px; overflow: hidden; background: #f7f3ed; }
.uz-hero__viewport { position: relative; width: min(1500px, 100%); height: clamp(490px, 59svh, 650px); margin-inline: auto; }
.uz-hero__slide { visibility: hidden; position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; opacity: 0; pointer-events: none; transform: translateX(18px); transition: opacity .45s ease, transform .55s cubic-bezier(.2,.65,.2,1), visibility .55s; }
.uz-hero__slide.is-active { visibility: visible; z-index: 1; opacity: 1; pointer-events: auto; transform: translateX(0); }
.uz-hero__content, .uz-hero__media { min-width: 0; overflow: hidden; border-radius: 20px; background: #fff; }
.uz-hero__content { display: flex; flex-direction: column; padding: clamp(28px, 3.2vw, 50px); }
.uz-hero__media { position: relative; }
.uz-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.uz-hero__pills { display: flex; flex-wrap: wrap; gap: 6px; }
.uz-hero__pills span { padding: 9px 14px; border-radius: 999px; background: #f5f5f5; color: rgba(23,23,23,.62); font-size: 10px; white-space: nowrap; }
.uz-hero__message { margin-block: auto; padding-block: 26px; }
.uz-hero__message .uz-eyebrow { color: rgba(23,23,23,.62); letter-spacing: .07em; }
.uz-hero h1, .uz-hero h2 { max-width: 690px; margin: 0 0 24px; font-family: var(--uz-sans); font-size: clamp(44px, 4.65vw, 76px); font-weight: 600; letter-spacing: -.065em; line-height: .98; }
.uz-hero__copy { max-width: 580px; color: rgba(23,23,23,.66); font-size: 14px; line-height: 1.7; }
.uz-hero__copy p { margin: 0; }
.uz-hero__cta { display: flex; width: 100%; min-height: 62px; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; background: var(--uz-button); color: var(--uz-ink); font-size: 13px; font-weight: 600; transition: background .2s ease, transform .2s ease; }
.uz-hero__cta:hover { background: var(--uz-button-hover); transform: translateY(-2px); }
.uz-hero__cta svg { width: 18px; }
.uz-hero__arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 40px; height: 40px; padding: 0 0 3px; border: 1px solid rgba(23,23,23,.08); border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 8px 24px rgba(0,0,0,.08); font-family: Arial, sans-serif; font-size: 28px; line-height: 1; place-items: center; transform: translateY(-50%); }
.uz-hero__arrow--previous { left: -18px; }
.uz-hero__arrow--next { right: -18px; }
.uz-hero__dots { position: absolute; z-index: 3; right: 0; bottom: -18px; left: 0; display: flex; justify-content: center; gap: 6px; }
.uz-hero__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(23,23,23,.22); }
.uz-hero__dots button[aria-current="true"] { width: 22px; border-radius: 999px; background: var(--uz-ink); }
.uz-button-row { display: flex; align-items: center; gap: 28px; }
.uz-button { display: inline-flex; align-items: center; justify-content: center; gap: 17px; min-height: 56px; padding: 0 28px; border: 1px solid transparent; font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.uz-button:hover { transform: translateY(-2px); }
.uz-button svg { width: 18px; }
.uz-button--primary { background: var(--uz-button); color: var(--uz-ink); }
.uz-button--primary:hover { background: var(--uz-button-hover); color: var(--uz-ink); }
.uz-button--outline { border-color: var(--uz-ink); background: transparent; }
.uz-button--outline:hover { background: var(--uz-ink); color: #fff; }
.uz-button--cream { background: var(--uz-button); color: var(--uz-ink); }
.uz-button--cream:hover { background: var(--uz-button-hover); }
.uz-text-link { display: inline-flex; align-items: center; gap: 10px; padding-block: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.uz-text-link svg { width: 17px; }

.uz-section { padding-block: 130px; }
.uz-section-heading { margin-bottom: 58px; }
.uz-section-heading h2 { margin: 0; }
.uz-section-heading--split { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.uz-section-heading--split > p { max-width: 410px; margin: 0 0 7px; color: rgba(23,23,23,.7); line-height: 1.75; }
.uz-occasion-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.uz-occasion-card { position: relative; min-height: 570px; overflow: hidden; background: var(--uz-cream); }
.uz-occasion-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.2,1); }
.uz-occasion-card:hover img { transform: scale(1.035); }
.uz-occasion-card::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(15,28,23,.7)); content: ""; }
.uz-occasion-card span { position: absolute; z-index: 2; right: 30px; bottom: 29px; left: 30px; display: grid; grid-template-columns: 1fr auto; align-items: end; color: #fff; }
.uz-occasion-card small { grid-column: 1 / span 2; margin-bottom: 7px; font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.uz-occasion-card strong { font-family: var(--uz-serif); font-size: 33px; font-weight: 500; line-height: 1; }
.uz-occasion-card svg { width: 24px; }

.uz-occasions { padding-block: 54px 115px; background: #fff; }
.uz-category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 14px; }
.uz-category-card { position: relative; aspect-ratio: 1; overflow: hidden; border-radius: 16px; background: var(--uz-cream); }
.uz-category-card::after { position: absolute; inset: 0; background: linear-gradient(150deg, rgba(0,0,0,.34), rgba(0,0,0,0) 48%, rgba(0,0,0,.08)); content: ""; transition: background .3s ease; }
.uz-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.6,.2,1); }
.uz-category-card > span { position: absolute; z-index: 2; inset: 19px 18px 17px; display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; color: #fff; }
.uz-category-card strong { max-width: 90%; font-size: clamp(14px, 1.3vw, 19px); font-weight: 500; line-height: 1.25; text-shadow: 0 1px 15px rgba(0,0,0,.2); }
.uz-category-card small { display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 600; letter-spacing: .09em; opacity: 0; text-transform: uppercase; transform: translateY(5px); transition: opacity .25s ease, transform .25s ease; }
.uz-category-card small svg { width: 15px; }
.uz-category-card:hover img { transform: scale(1.045); }
.uz-category-card:hover small { opacity: 1; transform: translateY(0); }

.uz-bestsellers { background: var(--uz-cream); }
.uz-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.uz-product-card__image { position: relative; display: block; aspect-ratio: .74; overflow: hidden; background: #eee8df; }
.uz-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.uz-product-card:hover .uz-product-card__image img { transform: scale(1.025); }
.uz-product-card__badge { position: absolute; top: 14px; left: 14px; padding: 7px 11px; border-radius: 999px; background: rgba(255,255,255,.9); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(8px); }
.uz-product-card__badge--stock { right: 14px; left: auto; background: rgba(17,17,17,.88); color: #fff; }
.uz-product-card__details { display: grid; grid-template-columns: 1fr auto; gap: 14px; padding-top: 19px; }
.uz-product-card__details h3 { margin: 0 0 6px; font-family: var(--uz-sans); font-size: 14px; font-weight: 500; letter-spacing: 0; line-height: 1.35; }
.uz-product-card__details p { margin: 0; color: rgba(23,23,23,.68); font-size: 12px; }
.uz-product-card__quick { display: grid; width: 38px; height: 38px; border: 1px solid var(--uz-line); border-radius: 50%; background: transparent; font-size: 24px; font-weight: 300; line-height: 1; place-items: center; transition: background .2s, color .2s, transform .2s; }
.uz-product-card__quick:hover { background: var(--uz-button); color: var(--uz-ink); transform: rotate(90deg); }

.uz-story-strip { padding-block: 68px; border-top: 1px solid rgba(255,255,255,.12); background: var(--uz-forest-dark); color: rgba(255,255,255,.72); }
.uz-story-strip__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 70px; }
.uz-story-strip__grid > div { position: relative; padding-left: 48px; }
.uz-story-strip__grid > div + div { border-left: 1px solid rgba(255,255,255,.14); padding-left: 78px; }
.uz-story-number { position: absolute; top: 0; left: 0; color: var(--uz-blush); font-family: var(--uz-serif); font-size: 15px; font-style: italic; }
.uz-story-strip h3 { margin: 0 0 13px; color: #fff; font-size: 25px; }
.uz-story-strip p { max-width: 320px; margin: 0; font-size: 13px; line-height: 1.75; }

.uz-delivery-story__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 9vw; }
.uz-delivery-story__image { position: relative; }
.uz-delivery-story__image::before { position: absolute; z-index: -1; top: -35px; right: -35px; width: 76%; height: 72%; background: var(--uz-blush); content: ""; }
.uz-delivery-story__image img { width: 100%; max-height: 780px; object-fit: cover; }
.uz-delivery-story__image > span { position: absolute; right: -46px; bottom: 45px; padding: 18px 25px; background: var(--uz-paper); box-shadow: var(--uz-shadow); font-family: var(--uz-serif); font-size: 17px; font-style: italic; }
.uz-delivery-story__copy h2 { margin-bottom: 28px; }
.uz-delivery-story__copy h2 em { color: var(--uz-coral); }
.uz-delivery-story__copy > p:not(.uz-eyebrow) { max-width: 510px; color: rgba(23,23,23,.7); font-size: 16px; line-height: 1.8; }
.uz-delivery-story__copy ul { display: grid; gap: 12px; margin: 30px 0 38px; padding: 0; list-style: none; }
.uz-delivery-story__copy li { position: relative; padding-left: 27px; font-size: 13px; }
.uz-delivery-story__copy li::before { position: absolute; top: 8px; left: 0; width: 8px; height: 8px; border: 1px solid var(--uz-coral); border-radius: 50%; content: ""; }

.uz-florist-choice { background: var(--uz-forest); color: #fff; }
.uz-florist-choice__inner { display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 48px; min-height: 270px; }
.uz-florist-choice .uz-brand__mark { display: grid; width: 86px; height: 86px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--uz-blush); place-items: center; }
.uz-florist-choice .uz-brand__mark svg { width: 44px; height: 44px; }
.uz-florist-choice h2 { margin: 0 0 10px; color: #fff; font-size: 48px; }
.uz-florist-choice p:not(.uz-eyebrow) { max-width: 600px; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; }

.uz-newsletter { background: var(--uz-cream); }
.uz-newsletter__inner { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 100px; }
.uz-newsletter h2 { max-width: 700px; margin: 0; font-size: clamp(42px, 4.5vw, 68px); }
.uz-choice-actions > p { max-width: 540px; margin: 0 0 28px; color: rgba(23,23,23,.68); line-height: 1.75; }
.uz-newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.uz-newsletter-form input { min-width: 0; padding: 17px 0; border: 0; border-bottom: 1px solid var(--uz-ink); outline: 0; background: transparent; font-size: 14px; }
.uz-newsletter-form button { display: flex; align-items: center; gap: 10px; padding: 0 0 0 18px; border: 0; border-bottom: 1px solid var(--uz-ink); background: transparent; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.uz-newsletter-form button svg { width: 17px; }
.uz-newsletter-form small { grid-column: 1 / span 2; margin-top: 11px; color: rgba(23,23,23,.55); font-size: 9px; }

.uz-site-footer { padding: 88px 0 22px; background: #111; color: rgba(255,255,255,.66); }
.uz-footer-grid { display: grid; grid-template-columns: 1.6fr .75fr .75fr 1fr; gap: 80px; padding-bottom: 76px; }
.uz-brand--footer { display: inline-block; justify-self: auto; margin-bottom: 24px; color: #fff; }
.uz-brand--footer .uz-brand__logo { width: 220px; height: 82px; filter: brightness(0) invert(1); }
.uz-brand--footer .uz-brand__mark { grid-row: auto; }
.uz-footer-brand > p { max-width: 320px; margin: 0 0 25px; font-size: 13px; line-height: 1.75; }
.uz-footer-social { display: flex; gap: 20px; color: #fff; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.uz-site-footer h2 { margin: 4px 0 23px; color: #fff; font-family: var(--uz-sans); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.uz-site-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.uz-site-footer li, .uz-footer-contact p { font-size: 12px; }
.uz-site-footer a { transition: color .2s; }
.uz-site-footer a:hover { color: #fff; }
.uz-footer-contact > a { color: #fff; font-family: var(--uz-serif); font-size: 23px; }
.uz-footer-contact p { line-height: 1.8; }
.uz-footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.uz-whatsapp-float { position: fixed; z-index: 75; right: 24px; bottom: 24px; display: grid; width: 54px; height: 54px; border-radius: 50%; background: var(--uz-button); box-shadow: 0 8px 30px rgba(0,0,0,.2); color: var(--uz-ink); place-items: center; transition: transform .2s, background .2s; }
.uz-whatsapp-float:hover { background: var(--uz-button-hover); transform: translateY(-3px); }
.uz-whatsapp-float svg { width: 26px; height: 26px; }

/* Inner pages */
.uz-page-main { min-height: 60vh; padding-block: 100px 130px; }
.uz-content-narrow { max-width: 880px; }
.uz-page-header { margin-bottom: 55px; text-align: center; }
.uz-page-header h1 { margin: 0; font-size: clamp(56px, 7vw, 92px); }
.uz-entry-content { color: rgba(23,23,23,.78); font-size: 17px; line-height: 1.85; }
.uz-entry-content h2 { margin-top: 60px; font-size: 45px; }
.uz-entry-content h3 { margin-top: 40px; }
.uz-entry-content a { color: var(--uz-coral); text-decoration: underline; text-underline-offset: 3px; }
.uz-post-card { padding-block: 40px; border-bottom: 1px solid var(--uz-line); }
.uz-post-card h2 { margin-bottom: 15px; font-size: 43px; }
.uz-empty-state { padding: 80px 0 140px; text-align: center; }
.uz-empty-state h1 { margin-bottom: 25px; font-size: clamp(52px, 7vw, 90px); }

/* About Us */
.uz-about { background: #f7f3ed; }
.uz-about-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 18px 24px 26px; }
.uz-about-hero__copy, .uz-about-hero__image { min-height: clamp(520px, 66svh, 720px); overflow: hidden; border-radius: 20px; background: #fff; }
.uz-about-hero__copy { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: clamp(34px, 5vw, 80px); }
.uz-about-hero h1 { margin: 0 0 30px; font-family: var(--uz-sans); font-size: clamp(50px, 5vw, 84px); font-weight: 600; letter-spacing: -.065em; }
.uz-about-hero h1 em { font-family: var(--uz-serif); font-weight: 400; }
.uz-about-hero__copy > p:not(.uz-eyebrow) { max-width: 530px; margin: 0 0 32px; color: rgba(23,23,23,.65); }
.uz-about-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.uz-about-story { background: #fff; }
.uz-about-story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: start; }
.uz-about-story__grid > div:first-child { position: sticky; top: 150px; }
.uz-about-story h2 { max-width: 570px; font-size: clamp(48px, 5vw, 74px); }
.uz-about-story .uz-entry-content h2 { font-family: var(--uz-sans); font-size: 19px; font-weight: 600; letter-spacing: -.02em; }
.uz-about-values { padding-block: 82px; background: var(--uz-ink); color: #fff; }
.uz-about-values__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.uz-about-values article { min-height: 260px; padding: 15px 44px 15px 0; }
.uz-about-values article + article { padding-left: 44px; border-left: 1px solid rgba(255,255,255,.16); }
.uz-about-values span { color: var(--uz-blush); font-family: var(--uz-serif); font-style: italic; }
.uz-about-values h2 { margin: 72px 0 16px; color: #fff; font-size: 32px; }
.uz-about-values p { max-width: 340px; margin: 0; color: rgba(255,255,255,.64); font-size: 13px; }
.uz-about-closing { background: #fff; }
.uz-about-closing__grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 9vw; }
.uz-about-closing__image { max-height: 700px; overflow: hidden; border-radius: 20px; }
.uz-about-closing__image img { width: 100%; height: 100%; object-fit: cover; }
.uz-about-closing h2 { margin-bottom: 26px; }
.uz-about-closing p:not(.uz-eyebrow) { max-width: 540px; margin-bottom: 34px; color: rgba(23,23,23,.66); }

/* WooCommerce */
.woocommerce .uz-shop-main, .uz-shop-main { min-height: 60vh; padding-block: 55px 120px; }
.woocommerce .woocommerce-breadcrumb { margin: 0 0 26px; color: rgba(23,23,23,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce .woocommerce-breadcrumb a { color: var(--uz-ink); }
.woocommerce-products-header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 55px; padding: 44px 0 45px; border-bottom: 1px solid var(--uz-line); }
.woocommerce-products-header__title.page-title { margin: 0; font-size: clamp(58px, 7vw, 96px); }
.term-description { max-width: 480px; color: rgba(23,23,23,.68); }
.term-description p { margin: 0; }
.woocommerce .woocommerce-ordering { margin: 0 0 28px; }
.woocommerce .woocommerce-ordering select { padding: 11px 34px 11px 14px; border: 1px solid var(--uz-line); background: var(--uz-paper); font-size: 11px; }
.uz-shop-categories { display: flex; gap: 8px; margin: 0 0 30px; padding: 2px 0 6px; overflow-x: auto; scrollbar-width: thin; }
.uz-shop-categories a { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--uz-line); border-radius: 999px; background: #fff; font-size: 10px; font-weight: 600; letter-spacing: .04em; }
.uz-shop-categories a:hover, .uz-shop-categories a.is-active { border-color: var(--uz-ink); background: var(--uz-ink); color: #fff; }
.uz-catalog-collections { margin: 0 0 58px; padding: 38px; border-radius: 20px; background: #f7f3ed; }
.uz-catalog-collections__heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 28px; }
.uz-catalog-collections__heading h2 { margin: 0; font-size: clamp(36px, 4vw, 56px); }
.uz-catalog-collections__heading > p { max-width: 420px; margin: 0 0 5px; color: rgba(23,23,23,.6); font-size: 12px; }
.uz-collection-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: 12px; }
.uz-collection-card { position: relative; display: grid; min-height: 265px; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 16px; background: #efeeed; }
.uz-collection-card > span { position: relative; z-index: 2; display: flex; flex-direction: column; padding: 24px 0 24px 24px; }
.uz-collection-card strong { font-size: 17px; font-weight: 600; line-height: 1.2; }
.uz-collection-card small { margin-top: auto; color: rgba(23,23,23,.56); font-size: 10px; line-height: 1.5; }
.uz-collection-card img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; transition: transform .45s ease; }
.uz-collection-card i { position: absolute; z-index: 3; top: 20px; right: 20px; display: grid; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.9); place-items: center; }
.uz-collection-card i svg { width: 16px; }
.uz-collection-card:hover img { transform: scale(1.04); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px 22px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products.columns-3 li.product { float: none; width: 100%; margin: 0; }
.woocommerce ul.products li.product a img { aspect-ratio: .74; margin: 0 0 17px; background: var(--uz-cream); object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; font-family: var(--uz-sans); font-size: 14px; font-weight: 500; letter-spacing: 0; }
.woocommerce ul.products li.product .price { color: rgba(23,23,23,.65); font-size: 12px; }
.woocommerce ul.products li.product .button { display: inline-flex; margin-top: 11px; padding: 9px 0; border-bottom: 1px solid var(--uz-ink); border-radius: 0; background: transparent; color: var(--uz-ink); font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce nav.woocommerce-pagination { margin-top: 65px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; width: 40px; height: 40px; padding: 0; border-radius: 50%; place-items: center; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--uz-forest); color: #fff; }

.woocommerce div.product { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .75fr); align-items: start; gap: 7vw; }
.woocommerce div.product div.images.woocommerce-product-gallery { float: none; width: 100%; margin: 0; }
.woocommerce div.product div.summary { float: none; width: 100%; margin: 20px 0 0; }
.woocommerce div.product .product_title { margin: 10px 0 15px; font-size: clamp(52px, 5.5vw, 78px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--uz-ink); font-family: var(--uz-serif); font-size: 27px; }
.woocommerce-product-details__short-description { margin: 28px 0; color: rgba(23,23,23,.68); line-height: 1.75; }
.uz-product-specs { margin: 0 0 30px; border-top: 1px solid var(--uz-line); }
.uz-product-specs > div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--uz-line); }
.uz-product-specs dt { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.uz-product-specs dd { margin: 0; color: rgba(23,23,23,.66); font-size: 12px; line-height: 1.55; }
.woocommerce div.product form.cart { display: grid; width: 100%; grid-template-columns: 80px 1fr; gap: 10px; margin: 32px 0; }
.woocommerce div.product form.cart div.quantity { float: none; grid-column: 1; grid-row: 1; width: 80px; margin: 0; }
.woocommerce .quantity .qty { width: 80px; height: 56px; border: 1px solid var(--uz-line); background: transparent; }
.woocommerce div.product form.cart button.single_add_to_cart_button { float: none; grid-column: 2; grid-row: 1; width: 100%; min-height: 56px; border-radius: 0; background: var(--uz-button); color: var(--uz-ink); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce div.product form.cart .button:hover { background: var(--uz-button-hover); color: var(--uz-ink); }
.woocommerce div.product .product_meta { display: grid; gap: 8px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--uz-line); color: rgba(23,23,23,.58); font-size: 10px; text-transform: uppercase; }
.uz-product-promises { margin-top: 35px; border-top: 1px solid var(--uz-line); }
.uz-product-promises p { display: grid; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--uz-line); }
.uz-product-promises strong { font-family: var(--uz-serif); font-size: 18px; font-weight: 600; }
.uz-product-promises span { color: rgba(23,23,23,.58); font-size: 11px; }
.woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1 / span 2; width: 100%; }
.woocommerce div.product .woocommerce-tabs { margin-top: 70px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-color: var(--uz-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom: 1px solid var(--uz-ink); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 760px; color: rgba(23,23,23,.68); }
.woocommerce div.product .related { padding-top: 70px; }
.woocommerce div.product .related > h2 { margin-bottom: 42px; font-size: 52px; text-align: center; }

.woocommerce-cart .uz-content-narrow, .woocommerce-checkout .uz-content-narrow { max-width: 1180px; }
.woocommerce table.shop_table { border-color: var(--uz-line); border-radius: 0; }
.woocommerce table.shop_table th { padding: 16px; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.woocommerce table.shop_table td { padding: 18px 16px; border-color: var(--uz-line); }
.woocommerce table.shop_table .product-thumbnail img { width: 92px; }
.woocommerce a.remove { color: var(--uz-coral) !important; font-weight: 400; }
.woocommerce a.remove:hover { background: var(--uz-coral); }
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 180px; padding: 11px 14px; border: 1px solid var(--uz-line); }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { padding: 15px 22px; border-radius: 0; background: var(--uz-button); color: var(--uz-ink); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--uz-button-hover); color: var(--uz-ink); }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { padding: 28px; background: var(--uz-cream); }
.woocommerce .cart-collaterals .cart_totals h2 { font-size: 38px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 48px; padding: 11px 13px; border: 1px solid var(--uz-line); border-radius: 0; background: #fff; }
.woocommerce form .form-row textarea { min-height: 110px; }
.select2-container--default .select2-selection--single { height: 48px; border-color: var(--uz-line); border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 46px; }
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, #order_review_heading { margin: 30px 0 22px; font-size: 38px; }
.woocommerce-shipping-fields #ship-to-different-address { pointer-events: none; }
.woocommerce-shipping-fields #ship-to-different-address-checkbox { display: none; }
.woocommerce-checkout #payment { border-radius: 0; background: var(--uz-cream); }
.woocommerce-checkout #payment div.payment_box { background: #fff; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
.woocommerce .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-error { border-top-color: var(--uz-forest); background: var(--uz-cream); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--uz-forest); }
.uz-checkout-section-title { margin: 36px 0 18px; font-size: 30px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 14px; border-bottom: 1px solid var(--uz-line); }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { background: var(--uz-cream); }

/* Specification additions, using the existing palette and type system. */
.uz-language-switcher { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--uz-line); border-radius: 999px; background: #f6f6f3; }
.uz-language-switcher a { display: grid; min-width: 28px; height: 26px; padding-inline: 5px; border-radius: 999px; color: rgba(23,23,23,.55); font-size: 9px; font-weight: 600; letter-spacing: .04em; place-items: center; }
.uz-language-switcher a[aria-current="true"] { background: #fff; color: var(--uz-ink); box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.uz-mobile-nav-foot .uz-language-switcher { display: none; }

body.uz-welcome-open { overflow: hidden; }
.uz-welcome { position: fixed; z-index: 200; inset: 0; display: grid; padding: 20px; background: rgba(15,15,15,.48); place-items: center; backdrop-filter: blur(8px); }
.uz-welcome__panel { width: min(540px, 100%); padding: 52px; border-radius: 20px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.24); text-align: center; }
.uz-welcome__panel > img { width: 190px; height: 72px; margin: 0 auto 30px; object-fit: contain; }
.uz-welcome__panel h2 { margin-bottom: 15px; font-size: clamp(38px, 6vw, 58px); }
.uz-welcome__panel > p:not(.uz-eyebrow) { margin: 0 0 28px; color: rgba(23,23,23,.62); font-size: 13px; }
.uz-welcome__actions { display: grid; gap: 9px; }
.uz-welcome__actions a { display: flex; min-height: 54px; align-items: center; justify-content: center; border: 1px solid var(--uz-line); border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.uz-welcome__actions a:first-child { border-color: var(--uz-button); background: var(--uz-button); }
.uz-welcome__actions a:hover { border-color: var(--uz-button-hover); background: var(--uz-button-hover); }

.uz-editorial { border-top: 1px solid var(--uz-line); background: #fff; }
.uz-editorial--journal { background: var(--uz-cream); }
.uz-editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.uz-editorial-card { display: block; min-width: 0; }
.uz-editorial-card__image { display: block; aspect-ratio: 1.18; overflow: hidden; border-radius: 14px; background: var(--uz-cream-2); }
.uz-editorial-card__image:empty::before { display: block; width: 100%; height: 100%; background: linear-gradient(140deg, var(--uz-blush), var(--uz-cream-2)); content: ""; }
.uz-editorial-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.uz-editorial-card:hover .uz-editorial-card__image img { transform: scale(1.025); }
.uz-editorial-card__copy { display: grid; padding-top: 18px; }
.uz-editorial-card__copy small { margin-bottom: 8px; color: var(--uz-coral); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.uz-editorial-card__copy strong { font-family: var(--uz-serif); font-size: 25px; font-weight: 400; line-height: 1.1; }
.uz-editorial-card__copy em { margin-top: 10px; color: rgba(23,23,23,.62); font-size: 12px; font-style: normal; line-height: 1.65; }
.uz-single-entry__image { margin: 0 0 54px; }
.uz-single-entry__image img { width: 100%; max-height: 720px; border-radius: 16px; object-fit: cover; }

.uz-catalog-filters { display: grid; grid-template-columns: minmax(150px,1.25fr) minmax(150px,1fr) minmax(100px,.7fr) minmax(100px,.7fr) auto auto auto; align-items: end; gap: 10px; margin: 0 0 22px; padding: 18px; border: 1px solid var(--uz-line); border-radius: 12px; background: #fafaf8; }
.uz-catalog-filters label { display: grid; gap: 6px; margin: 0; }
.uz-catalog-filters label > span { font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.uz-catalog-filters input[type="search"], .uz-catalog-filters input[type="number"], .uz-catalog-filters select { width: 100%; min-width: 0; height: 42px; padding: 0 11px; border: 1px solid var(--uz-line); border-radius: 8px; background: #fff; font-size: 12px; }
.uz-catalog-filters__stock { display: flex !important; height: 42px; align-items: center; grid-auto-flow: column; justify-content: start; gap: 7px !important; white-space: nowrap; }
.uz-catalog-filters button { height: 42px; padding: 0 16px; border: 1px solid var(--uz-button); border-radius: 999px; background: var(--uz-button); font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.uz-catalog-filters > a { height: 42px; align-content: center; padding-inline: 5px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce-checkout #ship-to-different-address { display: none; }
.woocommerce-checkout .shipping_address { display: block !important; }
.uz-checkout-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.uz-translation-panel { margin: 10px 0; padding: 12px 14px; border: 1px solid #dcdcde; border-radius: 7px; background: #fff; }
.uz-translation-panel summary { cursor: pointer; }

@media (max-width: 1100px) {
  :root { --uz-container: min(100% - 40px, 1320px); }
  .uz-main-nav { left: 20px; }
	.uz-nav-list { gap: 17px; }
	.uz-brand { transform: translateX(20px); }
	.uz-occasion-card { min-height: 500px; }
	.uz-category-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
  .uz-products-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 18px; }
	.uz-catalog-filters { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.uz-catalog-filters button, .uz-catalog-filters > a { justify-self: start; }
  .uz-story-strip__grid { gap: 30px; }
  .uz-story-strip__grid > div + div { padding-left: 48px; }
  .uz-footer-grid { gap: 40px; }
}

@media (max-width: 860px) {
  :root { --uz-container: calc(100vw - 36px); }
  .uz-announcement .uz-container { justify-content: flex-start; }
  .uz-announcement a { display: none; }
	.uz-header-inner { grid-template-columns: 40px 1fr auto; min-height: 74px; }
  .uz-menu-toggle { display: grid; grid-column: 1; width: 34px; height: 34px; padding: 0; border: 0; background: transparent; place-items: center; }
	.uz-brand { transform: none; }
	.uz-brand__logo { width: 158px; height: 60px; }
  .uz-brand__name { font-size: 26px; }
  .uz-brand__sub { display: none; }
  .uz-brand__mark svg { width: 23px; height: 23px; }
  .uz-main-nav { visibility: hidden; position: fixed; z-index: 85; top: 0; bottom: 0; left: 0; display: flex; width: min(420px, 90vw); flex-direction: column; padding: 28px 30px; background: var(--uz-paper); box-shadow: var(--uz-shadow); opacity: 0; transform: translateX(-100%); transition: transform .35s ease, opacity .35s, visibility .35s; }
  .uz-menu-open .uz-main-nav { visibility: visible; opacity: 1; transform: translateX(0); }
  .uz-menu-open .uz-menu-overlay { visibility: visible; opacity: 1; }
  .uz-menu-close { display: grid; align-self: end; width: 38px; height: 38px; padding: 0; border: 0; background: transparent; place-items: center; }
  .uz-mobile-brand { display: block; margin: 28px 0 45px; font-family: var(--uz-serif); font-size: 40px; }
  .uz-nav-list { display: grid; align-items: start; gap: 4px; }
  .uz-nav-list a { display: block; padding: 11px 0; font-family: var(--uz-serif); font-size: 29px; }
  .uz-mobile-nav-foot { display: grid; margin-top: auto; padding-top: 25px; border-top: 1px solid var(--uz-line); }
  .uz-mobile-nav-foot a { font-family: var(--uz-serif); font-size: 23px; }
  .uz-mobile-nav-foot span { color: rgba(23,23,23,.55); font-size: 11px; }
	.uz-account-link { display: none !important; }
	.uz-header-actions > .uz-language-switcher { display: none; }
	.uz-mobile-nav-foot .uz-language-switcher { display: flex; width: max-content; margin-bottom: 20px; }
	.uz-header-actions { gap: 5px; }
	.uz-header-actions > a { width: 32px; }
	.uz-hero { padding: 12px 14px 20px; }
	.uz-hero__viewport { height: 760px; }
	.uz-hero__slide { grid-template-columns: 1fr; grid-template-rows: minmax(390px, 1.15fr) minmax(0, .85fr); gap: 10px; }
	.uz-hero__content { padding: 30px; }
	.uz-hero__message { padding-block: 22px; }
	.uz-hero h1, .uz-hero h2 { max-width: 620px; font-size: clamp(48px, 8.5vw, 68px); }
	.uz-hero__arrow--previous { left: -7px; }
	.uz-hero__arrow--next { right: -7px; }
	.uz-section { padding-block: 90px; }
  .uz-section-heading--split { align-items: start; flex-direction: column; gap: 22px; }
  .uz-occasion-grid { grid-template-columns: 1fr 1fr; }
	.uz-category-grid { grid-template-columns: repeat(auto-fill, minmax(185px, 1fr)); }
  .uz-occasion-card--large { grid-column: 1 / span 2; }
  .uz-occasion-card { min-height: 550px; }
  .uz-story-strip__grid { grid-template-columns: 1fr; }
  .uz-story-strip__grid > div + div { padding-top: 30px; padding-left: 48px; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .uz-delivery-story__grid { grid-template-columns: 1fr; gap: 80px; }
  .uz-delivery-story__image { max-width: 680px; }
  .uz-delivery-story__copy { max-width: 660px; }
  .uz-florist-choice__inner { grid-template-columns: 80px 1fr; padding-block: 50px; }
  .uz-florist-choice .uz-button { grid-column: 2; justify-self: start; }
  .uz-newsletter__inner { grid-template-columns: 1fr; gap: 50px; }
  .uz-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
	.uz-footer-contact { grid-column: 1 / span 3; }
	.uz-about-hero { grid-template-columns: 1fr; }
	.uz-about-hero__copy, .uz-about-hero__image { min-height: 560px; }
	.uz-about-hero__image { min-height: 480px; }
	.uz-about-story__grid, .uz-about-closing__grid { grid-template-columns: 1fr; gap: 60px; }
	.uz-about-story__grid > div:first-child { position: static; }
	.uz-about-values__grid { grid-template-columns: 1fr; }
	.uz-about-values article { min-height: 0; padding: 34px 0; }
	.uz-about-values article + article { padding-left: 0; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
	.uz-about-values h2 { margin-top: 30px; }
	.uz-catalog-collections__heading { align-items: flex-start; flex-direction: column; gap: 14px; }
	.uz-editorial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.uz-catalog-filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .woocommerce div.product .summary { max-width: 660px; }
  .woocommerce div.product .woocommerce-tabs, .woocommerce div.product .related { grid-column: 1; }
}

@media (max-width: 580px) {
  :root { --uz-container: calc(100vw - 28px); }
  body { font-size: 15px; }
  .uz-announcement { text-align: center; }
  .uz-announcement .uz-container { justify-content: center; min-height: 38px; }
	.uz-brand__mark { display: none; }
	.uz-brand { display: block; }
	.uz-brand__logo { width: 142px; height: 54px; }
	.uz-brand__name { font-size: 26px; }
	.uz-search-toggle { display: none !important; }
	.uz-cart-drawer__panel { width: 100vw; }
	.uz-cart-drawer__header { padding: 25px 20px 20px; }
	.uz-cart-drawer__header h2 { font-size: 32px; }
	.uz-cart-items { padding-inline: 20px; }
	.uz-cart-item { grid-template-columns: 76px 1fr 28px; gap: 12px; }
	.uz-cart-item__image { width: 76px; height: 94px; }
	.uz-cart-drawer__footer { padding: 22px 20px 24px; }
	.uz-cart-empty { padding: 28px 20px; }
	.uz-welcome { padding: 8px; }
	.uz-welcome__panel { padding: 36px 22px 28px; border-radius: 15px; }
	.uz-welcome__panel > img { width: 160px; height: 60px; margin-bottom: 22px; }
	.uz-hero { padding: 8px 8px 18px; }
	.uz-hero__viewport { height: 690px; }
	.uz-hero__slide { grid-template-rows: 410px 270px; }
	.uz-hero__content, .uz-hero__media { border-radius: 15px; }
	.uz-hero__content { padding: 22px 20px; }
	.uz-hero__pills { flex-wrap: nowrap; margin-inline: -4px; padding-inline: 4px; overflow-x: auto; scrollbar-width: none; }
	.uz-hero__pills::-webkit-scrollbar { display: none; }
	.uz-hero__pills span { padding: 7px 10px; font-size: 9px; }
	.uz-hero__message { padding-block: 16px; }
	.uz-hero h1, .uz-hero h2 { margin-bottom: 14px; font-size: clamp(39px, 12vw, 52px); }
	.uz-hero__copy { max-width: 100%; font-size: 12px; line-height: 1.5; }
	.uz-hero__cta { min-height: 52px; font-size: 11px; }
	.uz-hero__arrow { top: 70%; width: 34px; height: 34px; }
	.uz-hero__arrow--previous { left: -2px; }
	.uz-hero__arrow--next { right: -2px; }
	.uz-hero__dots { bottom: -13px; }
	.uz-button-row { align-items: flex-start; flex-direction: column; gap: 16px; }
	.uz-button { width: 100%; }
	.uz-section { padding-block: 72px; }
  h2 { font-size: 47px; }
	.uz-section-heading { margin-bottom: 36px; }
	.uz-occasion-grid { grid-template-columns: 1fr; gap: 10px; }
	.uz-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
	.uz-category-card > span { inset: 13px 12px 11px; }
	.uz-editorial-grid { grid-template-columns: 1fr; gap: 38px; }
	.uz-editorial-card__copy strong { font-size: 23px; }
	.uz-catalog-filters { grid-template-columns: 1fr 1fr; margin-inline: -6px; padding: 13px; }
	.uz-catalog-filters > label:first-child, .uz-catalog-filters > label:nth-of-type(2) { grid-column: 1 / -1; }
  .uz-category-card strong { font-size: 13px; }
  .uz-category-card small { display: none; }
  .uz-occasion-card, .uz-occasion-card--large { grid-column: 1; min-height: 470px; }
  .uz-products-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 10px; }
  .uz-product-card__details { grid-template-columns: 1fr; padding-top: 12px; }
  .uz-product-card__quick { display: none; }
  .uz-product-card__details h3 { font-size: 12px; }
  .uz-story-strip { padding-block: 50px; }
  .uz-delivery-story__grid { gap: 58px; }
  .uz-delivery-story__image::before { top: -18px; right: -14px; }
  .uz-delivery-story__image > span { right: -6px; bottom: 24px; padding: 14px 18px; font-size: 14px; }
  .uz-florist-choice__inner { display: flex; align-items: flex-start; flex-direction: column; gap: 22px; padding-block: 54px; }
  .uz-florist-choice .uz-brand__mark { display: grid; width: 62px; height: 62px; }
  .uz-florist-choice h2 { font-size: 43px; }
  .uz-florist-choice .uz-button { width: auto; }
  .uz-newsletter h2 { font-size: 43px; }
  .uz-search-dialog__panel { width: calc(100vw - 20px); margin-top: 10px; padding: 54px 24px 34px; border-radius: 12px; }
  .uz-search-dialog h2 { margin-bottom: 24px; font-size: 38px; }
  .uz-product-search input[type="search"] { font-size: 15px; }
  .uz-footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .uz-footer-brand, .uz-footer-contact { grid-column: 1 / span 2; }
  .uz-footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .uz-whatsapp-float { right: 14px; bottom: 14px; width: 48px; height: 48px; }
	.uz-page-main { padding-block: 70px 90px; }
	.uz-page-header { margin-bottom: 38px; }
	.uz-about-hero { padding: 8px 8px 18px; gap: 8px; }
	.uz-about-hero__copy { min-height: 500px; padding: 32px 22px; }
	.uz-about-hero__image { min-height: 380px; }
	.uz-about-hero h1 { font-size: 47px; }
	.uz-catalog-collections { margin-inline: -6px; padding: 22px 14px; }
	.uz-collection-card { min-height: 235px; }
	.woocommerce .uz-shop-main, .uz-shop-main { padding-block: 35px 80px; }
  .woocommerce-products-header { padding-block: 24px 28px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 12px; }
  .woocommerce ul.products li.product .button { font-size: 9px; }
  .woocommerce div.product { gap: 25px; }
  .woocommerce div.product .product_title { font-size: 52px; }
  .woocommerce div.product form.cart { grid-template-columns: 68px 1fr; }
  .woocommerce .quantity .qty { width: 68px; }
  .woocommerce div.product .related > h2 { font-size: 43px; }
  .woocommerce-cart table.cart td.actions .coupon .input-text { width: 50%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
