/* BeadyBox · Little joys · 2026-09-07. All form hooks remain in app.js. */
:root{--paper:#fff7fa;--white:#fff;--ink:#53243a;--ink-dark:#43172d;--muted:#795e6c;--pink:#d82765;--pink2:#b91c52;--pink-soft:#fff0f5;--line:#e9dce2;--lavender:#eee6fa;--gold:#946221;--sans:'Beady Sans',Manrope,Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;min-width:0;background:var(--paper);color:var(--ink);font:16px/1.55 var(--sans);-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-underline-offset:4px}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}input,textarea{min-width:0}input[type=radio],input[type=checkbox]{accent-color:var(--pink)}fieldset{border:0;min-width:0;padding:0;margin:0}legend{padding:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink-dark);line-height:1.12;letter-spacing:-.035em}h2{font-size:clamp(28px,3.2vw,44px);font-weight:800}h3{font-size:22px;font-weight:750}p:last-child{margin-bottom:0}[hidden]{display:none!important}:focus-visible{outline:3px solid #8c529d;outline-offset:4px}input:focus-visible,textarea:focus-visible{outline-offset:1px}.wrap{width:min(1240px,calc(100% - 80px));margin-inline:auto}.skip-link{position:fixed;z-index:100;left:16px;top:-80px;padding:12px 20px;background:var(--ink);color:white;border-radius:12px}.skip-link:focus{top:12px}.eyebrow{display:block;color:var(--muted);font-size:12px;font-weight:750;text-transform:uppercase;letter-spacing:.15em;line-height:1.5;margin-bottom:14px}.announcement{display:flex;align-items:center;justify-content:center;gap:18px;min-height:34px;padding:5px 20px;background:#f9d4e1;color:var(--ink);font-size:12px}.announcement span{font-size:20px;line-height:1;color:var(--pink)}
.header{padding:20px 0}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{flex:none}.logo img{width:185px;height:70px;object-fit:contain}.header__nav{display:flex;gap:28px}.header__nav a{text-decoration:none;font-size:14px;font-weight:700;padding-block:10px}.header__nav a:hover{color:var(--pink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:54px;border:1px solid transparent;border-radius:999px;padding:14px 27px;background:var(--pink);color:white;font-size:16px;font-weight:750;line-height:1.35;text-align:center;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s}.button:hover:not(:disabled){background:var(--pink2);transform:translateY(-2px);box-shadow:0 8px 20px #d827651c}.button--small{min-height:44px;padding:10px 22px;font-size:14px}.button--ghost{background:white;color:var(--ink);border-color:var(--line)}.button--ghost:hover:not(:disabled){background:var(--pink-soft);color:var(--ink);box-shadow:none}.button--wide{width:100%}.button>span[aria-hidden]{font-size:22px;line-height:1}
.hero{padding:10px 0 20px;overflow:hidden}.hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.15fr);align-items:center;gap:0}.hero__copy{position:relative;z-index:1;padding:28px 0 35px}.hero h1{font-size:clamp(48px,5.3vw,76px);font-weight:850;line-height:1.04;letter-spacing:-.055em;margin:0 0 24px}.hero h1 em{font-style:normal;color:var(--pink)}.hero__heart{display:inline-block;font-size:.75em;color:var(--pink);font-weight:400;transform:rotate(-14deg);margin-left:8px}.hero__lead{font-size:18px;line-height:1.55;margin-bottom:26px}.hero__actions{display:flex;align-items:flex-start;flex-direction:column;gap:19px}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;font-weight:650;text-decoration:none}.text-link:hover{color:var(--pink)}.play-icon{display:grid;place-items:center;border:1.5px solid currentColor;border-radius:50%;width:36px;height:36px;font-size:23px;line-height:1}.hero__visual{position:relative;min-width:0}.hero__composition{width:116%;max-width:none;margin-left:-7%;aspect-ratio:4/3;object-fit:contain;mix-blend-mode:multiply}.hero__sticker{position:absolute;right:2%;top:3%;padding:18px 20px;background:#fff0b3;color:var(--ink-dark);font-size:17px;font-weight:650;line-height:1.25;text-align:center;transform:rotate(9deg);box-shadow:0 5px 8px #53243a08}.hero__sticker span{font-size:25px}.occasion-strip{background:var(--pink);color:#fff}.occasion-strip .wrap{display:flex;align-items:center;justify-content:space-around;gap:20px;padding-block:16px}.occasion-strip span{display:flex;align-items:center;gap:35px;font-size:16px;font-weight:650}.occasion-strip i{font-style:normal;font-size:27px;line-height:1}
.how{padding:65px 0 36px}.section-title{margin-bottom:30px}.section-title h2{margin:0 0 12px}.section-title p{color:var(--muted)}.how__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.how article{display:grid;grid-template-columns:105px minmax(0,1fr);gap:18px;align-items:center;padding-right:20px;position:relative}.how article+article{border-left:1px solid var(--line);padding-left:24px}.how article img{width:105px;height:145px;object-fit:contain;mix-blend-mode:multiply}.how article strong{display:block;font-size:32px;line-height:1;color:#c8517d;font-weight:450;margin-bottom:10px}.how article:nth-child(2) strong{color:#9164b0}.how article h3{font-size:17px;letter-spacing:-.02em;margin-bottom:8px;line-height:1.3}.how article p{font-size:14px;color:var(--muted);line-height:1.5}.box-collection{padding:28px 0 70px}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.collection-card{display:block;position:relative;min-height:285px;border-radius:20px;overflow:hidden;text-decoration:none;transition:transform .2s,box-shadow .2s}.collection-card--child{background-color:#fff0b3;background-position:left center}.collection-card--mix{background-color:#eee6fa;background-position:center center}.collection-card--adult{background-color:#f9d4e1;background-position:right center}.collection-card:hover{transform:translateY(-5px);box-shadow:0 12px 22px #53243a12}.collection-card__copy{position:relative;z-index:1;padding:22px;max-width:100%;background:linear-gradient(180deg,#ffffffa6,transparent 80%)}.collection-card h3{margin-bottom:8px;font-size:27px}.collection-card p{font-size:14px;line-height:1.4;margin-bottom:12px}.collection-card__copy>span{display:inline-flex;align-items:center;gap:20px;color:#b6144e;font-size:14px;font-weight:800;background:#ffffffb8;border-radius:999px;padding:7px 12px}.collection-card i{font-style:normal}.collection-note{font-size:12px;color:var(--muted);margin-top:16px}
.order{padding:65px 0;background:#f7e9ee;scroll-margin-top:0}.order-card{max-width:1000px;margin:auto;padding:44px 54px 46px;border-radius:30px;background:white;box-shadow:0 12px 40px #53243a05}.order-card__head{text-align:center;margin-bottom:30px}.order-card__head h2{margin:0 0 14px}.order-card__head p{font-size:16px;color:var(--muted);max-width:600px;margin-inline:auto}.steps{display:flex;align-items:center;justify-content:center;gap:14px;max-width:680px;margin:0 auto 38px;padding-bottom:30px;border-bottom:1px solid var(--line)}.steps__dot{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:14px;white-space:nowrap}.steps__dot b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f4edf0;color:var(--muted);font-size:14px}.steps__dot.is-active{color:var(--pink);font-weight:750}.steps__dot.is-active b{color:white;background:var(--pink)}.steps__line{height:1px;background:var(--line);flex:1;max-width:80px}.form-step{display:none}.form-step.is-active{display:block;animation:step-in .25s ease-out}.form-section-intro{margin-bottom:20px}.form-section-intro h3{margin-bottom:8px;font-size:24px}.form-section-intro p{color:var(--muted);font-size:14px}.form-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:18px;margin-bottom:30px}.input-card{display:block;border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px 17px;transition:border-color .18s,box-shadow .18s}.input-card:focus-within{border-color:var(--pink);box-shadow:0 0 0 3px #d827650d}.input-card>span{display:block;font-size:14px;font-weight:700;margin-bottom:6px}.input-card input,.input-card textarea{display:block;border:0;background:transparent;width:100%;padding:3px 0;color:var(--ink-dark);font-size:16px;outline:none;line-height:1.5}.input-card textarea{resize:vertical;min-height:86px}.input-card input::placeholder,.input-card textarea::placeholder{color:#8a7480;opacity:1}.input-card--inline{margin-top:20px}.input-card--textarea{margin-bottom:25px}.required-label{font-size:12px;font-style:normal;font-weight:500;color:var(--muted);margin-left:8px}
.choice-fieldset,.spoon-fieldset,.colors{margin:0 0 30px}.choice-fieldset>legend,.spoon-fieldset>legend,.colors>legend,.delivery>legend{font-size:20px;font-weight:750;margin-bottom:14px;letter-spacing:-.025em}.choice-cards{display:grid;gap:12px}.choice-cards--box-type{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-cards--video{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-card{position:relative;min-width:0;cursor:pointer;padding:22px 38px 22px 18px;border:1.5px solid var(--line);border-radius:16px;display:flex;flex-direction:column;gap:6px;background:white;transition:border-color .18s,background .18s}.choice-card:has(input[value=child]){background:#fffbed}.choice-card:has(input[value=mix]){background:#f7f2fd}.choice-card:has(input[value=adult]){background:#fff3f6}.choice-card.is-selected,.choice-card:has(input:checked){border-color:var(--pink);box-shadow:inset 0 0 0 .5px var(--pink)}.choice-card:has(input:focus-visible),.spoon-card:has(input:focus-visible){outline:3px solid #8c529d;outline-offset:3px}.choice-card input,.spoon-card input,.color-choice input,.delivery input{position:absolute;opacity:0;width:1px;height:1px;margin:0}.choice-card__tick,.spoon-card__tick{position:absolute;right:13px;top:15px;display:grid;place-items:center;width:22px;height:22px;border:1px solid #cdbac4;border-radius:50%;color:transparent;background:white;font-size:13px}.is-selected>.choice-card__tick,.choice-card:has(input:checked)>.choice-card__tick,.is-selected>.spoon-card__tick,.spoon-card:has(input:checked)>.spoon-card__tick{background:var(--pink);border-color:var(--pink);color:#fff}.choice-card__title{font-size:18px;font-weight:800;color:var(--ink-dark)}.choice-card__desc{font-size:14px;line-height:1.5;color:var(--muted)}.choice-card__note{font-size:16px;color:var(--pink);font-weight:750}.legend-note{font-size:14px;color:var(--muted);margin:-6px 0 18px}.spoon-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding-top:7px}.spoon-cards.is-adult{grid-template-columns:repeat(2,minmax(0,1fr))}.spoon-card{position:relative;cursor:pointer;border:1.5px solid var(--line);border-radius:20px;padding:26px 16px 20px;display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;background:#fffaf7;transition:border-color .18s,background .18s}.spoon-card.is-selected,.spoon-card:has(input:checked){border-color:var(--pink);background:#fff1f6;box-shadow:inset 0 0 0 .5px var(--pink)}.spoon-card__title{font-size:22px;font-weight:800}.spoon-card__spoons{height:130px;width:100%;display:flex;justify-content:center;align-items:center;margin:6px 0 10px}.spoon-card__spoons img{height:125px;max-width:100%;width:auto;object-fit:contain;mix-blend-mode:multiply}.spoon-card__desc{font-size:14px;color:var(--muted);line-height:1.4;min-height:40px}.spoon-card strong{font-size:29px;letter-spacing:-.04em;line-height:1.2;margin:13px 0 8px;color:var(--pink);white-space:nowrap}.spoon-card__footer{font-size:12px;line-height:1.4;color:var(--muted)}.spoon-card__badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);border-radius:999px;background:#fff0b3;color:#654112;padding:4px 12px;font-size:12px;white-space:nowrap;font-weight:700}.video-fieldset{padding-top:25px;border-top:1px solid var(--line)}.video-fieldset .choice-card{padding-block:17px}.mix-box{display:flex;gap:24px;justify-content:space-between;align-items:center;background:#f7f2fd;border-radius:18px;padding:22px;margin-bottom:30px}.mix-box b{display:block;font-size:18px;line-height:1.35}.mix-box p{font-size:14px;margin:8px 0 0;color:var(--muted)}.counter{display:flex;align-items:center;padding:5px;border-radius:999px;background:white;flex:none;gap:4px}.counter button{border:0;border-radius:50%;width:42px;height:42px;background:#f9ebf0;color:var(--ink);font-size:24px}.counter button:hover{background:#f5d6e1}.counter output{width:40px;text-align:center;font-size:18px;font-weight:750}.colors>p{font-size:14px;color:var(--muted);margin-bottom:16px}.colors__row{display:flex;flex-wrap:wrap;gap:10px}.color-choice{position:relative;cursor:pointer}.color{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:999px;padding:9px 13px;min-height:44px;font-size:14px;background:#fff}.color i{height:18px;width:18px;flex:none;border-radius:50%;background:var(--c);border:1px solid #0002}.color-choice input:checked+.color{border-color:var(--pink);background:#fff0f5;box-shadow:inset 0 0 0 .5px var(--pink)}.color-choice input:focus-visible+.color{outline:3px solid #8c529d;outline-offset:3px}.order-next{display:flex;align-items:center;justify-content:space-between;gap:22px;border-top:1px solid var(--line);padding-top:24px;margin-top:32px}.order-next>div{display:grid;grid-template-columns:auto auto;column-gap:12px;align-items:baseline}.order-next strong{font-size:28px;color:var(--pink);letter-spacing:-.04em;white-space:nowrap}.order-next small{grid-column:1/-1;font-size:12px;color:var(--muted)}
.step2-title{margin-bottom:26px}.step2-title>span{display:block;font-size:12px;color:var(--pink);font-weight:750;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px}.step2-title h3{font-size:32px;margin:0 0 12px}.step2-title p{font-size:16px;color:var(--muted)}.step2-important{padding:16px 18px;border-radius:12px;background:#fff9e7;font-size:14px!important;margin:18px 0 0;color:#755623!important}.form-grid--step2{grid-template-columns:1fr;gap:26px}.form-grid--step2>.input-card{max-width:480px}.delivery__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.delivery__grid label{position:relative;min-width:0;cursor:pointer}.delivery__item{display:flex;align-items:center;gap:14px;min-height:94px;padding:14px 18px;border:1.5px solid var(--line);border-radius:16px;background:white}.delivery input:checked+.delivery__item{border-color:var(--pink);background:#fff3f7;box-shadow:inset 0 0 0 .5px var(--pink)}.delivery input:focus-visible+.delivery__item{outline:3px solid #8c529d;outline-offset:3px}.delivery__logoBox{display:flex;align-items:center;justify-content:center;flex:none;width:55px;height:55px;border-radius:12px;background:white;overflow:hidden;padding:5px}.delivery__logo{width:100%;height:100%;object-fit:contain}.delivery__copy{display:flex;flex-direction:column;gap:4px;font-style:normal;min-width:0}.delivery__copy b{font-size:16px;font-weight:750;line-height:1.3}.delivery__copy small{font-size:12px;color:var(--muted);line-height:1.4}.delivery input[value=ozon]+.delivery__item .delivery__copy small::after{content:' · обычно дешевле';color:#935219}.summary{padding:25px;border-radius:18px;background:#faf5fd;line-height:1.65;margin-bottom:25px;overflow-wrap:anywhere}.summary h4{font-size:21px;letter-spacing:-.025em;margin:0 0 16px}.summary dl{display:grid;grid-template-columns:1fr 1.5fr;gap:8px 20px;margin:0}.summary dt{color:var(--muted);font-size:14px}.summary dd{margin:0;font-size:14px;font-weight:650}.summary__total{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e5d8ec;margin:18px 0 8px;padding-top:16px}.summary__total strong{font-size:28px;color:var(--pink);white-space:nowrap}.summary__delivery{font-size:13px;color:var(--muted)}.consents{display:grid;gap:15px}.consents label{display:flex;align-items:flex-start;gap:12px;font-size:14px;line-height:1.5;cursor:pointer}.consents input{flex:none;width:20px;height:20px;margin:1px 0 0}.consents a{color:var(--pink2)}.consent-optional{color:var(--muted)}.consents em{font-style:normal}.captcha-note,.after-submit{font-size:13px;color:var(--muted);text-align:center;margin:20px 0 0}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:30px}.connect-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.connect-card{display:flex;flex-direction:column;align-items:flex-start;gap:15px;min-width:0;border:1px solid var(--line);border-radius:18px;padding:22px 17px;background:white}.connect-card.is-connected{border-color:#3a8a67;background:#f0faf4}.connect-card.is-unavailable{background:#f7f5f6}.connect-card__icon,.vk-connect-instruction__icon,.max-connect-instruction__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;font-size:23px;font-weight:850;color:white;flex:none}.connect-card__icon--max,.max-connect-instruction__icon{background:#7651cf}.connect-card__icon--vk,.vk-connect-instruction__icon{background:#1766b5}.connect-card__icon--tg{background:#1684b4}.connect-card__copy{flex:1}.connect-card__copy b{display:block;font-size:19px;margin-bottom:7px}.connect-card__copy span{font-size:14px;color:var(--muted);line-height:1.5;display:block}.connect-button{width:100%;min-height:46px;font-size:14px;padding:12px 8px;gap:0}.vk-connect-instruction,.max-connect-instruction{display:flex;align-items:flex-start;gap:18px;background:#f0f5ff;border:1px solid #cddbef;border-radius:18px;padding:22px;margin-top:22px}.max-connect-instruction{background:#f5f0ff;border-color:#ddd0ed}.vk-connect-instruction p,.max-connect-instruction p{font-size:14px;line-height:1.6;margin:8px 0 18px}.vk-connect-instruction .button,.max-connect-instruction .button{border-radius:13px;font-size:14px}.connection-status{display:flex;align-items:flex-start;gap:14px;padding:20px;border-radius:16px;background:#fff9e7;margin-top:22px;color:#785319}.connection-status__dot{width:10px;height:10px;flex:none;border-radius:50%;background:#af7a21;margin-top:7px}.connection-status b{font-size:16px}.connection-status p{font-size:14px;line-height:1.55;margin:5px 0 0}.connection-status.is-ok{background:#edf8f0;color:#276b46}.connection-status.is-ok .connection-status__dot{background:#34835a}.connection-help{font-size:14px;color:var(--muted);padding:20px 4px 0}.connection-help ol{padding-left:21px;margin:8px 0 0}.connection-help li{margin-block:5px}.success{text-align:center;padding:8px 0 30px}.success img{width:160px;height:160px;object-fit:contain;margin:0 auto 12px}.success__mark{width:40px;height:40px;border-radius:50%;margin:0 auto 25px;background:#e8f6eb;color:#2d734d;display:grid;place-items:center;font-size:24px}.success h2{font-size:36px;max-width:600px;margin:0 auto 20px}.success p{font-size:16px;color:var(--muted)}#success-number{color:var(--pink);display:inline-block}.success .button{margin-top:15px}
.faq{padding:70px 0 85px}.faq__box{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.faq__grid{border-top:1px solid #dbcbd3}.faq details{border-bottom:1px solid #dbcbd3;padding:0}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;list-style:none;cursor:pointer;font-size:17px;font-weight:700;line-height:1.4}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:26px;font-weight:400;color:var(--pink);flex:none}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{font-size:16px;color:var(--muted);padding:0 30px 22px 0}.footer{border-top:1px solid var(--line);padding:30px 0 40px}.footer__inner{display:flex;align-items:center;justify-content:space-between;gap:35px}.footer__brand{display:flex;align-items:center;gap:13px}.footer__brand img{width:52px;height:52px;object-fit:contain}.footer__brand b{font-size:24px;font-family:Georgia,serif;font-weight:400;color:var(--pink)}.footer__brand span{display:block;font-size:12px;color:var(--muted);margin-top:3px}.footer nav{display:flex;flex-wrap:wrap;gap:10px 22px}.footer nav a{font-size:12px;color:var(--muted)}.cookie{position:fixed;left:22px;bottom:20px;z-index:30;width:min(450px,calc(100% - 44px));display:flex;align-items:center;gap:20px;padding:18px 22px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 35px #53243a1c}.cookie b{font-size:14px}.cookie p{font-size:12px;color:var(--muted);margin:5px 0 0}.cookie button{border:0;border-radius:999px;background:var(--ink);color:white;padding:12px 17px;font-size:14px;font-weight:700}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,15px);z-index:80;max-width:min(580px,calc(100% - 32px));width:max-content;padding:15px 22px;border-radius:16px;background:var(--ink-dark);color:white;font-size:14px;box-shadow:0 8px 30px #0002;opacity:0;pointer-events:none;transition:.2s}.toast.is-visible{opacity:1;transform:translate(-50%,0)}.loading{position:fixed;inset:0;z-index:70;background:#fff9f2f2;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:24px;text-align:center}.loading__bead{width:100px;height:100px;object-fit:contain;animation:bead-float 1.4s ease-in-out infinite}.loading__copy b{display:block;font-size:22px;margin:15px 0 8px}.loading__copy span{font-size:14px;color:var(--muted)}.hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
@keyframes bead-float{50%{transform:translateY(-12px) rotate(8deg)}}@keyframes step-in{from{opacity:.3;transform:translateY(6px)}to{opacity:1;transform:none}}
@media(min-width:1450px){.hero__grid{min-height:560px}.hero__composition{width:119%;margin-left:-7%}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.header__nav{gap:18px}.hero h1{font-size:clamp(43px,5.5vw,63px)}.hero__lead{font-size:16px}.hero__sticker{font-size:14px;right:0;padding:13px}.how article{grid-template-columns:75px 1fr;gap:12px;padding-right:8px}.how article+article{padding-left:16px}.how article img{width:75px;height:115px}.how__grid{gap:14px}.collection-card{min-height:250px}.collection-card__copy{padding:19px}.collection-card p{font-size:13px}.order-card{padding:38px}.faq__box{gap:35px}}
@media(max-width:800px){.header__nav{display:none}.hero h1{font-size:clamp(39px,5.9vw,54px)}.hero__heart{margin-left:3px}.hero__copy{padding-top:16px}.hero .eyebrow{font-size:11px;letter-spacing:.12em}.hero__lead{font-size:16px}.hero .button{font-size:14px;padding:14px 19px;gap:10px}.hero__sticker{top:-3%;font-size:13px;padding:12px}.how{padding-top:42px}.how__grid{grid-template-columns:1fr;gap:0}.how article{grid-template-columns:100px 1fr;gap:22px;padding:20px 0}.how article+article{border-left:0;border-top:1px solid var(--line);padding:20px 0}.how article img{width:100px;height:100px}.how article strong{float:left;font-size:26px;margin:0 14px 6px 0}.how article h3{padding-top:2px}.how article p{clear:both}.collection-grid{gap:12px}.collection-card{min-height:255px}.collection-card__copy{padding:16px 12px}.collection-card h3{font-size:23px}.collection-card p{font-size:12px}.order{padding-block:40px}.order-card{padding:30px 24px}.choice-cards--box-type{gap:9px}.choice-card{padding:19px 30px 19px 14px}.choice-card__title{font-size:17px}.choice-card__desc{font-size:13px}.choice-card__tick{right:9px;width:18px;height:18px}.connect-grid{gap:10px}.connect-card{padding:18px 13px}.connect-button{font-size:13px}.connect-card__copy b{font-size:18px}.connect-card__copy span{font-size:14px}.faq__box{grid-template-columns:1fr;gap:8px}.footer__inner{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.wrap{width:calc(100% - 36px)}.announcement{font-size:11px;min-height:30px;gap:12px}.header{padding:12px 0 5px}.header__inner{gap:12px}.logo img{width:148px;height:53px}.header .button{font-size:12px;min-height:40px;padding:10px 14px;gap:8px}.header .button>span{font-size:18px}.hero{padding:8px 0 0}.hero__grid{grid-template-columns:1fr;gap:0}.hero__copy{padding:22px 0 0}.hero h1{font-size:clamp(42px,10.8vw,62px);line-height:1.02;letter-spacing:-.045em;margin-bottom:20px}.hero .eyebrow{font-size:11px;letter-spacing:.15em;margin-bottom:14px}.hero__lead{font-size:16px;margin-bottom:22px}.hero__actions{gap:14px}.hero .button{width:100%;font-size:16px;min-height:53px}.hero .text-link{font-size:13px;align-self:center;gap:9px}.play-icon{width:29px;height:29px;font-size:20px}.hero__visual{margin:0 -12px}.hero__composition{width:100%;margin:0;aspect-ratio:4/3}.hero__sticker{right:4%;top:7%;padding:12px 14px;font-size:14px}.occasion-strip .wrap{justify-content:space-between;gap:12px;padding-block:13px}.occasion-strip span{font-size:12px;gap:9px}.occasion-strip i{font-size:18px}.how{padding:38px 0 15px}.section-title{margin-bottom:20px}.section-title h2{font-size:29px;line-height:1.14}.section-title .eyebrow{font-size:11px}.section-title p{font-size:14px}.how article{grid-template-columns:82px 1fr;gap:17px;padding-block:17px}.how article+article{padding-block:17px}.how article img{width:82px;height:100px}.how article p{font-size:14px}.how article h3{font-size:17px}.box-collection{padding:20px 0 40px}.collection-grid{grid-template-columns:1fr;gap:14px}.collection-card{min-height:0;aspect-ratio:1.25;border-radius:18px}.collection-card__copy{padding:23px}.collection-card h3{font-size:29px}.collection-card p{font-size:15px;line-height:1.45}.collection-card__copy>span{font-size:14px;margin-top:4px}.collection-note{font-size:12px}.order{padding:32px 0}.order>.wrap{width:calc(100% - 20px)}.order-card{padding:28px 18px;border-radius:23px}.order-card__head{margin-bottom:25px}.order-card__head h2{font-size:30px}.order-card__head .eyebrow{font-size:11px}.order-card__head p{font-size:14px}.steps{gap:8px;margin-bottom:26px;padding-bottom:23px}.steps__dot{flex-direction:column;gap:7px;font-size:12px}.steps__dot b{width:30px;height:30px;font-size:13px}.steps__line{margin-top:-23px;max-width:65px}.form-section-intro h3{font-size:23px}.form-grid{grid-template-columns:1fr;gap:12px;margin-bottom:25px}.input-card{padding:12px 14px}.input-card>span{font-size:14px}.choice-cards--box-type{grid-template-columns:1fr;gap:10px}.choice-card{padding:16px 40px 16px 16px;gap:5px;border-radius:14px}.choice-card__title{font-size:18px}.choice-card__desc{font-size:14px}.choice-card__tick{right:14px;top:17px;width:22px;height:22px}.choice-fieldset>legend,.spoon-fieldset>legend,.colors>legend,.delivery>legend{font-size:21px;line-height:1.3}.legend-note{font-size:14px}.spoon-cards,.spoon-cards.is-adult{grid-template-columns:1fr;gap:16px}.spoon-card{display:grid;grid-template-columns:80px minmax(0,1fr) auto;grid-template-areas:'art title tick' 'art desc desc' 'art price price' 'art footer footer';gap:5px 13px;text-align:left;align-items:center;padding:19px 15px}.spoon-card__title{grid-area:title;font-size:22px}.spoon-card__spoons{grid-area:art;width:80px;height:108px;margin:0}.spoon-card__spoons img{max-height:108px;height:auto;max-width:80px}.spoon-card__tick{grid-area:tick;position:static;justify-self:end}.spoon-card__desc{grid-area:desc;min-height:0;font-size:13px}.spoon-card strong{grid-area:price;font-size:27px;margin:3px 0 1px}.spoon-card__footer{grid-area:footer;font-size:12px}.spoon-card__badge{left:auto;right:13px;transform:none;font-size:11px;padding:3px 10px;top:-11px}.choice-cards--video{gap:10px}.choice-cards--video .choice-card{padding:16px 33px 16px 12px}.choice-cards--video .choice-card__title{font-size:16px}.choice-cards--video .choice-card__tick{right:9px;width:18px;height:18px}.mix-box{flex-direction:column;align-items:flex-start;gap:16px;padding:19px}.counter{align-self:flex-end}.colors__row{gap:8px}.color{font-size:13px;padding:8px 11px}.order-next{align-items:stretch;flex-direction:column;gap:17px}.order-next>div{grid-template-columns:1fr auto}.order-next small{font-size:12px}.order-next .button{width:100%}.step2-title h3{font-size:28px}.step2-title p{font-size:14px}.step2-important{font-size:13px!important;padding:14px}.form-grid--step2{gap:25px}.delivery__grid{grid-template-columns:1fr;gap:10px}.delivery__item{min-height:78px;padding:12px 15px;gap:17px}.delivery__logoBox{width:46px;height:46px}.delivery__copy b{font-size:16px}.delivery__copy small{font-size:13px}.required-label{display:block;margin:3px 0 0}.summary{padding:19px}.summary dl{grid-template-columns:1fr;gap:2px}.summary dd{margin-bottom:10px}.summary__total{font-size:14px}.summary__total strong{font-size:26px}.consents label{font-size:13px;gap:10px}.form-actions{gap:10px}.form-actions .button{font-size:14px;min-height:50px;padding:13px 16px}.form-actions .button:not(.button--ghost){flex:1}.connect-grid{grid-template-columns:1fr;gap:12px}.connect-card{display:grid;grid-template-columns:46px 1fr;gap:12px 15px;padding:19px}.connect-card__icon{width:46px;height:46px}.connect-card__copy b{font-size:19px}.connect-card__copy span{font-size:14px}.connect-button{grid-column:1/-1;width:100%;font-size:15px;min-height:46px}.connection-status{padding:17px;gap:12px}.connection-status b{font-size:15px}.connection-status p{font-size:14px}.vk-connect-instruction,.max-connect-instruction{padding:18px;gap:12px;flex-direction:column}.vk-connect-instruction .button,.max-connect-instruction .button{width:100%;font-size:14px;padding:12px}.connection-help{font-size:13px}.success h2{font-size:28px}.success img{width:130px;height:130px}.success .eyebrow{font-size:11px}.success p{font-size:14px}.faq{padding:40px 0}.faq summary{font-size:16px;padding-block:20px}.faq details p{font-size:14px}.footer{padding:25px 0 35px}.footer__inner{gap:24px}.footer nav{gap:14px 20px}.cookie{left:12px;bottom:12px;width:calc(100% - 24px);gap:12px;padding:15px;border-radius:15px}.cookie b{font-size:13px}.cookie p{font-size:12px}.cookie button{padding:11px 13px;font-size:13px}.loading__copy b{font-size:20px}.toast{bottom:18px}.hp{position:absolute!important}}
@media(max-width:360px){.logo img{width:128px}.header .button{font-size:11px;padding-inline:12px}.hero h1{font-size:40px}.hero__sticker{font-size:12px;padding:10px}.order-card{padding-inline:14px}.spoon-card{grid-template-columns:65px minmax(0,1fr) auto;gap:5px 10px}.spoon-card__spoons{width:65px}.spoon-card__spoons img{max-width:65px}.steps{gap:5px}.steps__dot{font-size:11px}.form-actions .button{padding-inline:12px;font-size:13px}.occasion-strip span{font-size:11px;gap:5px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.button:hover:not(:disabled),.collection-card:hover{transform:none}}

/* Refined homepage: natural image proportions and consistent pearl palette. */
.hero__composition{width:108%;margin-left:-4%;mix-blend-mode:multiply}
.hero__sticker{background:#f5e9fb;border:1px solid #e8d7ef;border-radius:20px 20px 20px 5px;box-shadow:0 8px 24px #53243a08}
.how__grid{gap:22px}
.how article,.how article+article{grid-template-columns:112px minmax(0,1fr);gap:18px;padding:22px 18px;border:1px solid var(--line);border-radius:22px;background:#ffffff66}
.how article img{width:112px;height:112px;object-fit:contain;mix-blend-mode:multiply;border-radius:18px}
.how article strong,.how article:nth-child(2) strong{display:grid;place-items:center;float:none;width:30px;height:30px;margin:0 0 12px;border-radius:50%;background:#f8e4ed;border:1px solid #ebcbd9;color:var(--pink2);font:750 14px/1 var(--sans);box-shadow:inset 0 2px 3px #ffffffa8}
.collection-card{display:flex;flex-direction:column;min-height:0;aspect-ratio:auto;background-image:none}
.collection-card__art{display:block;order:2;width:100%;aspect-ratio:1;background-image:url('/static/assets/collections-new.webp');background-size:300% auto;background-repeat:no-repeat;flex-shrink:0}
.collection-card--child .collection-card__art{background-position:0 50%}
.collection-card--mix .collection-card__art{background-position:50% 50%}
.collection-card--adult .collection-card__art{background-position:100% 50%}
.collection-card__copy{padding:24px 24px 0;background:none;flex:1}
.collection-card--child{background-color:#fff0b9}
.collection-card--mix{background-color:#e9d1f3}
.collection-card--adult{background-color:#fbd0d3}
.telegram-connect-instruction{display:flex;align-items:flex-start;gap:18px;background:#eff8fc;border:1px solid #cce3ef;border-radius:18px;padding:22px;margin-top:22px}
.telegram-connect-instruction p{font-size:14px;margin:8px 0 18px}
.in-app-help{font-size:14px;color:var(--muted);margin:20px 0 0}
/* Keep content above device cutouts and browser chrome, including Instagram WebView. */
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}
.announcement{padding-top:calc(5px + env(safe-area-inset-top,0px))}
.footer{padding-bottom:calc(40px + env(safe-area-inset-bottom,0px))}
.cookie{bottom:calc(20px + env(safe-area-inset-bottom,0px));left:calc(22px + env(safe-area-inset-left,0px));max-width:calc(100% - 44px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px))}
.toast{bottom:calc(25px + env(safe-area-inset-bottom,0px))}
.loading{min-height:100%;min-height:100dvh;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))}
@media(max-width:1100px) and (min-width:801px){.how article,.how article+article{grid-template-columns:1fr;gap:12px}.how article img{width:120px;height:120px}}
@media(max-width:800px){.how__grid{gap:12px}.how article,.how article+article{grid-template-columns:100px minmax(0,1fr);padding:18px;gap:20px}.how article img{width:100px;height:100px}.collection-card__copy{padding:18px 14px 0}}
@media(max-width:600px){.hero__visual{margin:16px -8px 0}.hero__composition{width:100%;margin:0}.hero__sticker{top:3%;right:2%;font-size:12px;padding:10px}.how article,.how article+article{grid-template-columns:88px minmax(0,1fr);gap:14px;padding:16px 12px}.how article img{width:88px;height:88px}.how article strong{width:27px;height:27px;margin-bottom:9px;font-size:13px}.collection-card{aspect-ratio:auto}.collection-card__copy{padding:23px 23px 0}.telegram-connect-instruction{flex-direction:column;padding:18px;gap:12px}.telegram-connect-instruction .button{width:100%;font-size:14px}.cookie{bottom:calc(12px + env(safe-area-inset-bottom,0px));left:calc(12px + env(safe-area-inset-left,0px));max-width:calc(100% - 24px - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px))}.toast{bottom:calc(18px + env(safe-area-inset-bottom,0px))}}
/* Fade only empty margins; preserve the mascot and objects near the corners. */
.hero__composition{mix-blend-mode:normal;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent),linear-gradient(0deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent),linear-gradient(0deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-composite:source-in;mask-composite:intersect}

.logo img{width:195px;height:65px;mix-blend-mode:multiply}.footer__brand{flex-direction:column;align-items:flex-start;gap:10px}.footer__brand .footer__logo{width:180px;height:60px;object-fit:contain;mix-blend-mode:multiply}.collection-card__art{-webkit-mask-image:linear-gradient(#0000,#000 8%);mask-image:linear-gradient(#0000,#000 8%)}
@media(max-width:600px){.logo img{width:148px;height:50px}}@media(max-width:360px){.logo img{width:128px;height:43px}}
.collection-card__art{margin-top:-12%}

/* Larger pearl step markers and optically normalized delivery marks. */
.how article strong,.how article:nth-child(2) strong{width:42px;height:42px;font:800 21px/1 var(--sans);letter-spacing:-.03em;background:radial-gradient(circle at 30% 22%,#fff 0,#fff4f8 24%,#f5d7e5 78%,#edc5d7 100%);border:1px solid #e7b9cd;box-shadow:inset 0 2px 3px #fff,0 3px 7px #a3476910;margin-bottom:13px}
.delivery__logoBox{width:56px;height:56px;padding:4px;border-radius:12px}
.delivery__logo{display:block;width:48px;height:48px;max-width:none;object-fit:contain}
.loading__bead{width:100px;height:100px;mix-blend-mode:multiply}
@media(max-width:600px){.how article strong,.how article:nth-child(2) strong{width:36px;height:36px;font-size:19px;margin-bottom:10px}.delivery__logoBox{width:48px;height:48px;padding:3px}.delivery__logo{width:42px;height:42px}}
.how article>div{align-self:start}
