/* ============================================================
   고려종합목재 — 전면 리뉴얼 CSS
   컨셉: 프리미엄 B2B · 다크 네이비 + 우드골드 + 화이트
   ============================================================ */

:root {
  --navy:       #111d2e;
  --navy-mid:   #1a2d45;
  --navy-light: #243552;
  --gold:       #c9941f;
  --gold-lt:    #e8b84b;
  --gold-dk:    #a37515;
  --white:      #ffffff;
  --off:        #f8f6f2;
  --gray-1:     #f2f2f2;
  --gray-2:     #e0e0e0;
  --gray-4:     #999;
  --gray-6:     #555;
  --gray-8:     #222;
  --text:       #1a1a1a;
  --red:        #d63031;

  --sh-sm: 0 2px 12px rgba(0,0,0,.08);
  --sh-md: 0 8px 32px rgba(0,0,0,.12);
  --sh-lg: 0 20px 60px rgba(0,0,0,.18);
  --r:     8px;
  --r-lg:  16px;
  --tr:    .3s ease;

  --sans:  'Noto Sans KR', sans-serif;
  --serif: 'Noto Serif KR', serif;
}

/* ── Reset ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--sans);color:var(--text);background:var(--white);line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:var(--sans)}

.container{max-width:1200px;margin:0 auto;padding:0 28px}

/* ── Section공통 ── */
section{padding:100px 0}
.section-label{
  display:inline-block;font-size:.72rem;font-weight:700;
  letter-spacing:.2em;color:var(--gold);text-transform:uppercase;
  margin-bottom:12px;
}
.section-label.center{display:block;text-align:center}
.section-title{
  font-family:var(--serif);
  font-size:clamp(1.65rem,3vw,2.5rem);
  font-weight:700;line-height:1.25;color:var(--navy);
  margin-bottom:16px;
}
.section-title.center{text-align:center}
.section-title em{color:var(--gold);font-style:normal}
.section-subtitle{font-size:.97rem;color:var(--gray-6);margin-bottom:56px}
.section-subtitle.center{text-align:center}

/* ── Buttons ── */
.btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:13px 26px;border-radius:var(--r);
  font-size:.9rem;font-weight:700;transition:var(--tr);cursor:pointer;
  letter-spacing:.02em;
}
.btn-accent{background:var(--gold);color:var(--white)}
.btn-accent:hover{background:var(--gold-dk);transform:translateY(-2px);box-shadow:var(--sh-md)}
.btn-ghost{border:2px solid rgba(255,255,255,.5);color:var(--white)}
.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.8)}
.btn-navy{background:var(--navy);color:var(--white)}
.btn-navy:hover{background:var(--navy-mid)}
.btn-full{width:100%;justify-content:center;padding:16px;font-size:1rem}

/* ============================================================
   TOP BAR
   ============================================================ */
#top-bar{
  background:var(--navy);
  border-bottom:1px solid rgba(255,255,255,.07);
  font-size:.78rem;color:rgba(255,255,255,.6);
  position:relative;z-index:1001;
}
.top-bar-inner{
  max-width:1200px;margin:0 auto;padding:0 28px;
  height:40px;display:flex;align-items:center;justify-content:space-between;
}
.top-bar-left,.top-bar-right{display:flex;align-items:center;gap:20px}
.top-bar-left span,.top-bar-right a{
  display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.6);
}
.top-bar-left span i,.top-bar-right a i{color:var(--gold);font-size:.7rem}
.top-bar-right a:hover{color:var(--white)}

/* ============================================================
   HEADER
   ============================================================ */
