:root {
  --ink: #4e3047;
  --muted: #86647d;
  --cream: #fff5f1;
  --paper: rgba(255, 252, 253, .72);
  --line: rgba(255, 255, 255, .66);
  --rose: #e95f95;
  --rose-dark: #bd3975;
  --lilac: #e3d1ff;
  --peach: #ffb08e;
  --violet: #7a5bd6;
  --shadow: 0 24px 70px rgba(120, 62, 116, .18);
  --radius-lg: 28px;
  --radius-md: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff7f2; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
body.is-locked { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .62; }
.topline { padding: 9px 16px; background: var(--violet); color: #fffaf7; text-align: center; font-size: 12px; letter-spacing: .03em; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; gap: 28px; padding: 15px max(20px, calc((100vw - 1180px) / 2)); background: rgba(255, 250, 252, .64); border-bottom: 1px solid rgba(255, 255, 255, .72); box-shadow: 0 12px 35px rgba(120, 62, 116, .08); backdrop-filter: blur(22px) saturate(150%); }
.brand, .footer-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; white-space: nowrap; }
.brand strong, .footer-brand strong { display: block; font-family: Georgia, serif; font-size: 18px; font-weight: 500; letter-spacing: .02em; }
.brand small, .footer-brand small { display: block; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--lilac); color: var(--rose-dark); font-size: 20px; }
.main-nav { display: flex; flex: 1; justify-content: center; gap: 22px; color: var(--muted); font-size: 13px; }
.main-nav a, .footer-links a { text-decoration: none; }
.main-nav a:hover, .footer-links a:hover { color: var(--rose-dark); }
.icon-button { border: 1px solid var(--line); border-radius: 999px; padding: 9px 13px; color: var(--ink); background: var(--paper); font-size: 13px; }
.cart-count { display: inline-grid; min-width: 20px; height: 20px; margin-left: 4px; padding: 0 5px; place-items: center; border-radius: 999px; background: var(--rose); color: white; font-size: 11px; }
.section-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: stretch; padding-top: 54px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(16px, 5vw, 56px) 0; }
.eyebrow { margin: 0 0 12px; color: var(--rose-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
h1 { max-width: 650px; margin: 0 0 18px; font-size: clamp(40px, 5.2vw, 70px); line-height: 1.02; letter-spacing: -.04em; }
h2 { margin: 0; font-size: clamp(27px, 3vw, 42px); line-height: 1.1; letter-spacing: -.025em; }
h3 { margin: 0 0 5px; font-size: 21px; }
.hero-text { max-width: 540px; margin: 0 0 25px; color: var(--muted); font-size: 17px; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 13px; font-weight: 700; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rose-dark); color: white; box-shadow: 0 10px 24px rgba(143, 77, 96, .22); }
.button-primary:hover { background: #7a3f50; }
.button-secondary { border-color: var(--line); background: rgba(255, 253, 251, .7); color: var(--ink); }
.button-wide { width: 100%; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 29px; color: var(--muted); font-size: 12px; }
.hero-trust span:first-child { color: var(--rose-dark); font-weight: 700; }
.hero-art { position: relative; min-height: 510px; overflow: hidden; border-radius: var(--radius-lg); background: #ffd4c3; box-shadow: var(--shadow); }
.hero-art::after { position: absolute; right: -8%; bottom: -18%; width: 75%; height: 52%; border-radius: 50%; background: rgba(255, 255, 255, .23); content: ""; }
.bouquet-wrap { position: absolute; z-index: 2; right: 22%; bottom: 12%; display: grid; width: 145px; height: 205px; place-items: center; border-radius: 30px 30px 48px 48px; transform: rotate(5deg); background: #fff0ea; box-shadow: 0 25px 30px rgba(85, 45, 52, .18); color: var(--rose-dark); font-family: Georgia, serif; font-size: 16px; line-height: 1.05; text-align: center; }
.bouquet-wrap::before { position: absolute; top: -120px; width: 7px; height: 150px; border-radius: 999px; background: #5f765c; content: ""; transform: rotate(-15deg); box-shadow: 25px 15px 0 #738c67, -25px 12px 0 #8fa37b; }
.flower { position: absolute; z-index: 3; display: grid; width: 94px; height: 94px; place-items: center; border-radius: 50%; background: rgba(255, 255, 255, .38); box-shadow: 0 18px 30px rgba(93, 55, 63, .14); font-size: 62px; }
.flower-a { top: 24%; left: 22%; transform: rotate(-13deg); }.flower-b { top: 14%; left: 48%; transform: rotate(12deg); }.flower-c { top: 26%; right: 17%; transform: rotate(18deg); }
.art-note { position: absolute; z-index: 4; right: 22px; bottom: 22px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(255,255,255,.35); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.section-block { padding-top: 96px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-note { max-width: 260px; color: var(--muted); font-size: 12px; text-align: right; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.filter { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); font-size: 12px; }.filter.is-active, .filter:hover { border-color: var(--rose); background: var(--rose); color: white; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease; }.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-art { position: relative; display: grid; min-height: 270px; place-items: center; overflow: hidden; background: var(--product-bg, var(--lilac)); }
.product-art::before { position: absolute; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; content: ""; }.product-art::after { position: absolute; bottom: -20px; width: 130px; height: 160px; border-radius: 35px 35px 50px 50px; background: rgba(255,255,255,.55); content: ""; transform: rotate(7deg); }
.product-emoji { position: relative; z-index: 2; font-size: 92px; filter: drop-shadow(0 16px 14px rgba(80, 45, 52, .13)); }
.product-badge { position: absolute; z-index: 3; top: 14px; left: 14px; padding: 6px 9px; border-radius: 999px; background: rgba(255,255,255,.72); color: var(--rose-dark); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.product-body { padding: 18px; }.product-title { margin: 0 0 7px; font-family: Georgia, serif; font-size: 22px; }.product-description { min-height: 44px; margin: 0 0 18px; color: var(--muted); font-size: 13px; }.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.product-price { font-size: 18px; font-weight: 800; }.add-button { padding: 10px 13px; border: 0; border-radius: 999px; background: var(--ink); color: #fffaf7; font-size: 12px; font-weight: 700; }.add-button:hover { background: var(--rose-dark); }
.how-section { padding-bottom: 10px; }.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--line); }.steps-grid article { min-height: 190px; padding: 22px; background: var(--paper); }.steps-grid span { display: inline-block; margin-bottom: 28px; color: var(--rose-dark); font-size: 12px; font-weight: 800; letter-spacing: .1em; }.steps-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.delivery-card { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; padding: clamp(24px, 5vw, 50px); border-radius: var(--radius-lg); background: var(--violet); color: #fffaf7; }.delivery-card .eyebrow { color: #e8dcff; }.delivery-card p:not(.eyebrow) { max-width: 500px; color: rgba(255,250,247,.78); }.delivery-list { align-self: center; }.delivery-list div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,250,247,.25); font-size: 13px; }.delivery-list span { color: rgba(255,250,247,.78); text-align: right; }
.contact-section { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 96px; padding-bottom: 96px; }.contact-section p:not(.eyebrow) { max-width: 510px; color: var(--muted); }.contact-actions { flex-shrink: 0; }
.site-footer { display: grid; grid-template-columns: 1fr 2fr; gap: 25px; padding: 35px max(20px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); background: var(--paper); }.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px 18px; color: var(--muted); font-size: 12px; }.footer-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 11px; }
.cart-drawer, .modal-backdrop { display: none; position: fixed; z-index: 50; inset: 0; }.cart-drawer.is-open, .modal-backdrop.is-open { display: block; }.drawer-backdrop, .modal-backdrop { background: rgba(63,52,54,.38); }.drawer-backdrop { position: absolute; inset: 0; }.drawer-panel { position: absolute; top: 0; right: 0; display: flex; width: min(470px, 100%); height: 100%; flex-direction: column; padding: 24px; background: var(--paper); box-shadow: -20px 0 50px rgba(55, 32, 38, .16); animation: slide-in .2s ease; }.drawer-header, .modal-header { display: flex; align-items: start; justify-content: space-between; gap: 15px; }.drawer-header h2, .modal-header h2 { font-size: 30px; }.close-button { border: 0; background: transparent; color: var(--muted); font-size: 30px; line-height: 1; }.cart-items { flex: 1; overflow: auto; padding: 25px 0; }.cart-empty { padding: 20px 0; color: var(--muted); font-size: 14px; }.cart-row { display: grid; grid-template-columns: 60px 1fr auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }.cart-thumb { display: grid; width: 60px; height: 60px; place-items: center; overflow: hidden; border-radius: 14px; background: var(--lilac); font-size: 32px; }.cart-thumb-image { display: block; width: 100%; height: 100%; object-fit: cover; }.cart-row strong { display: block; font-size: 13px; }.cart-row small { color: var(--muted); font-size: 11px; }.cart-qty { display: flex; align-items: center; gap: 6px; margin-top: 7px; }.cart-qty button { width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); }.cart-remove { border: 0; background: transparent; color: var(--rose-dark); font-size: 11px; }.cart-footer { padding-top: 18px; border-top: 1px solid var(--line); }.total-line, .summary-line, .summary-total { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.total-line { margin-bottom: 14px; font-size: 17px; }.total-line strong, .summary-total b { font-size: 21px; }
.modal-backdrop { padding: 22px; overflow: auto; }.checkout-modal { position: relative; width: min(940px, 100%); margin: 2vh auto; padding: clamp(22px, 4vw, 38px); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow); }.checkout-modal .modal-header { margin-bottom: 25px; }.checkout-note { margin: 8px 0 0; color: var(--muted); font-size: 12px; }.checkout-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 25px; }fieldset { margin: 0 0 19px; padding: 0; border: 0; }legend { margin-bottom: 12px; font-family: Georgia, serif; font-size: 21px; } .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }label { display: grid; gap: 6px; color: var(--muted); font-size: 12px; font-weight: 600; }.full { grid-column: 1 / -1; }input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 11px 12px; outline: none; background: var(--cream); color: var(--ink); font-size: 13px; }textarea { resize: vertical; }input:focus, select:focus, textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(181, 110, 128, .14); }.radio-row, .check-row { display: flex; grid-template-columns: none; align-items: flex-start; gap: 10px; margin: 10px 0; color: var(--ink); font-weight: 400; }.radio-row input, .check-row input { width: auto; margin-top: 3px; accent-color: var(--rose-dark); }.radio-row span, .check-row span { display: grid; gap: 2px; }.radio-row small { color: var(--muted); font-size: 11px; }.check-row { font-size: 11px; }.check-row a { color: var(--rose-dark); }.order-summary { align-self: start; padding: 20px; border-radius: 18px; background: var(--cream); }.order-summary h3 { margin: 0 0 16px; font-size: 23px; }.summary-product { display: flex; justify-content: space-between; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 12px; }.summary-product small { color: var(--muted); }.summary-line { margin-top: 14px; color: var(--muted); font-size: 13px; }.summary-total { margin: 18px 0; padding-top: 14px; border-top: 1px solid var(--line); font-size: 16px; }.secure-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.4; }.form-message { margin-top: 12px; color: var(--rose-dark); font-size: 13px; }.form-message.success { color: #527454; }.form-message.error { color: #a04747; }
.cookie-banner { position: fixed; z-index: 40; right: 18px; bottom: 18px; display: flex; max-width: 540px; align-items: center; gap: 16px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); box-shadow: var(--shadow); font-size: 11px; }.cookie-banner a { color: var(--rose-dark); }.cookie-banner .button { min-height: 36px; padding: 0 13px; font-size: 11px; }
.payment-fixed { align-items: center; }
.delivery-availability-note { grid-column: 1 / -1; margin-top: -3px; color: var(--rose-dark); font-size: 10px; font-weight: 700; line-height: 1.35; }
.payment-fixed .radio-dot { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 2px; border: 4px solid var(--rose-dark); border-radius: 50%; background: var(--paper); }
.flowwow-section { padding-top: 20px; }
.flowwow-card { display: grid; grid-template-columns: 1fr auto; gap: 18px 30px; align-items: center; padding: clamp(24px, 4vw, 42px); border: 1px solid #ded5ff; border-radius: var(--radius-lg); background: #f1edff; box-shadow: 0 18px 45px rgba(104, 77, 177, .1); }
.flowwow-card h2 { margin: 0 0 10px; }
.flowwow-card p { max-width: 640px; margin: 0; color: var(--muted); }
.flowwow-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; grid-column: 1 / -1; color: var(--rose-dark); font-size: 12px; font-weight: 700; }
.flowwow-proof span::before { content: "✦"; margin-right: 6px; color: var(--rose); }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; align-items: start; }
.contact-panel { display: grid; gap: 18px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-topics { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.contact-topics span { padding: 8px 11px; border: 1px solid rgba(189, 57, 117, .16); border-radius: 999px; background: rgba(255, 192, 210, .28); color: var(--rose-dark); font-size: 11px; font-weight: 700; }
.lead-form { display: grid; gap: 11px; padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); box-shadow: 0 14px 34px rgba(143, 105, 126, .07); }
.lead-form-title { margin: 0 !important; color: var(--ink) !important; font-family: Georgia, serif; font-size: 22px; }
.lead-form textarea { min-height: 84px; }
.lead-form .check-row { margin: 0; }
.file-field { gap: 7px; }
.file-field input[type="file"] { padding: 9px; border-style: dashed; background: rgba(255, 246, 241, .76); cursor: pointer; }
.file-field small { color: var(--muted); font-size: 10px; font-weight: 400; }
.file-preview { display: flex; min-height: 0; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.file-preview:empty { display: none; }
.file-preview img { width: 48px; height: 48px; border: 1px solid rgba(182, 46, 104, .16); border-radius: 10px; object-fit: cover; }
.product-card { position: relative; border: 1px solid rgba(255, 255, 255, .82); background: rgba(255, 255, 255, .54); box-shadow: 0 18px 42px rgba(116, 66, 111, .1), inset 0 1px 0 rgba(255, 255, 255, .8); backdrop-filter: blur(20px) saturate(135%); }
.product-card::after { position: absolute; z-index: -1; right: -32px; bottom: -42px; width: 130px; height: 130px; border-radius: 50%; background: rgba(190, 112, 232, .24); content: ""; filter: blur(20px); }
.product-art { min-height: 300px; background: var(--product-bg); }
.product-art::before { border-color: rgba(255, 255, 255, .74); box-shadow: 0 0 45px rgba(255, 255, 255, .35); }
.product-art::after { background: rgba(255, 255, 255, .3); box-shadow: 0 0 28px rgba(255, 255, 255, .32); }
.product-image { position: absolute; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.02); transition: transform .35s ease, filter .35s ease; }
.product-card:hover .product-image { transform: scale(1.045); filter: saturate(1.18) contrast(1.04); }
.product-art::after { z-index: 2; }
.product-emoji { z-index: 3; opacity: .62; font-size: 62px; text-shadow: 0 10px 20px rgba(85, 35, 73, .18); }
.product-badge { background: rgba(255, 255, 255, .72); color: var(--rose-dark); box-shadow: 0 8px 18px rgba(98, 43, 86, .12); backdrop-filter: blur(12px); }
.product-body { position: relative; z-index: 2; background: rgba(255, 255, 255, .32); }
.product-details { margin: 0 0 16px; border-top: 1px solid rgba(134, 100, 125, .14); border-bottom: 1px solid rgba(134, 100, 125, .14); color: var(--muted); font-size: 11px; }
.product-details summary { padding: 9px 0; color: var(--rose-dark); cursor: pointer; font-weight: 800; list-style-position: inside; }
.product-details p { margin: 0 0 10px; line-height: 1.45; }
.product-details dl { display: grid; gap: 7px; margin: 0 0 11px; }
.product-details dl div { display: grid; grid-template-columns: 78px 1fr; gap: 8px; }
.product-details dt { color: var(--ink); font-weight: 800; }
.product-details dd { margin: 0; }
.product-flowwow-link { display: inline-block; margin: 0 0 12px; color: var(--violet); font-size: 11px; font-weight: 800; text-decoration: none; }
.product-flowwow-link:hover { text-decoration: underline; }
.add-button { background: var(--rose-dark); box-shadow: 0 10px 20px rgba(189, 57, 117, .2); }
.add-button:hover { background: #a92f68; }
.filter { border-color: rgba(255, 255, 255, .8); background: rgba(255, 255, 255, .38); box-shadow: 0 8px 18px rgba(122, 77, 120, .06); backdrop-filter: blur(12px); }
.filter.is-active, .filter:hover { border-color: transparent; background: var(--rose); }
.section-block { position: relative; }
.section-block::before { position: absolute; z-index: -1; top: 50px; left: -8vw; width: 180px; height: 180px; border-radius: 50%; background: rgba(255, 147, 128, .17); content: ""; filter: blur(30px); }
.hero-art { background: #ffd4c3; box-shadow: 0 25px 70px rgba(210, 111, 88, .2), inset 0 1px 0 rgba(255, 255, 255, .8); }
.brand-mark { background: var(--rose); color: white; box-shadow: 0 8px 20px rgba(174, 74, 136, .2); }
.button-primary { background: var(--rose-dark); }
.button-primary:hover { background: #a92f68; }
@keyframes slide-in { from { transform: translateX(20px); opacity: .5; } to { transform: translateX(0); opacity: 1; } }
@media (max-width: 820px) { .site-header { gap: 14px; }.main-nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 28px; }.hero-art { min-height: 360px; }.product-grid { grid-template-columns: repeat(2, 1fr); }.steps-grid { grid-template-columns: repeat(2, 1fr); }.checkout-layout, .flowwow-card { grid-template-columns: 1fr; }.order-summary { order: -1; }.site-footer { grid-template-columns: 1fr; }.footer-links { justify-content: start; } }
@media (max-width: 560px) { .section-wrap { width: min(100% - 28px, 1180px); }.topline { font-size: 10px; }.site-header { padding: 12px 14px; }.brand small { display: none; }.cart-trigger { padding: 8px 10px; }.hero-art { min-height: 310px; }.flower { width: 70px; height: 70px; font-size: 45px; }.bouquet-wrap { right: 24%; bottom: 8%; width: 110px; height: 160px; }.product-grid { grid-template-columns: 1fr; }.product-art { min-height: 240px; }.section-heading, .contact-section { align-items: flex-start; flex-direction: column; }.section-note { max-width: none; text-align: left; }.delivery-card { grid-template-columns: 1fr; }.delivery-list div { align-items: start; flex-direction: column; gap: 3px; }.delivery-list span { text-align: left; }.form-grid { grid-template-columns: 1fr; }.full { grid-column: auto; }.cookie-banner { right: 10px; bottom: 10px; left: 10px; align-items: flex-start; flex-direction: column; gap: 10px; }.cookie-banner .button { width: 100%; } }
@media (max-width: 560px) { .contact-section { grid-template-columns: 1fr; } }

/* Sweet editorial redesign: real product photography, compact rhythm, clearer hierarchy */
:root {
  --ink: #382333;
  --muted: #876778;
  --cream: #fff8f4;
  --paper: rgba(255, 252, 250, .78);
  --line: rgba(93, 54, 77, .13);
  --rose: #e95b8d;
  --rose-dark: #b62e68;
  --peach: #ffc2ae;
  --violet: #7653c8;
  --shadow: 0 24px 65px rgba(91, 42, 74, .14);
}

body {
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 205, 185, .24), transparent 25rem),
    radial-gradient(circle at 88% 34%, rgba(213, 190, 255, .18), transparent 28rem),
    var(--cream);
}

.topline {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 66px);
  padding: 10px 16px;
  background: #f3c2b2;
  border-bottom: 1px solid rgba(56, 35, 51, .08);
  color: var(--ink);
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.topline span:not(:last-child)::after { content: "•"; margin-left: clamp(18px, 5vw, 66px); color: var(--rose-dark); }
.site-header { background: rgba(255, 248, 244, .78); border-bottom-color: var(--line); box-shadow: 0 10px 30px rgba(91, 42, 74, .05); }
.brand strong { font-size: 19px; }
.brand small { color: var(--rose-dark); }
.brand-mark { width: 34px; height: 34px; border: 1px solid rgba(182, 46, 104, .34); border-radius: 12px; background: rgba(255, 255, 255, .44); color: var(--rose-dark); box-shadow: 0 6px 16px rgba(182, 46, 104, .1); font-family: Georgia, serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.brand strong { font-weight: 500; letter-spacing: .01em; }
.main-nav { color: #765568; }
.main-nav a { position: relative; padding: 5px 0; }
.main-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--rose); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.icon-button { border-color: var(--line); background: rgba(255,255,255,.56); }
.hero { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); gap: clamp(28px, 6vw, 84px); padding-top: clamp(32px, 5vw, 72px); }
.hero-copy { padding: clamp(10px, 4vw, 38px) 0; }
.eyebrow { color: var(--rose-dark); letter-spacing: .19em; }
h1 { max-width: 590px; margin-bottom: 22px; font-size: clamp(48px, 6.2vw, 78px); line-height: .94; letter-spacing: -.055em; }
h1 em { color: var(--rose-dark); font-style: normal; }
.hero-text { max-width: 490px; margin-bottom: 29px; color: #765568; font-size: 16px; line-height: 1.65; }
.button { min-height: 48px; padding: 0 20px; }
.button-primary { background: var(--ink); box-shadow: 0 12px 24px rgba(56, 35, 51, .18); }
.button-primary:hover { background: var(--rose-dark); }
.button-secondary { border-color: rgba(56, 35, 51, .16); background: rgba(255,255,255,.58); }
.hero-trust { gap: 11px 22px; margin-top: 34px; font-size: 11px; }
.hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero-trust span::before { width: 5px; height: 5px; border-radius: 50%; background: var(--peach); content: ""; }
.hero-trust span:first-child { color: var(--ink); }
.hero-art { min-height: 590px; overflow: hidden; border-radius: 34px; background: #f6d8cf; box-shadow: 0 30px 75px rgba(171, 87, 91, .16); }
.hero-art::before { position: absolute; top: -100px; right: -90px; width: 310px; height: 310px; border-radius: 50%; background: rgba(255,255,255,.43); content: ""; }
.hero-art::after { right: -12%; bottom: -24%; width: 92%; height: 52%; background: rgba(255, 246, 239, .34); }
.hero-art-label { position: absolute; z-index: 5; top: 22px; right: 24px; left: 24px; display: flex; justify-content: space-between; color: rgba(56,35,51,.62); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-photo { position: absolute; z-index: 2; overflow: hidden; margin: 0; border: 7px solid rgba(255,255,255,.72); background: #eee; box-shadow: 0 24px 40px rgba(75, 35, 57, .2); }
.hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-photo-main { top: 12%; right: 17%; width: 63%; height: 70%; transform: rotate(3deg); }
.hero-photo-main img { object-position: center; }
.hero-photo-small { width: 31%; height: 27%; border-width: 5px; }
.hero-photo-one { top: 20%; left: 8%; transform: rotate(-8deg); }
.hero-photo-two { right: 7%; bottom: 10%; transform: rotate(7deg); }
.art-note { right: 24px; bottom: 24px; border-color: rgba(56,35,51,.14); background: rgba(255,255,255,.58); color: var(--ink); }
.section-block { padding-top: 78px; }
.section-block::before { background: rgba(255, 165, 139, .12); }
.section-heading { align-items: end; margin-bottom: 18px; }
.section-heading h2 { max-width: 720px; }
.section-note { max-width: 230px; color: #876778; }
.catalog-care-note { display: grid; grid-template-columns: auto 1fr 1fr; gap: 9px 18px; align-items: center; margin: 0 0 18px; padding: 12px 15px; border: 1px solid rgba(182, 46, 104, .14); border-radius: 16px; background: rgba(255, 243, 237, .72); color: var(--muted); font-size: 11px; line-height: 1.4; }
.catalog-care-note strong { color: var(--rose-dark); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.catalog-care-note span + span { padding-left: 18px; border-left: 1px solid rgba(182, 46, 104, .16); }
.filters { gap: 7px; margin-bottom: 18px; }
.filter { border-color: var(--line); background: rgba(255,255,255,.46); color: #765568; box-shadow: none; }
.filter.is-active, .filter:hover { background: var(--ink); }
.product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.product-card { border-color: rgba(255,255,255,.95); border-radius: 22px; background: rgba(255,255,255,.56); box-shadow: 0 16px 34px rgba(91,42,74,.08), inset 0 1px 0 #fff; }
.product-card:hover { box-shadow: 0 22px 42px rgba(91,42,74,.14); }
.product-card:first-child { grid-column: span 2; }
.product-card:first-child .product-art { min-height: 310px; }
.product-art { min-height: 238px; background: var(--product-bg); }
.product-art::before { width: 270px; height: 270px; border-color: rgba(255,255,255,.55); }
.product-art::after { background: rgba(255,255,255,.16); }
.product-image { filter: saturate(1.06) contrast(1.03); }
.product-card:hover .product-image { transform: scale(1.035); }
.product-body { padding: 15px 16px 17px; background: rgba(255,255,255,.48); }
.product-title { font-size: 21px; }
.product-description { color: #876778; }
.product-min-order { color: var(--violet); }
.product-handmade-note { margin: -3px 0 11px; color: var(--rose-dark); font-size: 10px; font-weight: 700; line-height: 1.4; }
.gallery-open { background: rgba(255,250,247,.86); color: var(--ink); }
.add-button { background: var(--ink); box-shadow: none; }
.add-button:hover { background: var(--rose-dark); }
.product-contact-link { text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.how-section { padding-bottom: 0; }
.steps-grid { border-color: var(--line); background: var(--line); }
.steps-grid article { background: rgba(255,255,255,.54); }
.steps-grid span { color: var(--rose-dark); }
.delivery-card { background: var(--violet); box-shadow: 0 20px 50px rgba(91, 56, 160, .16); }
.flowwow-card { box-shadow: 0 18px 45px rgba(104, 77, 177, .08); }
.contact-section { padding-top: 78px; padding-bottom: 78px; }
.lead-form { border-color: var(--line); background: rgba(255,255,255,.58); }
.cookie-banner { border-color: var(--line); background: rgba(255,252,250,.88); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr minmax(360px, .9fr); gap: 28px; }
  .hero-art { min-height: 500px; }
  h1 { font-size: clamp(45px, 6vw, 64px); }
}
@media (max-width: 820px) {
  .topline { gap: 12px; }
  .topline span:not(:last-child)::after { margin-left: 12px; }
  .hero { grid-template-columns: 1fr; gap: 12px; }
  .hero-copy { padding-bottom: 18px; }
  .hero-art { min-height: 470px; }
  .product-card:first-child { grid-column: auto; }
  .product-card:first-child .product-art { min-height: 238px; }
}
@media (max-width: 560px) {
  .topline { justify-content: flex-start; overflow: hidden; white-space: nowrap; font-size: 8px; letter-spacing: .1em; }
  .topline span:nth-child(3) { display: none; }
  .hero-art { min-height: 360px; border-radius: 25px; }
  .hero-photo-main { top: 12%; right: 15%; width: 67%; height: 70%; }
  .hero-photo-small { width: 35%; height: 28%; }
  .hero-photo-one { left: 5%; }
  .hero-photo-two { right: 5%; bottom: 9%; }
  .hero-art-label { top: 16px; right: 17px; left: 17px; font-size: 8px; }
  h1 { font-size: clamp(44px, 14vw, 60px); }
  .section-block { padding-top: 60px; }
  .product-grid { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Compact catalog and product gallery */
.product-grid { gap: 12px; }
.product-art { min-height: 224px; }
.product-art::after { pointer-events: none; }
.product-art::before { pointer-events: none; }
.product-image { cursor: zoom-in; }
.product-body { padding: 14px; }
.product-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.product-title { margin-bottom: 4px; font-size: 19px; }
.product-description { min-height: 36px; margin-bottom: 10px; font-size: 12px; line-height: 1.45; }
.product-description { color: #6f4d5f; font-size: 12.5px; line-height: 1.45; }
.product-min-order { flex: none; padding-top: 4px; color: var(--violet); font-size: 10px; font-weight: 800; white-space: nowrap; }
.product-details { margin-bottom: 10px; }
.product-details summary { padding: 7px 0; }
.product-flowwow-link { margin-bottom: 8px; }
.product-meta { margin-top: 8px; }
.product-price { font-size: 17px; }
.add-button { padding: 8px 12px; font-size: 11px; }
.gallery-open { position: absolute; z-index: 4; right: 11px; bottom: 11px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.76); border-radius: 999px; background: rgba(255,255,255,.74); color: var(--rose-dark); box-shadow: 0 8px 18px rgba(98,43,86,.12); backdrop-filter: blur(12px); cursor: pointer; font-size: 10px; font-weight: 800; }
.gallery-open:hover { background: #fff; transform: translateY(-1px); }
.gallery-modal { position: fixed; z-index: 80; inset: 0; display: none; place-items: center; padding: 18px; }
.gallery-modal.is-open { display: grid; }
.gallery-backdrop { position: absolute; inset: 0; background: rgba(43, 21, 48, .46); backdrop-filter: blur(9px); }
.gallery-panel { position: relative; z-index: 1; width: min(880px, 100%); max-height: min(720px, calc(100vh - 36px)); overflow: auto; padding: clamp(18px, 3vw, 28px); border: 1px solid rgba(255,255,255,.82); border-radius: 26px; background: rgba(255,250,248,.88); box-shadow: 0 28px 80px rgba(49, 19, 48, .28); backdrop-filter: blur(24px) saturate(125%); }
.gallery-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 16px; }
.gallery-header h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(24px, 4vw, 36px); }
.gallery-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr); gap: 18px; align-items: stretch; }
.gallery-stage { min-height: 350px; overflow: hidden; border-radius: 20px; background: #f2e4f0; }
.gallery-stage img { display: block; width: 100%; height: 100%; min-height: 350px; object-fit: cover; }
.gallery-info { display: flex; flex-direction: column; justify-content: space-between; gap: 16px; padding: 4px 0; }
.gallery-info p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.gallery-facts { display: grid; gap: 8px; margin: 0; padding-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.gallery-facts div { display: grid; grid-template-columns: 82px 1fr; gap: 10px; padding-top: 8px; border-top: 1px solid rgba(134, 100, 125, .14); }
.gallery-facts dt { color: var(--ink); font-weight: 800; }
.gallery-facts dd { margin: 0; }
.product-card > .product-body > .product-details { display: none; }
.customer-reviews { margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(134, 100, 125, .14); }
.customer-reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.customer-reviews-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 22px; }
.customer-reviews-heading > span { color: var(--muted); font-size: 11px; }
.review-list { display: grid; gap: 9px; margin-bottom: 16px; }
.review-empty { margin: 0; color: var(--muted); font-size: 12px; }
.customer-review { padding: 12px 14px; border: 1px solid rgba(182, 46, 104, .12); border-radius: 15px; background: rgba(255, 245, 240, .62); }
.customer-review-head { display: flex; justify-content: space-between; gap: 10px; color: var(--ink); font-size: 12px; }
.customer-review-head span { color: #c56a82; letter-spacing: .06em; }
.customer-review p { margin: 7px 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.customer-review img { display: block; width: min(220px, 100%); max-height: 180px; margin-top: 8px; border-radius: 12px; object-fit: cover; }
.customer-review small { color: var(--muted); font-size: 10px; }
.review-form { display: grid; gap: 10px; padding: 15px; border: 1px solid rgba(182, 46, 104, .13); border-radius: 16px; background: rgba(255, 255, 255, .52); }
.review-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.review-form textarea { min-height: 78px; }
.review-form .button { justify-self: start; }
@media (max-width: 560px) { .customer-reviews-heading { align-items: start; flex-direction: column; }.review-form-grid { grid-template-columns: 1fr; }.review-form .button { width: 100%; } }

/* Final compact catalog layout */
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.product-card:first-child { grid-column: auto; }
.product-card:first-child .product-art,
.product-art { min-height: 212px; }
.product-body { padding: 13px; }
.product-title { font-size: 19px; }
.product-description { min-height: 0; margin-bottom: 9px; }
.product-handmade-note { margin-bottom: 8px; font-size: 10px; }

@media (max-width: 1200px) {
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
}

@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
  .product-card:first-child { grid-column: auto; }
  .product-card:first-child .product-art,
  .product-art { min-height: 205px; }
}

@media (max-width: 680px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-art,
  .product-card:first-child .product-art { min-height: 168px; }
  .product-body { padding: 10px; }
  .product-title { font-size: 16px; line-height: 1.12; }
  .product-description { margin-bottom: 7px; font-size: 11px; line-height: 1.32; }
  .product-handmade-note { font-size: 9px; line-height: 1.25; }
  .product-price { font-size: 15px; }
  .add-button { padding: 7px 9px; font-size: 10px; }
}
.review-chip { position: absolute; z-index: 4; top: 43px; left: 11px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.76); border-radius: 999px; background: rgba(255,255,255,.72); color: var(--violet); box-shadow: 0 8px 18px rgba(98,43,86,.1); backdrop-filter: blur(12px); font-size: 10px; font-weight: 800; }
.gallery-review { display: grid; grid-template-columns: 1fr minmax(200px, 320px); gap: 18px; align-items: center; margin-top: 18px; padding: 14px; border: 1px solid rgba(190,112,232,.2); border-radius: 18px; background: rgba(236,226,255,.46); }
.gallery-review[hidden] { display: none; }
.gallery-review-label { margin: 0 0 6px; color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.gallery-review-meta { margin: 0 0 9px; color: var(--muted); font-size: 11px; }
.gallery-review blockquote { margin: 0; color: var(--ink); font-family: Georgia, serif; font-size: 19px; line-height: 1.35; }
.gallery-review img { display: block; width: 100%; max-height: 190px; object-fit: contain; border-radius: 12px; background: rgba(255,255,255,.52); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.gallery-thumb { aspect-ratio: 1; overflow: hidden; padding: 0; border: 2px solid transparent; border-radius: 12px; background: #f2e4f0; cursor: pointer; opacity: .74; transition: .2s ease; }
.gallery-thumb:hover, .gallery-thumb.is-active { border-color: var(--rose); opacity: 1; transform: translateY(-1px); }
.gallery-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 820px) { .product-art { min-height: 205px; }.gallery-layout { grid-template-columns: 1fr; }.gallery-stage, .gallery-stage img { min-height: min(54vh, 430px); }.gallery-info { gap: 12px; }.gallery-review { grid-template-columns: 1fr; }.gallery-review img { max-height: 240px; } }
@media (max-width: 560px) { .product-art { min-height: 216px; }.gallery-modal { padding: 10px; }.gallery-panel { max-height: calc(100vh - 20px); border-radius: 20px; }.gallery-stage, .gallery-stage img { min-height: 250px; }.gallery-thumbs { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 820px) { .catalog-care-note { grid-template-columns: 1fr; gap: 7px; }.catalog-care-note span + span { padding-top: 7px; padding-left: 0; border-top: 1px solid rgba(182, 46, 104, .16); border-left: 0; } }

/* MAX Mini App: only catalog, delivery, checkout and payment path */
.is-max-miniapp body {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 196, 174, .22), transparent 22rem),
    radial-gradient(circle at 100% 40%, rgba(216, 190, 255, .2), transparent 24rem),
    var(--cream);
}
.is-max-miniapp .topline,
.is-max-miniapp .hero,
.is-max-miniapp #how,
.is-max-miniapp #delivery,
.is-max-miniapp #flowwow,
.is-max-miniapp #contacts { display: none; }
.is-max-miniapp .site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 12px 14px;
  border-bottom-color: rgba(182, 46, 104, .12);
  background: rgba(255, 250, 247, .86);
  box-shadow: 0 10px 24px rgba(91, 42, 74, .08);
  backdrop-filter: blur(24px) saturate(150%);
}
.is-max-miniapp .brand small,
.is-max-miniapp .main-nav { display: none; }
.is-max-miniapp .brand { gap: 9px; }
.is-max-miniapp .brand strong { font-size: 18px; }
.is-max-miniapp .brand-mark { width: 34px; height: 34px; }
.is-max-miniapp .cart-trigger { margin-left: auto; min-height: 38px; padding: 8px 12px; }
.is-max-miniapp main { min-height: calc(100vh - 60px); }
.is-max-miniapp #catalog {
  max-width: 720px;
  margin: 0 auto;
  padding: 18px 14px 34px;
}
.is-max-miniapp .section-heading {
  display: none;
}
.is-max-miniapp .section-heading .eyebrow { margin-bottom: 5px; }
.is-max-miniapp .section-heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(30px, 8vw, 44px);
  line-height: 1;
}
.is-max-miniapp .section-note {
  display: block;
  max-width: none;
  margin-top: 8px;
  font-size: 11px;
}
.is-max-miniapp .filters {
  margin: 0 -2px 12px;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-bottom: 3px;
}
.is-max-miniapp .filter { flex: 0 0 auto; padding: 8px 11px; font-size: 10px; }
.is-max-miniapp .catalog-care-note {
  display: none;
}
.is-max-miniapp .catalog-care-note strong { grid-row: span 2; align-self: center; max-width: 78px; font-size: 9px; }
.is-max-miniapp .catalog-care-note span + span { padding: 0; border: 0; }
.is-max-miniapp .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.is-max-miniapp .product-art,
.is-max-miniapp .product-card:first-child .product-art { min-height: 162px; }
.is-max-miniapp .product-card { border-radius: 18px; }
.is-max-miniapp .product-body { padding: 10px; }
.is-max-miniapp .product-title { font-size: 16px; }
.is-max-miniapp .product-description { font-size: 11px; line-height: 1.34; }
.is-max-miniapp .product-description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.is-max-miniapp .product-handmade-note { display: none; }
.is-max-miniapp .product-price { font-size: 16px; }
.is-max-miniapp .add-button { padding: 7px 9px; font-size: 10px; }
.is-max-miniapp .site-footer {
  display: block;
  padding: 15px 14px 22px;
  background: rgba(255, 250, 247, .72);
}
.is-max-miniapp .footer-brand,
.is-max-miniapp .footer-note { display: none; }
.is-max-miniapp .footer-links { justify-content: center; gap: 8px 12px; font-size: 10px; }
.is-max-miniapp .cookie-banner { display: none; }
.is-max-miniapp .gallery-modal { padding: 10px; }
.is-max-miniapp .gallery-panel { max-height: calc(100vh - 20px); border-radius: 20px; }
.is-max-miniapp .gallery-review,
.is-max-miniapp .customer-reviews,
.is-max-miniapp .review-chip { display: none; }
.is-max-miniapp .checkout-modal { margin: 0 auto; border-radius: 20px; }
.mini-cart-bar { display: none; }
.is-max-miniapp.has-mini-cart body { padding-bottom: 70px; }
.is-max-miniapp .mini-cart-bar.is-visible {
  position: fixed;
  z-index: 45;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 10px 9px 14px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 18px;
  background: rgba(255, 250, 247, .86);
  box-shadow: 0 15px 35px rgba(91, 42, 74, .18);
  backdrop-filter: blur(22px) saturate(145%);
}
.mini-cart-bar span { display: grid; gap: 2px; color: var(--ink); font-size: 12px; }
.mini-cart-bar small { color: var(--muted); font-size: 10px; }
.mini-cart-bar .button { min-height: 36px; padding: 0 14px; font-size: 11px; }
.is-max-miniapp .mini-category-list { display: grid; gap: 8px; }
.is-max-miniapp .mini-category-list { grid-template-columns: 1fr !important; }
.is-max-miniapp .filters[hidden] { display: none !important; }
.is-max-miniapp .mini-category {
  overflow: hidden;
  border: 1px solid rgba(182, 46, 104, .14);
  border-radius: 18px;
  background: rgba(255, 250, 247, .66);
  box-shadow: 0 8px 20px rgba(91, 42, 74, .06);
}
.is-max-miniapp .mini-category > summary {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 13px;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.is-max-miniapp .mini-category > summary::-webkit-details-marker { display: none; }
.is-max-miniapp .mini-category > summary::after {
  width: 22px;
  height: 22px;
  margin-left: 2px;
  border-radius: 50%;
  color: #b62e68;
  background: rgba(255, 203, 184, .72);
  content: "+";
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.is-max-miniapp .mini-category[open] > summary::after { content: "−"; }
.is-max-miniapp .mini-category > summary span { display: grid; min-width: 0; gap: 2px; }
.is-max-miniapp .mini-category > summary b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.is-max-miniapp .mini-category > summary small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.is-max-miniapp .mini-category > summary em { order: 2; margin-left: auto; color: #9b5d76; font-size: 10px; font-style: normal; white-space: nowrap; }
.is-max-miniapp .mini-category-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0 8px 8px; }
.is-max-miniapp .mini-category-grid .product-card { min-width: 0; }
.is-max-miniapp .mini-category-grid .product-art { min-height: 144px; }
.is-max-miniapp .mini-category-grid .product-body { padding: 9px; }
.is-max-miniapp .mini-category-grid .product-title { font-size: 15px; }
.is-max-miniapp .mini-category-grid .product-description { -webkit-line-clamp: 2; }
.is-max-miniapp .mini-category-grid .product-meta { gap: 5px; }
@media (min-width: 681px) {
  .is-max-miniapp #catalog { max-width: 980px; padding-right: 22px; padding-left: 22px; }
  .is-max-miniapp .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .is-max-miniapp .product-art,
  .is-max-miniapp .product-card:first-child .product-art { min-height: 190px; }
  .is-max-miniapp .mini-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Warm photo treatment and calmer checkout surfaces */
.hero-photo::after { position: absolute; z-index: 2; inset: 0; background: rgba(229, 177, 151, .12); mix-blend-mode: multiply; content: ""; pointer-events: none; }
.hero-photo img { filter: saturate(.88) sepia(.08) brightness(1.03) contrast(.96); }
.hero-photo-small { width: 38%; height: 33%; }
.hero-photo-one { top: 17%; left: 4%; }
.hero-photo-two { right: 4%; bottom: 8%; }
.product-image { filter: saturate(.92) sepia(.045) brightness(1.03) contrast(.97); }
.product-card:hover .product-image { filter: saturate(.98) sepia(.03) brightness(1.03) contrast(1); }
.checkout-modal { border: 1px solid rgba(182, 46, 104, .1); background: #fffaf6; box-shadow: 0 26px 80px rgba(68, 31, 52, .2); }
.order-summary { background: #fff1e9; }
.gallery-panel { background: rgba(255, 250, 246, .96); }
@media (max-width: 560px) { .hero-photo-small { width: 39%; height: 32%; }.hero-photo-one { top: 17%; left: 3%; }.hero-photo-two { right: 3%; bottom: 8%; } }
.field-note { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; font-weight: 400; line-height: 1.35; }

/* iOS-like translucent folders for the MAX Mini App catalog */
.is-max-miniapp .mini-category {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border-color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .34);
  box-shadow: 0 12px 28px rgba(91, 42, 74, .08), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(18px) saturate(135%);
}
.is-max-miniapp .mini-category::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: var(--mini-folder-tint, rgba(255, 205, 190, .3));
  content: "";
  pointer-events: none;
}
.is-max-miniapp .mini-category:nth-child(1) { --mini-folder-tint: rgba(255, 203, 184, .46); }
.is-max-miniapp .mini-category:nth-child(2) { --mini-folder-tint: rgba(229, 214, 237, .46); }
.is-max-miniapp .mini-category:nth-child(3) { --mini-folder-tint: rgba(246, 203, 216, .46); }
.is-max-miniapp .mini-category:nth-child(4) { --mini-folder-tint: rgba(215, 198, 245, .44); }
.is-max-miniapp .mini-category:nth-child(5) { --mini-folder-tint: rgba(238, 218, 190, .42); }
.is-max-miniapp .mini-category > summary {
  position: relative;
  overflow: visible;
  min-height: 58px;
  padding: 13px 13px 10px;
  background: rgba(255, 255, 255, .23);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.48);
}
.is-max-miniapp .mini-category > summary::before {
  position: absolute;
  top: -5px;
  left: 15px;
  width: 64px;
  height: 8px;
  border: 1px solid rgba(255,255,255,.9);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: var(--mini-folder-tint, rgba(255, 205, 190, .46));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68);
  content: "";
}
.is-max-miniapp .mini-category-grid { padding-top: 8px; }
.is-max-miniapp .mini-category-grid .product-card {
  overflow: hidden;
  border-color: rgba(255,255,255,.8);
  background: rgba(255, 250, 247, .7);
  box-shadow: 0 8px 18px rgba(91, 42, 74, .08), inset 0 1px 0 rgba(255,255,255,.9);
}
.is-max-miniapp .mini-category-grid .product-art {
  border-radius: 13px 13px 10px 10px;
  background: rgba(255,255,255,.25);
}
.is-max-miniapp .mini-category > summary {
  min-height: 70px;
  padding: 14px 12px 11px;
  gap: 8px;
}
.is-max-miniapp .mini-folder-preview {
  display: flex !important;
  flex: 0 0 96px;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-width: 0;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 12px;
  background: rgba(255,255,255,.31);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72), 0 4px 10px rgba(91,42,74,.06);
  backdrop-filter: blur(12px) saturate(135%);
  transition: opacity .2s ease, transform .2s ease, background .2s ease;
}
.is-max-miniapp .mini-folder-preview img,
.is-max-miniapp .mini-folder-preview i {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 5px rgba(91,42,74,.12);
}
.is-max-miniapp .mini-folder-preview i {
  display: grid;
  place-items: center;
  color: #8e516b;
  background: rgba(255,250,247,.76);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}
.is-max-miniapp .mini-folder-copy {
  display: grid !important;
  flex: 1;
  min-width: 0;
  gap: 2px;
}
.is-max-miniapp .mini-category[open] .mini-folder-preview {
  background: rgba(255,255,255,.46);
  opacity: .8;
  transform: scale(.96);
}

/* Folder tiles: rounded rectangles keep the iOS folder preview readable */
.is-max-miniapp .mini-category-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start;
}
.is-max-miniapp .mini-category:not([open]) > summary {
  flex-direction: column;
  align-items: stretch;
  min-height: 178px;
  padding: 13px 12px 12px;
  gap: 9px;
}
.is-max-miniapp .mini-category:not([open]) > summary::after {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0;
}
.is-max-miniapp .mini-category:not([open]) .mini-folder-preview {
  flex: 0 0 74px;
  width: 100%;
  height: 74px;
  padding: 7px;
  justify-content: space-around;
}
.is-max-miniapp .mini-category:not([open]) .mini-folder-preview img,
.is-max-miniapp .mini-category:not([open]) .mini-folder-preview i {
  flex-basis: 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
}
.is-max-miniapp .mini-category:not([open]) .mini-folder-copy {
  flex: 0 0 auto;
  padding-right: 24px;
}
.is-max-miniapp .mini-category:not([open]) .mini-folder-copy b {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.is-max-miniapp .mini-category:not([open]) > summary em {
  margin: auto 0 0;
}
.is-max-miniapp .mini-category[open] {
  grid-column: 1 / -1;
}
@media (min-width: 681px) {
  .is-max-miniapp .mini-category-list { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
  .is-max-miniapp .mini-category:not([open]) > summary { min-height: 194px; }
  .is-max-miniapp .mini-category:not([open]) .mini-folder-preview { height: 86px; flex-basis: 86px; }
  .is-max-miniapp .mini-category:not([open]) .mini-folder-preview img,
  .is-max-miniapp .mini-category:not([open]) .mini-folder-preview i { width: 38px; height: 38px; flex-basis: 38px; }
}

/* Quick offer rail and transparent overflow tile inside folders */
.is-max-miniapp .mini-category > summary::after { display: none; }
.is-max-miniapp .mini-category {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.22);
}
.is-max-miniapp .mini-category::before { opacity: .68; }
.is-max-miniapp .mini-category > summary { background: rgba(255,255,255,.12); }
.is-max-miniapp .mini-folder-preview { background: rgba(255,255,255,.2); }
.is-max-miniapp .mini-category-grid .mini-extra-product { display: none; }
.is-max-miniapp .mini-category-grid.is-expanded .mini-extra-product { display: block; }
.is-max-miniapp .mini-category[open] .mini-category-grid {
  grid-template-columns: none;
  grid-template-rows: none;
  grid-auto-flow: column;
  grid-auto-columns: calc(50% - 4px);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.is-max-miniapp .mini-category[open] .mini-category-grid::-webkit-scrollbar { display: none; }
.is-max-miniapp .mini-category[open] .mini-category-grid .product-card,
.is-max-miniapp .mini-category[open] .mini-category-grid .mini-more-card { scroll-snap-align: start; }
.is-max-miniapp .mini-more-card {
  display: grid;
  min-width: 0;
  min-height: 144px;
  place-items: center;
  align-content: center;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 18px;
  color: #8d526d;
  background: rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter: blur(16px) saturate(135%);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.is-max-miniapp .mini-more-card:hover,
.is-max-miniapp .mini-more-card:focus-visible { background: rgba(255,255,255,.38); transform: translateY(-2px); }
.is-max-miniapp .mini-more-card strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 50%;
  color: #b62e68;
  background: rgba(255,255,255,.34);
  font-size: 22px;
  font-weight: 400;
}
.is-max-miniapp .mini-more-card b { font-size: 11px; }
.is-max-miniapp .mini-more-card small { font-size: 9px; text-align: center; }
.is-max-miniapp .mini-top-offers {
  grid-column: 1 / -1;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px;
  background: rgba(255,255,255,.18);
  box-shadow: 0 10px 24px rgba(91,42,74,.06), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter: blur(18px) saturate(135%);
}
.is-max-miniapp .mini-top-heading { display: grid; gap: 2px; margin: 0 2px 8px; }
.is-max-miniapp .mini-top-heading > span { color: #bd3970; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.is-max-miniapp .mini-top-heading b { color: var(--ink); font-size: 14px; }
.is-max-miniapp .mini-top-heading small { color: var(--muted); font-size: 10px; }
.is-max-miniapp .mini-top-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.is-max-miniapp .mini-top-card {
  display: grid;
  grid-template-columns: 52px minmax(0,1fr);
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 66px;
  padding: 6px 8px 6px 6px;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 17px;
  color: var(--ink);
  text-align: left;
  background: linear-gradient(135deg, rgba(255,255,255,.62), rgba(255,236,229,.34));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 6px 14px rgba(104,54,79,.04);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.is-max-miniapp .mini-top-card:hover { transform: translateY(-2px); background: rgba(255,215,201,.54); box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 20px rgba(104,54,79,.1); }
.is-max-miniapp .mini-top-card:active { transform: translateY(0) scale(.98); }
.is-max-miniapp .mini-top-card:focus-visible { outline: 2px solid #c23d72; outline-offset: 2px; }
.is-max-miniapp .mini-top-photo { position: relative; width: 52px; height: 52px; }
.is-max-miniapp .mini-top-photo img { width: 52px; height: 52px; border: 2px solid rgba(255,255,255,.78); border-radius: 15px; object-fit: cover; }
.is-max-miniapp .mini-top-photo i { position: absolute; right: -3px; bottom: -3px; display: grid; width: 18px; height: 18px; place-items: center; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; color: #8b3c5d; background: rgba(255,245,239,.86); font-size: 8px; font-style: normal; font-weight: 800; }
.is-max-miniapp .mini-top-info { display: grid; min-width: 0; gap: 3px; }
.is-max-miniapp .mini-top-info b { overflow: hidden; color: var(--ink); font-size: 10px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.is-max-miniapp .mini-top-info strong { color: #7c4260; font-size: 11px; }
.is-max-miniapp .mini-top-info small { color: #b7356b; font-size: 9px; font-weight: 800; }
@media (min-width: 681px) {
  .is-max-miniapp .mini-top-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Peach glass controls: calm at rest, warmer on hover, deeper on press */
:root {
  --peach-glass: rgba(255, 190, 166, .68);
  --peach-glass-hover: rgba(247, 151, 139, .86);
  --peach-glass-active: rgba(218, 103, 116, .94);
  --peach-ink: #5a3040;
}
.button, .add-button, .filter, .icon-button, .gallery-open,
.cart-qty button, .close-button {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.button-primary, .add-button {
  border: 1px solid rgba(255,255,255,.66);
  background: var(--peach-glass);
  color: var(--peach-ink);
  box-shadow: 0 12px 26px rgba(207, 112, 99, .2), inset 0 1px 0 rgba(255,255,255,.72);
  backdrop-filter: blur(16px) saturate(125%);
}
.button-primary:hover, .add-button:hover {
  background: var(--peach-glass-hover);
  color: #fffaf7;
  box-shadow: 0 15px 30px rgba(207, 94, 107, .27), inset 0 1px 0 rgba(255,255,255,.7);
  transform: translateY(-2px);
}
.button-primary:active, .add-button:active,
.button-primary:focus-visible, .add-button:focus-visible {
  background: var(--peach-glass-active);
  color: #fff;
  box-shadow: 0 6px 14px rgba(177, 66, 91, .22), inset 0 2px 5px rgba(135, 48, 69, .16);
  transform: translateY(1px);
}
.button-secondary, .icon-button {
  border-color: rgba(207, 126, 111, .28);
  background: rgba(255, 248, 244, .62);
  color: var(--peach-ink);
  box-shadow: 0 8px 20px rgba(207, 126, 111, .09), inset 0 1px 0 rgba(255,255,255,.76);
  backdrop-filter: blur(14px) saturate(120%);
}
.button-secondary:hover, .icon-button:hover {
  border-color: rgba(224, 128, 116, .48);
  background: rgba(255, 214, 195, .78);
  color: var(--peach-ink);
  box-shadow: 0 12px 24px rgba(207, 112, 99, .16), inset 0 1px 0 rgba(255,255,255,.84);
  transform: translateY(-2px);
}
.button-secondary:active, .icon-button:active {
  background: rgba(240, 158, 143, .9);
  color: #fff;
  transform: translateY(1px);
}
.filter {
  border-color: rgba(207, 126, 111, .24);
  background: rgba(255, 248, 244, .54);
  color: var(--peach-ink);
}
.filter:hover {
  border-color: rgba(224, 128, 116, .44);
  background: rgba(255, 209, 190, .78);
  color: var(--peach-ink);
  transform: translateY(-1px);
}
.filter.is-active {
  border-color: rgba(255,255,255,.7);
  background: var(--peach-glass-active);
  color: #fff;
  box-shadow: 0 8px 18px rgba(190, 83, 99, .2), inset 0 1px 0 rgba(255,255,255,.48);
}
.gallery-open {
  border-color: rgba(255,255,255,.76);
  background: rgba(255, 224, 211, .74);
  color: var(--peach-ink);
}
.gallery-open:hover {
  border-color: rgba(255,255,255,.9);
  background: rgba(247, 151, 139, .88);
  color: #fff;
}
.gallery-open:active { background: rgba(218, 103, 116, .94); color: #fff; transform: translateY(1px); }
.close-button:hover {
  border-radius: 50%;
  background: rgba(255, 190, 166, .48);
  color: var(--peach-ink);
}
.cart-qty button:hover {
  border-color: rgba(224, 128, 116, .48);
  background: rgba(255, 209, 190, .72);
  color: var(--peach-ink);
}
.cart-qty button:active { background: rgba(218, 103, 116, .86); color: #fff; }
:is(.button, .add-button, .filter, .icon-button, .gallery-open, .cart-qty button, .close-button):focus-visible {
  outline: 3px solid rgba(218, 103, 116, .3);
  outline-offset: 3px;
}

/* Keep neighbouring cards compact when one description is open */
.product-grid { align-items: start; }
.product-card { align-self: start; height: fit-content; }
.product-details[open] {
  padding: 0 10px 8px;
  border-radius: 12px;
  background: rgba(255, 225, 211, .24);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.44);
}
.product-details[open] summary { margin: 0 -10px 8px; padding: 8px 10px; border-radius: 12px 12px 0 0; background: rgba(255, 196, 174, .28); }
.product-details[open] p { margin-bottom: 9px; }

/* Make the glass finish readable even on a light card */
.button-primary, .add-button {
  background: rgba(255, 190, 166, .46);
  border-color: rgba(255,255,255,.86);
  box-shadow: 0 12px 28px rgba(207, 112, 99, .2), inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(198, 92, 91, .12);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
}
.button-primary:hover, .add-button:hover { background: rgba(247, 151, 139, .78); }
.button-primary:active, .add-button:active { background: rgba(218, 103, 116, .92); }
.button-secondary, .icon-button, .filter, .gallery-open {
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  backdrop-filter: blur(18px) saturate(130%);
}

/* Preview interaction: the selected visual gently comes forward without shifting the grid. */
@media (hover: hover) and (pointer: fine) {
  .is-max-miniapp .mini-category:not([open]) > summary:hover .mini-folder-preview,
  .is-max-miniapp .mini-category:not([open]) > summary:focus-visible .mini-folder-preview {
    transform: scale(1.035);
    background: rgba(255, 224, 211, .34);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 8px 16px rgba(91,42,74,.1);
  }
  .is-max-miniapp .mini-category:not([open]) > summary:hover .mini-folder-preview img,
  .is-max-miniapp .mini-category:not([open]) > summary:focus-visible .mini-folder-preview img {
    transform: scale(1.09) rotate(-2deg);
  }
  .is-max-miniapp .mini-category:not([open]) > summary:hover .mini-folder-preview img:nth-child(even),
  .is-max-miniapp .mini-category:not([open]) > summary:focus-visible .mini-folder-preview img:nth-child(even) {
    transform: scale(1.09) rotate(2deg);
  }
  .is-max-miniapp .mini-top-card:hover .mini-top-photo,
  .is-max-miniapp .mini-top-card:focus-visible .mini-top-photo {
    transform: scale(1.06);
  }
  .is-max-miniapp .mini-top-card:hover .mini-top-photo i,
  .is-max-miniapp .mini-top-card:focus-visible .mini-top-photo i {
    transform: scale(1.14);
  }
  .is-max-miniapp .mini-category-grid .product-card:hover .gallery-open,
  .is-max-miniapp .mini-category-grid .product-card:focus-within .gallery-open {
    transform: scale(1.07);
    box-shadow: 0 8px 16px rgba(207, 112, 99, .2), inset 0 1px 0 rgba(255,255,255,.86);
  }
}

.mini-folder-preview,
.mini-folder-preview img,
.mini-folder-preview i,
.mini-top-photo,
.mini-top-photo i,
.gallery-open { transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease; }
.mini-folder-preview img,
.mini-folder-preview i,
.mini-top-photo,
.mini-top-photo i { will-change: transform; }
.is-max-miniapp .product-card.is-mini-recommended {
  border-color: rgba(218, 103, 116, .72);
  box-shadow: 0 0 0 3px rgba(255, 190, 166, .34), 0 16px 28px rgba(177, 66, 91, .18), inset 0 1px 0 rgba(255,255,255,.92);
}
.is-max-miniapp .mini-top-card.is-mini-recommended {
  border-color: rgba(218, 103, 116, .72);
  box-shadow: 0 0 0 3px rgba(255, 190, 166, .34), 0 12px 24px rgba(177, 66, 91, .18), inset 0 1px 0 rgba(255,255,255,.92);
}

/* New archive photos keep their original files, while the storefront gives them one warm, vivid look. */
.new-product-card .product-image {
  filter: saturate(1.14) sepia(.055) brightness(1.045) contrast(1.06);
}
.new-product-card .product-art::after {
  background: rgba(255, 183, 158, .14);
  mix-blend-mode: soft-light;
}
.gallery-modal.is-new-product .gallery-stage img,
.gallery-modal.is-new-product .gallery-thumb img {
  filter: saturate(1.14) sepia(.055) brightness(1.045) contrast(1.06);
}

/* A distinct MAX start screen: one clear promise, one action, then compact product folders. */
.is-max-miniapp .mini-welcome {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 9px;
  margin-bottom: 12px;
  padding: 18px 17px 16px;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 8%, rgba(218, 190, 255, .65), transparent 38%),
    radial-gradient(circle at 10% 100%, rgba(255, 184, 157, .62), transparent 43%),
    rgba(255,255,255,.46);
  box-shadow: 0 16px 32px rgba(91,42,74,.1), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(22px) saturate(145%);
}
.is-max-miniapp .mini-welcome::after {
  position: absolute;
  right: -40px;
  bottom: -62px;
  width: 168px;
  height: 168px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  box-shadow: inset 0 0 0 18px rgba(255,255,255,.1), inset 0 0 0 38px rgba(255,255,255,.08);
  content: "";
  pointer-events: none;
}
.is-max-miniapp .mini-welcome-kicker,
.is-max-miniapp .mini-catalog-label span {
  color: #be3970;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}
.is-max-miniapp .mini-welcome h1 {
  max-width: 290px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(27px, 8vw, 38px);
  line-height: .98;
}
.is-max-miniapp .mini-welcome p {
  max-width: 310px;
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.is-max-miniapp .mini-welcome-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #7f5268;
  font-size: 9px;
  font-weight: 800;
}
.is-max-miniapp .mini-welcome-meta span {
  padding: 5px 8px;
  border: 1px solid rgba(255,255,255,.76);
  border-radius: 999px;
  background: rgba(255,255,255,.34);
}
.is-max-miniapp .mini-welcome-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 999px;
  color: #fff;
  background: rgba(126, 56, 91, .9);
  box-shadow: 0 9px 18px rgba(126,56,91,.2), inset 0 1px 0 rgba(255,255,255,.32);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.is-max-miniapp .mini-welcome-cta:hover { transform: translateY(-2px); background: rgba(190,57,112,.95); box-shadow: 0 12px 22px rgba(126,56,91,.25), inset 0 1px 0 rgba(255,255,255,.4); }
.is-max-miniapp .mini-welcome-cta:active { transform: scale(.98); }

/* Three visual routes beside the first promise: occasion, recipient and mood. */
.is-max-miniapp .mini-welcome,
.is-max-miniapp .mini-choice-stack { min-width: 0; }
.is-max-miniapp .mini-choice-stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  align-items: center;
  gap: 10px;
}
.is-max-miniapp .mini-choice-card {
  display: block;
  width: min(100%, 168px);
  aspect-ratio: 1;
  min-width: 0;
  padding: 6px;
  border: 1px solid rgba(255,255,255,.86);
  justify-self: center;
  border-radius: 27px;
  background: linear-gradient(145deg, rgba(255,255,255,.5), rgba(255,194,174,.25));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), inset 0 -10px 22px rgba(255,172,153,.1), 0 12px 26px rgba(104,54,79,.1);
  backdrop-filter: blur(22px) saturate(155%);
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.is-max-miniapp .mini-choice-card:hover,
.is-max-miniapp .mini-choice-card:focus-visible {
  transform: translateY(-3px) scale(1.035);
  background: linear-gradient(145deg, rgba(255,255,255,.62), rgba(255,190,165,.38));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 -12px 24px rgba(255,172,153,.14), 0 16px 30px rgba(104,54,79,.14);
}
.is-max-miniapp .mini-choice-card:active { transform: scale(.97); }
.is-max-miniapp .mini-choice-card:focus-visible { outline: 2px solid #c23d72; outline-offset: 2px; }
.is-max-miniapp .mini-choice-card img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 17px;
  object-fit: cover;
}

.pwa-install-button {
  display: none;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(182, 46, 104, .2);
  border-radius: 999px;
  color: var(--rose-dark);
  background: rgba(255, 255, 255, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
  backdrop-filter: blur(14px) saturate(145%);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.pwa-install-button:hover { transform: translateY(-1px); background: rgba(255, 194, 174, .4); }
.pwa-hint {
  position: fixed;
  z-index: 90;
  right: 12px;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 12px;
  max-width: 430px;
  margin: auto;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(255, 248, 244, .88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(145%);
  font-size: 11px;
  line-height: 1.4;
}
[hidden] { display: none !important; }
@media (max-width: 560px) {
  .pwa-install-button { display: inline-flex; align-items: center; justify-content: center; }
  .site-header { padding-right: 10px; padding-left: 10px; }
  .is-max-miniapp .pwa-install-button { margin-left: auto; }
  .is-max-miniapp .cart-trigger { margin-left: 0; }
}
@media (display-mode: standalone) {
  body { padding-bottom: env(safe-area-inset-bottom); }
  .site-header { padding-top: max(12px, env(safe-area-inset-top)); }
  .pwa-install-button { display: none !important; }
}
@media (max-width: 680px) {
  .is-max-miniapp .mini-welcome { grid-column: 1; }
  .is-max-miniapp .mini-choice-stack { grid-column: 2; }
}
@media (min-width: 681px) {
  .is-max-miniapp .mini-welcome { grid-column: span 2; }
  .is-max-miniapp .mini-choice-stack { grid-column: span 2; }
}
@media (max-width: 420px) {
  .is-max-miniapp .mini-choice-card { width: min(100%, 142px); padding: 5px; border-radius: 22px; }
  .is-max-miniapp .mini-choice-card img { border-radius: 15px; }
}
.is-max-miniapp .mini-catalog-label {
  display: grid;
  gap: 3px;
  margin: 15px 2px 8px;
}
.is-max-miniapp .mini-catalog-label b {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
}

/* Full website storefront layer: a clear buying path between the story and the shelf. */
.storefront-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: -18px;
}
.storefront-strip a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  min-height: 74px;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(255, 250, 247, .76);
  box-shadow: 0 14px 30px rgba(91,42,74,.08), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(18px) saturate(125%);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.storefront-strip a:hover {
  transform: translateY(-4px);
  background: rgba(255, 221, 206, .82);
  box-shadow: 0 18px 34px rgba(177,66,91,.13), inset 0 1px 0 rgba(255,255,255,.95);
}
.storefront-strip a:active { transform: translateY(-1px) scale(.99); }
.storefront-index {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid rgba(190,57,112,.22);
  border-radius: 11px;
  color: var(--rose-dark);
  background: rgba(255,255,255,.52);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .06em;
}
.storefront-strip strong,
.storefront-strip small { display: block; }
.storefront-strip strong { margin-bottom: 4px; font-size: 13px; }
.storefront-strip small { color: var(--muted); font-size: 10px; line-height: 1.3; }
.storefront-strip a > b { color: var(--rose-dark); font-size: 17px; font-weight: 500; transition: transform .2s ease; }
.storefront-strip a:hover > b { transform: translate(2px, -2px); }

.hero-promise {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 475px);
  margin-top: 23px;
  padding: 10px 12px;
  border: 1px solid rgba(190,57,112,.14);
  border-radius: 16px;
  background: rgba(255,255,255,.46);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}
.hero-promise-mark {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  border: 1px solid rgba(190,57,112,.28);
  border-radius: 11px;
  color: var(--rose-dark);
  background: rgba(255, 224, 211, .52);
  font-family: Georgia, serif;
  font-size: 10px;
  font-weight: 700;
}
.hero-promise b,
.hero-promise small { display: block; }
.hero-promise b { margin-bottom: 3px; color: var(--ink); font-size: 11px; }
.hero-promise small { color: var(--muted); font-size: 10px; line-height: 1.35; }

.storefront-custom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 19px 21px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 21px;
  background:
    radial-gradient(circle at 92% 18%, rgba(218,190,255,.34), transparent 27%),
    rgba(255, 234, 224, .72);
  box-shadow: 0 15px 32px rgba(91,42,74,.08), inset 0 1px 0 rgba(255,255,255,.9);
}
.storefront-custom-cta .eyebrow { margin-bottom: 7px; font-size: 9px; }
.storefront-custom-cta h3 { margin: 0 0 5px; color: var(--ink); font-family: Georgia, serif; font-size: clamp(21px, 2.8vw, 29px); font-weight: 400; }
.storefront-custom-cta p:last-child { max-width: 590px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.storefront-custom-cta .button { flex: none; }

/* The mini app has its own compact start screen and should not inherit the full storefront rail. */
.is-max-miniapp .storefront-strip,
.is-max-miniapp .storefront-custom-cta,
.is-max-miniapp .hero-promise { display: none; }

@media (max-width: 820px) {
  .storefront-strip { margin-top: 0; }
  .storefront-custom-cta { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 560px) {
  .storefront-strip { grid-template-columns: 1fr; gap: 7px; }
  .storefront-strip a { min-height: 61px; padding: 10px 12px; }
  .storefront-strip a:nth-child(2) { background: rgba(244, 235, 255, .7); }
  .storefront-strip a:nth-child(3) { background: rgba(255, 240, 222, .72); }
  .hero-promise { margin-top: 17px; }
  .storefront-custom-cta { margin-top: 13px; padding: 16px; }
  .storefront-custom-cta .button { width: 100%; }
}
