@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Cormorant+Garamond:wght@500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden;overscroll-behavior-x:none;overscroll-behavior-y:auto}::selection{background:color-mix(in srgb,var(--color-primary, #111111) 20%,white)}body{margin:0;min-width:320px;background:var(--color-surface, #ffffff);color:var(--color-text-strong, #111111);font-family:var(--font-sans, "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden;overscroll-behavior-x:none;overscroll-behavior-y:auto}body,button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}button,input,select,textarea{border:0}#app{min-height:100vh;background:#fff}.app-loading-screen{min-height:100vh;display:grid;place-items:center;background:#fff}.app-loading-screen__inner{display:grid;justify-items:center;gap:20px}.app-loading-screen__brand{font-family:var(--font-display, "Cormorant Garamond", Georgia, serif);font-size:2.5rem;font-weight:600;letter-spacing:.08em}.app-loading-screen__spinner{width:36px;height:36px;border:2px solid rgba(17,17,17,.12);border-top-color:var(--color-text-strong, #111111);border-radius:999px;animation:app-loading-spin .8s linear infinite}@keyframes app-loading-spin{to{transform:rotate(360deg)}}.icon{width:20px;height:20px;flex:0 0 auto}.icon--xs{width:14px;height:14px}.icon--sm{width:16px;height:16px}.icon--md{width:24px;height:24px}.icon--lg{width:28px;height:28px}.titles{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px;overflow:hidden}.titles__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center top}.titles:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000080,#000000b3)}.titles__content{position:relative;z-index:1;max-width:42rem;padding:88px 24px 0;color:#fff;text-align:center}.titles__kicker{color:var(--brand-blush-400);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.titles__title{margin:16px 0 0;color:#fff;font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.titles__description{margin:16px auto 0;color:#ffffffbd;line-height:1.8}@media(max-width:768px){.titles{min-height:380px}}.about{background:#fff}.about__section{padding:96px 0;background:linear-gradient(180deg,#fef7f780,#fff)}.about__shell{width:min(100% - 48px,1280px);margin:0 auto}.about__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:64px;align-items:center}.about__kicker{color:var(--brand-blush-400);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.about__title{margin:16px 0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.about__copy p{margin:0 0 24px;color:var(--tone-stone-600);line-height:1.9}.about__stats{display:flex;flex-wrap:wrap;gap:48px}.about__stat-value{color:var(--brand-blush-400);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:3rem;line-height:1}.about__stat-label{margin-top:6px;color:var(--tone-stone-500);font-size:.875rem}.about__media{position:relative}.about__image{display:block;width:100%;border-radius:24px;box-shadow:var(--site-shadow-soft)}.about__badge{position:absolute;bottom:-32px;left:-32px;display:flex;align-items:center;gap:16px;max-width:18rem;padding:24px;border-radius:20px;background:#fff;box-shadow:var(--site-shadow-soft)}.about__badge-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:var(--brand-blush-100);color:var(--brand-blush-500)}.about__badge-title{margin-bottom:4px;color:var(--tone-stone-800);font-weight:600}.about__badge-text{color:var(--tone-stone-600);line-height:1.8}@media(max-width:900px){.about__grid{grid-template-columns:1fr;gap:48px}.about__badge{position:static;margin-top:20px}}@media(max-width:768px){.about__section{padding:72px 0}.about__shell{width:min(100% - 32px,1280px)}.about__stats{gap:24px}}.cart{padding:48px 0 96px}.cart__shell{width:min(100% - 48px,1280px);margin:0 auto}.cart__layout{display:grid;grid-template-columns:minmax(0,1.2fr) 380px;gap:40px}.cart__section-head{margin-bottom:28px}.cart__kicker{color:var(--brand-blush-400);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.cart__title{margin:16px 0 0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.cart__list{display:grid;gap:22px;margin:0 0 32px;padding:0;list-style:none}.cart__item{display:flex;gap:20px;padding:22px;border:1px solid rgba(244,138,138,.14);border-radius:28px;background:#fffffff0;box-shadow:0 18px 40px #2925240d}.cart__image{width:124px;flex:none;overflow:hidden;border-radius:18px;aspect-ratio:3 / 4;background:var(--brand-blush-50)}.cart__image img{width:100%;height:100%;object-fit:cover}.cart__content{flex:1}.cart__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cart__row--bottom{align-items:center;margin-top:18px}.cart__name{color:var(--tone-stone-800);font-size:1.08rem;font-weight:600;text-decoration:none}.cart__meta{margin:8px 0 0;color:var(--tone-stone-500);line-height:1.7}.cart__price{color:var(--brand-blush-500);font-size:1.05rem}.cart__stepper{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 6px;border:1px solid rgba(244,138,138,.18);border-radius:999px;background:#fff}.cart__stepper-button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--tone-stone-700);cursor:pointer}.cart__stepper-button:hover:not(:disabled){background:#f48a8a14}.cart__stepper-button:disabled{cursor:not-allowed;opacity:.45}.cart__stepper-value{min-width:28px;color:var(--tone-stone-800);font-weight:600;text-align:center}.cart__remove{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(244,138,138,.14);border-radius:999px;background:#fff;color:var(--tone-stone-700);cursor:pointer}.cart__remove:hover{border-color:#f48a8a42;background:#f48a8a0f;color:var(--brand-blush-500)}.cart__continue{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 32px;border:1px solid rgba(68,64,60,.16);border-radius:999px;background:#fff;color:var(--tone-stone-800);font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.cart__continue:hover{transform:translateY(-1px);background:var(--tone-stone-50);border-color:#44403c38;box-shadow:0 12px 30px #29252414}.cart__back-icon{transform:rotate(180deg)}.cart__summary{align-self:start;padding:30px;border:1px solid rgba(244,138,138,.14);border-radius:30px;background:linear-gradient(180deg,#fffffffa,#fef7f7eb);box-shadow:0 22px 48px #2925240f}.cart__summary-title{margin:0 0 24px;color:var(--tone-stone-800);font-size:1.2rem}.cart__identity{display:grid;gap:12px;margin-bottom:20px}.cart__label{display:block;margin:0 0 14px;color:var(--tone-stone-800);font-size:.94rem;font-weight:600}.cart__readonly,.cart__field,.cart__promo-field{width:100%;min-height:54px;padding:0 18px;border:1px solid rgba(244,138,138,.14);border-radius:16px;background:#fff;color:var(--tone-stone-800);font:inherit}.cart__readonly{display:flex;align-items:center}.cart__field::placeholder,.cart__promo-field::placeholder{color:var(--tone-stone-400)}.cart__field:focus-visible,.cart__promo-field:focus-visible{outline:2px solid rgba(244,138,138,.18);outline-offset:1px}.cart__promo{display:flex;gap:12px}.cart__promo-input{display:flex;flex:1;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(244,138,138,.14);border-radius:16px;background:#fff;color:var(--tone-stone-600)}.cart__promo-field{min-height:52px;padding:0;border:0;background:transparent}.cart__promo-field:focus{outline:none}.cart__promo-button{min-height:54px;padding:0 24px;border:1px solid rgba(68,64,60,.16);border-radius:999px;background:#fff;color:var(--tone-stone-800);font-size:.95rem;font-weight:600;cursor:pointer}.cart__hint{margin:14px 0 0;color:var(--tone-stone-500);font-size:.92rem}.cart__hint--error{color:#b3563b}.cart__hint--success{color:#2f7a58}.cart__lines{display:grid;gap:14px;margin-top:24px}.cart__lines>div{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--tone-stone-600)}.cart__lines strong{color:var(--tone-stone-800)}.cart__total{padding-top:18px;border-top:1px solid rgba(244,138,138,.14)}.cart__checkout,.cart__empty-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 32px;border:0;border-radius:999px;background:var(--brand-blush-400);color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;box-shadow:0 20px 40px #f48a8a40;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.cart__checkout{width:100%;margin-top:24px}.cart__checkout:hover,.cart__empty-button:hover{transform:translateY(-1px);background:var(--brand-blush-500);box-shadow:0 24px 44px #f48a8a47}.cart__empty{display:grid;justify-items:center;gap:16px;padding:64px 0;text-align:center}.cart__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:999px;background:var(--brand-blush-50);color:var(--brand-blush-500)}.cart__empty-title{margin:0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2rem,3vw,3rem);line-height:1.1}.cart__empty-description{max-width:34rem;margin:0;color:var(--tone-stone-600);line-height:1.8}@media(max-width:980px){.cart__layout{grid-template-columns:1fr}}@media(max-width:768px){.cart{padding:40px 0 72px}.cart__shell{width:min(100% - 32px,1280px)}.cart__item{flex-direction:column}.cart__image{width:100%;max-width:220px}.cart__promo{flex-direction:column}}.contact{background:#fff}.contact__section{padding:72px 0 96px}.contact__shell{width:min(100% - 48px,1280px);margin:0 auto}.contact__form-card{width:min(100%,860px);margin:0 auto;padding:32px;border:1px solid rgba(252,217,217,.8);border-radius:24px;background:linear-gradient(135deg,var(--brand-blush-50) 0%,#ffffff 100%);box-shadow:0 20px 40px #f48a8a14}.contact__form-title{margin:0 0 24px;color:var(--tone-stone-800);font-size:1.75rem}.contact__form{display:grid;gap:16px}.contact__grid-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact__field{display:grid;gap:10px}.contact__field label{color:var(--tone-stone-700);font-size:.95rem;font-weight:500}.contact__field input,.contact__field textarea{width:100%;min-height:54px;padding:14px 16px;border:1px solid rgba(214,211,209,.8);border-radius:16px;background:#ffffffeb;color:var(--tone-stone-700);font:inherit;transition:border-color .25s ease,box-shadow .25s ease}.contact__field textarea{min-height:220px;resize:vertical}.contact__field input:focus,.contact__field textarea:focus{border-color:#f48a8acc;outline:0;box-shadow:0 0 0 4px #f48a8a1f}.contact__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px}.contact__footer span{color:#1919198f;font-size:.92rem}.contact__submit{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 32px;border:0;border-radius:999px;background:var(--brand-blush-400);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 20px 40px #f48a8a40;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.contact__submit:hover{transform:translateY(-1px);background:var(--brand-blush-500);box-shadow:0 24px 44px #f48a8a47}@media(max-width:768px){.contact__section{padding:56px 0 72px}.contact__shell{width:min(100% - 32px,1280px)}.contact__grid-two{grid-template-columns:1fr}.contact__footer{flex-direction:column;align-items:stretch}}.home{background:#fff;color:var(--tone-stone-800)}.home section[id]{scroll-margin-top:96px}.banner{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;overflow:hidden}.banner__image,.banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.banner__image{width:100%;height:100%;object-fit:cover}.banner__overlay{background:linear-gradient(180deg,#0006,#0003 45%,#0009)}.banner__content{position:relative;z-index:1;display:grid;justify-items:center;width:100%;max-width:64rem;padding:56px 24px 24px;box-sizing:border-box;color:#fff;text-align:center}.banner__kicker{display:inline-block;margin-bottom:24px;color:#f9b8b8;font-size:.875rem;letter-spacing:.4em;text-transform:uppercase}.banner__title{margin:0 0 24px;width:100%;font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(3.5rem,8vw,7rem);line-height:1.05;text-shadow:0 12px 30px rgba(0,0,0,.25)}.banner__title-highlight{display:block;color:#f9b8b8}.banner__description{max-width:40rem;margin:0 auto 40px;color:#fffc;font-size:1.125rem;line-height:1.8}.banner__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.banner__button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 32px;border:1px solid transparent;border-radius:999px;font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease}.banner__button:hover{transform:translateY(-1px)}.banner__button--primary{background:var(--brand-blush-400);color:#fff;box-shadow:0 20px 40px #f48a8a40}.banner__button--primary:hover{background:var(--brand-blush-500);box-shadow:0 24px 44px #f48a8a47}.banner__button--outline{border-color:#ffffff80;color:#fff}.banner__button--outline:hover{background:#ffffff1a}.banner__scroll{position:absolute;bottom:32px;left:50%;z-index:1;display:inline-flex;color:#fff9;transform:translate(-50%);animation:banner-bounce 2s infinite}@keyframes banner-bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}@media(max-width:768px){.home section[id]{scroll-margin-top:84px}.banner__content{padding:48px 20px 24px}.banner__description{font-size:1rem;line-height:1.7}.banner__image{object-position:right center}}.contact_home{padding:96px 0}.contact_home__shell{width:min(100% - 48px,1280px);margin:0 auto}.contact_home__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:64px;align-items:center}.contact_home__copy{max-width:36rem}.contact_home__kicker{color:var(--brand-blush-400);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.contact_home__title{margin:16px 0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.contact_home__copy p{margin:0 0 32px;color:var(--tone-stone-600);line-height:1.9}.contact_home__list{display:grid;gap:24px}.contact_home__item{display:flex;align-items:flex-start;gap:16px}.contact_home__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 auto;border-radius:16px;background:var(--brand-blush-100);color:var(--brand-blush-500)}.contact_home__label{margin:0 0 4px;color:var(--tone-stone-800);font-weight:600}.contact_home__text{color:var(--tone-stone-600);line-height:1.8}.contact_home__form-card{padding:32px;border:1px solid rgba(252,217,217,.8);border-radius:24px;background:linear-gradient(135deg,var(--brand-blush-50) 0%,#ffffff 100%);box-shadow:0 20px 40px #f48a8a14}.contact_home__form-title{margin:0 0 24px;color:var(--tone-stone-800);font-size:1.25rem}.contact_home__form{display:grid;gap:20px}.contact_home__field{display:grid;gap:10px}.contact_home__field-label{color:var(--tone-stone-700);font-size:.9375rem;font-weight:500}.contact_home__field-control{width:100%;min-height:54px;padding:14px 16px;border:1px solid rgba(214,211,209,.8);border-radius:16px;background:#ffffffeb;color:var(--tone-stone-700);font:inherit;transition:border-color .25s ease,box-shadow .25s ease}select.contact_home__field-control{padding-right:56px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--tone-stone-500) 50%),linear-gradient(135deg,var(--tone-stone-500) 50%,transparent 50%);background-position:calc(100% - 28px) calc(50% - 3px),calc(100% - 20px) calc(50% - 3px);background-size:8px 8px,8px 8px;background-repeat:no-repeat}.contact_home__field-control:focus{border-color:#f48a8acc;outline:0;box-shadow:0 0 0 4px #f48a8a1f}.contact_home__field-control::placeholder{color:var(--tone-stone-400)}.contact_home__field-textarea{min-height:110px;resize:vertical}.contact_home__feedback{margin:-4px 0 0;padding:12px 14px;border-radius:14px;font-size:.875rem;line-height:1.7}.contact_home__feedback--success{background:#16a34a1f;color:#166534}.contact_home__feedback--error{background:#dc26261f;color:#b91c1c}.contact_home__submit{width:100%;min-height:54px;border:0;border-radius:999px;background:var(--brand-blush-400);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 20px 40px #f48a8a40;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.contact_home__submit:hover{transform:translateY(-1px);background:var(--brand-blush-500);box-shadow:0 24px 44px #f48a8a47}.contact_home__submit:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}@media(max-width:900px){.contact_home__grid{grid-template-columns:1fr;gap:48px}}@media(max-width:768px){.contact_home{padding:72px 0}.contact_home__shell{width:min(100% - 32px,1280px)}}.products_home{padding:96px 0;background:var(--tone-stone-50)}.products_home__shell{width:min(100% - 48px,1280px);margin:0 auto}.products_home__head{max-width:42rem;margin:0 auto 64px;text-align:center}.products_home__kicker{color:var(--brand-blush-400);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.products_home__title{margin:16px 0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.products_home__description{max-width:34rem;margin:0 auto;color:var(--tone-stone-500);line-height:1.8}.products_home__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.products_home__card{display:block;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 10px 30px #2925240a;color:inherit;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.products_home__card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #2925241a}.products_home__media{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden}.products_home__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.products_home__card:hover .products_home__media img{transform:scale(1.05)}.products_home__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .35s ease}.products_home__card:hover .products_home__overlay{background:#0000001a}.products_home__body{display:flex;flex-direction:column;gap:10px;padding:20px 20px 22px}.products_home__meta{margin:0;color:var(--brand-blush-400);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.products_home__card-title{margin:0;color:var(--tone-stone-800);font-size:1.125rem;line-height:1.35}.products_home__card-description{display:-webkit-box;margin:0;overflow:hidden;color:var(--tone-stone-500);font-size:.9375rem;line-height:1.75;-webkit-line-clamp:2;-webkit-box-orient:vertical}.products_home__card-foot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:6px}.products_home__price{color:var(--tone-stone-800);font-size:1rem}.products_home__view{color:var(--brand-blush-500);font-size:.875rem;font-weight:600}.products_home__cta{display:flex;justify-content:center;margin-top:48px}.products_home__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 32px;border:1px solid rgba(68,64,60,.16);border-radius:999px;background:#fff;color:var(--tone-stone-800);font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.products_home__button:hover{transform:translateY(-1px);background:var(--tone-stone-50);border-color:#44403c38;box-shadow:0 12px 30px #29252414}@media(max-width:1100px){.products_home__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.products_home{padding:72px 0}.products_home__shell{width:min(100% - 32px,1280px)}.products_home__grid{grid-template-columns:1fr}}.services_home{padding:96px 0}.services_home__shell{width:min(100% - 48px,1280px);margin:0 auto}.services_home__head{max-width:42rem;margin:0 auto 64px;text-align:center}.services_home__kicker{color:var(--brand-blush-400);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.services_home__title{margin:16px 0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.services_home__description{max-width:34rem;margin:0 auto;color:var(--tone-stone-500);line-height:1.8}.services_home__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.services_home__card{position:relative;display:flex;flex-direction:column;min-height:400px;padding:32px;border:1px solid rgba(255,255,255,.18);border-radius:24px;color:#fff7f5;background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 18px 40px #2925241f;transition:transform .3s ease,box-shadow .3s ease}.services_home__card:hover{transform:translateY(-4px);box-shadow:var(--site-shadow-elevated)}.services_home__card--sparkles{background:radial-gradient(circle at top right,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,#f08d89,#d95d70)}.services_home__card--flower{background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 36%),linear-gradient(135deg,#b07aa1,#7a5aa6)}.services_home__card--heart{background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 34%),linear-gradient(135deg,#e09d6f,#bf6f54)}.services_home__card--diamond{background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 34%),linear-gradient(135deg,#7ca6bf,#4f789d)}.services_home__card--with-image{border-color:#ffffff1f}.services_home__card-title{margin:0 0 12px;color:#fff;font-size:1.25rem}.services_home__card-description{margin:0;color:#fff7f5e0;font-size:.9375rem;line-height:1.8}.services_home__card-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;padding-top:24px;color:#fff;font-size:.875rem;font-weight:600;text-decoration:none}.services_home__cta{display:flex;justify-content:center;margin-top:48px}.services_home__button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:54px;padding:0 32px;border:1px solid rgba(68,64,60,.16);border-radius:999px;background:#fff;color:var(--tone-stone-800);font-size:.95rem;font-weight:600;line-height:1;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.services_home__button:hover{transform:translateY(-1px);background:var(--tone-stone-50);border-color:#44403c38;box-shadow:0 12px 30px #29252414}@media(max-width:1100px){.services_home__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.services_home{padding:72px 0}.services_home__shell{width:min(100% - 32px,1280px)}.services_home__grid{grid-template-columns:1fr}}.showcase{padding:96px 0}.showcase__shell{width:min(100% - 48px,1280px);margin:0 auto}.showcase__head{max-width:42rem;margin:0 auto 64px;text-align:center}.showcase__kicker{color:var(--brand-blush-400);font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.showcase__title{margin:16px 0 0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.showcase__description{max-width:34rem;margin:20px auto 0;color:var(--tone-stone-500);line-height:1.8}.showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.showcase__tile{overflow:hidden;border-radius:20px;box-shadow:0 8px 24px #2925240a}.showcase__tile img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.showcase__tile:hover img{transform:scale(1.05)}.showcase__tile--tall{grid-row:span 2;aspect-ratio:1 / 2.06}.showcase__tile--square{aspect-ratio:1}@media(max-width:1100px){.showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase__tile--tall{grid-row:span 1;aspect-ratio:1}}@media(max-width:768px){.showcase{padding:72px 0}.showcase__shell{width:min(100% - 32px,1280px)}.showcase__grid{grid-template-columns:1fr}}.testimonials_home{position:relative;padding:96px 0;background:var(--tone-stone-900);color:#fff}.testimonials_home:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,#fff0,#ffffff1f 18%,#ffffff2e,#ffffff1f 82%,#fff0)}.testimonials_home__shell{width:min(100% - 48px,1280px);margin:0 auto}.testimonials_home__head{max-width:42rem;margin:0 auto 64px;text-align:center}.testimonials_home__kicker{color:#f9b8b8;font-size:.75rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.testimonials_home__title{margin:16px 0 0;color:#fff;font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.1}.testimonials_home__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.testimonials_home__card{padding:32px;border:1px solid rgba(68,64,60,.5);border-radius:24px;background:#29252480;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.testimonials_home__stars{display:flex;gap:4px;margin-bottom:16px;color:var(--brand-blush-400)}.testimonials_home__content{margin:0 0 24px;color:#d6d3d1;line-height:1.9}.testimonials_home__author{display:flex;align-items:center;gap:12px}.testimonials_home__avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border-radius:999px;background:#f48a8a33;color:var(--brand-blush-400)}.testimonials_home__name{margin-bottom:4px;font-weight:600}.testimonials_home__role{color:var(--tone-stone-500);font-size:.875rem}@media(max-width:1100px){.testimonials_home__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.testimonials_home{padding:72px 0}.testimonials_home__shell{width:min(100% - 32px,1280px)}.testimonials_home__grid{grid-template-columns:1fr}}.footer__shell{width:min(100% - 48px,1280px);margin:0 auto}.footer{padding:64px 0 32px;background:var(--tone-stone-900);color:#fff}.footer__grid{display:grid;grid-template-columns:1.1fr repeat(3,minmax(0,1fr));gap:40px}.footer__brand-title{display:block;color:#fbb6c1;font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(1.35rem,2vw,1.65rem);letter-spacing:.3em}.footer__brand{text-decoration:none}.footer__brand-subtitle{display:block;margin-top:4px;color:var(--tone-stone-400);font-size:.625rem;letter-spacing:.5em}.footer__description{margin:16px 0 0;max-width:18rem;color:var(--tone-stone-400);font-size:.9375rem;line-height:1.8}.footer__heading{margin:0 0 16px;color:#fbb6c1;font-size:1rem;font-weight:600}.footer__nav-column--center{justify-self:center;text-align:center}.footer__contact-column--right{justify-self:end;text-align:right}.footer__links,.footer__contacts{display:grid;gap:10px}.footer__contacts{gap:12px}.footer__link{color:var(--tone-stone-400);font-size:.9375rem;text-decoration:none;transition:color .25s ease}.footer__link:hover{color:#fff}.footer__contact{display:flex;align-items:center;gap:10px;color:var(--tone-stone-400);font-size:.9375rem;line-height:1.7;justify-content:flex-end}.footer__contact-icon{flex:0 0 auto;width:20px;height:20px;color:#fff}.footer__socials{display:flex;gap:12px;margin-top:18px;justify-content:flex-end}.footer__social-contact{position:relative}.footer__social-button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:999px;color:var(--tone-stone-300);background:#ffffff0a;transition:color .25s ease,background .25s ease,transform .25s ease}.footer__social-icon{width:24px;height:24px}.footer__social-button:hover,.footer__social-button:focus-visible,.footer__social-button:active{color:#fff;background:#ffffff1a;transform:translateY(-1px);outline:none}.footer__qr{position:absolute;left:50%;bottom:calc(100% + 16px);z-index:5;display:grid;justify-items:center;gap:8px;width:168px;padding:12px;border:1px solid rgba(248,246,240,.12);border-radius:14px;background:#fff;color:#181818;box-shadow:0 18px 36px #0000002e;opacity:0;pointer-events:none;transform:translate(-50%) translateY(8px);transition:opacity .2s ease,transform .2s ease}.footer__qr:after{content:"";position:absolute;left:50%;bottom:-6px;width:12px;height:12px;background:#fff;border-right:1px solid rgba(24,24,24,.08);border-bottom:1px solid rgba(24,24,24,.08);transform:translate(-50%) rotate(45deg)}.footer__qr--open{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.footer__social-contact--start .footer__qr{left:auto;right:0;transform:translate(0) translateY(8px)}.footer__social-contact--start .footer__qr:after{left:auto;right:20px;transform:translate(0) rotate(45deg)}.footer__social-contact--start .footer__qr--open{transform:translate(0) translateY(0)}.footer__social-contact--end .footer__qr{left:auto;right:0;transform:translate(0) translateY(8px)}.footer__social-contact--end .footer__qr:after{left:auto;right:20px;transform:translate(0) rotate(45deg)}.footer__social-contact--end .footer__qr--open{transform:translate(0) translateY(0)}.footer__qr img{width:128px;height:128px;border-radius:8px;background:#f4f1eb;object-fit:cover}.footer__qr strong{font-size:.88rem;line-height:1.1}.footer__qr span{color:#181818a3;font-size:.75rem;line-height:1.2;text-align:center}.footer__divider{display:flex;justify-content:center;align-items:center;min-height:84px;margin:32px 0;border-top:1px solid transparent;border-bottom:1px solid transparent;border-image:linear-gradient(90deg,#fff0,#ffffff1f 18%,#ffffff2e,#ffffff1f 82%,#fff0) 1}.footer__bottom{display:flex;align-items:center;justify-content:flex-start;gap:24px;color:var(--tone-stone-500);font-size:.875rem;min-height:28px}.footer__legal{display:flex;gap:24px;align-items:center;justify-content:center}@media(max-width:960px){.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.footer{padding-top:56px}.footer__grid{grid-template-columns:1fr 1fr;gap:32px 20px}.footer__brand-column,.footer__contact-column--right{grid-column:1 / -1}.footer__brand-column{text-align:center}.footer__brand{align-items:center;justify-content:center}.footer__description{margin-right:auto;margin-left:auto;text-align:center}.footer__contact-column--right{justify-self:center;text-align:center}.footer__contacts{justify-items:center}.footer__contact{justify-content:center;text-align:center}.footer__socials{justify-content:center}.footer__social-contact--start .footer__qr,.footer__social-contact--end .footer__qr{left:50%;right:auto;transform:translate(-50%) translateY(8px)}.footer__social-contact--start .footer__qr:after,.footer__social-contact--end .footer__qr:after{left:50%;right:auto;transform:translate(-50%) rotate(45deg)}.footer__social-contact--start .footer__qr--open,.footer__social-contact--end .footer__qr--open{transform:translate(-50%) translateY(0)}.footer__divider{justify-content:center;min-height:72px}.footer__legal{flex-direction:column;align-items:center;justify-content:center;gap:12px}.footer__bottom{justify-content:center;text-align:center}}@media(max-width:768px){.footer__shell{width:min(100% - 32px,1280px)}}.badge-base{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;color:#163047;font-size:.74rem;white-space:nowrap}.badge-base--default{background:#19191914}.badge-base--muted{background:#1919190a}.button-base{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;border:0;background:transparent;color:#163047;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease,box-shadow .2s ease}.button-base:disabled{cursor:not-allowed;opacity:.5}.button-base:hover:not(:disabled){transform:translateY(-1px)}.button-base:focus-visible{outline:2px solid rgba(31,95,139,.24);outline-offset:2px}.button-base--primary{background:#1f5f8b;color:#f8f6f0}.button-base--secondary{background:#fff;color:#163047;border:1px solid rgba(25,25,25,.08)}.button-base--outline,.button-base--ghost{border:1px solid #c8d9e4;background:transparent;color:#163047}.button-base--ghost{border-color:transparent}.button-base--outline:hover:not(:disabled){background:#1919190a}.button-base--secondary:hover:not(:disabled){background:#fdfbf7;border-color:#1919191f;box-shadow:0 10px 24px #18161214}.button-base--ghost:hover:not(:disabled){background:#1919190a}.button-base--md{min-height:46px;padding:0 20px}.button-base--lg{min-height:50px;padding:0 28px}.button-base--icon{width:44px;height:44px;min-height:44px;padding:0;border-radius:999px}.input-base{width:100%;min-height:48px;padding:0 16px;border:1px solid #c8d9e4;border-radius:14px;background:#fff;color:#163047;font:inherit}.input-base::placeholder{color:#5d7686}.input-base:focus-visible{outline:2px solid rgba(31,95,139,.24);outline-offset:1px}.textarea-base{width:100%;min-height:120px;padding:14px;border:1px solid #c8d9e4;border-radius:14px;background:#fff;color:#163047;font:inherit;resize:vertical}.textarea-base::placeholder{color:#5d7686}.textarea-base:focus-visible{outline:2px solid rgba(31,95,139,.24);outline-offset:1px}.language-base{gap:8px}.language-base--compact{min-width:24px;min-height:24px;padding:0;border:0;background:transparent;box-shadow:none}.language-base--compact:hover:not(:disabled),.language-base--compact:active:not(:disabled),.language-base--compact:focus-visible{background:transparent;border-color:transparent;box-shadow:none;transform:none}.language-base__flag{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font-size:20px;line-height:1}.language-base__label{color:inherit;font-size:.95rem;font-weight:500;line-height:1.3}.header__menu-shell{width:min(100% - 48px,1280px);margin:0 auto}.header{--header-side-padding: 36px;--header-actions-reserve: 220px}.header{position:fixed;top:0;right:0;left:0;z-index:50;overflow:visible;transition:padding .3s ease,background .3s ease,border-color .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.header:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,#fff0,#ffffff40 35%,#ffffff40 65%,#fff0);opacity:0;transition:opacity .3s ease,background .3s ease}.header--top{padding:20px 0;background:transparent;border-bottom:1px solid transparent}.header--top:after{opacity:1}.header--scrolled{padding:12px 0;background:#ffffffd9;border-bottom:1px solid rgba(244,138,138,.15);box-shadow:0 18px 40px #29252414;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.header--scrolled:after{opacity:1;background:linear-gradient(90deg,#f48a8a00,#f48a8a29 35%,#f48a8a29 65%,#f48a8a00)}.header--menu-open{padding:0;background:transparent;border-bottom-color:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transition:none}.header--menu-open:after{opacity:0;transition:none}.header__nav{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;min-height:56px;margin:0 auto;padding-right:var(--header-side-padding);padding-left:var(--header-side-padding);box-sizing:border-box}.header__main{display:flex;align-items:center;justify-content:center;gap:clamp(24px,2vw,48px);width:auto;max-width:calc(100% - (var(--header-actions-reserve) * 2));flex-wrap:nowrap}.header__links{display:flex;align-items:center;gap:clamp(18px,1.4vw,28px);min-width:0;flex:0 1 auto}.header__links--left{justify-content:flex-end;flex-wrap:nowrap}.header__links--right{justify-content:flex-start;flex-wrap:nowrap}.header__actions{position:absolute;top:50%;right:var(--header-side-padding);display:flex;align-items:center;gap:10px;flex:0 0 auto;transform:translateY(-50%)}.header__action-link{text-decoration:none}.header__account{position:relative}.header__action-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;border-radius:999px;background:transparent;color:#ffffffeb;cursor:pointer;transition:color .25s ease,background .25s ease,transform .25s ease}.header__action-button:hover{background:#ffffff14;transform:translateY(-1px)}.header__action-button--scrolled{color:var(--tone-stone-700)}.header__action-button--scrolled:hover{background:#f48a8a14}.header__action-icon{width:20px;height:20px}.header__account-trigger--active{background:#f48a8a1f;color:var(--brand-blush-500)}.header__cart-button--has-items{color:var(--brand-blush-500);background:#f48a8a1f}.header__cart-count{position:absolute;top:2px;right:2px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--brand-blush-500);color:#fff;font-size:.72rem;font-weight:700;line-height:1}.header__language{min-width:auto;border-radius:999px;color:#ffffffeb}.header__language:hover{background:#ffffff14}.header__language--scrolled{color:var(--tone-stone-700)}.header__language--scrolled:hover{background:#f48a8a14}.header__account-card{position:absolute;top:calc(100% + 14px);right:0;z-index:12;width:320px;padding:18px;border:1px solid rgba(244,138,138,.14);border-radius:18px;background:#fffffff5;box-shadow:0 18px 40px #2925241f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header__account-card--mobile{position:static;width:100%;margin-top:8px;background:#ffffffd1;box-shadow:none}.header__account-card-head strong{display:block;color:var(--tone-stone-900);font-size:1rem}.header__account-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.header__account-card-head p{margin:6px 0 0;color:var(--tone-stone-500);font-size:.82rem}.header__account-card-badge{white-space:nowrap}.header__account-card-fields{display:grid;gap:12px;margin-top:16px}.header__account-card-field{display:grid;gap:6px}.header__account-card-field span{color:var(--tone-stone-500);font-size:.8rem}.header__account-card-field strong,.header__account-card-value{color:var(--tone-stone-800);font-size:.94rem;line-height:1.5;word-break:break-word}.header__account-card-input{min-height:44px}.header__account-card-textarea{min-height:92px;padding:12px 14px;resize:vertical}.header__account-card-feedback{margin:12px 0 0;font-size:.82rem}.header__account-card-feedback--error{color:#b3563b}.header__account-card-feedback--success{color:#2f7a58}.header__account-card-submit{width:100%;margin-top:14px}.header__account-card-actions{display:grid;gap:10px;margin-top:16px}.header__account-card-action{width:100%}.header__account-card-link{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;border:1px solid rgba(244,138,138,.2);border-radius:12px;color:var(--tone-stone-800);text-decoration:none;transition:border-color .25s ease,color .25s ease,background .25s ease}.header__account-card-link:hover{border-color:#f48a8a66;background:#f48a8a0f;color:var(--brand-blush-500)}.header__account-card-switch{width:100%;margin-top:10px;padding:0;border:0;background:transparent;color:var(--brand-blush-500);font-size:.88rem;text-align:center;cursor:pointer}.header__link{position:relative;display:inline-flex;align-items:center;white-space:nowrap;font-size:.875rem;font-weight:500;letter-spacing:.04em;text-decoration:none;transition:color .25s ease,opacity .25s ease}.header__link:after{content:"";position:absolute;right:0;bottom:-8px;left:0;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .25s ease}.header__link--top{color:#ffffffe6}.header__link--top:hover{color:#fff}.header__link:hover:after{transform:scaleX(1)}.header__link--scrolled{color:var(--tone-stone-700)}.header__link--scrolled:hover{color:var(--brand-blush-500)}.header__brand{display:flex;flex-direction:column;align-items:center;min-width:max-content;padding:0 36px;text-decoration:none}.header__brand-title{font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(1.35rem,2vw,1.65rem);letter-spacing:.3em;transition:color .25s ease,text-shadow .25s ease}.header__brand-subtitle{margin-top:2px;font-size:.625rem;letter-spacing:.5em;transition:color .25s ease}.header__brand--top .header__brand-title{color:#fff;text-shadow:0 10px 20px rgba(0,0,0,.2)}.header__brand--top .header__brand-subtitle{color:#fffc}.header__brand--scrolled .header__brand-title{color:var(--brand-blush-400)}.header__brand--scrolled .header__brand-subtitle{color:var(--tone-stone-500)}.header__menu-button{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:#fff;cursor:pointer}.header__menu-panel{display:none}@media(max-width:1024px){.header__nav{display:flex;min-height:auto;justify-content:space-between;padding:0 18px 0 0}.header__main{display:contents;position:static;transform:none}.header__actions{position:static;transform:none}.header__links,.header__actions{display:none}.header__nav{gap:16px}.header__brand{margin-right:auto}.header__menu-button{display:inline-flex}.header__menu-button--has-items{position:relative;color:var(--brand-blush-500)}.header__menu-button--scrolled{color:var(--tone-stone-700)}.header__mobile-nav-badge{position:absolute;top:-4px;right:-4px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--brand-blush-500);color:#fff;font-size:.72rem;font-weight:700;line-height:1;box-shadow:0 8px 18px #f48a8a4d}.header__menu-panel{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;overflow-y:auto;box-shadow:0 18px 40px #29252414;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.header__menu-inner{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:32px 0}.header__menu-top{position:relative;display:flex;align-items:flex-start;justify-content:center;gap:16px}.header__menu-brand{display:flex;flex-direction:column;align-items:center;margin-bottom:18px;text-decoration:none}.header__menu-brand-title{color:var(--brand-blush-400);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2.25rem,10vw,3rem);letter-spacing:.18em;line-height:1}.header__menu-brand-subtitle{margin-top:8px;color:var(--tone-stone-500);font-size:.75rem;letter-spacing:.42em;line-height:1}.header__menu-close{position:absolute;top:0;right:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;color:var(--tone-stone-700);cursor:pointer}.header__menu-center{display:flex;flex:1 1 auto;align-items:center;justify-content:center;margin:36px 0}.header__menu-links{display:grid;justify-items:center;gap:28px}.header__menu-link{display:block;padding:0;color:var(--tone-stone-700);font-size:1.125rem;font-weight:500;text-decoration:none;transition:color .25s ease,background .25s ease}.header__menu-link:hover{color:var(--brand-blush-500)}.header__menu-cta{display:grid;gap:12px;padding-bottom:max(0px,env(safe-area-inset-bottom))}.header__mobile-user{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:50px;padding:0 16px;border:1px solid rgba(214,211,209,.9);border-radius:999px;background:#ffffffe6;color:var(--tone-stone-800);font-size:1rem;cursor:pointer}.header__mobile-user-icon,.header__mobile-action-icon{width:18px;height:18px}.header__mobile-actions{display:grid;gap:12px}.header__mobile-action{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;width:100%;min-height:50px;padding:0 16px;border:1px solid rgba(214,211,209,.9);border-radius:999px;background:#ffffffe6;color:var(--tone-stone-800);text-decoration:none}.header__mobile-cart-badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 7px;border-radius:999px;background:var(--brand-blush-500);color:#fff;font-size:.75rem;font-weight:700}.header__mobile-language{width:100%;justify-content:center;min-height:50px;border-radius:999px}.header__menu-cta-button{width:100%;min-height:50px;font-size:1.125rem}}@media(max-width:768px){.header__shell,.header__menu-shell{width:min(100% - 32px,1280px)}}.header__menu-cta-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:54px;padding:0 32px;border-radius:999px;background:var(--brand-blush-400);color:#fff;font-size:.95rem;font-weight:600;text-decoration:none;box-shadow:0 20px 40px #f48a8a40;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.header__menu-cta-button:hover{transform:translateY(-1px);background:var(--brand-blush-500);box-shadow:0 24px 44px #f48a8a47}.header__menu-cta-button:focus-visible{outline:2px solid rgba(235,87,87,.25);outline-offset:2px}.info__shell{width:min(100% - 48px,1280px);margin:0 auto}.info__content{display:grid;gap:24px;padding:48px 0 96px;justify-items:center}.info__body{width:min(100% - 48px,1280px);margin:0 auto;padding:48px 0 96px}.info__rich{width:100%;max-width:860px;padding:0;border:0;border-radius:0;background:transparent;text-align:center}.info__rich h1,.info__rich h2,.info__rich h3{margin:0 0 14px;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;line-height:1.05}.info__rich h1{font-size:2.5rem}.info__rich h2{font-size:2rem}.info__rich h3{font-size:1.5rem}.info__rich p,.info__rich li,.info__rich blockquote{color:var(--tone-stone-600);font-size:1rem;line-height:1.9}.info__rich p,.info__rich ul,.info__rich ol,.info__rich blockquote{margin:0 0 14px}.info__rich p,.info__rich blockquote{max-width:860px;margin-left:auto;margin-right:auto}.info__rich ul,.info__rich ol{width:fit-content;padding-left:1.25rem;margin-left:auto;margin-right:auto;text-align:left}.info__rich img{max-width:100%;height:auto;border-radius:18px}.info__rich--empty p{color:var(--tone-stone-500)}.seraphines-info__actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:28px}.seraphines-not-found .info__body{display:grid;justify-items:center}.seraphines-not-found .info__rich{margin-left:auto;margin-right:auto}.seraphines-not-found__content{max-width:980px}.seraphines-not-found__actions .button-base--primary{background:var(--brand-blush-500);color:#fff}.seraphines-not-found__actions .button-base--primary:hover:not(:disabled){background:var(--brand-blush-600)}.seraphines-not-found__actions .button-base--secondary{background:var(--brand-blush-50);color:var(--brand-blush-600);border-color:#eb57572e}.seraphines-not-found__actions .button-base--secondary:hover:not(:disabled){background:var(--brand-blush-100);border-color:#eb575747;box-shadow:0 10px 24px #eb57571f}@media(max-width:768px){.info__shell,.info__body{width:min(100% - 32px,1280px)}.info__content,.info__body{padding:40px 0 72px}}.orders__shell{width:min(100% - 48px,1280px);margin:0 auto;padding:48px 0 96px}.orders__head{display:grid;gap:10px;margin-bottom:28px}.orders__kicker,.orders__eyebrow{color:var(--brand-blush-500);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.orders__title{margin:0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2rem,3vw,2.9rem);line-height:1.08}.orders__list{display:grid;gap:24px}.orders__card,.orders__empty{padding:28px;border:1px solid rgba(244,138,138,.14);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 64px #2925240f}.orders__empty{display:grid;gap:14px;justify-items:center;text-align:center;min-height:240px;align-content:center}.orders__empty h3,.orders__summary h3{margin:0;color:var(--tone-stone-800)}.orders__empty p,.orders__summary p,.orders__item-copy span,.orders__item-price span,.orders__totals span{margin:0;color:var(--tone-stone-600)}.orders__card-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.orders__summary{display:grid;gap:10px;min-width:0}.orders__items{display:grid;gap:18px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(244,138,138,.12)}.orders__item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:16px;align-items:center}.orders__item img{width:88px;height:88px;border-radius:22px;object-fit:cover;background:#f8f3f1}.orders__item-copy,.orders__item-price,.orders__totals{display:grid;gap:8px}.orders__item-copy strong,.orders__item-price strong,.orders__totals strong{color:var(--tone-stone-800)}.orders__item-price{justify-items:end;text-align:right}.orders__totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(244,138,138,.12)}.orders__totals>div{display:grid;gap:8px}.orders__totals-total{justify-items:end;text-align:right}.orders__empty-button{min-width:176px}.orders__empty-button.button-base--primary{background:linear-gradient(135deg,#f48a8a,#dd6f82);color:#fffaf8;box-shadow:0 12px 28px #dd6f8238}.orders__empty-button.button-base--primary:hover:not(:disabled){background:linear-gradient(135deg,#f07c86,#d76582)}@media(max-width:768px){.orders__shell{width:min(100% - 32px,1280px);padding:40px 0 72px}.orders__card,.orders__empty{padding:22px;border-radius:24px}.orders__card-head,.orders__item{grid-template-columns:1fr}.orders__item{justify-items:start}.orders__item-price,.orders__totals-total{justify-items:start;text-align:left}.orders__totals{grid-template-columns:1fr}.orders__empty{min-height:220px}.orders__empty-button{width:100%;min-width:0}}.order__shell{width:min(100% - 48px,1280px);margin:0 auto;padding:48px 0 96px}.order__detail,.order__panel,.order__module,.order__empty{display:grid;gap:20px}.order__head,.order__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start}.order__summary,.order__item-copy,.order__item-price,.order__totals,.order__module,.order__empty{min-width:0}.order__summary{display:grid;gap:10px}.order__eyebrow{color:var(--brand-blush-500);font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.order__title{margin:0;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2rem,3vw,2.9rem);line-height:1.08;overflow-wrap:anywhere}.order__summary p,.order__item-copy span,.order__item-price span,.order__totals span,.order__module p,.order__logistics span,.order__empty p{margin:0;color:var(--tone-stone-600)}.order__panel,.order__module,.order__empty{padding:28px;border:1px solid rgba(244,138,138,.14);border-radius:28px;background:#ffffffeb;box-shadow:0 24px 64px #2925240f}.order__items{display:grid;gap:18px}.order__item{grid-template-columns:88px minmax(0,1fr) auto;align-items:center}.order__item img{width:88px;height:88px;border-radius:22px;object-fit:cover;background:#f8f3f1}.order__item-copy,.order__item-price{display:grid;gap:8px}.order__item-copy strong,.order__item-price strong,.order__totals strong,.order__payment-box strong,.order__logistics strong,.order__empty h3,.order__module h3{color:var(--tone-stone-800)}.order__item-price{justify-items:end;text-align:right}.order__totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-top:24px;border-top:1px solid rgba(244,138,138,.12)}.order__totals>div{display:grid;gap:8px}.order__totals-total{justify-items:end;text-align:right}.order__module-head{display:flex;justify-content:space-between;gap:16px;align-items:center}.order__badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;background:#f48a8a1f;color:var(--brand-blush-600);font-size:.8rem;font-weight:600}.order__payment-box,.order__actions,.order__logistics{display:grid;gap:14px}.order__payment-box{padding:18px 20px;border-radius:20px;background:#fdf4f0e6}.order__actions{grid-auto-flow:column;justify-content:end}.order__action-button{min-width:168px}.order__action-button--secondary.button-base--secondary{border-color:#f48a8a47;background:#fff;color:var(--brand-blush-600)}.order__action-button--secondary.button-base--secondary:hover:not(:disabled){background:#fdf4f0d1;border-color:#f48a8a6b;box-shadow:0 10px 24px #f48a8a24}.order__action-button--primary.button-base--primary{background:linear-gradient(135deg,#f48a8a,#dd6f82);color:#fffaf8;box-shadow:0 12px 28px #dd6f8238}.order__action-button--primary.button-base--primary:hover:not(:disabled){background:linear-gradient(135deg,#f07c86,#d76582)}.order__logistics{grid-template-columns:repeat(3,minmax(0,1fr))}.order__logistics>div{display:grid;gap:8px}.order__feedback{margin:0;color:#c24646}@media(max-width:768px){.order__shell{width:min(100% - 32px,1280px);padding:40px 0 72px}.order__head,.order__item,.order__logistics{grid-template-columns:1fr}.order__panel,.order__module,.order__empty{padding:22px;border-radius:24px}.order__item-price,.order__totals-total{justify-items:start;text-align:left}.order__totals,.order__actions{grid-template-columns:1fr;grid-auto-flow:row}.order__action-button{width:100%;min-width:0}}.products{background:#fff}.products__shell{width:min(100% - 48px,1280px);margin:0 auto}.products__filter{position:sticky;top:72px;z-index:30;border-bottom:1px solid rgba(252,217,217,.8);background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.products__filter-inner{display:flex;gap:8px;padding:16px 0;overflow-x:auto}.products__chip{flex:0 0 auto;min-height:36px;padding:0 16px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--tone-stone-700);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.products__chip--active{background:var(--brand-blush-400);color:#fff}.products__section{padding:64px 0 96px;background:linear-gradient(180deg,#fef7f74d,#fff)}.products__empty{padding:28px;border:1px solid rgba(252,217,217,.6);border-radius:24px;background:#fff;color:var(--tone-stone-500);text-align:center}.products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.products__card{overflow:hidden;border:1px solid rgba(252,217,217,.6);border-radius:24px;background:#fff;box-shadow:var(--site-shadow-soft);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.products__card:hover{transform:translateY(-4px);box-shadow:var(--site-shadow-elevated)}.products__media{position:relative;aspect-ratio:5 / 6;overflow:hidden;background:var(--brand-blush-50)}.products__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.products__tags{position:absolute;top:12px;left:12px;display:flex;flex-wrap:wrap;gap:8px}.products__tag{padding:6px 10px;border-radius:999px;background:var(--brand-blush-400);color:#fff;font-size:.75rem;font-weight:600}.products__card:hover .products__media img{transform:scale(1.05)}.products__body{padding:16px}.products__title{margin:0;color:var(--tone-stone-800);font-size:1rem;font-weight:600}.products__description{display:-webkit-box;margin:6px 0 0;overflow:hidden;color:var(--tone-stone-500);font-size:.875rem;line-height:1.7;-webkit-line-clamp:1;-webkit-box-orient:vertical}.products__rating{display:flex;align-items:center;gap:6px;margin-top:10px;color:var(--tone-stone-600);font-size:.875rem}.products__rating span:last-child{color:var(--tone-stone-400);font-size:.75rem}.products__price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-top:12px}.products__price-row strong{color:var(--brand-blush-500)}.products__price-row del{margin-left:4px;color:var(--tone-stone-400);font-size:.75rem}.products__bag{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:999px;background:transparent;color:var(--tone-stone-700)}.products__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:24px;background:#1c19176b}.products__modal-dialog{width:min(100%,1040px);max-height:calc(100vh - 48px);padding:28px;overflow-y:auto;border-radius:28px;background:#fff;box-shadow:0 24px 60px #1c19172e}.products__modal-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:16px}.products__detail-label{color:var(--brand-blush-400);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.products__detail-text{color:var(--tone-stone-500);line-height:1.7}.products__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:999px;background:#44403c0f;color:var(--tone-stone-700)}.products__modal-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,1fr);gap:32px}.products__modal-image{aspect-ratio:4 / 5;overflow:hidden;border-radius:20px;background:var(--brand-blush-50)}.products__modal-image img{width:100%;height:100%;object-fit:cover}.products__modal-title{margin:16px 0 8px;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:2rem;line-height:1.1}.products__modal-title--topless{margin-top:0}.products__modal-description{margin:0;color:var(--tone-stone-600);line-height:1.8}.products__modal-rating{display:flex;align-items:center;gap:10px;margin:16px 0 24px}.products__stars{display:inline-flex;gap:2px;color:#fbbf24}.products__block{margin-top:24px}.products__block-title{margin-bottom:12px}.products__sku-group{display:flex;flex-wrap:wrap;gap:8px}.products__sku-button{display:inline-flex;align-items:center;padding:10px 14px;border:2px solid rgba(231,229,228,1);border-radius:14px;background:#fff;color:var(--tone-stone-700);font-size:.875rem;font-weight:600}.products__sku-button--active{border-color:var(--brand-blush-400);background:var(--brand-blush-50);color:var(--brand-blush-500)}.products__quantity{display:flex;align-items:center;gap:12px}.products__quantity-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(214,211,209,1);border-radius:999px;background:#fff;color:var(--tone-stone-700)}.products__quantity-value{width:48px;text-align:center;font-weight:600}.products__total{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(245,245,244,1)}.products__total strong{color:var(--brand-blush-500);font-size:2rem}.products__actions{display:flex;gap:12px;margin-top:24px}.products__action-button{flex:1 1 0;min-height:54px;border:1px solid transparent;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease}.products__action-button:disabled{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}.products__action-button:hover{transform:translateY(-1px)}.products__action-button--ghost{border-color:#d6d3d1;background:#fff;color:var(--tone-stone-800)}.products__action-button--primary{background:var(--brand-blush-400);color:#fff;box-shadow:0 20px 40px #f48a8a40}.products__action-button--primary:hover{background:var(--brand-blush-500);box-shadow:0 24px 44px #f48a8a47}@media(max-width:1100px){.products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:768px){.products__shell{width:min(100% - 32px,1280px)}.products__grid{grid-template-columns:1fr;gap:20px}.products__section{padding:48px 0 72px}.products__modal{padding:0;align-items:stretch}.products__modal-dialog{width:100%;max-height:100vh;padding:20px;border-radius:0}.products__modal-grid{grid-template-columns:1fr;gap:20px}.products__actions{flex-direction:column}}.services{background:#fff}.services__shell{width:min(100% - 48px,1280px);margin:0 auto}.services__filter{position:sticky;top:72px;z-index:30;border-bottom:1px solid rgba(252,217,217,.8);background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.services__filter-inner{display:flex;gap:8px;padding:16px 0;overflow-x:auto}.services__chip{flex:0 0 auto;min-height:36px;padding:0 16px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--tone-stone-700);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease}.services__chip--active{background:var(--brand-blush-400);color:#fff}.services__section{padding:64px 0 96px;background:linear-gradient(180deg,#fef7f74d,#fff)}.services__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}.services__card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(252,217,217,.6);border-radius:24px;background:#fff;box-shadow:var(--site-shadow-soft);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.services__card:hover{transform:translateY(-4px);box-shadow:var(--site-shadow-elevated)}.services__card-image{position:relative;aspect-ratio:3 / 2;overflow:hidden}.services__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.services__card:hover .services__card-image img{transform:scale(1.05)}.services__body{display:flex;flex:1 1 auto;flex-direction:column;padding:24px}.services__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:8px}.services__title-row h3{margin:0;color:var(--tone-stone-800);font-size:1.125rem;transition:color .25s ease}.services__card:hover .services__title-row h3{color:var(--brand-blush-500)}.services__meta{display:inline-flex;align-items:center;gap:6px;color:var(--tone-stone-400);font-size:.875rem}.services__description{margin:0 0 16px;color:var(--tone-stone-500);font-size:.9375rem;line-height:1.8}.services__price-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto}.services__price{display:flex;align-items:center;gap:8px}.services__price strong{color:var(--brand-blush-500);font-size:1.5rem}.services__price del{color:var(--tone-stone-400);font-size:.875rem}.services__booking{min-height:38px;padding:0 16px;border:0;border-radius:999px;background:var(--brand-blush-400);color:#fff;font-size:.875rem;font-weight:600}.services__panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;justify-content:flex-end;background:#1c19176b}.services__panel-dialog{width:min(100vw,640px);height:100vh;padding:28px;overflow-y:auto;background:#fff;box-shadow:-24px 0 60px #1c19172e}.services__panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.services__detail-label{color:var(--brand-blush-400);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.services__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;border-radius:999px;background:#44403c0f;color:var(--tone-stone-700)}.services__panel-image{aspect-ratio:16 / 9;overflow:hidden;border-radius:20px}.services__panel-image img{width:100%;height:100%;object-fit:cover}.services__panel-block{margin-top:24px}.services__detail-title{margin:0 0 12px;color:var(--tone-stone-800);font-family:Playfair Display,"Noto Serif SC",Georgia,serif;font-size:clamp(2rem,3vw,3rem);line-height:1.1}.services__detail-description{margin:0;color:var(--tone-stone-600);line-height:1.8}.services__panel-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.services__panel-card{padding:16px;border-radius:16px;background:var(--brand-blush-50)}.services__panel-card span{display:block;margin-bottom:6px;color:var(--tone-stone-500);font-size:.875rem}.services__panel-card strong{color:var(--tone-stone-800)}.services__notice{margin-top:16px;padding:18px 20px;border-radius:18px;background:var(--brand-blush-50)}.services__notice p{margin:0;color:var(--tone-stone-600);line-height:1.8}.services__booking-form{display:grid;gap:16px;margin-top:16px}.services__booking-field{display:grid;gap:8px}.services__booking-field span{color:var(--tone-stone-700);font-size:.9375rem;font-weight:500}.services__booking-field input,.services__booking-field textarea{width:100%;min-height:52px;padding:14px 16px;border:1px solid rgba(214,211,209,.8);border-radius:16px;background:#fffffff2;color:var(--tone-stone-700);font:inherit;transition:border-color .25s ease,box-shadow .25s ease}.services__booking-field textarea{min-height:110px;resize:vertical}.services__booking-field input:focus,.services__booking-field textarea:focus{border-color:#f48a8acc;outline:0;box-shadow:0 0 0 4px #f48a8a1f}.services__booking-feedback{margin:0;padding:12px 14px;border-radius:14px;font-size:.875rem;line-height:1.7}.services__booking-feedback--success{background:#16a34a1f;color:#166534}.services__booking-feedback--error{background:#dc26261f;color:#b91c1c}.services__panel-footer{margin-top:8px}.services__detail-button{width:100%;min-height:54px;border:0;border-radius:999px;background:var(--brand-blush-400);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;box-shadow:0 20px 40px #f48a8a40;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.services__detail-button:hover{transform:translateY(-1px);background:var(--brand-blush-500);box-shadow:0 24px 44px #f48a8a47}.services__detail-button:disabled{cursor:not-allowed;opacity:.7;transform:none;box-shadow:none}@media(max-width:1100px){.services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.services__shell{width:min(100% - 32px,1280px)}.services__section{padding:48px 0 72px}.services__grid{grid-template-columns:1fr;gap:20px}.services__panel-dialog{width:100%;padding:20px}.services__panel-grid{grid-template-columns:1fr}}:root{--brand-blush-50: #fef7f7;--brand-blush-100: #fdf0f0;--brand-blush-200: #fcd9d9;--brand-blush-300: #f9b8b8;--brand-blush-400: #f48a8a;--brand-blush-500: #eb5757;--brand-blush-600: #d73636;--tone-stone-50: #fafaf9;--tone-stone-100: #f5f5f4;--tone-stone-200: #e7e5e4;--tone-stone-300: #d6d3d1;--tone-stone-400: #a8a29e;--tone-stone-500: #78716c;--tone-stone-600: #57534e;--tone-stone-700: #44403c;--tone-stone-800: #292524;--tone-stone-900: #1c1917;--site-shadow-soft: 0 4px 30px rgba(244, 138, 138, .12);--site-shadow-elevated: 0 12px 40px rgba(244, 138, 138, .2)}body{background:var(--surface-page);color:var(--text-primary);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}.site-layout{background:var(--surface-page);color:var(--text-primary)}.site-info-page__shell{width:min(100% - 48px,1280px);margin:0 auto}.site-info-page__content{display:grid;gap:24px;padding:48px 0 96px;justify-items:center}.site-info-page__rich,.site-info-page__empty{width:100%;max-width:860px;text-align:center}.site-info-page__rich h1,.site-info-page__rich h2,.site-info-page__rich h3,.site-info-page__empty h2{margin:0 0 14px;color:#163047;font-family:Cormorant Garamond,Georgia,serif;line-height:1}.site-info-page__rich h1{font-size:2.5rem}.site-info-page__rich h2,.site-info-page__empty h2{font-size:2rem}.site-info-page__rich h3{font-size:1.5rem}.site-info-page__rich p,.site-info-page__rich li,.site-info-page__rich blockquote,.site-info-page__empty p{color:#191919b8;font-size:1rem;line-height:1.9}.site-info-page__rich p,.site-info-page__rich ul,.site-info-page__rich ol,.site-info-page__rich blockquote,.site-info-page__empty p{margin:0 0 14px}.site-info-page__rich p,.site-info-page__rich blockquote,.site-info-page__empty p{max-width:860px;margin-left:auto;margin-right:auto}.site-info-page__rich ul,.site-info-page__rich ol{width:fit-content;padding-left:1.25rem;margin-left:auto;margin-right:auto;text-align:left}.site-info-page__rich img{max-width:100%;height:auto;border-radius:14px}.site-info-page--empty{padding:48px 0 96px}@media(max-width:768px){.site-info-page__shell{width:min(100% - 32px,1280px)}.site-info-page__content,.site-info-page--empty{padding:48px 0 72px}}