#header{
  position:fixed;top:40px;left:0;right:0;z-index:1000;
  background:rgba(17,29,46,.0);
  transition:background .4s,box-shadow .4s,top .3s;
}
#header.scrolled{
  top:0;
  background:var(--navy);
  box-shadow:0 2px 24px rgba(0,0,0,.3);
}
.header-inner{
  max-width:1200px;margin:0 auto;padding:0 28px;
  height:68px;display:flex;align-items:center;gap:28px;
}
.logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}
.logo-text{
  display:flex;flex-direction:column;
  border-left:3px solid var(--gold);
  padding-left:13px;
  transition:border-color .2s;
}
.logo:hover .logo-text{border-color:var(--gold-lt)}
.logo-main{
  display:block;font-family:var(--serif);font-size:1.2rem;
  font-weight:700;color:var(--white);line-height:1.2;
  letter-spacing:.01em;
}
.logo-sub{display:block;font-size:.58rem;color:rgba(255,255,255,.48);letter-spacing:.08em;margin-top:2px;text-transform:uppercase}

#gnb{flex:1}
#gnb ul{display:flex;gap:2px}
#gnb ul li a{
  display:block;padding:9px 14px;color:rgba(255,255,255,.8);
  font-size:.87rem;font-weight:500;border-radius:6px;transition:var(--tr);
}
#gnb ul li a:hover{color:var(--white);background:rgba(255,255,255,.1)}

.header-cta{
  flex-shrink:0;background:var(--gold);color:var(--white);
  padding:9px 20px;border-radius:50px;
  font-size:.83rem;font-weight:700;
  display:flex;align-items:center;gap:7px;transition:var(--tr);
}
.header-cta:hover{background:var(--gold-dk)}

.hamburger{display:none;flex-direction:column;gap:5px;padding:4px;margin-left:auto}
.hamburger span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:var(--tr)}

/* Mobile Nav */
.mobile-nav{
  position:fixed;top:0;right:-300px;width:300px;height:100vh;
  background:var(--navy);z-index:1100;
  transition:right .35s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
}
.mobile-nav.open{right:0}
.mobile-nav-header{
  padding:24px 24px 16px;
  font-family:var(--serif);font-size:1.1rem;font-weight:700;
  color:var(--white);border-bottom:1px solid rgba(255,255,255,.1);
}
.mobile-nav ul{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:2px}
.mobile-nav ul li a{
  display:block;padding:13px 16px;color:rgba(255,255,255,.8);
  font-size:.95rem;border-radius:8px;transition:var(--tr);
}
.mobile-nav ul li a:hover{background:rgba(255,255,255,.1);color:var(--white)}
.mobile-nav-footer{
  padding:20px 24px;border-top:1px solid rgba(255,255,255,.1);
  display:flex;flex-direction:column;gap:10px;
}
.mobile-nav-footer a{
  color:rgba(255,255,255,.7);font-size:.88rem;
  display:flex;align-items:center;gap:8px;
}
.mobile-nav-footer a i{color:var(--gold)}
.mobile-overlay{
  position:fixed;inset:0;background:rgba(0,0,0,.55);
  z-index:1050;opacity:0;pointer-events:none;transition:opacity .35s;
}
.mobile-overlay.show{opacity:1;pointer-events:all}

/* ============================================================
   HERO
   ============================================================ */
#hero{
  position:relative;height:100vh;min-height:680px;
  display:flex;flex-direction:column;justify-content:center;
  overflow:hidden;padding:0;padding-top:108px;
}
.hero-bg-slider{position:absolute;inset:0}
.hero-slide{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  opacity:0;transition:opacity 1.4s ease;
}
.hero-slide.active{opacity:1}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    135deg,
    rgba(10,20,36,.82) 0%,
    rgba(10,20,36,.60) 50%,
    rgba(10,20,36,.40) 100%
  );
}

.hero-content{
  position:relative;z-index:2;
  max-width:1200px;margin:0 auto;padding:0 28px;
  flex:1;display:flex;flex-direction:column;justify-content:center;
}
.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}
.hero-tag{
  display:inline-flex;align-items:center;gap:7px;
  padding:7px 16px;border-radius:50px;
  background:rgba(201,148,31,.15);
  border:1px solid rgba(201,148,31,.4);
  color:var(--gold-lt);font-size:.78rem;font-weight:600;letter-spacing:.04em;
}
.hero-tag i{font-size:.75rem}
.hero-title{
  font-family:var(--serif);
  font-size:clamp(2rem,4.8vw,3.8rem);
  font-weight:900;color:var(--white);
  line-height:1.15;margin-bottom:20px;
  letter-spacing:-.02em;
  white-space:nowrap;
}

