:root{--forest:#725744;--forest-dark:#4e382a;--forest-light:#92745e;--wood:#b68763;--wood-light:#e4cbb4;--cream:#f7f1e8;--surface:#fffdf9;--surface-alt:#ede0d1;--dark:#3b2f2a;--gray:#786b62;--border:#e8dbcd;--shadow:0 10px 30px rgba(0,0,0,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Noto Sans KR',sans-serif;background:var(--cream);color:var(--dark)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.aska-container{width:min(1200px,calc(100% - 64px));margin:auto}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:rgba(255,253,249,.95);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-inner{height:80px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;gap:12px;margin-right:auto}.brand-mark{width:36px;height:36px;border-radius:8px;display:grid;place-items:center;background:var(--forest);color:#fff;font-weight:700}.brand strong,.brand small{display:block}.brand strong{font-size:14px;letter-spacing:.14em}.brand small{font-size:11px;color:var(--gray)}.custom-logo{max-height:54px;width:auto}.menu{display:flex;list-style:none;padding:0;margin:0;gap:24px}.menu a{font-size:14px;font-weight:500}.menu a:hover{color:var(--forest)}.button{min-height:54px;padding:0 30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;font-weight:600;transition:.25s}.button-primary{background:var(--forest);color:#fff}.button-primary:hover{background:var(--forest-dark);transform:translateY(-1px)}.button-secondary{background:#fff;color:var(--forest);border-color:var(--forest)}.button-outline-light{color:#fff;border-color:rgba(255,255,255,.7)}.header-cta{min-height:44px;padding:0 22px}.menu-toggle{display:none;background:none;border:0;font-size:24px}.mobile-menu{display:none;background:var(--surface);border-top:1px solid var(--border);padding:18px 32px}.mobile-menu ul{list-style:none;padding:0}.mobile-menu li{padding:8px 0}.hero{min-height:100vh;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(59,47,42,.82),rgba(114,87,68,.6) 50%,rgba(182,135,99,.12))}.hero-content{position:relative;z-index:1;padding-top:110px;color:#fff}.hero h1{font-size:clamp(44px,6vw,76px);line-height:1.13;letter-spacing:-.04em;margin:0 0 24px;max-width:800px}.hero h1 span{display:block;color:var(--wood)}.hero-desc{max-width:620px;font-size:18px;line-height:1.8;color:rgba(255,255,255,.8)}.eyebrow{color:var(--wood);font-size:12px;font-weight:600;letter-spacing:.2em}.eyebrow.light{color:rgba(255,255,255,.78)}.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:38px}.stats{background:var(--surface);border-block:1px solid var(--border);padding:38px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stats-grid div{display:grid;gap:5px}.stats strong{font-size:30px;color:var(--forest)}.stats span{font-size:11px;font-weight:700;letter-spacing:.12em}.stats small{color:var(--gray)}.section{padding:96px 0}.white{background:#fff}.cream{background:var(--cream)}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.image-badge-wrap{position:relative}.image-badge-wrap>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px}.image-badge{position:absolute;right:30px;bottom:-24px;background:var(--forest);color:#fff;border-radius:16px;padding:22px 28px;box-shadow:var(--shadow)}.image-badge strong,.image-badge span{display:block}.image-badge strong{font-size:30px}.section-title{margin-bottom:42px}.section-title.center{text-align:center;max-width:760px;margin-inline:auto}.section-title h2{font-size:clamp(30px,4vw,44px);line-height:1.25;letter-spacing:-.035em;margin:10px 0 16px}.section-title>p:last-child{font-size:17px;line-height:1.8;color:var(--gray)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card,.project-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.06)}.product-card img{aspect-ratio:4/3;object-fit:cover}.product-card>div{padding:22px}.product-card h3,.product-card p{margin:0}.product-card p{margin-top:6px;color:var(--gray);font-size:14px}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.project-image{position:relative;overflow:hidden}.project-image img{width:100%;aspect-ratio:3/4;object-fit:cover;transition:.5s}.project-card:hover img{transform:scale(1.045)}.project-image span{position:absolute;top:14px;left:14px;background:rgba(114,87,68,.9);color:#fff;border-radius:99px;padding:6px 11px;font-size:12px}.project-info{padding:18px}.project-info h3,.project-info p{margin:0}.project-info p{color:var(--gray);font-size:13px;margin-top:5px}.center{text-align:center;margin-top:38px}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.process-step{text-align:center;position:relative}.process-icon{width:80px;height:80px;border:2px solid var(--wood-light);background:var(--cream);color:var(--forest);border-radius:50%;display:grid;place-items:center;margin:0 auto 16px;font-weight:700}.contact-section{background:var(--surface-alt)}.contact-grid{display:grid;grid-template-columns:.86fr 1.14fr;gap:55px}.contact-list{display:grid;gap:12px}.contact-list>div{display:flex;justify-content:space-between;background:#fff;border:1px solid var(--border);border-radius:14px;padding:18px}.contact-list span{color:var(--gray);font-size:14px}.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:30px;box-shadow:var(--shadow);display:grid;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:9px;padding:15px 16px;font:inherit}.contact-form textarea{min-height:150px;resize:vertical}.consent{font-size:13px;color:var(--gray)}.full{width:100%}.notice-success{background:#edf7ed;color:#28642b;padding:12px;border-radius:8px}.site-footer{background:var(--forest-dark);color:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:50px;padding:60px 0}.footer-brand{font-weight:700;letter-spacing:.14em;margin-bottom:16px}.site-footer p,.site-footer li{color:rgba(255,255,255,.62);font-size:14px;line-height:1.8}.site-footer h3{color:var(--wood);font-size:13px}.site-footer ul{list-style:none;padding:0}.copyright{border-top:1px solid rgba(255,255,255,.1);padding:18px 0;color:rgba(255,255,255,.4);font-size:12px}.page-hero{padding:150px 0 70px;background:linear-gradient(135deg,var(--cream),#fff);text-align:center}.page-hero h1{font-size:42px;margin:0 0 10px}.page-hero p{color:var(--gray)}.archive-grid{grid-template-columns:repeat(3,1fr)}.detail-hero img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;margin-bottom:40px}.detail-grid{display:grid;grid-template-columns:1fr 320px;gap:50px}.project-specs{background:var(--cream);padding:26px;border-radius:16px;height:max-content}.project-specs div{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--border)}.project-specs span{color:var(--gray)}.entry-content{font-size:17px;line-height:1.9}.narrow{max-width:850px}.pagination{margin-top:40px}.pagination .page-numbers{padding:8px 12px;border:1px solid var(--border);margin-right:5px}
@media(max-width:980px){.desktop-nav,.header-cta{display:none}.menu-toggle{display:block}.mobile-menu.is-open{display:block}.split,.contact-grid,.detail-grid{grid-template-columns:1fr}.project-grid{grid-template-columns:repeat(2,1fr)}.process-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:800px}}
@media(max-width:680px){.aska-container{width:min(100% - 40px,1200px)}.hero{min-height:auto;padding:120px 0 90px}.hero h1{font-size:42px}.hero-desc{font-size:16px}.button-row .button{width:100%}.stats-grid{grid-template-columns:1fr 1fr}.section{padding:72px 0}.product-grid,.project-grid,.archive-grid,.process-grid,.footer-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.image-badge{position:relative;right:auto;bottom:auto;margin:-20px 18px 0}.contact-list>div{display:grid;gap:6px}.page-hero{padding-top:130px}.page-hero h1{font-size:34px}}
.project-image img{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center}

