:root{--bg:#FFFDFE;--bg2:#FFF8FA;--soft:#FFF0F5;--pale:#FFE7F0;--card:#fff;--title:#3B2D34;--text:#594B52;--muted:#84757C;--hint:#A4979D;--brand:#F45B8C;--deep:#D23B70;--line:rgba(244,91,140,.14);--gray:rgba(70,45,60,.08);--shadow:0 14px 36px rgba(86,52,66,.08);--ps:0 16px 42px rgba(244,91,140,.16);--max:1280px;--nav:72px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.locked{overflow:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button,input{font:inherit}.skip{position:fixed;left:15px;top:5px;z-index:400;transform:translateY(-150%);background:#fff;padding:10px 14px;border-radius:12px}.skip:focus{transform:none}.site-header{position:sticky;top:0;z-index:120;background:rgba(255,253,254,.95);backdrop-filter:blur(18px);border-bottom:1px solid var(--gray)}.nav-wrap{max-width:var(--max);margin:auto;padding:0 22px}.desktop-nav{height:var(--nav);display:flex;align-items:center;gap:16px}.brand{min-width:174px;display:flex;align-items:center;gap:10px}.brand-mark{width:40px;height:40px;border-radius:14px;background:var(--soft);display:grid;place-items:center;color:var(--brand);overflow:hidden}.brand-logo{width:100%;height:100%;object-fit:contain}.brand>span:last-child,.mobile-brand{display:flex;flex-direction:column;line-height:1.12}.brand strong{color:var(--title)}.brand small,.mobile-brand small{font-size:9px;letter-spacing:.13em;color:var(--hint);margin-top:4px}.primary{display:flex;align-items:center;gap:2px;white-space:nowrap;flex:1}.primary a,.soft{padding:8px 10px;border-radius:99px;font-size:14px}.primary a:hover,.soft:hover,.primary .is-active,.soft.is-active{background:var(--soft);color:var(--brand)}.nav-actions{display:flex;align-items:center;gap:5px}.plain,.square,.close{border:0;background:transparent;min-width:44px;min-height:44px;border-radius:14px;cursor:pointer}.plain:hover,.square:hover,.close:hover{background:var(--soft)}.appbtn{padding:9px 16px;border-radius:99px;background:linear-gradient(135deg,#FF89AC,#F45B8C 52%,#DE4276);color:#fff;box-shadow:var(--ps)}.mobile-nav{display:none;height:64px;align-items:center;justify-content:space-between}.mobile-brand{position:absolute;left:50%;transform:translateX(-50%);text-align:center}.mobile-logo{max-width:138px;max-height:40px;object-fit:contain}.square{font-size:21px}.wrap{width:min(var(--max),calc(100% - 44px));margin:auto}.section{padding:70px 0}.section.soft{background:var(--bg2)}.section.pink{background:var(--soft)}.eyebrow{color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.17em}.section-head{display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:28px}.section-head h2{font-size:clamp(28px,4vw,46px);line-height:1.15;margin:7px 0 0;color:var(--title)}.section-head p{max-width:560px;margin:0;color:var(--muted)}.page-intro{padding:56px 0 36px}.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:32px;align-items:center}.page-intro h1{font-size:clamp(40px,6vw,72px);line-height:1.08;color:var(--title);margin:8px 0 18px}.page-intro p{font-size:17px;color:var(--muted)}.content-image{width:100%;border-radius:28px;box-shadow:var(--shadow)}.placeholder{min-height:320px;border-radius:28px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.9),transparent 25%),linear-gradient(135deg,#FFE7F0,#FFF1F6 55%,#FFD5E3);position:relative;overflow:hidden}.placeholder:before,.placeholder:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.65)}.placeholder:before{width:150px;height:150px;right:10%;top:10%}.placeholder:after{width:80px;height:80px;left:12%;bottom:14%}.lead{font-size:18px;line-height:1.95;max-width:980px}.grid{display:grid;gap:18px}.grid.film{grid-template-columns:repeat(4,1fr)}.grid.magazine{grid-template-columns:1.25fr .9fr .9fr}.grid.polaroid{grid-template-columns:repeat(3,1fr)}.grid.city{grid-template-columns:repeat(4,1fr)}.grid.postcards,.grid.notes,.grid.wall,.grid.principles,.grid.privacy{grid-template-columns:repeat(3,1fr)}.grid.diary,.grid.discussion,.grid.rules,.grid.about{grid-template-columns:1fr 1fr}.grid.matrix{grid-template-columns:1.15fr .85fr .85fr}.grid.album,.grid.workbench,.grid.appgrid,.grid.help,.grid.contact{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:var(--shadow)}.card h3{margin:0 0 10px;color:var(--title);font-size:20px}.card p{margin:0;color:var(--muted)}.film .card{position:relative;padding-top:32px}.film .card:before{content:"";position:absolute;left:14px;right:14px;top:10px;height:5px;border-radius:99px;background:repeating-linear-gradient(90deg,var(--pale) 0 12px,transparent 12px 22px)}.magazine .card:first-child{grid-row:span 2;background:var(--soft)}.polaroid .card{border-radius:4px;padding:12px 12px 25px;transform:rotate(-1deg)}.polaroid .card:nth-child(2n){transform:rotate(1deg)}.city .card{border-left:3px solid var(--pale);border-radius:0}.postcards .card:after{content:"✦";float:right;color:var(--brand)}.diary .card{background-image:linear-gradient(transparent 31px,rgba(244,91,140,.05) 32px);background-size:100% 32px}.notes .card b,.workbench .card b{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--soft);color:var(--brand)}.wall .card:nth-child(2n),.album .card:nth-child(3n),.matrix .card:first-child{background:var(--soft)}.matrix .card:first-child{grid-row:span 2}.matrix .card:nth-child(4){grid-column:span 2}.album .card:nth-child(3n){transform:translateY(12px)}.principles .card{background:linear-gradient(145deg,#fff,#fff8fa)}.rules .card{border-radius:0;box-shadow:none;border-width:0 0 1px}.safety-box{background:var(--title);color:#fff;border-radius:28px;padding:30px}.safety-box h2{margin-top:0}.statement{padding:40px;border-radius:30px;background:linear-gradient(135deg,#fff0f5,#fff 62%,#ffe7f0);border:1px solid var(--line)}.statement h2{font-size:clamp(30px,5vw,52px);line-height:1.15;color:var(--title);margin:0 0 15px}.statement p{font-size:17px;color:var(--muted);max-width:980px}.text-link{display:inline-block;color:var(--deep);font-weight:800;margin-top:14px}.actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-top:20px}.primary-btn{display:inline-flex;align-items:center;min-height:46px;padding:0 20px;border-radius:99px;background:linear-gradient(135deg,#FF89AC,#F45B8C 52%,#DE4276);color:#fff;font-weight:800;box-shadow:var(--ps)}.secondary{color:var(--deep);font-weight:800}.channel-strip{background:var(--soft);border-block:1px solid var(--line)}.channel-strip>div{max-width:var(--max);margin:auto;padding:13px 22px;display:flex;justify-content:space-between;gap:14px;overflow-x:auto;scrollbar-width:none}.channel-strip a{white-space:nowrap;color:var(--muted);padding:6px 10px}.hero{padding:42px 0 54px}.hero-grid{display:grid;grid-template-columns:.92fr 1.42fr .8fr;gap:20px}.hero-copy,.hero-media,.hero-inspo{border-radius:30px}.hero-copy{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);padding:32px;display:flex;flex-direction:column;justify-content:space-between}.hero-copy h1{font-size:clamp(34px,4vw,58px);line-height:1.08;color:var(--title);margin:10px 0 18px}.hero-copy p{color:var(--muted)}.hero-media{position:relative;overflow:hidden;background:var(--pale);min-height:560px}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media .placeholder{min-height:560px;border-radius:0}.hero-caption{position:absolute;left:20px;right:20px;bottom:20px;padding:16px;border-radius:18px;background:rgba(255,255,255,.9);color:var(--title)}.hero-inspo{padding:27px;background:var(--title);color:#fff}.hero-inspo h2{margin-top:0}.inspo{padding:13px 0;border-top:1px solid rgba(255,255,255,.12)}.inspo b{display:block}.inspo p{font-size:13px;color:#f1dce4;margin:5px 0}.inspo a{font-size:13px;color:#ffc6d8}.overlay{position:fixed;inset:0;z-index:180;background:rgba(59,38,49,.32);opacity:0;pointer-events:none;transition:.22s}.overlay.on{opacity:1;pointer-events:auto}.drawer{position:fixed;z-index:200;right:0;top:0;bottom:0;width:min(500px,92vw);background:#fff;box-shadow:-18px 0 48px rgba(59,38,49,.14);transform:translateX(104%);visibility:hidden;pointer-events:none;transition:.28s;overflow:auto}.drawer.open{transform:none;visibility:visible;pointer-events:auto}.drag{display:none}.drawer-head{position:sticky;top:0;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:17px 20px;border-bottom:1px solid var(--gray)}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand>div{display:flex;flex-direction:column}.drawer-logo{width:42px;max-height:42px;object-fit:contain}.close{font-size:28px}.drawer-groups{padding:20px;display:grid;gap:20px}.drawer-groups h2{font-size:13px;color:var(--brand);letter-spacing:.08em}.drawer-groups a{display:block;padding:11px 0;border-top:1px solid var(--gray)}.drawer-groups a:first-of-type{border-top:0}.drawer-groups b{display:block;color:var(--title)}.drawer-groups span{display:block;color:var(--muted);font-size:13px}.search-panel{position:fixed;z-index:210;top:var(--nav);left:0;right:0;background:#fff;box-shadow:0 24px 50px rgba(59,38,49,.12);transform:translateY(-110%);visibility:hidden;pointer-events:none;transition:.28s;max-height:calc(100vh - var(--nav));overflow:auto}.search-panel.open{transform:none;visibility:visible;pointer-events:auto}.search-wrap{max-width:var(--max);margin:auto;padding:26px 22px 34px}.search-head{display:flex;justify-content:space-between;align-items:center}.search-head h2{margin:0;color:var(--title)}.search-box{display:grid;grid-template-columns:auto 1fr;gap:12px;margin:20px 0;padding:12px 16px;border:1px solid var(--line);border-radius:18px;background:var(--bg2)}.search-box input{border:0;background:transparent;outline:0}.chips{display:flex;gap:8px;flex-wrap:wrap}.chips button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:8px 12px;cursor:pointer}.search-results{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.search-results a{padding:15px;border-radius:16px;background:var(--bg2);border:1px solid var(--gray)}.search-results b{display:block;color:var(--title)}.search-results span{font-size:12px;color:var(--muted)}.search-results a[hidden]{display:none}.footer{background:#3B2631;color:#FFF0F5;padding:56px 0 34px}.footer-wrap{width:min(var(--max),calc(100% - 44px));margin:auto}.footer-top{display:grid;grid-template-columns:.9fr 1.5fr;gap:35px}.footer-brand>div{display:flex;align-items:center;gap:9px}.footer-brand>div small{font-size:9px;letter-spacing:.12em}.footer-logo{max-width:48px;max-height:48px}.footer-brand p,.footer-note{color:#efdce4}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer-links h2{font-size:14px}.footer-links a{display:block;color:#e5cbd5;padding:3px 0;font-size:14px}.footer-note{margin-top:28px;padding:18px;border-radius:16px;background:rgba(255,255,255,.06)}.copy{font-size:13px;color:#c5a9b5}.mobile-bottom{display:none}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(244,91,140,.35);outline-offset:3px}
@media(max-width:1100px){.brand{min-width:150px}.primary a{font-size:13px;padding-inline:7px}.soft{display:none}.hero-grid{grid-template-columns:1fr 1.4fr}.hero-inspo{grid-column:1/-1}.grid.film,.grid.city,.grid.album,.grid.workbench,.grid.appgrid,.grid.help,.grid.contact{grid-template-columns:repeat(2,1fr)}.grid.magazine,.grid.matrix,.grid.wall{grid-template-columns:1fr 1fr}.matrix .card:first-child{grid-row:auto}.matrix .card:nth-child(4){grid-column:auto}.search-results{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){:root{--nav:64px}.desktop-nav{display:none}.mobile-nav{display:flex}.nav-wrap{padding:0 15px}.wrap,.footer-wrap{width:calc(100% - 30px)}.section{padding:52px 0}.section-head{align-items:flex-start;flex-direction:column;gap:10px}.intro-grid{grid-template-columns:1fr}.intro-media{order:-1}.hero{padding-top:24px}.hero-grid{display:flex;flex-direction:column}.hero-copy{order:1}.hero-media{order:2;min-height:400px}.hero-media .placeholder{min-height:400px}.hero-inspo{order:3}.grid.film,.grid.magazine,.grid.polaroid,.grid.city,.grid.postcards,.grid.notes,.grid.wall,.grid.diary,.grid.discussion,.grid.principles,.grid.privacy,.grid.rules,.grid.about,.grid.matrix,.grid.album,.grid.workbench,.grid.appgrid,.grid.help,.grid.contact{grid-template-columns:1fr}.magazine .card:first-child,.matrix .card:first-child{grid-row:auto}.matrix .card:nth-child(4){grid-column:auto}.polaroid .card,.album .card:nth-child(3n){transform:none}.search-panel{top:0;bottom:0;max-height:none}.search-wrap{padding:20px 15px 90px}.search-box{grid-template-columns:1fr}.search-box span{display:none}.search-results{grid-template-columns:1fr}.drawer{top:auto;left:0;right:0;bottom:0;width:100%;max-height:88vh;border-radius:26px 26px 0 0;transform:translateY(104%)}.drag{display:block;width:42px;height:5px;border-radius:99px;background:#e4d5da;margin:10px auto 0}.footer{padding-bottom:95px}.footer-top{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.mobile-bottom{position:fixed;z-index:140;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.97);backdrop-filter:blur(18px);border-top:1px solid var(--gray);padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom a{min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);font-size:17px}.mobile-bottom a span{font-size:11px}.mobile-bottom a.is-active{color:var(--brand)}}
@media(max-width:520px){.hero-copy{padding:25px}.hero-copy h1{font-size:36px}.hero-media{min-height:340px}.hero-media .placeholder{min-height:340px}.page-intro h1{font-size:46px}.statement{padding:27px 22px}.footer-links{gap:16px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important;scroll-behavior:auto!important}}
