:root{--bg: #fff8fb;--bg-strong: #ffeef5;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--surface-tint: #fff3f8;--line: rgba(181, 18, 90, .16);--line-strong: rgba(181, 18, 90, .26);--text: #4c1730;--text-soft: #7f5065;--accent: #c81f67;--accent-strong: #a91553;--accent-soft: rgba(200, 31, 103, .12);--shadow: 0 24px 60px rgba(156, 31, 84, .12);--shadow-soft: 0 16px 34px rgba(156, 31, 84, .08);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 14px;--container: 1180px;--keyboard-offset: 0px}*{box-sizing:border-box}[hidden]{display:none!important}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;font-family:Manrope,Avenir Next,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(255,185,214,.48),transparent 28%),radial-gradient(circle at bottom right,rgba(255,214,228,.8),transparent 22%),linear-gradient(180deg,#fffafc,#fff4f8)}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,select{cursor:pointer}.page-shell{width:min(calc(100% - 32px),var(--container));margin:0 auto;padding:24px 0 calc(80px + var(--keyboard-offset))}.hero{position:relative;overflow:hidden;padding:22px 24px;border:1px solid rgba(255,255,255,.72);border-radius:var(--radius-xl);background:linear-gradient(135deg,#ffffffd9,#fff1f7eb),var(--surface);box-shadow:var(--shadow)}.hero:after{content:"";position:absolute;inset:auto -110px -120px auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(200,31,103,.14),transparent 70%)}.hero__note-label{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-strong);background:#ffffffbd;border:1px solid rgba(200,31,103,.16)}.hero__content{margin-top:12px}.hero__brand{display:grid;grid-template-columns:1fr;gap:12px;justify-items:center;max-width:720px;margin:0 auto;text-align:center}.hero__logo{width:clamp(150px,20vw,220px);aspect-ratio:1;object-fit:cover;border-radius:50%;border:8px solid rgba(255,255,255,.68);box-shadow:0 18px 40px #9c1f542e}.hero__copy{max-width:560px}.eyebrow,.section-heading__eyebrow,.summary-card__eyebrow,.product-card__category{margin:0 0 8px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.hero h1,.section-heading h2,.summary-card h2,.form-card h2{margin:0;font-family:Cormorant Garamond,Baskerville,serif;line-height:.96;letter-spacing:-.01em}.hero h1{max-width:14ch;margin:0 auto;font-size:clamp(1.7rem,3.2vw,2.75rem);line-height:1.02}.hero__description,.hero__note p,.field span,.product-card__description,.empty-state,.selected-item__meta{line-height:1.6;color:var(--text-soft)}.hero__description{max-width:42ch;margin:10px 0 0;font-size:.88rem}.hero__note{position:relative;z-index:1;align-self:end;padding:22px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffff2,#fff3f8eb);border:1px solid rgba(200,31,103,.12);box-shadow:var(--shadow-soft)}.hero__note p{margin:14px 0 0}.layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:24px;margin-top:28px;align-items:start}.catalog-section,.summary-card,.form-card{border:1px solid rgba(255,255,255,.82);border-radius:var(--radius-xl);background:linear-gradient(180deg,#ffffffd9,#fff8fbe6);box-shadow:var(--shadow-soft)}.catalog-section,.summary-card,.form-card{padding:24px}.section-heading,.summary-card__header{display:flex;justify-content:space-between;gap:16px;align-items:start}.catalog-section__title{margin:0;font-size:clamp(2rem,4vw,2.8rem);font-weight:800;letter-spacing:.02em;color:var(--accent-strong)}.section-heading h2{font-size:clamp(2rem,4vw,2.8rem)}.summary-card h2,.form-card h2{font-size:clamp(1.55rem,3vw,2.15rem);line-height:1}.section-heading--compact{margin-bottom:18px}.product-grid{display:grid;gap:22px;margin-top:26px}.product-grid--flat{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.catalog-feedback{margin:18px 0 0;color:var(--muted);font-size:.96rem}.product-group{display:grid;gap:14px}.product-group__header{display:grid;gap:4px}.product-group__eyebrow{margin:0;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-strong)}.product-group__title{margin:0;font-family:Cormorant Garamond,Baskerville,serif;font-size:clamp(1.45rem,3vw,2rem);line-height:1}.product-group__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.product-card{display:grid;grid-template-rows:auto 1fr;gap:14px;height:100%;padding:14px;border-radius:var(--radius-lg);background:var(--surface-strong);border:1px solid var(--line);box-shadow:0 10px 24px #9c1f540d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:0 18px 34px #9c1f541f}.product-card[data-available=false]{background:linear-gradient(180deg,#ffffffeb,#fff4f7eb)}.product-card[data-available=false]:hover{transform:none}.product-card__visual{display:block}.product-card__image,.product-card__placeholder{min-height:148px;aspect-ratio:4 / 3;border-radius:var(--radius-md)}.product-card__image{width:100%;object-fit:cover;border:1px solid rgba(200,31,103,.12);box-shadow:inset 0 0 0 1px #ffffff80}.product-card__placeholder{display:grid;place-items:center;gap:6px;padding:14px;text-align:center;color:var(--accent-strong);background:linear-gradient(135deg,#ffdae8c7,#fff2f7f0),var(--surface-tint);border:1px dashed rgba(200,31,103,.26)}.product-card__placeholder span{font-family:Cormorant Garamond,Baskerville,serif;font-size:1.7rem;font-weight:700}.product-card__placeholder small{display:block;max-width:20ch;line-height:1.5;color:var(--text-soft)}.product-card__body{display:grid;gap:12px}.product-card__title-row{display:flex;justify-content:space-between;gap:14px;align-items:start}.product-card__title{margin:0;font-size:1.25rem}.product-card__premium-badge{display:inline-flex;align-items:center;gap:6px;margin:0 0 8px;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8b5a00;background:linear-gradient(135deg,#fff3b0,#ffe27a);box-shadow:inset 0 0 0 1px #8b5a001f}.product-card__premium-badge:before{content:"";width:8px;height:8px;flex-shrink:0;border-radius:50%;background:#d9a400;box-shadow:0 0 0 2px #ffffff73}.product-card__price,.summary-totals dd{font-weight:800;color:var(--accent-strong)}.product-card__description{margin:0;font-size:.92rem;line-height:1.5}.product-card__footer{display:grid;gap:8px;margin-top:auto}.product-card__add-button{border:0;border-radius:999px;padding:14px 16px;font-weight:800;color:var(--surface-strong);background:linear-gradient(135deg,#d9226e,#9f154f);box-shadow:0 14px 24px #9c1f542e;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.product-card__add-button:hover{transform:translateY(-2px);box-shadow:0 18px 28px #9c1f543d;filter:saturate(1.04)}.product-card__add-button:disabled{cursor:not-allowed;color:var(--text-soft);background:linear-gradient(135deg,#f3dce5,#ead1db);box-shadow:none;filter:none}.product-card__add-button:disabled:hover{transform:none;box-shadow:none}.product-card__status{margin:0;font-size:.82rem;font-weight:700;color:var(--accent-strong)}.checkout-panel{position:sticky;top:18px;display:grid;gap:18px}.selected-items{display:grid;gap:10px;margin-top:16px}.selected-item,.empty-state{padding:12px 14px;border-radius:var(--radius-md);background:var(--surface-strong);border:1px solid var(--line)}.selected-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.selected-item__title{margin:0;font-size:1rem;font-weight:700}.selected-item__main{min-width:0}.selected-item__line-total{margin:4px 0 0;font-size:.82rem;font-weight:700;color:var(--accent-strong)}.selected-item__actions{display:flex;align-items:center}.selected-item__controls{display:inline-flex;align-items:center;gap:8px;min-width:132px;padding:4px;border-radius:999px;background:var(--bg-strong);border:1px solid rgba(200,31,103,.14)}.selected-item__button{width:30px;height:30px;border:1px solid transparent;border-radius:50%;font-size:.95rem;font-weight:800}.selected-item__button--increase{color:var(--surface-strong);background:linear-gradient(180deg,var(--accent),var(--accent-strong))}.selected-item__button--decrease{color:var(--accent-strong);background:#fffffff5;border-color:#c81f6738}.selected-item__count{min-width:2ch;text-align:center;font-size:.95rem;font-weight:800;color:var(--text)}.selected-item__meta,.empty-state{margin:0;font-size:.92rem}.summary-totals{display:grid;gap:12px;margin:20px 0 0}.summary-totals div{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-bottom:12px;border-bottom:1px solid var(--line)}.summary-totals dt,.summary-totals dd{margin:0}.summary-totals__grand{padding-bottom:0;border-bottom:0}.summary-totals__grand dt,.summary-totals__grand dd{font-size:1.1rem}.order-form{display:grid;gap:12px}.field,.field-grid{display:grid;gap:12px;scroll-margin-block:24px calc(24px + var(--keyboard-offset))}.field span{font-size:.88rem;font-weight:700;color:var(--text)}.field-static{margin:0;padding:14px 16px;border:1px solid var(--line);border-radius:var(--radius-sm);font-weight:700;color:var(--accent-strong);background:#ffffffe6}.field input,.field select,.field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--text);background:#ffffffe6;outline:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:#c81f676b;box-shadow:0 0 0 4px #c81f671a;transform:translateY(-1px)}.field textarea{resize:vertical;min-height:96px}.location-button{border:1px solid var(--line-strong);border-radius:999px;padding:12px 16px;font-weight:700;color:var(--accent-strong);background:#ffffffeb;transition:transform .18s ease,border-color .18s ease,background .18s ease}.location-button:hover{transform:translateY(-1px);border-color:#c81f6766;background:#fff7fa}.location-button:disabled{cursor:wait;transform:none;opacity:.72}.field-help{margin:0;font-size:.82rem;line-height:1.45;color:var(--text-soft)}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-card,.form-card{overflow:hidden}.submit-button{border:0;border-radius:999px;padding:14px 18px;font-weight:800;color:var(--surface-strong);background:linear-gradient(135deg,#d9226e,#9f154f);box-shadow:0 18px 30px #9c1f5438;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 24px 36px #9c1f5447;filter:saturate(1.05)}.submit-button:active{transform:translateY(0)}.secondary-button{border:1px solid var(--line-strong);border-radius:999px;padding:14px 18px;font-weight:800;color:var(--accent-strong);background:#ffffffeb;transition:transform .18s ease,border-color .18s ease,background .18s ease}.secondary-button:hover{transform:translateY(-2px);border-color:#c81f6766;background:#fff7fa}.modal{position:fixed;inset:0;z-index:30;display:none}.modal.is-open{display:block}.modal__backdrop{position:absolute;inset:0;background:#4c17306b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal__dialog{position:relative;width:min(calc(100% - 24px),560px);margin:min(10vh,72px) auto 0;max-height:min(84vh,760px);padding:24px;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;border-radius:var(--radius-xl);background:linear-gradient(180deg,#fffffffa,#fff5f9f5);border:1px solid rgba(255,255,255,.92);box-shadow:0 30px 80px #4c173038;overflow:hidden}.modal__close{position:absolute;top:14px;right:14px;width:40px;height:40px;border:0;border-radius:50%;font-size:1.8rem;line-height:1;color:var(--accent-strong);background:#ffeef5eb}.modal__title{margin:0;font-family:Cormorant Garamond,Baskerville,serif;font-size:clamp(2rem,5vw,2.8rem);line-height:.98}.modal__items{display:grid;gap:12px;margin-top:22px;min-height:0;overflow-y:auto;padding-right:6px}.modal__item{padding:14px 16px;border-radius:var(--radius-md);background:#fff;border:1px solid var(--line)}.modal__item-title{margin:0;font-weight:700;color:var(--text)}.modal__item-detail{margin:6px 0 0;line-height:1.5;color:var(--text-soft)}.modal__total{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-top:18px;padding:18px 20px;border-radius:var(--radius-md);background:linear-gradient(135deg,#ffe4efe6,#fff6faf2);border:1px solid rgba(200,31,103,.16)}.modal__total span{font-weight:700;color:var(--text-soft)}.modal__total strong{font-size:1.3rem;color:var(--accent-strong)}.modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}@media(max-width:1080px){.hero__content,.layout{grid-template-columns:1fr}.checkout-panel{position:static}}@media(max-width:760px){:root{--radius-xl: 20px;--radius-lg: 18px;--radius-md: 14px}.page-shell{width:100%;padding:0 12px calc(48px + var(--keyboard-offset))}.hero{margin:0 -12px;padding:14px 16px;border:0;border-bottom:1px solid var(--line);border-radius:0 0 20px 20px;box-shadow:0 8px 24px #9c1f5414}.hero:after{width:140px;height:140px;right:-50px;bottom:-70px}.hero__content{margin-top:0}.hero__brand{grid-template-columns:1fr;gap:10px;justify-items:center;text-align:center}.hero__copy{min-width:0;max-width:320px}.hero__logo{width:clamp(112px,32vw,144px);height:auto;margin:0;border-width:4px;box-shadow:0 8px 20px #9c1f5424}.hero .eyebrow{margin-bottom:4px;font-size:.65rem;letter-spacing:.1em}.hero h1{max-width:14ch;font-size:clamp(1.3rem,5.4vw,1.7rem);line-height:1.02}.hero__description{display:-webkit-box;max-width:28ch;margin:6px auto 0;overflow:hidden;font-size:.74rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.layout{display:flex;flex-direction:column;gap:14px;margin-top:14px;align-items:stretch}.catalog-section,.summary-card,.form-card{padding:16px;border-radius:20px}.catalog-section{order:1}.checkout-panel{position:static;order:2;gap:14px;width:100%}body.keyboard-open .checkout-panel,body.keyboard-open .form-card,body.keyboard-open .order-form{overflow:visible}body.keyboard-open .layout{padding-bottom:12px}.section-heading,.summary-card__header{display:grid;grid-template-columns:1fr;gap:6px}.section-heading h2,.catalog-section__title{font-size:1.55rem;line-height:1}.summary-card h2,.form-card h2{font-size:1.28rem;line-height:1}.section-heading__eyebrow,.summary-card__eyebrow{margin-bottom:4px;font-size:.68rem}.field-grid{grid-template-columns:1fr;gap:10px}.product-grid{gap:12px;margin-top:16px}.product-grid--flat{grid-template-columns:1fr}.product-group{gap:10px}.product-group__title{font-size:1.45rem}.product-group__grid{grid-template-columns:1fr;gap:12px}.product-card{grid-template-rows:auto 1fr;gap:10px;padding:12px;border-radius:18px}.product-card:hover{transform:none}.product-card__placeholder{min-height:124px;padding:9px;border-radius:14px}.product-card__placeholder span{font-size:1.05rem}.product-card__placeholder small{display:none}.product-card__body{gap:8px}.product-card__add-button{padding:13px 14px}.product-card__title{font-size:1rem;line-height:1.2}.product-card__price{flex-shrink:0;font-size:.9rem}.product-card__description{display:-webkit-box;overflow:hidden;font-size:.78rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.selected-item{grid-template-columns:1fr;gap:10px;padding:10px 12px}.selected-item__title{font-size:.94rem}.selected-item__line-total{font-size:.78rem;line-height:1.4}.selected-item__actions{width:100%}.selected-item__controls{width:100%;justify-content:space-between;min-width:0;padding:4px}.selected-item__button{width:34px;height:34px}.order-form{gap:12px}.field span{font-size:.86rem}.field-static,.field input,.field select,.field textarea{padding:12px 14px}.field{gap:8px}.form-card .section-heading--compact{margin-bottom:14px}.submit-button,.secondary-button,.location-button{padding:14px 16px}.summary-card,.form-card{padding:13px;width:100%;min-width:0}.summary-totals{gap:10px;margin-top:16px}.summary-totals div{padding-bottom:10px}.field span,.field-static,.field input,.field select,.field textarea{font-size:.88rem}.submit-button,.secondary-button{padding:14px 16px}.modal__dialog{width:min(calc(100% - 16px),560px);margin-top:8vh;padding:18px}.modal__actions{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
