@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700;800;900&display=swap');
:root{--ink:#191919;--yellow:#f5ff54;--blue:#254cf4;--paper:#f7f7f2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'Golos Text',Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:5px}.wrap{width:min(1360px,calc(100% - 96px));margin:auto}.concept{background:var(--ink);color:#fff;padding:10px 48px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1px}.concept span:last-child{letter-spacing:0;opacity:.7}.header{height:108px;display:flex;align-items:center;justify-content:space-between}.logo{font-size:55px;font-weight:900;letter-spacing:-5px;line-height:1}.logo span{font-size:22px;vertical-align:top;letter-spacing:0;margin-left:5px}.header nav{display:flex;gap:34px;font-size:14px}.header nav a:hover{text-decoration:underline;text-underline-offset:5px}.small-button{background:transparent;border:1px solid var(--ink);padding:13px 19px;border-radius:50px;font-size:13px;font-weight:600}.small-button span{margin-left:18px}.hero{display:grid;grid-template-columns:1.05fr 1fr;gap:24px;padding:32px 0 65px;align-items:center}.eyebrow{font-size:10px;font-weight:600;letter-spacing:1.6px;line-height:1.7;margin:0 0 26px}.asterisk{font-size:24px;vertical-align:middle;margin-right:8px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(62px,6.7vw,100px);font-weight:800;letter-spacing:-6px;line-height:.99;margin-bottom:30px}.period{color:var(--blue)}.hero-description{font-size:20px;line-height:1.5;margin-bottom:30px}.button{border:0;display:inline-flex;justify-content:space-between;align-items:center;gap:35px;padding:20px 24px;border-radius:4px;font-size:14px;font-weight:600;transition:transform .18s,background .18s}.button:hover{transform:translateY(-3px);background:#333}.dark{background:var(--ink);color:white}.button span{font-size:22px;line-height:1}.hero-note{font-size:11px;margin-top:18px;color:#777}.hero-visual{position:relative;aspect-ratio:1/1.07;background:var(--yellow);overflow:hidden;border-radius:5px}.hero-art{position:absolute;inset:0;background:url('assets/cloud-gift.png') center/cover}.visual-top,.visual-bottom{position:absolute;left:25px;right:25px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:9px;letter-spacing:1px}.visual-top{top:25px}.pill{background:#fff;padding:9px 13px;border-radius:40px;font-weight:700}.edition{font-size:9px}.visual-bottom{bottom:24px;font-weight:600}.gift-slip{position:absolute;bottom:61px;left:24px;background:#fff;padding:17px 24px 16px 15px;display:flex;gap:12px;box-shadow:0 7px 20px #0000000a;transform:rotate(-6deg)}.slip-icon{font-size:33px;line-height:1}.gift-slip strong{font-size:14px}.gift-slip p{font-size:10px;line-height:1.5;margin:7px 0 0}.sticker{position:absolute;right:22px;top:26%;width:84px;height:84px;border-radius:50%;background:var(--blue);color:#fff;text-align:center;display:grid;align-content:center;transform:rotate(12deg);font-size:10px;font-weight:700;line-height:1.5}.ticker{overflow:hidden;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--yellow);padding:18px 0;font-size:13px;font-weight:600;letter-spacing:1px}.ticker>div{white-space:nowrap;width:max-content;animation:marquee 45s linear infinite}.ticker b{margin:0 45px;font-size:22px;vertical-align:middle}@keyframes marquee{to{transform:translateX(-50%)}}.catalog{padding-top:100px;padding-bottom:90px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:38px;gap:25px}.section-heading .eyebrow{margin-bottom:14px}h2{font-size:clamp(34px,3.8vw,54px);line-height:1.08;letter-spacing:-2.5px;font-weight:700;margin-bottom:0}.section-heading>p,.how-side{font-size:13px;line-height:1.6;margin:0 0 4px;color:#62625d}.gift-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product{background:transparent;border:0;text-align:left;padding:0;min-width:0}.product-art{height:300px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:4px}.rain-art{background:#dce4ff;color:var(--blue)}.moon-art{background:#242b22;color:#e1ffc8}.snow-art{background:#e6e5f3;color:#7663cf}.sun-art{background:#ffb882;color:#d13f15}.product-tag{position:absolute;left:15px;top:17px;font-size:8px;letter-spacing:.6px;color:inherit}.weather-symbol{font-family:Georgia,serif;font-size:160px;line-height:1;transition:transform .3s}.moon-art .weather-symbol{font-size:230px}.snow-art .weather-symbol{font-size:180px}.sun-art .weather-symbol{font-size:185px}.product:hover .weather-symbol{transform:rotate(-12deg) scale(1.07)}.product-no{position:absolute;bottom:18px;left:15px;font-size:8px;letter-spacing:.8px}.round-arrow{position:absolute;bottom:12px;right:12px;background:var(--paper);color:var(--ink);width:33px;height:33px;border-radius:50%;display:grid;place-items:center;font-size:21px}.product-title{display:flex;justify-content:space-between;gap:8px;margin:20px 0 9px;font-size:14px;font-weight:600}.product-title h3{font-size:14px;margin:0;letter-spacing:-.4px}.product>p{font-size:11px;line-height:1.6;color:#73736c}.catalog-note{font-size:10px;color:#777;margin:26px 0 0}.how{padding:80px 0;background:#ebece6;border-top:1px solid #ddded5;border-bottom:1px solid #ddded5}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:55px}.steps article{border-top:1px solid #bebfb5;padding-top:19px}.step-number{font-size:11px;display:block;margin-bottom:32px}.steps h3{font-size:19px;letter-spacing:-.6px;margin-bottom:13px}.steps p{font-size:13px;line-height:1.7;max-width:290px;color:#696960;margin:0}.delivery{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-top:110px;padding-bottom:110px;align-items:center}.delivery h2{font-size:64px}.delivery>div>p:not(.eyebrow){font-size:16px;line-height:1.65;margin:26px 0 24px}.text-button{border:0;background:transparent;padding:0 0 6px;border-bottom:1px solid var(--ink);font-size:13px}.text-button span{margin-left:26px}.message-stack{padding:40px 0 55px;position:relative}.notification{background:white;border:1px solid #e5e5dc;border-radius:16px;padding:27px;box-shadow:0 15px 30px #20201408;transform:rotate(-3deg)}.notification-head{display:flex;align-items:center;gap:10px;font-size:12px;margin-bottom:25px}.mini-logo{background:var(--yellow);width:31px;height:31px;border-radius:9px;display:grid;place-items:center;font-size:28px;font-weight:900}.notification-time{margin-left:auto;color:#999;font-size:10px}.notification strong{font-size:17px;letter-spacing:-.3px}.notification>p{font-size:13px;line-height:1.8;margin-top:15px}.message-foot{font-size:8px;letter-spacing:.7px;color:#91918b}.chat-reply{position:absolute;right:-8px;bottom:18px;background:var(--yellow);border-radius:16px 16px 0 16px;padding:20px 23px;font-size:12px;transform:rotate(3deg)}.faq{border-top:1px solid #d6d6cc;padding-top:65px;padding-bottom:90px;display:grid;grid-template-columns:1fr 1.2fr;gap:55px}.faq h2{font-size:35px;letter-spacing:-1.5px}.faq .eyebrow{margin-bottom:15px}.faq details{border-bottom:1px solid #d6d6cc}.faq summary{padding:22px 0;cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;font-size:14px}.faq details:first-child summary{padding-top:0}.faq summary::-webkit-details-marker{display:none}.faq summary span{font-size:20px;line-height:1}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{font-size:13px;line-height:1.7;color:#6b6b62;max-width:520px;padding-right:25px}.closing{background:var(--yellow);padding:65px 0}.closing>.wrap{display:flex;align-items:center;justify-content:space-between;gap:35px}.closing p{font-size:54px;font-weight:700;line-height:1.08;letter-spacing:-2px;margin:0}footer{padding-top:43px;padding-bottom:43px;display:flex;align-items:center;gap:40px}footer .logo{font-size:43px}footer .logo span{font-size:16px}footer p{margin:0;color:#777;font-size:12px}footer>span{margin-left:auto;font-size:9px;letter-spacing:1px;color:#777}dialog{padding:0;border:0;border-radius:8px;width:min(940px,calc(100% - 32px));max-height:90dvh;overflow:auto;color:var(--ink);background:var(--paper)}dialog::backdrop{background:#161812b3;backdrop-filter:blur(5px)}body:has(dialog[open]){overflow:hidden}.dialog-shell{position:relative;display:grid;grid-template-columns:1fr 1fr}.close{position:absolute;right:14px;top:12px;z-index:2;border:0;border-radius:50%;background:#fff;width:34px;height:34px;font-size:27px;line-height:1}.editor{padding:42px 36px}.editor .eyebrow{margin-bottom:15px}.editor h2{font-size:35px;letter-spacing:-1.5px}.editor-intro{font-size:12px;line-height:1.6;margin-top:16px;color:#777}form label{display:block;font-size:11px;margin-top:18px;font-weight:500}input,textarea{display:block;width:100%;margin-top:8px;padding:12px;border:1px solid #cdcec2;background:white;border-radius:3px;outline-color:var(--blue);font-size:14px;resize:vertical}.counter{display:block;text-align:right;font-size:9px;color:#888;margin-top:5px}form .button{width:100%;margin-top:20px;font-size:12px}.editor-note{font-size:10px;color:#888;line-height:1.6;margin:16px 0 0}.preview-area{background:#e6e8df;padding:44px 30px 25px;display:flex;flex-direction:column;align-items:center;justify-content:center}.preview-tabs{display:flex;background:#d6d8cf;border-radius:30px;padding:4px;gap:3px;margin-bottom:22px}.preview-tabs button{border:0;background:transparent;padding:10px 16px;font-size:11px;border-radius:30px}.preview-tabs button[aria-selected=true]{background:#fff;box-shadow:0 2px 5px #00000009}.preview-card{background:var(--yellow);padding:25px;text-align:center;width:100%;min-height:420px;display:flex;flex-direction:column;align-items:center;border-radius:4px;overflow-wrap:anywhere}.preview-brand{font-size:29px;font-weight:900;letter-spacing:-2px;align-self:flex-start}#preview-symbol{font-family:Georgia,serif;font-size:85px;line-height:1.3;color:var(--blue);margin:10px 0}#preview-kicker{font-size:9px;letter-spacing:1px;margin-bottom:10px}#preview-title{font-size:36px;font-weight:700;letter-spacing:-1.8px;line-height:1.1;margin-bottom:18px;white-space:pre-line}#preview-message{font-size:12px;line-height:1.6;white-space:pre-wrap}#preview-sender{font-size:10px;margin-bottom:25px}#preview-footer{font-size:7px;letter-spacing:.7px;border-top:1px solid #0003;padding-top:15px;width:100%;margin-top:auto;line-height:1.6}.preview-caption{font-size:9px;line-height:1.6;color:#777;text-align:center;max-width:260px;margin:17px 0 0}
@media(min-width:1600px){.hero{gap:65px}h1{font-size:104px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.concept{padding:10px 28px}h1{font-size:7.1vw;letter-spacing:-4px}.hero-description{font-size:17px}.gift-grid{gap:14px}.product-art{height:245px}.weather-symbol{font-size:130px}.moon-art .weather-symbol{font-size:190px}.snow-art .weather-symbol,.sun-art .weather-symbol{font-size:150px}.product-title{font-size:12px}.product-title h3{font-size:12px}.delivery{gap:35px}.delivery h2{font-size:54px}.notification{padding:22px}.edition{display:none}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.concept{padding:9px 20px;font-size:8px;justify-content:center}.concept{flex-direction:column;align-items:center;gap:4px}.concept span:last-child{display:block;font-size:10px;opacity:1}.header{height:86px}.header .logo{font-size:48px}.header nav{display:none}.small-button{font-size:11px;padding:11px 15px}.hero{grid-template-columns:1fr;gap:35px;padding-top:16px;padding-bottom:36px}.hero .eyebrow{font-size:8px;margin-bottom:20px}.asterisk{font-size:21px}h1{font-size:clamp(57px,11.9vw,85px);letter-spacing:-4px;margin-bottom:22px}.hero-description{font-size:17px;line-height:1.6;margin-bottom:23px}.button{padding:17px 20px;font-size:12px}.hero-note{margin:14px 0 0;font-size:10px}.hero-visual{aspect-ratio:1/1}.visual-top,.visual-bottom{left:20px;right:20px}.visual-top{top:20px}.visual-bottom{bottom:20px;font-size:8px}.gift-slip{bottom:55px;left:20px;padding:13px 16px 13px 12px}.gift-slip strong{font-size:12px}.gift-slip p{font-size:9px}.sticker{width:70px;height:70px;right:18px;font-size:8px}.ticker{padding:12px 0;font-size:10px}.ticker b{margin:0 25px;font-size:18px}.catalog{padding:58px 0 48px}.section-heading{display:block;margin-bottom:25px}.section-heading>p{display:none}.eyebrow{font-size:9px;margin-bottom:17px}h2{font-size:34px;letter-spacing:-1.8px}.gift-grid{grid-template-columns:1fr 1fr;gap:25px 12px}.product-art{height:auto;aspect-ratio:.85}.product-tag{font-size:6px;left:11px;top:14px;letter-spacing:0}.weather-symbol{font-size:100px}.moon-art .weather-symbol{font-size:145px}.snow-art .weather-symbol,.sun-art .weather-symbol{font-size:115px}.product-no{font-size:6px;left:11px;bottom:15px;letter-spacing:0}.round-arrow{width:25px;height:25px;right:8px;bottom:8px;font-size:16px}.product-title{margin:13px 0 7px;gap:6px;font-size:11px}.product-title h3{font-size:11px;line-height:1.4;letter-spacing:-.3px}.product>p{font-size:10px;margin-bottom:0}.catalog-note{font-size:8px;line-height:1.6;margin-top:22px}.how{padding:50px 0}.how-side{display:block;margin-top:22px;font-size:12px}.steps{grid-template-columns:1fr;gap:28px;margin-top:30px}.steps article{padding-left:44px;position:relative;padding-top:20px}.step-number{position:absolute;left:0;top:24px}.steps h3{font-size:17px}.steps p{font-size:12px;max-width:100%}.delivery{grid-template-columns:1fr;padding-top:58px;padding-bottom:65px;gap:15px}.delivery h2{font-size:48px;letter-spacing:-2px}.delivery>div>p:not(.eyebrow){font-size:14px;margin-top:22px}.message-stack{padding:25px 5px 48px}.notification{padding:20px}.notification strong{font-size:14px}.notification>p{font-size:11px}.notification-head{margin-bottom:20px}.message-foot{font-size:6px}.chat-reply{right:0;bottom:14px;font-size:10px;padding:15px}.faq{grid-template-columns:1fr;gap:30px;padding-top:45px;padding-bottom:55px}.faq h2{font-size:31px}.faq summary{font-size:12px;padding:20px 0}.faq details p{font-size:12px}.closing{padding:45px 0}.closing>.wrap{display:block}.closing p{font-size:39px;letter-spacing:-1.7px;margin-bottom:27px}footer{padding-top:32px;padding-bottom:32px;gap:20px;flex-wrap:wrap}footer p{font-size:10px}footer>span{width:100%;font-size:8px;margin:0}.dialog-shell{grid-template-columns:1fr}.editor{padding:35px 24px 25px}.editor h2{font-size:29px}.preview-area{padding:28px 24px}.preview-card{max-width:360px}.preview-tabs{margin-bottom:17px}dialog{max-height:92dvh;width:calc(100% - 20px)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