/* 품목 태그 한 줄 */
.hero-sub-items{
  display:flex;align-items:center;gap:8px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.hero-sub-items span{
  font-size:.82rem;font-weight:600;
  color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  padding:4px 12px;border-radius:50px;
  letter-spacing:.03em;
}
.hero-desc{
  font-size:clamp(.95rem,1.5vw,1.15rem);
  color:rgba(255,255,255,.75);line-height:1.8;
  margin-bottom:36px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

/* Hero Trust Bar */
.hero-trust-bar{
  position:relative;z-index:2;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(10px);
  border-top:1px solid rgba(255,255,255,.1);
}
.trust-bar-inner{
  max-width:1200px;margin:0 auto;padding:0 28px;
  display:flex;align-items:stretch;
}
.trust-item{
  flex:1;padding:20px 16px;text-align:center;
}
.trust-item strong{
  display:block;font-family:var(--serif);
  font-size:1.05rem;font-weight:700;color:var(--gold-lt);
  margin-bottom:4px;white-space:nowrap;
}
.trust-item span{font-size:.7rem;color:rgba(255,255,255,.6);letter-spacing:.02em;white-space:nowrap}
.trust-divider{width:1px;background:rgba(255,255,255,.1);flex-shrink:0;margin:12px 0}

/* ============================================================
   HERITAGE
   ============================================================ */
#heritage{background:var(--off);padding:110px 0}
.heritage-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}
.heritage-desc{
  font-size:.97rem;color:var(--gray-6);line-height:1.9;margin-bottom:16px;
}
.heritage-desc strong{color:var(--navy)}

/* Heritage Trust Points */
.heritage-trust-points{
  margin-top:32px;display:flex;flex-direction:column;gap:0;
}
.htp-item{
  display:flex;align-items:flex-start;gap:16px;
  padding:18px 0;
  border-bottom:1px solid var(--gray-2);
}
.htp-item:last-child{border-bottom:none}
.htp-icon{
  flex-shrink:0;width:40px;height:40px;
  background:rgba(201,148,31,.12);border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);font-size:.95rem;
}
.htp-item strong{
  display:block;font-size:.9rem;font-weight:700;
  color:var(--navy);margin-bottom:3px;
}
.htp-item p{font-size:.84rem;color:var(--gray-6);line-height:1.6;margin:0}

/* Heritage Images */
.heritage-imgs{}
.heritage-img-main{
  position:relative;border-radius:var(--r-lg);overflow:hidden;
  box-shadow:var(--sh-lg);margin-bottom:10px;
}
.heritage-img-main img{width:100%;height:320px;object-fit:cover;object-position:center top}
.heritage-img-badge{
  position:absolute;bottom:0;left:0;right:0;
  background:linear-gradient(transparent,rgba(10,20,36,.85));
  padding:32px 20px 16px;
  display:flex;align-items:center;gap:10px;
  color:rgba(255,255,255,.9);font-size:.85rem;
}
.heritage-img-badge i{color:var(--gold-lt);font-size:1rem}
.heritage-img-sub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.heritage-img-sub-grid img{
  width:100%;height:120px;object-fit:cover;
  border-radius:var(--r);transition:transform .4s;
}
.heritage-img-sub-grid img:hover{transform:scale(1.04)}

/* ============================================================
   TRUST SECTION
   ============================================================ */
