.cosm-fg{--cosm-rose:#d4849a;--cosm-rose-light:#e8b4c2;--cosm-rose-soft:rgba(212,132,154,0.10);--cosm-gold:#c9a96e;--cosm-cream:#fffbf8;--cosm-cream-dark:#f5eff0;--cosm-text:#1a1216;--cosm-muted:#7a6870;--cosm-line:rgba(212,132,154,0.15);--cosm-white:#ffffff;--cosm-radius:16px;--cosm-shadow:0 8px 32px rgba(26,18,22,0.06);--cosm-shadow-lg:0 24px 64px rgba(26,18,22,0.1);font-family:Pretendard Variable,Pretendard,Apple SD Gothic Neo,sans-serif;color:var(--cosm-text);background:var(--cosm-cream);-webkit-font-smoothing:antialiased}.cosm-fg .cosm-header{position:fixed;top:0;left:0;right:0;z-index:100;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:rgba(255,251,248,.82);border-bottom:1px solid var(--cosm-line);transition:background .3s ease}.cosm-fg .cosm-header-inner{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 2rem;height:72px}.cosm-fg .cosm-logo{display:inline-flex;align-items:center;font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.55rem,1.2rem + .8vw,1.95rem);font-weight:500;letter-spacing:-.055em;line-height:.92;color:var(--cosm-text);text-decoration:none;white-space:nowrap}.cosm-fg .cosm-nav{display:flex;align-items:center;gap:2.4rem}.cosm-fg .cosm-nav a{position:relative;color:var(--cosm-muted);text-decoration:none;font-size:.88rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;transition:color .2s ease}.cosm-fg .cosm-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1.5px;background:var(--cosm-rose);transition:width .3s ease}.cosm-fg .cosm-nav a:hover{color:var(--cosm-text)}.cosm-fg .cosm-nav a:hover:after{width:100%}.cosm-fg .cosm-hero{position:relative;margin-top:72px;min-height:calc(100vh - 72px);display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#fffbf8,#fff0f3 30%,#fce4ec 60%,#f8d7e0)}.cosm-fg .cosm-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,rgba(212,132,154,.12),transparent 50%),radial-gradient(circle at 20% 70%,rgba(201,169,110,.08),transparent 40%);pointer-events:none}.cosm-fg .cosm-hero-inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.cosm-fg .cosm-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;border-radius:999px;background:var(--cosm-rose-soft);color:var(--cosm-rose);font-size:.78rem;font-weight:700;letter-spacing:.04em;margin-bottom:1.2rem;animation:cosm-fg-fade-in-up .8s ease both}.cosm-fg .cosm-hero h1{margin:0;font-size:clamp(2.4rem,4.5vw,3.6rem);font-weight:300;line-height:1.18;letter-spacing:-.03em;color:var(--cosm-text);animation:cosm-fg-fade-in-up .8s ease .1s both}.cosm-fg .cosm-hero h1 em{font-style:normal;font-weight:700;background:linear-gradient(135deg,var(--cosm-rose),var(--cosm-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cosm-fg .cosm-hero-desc{margin:1.5rem 0 0;max-width:420px;color:var(--cosm-muted);font-size:1.02rem;line-height:1.78;font-weight:400;animation:cosm-fg-fade-in-up .8s ease .2s both}.cosm-fg .cosm-hero-actions{display:flex;gap:.9rem;margin-top:2rem;animation:cosm-fg-fade-in-up .8s ease .3s both}.cosm-fg .cosm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;border:none;border-radius:999px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.23,1,.32,1);text-decoration:none;letter-spacing:.02em}.cosm-fg .cosm-btn-primary{background:linear-gradient(135deg,var(--cosm-rose) 0,var(--cosm-gold) 100%);color:var(--cosm-white);box-shadow:0 4px 20px rgba(212,132,154,.3)}.cosm-fg .cosm-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(212,132,154,.4)}.cosm-fg .cosm-btn-outline{background:transparent;color:var(--cosm-text);border:1.5px solid var(--cosm-line)}.cosm-fg .cosm-btn-outline:hover{background:var(--cosm-rose-soft);border-color:var(--cosm-rose-light);transform:translateY(-2px)}.cosm-fg .cosm-hero-visual{position:relative;display:flex;justify-content:center;align-items:center;animation:cosm-fg-fade-in-up 1s ease .4s both}.cosm-fg .cosm-hero-img-wrap{position:relative;width:420px;height:420px}.cosm-fg .cosm-hero-img-wrap:before{content:"";position:absolute;inset:-20px;border-radius:50%;background:radial-gradient(circle,rgba(212,132,154,.12),transparent 70%);animation:cosm-fg-glow 4s ease-in-out infinite}.cosm-fg .cosm-hero-img-wrap img{width:100%;height:100%;object-fit:cover;border-radius:50%;box-shadow:var(--cosm-shadow-lg)}.cosm-fg .cosm-hero-float-badge{position:absolute;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:14px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--cosm-shadow);font-size:.82rem;font-weight:700;animation:cosm-fg-float 3s ease-in-out infinite}.cosm-fg .cosm-hero-float-badge:nth-child(2){top:8%;right:-10%;animation-delay:0s}.cosm-fg .cosm-hero-float-badge:nth-child(3){bottom:15%;left:-12%;animation-delay:1.5s}.cosm-fg .cosm-float-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:var(--cosm-rose-soft);font-size:1rem}.cosm-fg .cosm-scroll-cta{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--cosm-muted);font-size:.74rem;font-weight:700;letter-spacing:.1em;animation:cosm-fg-fade-in-up .8s ease .6s both}.cosm-fg .cosm-scroll-line{width:1px;height:32px;background:linear-gradient(to bottom,var(--cosm-rose),transparent);animation:cosm-fg-pulse-line 2s ease-in-out infinite}.cosm-fg .cosm-section{padding:5rem 0;position:relative}.cosm-fg .cosm-container{max-width:1280px;margin:0 auto;padding:0 2rem}.cosm-fg .cosm-section-head{text-align:center;max-width:600px;margin:0 auto 3.5rem}.cosm-fg .cosm-eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;background:var(--cosm-rose-soft);color:var(--cosm-rose);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem}.cosm-fg .cosm-section-title{margin:0;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:800;line-height:1.2;letter-spacing:-.03em}.cosm-fg .cosm-section-desc{margin:.8rem 0 0;color:var(--cosm-muted);font-size:.96rem;line-height:1.72}.cosm-fg .cosm-products{background:var(--cosm-white)}.cosm-fg .cosm-product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.cosm-fg .cosm-product-card{position:relative;background:var(--cosm-cream);border-radius:var(--cosm-radius);overflow:hidden;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s ease;cursor:pointer}.cosm-fg .cosm-product-card:hover{transform:translateY(-6px);box-shadow:var(--cosm-shadow-lg)}.cosm-fg .cosm-product-badge{position:absolute;top:1rem;left:1rem;z-index:2;padding:.3rem .7rem;border-radius:8px;background:var(--cosm-rose);color:white;font-size:.72rem;font-weight:800}.cosm-fg .cosm-product-img{position:relative;aspect-ratio:1;overflow:hidden;background:var(--cosm-cream-dark)}.cosm-fg .cosm-product-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.23,1,.32,1)}.cosm-fg .cosm-product-card:hover .cosm-product-img img{transform:scale(1.06)}.cosm-fg .cosm-product-quick{position:absolute;bottom:0;left:0;right:0;padding:1rem;display:flex;justify-content:center;transform:translateY(100%);transition:transform .4s cubic-bezier(.23,1,.32,1)}.cosm-fg .cosm-product-card:hover .cosm-product-quick{transform:translateY(0)}.cosm-fg .cosm-quick-btn{display:flex;align-items:center;gap:.4rem;padding:.6rem 1.4rem;border:none;border-radius:999px;background:rgba(212,132,154,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:white;font-size:.82rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background .2s ease}.cosm-fg .cosm-quick-btn:hover{background:var(--cosm-rose)}.cosm-fg .cosm-product-info{padding:1.2rem;display:flex;flex-direction:column;gap:.5rem}.cosm-fg .cosm-product-category{color:var(--cosm-rose);font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.cosm-fg .cosm-product-name{margin:0;font-size:.96rem;font-weight:700;line-height:1.4;letter-spacing:-.01em}.cosm-fg .cosm-product-prices{display:flex;align-items:baseline;gap:.6rem;margin-top:.2rem}.cosm-fg .cosm-price-current{font-size:1.12rem;font-weight:900;color:var(--cosm-text)}.cosm-fg .cosm-price-original{font-size:.88rem;color:var(--cosm-muted);text-decoration:line-through}.cosm-fg .cosm-price-discount{font-size:.82rem;font-weight:800;color:#d94f4f}.cosm-fg .cosm-promo{background:linear-gradient(180deg,var(--cosm-cream) 0,var(--cosm-white) 100%)}.cosm-fg .cosm-promo-grid{display:grid;grid-template-columns:1fr;align-items:stretch;grid-gap:1.6rem;gap:1.6rem;max-width:1120px;margin:0 auto}.cosm-fg .cosm-promo-card{position:relative;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#fff0f3,#fce4ec);color:var(--cosm-text);display:flex;flex-direction:column;min-height:540px;transition:transform .4s cubic-bezier(.23,1,.32,1)}.cosm-fg .cosm-promo-card:hover{transform:translateY(-4px)}.cosm-fg .cosm-promo-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(212,132,154,.1),transparent 50%);pointer-events:none}.cosm-fg .cosm-promo-card-featured{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);background:linear-gradient(135deg,#fff5f7,#f9dde5 44%,#fff6e9);box-shadow:var(--cosm-shadow-lg)}.cosm-fg .cosm-promo-card-teaser{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(255,246,249,.92));border:1px solid rgba(212,132,154,.2);box-shadow:none}.cosm-fg .cosm-promo-card-coming .cosm-promo-link{opacity:.58}.cosm-fg .cosm-promo-image{position:relative;height:255px;overflow:hidden;background:rgba(255,255,255,.34)}.cosm-fg .cosm-promo-card-featured .cosm-promo-image{height:auto;min-height:540px}.cosm-fg .cosm-promo-card-teaser .cosm-promo-image{display:flex;align-items:center;justify-content:center;height:260px;background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(251,232,239,.52))}.cosm-fg .cosm-promo-image img{object-fit:cover;transition:transform .7s ease,filter .7s ease,opacity .7s ease}.cosm-fg .cosm-promo-card:hover .cosm-promo-image img{transform:scale(1.04)}.cosm-fg .cosm-promo-card-coming .cosm-promo-image img{display:none}.cosm-fg .cosm-promo-card-coming .cosm-promo-image:before{content:"";position:absolute;left:50%;top:50%;z-index:1;width:112px;height:148px;border:1px solid rgba(212,132,154,.2);border-radius:28px;background:rgba(255,255,255,.5);transform:translate(-50%,-50%);pointer-events:none}.cosm-fg .cosm-promo-card-coming .cosm-promo-image:after{content:"";position:absolute;left:50%;top:48%;z-index:2;width:52px;height:1px;background:rgba(212,132,154,.34);box-shadow:0 15px 0 rgba(212,132,154,.16),0 30px 0 rgba(212,132,154,.1);transform:translate(-50%,-50%);pointer-events:none}.cosm-fg .cosm-promo-card-teaser .cosm-promo-image:after{transform:translate(-50%,-50%)}.cosm-fg .cosm-promo-coming-label{position:absolute;left:50%;top:72%;z-index:3;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;min-width:auto;padding:.42rem .72rem;border-radius:999px;border:1px solid rgba(212,132,154,.22);background:rgba(255,255,255,.66);color:var(--cosm-text);font-size:.64rem;font-weight:900;letter-spacing:0;box-shadow:none}.cosm-fg .cosm-promo-content{position:relative;z-index:2;display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1.6rem 2rem 2rem}.cosm-fg .cosm-promo-card-featured .cosm-promo-content{justify-content:center;padding:clamp(2rem,3.2vw,3rem)}.cosm-fg .cosm-promo-card-teaser .cosm-promo-content{min-height:210px;padding:1.65rem 1.8rem 1.9rem}.cosm-fg .cosm-promo-eyebrow{font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.7}.cosm-fg .cosm-promo-title{margin:0;font-size:1.45rem;font-weight:800;line-height:1.3;letter-spacing:-.02em}.cosm-fg .cosm-promo-card-featured .cosm-promo-title{font-size:clamp(2.2rem,3vw,2.85rem);line-height:1.05}.cosm-fg .cosm-promo-card-teaser .cosm-promo-title{font-size:clamp(1.3rem,1.7vw,1.58rem);font-weight:760}.cosm-fg .cosm-promo-desc{margin:0;font-size:.9rem;line-height:1.65;opacity:.8}.cosm-fg .cosm-promo-card-featured .cosm-promo-desc{max-width:430px;font-size:1.02rem;line-height:1.82}.cosm-fg .cosm-promo-card-teaser .cosm-promo-desc{font-size:.86rem}.cosm-fg .cosm-promo-price{margin-top:auto;display:flex;align-items:baseline;gap:.6rem}.cosm-fg .cosm-promo-price-current{font-size:1.6rem;font-weight:900}.cosm-fg .cosm-promo-price-original{font-size:.92rem;text-decoration:line-through;opacity:.5}.cosm-fg .cosm-promo-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:auto;color:inherit;font-size:.86rem;font-weight:700;text-decoration:none;transition:gap .2s ease}.cosm-fg .cosm-promo-card-featured .cosm-promo-link{width:-moz-fit-content;width:fit-content;margin-top:1.2rem;padding:.84rem 1.28rem;border-radius:999px;background:var(--cosm-text);color:var(--cosm-white);box-shadow:0 18px 42px rgba(26,18,22,.16)}.cosm-fg .cosm-promo-link:hover{gap:.7rem}.cosm-fg .cosm-promo-link-muted:hover{gap:.4rem}.cosm-fg .cosm-brand{position:relative;padding:6rem 0;background:linear-gradient(145deg,#fff0f3,#fce4ec 40%,#fdf6e3);color:var(--cosm-text);overflow:hidden}.cosm-fg .cosm-brand:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(212,132,154,.1),transparent 50%),radial-gradient(circle at 80% 30%,rgba(201,169,110,.08),transparent 40%);pointer-events:none}.cosm-fg .cosm-brand-inner{position:relative;z-index:1;max-width:720px;margin:0 auto;text-align:center}.cosm-fg .cosm-brand-logo{font-family:Avenir Next,Helvetica Neue,Arial,sans-serif;font-size:clamp(2.2rem,1.5rem + 1.6vw,2.95rem);font-weight:500;letter-spacing:-.055em;line-height:.94;color:var(--cosm-text);margin-bottom:1.2rem}.cosm-fg .cosm-brand h2{margin:0;font-size:clamp(1.8rem,3.2vw,2.6rem);font-weight:300;line-height:1.35;letter-spacing:-.02em;color:var(--cosm-text)}.cosm-fg .cosm-brand h2 em{font-style:normal;font-weight:700;background:linear-gradient(135deg,var(--cosm-rose),var(--cosm-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cosm-fg .cosm-brand p{margin:1.5rem 0 0;color:var(--cosm-muted);font-size:1rem;line-height:1.85}.cosm-fg .cosm-footer{background:var(--cosm-cream);border-top:1px solid var(--cosm-line);padding:3.5rem 0 2rem}.cosm-fg .cosm-footer-grid{max-width:1280px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:3rem;gap:3rem}.cosm-fg .cosm-footer-brand{display:flex;flex-direction:column;gap:.8rem}.cosm-fg .cosm-footer-brand .cosm-logo{font-size:clamp(1.45rem,1.1rem + .7vw,1.8rem)}.cosm-fg .cosm-footer-brand p{margin:0;color:var(--cosm-muted);font-size:.88rem;line-height:1.65;max-width:280px}.cosm-fg .cosm-footer-social{display:flex;gap:.6rem;margin-top:.5rem}.cosm-fg .cosm-footer-social a{width:36px;height:36px;border-radius:10px;background:var(--cosm-rose-soft);display:flex;align-items:center;justify-content:center;color:var(--cosm-rose);text-decoration:none;font-size:.9rem;transition:background .2s ease,color .2s ease}.cosm-fg .cosm-footer-social a:hover{background:var(--cosm-rose);color:white}.cosm-fg .cosm-footer-col h4{margin:0 0 1rem;font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--cosm-text)}.cosm-fg .cosm-footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.55rem}.cosm-fg .cosm-footer-links a{color:var(--cosm-muted);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .2s ease}.cosm-fg .cosm-footer-links a:hover{color:var(--cosm-rose)}.cosm-fg .cosm-footer-bottom{max-width:1280px;margin:2.5rem auto 0;padding:1.5rem 2rem 0;border-top:1px solid var(--cosm-line);display:flex;align-items:center;justify-content:center;color:var(--cosm-muted);font-size:.78rem;text-align:center}.cosm-fg .cosm-footer-legal{display:flex;gap:1.5rem}.cosm-fg .cosm-footer-legal a{color:var(--cosm-muted);text-decoration:none;transition:color .2s ease}.cosm-fg .cosm-footer-legal a:hover{color:var(--cosm-text)}.cosm-fg.cosm-detail-page{background:#f7f1ec}.cosm-fg .cosm-detail-view{width:min(100%,1000px);margin:0 auto;padding-top:72px;background:#fff}.cosm-fg .cosm-detail-image{display:block;width:100%;height:auto}.cosm-fg.cosm-about-page{background:linear-gradient(180deg,#fffbf8,#f8eef0 56%,#fffaf4)}.cosm-fg .cosm-about-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);grid-gap:4rem;gap:4rem;align-items:center;width:min(100% - 4rem,1280px);min-height:100svh;margin:0 auto;padding:8.5rem 0 5rem}.cosm-fg .cosm-about-hero-copy span,.cosm-fg .cosm-about-quality-copy span,.cosm-fg .cosm-about-statement span,.cosm-fg .cosm-about-value span{color:var(--cosm-rose);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.cosm-fg .cosm-about-hero-copy h1{margin:1rem 0 0;font-size:4.7rem;font-weight:300;letter-spacing:0;line-height:1.08}.cosm-fg .cosm-about-hero-copy p{max-width:520px;margin:1.6rem 0 0;color:var(--cosm-muted);font-size:1.05rem;line-height:1.86}.cosm-fg .cosm-about-hero-image,.cosm-fg .cosm-about-quality-image{position:relative;overflow:hidden;background:var(--cosm-cream-dark);box-shadow:var(--cosm-shadow-lg)}.cosm-fg .cosm-about-hero-image{min-height:680px;border-radius:50% 50% 8px 8px}.cosm-fg .cosm-about-hero-image img,.cosm-fg .cosm-about-quality-image img{object-fit:cover}.cosm-fg .cosm-about-statement{width:min(100% - 4rem,920px);margin:0 auto;padding:6rem 0;text-align:center}.cosm-fg .cosm-about-statement h2{margin:1rem auto 0;max-width:780px;font-size:3.1rem;font-weight:320;letter-spacing:0;line-height:1.22}.cosm-fg .cosm-about-statement p{max-width:660px;margin:1.2rem auto 0;color:var(--cosm-muted);font-size:1rem;line-height:1.9}.cosm-fg .cosm-about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;width:min(100% - 4rem,1180px);margin:0 auto;padding-bottom:6rem}.cosm-fg .cosm-about-value{min-height:280px;padding:2rem;border:1px solid var(--cosm-line);border-radius:8px;background:rgba(255,255,255,.62);box-shadow:var(--cosm-shadow)}.cosm-fg .cosm-about-value h2{margin:1rem 0 0;font-size:1.45rem;font-weight:800;line-height:1.36;letter-spacing:0}.cosm-fg .cosm-about-value p{margin:1rem 0 0;color:var(--cosm-muted);font-size:.94rem;line-height:1.8}.cosm-fg .cosm-about-quality{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;background:var(--cosm-white)}.cosm-fg .cosm-about-quality-image{min-height:760px;box-shadow:none}.cosm-fg .cosm-about-quality-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,7vw,7rem)}.cosm-fg .cosm-about-quality-copy h2{margin:1rem 0 0;max-width:560px;font-size:3rem;font-weight:320;line-height:1.2;letter-spacing:0}.cosm-fg .cosm-about-quality-copy p{max-width:520px;margin:1.25rem 0 0;color:var(--cosm-muted);font-size:1rem;line-height:1.86}.cosm-fg .cosm-about-link{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin-top:2rem;padding:.88rem 1.45rem;border-radius:999px;background:linear-gradient(135deg,var(--cosm-rose) 0,var(--cosm-gold) 100%);color:var(--cosm-white);font-size:.9rem;font-weight:800;text-decoration:none;box-shadow:0 4px 20px rgba(212,132,154,.3)}.cosm-fg [data-cosm-reveal]{opacity:0;filter:blur(7px);transform:translateY(22px);transition:opacity 1.08s cubic-bezier(.22,1,.36,1),filter 1.08s cubic-bezier(.22,1,.36,1),transform 1.08s cubic-bezier(.22,1,.36,1);transition-delay:var(--cosm-reveal-delay,0s);will-change:opacity,filter,transform}.cosm-fg [data-cosm-reveal].is-visible{opacity:1;filter:blur(0);transform:translateY(0)}@media (prefers-reduced-motion:reduce){.cosm-fg [data-cosm-reveal]{opacity:1;filter:none;transform:none;transition:none}}@keyframes cosm-fg-fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes cosm-fg-glow{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.05);opacity:1}}@keyframes cosm-fg-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes cosm-fg-pulse-line{0%,to{opacity:.4;height:32px}50%{opacity:1;height:40px}}@media (max-width:1024px){.cosm-fg .cosm-hero-inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.cosm-fg .cosm-hero-desc{margin-left:auto;margin-right:auto}.cosm-fg .cosm-hero-actions{justify-content:center}.cosm-fg .cosm-hero-img-wrap{width:320px;height:320px}.cosm-fg .cosm-hero-visual{order:-1}.cosm-fg .cosm-product-grid{grid-template-columns:repeat(2,1fr)}.cosm-fg .cosm-promo-card-featured,.cosm-fg .cosm-promo-grid{grid-template-columns:1fr}.cosm-fg .cosm-promo-card-featured .cosm-promo-image{min-height:460px}.cosm-fg .cosm-promo-card-teaser .cosm-promo-image{height:240px}.cosm-fg .cosm-footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.cosm-fg .cosm-about-hero{grid-template-columns:1fr;gap:2.5rem;text-align:center}.cosm-fg .cosm-about-hero-copy p{margin-left:auto;margin-right:auto}.cosm-fg .cosm-about-hero-image{min-height:520px;order:-1}.cosm-fg .cosm-about-quality,.cosm-fg .cosm-about-values{grid-template-columns:1fr}.cosm-fg .cosm-about-quality-image{min-height:620px}}@media (max-width:640px){.cosm-fg .cosm-header-inner{padding:0 1rem}.cosm-fg .cosm-logo{font-size:1.48rem}.cosm-fg .cosm-brand-logo{font-size:2.15rem}.cosm-fg .cosm-nav{display:none}.cosm-fg .cosm-hero-inner{padding:2rem 1rem}.cosm-fg .cosm-hero-img-wrap{width:260px;height:260px}.cosm-fg .cosm-hero-float-badge{display:none}.cosm-fg .cosm-container{padding:0 1rem}.cosm-fg .cosm-section{padding:3.5rem 0}.cosm-fg .cosm-product-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.cosm-fg .cosm-product-info{padding:.8rem}.cosm-fg .cosm-product-name{font-size:.84rem}.cosm-fg .cosm-price-current{font-size:.96rem}.cosm-fg .cosm-promo-card{min-height:auto;border-radius:16px}.cosm-fg .cosm-promo-card-featured .cosm-promo-image{min-height:320px}.cosm-fg .cosm-promo-card-teaser .cosm-promo-image{height:210px}.cosm-fg .cosm-promo-card-featured .cosm-promo-content,.cosm-fg .cosm-promo-card-teaser .cosm-promo-content{padding:1.35rem}.cosm-fg .cosm-promo-card-featured .cosm-promo-title{font-size:2.1rem}.cosm-fg .cosm-footer-grid{grid-template-columns:1fr;gap:2rem}.cosm-fg .cosm-footer-bottom{flex-direction:column;gap:.8rem;text-align:center}.cosm-fg .cosm-about-hero{width:min(100% - 2rem,1280px);min-height:auto;padding:6rem 0 3.5rem}.cosm-fg .cosm-about-hero-copy h1{font-size:2.65rem}.cosm-fg .cosm-about-hero-copy p{font-size:.95rem}.cosm-fg .cosm-about-hero-image{min-height:390px;border-radius:50% 50% 8px 8px}.cosm-fg .cosm-about-statement{width:min(100% - 2rem,920px);padding:4rem 0}.cosm-fg .cosm-about-statement h2{font-size:2rem}.cosm-fg .cosm-about-values{width:min(100% - 2rem,1180px);padding-bottom:4rem}.cosm-fg .cosm-about-value{min-height:auto;padding:1.35rem}.cosm-fg .cosm-about-quality-image{min-height:480px}.cosm-fg .cosm-about-quality-copy{padding:2rem 1rem 3rem}.cosm-fg .cosm-about-quality-copy h2{font-size:2rem}.cosm-fg .cosm-about-link{width:100%}}