:root{--navy:#263e6c;--blue:#e8f2ff;--sky:#8fafe1;--pink:#e989ad;--yellow:#ffd318;--paper:#fbfdff;--ink:#23324d;--muted:#667187;--line:#d7e2f0;--white:#fff;--radius:28px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Pretendard",sans-serif;word-break:keep-all}img{max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:fixed;left:16px;top:-60px;z-index:100;background:#111;color:#fff;padding:12px 16px;border-radius:8px}.skip-link:focus{top:16px}.site-header{height:88px;padding:0 5vw;display:flex;align-items:center;position:absolute;width:100%;z-index:10}.logo{display:inline-flex;align-items:center;flex-shrink:0}.logo img{display:block;width:178px;height:auto}.site-header nav{display:flex;gap:28px;margin-left:auto;margin-right:28px;font-size:14px;font-weight:800}.site-header nav a{padding:12px 0;border-bottom:2px solid transparent}.site-header nav a:hover,.site-header nav a:focus{border-color:var(--pink)}.menu{display:none;width:46px;height:46px;border:1px solid #b7c8df;border-radius:14px;background:#fff;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu i{width:19px;height:2px;background:var(--navy)}.section{padding:120px 7vw}.section-wide{padding-left:7vw;padding-right:7vw}.eyebrow{font-size:11px;letter-spacing:.24em;font-weight:900;color:#6688bd;text-transform:uppercase}.section-head{max-width:740px;margin-bottom:58px}.section-head.centered{text-align:center;margin-left:auto;margin-right:auto}.section-head.light h2,.section-head.light p{color:#fff}.section-head h2,.commerce h2{font-size:clamp(40px,4.6vw,66px);line-height:1.22;letter-spacing:-.055em;margin:22px 0;color:var(--navy)}.section-head>p:last-child{font-size:17px;line-height:1.85;color:var(--muted)}.hero{min-height:850px;padding-top:88px;background:var(--blue);display:grid;grid-template-columns:48% 52%;align-items:center;overflow:hidden}.hero-copy{padding:80px 3vw 70px 0;z-index:2}.hero h1{font-size:clamp(52px,5.4vw,82px);line-height:1.18;letter-spacing:-.06em;margin:28px 0;color:var(--navy)}.hero h1 em{font-style:normal;color:#6992cf}.lead{font-size:19px;line-height:1.85;color:#52647f;max-width:620px}.hero-actions{display:flex;gap:12px;margin:32px 0 44px}.button{display:inline-flex;align-items:center;justify-content:center;padding:16px 22px;border-radius:14px;font-weight:800}.button.primary{background:var(--navy);color:#fff}.button.secondary{background:#fff;border:1px solid #c9d7e8}.hero-facts{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:610px}.hero-facts li{padding:18px;border:1px solid #cbd9eb;border-radius:18px;background:#ffffff70}.hero-facts b,.hero-facts span{display:block}.hero-facts b{font-size:18px;color:var(--navy);margin-bottom:6px}.hero-facts span{font-size:12px;color:#6a7890}.hero-visual{align-self:stretch;display:flex;align-items:flex-end;justify-content:center}.hero-visual img{width:min(740px,100%);height:calc(100% - 70px);object-fit:cover;object-position:center top;border-radius:48% 48% 0 0/16% 16% 0 0;box-shadow:0 30px 80px #6e89ad33}.brand{background:#fff}.brand-grid{display:grid;grid-template-columns:44% 50%;gap:6%}.brand-story strong{font-size:27px;line-height:1.6;color:var(--navy)}.brand-story p{font-size:17px;line-height:2;color:var(--muted)}.values{display:grid;gap:12px}.values article{padding:25px 28px;border:1px solid var(--line);border-radius:22px;background:#fbfdff}.values span{font-size:11px;font-weight:900;letter-spacing:.18em;color:#7d9ac5}.values h3{margin:10px 0 8px;color:var(--navy)}.values p{margin:0;color:var(--muted);line-height:1.7}.history{margin-top:80px;padding:38px;border-radius:28px;background:#f2f7ff}.history h3{margin-top:0;color:var(--navy)}.history dl{margin:0}.history dl div{display:grid;grid-template-columns:120px 1fr;padding:16px 0;border-top:1px solid #d4e0ef}.history dt{font-weight:900;color:#6f94ca}.history dd{margin:0;color:#52647f}.products{background:#f3f7fc}.product-tools{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 30px}.product-filter{display:flex;flex-wrap:wrap;gap:9px}.product-filter button{appearance:none;border:1px solid #cbd8e8;background:#fff;color:#596b84;padding:11px 16px;border-radius:999px;font:inherit;font-size:13px;font-weight:800;cursor:pointer;transition:.2s}.product-filter button:hover,.product-filter button:focus-visible{border-color:var(--navy);color:var(--navy)}.product-filter button.is-active{background:var(--navy);border-color:var(--navy);color:#fff}.product-count{margin:0;white-space:nowrap;color:#75839a;font-size:13px}.product-count b{color:var(--navy);font-size:17px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{min-width:0;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 28px #58749a12;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #58749a1f}.product-card[hidden]{display:none!important}.product-image{display:block;aspect-ratio:1/1;background:#eef4fb;overflow:hidden}.product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-image img{transform:scale(1.04)}.product-info{padding:22px}.product-age{display:inline-flex;padding:6px 10px;border-radius:999px;background:#edf4ff;color:#d46691;font-size:11px;font-weight:900}.product-info h3{margin:13px 0 9px;color:var(--navy);font-size:21px;line-height:1.35;word-break:keep-all}.product-info p{min-height:4.9em;margin:0;color:var(--muted);font-size:14px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-info ul{list-style:none;display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:17px 0 0}.product-info li{padding:6px 9px;border-radius:8px;background:#f5f7fa;color:#67758a;font-size:11px;font-weight:700}.product-link{display:inline-block;margin-top:18px;color:#5478ac;font-size:13px;font-weight:900}.product-more-wrap{text-align:center;margin-top:34px}.product-more{appearance:none;min-width:210px;padding:15px 22px;border:1px solid #bfcde0;border-radius:14px;background:#fff;color:var(--navy);font:inherit;font-weight:900;cursor:pointer}.product-more span{display:inline-block;margin-left:12px;font-size:18px}.notice{text-align:center;color:#7b8799;font-size:13px;margin-top:24px}
.age-guide{background:#fff}.age-list{display:grid;gap:20px}.age-list article{display:grid;grid-template-columns:120px 1fr 34%;align-items:stretch;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.age-label{padding:34px 20px;background:var(--navy);color:#fff;font-weight:900;font-size:18px}.age-main{padding:34px}.age-main h3{font-size:26px;color:var(--navy);margin:0 0 12px}.age-main p{color:var(--muted);line-height:1.75}.age-main h4{display:inline-block;margin:12px 0 0;color:#d56892;font-size:13px}.age-list img{width:100%;height:100%;min-height:330px;object-fit:cover}.safety{background:var(--navy);color:#fff}.safety-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.safety-grid article{padding:30px;border:1px solid #ffffff24;border-radius:24px;background:#ffffff0d;min-height:240px}.safety-grid b{color:#ffbfd5;font-size:12px}.safety-grid h3{margin:32px 0 12px}.safety-grid p{line-height:1.75;color:#cfd9e9}.safety-note{margin-top:18px;padding:24px 28px;border-radius:20px;background:#fff;color:var(--ink);display:grid;grid-template-columns:130px 1fr;align-items:start}.safety-note p{margin:0;line-height:1.8;color:var(--muted)}.compare{background:#f7faff}.table-wrap{overflow:auto;border-radius:24px;border:1px solid var(--line);background:#fff}.compare table{width:100%;min-width:850px;border-collapse:collapse}.compare th,.compare td{padding:20px 18px;border-bottom:1px solid #e7edf5;text-align:center;line-height:1.55}.compare thead th{background:#eaf3ff;color:var(--navy)}.compare tbody th{text-align:left;background:#f8fbff;color:var(--navy)}.use-guide{background:#fff}.steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.steps li{padding:30px;border-radius:24px;background:#f2f7ff;min-height:250px}.steps span{font-size:12px;font-weight:900;color:#e2789f}.steps h3{margin:34px 0 12px;color:var(--navy)}.steps p{line-height:1.75;color:var(--muted)}.contents{background:#fff8ec}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.content-grid article{background:#fff;border-radius:24px;overflow:hidden}.content-grid img{width:100%;height:300px;object-fit:cover}.content-grid article div{padding:26px}.content-grid span{font-size:12px;font-weight:900;color:#d66f97}.content-grid h3{font-size:22px;line-height:1.4;color:var(--navy)}.content-grid p{line-height:1.7;color:var(--muted)}.content-grid a{font-weight:900;color:#5478ac}.faq{background:#fff}.faq-list{max-width:1080px;margin:auto;border-top:1px solid #b9c8dd}.faq details{border-bottom:1px solid #b9c8dd}.faq summary{list-style:none;padding:26px 4px;font-size:18px;font-weight:800;display:flex;justify-content:space-between;cursor:pointer}.faq summary::-webkit-details-marker{display:none}.faq summary span{color:var(--pink);font-size:24px}.faq details p{max-width:900px;line-height:1.85;color:var(--muted);padding:0 4px 28px;margin:0}.commerce{padding-top:90px;padding-bottom:90px;background:#dcecff;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:end}.commerce h2{font-size:clamp(38px,4vw,60px)}.commerce p{color:#5d6d86;line-height:1.8}.store-links{display:grid;gap:10px;min-width:280px}.store-links a{padding:17px 20px;background:#fff;border-radius:14px;font-weight:900;color:var(--navy);display:flex;justify-content:space-between}.store-links a:after{content:'↗'}footer{background:#263e6c;padding:58px 7vw 34px;display:grid;grid-template-columns:1fr 1fr auto;gap:40px;align-items:end;color:#fff}footer .logo img{width:150px;filter:brightness(0) invert(1)}footer p{font-size:12px;line-height:1.8;color:#cfd9e9}
@media(max-width:1100px){.site-header nav{gap:18px;font-size:13px}.safety-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header{height:76px}.logo img{width:145px}.menu{display:flex;margin-left:auto}.site-header nav{position:absolute;right:5vw;top:68px;margin:0;background:#fff;padding:18px;border-radius:18px;box-shadow:0 15px 35px #263e6c22;flex-direction:column;gap:4px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:.2s}.site-header nav.open{opacity:1;pointer-events:auto;transform:none}.hero{display:flex;flex-direction:column;padding-top:76px}.hero-copy{padding:70px 0 45px}.hero-visual{width:100%;max-height:620px}.hero-visual img{height:auto;width:88%}.section{padding:86px 7vw}.brand-grid,.commerce{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.age-list article{grid-template-columns:95px 1fr}.age-list img{grid-column:1/-1;height:360px}.steps{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.content-grid article{display:grid;grid-template-columns:38% 62%}.content-grid img{height:100%}.store-links{min-width:0}footer{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.section{padding:68px 6vw}.section-wide{padding-left:6vw;padding-right:6vw}.hero h1{font-size:45px}.lead{font-size:16px}.hero-actions{flex-direction:column}.hero-facts{grid-template-columns:1fr}.hero-visual img{width:100%;border-radius:40% 40% 0 0/13% 13% 0 0}.section-head h2,.commerce h2{font-size:39px}.brand-story strong{font-size:22px}.history{padding:26px}.history dl div{grid-template-columns:80px 1fr}.product-info{padding:25px}.age-list article{grid-template-columns:1fr}.age-label{padding:18px 24px}.age-list img{grid-column:auto;height:260px;min-height:0}.safety-grid,.steps{grid-template-columns:1fr}.safety-note{grid-template-columns:1fr;gap:10px}.content-grid article{display:block}.content-grid img{height:230px}.commerce{padding-top:70px;padding-bottom:70px}footer{grid-template-columns:1fr}}

@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.product-tools{align-items:flex-start;flex-direction:column;gap:15px}.product-filter{flex-wrap:nowrap;width:100%;overflow-x:auto;padding-bottom:7px;scrollbar-width:thin}.product-filter button{flex:0 0 auto}.product-count{align-self:flex-end}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-info{padding:16px}.product-info h3{font-size:17px}.product-info p{font-size:12px;min-height:4.8em}.product-info ul{display:none}.product-link{margin-top:13px;font-size:12px}.product-age{font-size:10px;padding:5px 8px}.product-more{width:100%}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

/* Interaction/accessibility fixes */
.menu:focus-visible,.product-filter button:focus-visible,.product-more:focus-visible,.button:focus-visible,.store-links a:focus-visible,.product-link:focus-visible{outline:3px solid rgba(233,137,173,.55);outline-offset:3px}
