@import "//fonts.googleapis.com/earlyaccess/notosanskr.css";
:root{--ink:#2d2a26;--ink-light:#5c5752;--ink-faded:#8a857d;--cream:#faf7f2;--cream-dark:#f5f0e8;--blush:#f2e0dc;--rose:#e8c4bc;--rose-deep:#d4a49a;--coral:#e8b4a4;--peach:#f5dcd0;--gold:#d4c4a8;--font-display:"Noto Sans KR",sans-serif;--font-accent:"Noto Sans KR",sans-serif;--font-body:"Noto Sans KR",sans-serif;--shadow-whisper:0 2px 20px #2d2a260a;--shadow-soft:0 8px 40px #2d2a260f;--shadow-lifted:0 20px 60px #2d2a2614;--shadow-float:0 30px 80px #2d2a261a}*{box-sizing:border-box;margin:0;padding:0}.photo-landing-module__L7ndIG__pageWrapper{background:var(--cream);min-height:100vh;position:relative}.photo-landing-module__L7ndIG__pageWrapper:before{content:"";opacity:.02;pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:fixed;inset:0}.photo-landing-module__L7ndIG__container{max-width:1400px;margin:0 auto;padding:0 clamp(24px,5vw,80px)}.photo-landing-module__L7ndIG__navbar{z-index:1000;padding:24px 0;transition:all .6s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;right:0}.photo-landing-module__L7ndIG__navbarScrolled{-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-whisper);background:#faf7f2eb;padding:16px 0}.photo-landing-module__L7ndIG__navContent{justify-content:space-between;align-items:center;display:flex}.photo-landing-module__L7ndIG__logo{align-items:center;gap:14px;text-decoration:none;display:flex}.photo-landing-module__L7ndIG__logoImg{object-fit:cover;width:40px;height:40px;box-shadow:var(--shadow-soft);border-radius:12px}.photo-landing-module__L7ndIG__logoText{font-family:var(--font-display);color:var(--ink);letter-spacing:-.02em;font-size:24px;font-weight:700}.photo-landing-module__L7ndIG__navLinks{align-items:center;gap:48px;display:flex}.photo-landing-module__L7ndIG__navLinks a{font-family:var(--font-accent);color:var(--ink-light);letter-spacing:.02em;font-size:15px;font-weight:400;text-decoration:none;transition:color .3s;position:relative}.photo-landing-module__L7ndIG__navLinks a:after{content:"";background:var(--rose-deep);width:0;height:1px;transition:width .4s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-6px;left:0}.photo-landing-module__L7ndIG__navLinks a:hover{color:var(--ink)}.photo-landing-module__L7ndIG__navLinks a:hover:after{width:100%}.photo-landing-module__L7ndIG__btnDownload{background:var(--ink);letter-spacing:.03em;box-shadow:var(--shadow-soft);border-radius:100px;padding:14px 28px;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);font-family:var(--font-accent)!important;color:var(--cream)!important}.photo-landing-module__L7ndIG__btnDownload:after{display:none!important}.photo-landing-module__L7ndIG__btnDownload:hover{box-shadow:var(--shadow-lifted);background:var(--ink-light);transform:translateY(-2px)}.photo-landing-module__L7ndIG__hero{background:var(--cream);align-items:center;min-height:100vh;padding:140px 0 100px;display:flex;position:relative;overflow:hidden}.photo-landing-module__L7ndIG__hero:before{content:"";background:radial-gradient(ellipse at center,var(--blush)0%,transparent 70%);opacity:.6;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;width:600px;height:600px;animation:20s ease-in-out infinite photo-landing-module__L7ndIG__morphBlob;position:absolute;top:15%;right:-10%}.photo-landing-module__L7ndIG__hero:after{content:"";background:radial-gradient(ellipse at center,var(--peach)0%,transparent 70%);opacity:.4;border-radius:40% 60% 70% 30%/40% 50% 50% 60%;width:400px;height:400px;animation:15s ease-in-out infinite reverse photo-landing-module__L7ndIG__morphBlob;position:absolute;bottom:10%;left:-5%}@keyframes photo-landing-module__L7ndIG__morphBlob{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(0)scale(1)}25%{border-radius:30% 60% 70% 40%/50% 60% 30%}50%{border-radius:50% 60% 30%/30% 40% 70% 50%;transform:rotate(5deg)scale(1.02)}75%{border-radius:60% 40%/70% 30% 50% 50%}}.photo-landing-module__L7ndIG__heroContent{z-index:2;grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.photo-landing-module__L7ndIG__heroText{animation:1s cubic-bezier(.16,1,.3,1) photo-landing-module__L7ndIG__fadeInUp}@keyframes photo-landing-module__L7ndIG__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.photo-landing-module__L7ndIG__heroTitle{font-family:var(--font-display);color:var(--ink);letter-spacing:-.03em;margin-bottom:32px;font-size:clamp(42px,6vw,72px);font-weight:800;line-height:1.15}.photo-landing-module__L7ndIG__highlight{color:var(--rose-deep);font-weight:400;font-family:var(--font-accent);margin-top:8px;font-size:.85em;display:block}.photo-landing-module__L7ndIG__heroDescription{font-family:var(--font-body);color:var(--ink-light);max-width:480px;margin-bottom:48px;font-size:18px;line-height:2}.photo-landing-module__L7ndIG__heroButtons{gap:20px;margin-bottom:64px;display:flex}.photo-landing-module__L7ndIG__btnPrimary{font-family:var(--font-accent);background:var(--ink);color:var(--cream);letter-spacing:.02em;box-shadow:var(--shadow-soft);border-radius:100px;align-items:center;gap:12px;padding:0 20px;font-size:16px;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.photo-landing-module__L7ndIG__btnPrimary:hover{box-shadow:var(--shadow-lifted);background:var(--ink-light);transform:translateY(-3px)}.photo-landing-module__L7ndIG__btnSecondary{font-family:var(--font-accent);color:var(--ink);letter-spacing:.02em;border:1px solid var(--rose);background:0 0;border-radius:100px;padding:20px 40px;font-size:16px;font-weight:500;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-block}.photo-landing-module__L7ndIG__btnSecondary:hover{background:var(--blush);border-color:var(--rose-deep)}.photo-landing-module__L7ndIG__heroStats{border-top:1px solid var(--rose);gap:56px;padding-top:32px;display:flex}.photo-landing-module__L7ndIG__statItem{text-align:left}.photo-landing-module__L7ndIG__statNumber{font-family:var(--font-accent);color:var(--rose-deep);letter-spacing:-.02em;margin-bottom:4px;font-size:36px;font-weight:300}.photo-landing-module__L7ndIG__statLabel{font-family:var(--font-body);color:var(--ink-faded);letter-spacing:.04em;font-size:13px}.photo-landing-module__L7ndIG__heroImage{justify-content:center;align-items:center;animation:1s cubic-bezier(.16,1,.3,1) .2s both photo-landing-module__L7ndIG__fadeInUp;display:flex}.photo-landing-module__L7ndIG__phoneMockup{background:var(--cream);width:280px;height:560px;box-shadow:var(--shadow-float);border:.5px solid var(--rose);border-radius:44px;padding:12px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative}.photo-landing-module__L7ndIG__phoneMockup:before{content:"";z-index:-1;border-radius:45px;position:absolute;inset:-1px}.photo-landing-module__L7ndIG__phoneMockup:first-child{z-index:1;transform:rotate(-6deg)translateY(30px)}.photo-landing-module__L7ndIG__phoneMockup:last-child{z-index:2;transform:rotate(4deg)translateY(-20px)translate(-40px)}.photo-landing-module__L7ndIG__phoneMockup:hover{z-index:10;transform:rotate(0)translateY(0)scale(1.02)!important}.photo-landing-module__L7ndIG__appScreenshot{object-fit:cover;border-radius:36px;width:100%;height:100%}.photo-landing-module__L7ndIG__features{background:var(--cream-dark);padding:160px 0;position:relative;overflow:hidden}.photo-landing-module__L7ndIG__features:before{content:"";background:linear-gradient(90deg,transparent,var(--rose),transparent);height:1px;position:absolute;top:0;left:0;right:0}.photo-landing-module__L7ndIG__sectionTitle{font-family:var(--font-display);text-align:center;color:var(--ink);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(32px,4vw,48px);font-weight:700}.photo-landing-module__L7ndIG__sectionSubtitle{font-family:var(--font-accent);text-align:center;color:var(--ink-faded);margin-bottom:80px;font-size:18px;font-style:italic;font-weight:300}.photo-landing-module__L7ndIG__featuresGrid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.photo-landing-module__L7ndIG__featureCard{background:var(--cream);box-shadow:var(--shadow-whisper);text-align:left;opacity:0;border:1px solid #0000;border-radius:24px;padding:48px 36px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;transform:translateY(40px)}.photo-landing-module__L7ndIG__featureCard:before{content:"";background:linear-gradient(90deg,var(--rose),var(--coral),var(--peach));opacity:0;height:3px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.photo-landing-module__L7ndIG__featureCard:first-child{transition-delay:0s}.photo-landing-module__L7ndIG__featureCard:nth-child(2){transition-delay:.1s}.photo-landing-module__L7ndIG__featureCard:nth-child(3){transition-delay:.2s}.photo-landing-module__L7ndIG__featureCard:nth-child(4){transition-delay:.3s}.photo-landing-module__L7ndIG__featureCard:nth-child(5){transition-delay:.4s}.photo-landing-module__L7ndIG__featureCard:nth-child(6){transition-delay:.5s}.photo-landing-module__L7ndIG__featureCardVisible{opacity:1;transform:translateY(0)}.photo-landing-module__L7ndIG__featureCard:hover{box-shadow:var(--shadow-lifted);border-color:var(--rose);transform:translateY(-8px)}.photo-landing-module__L7ndIG__featureCard:hover:before{opacity:1}.photo-landing-module__L7ndIG__featureIcon{background:linear-gradient(145deg,var(--blush),var(--peach));width:64px;height:64px;box-shadow:var(--shadow-whisper);border-radius:16px;justify-content:center;align-items:center;margin-bottom:28px;font-size:28px;display:flex}.photo-landing-module__L7ndIG__featureTitle{font-family:var(--font-display);color:var(--ink);letter-spacing:-.01em;margin-bottom:12px;font-size:20px;font-weight:700}.photo-landing-module__L7ndIG__featureDescription{font-family:var(--font-body);color:var(--ink-light);font-size:15px;line-height:1.8}.photo-landing-module__L7ndIG__privacy{background:var(--cream);padding:160px 0;position:relative;overflow:hidden}.photo-landing-module__L7ndIG__privacy:before{content:"";background:radial-gradient(ellipse at center,var(--blush)0%,transparent 70%);opacity:.5;border-radius:50%;width:500px;height:500px;position:absolute;top:50%;right:5%;transform:translateY(-50%)}.photo-landing-module__L7ndIG__privacyContent{opacity:0;z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:100px;transition:all .8s cubic-bezier(.16,1,.3,1);display:grid;position:relative;transform:translateY(40px)}.photo-landing-module__L7ndIG__privacyContentVisible{opacity:1;transform:translateY(0)}.photo-landing-module__L7ndIG__privacyText{max-width:500px}.photo-landing-module__L7ndIG__privacy .photo-landing-module__L7ndIG__sectionTitle{text-align:left;margin-bottom:24px}.photo-landing-module__L7ndIG__privacyDescription{font-family:var(--font-body);color:var(--ink-light);margin-bottom:48px;font-size:18px;line-height:2}.photo-landing-module__L7ndIG__privacyFeatures{flex-direction:column;gap:16px;display:flex}.photo-landing-module__L7ndIG__privacyItem{font-family:var(--font-body);color:var(--ink);background:var(--cream-dark);border:1px solid #0000;border-radius:16px;align-items:center;gap:20px;padding:20px 24px;font-size:15px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.photo-landing-module__L7ndIG__privacyItem:hover{background:var(--blush);border-color:var(--rose);transform:translate(8px)}.photo-landing-module__L7ndIG__privacyCheck{background:linear-gradient(135deg,var(--rose),var(--coral));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex}.photo-landing-module__L7ndIG__privacyVisual{justify-content:center;align-items:center;display:flex}.photo-landing-module__L7ndIG__privacyIcon{background:linear-gradient(145deg,var(--blush),var(--peach));width:320px;height:320px;box-shadow:var(--shadow-float);border-radius:50%;justify-content:center;align-items:center;font-size:120px;animation:6s ease-in-out infinite photo-landing-module__L7ndIG__gentleFloat;display:flex;position:relative}.photo-landing-module__L7ndIG__privacyIcon:before{content:"";border:1px dashed var(--rose);border-radius:50%;animation:30s linear infinite photo-landing-module__L7ndIG__spin;position:absolute;inset:-20px}@keyframes photo-landing-module__L7ndIG__gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes photo-landing-module__L7ndIG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.photo-landing-module__L7ndIG__download{background:var(--rose);text-align:center;padding:120px 0;position:relative;overflow:hidden}.photo-landing-module__L7ndIG__download:before{content:"";background:radial-gradient(at top,#e8b4a41a 0%,#0000 60%);position:absolute;inset:0}.photo-landing-module__L7ndIG__download .photo-landing-module__L7ndIG__sectionTitle{color:var(--cream);z-index:1;margin-bottom:16px;position:relative}.photo-landing-module__L7ndIG__downloadDescription{font-family:var(--font-accent);color:var(--ink-faded);z-index:1;margin-bottom:48px;font-size:18px;font-style:italic;position:relative}.photo-landing-module__L7ndIG__downloadButtons{z-index:1;flex-wrap:wrap;justify-content:center;gap:24px;display:flex;position:relative}.photo-landing-module__L7ndIG__downloadBtn{box-shadow:var(--shadow-lifted);border-radius:16px;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-block}.photo-landing-module__L7ndIG__downloadBtn:hover{box-shadow:var(--shadow-float);transform:translateY(-4px)scale(1.02)}.photo-landing-module__L7ndIG__downloadBtn img{border-radius:8px;height:48px}.photo-landing-module__L7ndIG__footer{color:var(--cream);border-top:1px solid #faf7f21a;padding:48px 0}.photo-landing-module__L7ndIG__footerContent{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.photo-landing-module__L7ndIG__footerBrand{font-family:var(--font-display);align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}.photo-landing-module__L7ndIG__footerLogo{object-fit:cover;border-radius:8px;width:32px;height:32px}.photo-landing-module__L7ndIG__footerLinks{gap:32px;display:flex}.photo-landing-module__L7ndIG__footerLinks a{font-family:var(--font-accent);color:var(--ink-faded);font-size:14px;text-decoration:none;transition:color .3s}.photo-landing-module__L7ndIG__footerLinks a:hover{color:var(--cream)}.photo-landing-module__L7ndIG__footerBottom{text-align:center;color:var(--ink-faded);font-family:var(--font-accent);letter-spacing:.02em;border-top:1px solid #faf7f214;padding-top:32px;font-size:13px}@media (max-width:1024px){.photo-landing-module__L7ndIG__heroContent{text-align:center;grid-template-columns:1fr;gap:80px}.photo-landing-module__L7ndIG__heroText{order:1}.photo-landing-module__L7ndIG__heroImage{order:2}.photo-landing-module__L7ndIG__heroDescription{margin-left:auto;margin-right:auto}.photo-landing-module__L7ndIG__heroButtons,.photo-landing-module__L7ndIG__heroStats{justify-content:center}.photo-landing-module__L7ndIG__phoneMockup:first-child{display:none}.photo-landing-module__L7ndIG__phoneMockup:last-child{transform:none}.photo-landing-module__L7ndIG__featuresGrid{grid-template-columns:repeat(2,1fr)}.photo-landing-module__L7ndIG__privacyContent{text-align:center;grid-template-columns:1fr;gap:60px}.photo-landing-module__L7ndIG__privacy .photo-landing-module__L7ndIG__sectionTitle{text-align:center}.photo-landing-module__L7ndIG__privacyText{max-width:100%}.photo-landing-module__L7ndIG__privacyVisual{order:-1}.photo-landing-module__L7ndIG__privacyIcon{width:240px;height:240px;font-size:80px}}@media (max-width:768px){.photo-landing-module__L7ndIG__navbar{padding:16px 0}.photo-landing-module__L7ndIG__navLinks{gap:24px}.photo-landing-module__L7ndIG__navLinks a:not(.photo-landing-module__L7ndIG__btnDownload){display:none}.photo-landing-module__L7ndIG__hero{min-height:auto;padding:120px 0 80px}.photo-landing-module__L7ndIG__heroTitle{font-size:36px}.photo-landing-module__L7ndIG__heroDescription{font-size:16px}.photo-landing-module__L7ndIG__heroButtons{flex-direction:column;align-items:center;gap:16px}.photo-landing-module__L7ndIG__heroButtons a{text-align:center;justify-content:center;width:100%;max-width:280px}.photo-landing-module__L7ndIG__heroStats{flex-direction:column;align-items:center;gap:24px}.photo-landing-module__L7ndIG__statItem{text-align:center}.photo-landing-module__L7ndIG__phoneMockup{width:240px;height:480px}.photo-landing-module__L7ndIG__featuresGrid{grid-template-columns:1fr;gap:24px}.photo-landing-module__L7ndIG__featureCard{padding:36px 28px}.photo-landing-module__L7ndIG__features,.photo-landing-module__L7ndIG__privacy{padding:100px 0}.photo-landing-module__L7ndIG__download{padding:80px 0}.photo-landing-module__L7ndIG__privacyItem{padding:16px 20px;font-size:14px}.photo-landing-module__L7ndIG__privacyIcon:before{display:none}.photo-landing-module__L7ndIG__footerContent{flex-direction:column;gap:24px;margin-bottom:24px}.photo-landing-module__L7ndIG__footerLinks{text-align:center;flex-direction:column;gap:16px}}@media (max-width:480px){.photo-landing-module__L7ndIG__container{padding:0 20px}.photo-landing-module__L7ndIG__heroTitle{font-size:32px}.photo-landing-module__L7ndIG__sectionTitle{font-size:28px}.photo-landing-module__L7ndIG__btnPrimary,.photo-landing-module__L7ndIG__btnSecondary{padding:16px 32px;font-size:15px}.photo-landing-module__L7ndIG__phoneMockup{border-radius:36px;width:220px;height:440px}.photo-landing-module__L7ndIG__appScreenshot{border-radius:28px}}
