@charset "UTF-8";
:root{--paper:#f6f2e9;--ink:#29241e;--muted:#73685d;--line:#d8d0c4;--brown:#76503a}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid #ad764c;outline-offset:6px}::selection{background:#76503a;color:white}.skip{position:fixed;top:-100px;left:20px;padding:15px;background:white;z-index:10}.skip:focus{top:10px}.header{height:106px;padding:0 5.5%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.wordmark{font-family:Georgia,serif;font-size:39px;letter-spacing:-2px;line-height:1}.wordmark span{display:block;font-family:Arial,sans-serif;font-size:10px;letter-spacing:3px;margin:10px 0 0 4px}nav{display:flex;gap:38px;align-items:center;font-size:14px}nav a:hover{color:var(--brown)}.nav-launch{margin-left:26px;border-bottom:1px solid var(--ink);padding-bottom:9px}.nav-launch span{margin-left:22px}.hero{display:grid;grid-template-columns:46% 54%;min-height:660px}.hero-copy{padding:77px 10% 26px 12%;display:flex;flex-direction:column;align-items:flex-start}.eyebrow{font-size:12px;letter-spacing:2px;line-height:1.7;margin:0 0 32px}h1{font-size:clamp(38px,4.3vw,68px);font-weight:400;letter-spacing:-3.6px;line-height:1.35;margin:12px 0 28px;word-break:keep-all}.intro{font-size:16px;color:var(--muted);line-height:1.9;margin:0 0 35px}.button{background:var(--ink);color:var(--paper);padding:18px 23px;font-size:14px;display:flex;align-items:center;gap:32px;transition:background .2s}.button:hover{background:var(--brown)}.hero-bottom{margin-top:auto;padding-top:58px;display:flex;justify-content:space-between;width:100%;font-size:10px;letter-spacing:1px;color:var(--muted);gap:15px}.hero-image{margin:0;position:relative;min-width:0;background:#38291d}.hero-image img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:56% center}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 35%,rgba(0,0,0,.35));pointer-events:none}.hero-image figcaption{position:absolute;bottom:23px;left:27px;right:20px;z-index:1;color:#f4ece0;font-size:12px;line-height:1.5}.image-label{position:absolute;top:38px;left:35px;font-family:Georgia,serif;font-style:italic;font-size:34px;line-height:1.2;color:#f6ecdc;z-index:1}.section{margin:0 5.5%;padding:100px 0}.story{display:grid;grid-template-columns:27% 73%;border-bottom:1px solid var(--line)}h2{font-weight:400;font-size:clamp(29px,3vw,44px);letter-spacing:-1.9px;line-height:1.5;margin:0;word-break:keep-all}h2 em{font-style:normal;color:var(--brown)}.story>.eyebrow{padding-top:13px}.story-body{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;margin-top:38px}.story-body p{font-size:16px;line-height:1.95;color:var(--muted);margin:0;word-break:keep-all}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:45px;gap:20px}.section-heading .eyebrow{margin-bottom:12px}.status{font-size:13px;border:1px solid #b8a18b;border-radius:100px;padding:9px 15px;color:var(--brown);white-space:nowrap;margin-bottom:10px}.collection-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:8%;align-items:center}.detail-image{position:relative;margin:0;aspect-ratio:1.18;overflow:hidden;background:#3b2a20}.detail-image img{width:100%;height:100%;object-fit:cover;transform:scale(1.5);object-position:60% 55%}.detail-image figcaption{position:absolute;bottom:22px;left:25px;color:#fff;font-size:12px;letter-spacing:2px}.product-copy>.eyebrow{color:var(--brown);display:block;margin-bottom:22px}.product-copy h3{font-size:36px;line-height:1.45;font-weight:400;letter-spacing:-1.6px;margin:0 0 22px}.product-copy p{font-size:16px;line-height:1.9;color:var(--muted)}dl{margin:30px 0 28px;font-size:14px}dl div{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:16px 0;gap:15px}dt{color:var(--muted)}dd{margin:0;text-align:right}.text-link{display:flex;justify-content:space-between;padding:0 0 10px;border-bottom:1px solid var(--ink);font-size:14px;max-width:180px}.text-link:hover{color:var(--brown)}.launch{background:#2e2923;color:var(--paper);padding:83px 24px 90px;text-align:center}.launch .eyebrow{color:#c5b29b;margin-bottom:20px}.launch h2{font-size:44px;line-height:1.4}.launch p:not(.eyebrow){font-size:16px;color:#d3c8ba;line-height:1.9;margin:25px 0 30px;word-break:keep-all}.launch-note{display:inline-block;font-size:12px;letter-spacing:3px;border-top:1px solid #756655;padding-top:20px}footer{padding:45px 5.5% 24px}.footer-top{display:flex;align-items:center;gap:30px}.footer-logo{font-family:Georgia,serif;font-size:34px;letter-spacing:-2px}.footer-top p{font-size:14px;color:var(--muted)}.back-top{font-size:13px;margin-left:auto}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:24px;margin-top:35px;font-size:10px;letter-spacing:1px;color:var(--muted)}
@media(min-width:1600px){.hero{min-height:760px}.hero-copy{padding-top:100px}}
@media(max-width:1000px){.hero{min-height:580px;grid-template-columns:48% 52%}.hero-copy{padding-top:55px}.hero-bottom{flex-direction:column;gap:7px}h1{letter-spacing:-2px}.story{grid-template-columns:22% 78%}.story-body{gap:25px}.collection-grid{gap:5%}.product-copy h3{font-size:30px}.section{padding:75px 0}}
@media(max-width:650px){html{scroll-padding-top:20px}.header{height:87px;padding:0 6%}.wordmark{font-size:31px}.wordmark span{font-size:8px;letter-spacing:2px}nav{gap:18px;font-size:13px}.nav-launch{display:none}.hero{display:flex;flex-direction:column}.hero-copy{padding:48px 7% 25px}.eyebrow{margin-bottom:18px}h1{font-size:43px;letter-spacing:-2px;margin:8px 0 23px}.intro{margin-bottom:24px}.hero-bottom{flex-direction:row;padding-top:35px;font-size:9px}.hero-image{height:420px}.image-label{font-size:29px;top:24px;left:26px}.hero-image figcaption{font-size:11px;left:24px}.section{margin:0 7%;padding:58px 0}.story{display:block}.story>.eyebrow{padding:0;margin-bottom:24px}.story-body{display:block;margin-top:23px}.story-body p+p{margin-top:16px}h2{font-size:29px;letter-spacing:-1.4px}.section-heading{align-items:start;margin-bottom:27px;flex-direction:column;gap:14px}.status{margin:0}.collection-grid{display:block}.detail-image{aspect-ratio:1.12;margin-bottom:30px}.product-copy h3{font-size:31px}.product-copy>.eyebrow{margin-bottom:15px}.launch{padding:59px 7%}.launch h2{font-size:34px}.footer-top{flex-wrap:wrap;gap:10px 20px}.footer-top p{width:100%;order:3;margin:0}.footer-bottom{flex-direction:column;gap:12px;font-size:9px}.back-top{margin-left:auto}footer{padding:30px 7% 23px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Original ChezMoi monogram */
.wordmark,.footer-logo{display:flex;align-items:center;gap:12px}.brand-symbol{display:block;width:78px;height:78px;object-fit:contain;mix-blend-mode:multiply;flex-shrink:0}.wordmark .brand-name{font:inherit;letter-spacing:inherit;margin:0}.brand-name small{display:block;font-family:Arial,sans-serif;font-size:10px;font-weight:400;letter-spacing:3px;margin:10px 0 0 4px}.footer-logo .brand-symbol{width:64px;height:64px}@media(max-width:650px){.wordmark{gap:6px;font-size:27px}.brand-symbol{width:54px;height:54px}.brand-name small{font-size:8px;letter-spacing:1.5px;margin-top:7px}.footer-logo .brand-symbol{width:56px;height:56px}nav{gap:12px;font-size:12px}.header{padding-left:4%;padding-right:4%}}@media(max-width:360px){.header{height:auto;min-height:100px;flex-wrap:wrap;gap:8px;padding-top:8px;padding-bottom:12px}nav{margin-left:auto}}

/* Product details supplied by ChezMoi */
.product-photo{position:relative;overflow:hidden;width:100%;background:#eee5d8}.product-photo img{position:absolute;display:block;max-width:none;height:auto}.hero-product-visual{display:flex;align-items:center;background:#efe6d9;overflow:hidden}.product-hero{min-height:600px}.product-hero .hero-copy{padding-top:60px}.feature-section{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center;border-top:1px solid var(--line)}.feature-copy>p:not(.eyebrow){font-size:16px;line-height:1.95;color:var(--muted);max-width:440px;word-break:keep-all}.feature-copy h2{margin-bottom:26px}.material-label{display:inline-block;margin-top:15px;font-size:12px;letter-spacing:2px;color:var(--brown)}.craft-section{display:grid;grid-template-columns:1fr 1.2fr;gap:6%;align-items:center;border-top:1px solid var(--line)}.craft-images{display:grid;grid-template-columns:1fr 1fr;gap:20px}.craft-images figure{margin:0}.craft-images figcaption{font-size:14px;color:var(--muted);margin-top:16px;line-height:1.6}.everyday-section{display:grid;grid-template-columns:1.2fr 1fr;gap:9%;align-items:center;border-top:1px solid var(--line)}.benefit-section{background:#ede3d5;padding:60px 5.5%}.benefit-inner{border:1px solid #b16c48;padding:42px;display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}.benefit-inner .eyebrow{color:var(--brown);margin-bottom:14px}.benefit-inner h2{font-size:48px}.benefit-inner strong{font-family:Georgia,serif;font-size:72px;font-weight:400;color:var(--brown)}.benefit-tagline{font-size:22px;line-height:1.6;margin:10px 0 0;word-break:keep-all}.benefit-terms{border-left:1px solid #bba28c;padding-left:40px}.benefit-terms h3{font-size:23px;font-weight:400;line-height:1.6;margin:0}.benefit-terms>p{font-size:14px;line-height:1.8;color:var(--muted)}.benefit-terms .product-price{font-family:Georgia,serif;font-size:46px;color:var(--ink);border-top:1px solid #bba28c;padding-top:14px;margin:22px 0 0}.product-price span{font-family:Arial,sans-serif;font-size:22px;margin-left:5px}@media(max-width:650px){.product-hero{min-height:0}.hero-product-visual{padding:0}.feature-section,.craft-section,.everyday-section{grid-template-columns:1fr;gap:28px}.feature-copy h2{margin-bottom:18px}.craft-images{gap:14px}.benefit-section{padding:38px 7%}.benefit-inner{grid-template-columns:1fr;padding:27px 22px;gap:25px}.benefit-inner h2{font-size:36px}.benefit-inner strong{font-size:58px}.benefit-tagline{font-size:19px}.benefit-terms{border-left:0;border-top:1px solid #bba28c;padding:24px 0 0}.benefit-terms h3{font-size:21px}.benefit-terms .product-price{font-size:42px}}

.benefit-audience{display:block;font-size:clamp(22px,2.4vw,34px);line-height:1.5;letter-spacing:-1px;margin-bottom:8px}.product-copy .text-link{max-width:240px}
