:root{--ink:#101010;--paper:#f3f3f1;--line:rgba(16,16,16,.16);--max:1240px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Sans KR",sans-serif;line-height:1.65;word-break:keep-all}
a{color:inherit;text-decoration:none}
.site-header{height:80px;max-width:var(--max);margin:auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;font:700 22px "DM Sans"}
.header-wordmark{gap:13px;line-height:1;color:#0d0d0d}
.header-wordmark-element{font:500 15px/1 "DM Sans",sans-serif;letter-spacing:.43em}
.header-wordmark-x{font:500 38px/.72 "Bodoni Moda","Didot","Times New Roman",serif;letter-spacing:-.08em;transform:translateY(-1px)}
.xo{display:grid;font:500 21px/.65 "DM Sans";color:#999}
.xo i{font-style:normal}
.xo i:last-child{color:#111;font-size:25px}
.site-header nav{display:flex;align-items:center;gap:26px;font-size:14px}
.site-header nav>a:not(.nav-cta){opacity:.62}
.nav-cta{padding:9px 17px;border:1px solid;border-radius:6px}
.menu-toggle{display:none;border:0;border-radius:6px;background:transparent}
.eyebrow{margin:0 0 20px;font:600 12px "DM Sans";letter-spacing:.16em}
.hero{max-width:var(--max);min-height:720px;margin:auto;padding:70px 28px 90px;display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
.hero h1,.section-head h2,.soap-copy h2,.standard h2,.price-logic h2{margin:0;font-size:clamp(44px,5vw,76px);line-height:1.08;letter-spacing:-.07em}
.hero h1 span,.price-logic h2 span{color:#8f8d89}
.hero-lead{margin:28px 0 0;color:#555;font-size:18px}
.hero-actions{display:flex;align-items:center;gap:28px;margin:38px 0}
.button{display:inline-flex;min-height:50px;padding:0 24px;justify-content:center;align-items:center;border:1px solid;border-radius:6px;font-weight:600}
.primary{background:#111;color:#fff}
.text-link{font-weight:600}
.hero-points{list-style:none;margin:56px 0 0;padding:20px 0 0;border-top:1px solid var(--line);display:flex;gap:28px;color:#666;font-size:13px}
.hero-points li:before{content:"•";margin-right:8px}
.hero-visual{margin:0;position:relative;background:#fff}
.hero-visual img{display:block;width:100%;aspect-ratio:1.24/1;object-fit:cover}
.hero-visual figcaption{position:absolute;right:0;bottom:0;background:#101010;color:white;padding:18px 22px;display:grid;min-width:260px}
.hero-visual figcaption b{font:600 18px "DM Sans"}
.hero-visual figcaption span{font-size:12px;color:#bbb}
.questions{background:#fff;padding:130px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:100px}
.section-head h2{font-size:clamp(38px,4vw,62px)}
.section-head>p:last-child{color:#666}
.question-list p{margin:0;padding:28px 0;border-top:1px solid var(--line);font-size:22px}
.question-list p:last-child{border-bottom:1px solid var(--line)}
.question-list span{display:inline-block;width:55px;font:500 12px "DM Sans";color:#999}
.soap-story{max-width:var(--max);margin:auto;padding:150px 28px;display:grid;grid-template-columns:1fr 1fr;gap:100px}
.soap-image{position:sticky;top:105px;background:white;overflow:hidden}
.soap-image img{display:block;width:100%;min-height:610px;object-fit:cover;object-position:64% center;transform:scale(1.08)}
.soap-copy h2{font-size:clamp(42px,4.5vw,68px)}
.soap-copy>.lead{font-size:20px;color:#4e4e4e;margin:34px 0 54px}
.soap-values article{border-top:1px solid var(--line);padding:26px 0;display:grid;grid-template-columns:45px 1fr}
.soap-values b{font:500 12px "DM Sans";color:#999}
.soap-values h3{margin:0;font-size:22px}
.soap-values p{grid-column:2;margin:8px 0 0;color:#666}
.scent{background:#d7d5d0;padding:145px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:1.15fr .85fr;gap:120px}
.quote{font:100px/1 Georgia;color:#8b8985}
.scent-title h2{margin:35px 0 0;font-size:clamp(38px,4.4vw,66px);line-height:1.24;letter-spacing:-.06em}
.scent-copy{padding-top:40px}
.scent-copy h3{font-size:31px;line-height:1.35;margin:0 0 32px}
.scent-copy>p:not(.eyebrow){font-size:17px;color:#555}
.scent-copy small{display:block;margin-top:35px;padding-top:20px;border-top:1px solid #aaa;color:#666}
.products{max-width:var(--max);margin:auto;padding:150px 28px}
.products>.section-head{max-width:730px;margin-bottom:68px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{position:relative;background:#fff;min-height:560px;padding:18px;display:flex;flex-direction:column}
.product-card.live{background:#dedcd7}
.product-card.best{background:#e7e3dc}
.status{position:absolute;z-index:1;top:28px;left:28px;background:#111;color:white;padding:6px 9px;font:600 10px "DM Sans";letter-spacing:.14em}
.product-card img,.block{width:100%;height:330px;object-fit:cover;background:#ebeae7}
.product-card>div:last-child{padding:18px 4px}
.meta{font-size:12px;color:#777;margin:0 0 6px}
.product-card h3{font:600 25px "DM Sans";margin:0}
.product-card>div:last-child>p:last-child{color:#666;font-size:14px}
.product-price{display:block;margin:18px 0 14px;font-size:23px;letter-spacing:-.03em}
.product-select{display:flex;min-height:46px;align-items:center;justify-content:center;border:1px solid #111;border-radius:6px;font-weight:600;transition:.2s}
.product-select:hover,.product-select:focus-visible{background:#111;color:#fff}
.block{display:flex;align-items:center;justify-content:center}
.block:before{content:"";width:76%;height:105px;background:#171716;box-shadow:10px 16px 25px #bbb}
.b1000:before{height:135px;width:82%}
.block i{position:absolute;height:105px;width:1px;background:#444}
.block i:nth-child(1){margin-left:-90px}
.block i:nth-child(3){margin-left:90px}
.b1000 i{height:135px}
.b1000 i:nth-child(1){margin-left:-120px}
.b1000 i:nth-child(2){margin-left:-40px}
.b1000 i:nth-child(3){margin-left:40px}
.b1000 i:nth-child(4){margin-left:120px}
.product-note{text-align:center;color:#777;font-size:13px}
.purchase{background:#fff;padding:135px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.78fr 1.22fr;gap:90px;align-items:start}
.purchase-intro h2{margin:0;font-size:clamp(40px,4.5vw,66px);line-height:1.12;letter-spacing:-.065em}
.purchase-intro>p:not(.eyebrow){margin:28px 0;color:#5e5e5e;font-size:17px}
.purchase-intro ul{margin:30px 0 0;padding:22px 0 0;border-top:1px solid var(--line);list-style:none;color:#555}
.purchase-intro li{padding:5px 0}
.purchase-intro li:before{content:"✓";margin-right:10px;color:#111}
.purchase-panel{padding:34px;background:#f3f3f1;border:1px solid var(--line)}
.purchase-panel fieldset{margin:0;padding:0;border:0}
.purchase-panel legend{margin-bottom:16px;font-size:18px;font-weight:700}
.purchase-option{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:15px;align-items:center;margin-top:10px;padding:17px 18px;background:#fff;border:1px solid transparent;border-radius:6px;cursor:pointer}
.purchase-option:has(input:checked){border-color:#111;box-shadow:0 0 0 1px #111}
.purchase-option input{width:18px;height:18px;accent-color:#111}
.purchase-option span{display:grid}
.purchase-option small{margin-top:3px;color:#777}
.purchase-option>strong{font-size:17px}
.purchase-total{display:flex;justify-content:space-between;align-items:end;margin-top:25px;padding:24px 0;border-top:1px solid var(--line)}
.purchase-total span{display:grid;font-weight:600}
.purchase-total small{margin-top:4px;color:#777;font-weight:400}
.purchase-total>strong{font-size:28px;letter-spacing:-.04em}
.purchase-disabled{width:100%;border-color:#9b9b9b;background:#9b9b9b;color:white;cursor:not-allowed}
.payment-note{margin:13px 0 0;color:#777;text-align:center;font-size:13px}
.standard{background:#111;color:white;padding:140px max(28px,calc((100vw - var(--max))/2))}
.light{margin-bottom:68px}
.standard-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #3a3a3a}
.standard-grid article{padding:40px;min-height:360px;border-right:1px solid #3a3a3a;display:flex;flex-direction:column}
.standard-grid article:last-child{border:0}
.standard-grid b{font:500 100px/1 "DM Sans";color:#85827d}
.standard-grid article:nth-child(2) b{color:white}
.standard-grid h3{margin:auto 0 12px;font-size:24px}
.standard-grid p{margin:0;color:#aaa}
.price-logic{max-width:var(--max);margin:auto;padding:145px 28px;display:grid;grid-template-columns:1.25fr .75fr;gap:90px;align-items:end}
.price-logic h2{font-size:clamp(40px,4.5vw,67px)}
.price-logic>p{margin:0;color:#5f5f5f;font-size:17px}
.package-note{background:#fff;padding:75px max(28px,calc((100vw - var(--max))/2));display:grid;grid-template-columns:.7fr 1.15fr 1fr;gap:45px}
.package-note h2,.package-note>p:last-child{margin:0}
.package-note>p:last-child{color:#666}
.closing{min-height:560px;background:#96928c;color:white;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.closing-mark{display:grid;font:500 68px/.67 "DM Sans"}
.closing-mark span:last-child{font-size:78px;color:#111}
.closing>p{font-size:clamp(36px,5vw,68px);line-height:1.2;letter-spacing:-.06em}
.inverse{background:#fff;color:#111}
footer{max-width:var(--max);margin:auto;padding:58px 28px;display:grid;grid-template-columns:1fr 1fr auto;align-items:end}
footer p{margin:0;text-align:center;color:#666}
footer small{color:#888}
.reveal{opacity:0;transform:translateY(20px);transition:.7s}
.reveal.visible{opacity:1;transform:none}

@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.site-header{height:70px}
.header-wordmark{gap:10px}
.header-wordmark-element{font-size:13px;letter-spacing:.38em}
.header-wordmark-x{font-size:34px}
.menu-toggle{display:block}
.site-header nav{display:none;position:absolute;z-index:10;top:70px;left:0;right:0;background:var(--paper);padding:28px;flex-direction:column}
.site-header nav.open{display:flex}
.hero,.questions,.soap-story,.scent,.price-logic,.purchase{grid-template-columns:1fr;gap:55px}
.hero-visual{order:-1}
.soap-image{position:static}
.soap-image img{min-height:460px}
.product-grid,.standard-grid{grid-template-columns:1fr}
.standard-grid article{border-right:0;border-bottom:1px solid #3a3a3a}
.package-note{grid-template-columns:1fr}
.product-card{min-height:auto}
footer{grid-template-columns:1fr;gap:18px;text-align:center}
footer .brand{justify-content:center}
}

@media(max-width:560px){.hero,.soap-story,.products,.price-logic,.questions,.scent,.standard,.package-note,.purchase{padding-left:20px;padding-right:20px}
.hero h1{font-size:45px}
.hero-points{display:grid;gap:7px}
.hero-actions{align-items:flex-start;flex-direction:column}
.question-list p{font-size:18px}
.soap-image img{min-height:380px}
.scent-title h2{font-size:39px}
.closing>p{font-size:41px}
.product-grid{grid-template-columns:1fr}
.purchase-panel{padding:20px}
.purchase-option{grid-template-columns:auto 1fr;padding:15px}
.purchase-option>strong{grid-column:2}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
.reveal{opacity:1;transform:none;transition:none}
}

.hero-slider{position:relative;height:clamp(660px,47.77vw,867px);overflow:hidden;background:#ece9e3}
.hero-slides,.hero-slide{position:absolute;inset:0}
.hero-slide{display:flex;opacity:0;visibility:hidden;transition:opacity .65s ease,visibility .65s;isolation:isolate}
.hero-slide.is-active{opacity:1;visibility:visible;z-index:1}
.hero-slide-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.banner-one .banner-one-final{display:block;object-fit:cover;object-position:center top}
.banner-one .hero-copy{display:flex}
.banner-two .hero-slide-image{object-position:67% center}
.banner-three .hero-slide-image{object-position:72% center;background:#e8e5df}
.hero-slide:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(243,241,236,.98) 0%,rgba(243,241,236,.88) 42%,rgba(243,241,236,.08) 68%)}
.hero-copy{position:relative;z-index:1;width:100%;margin:0;padding:82px 5.2%;display:flex;align-items:center}
.hero-copy-stack{width:100%;max-width:550px;display:flex;flex-direction:column;align-items:flex-start}
.hero-copy-stack>*{width:100%;margin-left:0;text-indent:0}
.hero-copy .eyebrow{font-family:"Noto Sans KR",sans-serif;font-size:22px;letter-spacing:0}
.hero-copy h1{min-height:2.36em;margin:0;font-size:clamp(44px,3.35vw,64px);line-height:1.18;letter-spacing:-.065em;transform:translateX(-2px)}
.hero-copy .hero-lead{min-height:7em;font-size:17px;line-height:1.75}
.hero-note{min-height:1.65em;margin:22px 0 0;color:#666;font-size:15px}
.hero-copy .hero-actions{width:auto;gap:12px;margin-top:34px}
.outline{background:rgba(255,255,255,.38);color:#111}
.slider-arrow{position:absolute;z-index:4;top:50%;width:46px;height:58px;transform:translateY(-50%);border:0;border-radius:6px;background:rgba(255,255,255,.62);color:#111;font:300 38px/1 "DM Sans";cursor:pointer;transition:background .2s}
.slider-arrow:hover,.slider-arrow:focus-visible{background:#fff}
.slider-prev{left:16px}
.slider-next{right:16px}
.slider-dots{position:absolute;z-index:4;left:50%;bottom:22px;display:flex;gap:9px;transform:translateX(-50%)}
.slider-dots button{width:9px;height:9px;padding:0;border:1px solid #111;border-radius:50%;background:transparent;cursor:pointer}
.slider-dots button.is-active{background:#111}
.hero-slide.is-active .hero-copy-stack{animation:slideCopyIn .65s ease both}
@keyframes slideCopyIn{from{opacity:0;transform:translateY(12px)}
to{opacity:1;transform:none}
}
@media(max-width:900px){.hero-slider{height:800px}
.hero-slide:after{background:linear-gradient(90deg,rgba(243,241,236,.97) 0%,rgba(243,241,236,.86) 54%,rgba(243,241,236,.12) 100%)}
.hero-copy{height:100%;padding:56px 11% 110px;align-items:flex-start}
.hero-copy .hero-actions{transform:translateY(-34px)}
.banner-one .banner-one-final{display:block;object-position:62% center}
.slider-arrow{width:40px;height:48px}
.slider-prev{left:6px}
.slider-next{right:6px}
}
@media(max-width:560px){.hero-slider{height:760px}
.hero-slide{align-items:flex-start}
.hero-slide:after{background:linear-gradient(180deg,rgba(243,241,236,.99) 0%,rgba(243,241,236,.91) 58%,rgba(243,241,236,.12) 100%)}
.hero-copy{padding:48px 20px}
.hero-copy h1{font-size:40px;transform:translateX(-1px)}
.hero-copy .hero-lead{font-size:15px}
.hero-copy .hero-actions{flex-direction:row;flex-wrap:wrap}
.banner-one .banner-one-final{object-position:69% center}
.slider-arrow{top:auto;bottom:8px;background:transparent}
.slider-dots{bottom:26px}
}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:none}
.hero-slide.is-active .hero-copy-stack{animation:none}
}
@media(max-width:560px){
  .hero-copy{padding:14px 8px 70px}
  .hero-copy-stack{max-width:410px}
  .hero-copy .eyebrow{margin-bottom:30px;font-size:22px}
  .hero-copy h1{margin:0;font-size:40px;line-height:1.22;letter-spacing:-.065em;transform:none}
  .hero-copy .hero-lead{margin-top:24px;font-size:15px;line-height:1.8}
  .hero-note{margin-top:20px;font-size:15px}
  .hero-copy .hero-actions{margin-top:30px;transform:translateY(-24px)}
}