/* Glass navigation: lets the page remain visible beneath the fixed header. */
.site-header{
  background:rgba(255,253,249,.72);
  border-bottom-color:rgba(232,219,205,.68);
  -webkit-backdrop-filter:blur(18px) saturate(145%);
  backdrop-filter:blur(18px) saturate(145%);
  box-shadow:0 6px 24px rgba(59,47,42,.07);
}
.mobile-menu{
  background:rgba(255,253,249,.9);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
  backdrop-filter:blur(18px) saturate(140%);
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .site-header{background:rgba(255,253,249,.88)}
}


/* Full-width image hero for the pre-cut system page. */
.precut-banner{position:relative;display:flex;min-height:510px;align-items:flex-end;background-image:linear-gradient(90deg,rgba(48,31,22,.8),rgba(48,31,22,.48)),var(--precut-banner-image);background-position:center 56%;background-size:cover;color:#fff}
.precut-banner-inner{padding-bottom:92px}
.precut-banner .precut-kicker{color:#e6d4c4}
.precut-banner h1{margin:0 0 20px;color:#fff;font-size:56px;line-height:1.15;letter-spacing:-.04em}
.precut-banner-inner>p:last-child{margin:0;color:rgba(255,255,255,.86);font-size:19px;line-height:1.8}
.precut-copy h2{margin:0 0 28px;font-size:clamp(42px,5vw,64px);line-height:1.18;letter-spacing:-.035em}
.precut-hero{padding:110px 0 88px}
@media(max-width:980px){.precut-banner{min-height:460px}}
@media(max-width:680px){.precut-banner{min-height:420px}.precut-banner-inner{padding-bottom:64px}.precut-banner h1{font-size:42px}.precut-banner-inner>p:last-child{font-size:16px}.precut-banner-inner br{display:none}.precut-copy h2{font-size:38px}.precut-hero{padding:78px 0}}
/* home-process-timeline */
#process{overflow:hidden;padding:110px 0 104px}
#process .section-title{margin-bottom:68px}
#process .section-title h2{margin-bottom:0}
#process .section-title h2::after{content:"";display:block;width:58px;height:2px;margin:22px auto 0;background:var(--wood)}
#process .process-grid{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0 8px}
#process .process-grid::before{content:"";position:absolute;z-index:0;top:49px;left:8%;right:8%;height:1px;background:#dfc4a9}
#process .process-step{position:relative;z-index:1;display:flex;align-items:center;flex-direction:column;text-align:center}
#process .process-step:not(:last-child)::after{content:"→";position:absolute;top:36px;right:-7px;color:#b68763;font-size:20px;line-height:1}
#process .process-icon{order:1;width:100px;height:100px;margin:0 auto 15px;border:2px solid #e4c5a8;border-radius:50%;background-color:#faf5ed;background-position:center;background-repeat:no-repeat;background-size:34px 34px;color:transparent;display:grid;place-items:center;font-size:0}
#process .process-step:nth-child(1) .process-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23765946' stroke-width='1.5' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='8.5'/%3E%3Cpath d='M12 7.5v9M7.5 12h9'/%3E%3C/svg%3E")}
#process .process-step:nth-child(2) .process-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23765946' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4.5' y='5.5' width='15' height='13' rx='1.5'/%3E%3Cpath d='M4.5 9.5h15M9.5 9.5v9'/%3E%3C/svg%3E")}
#process .process-step:nth-child(3) .process-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23765946' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 18.5 8 10l4 3 3.5-7'/%3E%3Ccircle cx='17.5' cy='5.5' r='2'/%3E%3Cpath d='m16 7 1.5 1.5'/%3E%3C/svg%3E")}
#process .process-step:nth-child(4) .process-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23765946' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4.5 11 7.5-5.5 7.5 5.5v8H4.5z'/%3E%3Cpath d='M9 19v-5h6v5'/%3E%3C/svg%3E")}
#process .process-step:nth-child(5) .process-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23765946' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18.5 9A7 7 0 1 0 19 14'/%3E%3Cpath d='m14.5 8.5 2.5 2.5 4-4M18 4.5h2.5V7'/%3E%3C/svg%3E")}
#process .process-icon:has(svg){background-image:none!important}
#process .process-icon svg{width:34px;height:34px;fill:none;stroke:#765946;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
#process .process-number,#process .process-step:not(:has(.process-number))::before{order:2;margin-bottom:11px;color:#bd7f4e;font-size:14px;font-weight:700;letter-spacing:.1em}
#process .process-step:nth-child(1):not(:has(.process-number))::before{content:"01"}
#process .process-step:nth-child(2):not(:has(.process-number))::before{content:"02"}
#process .process-step:nth-child(3):not(:has(.process-number))::before{content:"03"}
#process .process-step:nth-child(4):not(:has(.process-number))::before{content:"04"}
#process .process-step:nth-child(5):not(:has(.process-number))::before{content:"05"}
#process .process-step strong{order:3;color:var(--dark);font-size:17px;line-height:1.45;word-break:keep-all}
@media(max-width:680px){
  #process{padding:76px 0 72px}
  #process .section-title{margin-bottom:46px}
  #process .process-grid{grid-template-columns:1fr;gap:0;padding:0}
  #process .process-grid::before{top:42px;bottom:42px;left:43px;right:auto;width:1px;height:auto}
  #process .process-step{min-height:112px;display:grid;grid-template-columns:86px minmax(0,1fr);grid-template-rows:auto auto;column-gap:22px;align-content:start;align-items:center;text-align:left}
  #process .process-step:not(:last-child)::after{content:"↓";top:84px;right:auto;left:37px;padding:2px;background:#fff;font-size:16px}
  #process .process-icon{grid-row:1/3;width:86px;height:86px;margin:0;background-size:30px 30px}
  #process .process-icon svg{width:30px;height:30px}
  #process .process-number,#process .process-step:not(:has(.process-number))::before{grid-column:2;grid-row:1;margin:12px 0 5px}
  #process .process-step strong{grid-column:2;grid-row:2;font-size:17px}
}

