@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
:root{--ink:#202923;--green:#173c32;--line:#d9ded9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;color:var(--ink);font-family:'Noto Sans KR',sans-serif;font-size:16px;line-height:1.7}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:3px solid #d48f36;outline-offset:5px}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:white}.brand{font-size:35px;line-height:1;font-weight:800;letter-spacing:-1px}.brand span{display:block;font-size:12px;letter-spacing:1.5px;margin-top:10px;font-weight:500}nav{display:flex;gap:38px;font-size:15px}.contact-top{font-size:14px}.contact-top span{margin-left:20px;font-weight:600}.hero{height:min(780px,78vw);min-height:590px;position:relative;color:#fff;overflow:hidden;background:#46554a}.hero>img{height:100%;width:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(12,24,18,.65),rgba(12,24,18,.08)),linear-gradient(0deg,rgba(12,24,18,.4),transparent 35%)}.hero-copy{position:absolute;left:8%;top:18%}.eyebrow{font-size:13px;letter-spacing:2px;font-weight:600;margin:0 0 25px}h1{font-size:clamp(40px,4.7vw,72px);line-height:1.35;letter-spacing:-3px;font-weight:500;margin:0 0 26px}.hero-copy>p:not(.eyebrow){font-size:18px;line-height:1.9;color:#f0f2ee}.light-button{display:inline-flex;gap:56px;align-items:center;border:1px solid #ffffff80;padding:15px 24px;margin-top:25px;font-size:15px}.light-button:hover{background:white;color:var(--green)}.hero-bottom{position:absolute;bottom:30px;left:5%;right:5%;display:flex;justify-content:space-between;font-size:12px;letter-spacing:1px}.wrap{width:86%;max-width:1400px;margin:auto}.intro{padding:115px 0}.intro-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px}h2{font-size:clamp(29px,3.1vw,44px);line-height:1.45;letter-spacing:-1.8px;font-weight:500;margin:0}.intro-grid p{margin-top:0}.muted{color:#727a73}.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:40px}.section-head>a{font-size:14px;white-space:nowrap;border-bottom:1px solid;padding-bottom:5px}.collections{display:grid;grid-template-columns:1fr 1fr;gap:24px}.collection-card{padding:38px 42px;min-height:390px}.wood{background:#a17b55;color:#fff}.stone{background:#e8eae7;color:#313c37}.card-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;letter-spacing:1px}.card-top span:last-child{font-size:24px}.collection-card h3{font-size:36px;line-height:1.45;letter-spacing:-1px;font-weight:500;margin:30px 0 20px}.collection-card p{font-size:15px}.collection-card button{display:flex;justify-content:space-between;width:100%;background:none;border:0;border-top:1px solid currentColor;color:inherit;padding:18px 0 0;margin-top:30px;text-align:left}.product-panel{padding:45px 0 80px}.panel-heading{display:flex;justify-content:space-between;align-items:center}.panel-heading h3{font-size:22px;font-weight:500}.panel-heading button{padding:8px 20px;background:white;border:1px solid var(--line);font-size:14px}.panel-heading button.active{background:var(--green);color:white;border-color:var(--green)}.product-list{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line)}.product{padding:28px 20px 28px 0;border-bottom:1px solid var(--line)}.product span{font-size:12px;letter-spacing:1px;color:#727a73}.product h4{font-size:18px;font-weight:500;margin:5px 0}.product p{font-size:14px;margin:5px 0;color:#727a73}.small{font-size:13px;color:#747c75;margin-top:24px}.guide{background:var(--green);color:white;padding:85px 0 95px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:50px}.guide-grid article{border-top:1px solid #ffffff40;padding-top:22px}.guide-grid article>span{font-size:13px;color:#b8c9bb}.guide-grid h3{font-weight:500;font-size:22px}.guide-grid p{color:#d0dcd4;font-size:15px;line-height:1.95}.contact{padding:110px 0}.contact-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:50px}.big-phone{display:block;font-size:clamp(30px,3.4vw,48px);letter-spacing:-1px;margin-top:-12px;margin-bottom:20px}.contact-line{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--line);font-size:16px}.contact-line span{font-size:14px;color:#747c75}footer{border-top:1px solid var(--line);padding:45px 0;display:flex;justify-content:space-between;align-items:center;gap:30px}footer p,footer>span{font-size:12px;color:#727a73;line-height:1.9}footer .brand{font-size:29px}@media(max-width:760px){header{height:84px;padding:0 6%}.brand{font-size:27px}.brand span{font-size:10px}nav{display:none}.contact-top{font-size:12px}.contact-top span{display:block;margin:2px 0}.hero{min-height:650px;height:80vh;max-height:850px}.hero>img{object-position:60% center}.hero-copy{left:7%;right:7%;top:18%}h1{letter-spacing:-2px;font-size:40px}.hero-copy>p:not(.eyebrow){font-size:16px}.eyebrow{font-size:11px;letter-spacing:1.4px}.hero-bottom>span:first-child{display:none}.wrap{width:86%}.intro{padding:72px 0}.intro-grid,.contact-grid{grid-template-columns:1fr;gap:25px}.intro-grid p{font-size:15px}.section-head{align-items:start;flex-direction:column}h2{font-size:29px}.collections{grid-template-columns:1fr}.collection-card{padding:28px;min-height:360px}.collection-card h3{font-size:31px}.product-list{grid-template-columns:repeat(2,1fr)}.product h4{font-size:16px}.panel-heading h3{font-size:19px}.panel-heading button{padding:7px 12px}.guide{padding:65px 0}.guide-grid{grid-template-columns:1fr;gap:20px;margin-top:35px}.guide-grid h3{margin:10px 0}.contact{padding:70px 0}.big-phone{margin-top:5px}.contact-line{font-size:14px}footer{flex-wrap:wrap;align-items:start;gap:20px}footer>span{width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:25px}.hero-actions .light-button{margin-top:0}@media(max-width:760px){.hero-actions{flex-direction:column;align-items:flex-start}.hero-actions .light-button{gap:28px}}

.store-button{gap:12px!important;background:#03c75a;border-color:#03c75a;color:#fff;font-weight:700;box-shadow:0 10px 28px #001c0f66;transition:transform .2s,background .2s,box-shadow .2s}.store-button:hover{background:#00b950;color:#fff;transform:translateY(-3px);box-shadow:0 14px 34px #001c0f80}.store-mark{display:grid;place-items:center;width:28px;height:28px;background:#fff;color:#03b753;font-size:18px;line-height:1}.store-arrow{margin-left:28px}@media(max-width:760px){.store-button{width:100%;justify-content:flex-start}.store-arrow{margin-left:auto}}@media(prefers-reduced-motion:reduce){.store-button{transition:none}}
