@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans KR,sans-serif;color:#11100e;background:#fff8ef;font-synthesis:none;--ink:#11100e;--paper:#fff8ef;--coral:#ff5b45;--line:#d9d1c7;--muted:#746e67}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.site-header{height:76px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20;background:var(--paper);border-bottom:1px solid rgba(17,16,14,.12)}.wordmark{font-size:28px;font-weight:700;letter-spacing:-1.7px}.wordmark span{color:var(--coral)}.nav{display:flex;gap:38px;font-size:14px;font-weight:600}.nav a{position:relative}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--coral);transition:.25s}.nav a:hover:after{right:0}.header-actions{display:flex;gap:18px;align-items:center}.header-actions>a{display:grid;place-items:center}.bag-link{position:relative}.bag-link b{position:absolute;right:-11px;top:-9px;background:var(--coral);color:#fff;border-radius:99px;font-size:10px;width:18px;height:18px;display:grid;place-items:center}.menu-button{display:none;border:0;background:none}.hero{height:calc(100svh - 76px);min-height:620px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 42%;animation:heroScale 1.8s cubic-bezier(.2,.8,.2,1) both}.hero-copy{position:relative;z-index:2;margin-left:8vw;max-width:600px}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.2em;margin-bottom:24px;display:block}.eyebrow.dark{color:var(--coral)}.hero h1{font-size:clamp(58px,7.6vw,112px);line-height:.94;letter-spacing:-.07em;margin:0 0 28px;font-weight:600}.hero p{font-size:17px;line-height:1.7;margin:0 0 34px;color:#fffc}.button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border-radius:999px;font-size:14px;font-weight:700;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button.coral{background:var(--coral);color:#fff}.button.black{background:var(--ink);color:#fff}.button.wide{width:100%}.hero-index{position:absolute;right:4vw;bottom:28px;font-size:10px;letter-spacing:.16em;z-index:2}.reveal>*{animation:rise .7s cubic-bezier(.2,.8,.2,1) both}.reveal>*:nth-child(2){animation-delay:.09s}.reveal>*:nth-child(3){animation-delay:.18s}.reveal>*:nth-child(4){animation-delay:.27s}.statement{padding:145px 8vw 120px;display:grid;grid-template-columns:1fr 2fr;gap:30px;border-bottom:1px solid var(--line)}.statement>span{font-size:11px;font-weight:700;letter-spacing:.2em;color:var(--coral)}.statement h2{font-size:clamp(40px,5.5vw,78px);line-height:1.1;letter-spacing:-.055em;margin:0;font-weight:600}.statement p{grid-column:2;font-size:16px;color:var(--muted);max-width:510px;line-height:1.7}.collection,.steps{padding:110px 4vw}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:50px}.section-head h2{font-size:clamp(36px,4vw,58px);letter-spacing:-.05em;margin:0}.section-head a,.text-link{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;border-bottom:1px solid;padding-bottom:5px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:5vw 2vw}.product-grid.listing{grid-template-columns:repeat(3,1fr)}.product-tile{animation:rise .7s both}.product-image{height:min(56vw,720px);display:block;overflow:hidden;background:#eee5da;position:relative}.listing .product-image{height:36vw;max-height:520px}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1)}.product-image:hover img{transform:scale(1.035)}.product-image>span{position:absolute;top:18px;left:18px;background:var(--coral);color:#fff;border-radius:99px;padding:7px 11px;font-size:9px;letter-spacing:.14em;font-weight:700}.product-meta{display:flex;justify-content:space-between;align-items:flex-end;padding:20px 4px 0}.product-meta small{font-size:10px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.product-meta h3{font-size:20px;margin:7px 0 9px}.product-meta p{margin:0;font-size:14px}.circle-action{border:1px solid var(--ink);background:transparent;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;transition:.2s}.circle-action:hover{background:var(--ink);color:#fff}.feature-band{display:grid;grid-template-columns:1.35fr 1fr;background:#e8ded1;min-height:760px}.feature-image{background-size:cover;background-position:center}.feature-copy{padding:8vw;display:flex;flex-direction:column;justify-content:center}.feature-copy h2{font-size:clamp(45px,5.3vw,78px);line-height:1.04;letter-spacing:-.06em;margin:16px 0 30px}.feature-copy p{color:var(--muted);line-height:1.8;margin:0 0 40px;max-width:420px}.feature-copy .text-link{align-self:flex-start}.step-list{border-top:1px solid var(--ink)}.step{display:grid;grid-template-columns:1fr 1fr 2fr;align-items:center;border-bottom:1px solid var(--line);padding:38px 0}.step>b{font-size:12px;color:var(--coral)}.step h3{font-size:24px;margin:0}.step p{margin:0;color:var(--muted)}footer{background:var(--ink);color:#fff;padding:90px 4vw 35px;display:grid;grid-template-columns:1fr 1fr;gap:60px}footer .light{font-size:46px}footer p{font-size:24px;max-width:420px;margin:0}footer small{grid-column:1/-1;color:#8d8982;border-top:1px solid #383632;padding-top:25px}.page{padding:90px 4vw 140px;min-height:70vh}.page.narrow{max-width:1050px;margin:auto}.page-title{margin-bottom:55px}.page-title.row{display:flex;align-items:flex-end;justify-content:space-between}.page-title h1{font-size:clamp(44px,6vw,80px);line-height:1;letter-spacing:-.06em;margin:0 0 20px}.page-title p{color:var(--muted)}.search-box{border-bottom:1px solid var(--ink);display:flex;align-items:center;gap:12px;padding:14px 0;margin-bottom:60px;max-width:420px}.search-box input{border:0;outline:0;background:transparent;width:100%;font-size:16px}.detail-page{display:grid;grid-template-columns:1.25fr 1fr;min-height:calc(100svh - 76px)}.detail-media{height:calc(100svh - 76px);position:sticky;top:0;background:#eae2d7}.detail-media>img{width:100%;height:100%;object-fit:cover}.creator-note{position:absolute;left:30px;bottom:30px;background:#fff8eff0;padding:13px 18px;border-radius:99px;display:flex;gap:8px;align-items:center;font-size:13px}.detail-info{padding:60px 7vw 80px}.back{display:flex;align-items:center;gap:7px;font-size:13px;margin-bottom:70px}.detail-info>small{color:var(--coral);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.detail-info h1{font-size:clamp(42px,5vw,72px);letter-spacing:-.06em;line-height:1.03;margin:14px 0}.detail-info .lead{font-size:20px;margin:0 0 35px}.description{color:var(--muted);line-height:1.8}.variant-picker{margin:50px 0 25px}.variant-picker>label{display:block;font-size:12px;font-weight:700;margin-bottom:12px}.variant-picker button{width:100%;display:grid;grid-template-columns:1fr auto auto;gap:15px;text-align:left;padding:17px;border:1px solid var(--line);background:transparent}.variant-picker button.selected{border-color:var(--ink)}.detail-facts{display:grid;grid-template-columns:repeat(3,1fr);margin-top:45px;padding-top:25px;border-top:1px solid var(--line);gap:12px}.detail-facts b,.detail-facts span{display:block;font-size:11px}.detail-facts span{color:var(--muted);margin-top:6px}.cart-list{border-top:1px solid var(--ink)}.cart-line{display:grid;grid-template-columns:130px 1fr auto auto;gap:28px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line)}.cart-line img{width:130px;height:150px;object-fit:cover}.cart-copy small,.cart-copy p{color:var(--muted);margin:4px 0}.cart-copy h3{margin:8px 0}.cart-copy em{font-style:normal;color:var(--coral);font-size:11px}.quantity{display:flex;align-items:center;border:1px solid var(--line)}.quantity button{border:0;background:transparent;padding:8px}.quantity svg{width:14px}.quantity span{min-width:28px;text-align:center}.cart-summary{max-width:430px;margin:50px 0 0 auto}.cart-summary>div{display:flex;justify-content:space-between;padding:10px 0}.cart-summary .total{font-size:20px;border-top:1px solid var(--ink);padding:22px 0}.auth-page{min-height:calc(100svh - 76px);display:grid;place-items:center;background:linear-gradient(90deg,#11100ed4,#11100e4d),url(https://images.unsplash.com/photo-1524504388940-b1c1722653e1?auto=format&fit=crop&w=1800&q=85) center/cover;color:#fff;padding:40px}.auth-page>div{max-width:550px;text-align:center}.auth-page h1{font-size:clamp(52px,6vw,84px);line-height:1;letter-spacing:-.06em;margin:50px 0 25px}.auth-page p{color:#ffffffbf;line-height:1.7}.kakao-button{margin:30px 0 17px;width:100%;border:0;background:#fee500;color:#191919;border-radius:12px;padding:18px;font-weight:700}.auth-page small{display:block;color:#ffffff8c}.checkout-page{padding:80px 4vw 130px}.checkout-page>form{max-width:1200px;margin:auto;display:grid;grid-template-columns:1.5fr .8fr;gap:8vw}.checkout-main fieldset{border:0;border-top:1px solid var(--ink);margin:0 0 48px;padding:28px 0}.checkout-main legend{font-size:20px;font-weight:700;padding:0}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field-grid .full{grid-column:1/-1}.field-grid label span{display:block;font-size:12px;font-weight:600;margin-bottom:9px}.field-grid input{width:100%;border:1px solid var(--line);padding:15px;background:transparent;outline:none}.field-grid input:focus{border-color:var(--ink)}.field-grid small{color:var(--muted)}.order-aside{position:sticky;top:100px;align-self:start;background:#eee5da;padding:32px}.order-aside h2{margin:0 0 25px}.aside-line{display:grid;grid-template-columns:60px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.aside-line img{width:60px;height:70px;object-fit:cover}.aside-line small{display:block;color:var(--muted);margin-top:5px}.aside-total{display:flex;justify-content:space-between;font-size:18px;padding:28px 0}.order-aside>p{text-align:center;font-size:10px;color:var(--muted)}.error{background:#ffe1dc;color:#9e2718;padding:15px;margin-bottom:20px}.empty{text-align:center;padding:100px 20px;border-top:1px solid var(--line)}.empty>svg{width:46px;height:46px;color:var(--coral)}.empty h2{font-size:28px;margin:20px 0 30px}.order-list{border-top:1px solid var(--ink)}.order-list>a{display:grid;grid-template-columns:1fr 2fr 1fr 1fr auto;align-items:center;gap:20px;padding:28px 0;border-bottom:1px solid var(--line)}.order-list h3{margin:0}.order-list span{color:var(--coral);font-size:12px}.order-hero{padding:35px 0 50px}.order-hero>span{color:var(--coral);font-weight:700}.order-hero h1{font-size:48px;letter-spacing:-.04em;margin:13px 0}.order-section{border-top:1px solid var(--ink);padding:28px 0 45px}.order-section h2{font-size:20px;margin:0 0 25px}.plain-row{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.plain-row span{color:var(--muted)}.plain-row div span{display:block;margin-top:7px}.shipment{display:flex;gap:15px;background:#eee5da;padding:20px;margin-top:20px}.shipment span,.shipment small{display:block}.shipment small{color:var(--muted);margin-top:5px}.result-page{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:50px}.result-icon{width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:#ffe1dc;color:#a62a1c}.result-icon.success{background:#dcebdc;color:#236323}.result-page h1{font-size:42px;letter-spacing:-.04em;margin:25px 0 8px}.result-page p{color:var(--muted);margin-bottom:35px}.about-page{background:var(--ink);color:#fff;min-height:calc(100svh - 76px);display:grid;grid-template-columns:1.1fr 1fr;padding:10vw 8vw;gap:10vw}.about-page h1{font-size:clamp(58px,7vw,100px);line-height:.96;letter-spacing:-.07em;margin:30px 0}.about-page section>p{font-size:24px;line-height:1.6;margin:80px 0}.about-points>div{display:grid;grid-template-columns:1fr 2fr;padding:25px 0;border-top:1px solid #383632}.about-points b{font-size:11px;color:var(--coral)}.about-points span{color:#bdb7ae}.loading{min-height:65vh;display:grid;place-content:center;text-align:center;color:var(--muted)}.loading span{width:32px;height:32px;border:2px solid var(--line);border-top-color:var(--coral);border-radius:50%;animation:spin .8s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}@keyframes heroScale{0%{transform:scale(1.06);opacity:.5}to{transform:scale(1);opacity:1}}@keyframes rise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:800px){.site-header{height:64px}.nav{position:absolute;top:64px;left:0;right:0;background:var(--paper);padding:25px 5vw;flex-direction:column;display:none;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-button{display:block}.header-actions>a:first-child{display:none}.hero{height:calc(100svh - 64px);min-height:570px}.hero-copy{margin:0 6vw}.hero h1{font-size:56px}.hero p{font-size:14px}.statement{padding:90px 6vw;grid-template-columns:1fr}.statement p{grid-column:auto}.collection,.steps{padding:80px 5vw}.product-grid,.product-grid.listing{grid-template-columns:1fr;gap:55px}.product-image,.listing .product-image{height:120vw}.feature-band{grid-template-columns:1fr}.feature-image{height:100vw}.feature-copy{padding:80px 8vw}.step{grid-template-columns:50px 1fr}.step p{grid-column:2;margin-top:10px}.detail-page{grid-template-columns:1fr}.detail-media{height:75vh;position:relative}.detail-info{padding:40px 6vw}.detail-info .back{margin-bottom:45px}.detail-facts{grid-template-columns:1fr}.cart-line{grid-template-columns:90px 1fr auto;gap:14px}.cart-line img{width:90px;height:110px}.cart-line>.quantity{grid-column:2}.cart-line>b{grid-column:3;grid-row:1}.checkout-page>form{grid-template-columns:1fr}.order-aside{position:static}.field-grid{grid-template-columns:1fr}.field-grid .full{grid-column:auto}.order-list>a{grid-template-columns:1fr auto}.order-list h3{grid-column:1}.order-list span{grid-row:1;grid-column:2}.order-list>b{grid-column:2}.order-list svg{display:none}.about-page{grid-template-columns:1fr;padding:100px 7vw}.about-page section>p{margin:20px 0 70px}.about-points>div{grid-template-columns:1fr;gap:15px}footer{grid-template-columns:1fr}.page{padding-top:65px}}.kakao-button{display:flex;align-items:center;justify-content:center;gap:10px}.kakao-button:disabled{cursor:wait;opacity:.75}.auth-error{margin:20px 0 -12px;padding:12px 15px;border-radius:10px;background:#ff5b45eb;font-size:13px}.payment-method-section{border-top:1px solid var(--line);padding-top:24px;margin-top:18px}.payment-method-section h3{font-size:13px;margin:0 0 12px}.payment-methods{display:grid;gap:8px}.payment-methods>button{width:100%;display:grid;grid-template-columns:42px 1fr 18px;align-items:center;gap:12px;text-align:left;border:1px solid var(--line);background:#ffffff73;padding:12px;border-radius:10px;color:var(--ink)}.payment-methods>button:hover{border-color:#a69d93}.payment-methods>button.selected{border:2px solid var(--ink);padding:11px;background:#fff}.payment-methods>button>span:nth-child(2){min-width:0}.payment-methods>button b,.payment-methods>button small{display:block}.payment-methods>button b{font-size:13px}.payment-methods>button small{color:var(--muted);font-size:10px;margin-top:3px}.payment-methods>button>svg{opacity:0}.payment-methods>button.selected>svg{opacity:1}.payment-mark{width:38px;height:28px;border-radius:7px;display:grid;place-items:center;font-size:9px;font-weight:800;letter-spacing:.03em;background:var(--ink);color:#fff}.payment-mark.kakaopay{background:#fee500;color:#191919;font-size:14px}.payment-mark.naverpayCard{background:#03c75a;color:#fff;font-size:14px}.order-history-page,.order-receipt-page{max-width:1180px;margin:0 auto;padding:78px 4vw 130px}.order-history-head{display:grid;grid-template-columns:160px 1fr auto;align-items:end;border-bottom:2px solid var(--ink);padding-bottom:28px;margin-bottom:10px}.order-history-head>span,.receipt-head>div:first-child>span,.payment-result-page>span{font-size:10px;font-weight:800;letter-spacing:.2em;color:var(--coral)}.order-history-head h1{font-size:clamp(42px,5vw,68px);letter-spacing:-.06em;margin:0 0 9px}.order-history-head p{margin:0;color:var(--muted)}.order-history-head>b{font-size:42px;line-height:1;color:var(--coral)}.order-history-list{display:grid}.order-history-row{display:grid;grid-template-columns:1.15fr 1.7fr 1fr;grid-template-areas:"top product meta" "bottom product meta";gap:5px 36px;padding:30px 8px;border-bottom:1px solid var(--line);transition:transform .22s ease,background .22s ease,padding .22s ease}.order-history-row:hover{background:#ffffff8c;transform:translate(5px);padding-left:18px;padding-right:18px}.order-row-top{grid-area:top;display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.order-row-top>span b,.order-row-top>span time{display:block}.order-row-top>span b{font-size:15px}.order-row-top>span time{font-size:11px;color:var(--muted);margin-top:7px}.order-status{display:inline-flex;align-items:center;white-space:nowrap;border-radius:99px;padding:7px 10px;background:#f1ece5;color:#504a44;font-size:10px;font-weight:800}.status-paid,.status-preparing{background:#fff0ed;color:#bd3928}.status-shipped{background:#e7efff;color:#2757a5}.status-delivered{background:#e5f3e9;color:#28653a}.status-cancelled,.status-refunded{background:#eceae7;color:#625d57}.order-row-product{grid-area:product;display:grid;grid-template-columns:82px 1fr;align-items:center;gap:17px}.order-row-product>span:last-child{min-width:0}.order-row-product small,.order-row-product b,.order-row-product em{display:block}.order-row-product small{font-size:10px;color:var(--muted)}.order-row-product b{font-size:15px;line-height:1.45;margin-top:5px}.order-row-product em{font-style:normal;color:var(--coral);font-size:11px;margin-top:6px}.receipt-product-image{width:82px;height:92px;object-fit:cover;background:#fff;border:1px solid #e4ddd4}.receipt-product-image.placeholder{display:grid;place-items:center;color:#aaa098}.receipt-product-image.placeholder svg{width:25px}.order-row-meta{grid-area:meta;align-self:center;display:grid;gap:12px;font-size:12px;color:var(--muted)}.order-row-meta span{display:flex;align-items:center;gap:8px}.order-row-meta svg{width:15px;color:var(--coral)}.order-row-bottom{grid-area:bottom;display:flex;align-items:end;gap:12px}.order-row-bottom span{font-size:11px;color:var(--muted)}.order-row-bottom strong{margin-left:auto;font-size:17px;color:var(--coral)}.order-row-bottom svg{width:17px}.order-empty,.order-error-page{text-align:center;padding:120px 20px}.order-empty>svg,.order-error-page>svg{width:50px;height:50px;color:var(--coral)}.order-empty h2,.order-error-page h1{font-size:30px;margin:22px 0 8px}.order-empty p,.order-error-page p{color:var(--muted);margin:0 0 30px}.order-fetch-error{padding:18px 0;color:#a62a1c;border-bottom:1px solid var(--line)}.receipt-back{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;margin-bottom:36px}.receipt-back svg{width:16px}.receipt-head{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;border-bottom:2px solid var(--ink);padding-bottom:30px}.receipt-head h1{font-size:clamp(44px,5vw,70px);letter-spacing:-.06em;margin:8px 0}.receipt-head p{margin:0;color:var(--muted);font-size:13px}.receipt-head>div:last-child{display:grid;grid-template-columns:auto auto;align-items:center;gap:12px 18px;text-align:right}.receipt-head time{font-size:11px;color:var(--muted)}.receipt-head strong{grid-column:1/-1;font-size:30px;color:var(--coral)}.receipt-delivery-status{background:var(--ink);color:#fff;padding:27px 30px;margin:28px 0 65px;animation:orderEnter .55s ease both}.receipt-delivery-status>div:first-child{display:flex;align-items:center;gap:15px}.receipt-delivery-status>div:first-child>svg{color:var(--coral)}.receipt-delivery-status b,.receipt-delivery-status small{display:block}.receipt-delivery-status small{margin-top:5px;color:#aaa49c;font-size:11px}.delivery-progress{display:grid!important;grid-template-columns:repeat(4,1fr);margin-top:28px;position:relative}.delivery-progress:before{content:"";position:absolute;left:7%;right:7%;top:17px;height:1px;background:#4a4641}.delivery-progress>div{position:relative;text-align:center;color:#77716a}.delivery-progress>div>span{position:relative;z-index:1;width:35px;height:35px;display:grid;margin:0 auto 9px;place-items:center;border-radius:50%;background:#302d29;border:1px solid #504b45}.delivery-progress svg{width:15px}.delivery-progress b{font-size:10px}.delivery-progress>div.active{color:#fff}.delivery-progress>div.active>span{background:var(--coral);border-color:var(--coral)}.receipt-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.75fr);gap:7vw}.receipt-main{display:grid;gap:60px}.receipt-section{border-top:1px solid var(--ink);padding-top:25px}.receipt-section>header,.payment-receipt>header{display:flex;align-items:flex-start;gap:13px;margin-bottom:23px}.receipt-section>header>svg,.payment-receipt>header>svg{width:20px;color:var(--coral)}.receipt-section h2,.payment-receipt h2{font-size:19px;margin:0}.receipt-section header p,.payment-receipt header p{font-size:11px;color:var(--muted);margin:5px 0 0}.receipt-products{display:grid}.receipt-product{display:grid;grid-template-columns:96px 1fr auto;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.receipt-product .receipt-product-image{width:96px;height:108px}.receipt-product-copy{min-width:0}.receipt-product-copy small,.receipt-product-copy b,.receipt-product-copy em{display:block}.receipt-product-copy small{color:var(--muted);font-size:10px}.receipt-product-copy b{font-size:15px;line-height:1.45;margin:6px 0}.receipt-product-copy em{font-style:normal;font-size:12px;color:var(--muted)}.receipt-product>svg{width:17px;transition:transform .2s}.receipt-product:hover>svg{transform:translate(4px)}.delivery-information{margin:0}.delivery-information>div{display:grid;grid-template-columns:145px 1fr;padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}.delivery-information dt{display:flex;align-items:center;gap:7px;color:var(--muted)}.delivery-information dt svg{width:14px}.delivery-information dd{margin:0;line-height:1.55}.payment-receipt{align-self:start;position:sticky;top:100px;background:#eee5da;padding:28px}.payment-receipt dl{margin:0 0 22px}.payment-receipt dl>div{display:flex;justify-content:space-between;gap:18px;padding:10px 0;font-size:11px}.payment-receipt dt{color:var(--muted)}.payment-receipt dd{margin:0;text-align:right;overflow-wrap:anywhere}.receipt-prices{border-top:1px solid #cfc5b9;padding-top:14px}.receipt-prices>div{display:flex;justify-content:space-between;padding:8px 0;font-size:12px}.receipt-prices .receipt-total{border-top:1px solid #cfc5b9;margin-top:8px;padding-top:18px}.receipt-total strong{font-size:21px;color:var(--coral)}.receipt-link{display:flex;justify-content:center;align-items:center;gap:8px;border:1px solid var(--ink);padding:12px;margin-top:15px;font-size:11px;font-weight:800}.receipt-link svg{width:14px}.receipt-attempt{display:flex;justify-content:space-between;border:1px solid #cfc5b9;background:#ffffff59;padding:12px;margin-top:14px;font-size:10px}.receipt-actions{display:flex;gap:12px;margin-top:70px;padding-top:25px;border-top:1px solid var(--line)}.receipt-actions .button{min-width:180px}.receipt-actions .button:not(.black){border:1px solid var(--ink)}.payment-result-page{min-height:calc(100svh - 76px);display:flex;flex-direction:column;align-items:center;padding:75px 20px 110px;text-align:center}.payment-result-mark{width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:#ffe9e5;color:var(--coral);margin-bottom:28px;animation:checkPop .55s cubic-bezier(.2,.9,.3,1.2) both}.payment-result-mark svg{width:40px;height:40px}.payment-result-page.failed .payment-result-mark{background:#eee9e4;color:#7d342b}.payment-result-page h1{font-size:clamp(36px,5vw,58px);letter-spacing:-.055em;margin:10px 0}.payment-result-page>p{color:var(--muted);margin:0 0 35px}.completion-summary{width:min(620px,100%);text-align:left;border-top:2px solid var(--ink);border-bottom:1px solid var(--ink);padding:20px 0 22px;margin:5px 0 28px;animation:orderEnter .55s .15s ease both}.completion-order{display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center;padding:0 4px 16px;border-bottom:1px solid var(--line)}.completion-order small,.completion-order b{display:block}.completion-order small{font-size:10px;color:var(--muted)}.completion-order .order-status{grid-column:2;grid-row:1/3}.completion-summary .receipt-product.compact{grid-template-columns:78px 1fr auto}.completion-summary .compact .receipt-product-image{width:78px;height:88px}.completion-more{font-size:11px;color:var(--muted);margin:10px 0}.completion-delivery{display:flex;gap:12px;padding:18px 4px;border-top:1px solid var(--line)}.completion-delivery>svg{width:18px;color:var(--coral)}.completion-delivery small,.completion-delivery b{display:block}.completion-delivery small{font-size:10px;color:var(--muted);margin-bottom:5px}.receipt-prices.compact{padding:12px 4px 0}.payment-result-actions{width:min(620px,100%);display:grid;grid-template-columns:1fr 1fr;gap:12px}.payment-result-actions .button:not(.coral){border:1px solid var(--ink)}@keyframes orderEnter{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes checkPop{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}@media(max-width:760px){.order-history-page,.order-receipt-page{padding:45px 20px 95px}.order-history-head{grid-template-columns:1fr auto}.order-history-head>span{grid-column:1/-1;margin-bottom:15px}.order-history-head h1{font-size:42px}.order-history-head p{font-size:12px}.order-history-head>b{font-size:30px}.order-history-row{grid-template-columns:1fr;grid-template-areas:"top" "product" "meta" "bottom";gap:18px;padding:24px 0}.order-history-row:hover{transform:none;padding-left:0;padding-right:0;background:transparent}.order-row-product{grid-template-columns:76px 1fr}.receipt-product-image{width:76px;height:86px}.order-row-meta{grid-template-columns:1fr 1fr;gap:8px}.order-row-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.receipt-back{margin-bottom:25px}.receipt-head{grid-template-columns:1fr}.receipt-head>div:last-child{grid-template-columns:1fr auto;text-align:left}.receipt-head strong{font-size:26px;text-align:right}.receipt-delivery-status{margin:22px -20px 45px;padding:25px 20px}.delivery-progress{gap:5px}.delivery-progress b{font-size:9px}.receipt-layout{grid-template-columns:1fr;gap:55px}.receipt-main{gap:48px}.payment-receipt{position:static;margin:0 -4px}.delivery-information>div{grid-template-columns:105px 1fr}.receipt-product{grid-template-columns:78px 1fr auto;gap:13px}.receipt-product .receipt-product-image{width:78px;height:90px}.receipt-product-copy b{font-size:13px}.receipt-actions{display:grid}.receipt-actions .button{min-width:0}.payment-result-page{min-height:calc(100svh - 64px);padding:55px 20px 90px}.payment-result-mark{width:78px;height:78px}.payment-result-page h1{font-size:37px}.payment-result-actions{grid-template-columns:1fr}.completion-summary .receipt-product>svg{display:none}}.product-detail-page{background:#fffdf9;color:var(--ink)}.product-purchase{width:min(1480px,100%);min-height:calc(100svh - 76px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(420px,.85fr);border-bottom:1px solid var(--line)}.product-gallery{min-width:0;padding:34px clamp(22px,3.4vw,56px);background:#f0ebe2;display:grid;grid-template-columns:74px minmax(0,1fr);gap:18px;align-items:start}.product-thumbnail-rail{display:grid;gap:10px;position:sticky;top:24px}.product-thumbnail-rail button{width:74px;aspect-ratio:1;border:1px solid transparent;padding:4px;background:#fff;overflow:hidden;transition:border-color .18s,transform .18s}.product-thumbnail-rail button:hover{transform:translateY(-2px)}.product-thumbnail-rail button.active{border-color:var(--ink)}.product-thumbnail-rail img{width:100%;height:100%;object-fit:contain;display:block}.product-main-media{min-height:clamp(560px,72vw,820px);background:#fff;display:grid;place-items:center;position:relative;overflow:hidden}.product-main-media>img{width:100%;height:100%;max-height:820px;object-fit:contain;display:block;animation:productImageIn .32s ease both}.product-main-media>svg{width:52px;height:52px;color:var(--muted)}.product-buybox{align-self:start;padding:60px clamp(34px,5vw,82px) 70px;position:sticky;top:0}.product-buybox .back{margin-bottom:58px}.product-buybox>small{color:var(--coral);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.product-buybox h1{max-width:600px;margin:13px 0 18px;font-size:clamp(40px,3.6vw,58px);line-height:1.06;letter-spacing:-.055em;word-break:keep-all}.product-price{padding:24px 0;border-top:1px solid var(--ink);display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.product-price strong{font-size:28px;letter-spacing:-.04em}.product-price span{color:var(--muted);font-size:11px}.purchase-benefits{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;display:grid;gap:13px}.purchase-benefits>div{display:grid;grid-template-columns:22px 1fr;gap:12px;align-items:center}.purchase-benefits svg{width:19px;color:var(--coral)}.purchase-benefits b,.purchase-benefits small{display:block}.purchase-benefits b{font-size:12px}.purchase-benefits small{margin-top:3px;color:var(--muted);font-size:10px}.product-buybox .variant-picker{margin:34px 0 0}.product-buybox .variant-picker button{align-items:center;border-color:#cfc7bc;background:#fff}.product-buybox .variant-picker button+button{border-top:0}.product-buybox .variant-picker button.selected{border-color:var(--ink);box-shadow:inset 3px 0 var(--coral)}.product-quantity{margin-top:18px;padding:17px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.product-quantity>div:first-child b,.product-quantity>div:first-child small{display:block}.product-quantity>div:first-child b{font-size:12px}.product-quantity>div:first-child small{margin-top:4px;color:var(--muted);font-size:10px}.product-quantity>div:last-child{border:1px solid var(--line);display:flex;align-items:center;background:#fff}.product-quantity button{width:38px;height:38px;border:0;background:transparent;display:grid;place-items:center}.product-quantity button:disabled{opacity:.28;cursor:not-allowed}.product-quantity button svg{width:15px}.product-quantity span{width:42px;text-align:center;font-size:13px;font-weight:700}.product-actions{margin-top:16px;display:grid;grid-template-columns:1fr 1.15fr;gap:9px}.product-actions .button{border-radius:0;min-height:54px}.product-actions .button.outline{border:1px solid var(--ink);background:#fff;color:var(--ink)}.product-actions .button:disabled,.mobile-purchase-bar button:disabled{opacity:.42;cursor:not-allowed}.product-anchor-nav{height:70px;padding:0 4vw;border-bottom:1px solid var(--line);background:#fffdf9f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;gap:clamp(22px,4vw,62px);position:sticky;top:0;z-index:12}.product-anchor-nav a{font-size:12px;font-weight:700;position:relative}.product-anchor-nav a span{margin-left:3px;color:var(--coral);font-size:10px}.product-anchor-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--coral);transition:right .2s}.product-anchor-nav a:hover:after{right:0}.product-detail-content{padding:115px 5vw 130px;background:#f0ebe2;scroll-margin-top:68px}.product-section-heading{width:min(780px,100%);margin:0 auto 50px;border-top:1px solid var(--ink);padding-top:22px;display:grid;grid-template-columns:1fr 2fr;gap:20px}.product-section-heading span{color:var(--coral);font-size:10px;font-weight:700;letter-spacing:.16em}.product-section-heading h2{margin:0;font-size:28px;letter-spacing:-.035em}.product-detail-blocks{width:min(860px,100%);margin:0 auto;background:#fff}.product-detail-image-block{margin:0;padding:0}.product-detail-image-block img{width:100%;height:auto;display:block}.product-rich-text{padding:clamp(52px,7vw,88px) clamp(38px,8vw,96px);color:#282520}.product-rich-text h2,.product-rich-text h3,.product-rich-text h4{margin:0 0 24px;line-height:1.22;letter-spacing:-.04em;word-break:keep-all}.product-rich-text h2{font-size:clamp(30px,4vw,46px)}.product-rich-text h3{font-size:clamp(24px,3vw,34px)}.product-rich-text h4{font-size:20px}.product-rich-text p{margin:0 0 22px;font-size:15px;line-height:1.9;word-break:keep-all}.product-rich-text p:last-child{margin-bottom:0}.product-rich-text ul,.product-rich-text ol{margin:20px 0;padding-left:23px;font-size:15px;line-height:1.9}.product-rich-text blockquote{margin:30px 0;padding:24px 28px;border-left:3px solid var(--coral);background:#f4efe7;font-size:16px;line-height:1.8}.product-rich-text a{color:var(--coral);text-decoration:underline;text-underline-offset:3px}.product-detail-empty{width:min(780px,100%);margin:0 auto;padding:60px 20px;border-top:1px solid var(--ink);color:var(--muted);text-align:center}.product-information-section,.product-review-section,.product-question-section{padding:110px 8vw 120px;scroll-margin-top:68px}.product-information-section,.product-review-section{background:#fffdf9}.product-question-section{background:#f0ebe2}.commerce-section-title{width:min(1180px,100%);margin:0 auto 45px}.commerce-section-title.row{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.commerce-section-title>span,.commerce-section-title>div>span{color:var(--coral);font-size:10px;font-weight:700;letter-spacing:.16em}.commerce-section-title h2{margin:12px 0 8px;font-size:clamp(34px,4vw,52px);letter-spacing:-.05em}.commerce-section-title p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.disclosure-table{width:min(1180px,100%);margin:0 auto;border-top:1px solid var(--ink);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.disclosure-table>div{min-height:94px;padding:22px 24px 22px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:minmax(130px,.7fr) minmax(0,1.3fr);gap:24px}.disclosure-table>div:nth-child(odd){border-right:1px solid var(--line)}.disclosure-table>div:nth-child(2n){padding-left:24px}.disclosure-table dt{color:var(--muted);font-size:12px;line-height:1.6}.disclosure-table dd{margin:0;font-size:13px;line-height:1.75;white-space:pre-wrap}.review-score{min-width:190px;display:grid;grid-template-columns:auto 1fr;gap:2px 12px;align-items:center}.review-score strong{grid-row:1/3;font-size:50px;line-height:1;letter-spacing:-.06em}.review-score>span{display:flex;gap:2px}.review-score svg,.review-list header svg{width:16px;height:16px;color:#c9c1b7;fill:transparent}.review-score svg.filled,.review-list header svg.filled{color:var(--coral);fill:var(--coral)}.review-score small{color:var(--muted);font-size:10px}.review-list{width:min(1180px,100%);margin:0 auto;border-top:1px solid var(--ink)}.review-list article{padding:30px 0;border-bottom:1px solid var(--line)}.review-list header{display:grid;grid-template-columns:auto auto 1fr;gap:12px;align-items:center}.review-list header>span{display:flex;gap:2px}.review-list header b{font-size:12px}.review-list time{justify-self:end;color:var(--muted);font-size:10px}.review-list h3{margin:20px 0 8px;font-size:17px}.review-list p{max-width:820px;margin:0;color:#403c37;font-size:14px;line-height:1.8;white-space:pre-wrap}.review-list article>small{margin-top:18px;color:var(--coral);display:flex;align-items:center;gap:5px;font-size:10px;font-weight:700}.review-list article>small svg{width:13px}.commerce-empty{width:min(1180px,100%);min-height:190px;margin:0 auto;border-top:1px solid var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.commerce-empty>svg{width:34px;height:34px;color:var(--coral)}.commerce-empty h3{margin:16px 0 5px;color:var(--ink);font-size:18px}.commerce-empty p{margin:0;font-size:12px}.question-message{width:min(1180px,100%);margin:-20px auto 25px;padding:14px 18px;background:#dfeadb;color:#315a2c;font-size:12px}.question-form{width:min(1180px,100%);margin:0 auto 32px;padding:26px;border-top:1px solid var(--ink);background:#fffdf9}.question-form>label{font-size:12px;font-weight:700}.question-form textarea{width:100%;margin-top:10px;padding:15px;border:1px solid var(--line);outline:0;background:#fff;resize:vertical;font:inherit;font-size:13px;line-height:1.7}.question-form textarea:focus{border-color:var(--ink)}.question-form>div{margin-top:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.private-check{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700}.private-check input{accent-color:var(--coral)}.private-check svg{width:14px}.question-form>div>small{color:var(--muted);font-size:10px}.question-list{width:min(1180px,100%);margin:0 auto;border-top:1px solid var(--ink)}.question-list details{border-bottom:1px solid var(--line)}.question-list summary{min-height:94px;padding:22px 4px;list-style:none;display:grid;grid-template-columns:34px 1fr auto 22px;gap:18px;align-items:center;cursor:pointer}.question-list summary::-webkit-details-marker{display:none}.question-list summary>span,.question-answer>span{font-size:20px;font-weight:700;color:var(--coral)}.question-list summary b,.question-list summary small{display:block}.question-list summary b{font-size:14px}.question-list summary small{margin-top:7px;color:var(--muted);font-size:10px}.question-list summary em{padding:6px 9px;background:#ded8ce;font-style:normal;font-size:9px;font-weight:700}.question-list summary>svg{width:17px;transition:transform .2s}.question-list details[open] summary>svg{transform:rotate(180deg)}.question-answer{padding:24px 56px 28px;background:#fffdf9;display:grid;grid-template-columns:34px 1fr;gap:18px}.question-answer p{margin:0;font-size:13px;line-height:1.8;white-space:pre-wrap}.product-delivery{padding:115px 8vw 130px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr 1.2fr;gap:9vw}.product-delivery span{color:var(--coral);font-size:10px;font-weight:700;letter-spacing:.16em}.product-delivery h2{margin:18px 0 0;font-size:clamp(40px,4.7vw,68px);line-height:1.08;letter-spacing:-.055em}.product-delivery>div>p{max-width:420px;margin:24px 0 0;color:#a7a198;font-size:13px;line-height:1.8}.product-delivery dl{margin:0;border-top:1px solid #504c46}.product-delivery dl>div{padding:24px 0;border-bottom:1px solid #383531;display:grid;grid-template-columns:120px 1fr;gap:24px}.product-delivery dt{color:#9d9890;font-size:12px}.product-delivery dd{margin:0;font-size:13px;line-height:1.7}.mobile-purchase-bar{display:none}@keyframes productImageIn{0%{opacity:.35;transform:scale(.985)}to{opacity:1;transform:scale(1)}}@media(max-width:1000px){.product-purchase{grid-template-columns:1fr}.product-gallery{min-height:660px}.product-buybox{position:static}}@media(max-width:800px){.product-detail-page{padding-bottom:72px}.product-purchase{min-height:0}.product-gallery{min-height:0;padding:0;display:flex;flex-direction:column-reverse;gap:0}.product-main-media{width:100%;min-height:0;aspect-ratio:1;background:#fff}.product-main-media>img{max-height:none}.product-thumbnail-rail{width:100%;padding:10px 14px;display:flex;gap:8px;overflow-x:auto;position:static;background:#f0ebe2}.product-thumbnail-rail button{width:60px;min-width:60px}.creator-note{left:14px;bottom:14px;font-size:11px}.product-buybox{padding:34px 6vw 52px}.product-buybox .back{margin-bottom:42px}.product-buybox h1{font-size:44px}.product-actions{grid-template-columns:1fr}.product-anchor-nav{height:58px;gap:28px;overflow-x:auto;justify-content:flex-start;padding-inline:6vw}.product-anchor-nav a{white-space:nowrap}.product-detail-content{padding:80px 0}.product-section-heading{width:auto;margin:0 6vw 36px;grid-template-columns:1fr}.product-detail-blocks{width:100%}.product-rich-text{padding:58px 7vw}.product-information-section,.product-review-section,.product-question-section{padding:78px 6vw 84px}.commerce-section-title.row{align-items:flex-start;flex-direction:column}.disclosure-table{grid-template-columns:1fr}.disclosure-table>div,.disclosure-table>div:nth-child(2n){padding:20px 0;border-right:0;grid-template-columns:minmax(110px,.75fr) minmax(0,1.25fr)}.review-score{min-width:0}.question-form>div{grid-template-columns:1fr}.question-form>div .button{justify-self:start}.question-list summary{grid-template-columns:28px 1fr auto;gap:12px}.question-list summary>svg{display:none}.question-answer{padding:22px 16px;grid-template-columns:28px 1fr;gap:12px}.product-delivery{padding:80px 6vw;grid-template-columns:1fr;gap:60px}.product-delivery dl>div{grid-template-columns:90px 1fr}.mobile-purchase-bar{height:72px;padding:10px 14px;position:fixed;left:0;right:0;bottom:0;z-index:30;background:#fffdf9f5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;grid-template-columns:1fr 1.4fr;gap:12px;align-items:center}.mobile-purchase-bar small,.mobile-purchase-bar b{display:block}.mobile-purchase-bar small{color:var(--muted);font-size:9px}.mobile-purchase-bar b{margin-top:3px;font-size:15px}.mobile-purchase-bar button{height:48px;border:0;background:var(--coral);color:#fff;font-weight:700}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
