
:root{--brown:#8B5A2B;--dark:#1F2937;--gray:#F4F5F7;--text:#30343B;--muted:#6B7280;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,'Noto Sans KR',sans-serif;color:var(--text);line-height:1.75;background:#fff}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border-bottom:1px solid #e8e8e8}.inner{max-width:1220px;margin:auto;padding:0 24px}.site-header .inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand img{width:250px;height:auto}.nav{display:flex;gap:24px;align-items:center;font-weight:700}.nav a{color:#222}.nav a:hover,.nav a.active{color:var(--brown)}.nav .tel{background:var(--dark);color:white;padding:10px 16px;border-radius:999px}.menu-btn{display:none;background:none;border:0;font-size:26px}.hero{height:calc(100vh - 78px);min-height:620px;position:relative;overflow:hidden;color:white;display:grid;place-items:center;text-align:center}.hero-slider,.slide,.hero-overlay{position:absolute;inset:0}.slide{background-size:cover;background-position:center;opacity:0;animation:fade 15s infinite}.slide:nth-child(1){opacity:1}.slide:nth-child(2){animation-delay:5s}.slide:nth-child(3){animation-delay:10s}@keyframes fade{0%,30%{opacity:1}36%,94%{opacity:0}100%{opacity:1}}.hero-overlay{background:linear-gradient(90deg,rgba(0,0,0,.65),rgba(0,0,0,.25))}.hero-content{position:relative;z-index:2;padding:24px}.eyebrow{display:inline-block;font-size:13px;letter-spacing:2px;font-weight:800;margin-bottom:14px;color:#e7c49c}.eyebrow.brown{color:var(--brown)}.hero h1{font-size:clamp(48px,8vw,92px);line-height:.95;margin:0 0 24px;font-weight:900;letter-spacing:-2px}.hero p{font-size:clamp(17px,2.2vw,24px);margin:0 0 26px}.btn{display:inline-block;border-radius:4px;padding:13px 28px;font-weight:800;transition:.2s}.btn.primary{background:var(--brown);color:#fff}.btn.ghost{border:1px solid #fff;color:#fff}.btn:hover{transform:translateY(-2px)}.section{max-width:1220px;margin:auto;padding:90px 24px}.section.gray{max-width:none;background:var(--gray);padding-left:max(24px,calc((100% - 1220px)/2 + 24px));padding-right:max(24px,calc((100% - 1220px)/2 + 24px))}.section-title{text-align:center;margin-bottom:42px}.section-title h2,.section h2{font-size:clamp(30px,4vw,48px);margin:0 0 18px;color:var(--dark)}.about-split{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}.text p{font-size:18px;color:#4b5563}.photo-card{border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.15)}.photo-card img{width:100%;height:440px;object-fit:cover}.cards{display:grid;gap:24px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:30px;box-shadow:0 10px 28px rgba(0,0,0,.04)}.card b{color:var(--brown);font-size:14px}.card h3{font-size:22px;color:var(--dark);margin:12px 0}.image-card{position:relative;min-height:260px;overflow:hidden;border-radius:14px;color:white;font-size:22px;font-weight:800;display:flex;align-items:flex-end;padding:24px;background:#111}.image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72;transition:.4s}.image-card:hover img{transform:scale(1.06)}.image-card span{position:relative}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 14px 38px rgba(0,0,0,.08)}.product img{height:230px;width:100%;object-fit:cover}.product h3{padding:22px 22px 0;margin:0;color:var(--dark)}.product p{padding:0 22px 24px;color:#4b5563}.global-band{min-height:560px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center;color:white}.global-band:before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.55)}.global-content{position:relative;max-width:760px;margin-left:max(24px,calc((100% - 1220px)/2 + 24px));padding:80px 24px}.global-content h2{font-size:clamp(34px,5vw,58px);margin:0 0 20px}.global-content p{font-size:20px}.cta{text-align:center;background:var(--dark);color:#fff;padding:70px 24px}.sub-hero{height:320px;background:linear-gradient(rgba(31,41,55,.75),rgba(31,41,55,.75)),url('../images/hero/hero_1.jpg') center/cover;color:white;display:grid;place-items:center;text-align:center}.sub-hero h1{font-size:52px;margin:0}.sub-hero p{letter-spacing:3px;font-weight:800;color:#e7c49c}.wood-list{display:flex;flex-wrap:wrap;gap:12px}.wood-list span{background:white;border:1px solid #ddd;border-radius:999px;padding:12px 18px;font-weight:800}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery-item{border-radius:12px;overflow:hidden;background:#eee}.gallery-item img{width:100%;height:210px;object-fit:cover;transition:.3s}.gallery-item:hover img{transform:scale(1.05)}.contact-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:46px}.contact-info ul{list-style:none;padding:0}.contact-info li{padding:11px 0;border-bottom:1px solid #ddd}.contact-form{display:grid;gap:14px}.contact-form label{font-weight:800}.contact-form input,.contact-form textarea{width:100%;padding:14px;border:1px solid #ddd;border-radius:8px;margin-top:6px;font-size:16px}.contact-form textarea{height:170px}.map-box{height:280px;background:#e5e7eb;border-radius:14px;display:grid;place-items:center;text-align:center;color:#6b7280}.footer{background:#111827;color:#d1d5db}.footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding:54px 24px}.footer-logo{width:260px;filter:brightness(0) invert(1)}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;color:#9ca3af}.reveal{opacity:0;transform:translateY(20px);transition:.7s}.reveal.on{opacity:1;transform:none}@media(max-width:980px){.nav{position:fixed;top:78px;left:0;right:0;background:white;display:none;flex-direction:column;padding:24px;border-bottom:1px solid #ddd}.nav.open{display:flex}.menu-btn{display:block}.about-split,.contact-wrap,.footer-grid{grid-template-columns:1fr}.cards.four,.cards.three,.product-grid,.gallery{grid-template-columns:repeat(2,1fr)}.brand img{width:220px}}@media(max-width:620px){.site-header .inner{height:66px}.nav{top:66px}.hero{height:calc(100vh - 66px);min-height:560px}.section{padding:64px 18px}.cards.four,.cards.three,.product-grid,.gallery{grid-template-columns:1fr}.photo-card img{height:300px}.hero h1{font-size:44px}.sub-hero h1{font-size:38px}.brand img{width:190px}.nav .tel{width:100%;text-align:center}.footer-grid{padding:42px 18px}}