#trust{background:var(--navy);padding:80px 0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px}
.trust-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
  padding:36px 28px;transition:var(--tr);
  position:relative;overflow:hidden;
}
.trust-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:transparent;transition:background .3s;
}
.trust-card:hover::before{background:var(--gold)}
.trust-card:hover{background:rgba(255,255,255,.07)}
.trust-card.highlight{background:rgba(201,148,31,.1);border-color:rgba(201,148,31,.3)}
.trust-card.highlight::before{background:var(--gold)}
.trust-card-icon{
  width:52px;height:52px;background:rgba(201,148,31,.15);
  border-radius:12px;display:flex;align-items:center;justify-content:center;
  color:var(--gold-lt);font-size:1.3rem;margin-bottom:20px;
}
.trust-card h3{
  font-family:var(--serif);font-size:1.5rem;font-weight:700;
  color:var(--white);margin-bottom:4px;
}
.trust-card-label{
  font-size:.75rem;font-weight:700;color:var(--gold-lt);
  letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px;display:block;
}
.trust-card-desc{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.75}

/* ============================================================
   WHAT WE DO
   ============================================================ */
#what-we-do{background:var(--white)}
.wwd-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}

.wwd-card{
  background:var(--white);border-radius:var(--r-lg);
  border:1px solid var(--gray-2);
  overflow:hidden;transition:var(--tr);
  display:flex;flex-direction:column;
}
.wwd-card:hover{transform:translateY(-5px);box-shadow:var(--sh-lg);border-color:rgba(201,148,31,.35)}

/* 썸네일 이미지 영역 */
.wwd-thumb{
  position:relative;
  height:180px;overflow:hidden;flex-shrink:0;
}
.wwd-thumb img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease;
  display:block;
}
.wwd-card:hover .wwd-thumb img{transform:scale(1.06)}

/* 번호 배지 */
.wwd-num-badge{
  position:absolute;top:12px;left:12px;
  background:var(--navy);color:var(--gold-lt);
  font-family:var(--serif);font-size:.8rem;font-weight:700;
  width:32px;height:32px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  letter-spacing:0;
}

/* 텍스트 본문 영역 */
.wwd-body{
  padding:22px 24px 26px;
  display:flex;flex-direction:column;flex:1;
}
.wwd-card h3{
  font-family:var(--serif);font-size:1.05rem;font-weight:700;
  color:var(--navy);margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid var(--gray-2);
}
.wwd-card p{
  font-size:.86rem;color:var(--gray-6);line-height:1.8;
  margin-bottom:14px;
}
.wwd-card ul{display:flex;flex-direction:column;gap:5px;margin-top:auto}
.wwd-card ul li{
  font-size:.81rem;color:var(--gray-8);padding-left:13px;position:relative;line-height:1.5;
}
.wwd-card ul li::before{
  content:'–';position:absolute;left:0;color:var(--gold);font-weight:700;
}

/* ============================================================
   PRODUCTS
   ============================================================ */
