:root{--ivory:#fcfaf5;--cotton:#f0f3ec;--ink:#454b43;--sage:#c8d6bd;--peach:#f3ceb2;--line:rgba(69,75,67,.17);--serif:"Iowan Old Style","Noto Serif KR","Batang",serif;--sans:"Pretendard","Noto Sans KR","Malgun Gothic",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--ink);font-family:var(--sans);margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.header{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding:1.2rem clamp(1.25rem,5vw,5rem);position:relative;z-index:2}.wordmark{align-items:baseline;display:flex;gap:.23rem}.wordmark span{font-family:var(--serif);font-size:2.25rem;letter-spacing:-.18em}.wordmark small{font-size:.66rem;letter-spacing:.09em}.header nav{display:flex;gap:clamp(1.1rem,3vw,2.6rem);font-size:.88rem}.cart-toggle{background:transparent;border:0;color:var(--ink);font-size:.85rem}.cart-toggle b{background:var(--peach);border-radius:100%;display:inline-grid;font-size:.72rem;height:1.35rem;margin-left:.35rem;place-items:center;width:1.35rem}.hero{display:grid;grid-template-columns:.88fr 1.12fr;min-height:680px}.hero-copy{align-self:center;padding:clamp(3rem,8vw,8rem) clamp(1.25rem,6vw,6rem)}.label{font-size:.76rem;font-weight:700;letter-spacing:.1em;margin:0 0 1.25rem}h1,h2,h3{font-family:var(--serif);font-weight:500;letter-spacing:-.065em;line-height:1.22;margin:0}h1{font-size:clamp(2.7rem,5.3vw,5.4rem)}h2{font-size:clamp(2.2rem,4vw,4rem)}h3{font-size:clamp(1.8rem,3vw,3rem)}.hero-text{font-size:1rem;line-height:1.8;margin:1.8rem 0 2rem;max-width:25rem}.button{border:1px solid transparent;cursor:pointer;display:inline-flex;gap:1.4rem;justify-content:space-between;padding:.93rem 1.1rem}.dark{background:var(--ink);color:var(--ivory)}.sage{background:var(--sage);color:var(--ink);width:100%}.hero-image{height:100%;max-height:810px;min-height:480px;object-fit:cover;width:100%}.ticker{align-items:center;background:var(--peach);display:flex;font-family:var(--serif);font-size:1.1rem;gap:1rem;justify-content:center;overflow:hidden;padding:1.05rem;white-space:nowrap}.ticker i{background:var(--ink);border-radius:50%;height:.28rem;width:.28rem}.shop-section{padding:clamp(4.5rem,10vw,9rem) clamp(1.25rem,8vw,10rem)}.section-top{align-items:end;display:flex;gap:2rem;justify-content:space-between;margin-bottom:clamp(3rem,7vw,6rem)}.section-top>p{font-size:.92rem;line-height:1.8;max-width:17rem}.product-card{border-top:1px solid var(--ink);display:grid;grid-template-columns:.8fr 1.2fr;padding-top:1.3rem}.product-art{background:var(--cotton);position:relative}.product-art img{height:100%;object-fit:cover;width:100%}.product-art span{background:var(--peach);border-radius:50%;font-family:var(--serif);font-size:1.5rem;height:3.3rem;left:1rem;place-items:center;position:absolute;top:1rem;width:3.3rem;display:grid}.product-copy{align-self:center;padding:clamp(2.5rem,7vw,7rem)}.product-copy>p:not(.label):not(.action-status){line-height:1.9;margin:1.5rem 0;max-width:29rem}.product-copy dl{border-top:1px solid var(--line);margin:2rem 0 1.5rem;max-width:29rem}.product-copy dl div{border-bottom:1px solid var(--line);display:flex;font-size:.85rem;justify-content:space-between;padding:.8rem 0}.product-copy dd{margin:0}.text-button{background:none;border:0;border-bottom:1px solid var(--ink);color:var(--ink);padding:0 0 .45rem}.text-button span{font-size:1.2rem;margin-left:2.2rem}.action-status,.cart-status{font-size:.82rem;min-height:1.3rem}.discover{background:var(--cotton);padding:clamp(4.5rem,9vw,8rem) clamp(1.25rem,8vw,10rem)}.discover-grid{border-top:1px solid var(--ink);display:grid;grid-template-columns:repeat(3,1fr)}.discover-grid article{min-height:260px;padding:1.5rem 1.5rem 1rem 0}.discover-grid article+article{border-left:1px solid var(--line);padding-left:1.5rem}.discover-grid em{font-family:var(--serif);font-size:1.2rem;font-style:normal}.discover-grid h3{font-size:1.7rem;margin:3.2rem 0 1rem}.discover-grid p{font-size:.9rem;line-height:1.8;max-width:13rem}.story{background:var(--sage);padding:clamp(4.5rem,9vw,8rem) clamp(1.25rem,8vw,10rem)}.story>div{display:grid;gap:clamp(2rem,12vw,14rem);grid-template-columns:1fr .7fr}.story p:last-child{align-self:end;font-size:1rem;line-height:1.9;margin:0}.cart{background:var(--ivory);box-shadow:-1rem 0 3rem rgba(69,75,67,.14);display:flex;flex-direction:column;height:100dvh;max-width:26rem;padding:1.5rem;position:fixed;right:0;top:0;transform:translateX(105%);transition:transform .2s;z-index:4;width:100%}.cart.open{transform:translateX(0)}.cart-head{align-items:center;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;padding-bottom:1rem}.cart-head h2{font-size:1.8rem}.cart-head button{background:none;border:0;color:var(--ink);font-size:2rem}.cart-empty{padding:2rem 0}.cart-filled{align-items:center;border-bottom:1px solid var(--line);display:flex;gap:1rem;padding:1.3rem 0}.cart-filled img{height:5.2rem;width:3.7rem}.cart-filled span{display:block;font-size:.76rem;margin-top:.35rem}.cart .button{margin-top:auto}.scrim{background:rgba(69,75,67,.24);inset:0;position:fixed;z-index:3}footer{align-items:center;display:flex;justify-content:space-between;padding:1.5rem clamp(1.25rem,5vw,5rem)}footer p{font-size:.75rem}@media(max-width:720px){.header nav{display:none}.hero{grid-template-columns:1fr}.hero-image{min-height:380px;order:-1}.hero-copy{padding:3.5rem 1.25rem}.section-top,.story>div{display:block}.section-top>p{margin-top:1.5rem}.product-card{grid-template-columns:1fr}.product-copy{padding:2.5rem 0}.discover-grid{grid-template-columns:1fr}.discover-grid article{border-bottom:1px solid var(--line);min-height:0;padding:1.5rem 0}.discover-grid article+article{border-left:0;padding-left:0}.discover-grid h3{margin:1rem 0}.story p:last-child{margin-top:2rem}.ticker{justify-content:flex-start}.ticker span:nth-of-type(n+3),.ticker i:nth-of-type(n+2){display:none}}
