/* =====================================================================
 *  LKD Fitouts 클론 — 디자인 시스템
 *  Roboto / Roboto Slab · accent #2588C9 · 블랙·화이트 코퍼릿
 * ===================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;900&family=Roboto+Slab:wght@300;400;500;600;700&family=Montserrat:wght@800;900&display=swap");

:root {
  --accent:     #2588c9;   /* 브랜드 블루 */
  --accent-dk:  #1d6fa3;
  --ink:        #111111;   /* 헤딩/본문 (거의 블랙) */
  --ink-2:      #444444;
  --ink-3:      #777777;
  --line:       #e3e3e3;
  --bg:         #ffffff;
  --bg-soft:    #f2f2f2;
  --bg-dark:    #161a1d;   /* 다크 섹션/푸터 */
  --wrap: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Roboto", -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  color: var(--ink); background: var(--bg);
  line-height: 1.7; font-weight: 400; -webkit-font-smoothing: antialiased;
  word-break: keep-all; overflow-wrap: break-word;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 28px; }
section { padding: 96px 0; }
.bg-soft { background: var(--bg-soft); }
.bg-dark { background: var(--bg-dark); color: #fff; }

/* serif accent */
.serif { font-family: "Roboto Slab", serif; }

/* reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }

/* ── headings / kicker ─────────────────────────────── */
h1,h2,h3,h4 { font-weight: 700; line-height: 1.2; letter-spacing: -0.01em; color: var(--ink); }
.kicker { font-family: "Roboto Slab", serif; font-size: 15px; font-weight: 500;
  color: var(--accent); letter-spacing: .02em; margin-bottom: 14px; }
.bg-dark .kicker { color: #6ab4e6; }
.sec-title { font-size: clamp(28px, 3.6vw, 42px); font-weight: 700; }
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head p { color: var(--ink-2); font-size: 18px; margin-top: 16px; }

/* ── buttons (Elementor 스타일: 각진 솔리드) ─────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 54px; padding: 0 32px; border: 2px solid transparent; border-radius: 2px;
  font-family: "Roboto", sans-serif; font-size: 15px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; cursor: pointer; transition: all .2s ease; white-space: nowrap; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dk); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-outline-dark { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline-dark:hover { background: var(--ink); color: #fff; }

/* ── header / GNB ──────────────────────────────────── */
.topbar { background: var(--ink); color: #cfd4d8; font-size: 13.5px; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 40px; }
.topbar a:hover { color: #fff; }
.topbar .right { display: flex; gap: 22px; }

.gnb { position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: linear-gradient(180deg, rgba(12,16,22,.62) 0%, rgba(12,16,22,.2) 68%, rgba(12,16,22,0) 100%);
  border-bottom: none; transition: background .3s ease, box-shadow .3s ease; }
.gnb.solid { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 2px 18px rgba(0,0,0,.06); }
.gnb-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; }
.brand b { color: var(--accent); }
/* LKD식 텍스트 워드마크 */
.brand.wm { font-family: "Montserrat", sans-serif; font-weight: 900; font-size: 28px; letter-spacing: -.01em; line-height: 1; display: inline-flex; text-transform: uppercase; }
.brand.wm .w1 { color: #fff; }
.gnb.solid .brand.wm .w1 { color: #161616; }
.brand.wm .w2 { color: #4a93c9; }
.brand-logo { height: 46px; width: auto; display: block; border-radius: 8px; }
.foot-logo { height: 64px; width: auto; display: block; border-radius: 10px; margin-bottom: 6px; }
.gnb-menu { display: flex; align-items: center; gap: 4px; }
.gnb-menu > a, .gnb-item > a { padding: 10px 16px; font-size: 15.5px; font-weight: 600; color: #fff; position: relative; transition: color .2s; }
.gnb.solid .gnb-menu > a, .gnb.solid .gnb-item > a { color: var(--ink); }
.gnb-menu > a::after, .gnb-item > a::after { content:""; position:absolute; left:16px; right:16px; bottom:4px; height:2px; background:#fff; transform:scaleX(0); transition:transform .2s; }
.gnb.solid .gnb-menu > a::after, .gnb.solid .gnb-item > a::after { background: var(--accent); }
.gnb-menu > a:hover::after, .gnb-menu > a.active::after, .gnb-item > a:hover::after, .gnb-item > a.active::after { transform: scaleX(1); }
.gnb-cta { margin-left: 16px; height: 44px; display: inline-flex; align-items: center; padding: 0 22px; font-size: 15px;
  font-weight: 700; letter-spacing: .02em; border: 2px solid rgba(255,255,255,.75); border-radius: 4px; color: #fff; transition: all .2s; }
.gnb-cta:hover { background: #fff; color: var(--ink); border-color: #fff; }
.gnb.solid .gnb-cta { border-color: var(--accent); color: var(--accent); }
.gnb.solid .gnb-cta:hover { background: var(--accent); color: #fff; }
.gnb .caret { stroke: rgba(255,255,255,.8); }
.gnb.solid .caret { stroke: var(--ink-3); }
.gnb .gnb-toggle span { background: #fff; }
.gnb.solid .gnb-toggle span { background: var(--ink); }
/* services dropdown */
.gnb-item { position: relative; display: inline-flex; align-items: center; }
.gnb-item > a { display: inline-flex; align-items: center; gap: 6px; }
.caret { width: 10px; height: 6px; fill: none; stroke: var(--ink-3); stroke-width: 1.6; transition: transform .2s; }
.gnb-item:hover .caret { transform: rotate(180deg); stroke: var(--accent); }
.gnb-sub { position: absolute; top: 100%; left: 8px; min-width: 220px; background: #fff; border: 1px solid var(--line);
  box-shadow: 0 14px 34px rgba(17,24,39,.12); border-radius: 10px; padding: 8px; opacity: 0; visibility: hidden;
  transform: translateY(8px); transition: all .2s ease; z-index: 60; }
.gnb-item:hover .gnb-sub { opacity: 1; visibility: visible; transform: translateY(0); }
.gnb-sub a { display: block; padding: 12px 16px; font-size: 15px; font-weight: 500; color: var(--ink-2); border-radius: 7px; }
.gnb-sub a::after { display: none; }
.gnb-sub a:hover { background: var(--bg-soft); color: var(--accent); }
.wwd-row { scroll-margin-top: 120px; }
/* service detail page hero */
.svc-hero { position: relative; color: #fff; padding: 130px 0; overflow: hidden; }
.svc-hero-bg { position: absolute; inset: 0; z-index: 0; }
.svc-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.svc-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,19,27,.85), rgba(14,19,27,.45)); }
.svc-hero .wrap { position: relative; z-index: 1; }
.svc-hero .kicker { color: #9db4d6; }
.svc-hero h1 { font-size: clamp(40px, 5.4vw, 64px); font-weight: 900; color: #fff; margin-top: 12px; }
.svc-hero p { font-size: 21px; color: #dfe5ec; margin-top: 16px; }

/* ── 홈 LKD 구성 ─────────────────────────────────── */
/* 인트로 */
.intro-lkd { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.intro-body p { font-size: 17px; color: var(--ink-2); line-height: 1.95; margin-bottom: 16px; }
.intro-body .btn { margin-top: 10px; }
/* 인용 스테이트먼트 */
.quote-row { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.qmark span { font-family: "Roboto Slab", serif; font-size: 90px; line-height: .4; color: var(--accent); display: block; }
.qmark p { font-family: "Roboto Slab", serif; font-size: 25px; line-height: 1.6; color: var(--ink); margin-top: 18px; font-weight: 400; }
/* 이미지 밴드 */
.band2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.band2 img { width: 100%; height: 500px; object-fit: cover; display: block; }
/* 아코디언 */
.acc { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-head { width: 100%; display: flex; align-items: center; gap: 24px; padding: 30px 6px; background: none; border: none; cursor: pointer; text-align: left; font-family: inherit; }
.acc-no { font-family: "Roboto Slab", serif; font-size: 19px; font-weight: 600; color: var(--accent); }
.acc-title { font-size: 26px; font-weight: 800; color: var(--ink); flex: 1; letter-spacing: -0.02em; }
.acc-title.sm { font-size: 21px; }
.acc-icon { width: 18px; height: 18px; position: relative; flex: none; }
.acc-icon::before, .acc-icon::after { content: ""; position: absolute; background: var(--ink-3); transition: .3s; }
.acc-icon::before { left: 0; top: 8px; width: 18px; height: 2px; }
.acc-icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.acc-item.open .acc-icon::before { background: var(--accent); }
.acc-item.open .acc-icon::after { transform: rotate(90deg); opacity: 0; }
.acc-body { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.acc-item.open .acc-body { max-height: 320px; }
.acc-inner { padding: 0 6px 32px; max-width: 780px; }
.acc-inner p { font-size: 17px; line-height: 1.9; color: var(--ink-2); }
.acc-link { display: inline-block; margin-top: 16px; font-weight: 700; color: var(--accent); }
/* trusted */
.trusted-lkd { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.gnb-right { display: flex; align-items: center; gap: 18px; }
.gnb-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 30px; height: 24px; background: none; border: none; cursor: pointer; padding: 0; position: relative; z-index: 2; }
.gnb-toggle span { display: block; width: 28px; height: 2px; background: var(--ink); transition: transform .3s, opacity .3s; }
.gnb-toggle.on span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.gnb-toggle.on span:nth-child(2) { opacity: 0; }
.gnb-toggle.on span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.gnb-toggle.on span { background: #fff; }
/* 우측 드로어 메뉴 + 밝은 배경 페이드 (LKD식) */
.gnb-scrim { position: fixed; inset: 0; z-index: 48; background: rgba(255,255,255,.62); opacity: 0; visibility: hidden; transition: opacity .4s ease, visibility .4s; }
.gnb-scrim.open { opacity: 1; visibility: visible; }
.gnb-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 480px; max-width: 88vw; z-index: 49; background: #3b3b3b; padding: 128px 56px 56px; transform: translateX(100%); transition: transform .45s cubic-bezier(.16,1,.3,1); overflow-y: auto; box-shadow: -24px 0 70px rgba(0,0,0,.28); }
.gnb-drawer.open { transform: translateX(0); }
.drawer-nav { display: flex; flex-direction: column; }
.drawer-nav a { font-family: "Roboto", "Pretendard", sans-serif; font-size: 27px; font-weight: 400; color: #fff; padding: 22px 2px; border-bottom: 1px solid rgba(255,255,255,.22); transition: color .2s; }
.drawer-nav a:hover, .drawer-nav a.active { color: #9db4d6; }
.drawer-contact-btn { display: inline-block; margin-top: 32px; padding: 14px 32px; border: 1px solid rgba(255,255,255,.55); color: #fff; font-family: "Roboto", sans-serif; font-size: 15px; font-weight: 500; transition: .2s; }
.drawer-contact-btn:hover { background: #fff; color: #3b3b3b; border-color: #fff; }
body.noscroll { overflow: hidden; }

/* ── hero (풀블리드 빌딩 + 다크 오버레이) ─────────────── */
.hero { position: relative; min-height: 86vh; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 44%;
  filter: brightness(1.02) contrast(1.05) saturate(1.06);
  animation: heroKb 16s ease-out both; transform-origin: 50% 52%; }
@keyframes heroKb { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero-bg::after { content:""; position:absolute; inset:0;
  background:
    linear-gradient(180deg, rgba(8,12,16,.16) 0%, rgba(8,12,16,.05) 30%, rgba(8,12,16,.55) 66%, rgba(8,12,16,.92) 100%),
    linear-gradient(90deg, rgba(8,12,16,.62) 0%, rgba(8,12,16,.22) 42%, rgba(8,12,16,0) 70%); }
.hero .wrap { padding-top: 60px; padding-bottom: 96px; }
.hero .kicker { color: #6ab4e6; }
.hero h1 { font-size: clamp(42px, 6vw, 76px); font-weight: 900; line-height: 1.1; color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4); }
.hero-title .hw { font-family: "Montserrat", sans-serif; font-weight: 900; letter-spacing: -.01em; }
.hero-title .hw .w1 { color: #fff; }
.hero-title .hw .w2 { color: #4a93c9; }
/* 제목 마스크 와이프 (좌→우) */
.hero-title .hw, .hero-title .kr { display: inline-block; clip-path: inset(0 100% 0 0); animation: heroWipe 1s cubic-bezier(.7,0,.15,1) both; }
.hero-title .hw { animation-delay: .35s; }
.hero-title .kr { animation-delay: .9s; }
@keyframes heroWipe { to { clip-path: inset(0 0 0 0); } }
.hero .sub { font-family: "Roboto Slab", serif; font-size: clamp(19px,2.2vw,26px); font-weight: 400; margin-top: 20px; color: #eaeef1; }
.hero .desc { margin-top: 18px; font-size: 17px; color: #c7cdd2; white-space: pre-line; max-width: 46ch; }
.hero-cta { margin-top: 38px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-phone { margin: 0 0 30px; font-size: 15px; color: #cdd4dd; letter-spacing: .04em; }
.hero-phone b { color: #fff; font-size: 21px; font-weight: 700; }

/* ── intro band ────────────────────────────────────── */
.intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.intro-grid h2 { font-size: clamp(26px,3.2vw,38px); white-space: pre-line; }
.intro-grid .body { color: var(--ink-2); font-size: 17px; margin-top: 22px; }
.stats { display: flex; gap: 14px; margin-top: 8px; }
.stat { flex: 1; background: var(--bg-soft); border-top: 3px solid var(--accent); padding: 28px 22px; }
.stat .n { font-size: clamp(30px,4vw,46px); font-weight: 900; color: var(--ink); letter-spacing: -0.02em; }
.stat .l { font-size: 14px; color: var(--ink-3); margin-top: 4px; }

/* ── what we do (이미지+텍스트 교차) ──────────────────── */
.wwd-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 80px; }
.wwd-row:last-child { margin-bottom: 0; }
.wwd-row.rev .wwd-text { order: 2; }
.wwd-img { aspect-ratio: 4/3; overflow: hidden; }
.wwd-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.wwd-row:hover .wwd-img img { transform: scale(1.05); }
.wwd-tag { font-family: "Roboto Slab", serif; font-size: 56px; font-weight: 300; color: var(--bg-soft);
  -webkit-text-stroke: 1px var(--line); line-height: 1; }
.wwd-text h3 { font-size: 30px; margin: 8px 0 14px; }
.wwd-text .lead { font-family: "Roboto Slab", serif; font-size: 19px; color: var(--ink); }
.wwd-text .body { color: var(--ink-2); margin: 14px 0 20px; }
.wwd-points { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.wwd-points li { position: relative; padding-left: 26px; color: var(--ink); font-weight: 500; }
.wwd-points li::before { content:""; position:absolute; left:0; top:9px; width:12px; height:2px; background:var(--accent); }
.wwd-points li::after { content:""; position:absolute; left:5px; top:4px; width:2px; height:12px; background:var(--accent); }

/* ── trusted block ─────────────────────────────────── */
.trusted-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.trusted-grid img { width: 100%; aspect-ratio: 5/4; object-fit: cover; }
.trusted-grid h2 { font-size: clamp(26px,3.2vw,38px); margin-bottom: 18px; }
.trusted-grid p { color: var(--ink-2); font-size: 17px; }

/* ── cta strip (다크) ──────────────────────────────── */
.cta-strip { text-align: center; }
.cta-strip h2 { font-size: clamp(26px,3.4vw,40px); color: #fff; }
.cta-strip p { color: #c7cdd2; font-size: 18px; margin: 16px 0 32px; }

/* ── projects ──────────────────────────────────────── */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3,1fr); }
.grid-2 { grid-template-columns: repeat(2,1fr); }
.proj { position: relative; overflow: hidden; cursor: pointer; background: #000; }
.proj img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s ease, opacity .3s; }
.proj:hover img { transform: scale(1.07); opacity: .72; }
.proj .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 22px;
  background: linear-gradient(transparent, rgba(0,0,0,.82)); color: #fff; }
.proj .cap .c { font-size: 12.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: #6ab4e6; }
.proj .cap h3 { color: #fff; font-size: 20px; margin: 4px 0 2px; }
.proj .cap .i { font-size: 13.5px; color: #cfd4d8; }

/* filter chips */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 20px; border: 1px solid var(--line); background: #fff; font-size: 14.5px;
  font-weight: 500; color: var(--ink-2); cursor: pointer; transition: .15s; }
.chip:hover { border-color: var(--accent); color: var(--accent); }
.chip.on { background: var(--accent); border-color: var(--accent); color: #fff; }

/* category list (services 상세) */
.cats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.cats span { background: #fff; padding: 22px 18px; font-weight: 500; font-size: 16px; transition: .15s; cursor: default; }
.cats span:hover { background: var(--accent); color: #fff; }

/* clients */
.clients { display: flex; flex-wrap: wrap; gap: 40px 60px; align-items: center; justify-content: center; }
.clients span { font-size: 24px; font-weight: 700; color: #9aa0a6; letter-spacing: -0.02em; }

/* ── about ─────────────────────────────────────────── */
.about-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.about-block { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--accent); padding: 38px 34px; }
.about-block h3 { font-size: 22px; margin-bottom: 12px; }
.about-block p { color: var(--ink-2); }
.timeline { position: relative; padding-left: 26px; }
.timeline::before { content:""; position:absolute; left:5px; top:6px; bottom:6px; width:2px; background:var(--line); }
.tl-item { position: relative; padding: 0 0 32px 28px; }
.tl-item::before { content:""; position:absolute; left:-26px; top:5px; width:12px; height:12px; background:var(--accent); border-radius:50%; }
.tl-item .y { font-family:"Roboto Slab",serif; font-size:19px; font-weight:600; color:var(--accent); }
.tl-item .t { color: var(--ink-2); }

/* ── contact / form ───────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 56px; }
.info-row { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: none; }
.info-row .ic { width: 44px; height: 44px; flex: none; background: var(--bg-soft); display: grid; place-items: center; }
.info-row .ic svg { width: 22px; height: 22px; stroke: var(--accent); }
.info-row .k { font-size: 13px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .05em; }
.info-row .v { font-size: 17px; font-weight: 600; }
.info-row .v a:hover { color: var(--accent); }
.form { background: var(--bg-soft); padding: 38px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13.5px; font-weight: 500; color: var(--ink-2); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 15px; border: 1px solid var(--line); border-radius: 2px;
  font-family: inherit; font-size: 15.5px; color: var(--ink); background: #fff; transition: .15s; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(37,136,201,.15); }
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: 12.5px; color: var(--ink-3); margin-top: 12px; }
.map-embed { border: 0; width: 100%; height: 440px; }

/* ── footer (2열 + 소셜) ──────────────────────────── */
footer { background: #f4f5f6; color: var(--ink-2); padding: 90px 0 0; border-top: 1px solid var(--line); }
.foot-cols { display: grid; grid-template-columns: 1fr 1fr 1.3fr; gap: 48px; padding-bottom: 56px; }
.foot-col h4 { font-size: 21px; font-weight: 800; color: var(--ink); padding-bottom: 16px; border-bottom: 1px solid #dcdee1; margin-bottom: 18px; letter-spacing: -.01em; }
.foot-col a { display: block; padding: 7px 0; font-size: 15.5px; color: var(--ink-2); }
.foot-col a:hover { color: var(--accent); }
.foot-contact .b { font-family: "Montserrat", sans-serif; font-weight: 900; font-size: 26px; letter-spacing: -.01em; }
.foot-contact .b .w1 { color: #161616; }
.foot-contact .b .w2 { color: #4a93c9; }
.foot-contact p { margin-top: 16px; font-size: 15px; line-height: 1.95; color: var(--ink-3); }
.foot-social { display: flex; gap: 10px; margin-top: 22px; }
.foot-social a { width: 38px; height: 38px; display: grid; place-items: center; background: #e6e8eb; border-radius: 6px; }
.foot-social a:hover { background: var(--accent); }
.foot-social svg { width: 17px; height: 17px; fill: #555; }
.foot-social a:hover svg { fill: #fff; }
.foot-bottom { border-top: 1px solid #dcdee1; padding: 22px 0; font-size: 13px; color: var(--ink-3); text-align: center; }

/* ── responsive ───────────────────────────────────── */
@media (max-width: 900px) {
  section { padding: 64px 0; }
  .topbar .right .hide-m { display: none; }
  .gnb-menu { position: fixed; inset: 72px 0 auto 0; flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--line); padding: 8px 20px 18px;
    transform: translateY(-130%); transition: transform .3s cubic-bezier(.16,1,.3,1); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
  .gnb-menu.open { transform: none; }
  .gnb-menu > a, .gnb-item > a { padding: 14px 6px; font-size: 16px; color: var(--ink); }
  .gnb-menu > a::after, .gnb-item > a::after { display: none; }
  .gnb-item { display: block; }
  .gnb-sub { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: none; padding: 0 0 10px 16px; min-width: 0; }
  .gnb-sub a { padding: 10px 6px; font-size: 15px; color: var(--ink-3); }
  .caret { display: none; }
  .gnb-cta { padding: 0 14px; font-size: 13px; height: 40px; }
  .gnb-drawer { width: 100%; max-width: 100%; padding: 100px 32px 40px; }
  .intro-grid, .trusted-grid, .contact-grid, .about-blocks, .foot-cols,
  .intro-lkd, .quote-row, .trusted-lkd { grid-template-columns: 1fr; gap: 36px; }
  .band2 { grid-template-columns: 1fr; }
  .band2 img { height: 280px; }
  .acc-title { font-size: 21px; }
  .wwd-row { grid-template-columns: 1fr; gap: 24px; margin-bottom: 56px; }
  .wwd-row.rev .wwd-text { order: 0; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .cats { grid-template-columns: 1fr 1fr; }
  .hero { min-height: 78vh; }
}
@media (max-width: 560px) {
  .grid-3, .cats { grid-template-columns: 1fr; }
  .stats { flex-direction: column; }
}