#products{background:var(--off)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}
.product-card{
  background:var(--white);border-radius:var(--r-lg);
  overflow:hidden;border:1px solid var(--gray-2);
  box-shadow:var(--sh-sm);transition:var(--tr);
  display:flex;flex-direction:column;
}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--sh-lg);border-color:rgba(201,148,31,.3)}
.product-card.featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}
.product-card.featured .product-img-wrap{height:auto}
.product-img-wrap{position:relative;height:210px;overflow:hidden}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-card:hover .product-img-wrap img{transform:scale(1.06)}
.product-badge{
  position:absolute;top:12px;left:12px;
  background:var(--gold);color:var(--white);
  padding:5px 12px;border-radius:50px;
  font-size:.7rem;font-weight:700;letter-spacing:.06em;
}
.badge-blue{background:#1d4ed8}
.badge-green{background:#15803d}
.badge-orange{background:#c2410c}
.badge-gray{background:#4b5563}
.badge-wood{background:#854d0e}

/* 영림몰딩 등 서브 품목 카드 — 덜 강조 */
.product-card-sub{
  opacity:.82;
  border-color:var(--gray-2);
}
.product-card-sub .product-img-wrap img{filter:saturate(.85)}
.product-card-sub:hover{opacity:1}
.product-card-sub:hover .product-img-wrap img{filter:saturate(1)}
.badge-blue{background:#2563eb}
.badge-green{background:#16a34a}
.badge-orange{background:#ea580c}
.badge-gray{background:#6b7280}
.badge-wood{background:#92400e}

/* Use Case Bar */
.use-case-bar{
  background:linear-gradient(135deg,rgba(201,148,31,.08),rgba(201,148,31,.03));
  border:1px solid rgba(201,148,31,.2);
  border-radius:var(--r);
  padding:10px 14px;
  margin-bottom:2px;
}
.uc-label{
  display:flex;align-items:center;gap:5px;
  font-size:.68rem;font-weight:700;color:var(--gold-dk);
  letter-spacing:.06em;text-transform:uppercase;
  margin-bottom:7px;
}
.uc-label i{font-size:.65rem}
.uc-tags{
  display:flex;flex-wrap:wrap;gap:5px;
}
.uc-tag{
  background:var(--gold);color:var(--white);
  padding:3px 9px;border-radius:50px;
  font-size:.68rem;font-weight:600;
  white-space:nowrap;
}
.product-info{padding:22px;flex:1;display:flex;flex-direction:column;gap:10px}
.product-header h3{
  font-family:var(--serif);font-size:1.05rem;font-weight:700;color:var(--navy);
}
.product-sub{font-size:.72rem;color:var(--gold);font-weight:600;letter-spacing:.04em}
.product-info p{font-size:.85rem;color:var(--gray-6);line-height:1.7;flex:1}
.product-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}
.product-tags li{
  background:var(--gray-1);color:var(--gray-6);
  padding:4px 10px;border-radius:50px;font-size:.72rem;font-weight:500;
}

.products-more{
  background:var(--navy);border-radius:var(--r-lg);
  padding:32px 40px;
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  flex-wrap:wrap;
}
.products-more p{color:rgba(255,255,255,.8);font-size:.95rem;line-height:1.7}
.products-more p i{color:var(--gold-lt);margin-right:6px}
.products-more strong{color:var(--white)}

/* ============================================================
   GALLERY
   ============================================================ */
#gallery{background:var(--navy);padding:100px 0}
#gallery .section-label{color:var(--gold-lt)}
#gallery .section-title{color:var(--white)}
#gallery .section-subtitle{color:rgba(255,255,255,.55)}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}
.gallery-item{
  position:relative;overflow:hidden;
  border-radius:var(--r);aspect-ratio:1;cursor:pointer;
}
.gallery-item:nth-child(1){grid-column:span 2;grid-row:span 2;aspect-ratio:auto;height:380px}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-overlay{
  position:absolute;inset:0;
  background:linear-gradient(transparent 40%,rgba(10,20,36,.8));
  display:flex;align-items:flex-end;padding:14px;
  opacity:0;transition:var(--tr);
}
.gallery-item:hover .gallery-overlay{opacity:1}
.gallery-overlay span{color:var(--white);font-size:.82rem;font-weight:600}

/* Lightbox */
.lightbox{
  position:fixed;inset:0;z-index:2000;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
  opacity:0;pointer-events:none;transition:opacity .3s;
}
.lightbox.open{opacity:1;pointer-events:all}
.lightbox-bg{
  position:fixed;inset:0;background:rgba(0,0,0,.94);
  z-index:1990;opacity:0;pointer-events:none;transition:opacity .3s;
}
.lightbox-bg.open{opacity:1;pointer-events:all}
#lbImg{
  position:relative;z-index:2001;
  max-width:90vw;max-height:80vh;object-fit:contain;
  border-radius:var(--r);
}
#lbLabel{
  position:relative;z-index:2001;
  color:rgba(255,255,255,.7);font-size:.85rem;
}
.lb-close,.lb-prev,.lb-next{
  position:fixed;z-index:2002;
  background:rgba(255,255,255,.12);color:var(--white);
  border-radius:50%;width:50px;height:50px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;transition:background .2s;
}
.lb-close{top:20px;right:20px}
.lb-prev{left:16px;top:50%;transform:translateY(-50%)}
.lb-next{right:16px;top:50%;transform:translateY(-50%)}
.lb-close:hover,.lb-prev:hover,.lb-next:hover{background:rgba(255,255,255,.25)}

/* CTA 섹션 제거됨 */

/* ============================================================
   CONTACT
   ============================================================ */
#contact{background:var(--white)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.map-wrap{
  height:500px;border-radius:var(--r-lg);
  overflow:hidden;box-shadow:var(--sh-md);
}
.contact-company-head{
  display:flex;align-items:flex-start;gap:16px;
  padding-bottom:24px;margin-bottom:24px;
  border-bottom:2px solid var(--gray-2);
}
.contact-company-head h3{
  font-family:var(--serif);font-size:1.5rem;font-weight:700;color:var(--navy);
  margin-bottom:4px;
}
.contact-company-head p{font-size:.85rem;color:var(--gold);font-weight:600}
.contact-list{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}
.contact-list li{display:flex;gap:14px;align-items:flex-start}
.ci-icon{
  flex-shrink:0;width:38px;height:38px;
  background:var(--off);border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  color:var(--gold);font-size:.95rem;
}
.contact-list li > div strong{
  display:block;font-size:.72rem;font-weight:700;
  color:var(--gray-4);letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;
}
.contact-list li > div p{font-size:.93rem;color:var(--gray-8);line-height:1.6}
.contact-list li > div a{color:var(--navy);font-weight:600}
.contact-list li > div a:hover{color:var(--gold)}
.contact-list li > div em{color:var(--gray-4);font-size:.85rem;font-style:normal}
.map-btns{display:flex;gap:10px;flex-wrap:wrap}
.map-btn{
  display:inline-flex;align-items:center;gap:7px;
  padding:10px 18px;border-radius:var(--r);
  font-size:.83rem;font-weight:700;transition:var(--tr);
}
.map-btn.naver{background:#03c75a;color:#fff}
.map-btn.naver:hover{background:#02a84b}
.map-btn.kakao{background:#fee500;color:#3c1e1e}
.map-btn.kakao:hover{background:#f5d800}

/* ============================================================
   INQUIRY
   ============================================================ */
#inquiry{background:var(--off)}
.inquiry-wrap{display:grid;grid-template-columns:1fr 1.5fr;gap:72px;align-items:start}
.inquiry-left .section-title{margin-bottom:12px}
.inquiry-left > p{font-size:.95rem;color:var(--gray-6);line-height:1.8;margin-bottom:24px}
.inq-intro-main{
  font-size:1.05rem;font-weight:700;color:var(--navy);
  margin-bottom:6px !important;
}
.inq-intro-sub{
  font-size:.88rem;color:var(--gray-6);line-height:1.75;
  margin-bottom:20px !important;
}
.inquiry-checks{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.inquiry-checks li{
  display:flex;align-items:center;gap:9px;
  font-size:.88rem;color:var(--gray-8);
}
.inquiry-checks li i{color:var(--gold);font-size:.9rem}

/* ── 전화번호 카드 ── */
/* ── 전화 버튼 카드 ── */
.inq-tel-box{
  display:flex;flex-direction:column;gap:10px;
}
.inq-call-btn{
  display:flex;align-items:center;gap:16px;
  border-radius:var(--r-lg);padding:18px 22px;
  text-decoration:none;transition:transform .18s,box-shadow .18s;
}
.inq-call-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.18)}
.inq-call-btn.primary{
  background:var(--gold);
}
.inq-call-btn.secondary{
  background:var(--navy);
}
.inq-call-icon{
  width:48px;height:48px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.15rem;flex-shrink:0;
}
.inq-call-btn.primary .inq-call-icon{
  background:rgba(0,0,0,.12);color:#fff;
}
.inq-call-btn.secondary .inq-call-icon{
  background:rgba(255,255,255,.12);color:var(--gold);
}
.inq-call-body{display:flex;flex-direction:column;gap:2px}
.inq-call-body small{
  font-size:.72rem;font-weight:600;letter-spacing:.06em;
  text-transform:uppercase;
}
.inq-call-btn.primary .inq-call-body small{color:rgba(0,0,0,.5)}
.inq-call-btn.secondary .inq-call-body small{color:rgba(255,255,255,.55)}
.inq-call-body strong{
  font-size:1.25rem;font-weight:800;letter-spacing:.02em;
  line-height:1;
}
.inq-call-btn.primary .inq-call-body strong{color:#fff}
.inq-call-btn.secondary .inq-call-body strong{color:#fff}
.inq-tel-hours{
  font-size:.78rem;color:var(--gray-4);
  margin-top:4px !important;
  display:flex;align-items:center;gap:6px;
}
.inq-tel-hours i{color:var(--gold);font-size:.8rem}

.inquiry-form{
  background:var(--white);border-radius:var(--r-lg);
  padding:44px;box-shadow:var(--sh-lg);
  border:1px solid var(--gray-2);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{margin-bottom:18px}
.form-group label{
  display:block;font-size:.8rem;font-weight:700;
  color:var(--gray-8);margin-bottom:7px;letter-spacing:.02em;
}
.req{color:var(--red)}
.form-group input,
.form-group select,
.form-group textarea{
  width:100%;padding:12px 15px;
  border:1.5px solid var(--gray-2);
  border-radius:var(--r);
  font-size:.9rem;font-family:var(--sans);
  color:var(--text);background:var(--white);
  outline:none;transition:border-color .2s,box-shadow .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border-color:var(--gold);
  box-shadow:0 0 0 3px rgba(201,148,31,.12);
}
.form-group textarea{resize:vertical;min-height:120px}
.form-notice{font-size:.76rem;color:var(--gray-4);margin-top:12px;line-height:1.6}

/* ============================================================
   FOOTER
   ============================================================ */
#footer{background:var(--navy);color:rgba(255,255,255,.6);padding:64px 0 0}
.footer-top{
  display:grid;grid-template-columns:1.8fr 1fr 1.5fr;gap:56px;
  padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-logo-row{
  display:flex;align-items:center;gap:10px;margin-bottom:12px;
}
.footer-yl-logo{
  height:24px;width:auto;object-fit:contain;
  filter:brightness(0) invert(1);
  opacity:.7;
}
.footer-logo-row span{
  font-family:var(--serif);font-size:1.3rem;font-weight:700;color:var(--white);
}
.footer-tagline{font-size:.85rem;line-height:1.7;margin-bottom:8px}
.footer-est{font-size:.77rem;color:var(--gold-lt);font-weight:600}
.footer-nav h4,
.footer-contact-info h4{
  font-size:.72rem;font-weight:700;letter-spacing:.14em;
  text-transform:uppercase;color:var(--gold-lt);margin-bottom:18px;
}
.footer-nav ul{display:flex;flex-direction:column;gap:8px}
.footer-nav ul a{font-size:.87rem;color:rgba(255,255,255,.55);transition:color .2s}
.footer-nav ul a:hover{color:var(--white)}
.footer-contact-info p{
  font-size:.86rem;margin-bottom:8px;
  display:flex;align-items:flex-start;gap:8px;
}
.footer-contact-info i{color:var(--gold);margin-top:3px;flex-shrink:0}
.footer-contact-info a{color:rgba(255,255,255,.6)}
.footer-contact-info a:hover{color:var(--white)}
.footer-bottom{
  padding:20px 0;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;
}
.footer-bottom p{font-size:.78rem;color:rgba(255,255,255,.35)}

/* ============================================================
   SCROLL TOP
   ============================================================ */
.scroll-top{
  position:fixed;bottom:32px;right:32px;z-index:900;
  width:46px;height:46px;
  background:var(--gold);color:var(--white);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-size:.95rem;box-shadow:var(--sh-md);
  opacity:0;pointer-events:none;transform:translateY(12px);
  transition:opacity .3s,transform .3s;
}
.scroll-top.visible{opacity:1;pointer-events:all;transform:translateY(0)}
.scroll-top:hover{background:var(--gold-dk);transform:translateY(-3px)}

/* ============================================================
   FADE-UP ANIMATION
   ============================================================ */
.fade-up{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}

/* ============================================================
   RESPONSIVE — Tablet (1024px)
   ============================================================ */
@media(max-width:1024px){
  #top-bar{display:none}
  #header{top:0}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .wwd-grid{grid-template-columns:repeat(2,1fr)}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .product-card.featured{grid-column:span 2}
  .heritage-grid{grid-template-columns:1fr;gap:48px}
  .heritage-img-main img{height:280px}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
  .gallery-item:nth-child(1){grid-column:span 2;height:300px}
  .inquiry-wrap{grid-template-columns:1fr;gap:40px}
  .footer-top{grid-template-columns:1fr 1fr;gap:36px}
  .uc-tags{flex-wrap:wrap}
}

/* ============================================================
   RESPONSIVE — Mobile (768px)
   ============================================================ */
@media(max-width:768px){
  section{padding:72px 0}
  .container{padding:0 18px}

  #gnb,.header-cta{display:none}
  .hamburger{display:flex}
  .header-inner{padding:0 18px}

  #header{
    top:0;
    background:rgba(10,20,36,.92) !important;
    backdrop-filter:blur(8px);
  }
  #hero{
    height:auto;
    min-height:100svh;
    padding-top:0;
    padding-bottom:0;
    justify-content:flex-start;
  }
  .hero-content{
    padding:84px 20px 36px;
    justify-content:flex-start;
    flex:unset;
  }
  .hero-tags{
    gap:6px;
    margin-bottom:16px;
    flex-wrap:wrap;
  }
  .hero-tag{font-size:.7rem;padding:4px 10px;gap:5px}
  .hero-title{
    font-size:clamp(1.35rem,5.5vw,1.8rem);
    white-space:normal;
    word-break:keep-all;
    letter-spacing:-.01em;
    line-height:1.3;
    margin-bottom:12px;
  }
  .hero-sub-items{gap:5px;margin-bottom:12px;flex-wrap:wrap}
  .hero-sub-items span{font-size:.73rem;padding:3px 9px}
  .hero-desc{font-size:.84rem;margin-bottom:20px;line-height:1.7}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{text-align:center;justify-content:center}
  .hero-trust-bar{padding:0}
  .trust-bar-inner{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    padding:0;
  }
  .trust-item{padding:14px 8px;text-align:center}
  .trust-item strong{font-size:.8rem;white-space:normal;word-break:keep-all}
  .trust-item span{font-size:.62rem;white-space:normal;word-break:keep-all}
  .hide-mobile{display:none !important}
  .trust-divider{display:none}

  .trust-grid{grid-template-columns:1fr 1fr}
  .wwd-grid{grid-template-columns:1fr}
  .wwd-thumb{height:160px}
  .products-grid{grid-template-columns:1fr}
  .product-card.featured{grid-column:span 1;display:flex;flex-direction:column}
  .product-card.featured .product-img-wrap{height:210px}

  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-item:nth-child(1){grid-column:span 2;height:220px}

  .contact-grid{grid-template-columns:1fr}
  .map-wrap{height:300px}
  .form-row{grid-template-columns:1fr}
  .inquiry-form{padding:28px 20px}

  .footer-top{grid-template-columns:1fr;gap:28px}
  .footer-bottom{flex-direction:column;align-items:flex-start}

  .scroll-top{bottom:20px;right:16px;width:42px;height:42px}
  .lb-prev{left:8px}
  .lb-next{right:8px}
}

@media(max-width:480px){
  .hero-content{padding:80px 16px 28px}
  .hero-title{font-size:clamp(1.2rem,5.5vw,1.4rem);line-height:1.3}
  .hero-tags{gap:5px}
  .hero-tag{font-size:.67rem;padding:4px 9px}
  .trust-bar-inner{grid-template-columns:repeat(2,1fr)}
  .heritage-imgs{display:none}
  .trust-item{flex:0 0 100%}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .heritage-img-sub-grid img{height:90px}
  .trust-grid{grid-template-columns:1fr}
  .products-more{flex-direction:column;text-align:center}
  .use-case-bar{padding:8px 10px}
  .uc-tag{font-size:.65rem;padding:2px 7px}
}
