:root{--plum:#3b2148;--plum-2:#512d61;--ember:#ed7331;--ember-2:#ff9b5d;--ivory:#f7f1e8;--paper:#fffdf8;--ink:#1e1723;--muted:#6f6472;--line:rgba(59,33,72,.14);--shadow:0 22px 60px rgba(44,23,52,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1160px,calc(100% - 40px));margin:0 auto}.skip-link{position:fixed;left:16px;top:-80px;z-index:100;background:#fff;padding:10px 14px;border-radius:8px}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,248,.92);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:11px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--plum);color:#fff;font-family:Georgia,serif;font-size:25px;font-weight:700;box-shadow:inset -6px -6px 0 rgba(237,115,49,.25)}.brand b,.brand small{display:block}.brand b{font-size:18px;line-height:1.1}.brand small{margin-top:4px;color:var(--muted);font-size:10px;letter-spacing:.16em}.header-actions{display:flex;align-items:center;gap:18px}.text-button,.button-link{border:0;background:none;color:var(--plum);cursor:pointer;font-weight:750}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;background:var(--plum);color:#fff;font-weight:800;box-shadow:0 10px 28px rgba(59,33,72,.2);transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:var(--plum-2)}.button-small{padding:11px 20px}.button-large{min-width:230px;padding:16px 25px;font-size:17px}.button-full{width:100%;padding:14px 20px}.hero{position:relative;overflow:hidden;padding:76px 0 82px;background:radial-gradient(circle at 85% 8%,rgba(237,115,49,.17),transparent 24%),linear-gradient(135deg,#fffdf8 20%,#f4ecdf 100%)}.hero:before{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(59,33,72,.08);border-radius:50%;left:-190px;bottom:-210px}.hero-grid{display:grid;grid-template-columns:1.04fr .96fr;align-items:center;gap:68px}.eyebrow{margin:0 0 15px;color:var(--ember);font-size:12px;font-weight:900;letter-spacing:.2em}.hero h1{margin:0;color:var(--plum);font-family:Georgia,"Noto Serif KR",serif;font-size:clamp(48px,7vw,82px);line-height:1.04;letter-spacing:-.05em}.hero-lead{max-width:600px;margin:24px 0 30px;color:#504653;font-size:19px;line-height:1.75;word-break:keep-all}.hero-actions{display:flex;align-items:center;gap:20px}.quick-points{display:flex;flex-wrap:wrap;gap:8px 20px;margin:28px 0 0;padding:0;list-style:none;color:var(--muted);font-size:14px}.quick-points li:before{content:"✓";margin-right:7px;color:var(--ember);font-weight:900}.product-stage{position:relative;min-height:410px;padding:44px;border-radius:32px;background:var(--plum);box-shadow:var(--shadow);isolation:isolate}.product-stage:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 40%,rgba(255,255,255,.07));border-radius:inherit;z-index:-1}.stage-label{display:block;margin-bottom:32px;color:#d9cadd;font-size:11px;font-weight:800;letter-spacing:.2em}.product-card{position:relative;padding:36px 34px 32px;border-radius:7px;background:#fff;color:var(--plum);box-shadow:0 25px 45px rgba(0,0,0,.22);transform:rotate(-2deg)}.product-card:after{content:"";position:absolute;right:0;top:0;width:25%;height:100%;background:#3e2551}.product-card strong{display:block;font-family:Georgia,serif;font-size:42px;letter-spacing:-.04em}.product-card sup{color:var(--ember);font-size:12px}.dose{display:block;margin-top:2px;color:var(--ember);font-size:21px;font-weight:900}.ingredient{display:block;margin-top:22px;color:#786d7d;font-size:11px;font-weight:800;letter-spacing:.18em}.flame{position:absolute;right:31%;top:34px;width:25px;height:35px;border-radius:70% 30% 65% 35%;background:var(--ember);transform:rotate(35deg)}.stage-note{display:flex;justify-content:space-between;gap:20px;margin-top:32px;color:#eee3f0;font-size:13px}.stage-note b{color:var(--ember-2)}.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(18,10,21,.72);backdrop-filter:blur(5px)}.modal-card{position:relative;width:min(480px,100%);padding:38px;border-radius:25px;background:#fff;box-shadow:var(--shadow)}.modal-card h2{margin:0 0 10px;color:var(--plum);font-size:26px}.modal-card>p:not(.eyebrow):not(.copy-status){color:var(--muted)}.modal-close{position:absolute;right:18px;top:14px;border:0;background:none;color:#675c6b;font-size:30px;cursor:pointer}.copy-domain{width:100%;display:flex;align-items:center;justify-content:space-between;margin:24px 0 8px;padding:15px 17px;border:1px dashed rgba(59,33,72,.35);border-radius:12px;background:var(--ivory);color:var(--plum);cursor:pointer;font-weight:800}.copy-domain b{color:var(--ember)}.copy-status{min-height:24px;margin:0 0 10px;color:#25705d;font-size:13px}.no-scroll{overflow:hidden}@media(max-width:820px){.shell{width:min(100% - 28px,680px)}.header-inner{height:68px}.text-button{display:none}.button-small{padding:9px 15px;font-size:13px}.hero{padding:48px 0 62px}.hero-grid{grid-template-columns:1fr;gap:44px}.hero h1{font-size:50px}.hero-lead{font-size:17px}.product-stage{min-height:auto;padding:30px}.product-card strong{font-size:34px}}@media(max-width:480px){.brand small{display:none}.hero-actions{align-items:flex-start;flex-direction:column}.button-large{width:100%}.quick-points{display:grid}.product-stage{padding:24px}.product-card{padding:29px 24px}.product-card strong{font-size:29px}.stage-note{display:grid;gap:4px}.modal-card{padding:32px 22px}}

