/* ============================================================
   지유공간개발 GU SPACE DEVELOPMENT — site.css
   Base: white / cool light neutral · Ink: deep navy · Point: green
   ============================================================ */

:root {
  --ink: #0f1c36;
  --ink-2: #3c4a63;
  --ink-3: #6b7689;
  --line: #d8dde6;
  --line-2: #e9edf3;
  --bg: #ffffff;
  --bg-2: #f3f5f8;
  --bg-3: #e9edf3;
  --point: #17a35f;
  --point-deep: #0f7a47;
  --point-soft: #e2f4ea;
  --point-line: #b9e3cc;
  --vacant: #c9d0db;
  --white: #ffffff;

  --serif: 'Noto Serif KR', 'Noto Serif CJK KR', 'Apple SD Gothic Neo', serif;
  --sans: 'Pretendard Variable', Pretendard, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Noto Sans CJK KR', system-ui, sans-serif;

  --wrap: 1180px;
  --gutter: 24px;
  --radius: 4px;
  --nav-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
[id] { scroll-margin-top: 88px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink);
  background: var(--bg);
  word-break: keep-all;
  overflow-wrap: anywhere;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 720px) { body { font-size: 16px; } }

img, svg { display: block; max-width: 100%; }
figure { margin: 0; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.3; }
h1, h2, .serif { font-family: var(--serif); letter-spacing: -0.01em; }
h3, h4 { font-family: var(--sans); }
strong { font-weight: 700; }
table { border-collapse: collapse; width: 100%; }
button, input, select, textarea { font: inherit; color: inherit; }

:focus-visible { outline: 3px solid var(--point); outline-offset: 2px; }
.skip { position: absolute; left: -9999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.wrap.narrow > * { max-width: 820px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; height: var(--nav-h); gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 40px; height: 40px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text .ko { font-family: var(--serif); font-weight: 700; font-size: 19px; letter-spacing: -0.02em; }
.brand-text .en { font-size: 11px; letter-spacing: .12em; color: var(--ink-3); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav > li { position: relative; }
.nav > li > a, .nav > li > button {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 14px; border: 0; background: none; cursor: pointer;
  font-size: 15.5px; font-weight: 600; color: var(--ink);
  border-radius: var(--radius);
}
.nav > li > a:hover, .nav > li > button:hover { background: var(--bg-2); }
.nav > li > a[aria-current="page"], .nav > li.is-active > button { color: var(--point-deep); }
.nav .caret { width: 12px; height: 12px; transition: transform .15s; }
.nav > li.open .caret { transform: rotate(180deg); }
.sub {
  position: absolute; top: calc(100% + 6px); left: 0;
  min-width: 260px; width: max-content; background: #fff; border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15,28,54,.10);
  padding: 8px; display: none; z-index: 60;
}
.sub-cols { display: grid; grid-template-columns: repeat(3, 224px); gap: 4px 12px; }
.sub-group { padding: 4px 0; }
.sub-group + .sub-group { border-left: 1px solid var(--line-2); padding-left: 12px; }
.sub-label { font-size: 12px; font-weight: 700; color: var(--point-deep); letter-spacing: .02em; padding: 6px 12px 4px; }
.nav > li.open .sub { display: block; }
.sub a { display: block; padding: 10px 12px; font-size: 15px; border-radius: var(--radius); }
.sub a small { display: block; color: var(--ink-3); font-size: 12.5px; margin-top: 1px; }
.sub a:hover, .sub a[aria-current="page"] { background: var(--point-soft); color: var(--point-deep); }
.sub .sub-head { padding: 6px 12px 8px; font-size: 12.5px; color: var(--ink-3); border-bottom: 1px solid var(--line-2); margin-bottom: 6px; }

.nav-cta { margin-left: 8px; }
.menu-btn { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: var(--radius); cursor: pointer; }
.menu-btn svg { margin: auto; }

@media (max-width: 960px) {
  :root { --nav-h: 64px; }
  .site-header .nav { display: none; }
  .site-header .nav-cta { display: none; }
  .site-header .menu-btn { display: inline-flex; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-text .ko { font-size: 17px; }
}

/* Mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 80; display: none;
}
.drawer.open { display: block; }
.drawer-bg { position: absolute; inset: 0; background: rgba(15,28,54,.5); }
.drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(88vw, 380px);
  background: #fff; overflow-y: auto; padding: 16px 20px 40px;
  display: flex; flex-direction: column;
}
.drawer-top { display: flex; align-items: center; justify-content: space-between; height: 48px; margin-bottom: 8px; }
.drawer-close { width: 40px; height: 40px; border: 0; background: var(--bg-2); border-radius: var(--radius); cursor: pointer; }
.drawer a { display: block; padding: 12px 6px; font-size: 17px; font-weight: 600; border-bottom: 1px solid var(--line-2); }
.drawer .group { padding: 12px 6px 4px; font-size: 13px; color: var(--ink-3); }
.drawer .sub-group-label { padding: 10px 6px 2px 18px; font-size: 12.5px; font-weight: 700; color: var(--point-deep); }
.drawer .group + a, .drawer .sub-item { font-weight: 500; font-size: 16px; padding-left: 18px; }
.drawer .sub-item small { color: var(--ink-3); font-weight: 400; font-size: 13px; margin-left: 6px; }
.drawer .btn { margin-top: 22px; justify-content: center; }
.drawer a[aria-current="page"] { color: var(--point-deep); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: var(--radius);
  font-weight: 700; font-size: 15.5px; line-height: 1.2;
  border: 1.5px solid transparent; cursor: pointer; transition: background .15s, color .15s, border-color .15s;
}
.btn-point { background: var(--point); color: #fff; border-color: var(--point); }
.btn-point:hover { background: var(--point-deep); border-color: var(--point-deep); }
.btn-ink { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-ink:hover { background: #1b2b4d; }
.btn-line { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-line-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.7); }
.btn-line-light:hover { background: #fff; color: var(--ink); }
.btn-sm { padding: 9px 14px; font-size: 14px; }
.btn svg { width: 16px; height: 16px; }

.text-link { color: var(--point-deep); font-weight: 600; border-bottom: 1.5px solid var(--point-line); padding-bottom: 1px; }
.text-link:hover { border-bottom-color: var(--point-deep); }

/* ---------- Sections ---------- */
.section { padding: 96px 0; }
.section.tight { padding: 64px 0; }
.section.alt { background: var(--bg-2); }
.section.dark { background: var(--ink); color: #fff; }
.section.dark h2, .section.dark h3 { color: #fff; }
@media (max-width: 720px) { .section { padding: 60px 0; } .section.tight { padding: 44px 0; } }

.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.32; }
.section-head .lede { margin-top: 16px; font-size: 18px; color: var(--ink-2); }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
@media (max-width: 720px) { .section-head { margin-bottom: 30px; } .section-head .lede { font-size: 16.5px; } }

.lede { font-size: 18.5px; color: var(--ink-2); line-height: 1.7; }
.muted { color: var(--ink-3); }
.small { font-size: 14px; }
.note { font-size: 14px; color: var(--ink-3); line-height: 1.65; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.two-col.top { align-items: start; }
.two-col.w-4-6 { grid-template-columns: 4fr 6fr; }
.two-col.w-6-4 { grid-template-columns: 6fr 4fr; }
.two-col.w-5-7 { grid-template-columns: 5fr 7fr; }
@media (max-width: 860px) { .two-col, .two-col.w-4-6, .two-col.w-6-4, .two-col.w-5-7 { grid-template-columns: 1fr; gap: 32px; } .two-col .order-first { order: -1; } }

.photo { background: var(--bg-3); }
.photo img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.photo.tall img { aspect-ratio: 4/3; }
.photo.wide img { aspect-ratio: 21/9; }
.photo.square img { aspect-ratio: 1/1; }
.photo figcaption { font-size: 13.5px; color: var(--ink-3); padding: 10px 0 0; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { padding: 72px 0 56px; border-bottom: 1px solid var(--line); }
.page-hero .crumb { font-size: 14px; color: var(--ink-3); margin-bottom: 18px; display: flex; gap: 8px; flex-wrap: wrap; }
.page-hero .crumb a:hover { color: var(--point-deep); }
.page-hero h1 { font-size: clamp(30px, 4vw, 46px); line-height: 1.28; max-width: 800px; }
.page-hero .lede { margin-top: 20px; max-width: 760px; }
.page-hero.with-photo { padding-bottom: 0; border-bottom: 0; }
.page-hero.with-photo .photo { margin-top: 44px; }
.page-hero.with-photo .photo img { aspect-ratio: 21/9; }
@media (max-width: 720px) {
  .page-hero { padding: 44px 0 36px; }
  .page-hero.with-photo .photo { margin-top: 28px; }
  .page-hero.with-photo .photo img { aspect-ratio: 16/10; }
}

/* ---------- Home hero ---------- */
.hero { padding: 80px 0 72px; }
.hero .wrap { display: grid; grid-template-columns: 7fr 5fr; gap: 56px; align-items: center; }
.hero .tag { display: inline-flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink-2); margin-bottom: 26px; }
.hero .tag::before { content: ""; width: 10px; height: 10px; background: var(--point); }
.hero h1 { font-size: clamp(32px, 4.4vw, 50px); line-height: 1.24; }
.hero h1 .q { display: block; }
.hero .lede { margin-top: 26px; max-width: 560px; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.hero-art .photo { position: relative; overflow: hidden; }
.hero-art .photo img { aspect-ratio: 4/3; }
.hero-art .wipe {
  position: absolute; inset: 0; overflow: hidden; pointer-events: none;
}
.hero-art .wipe img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(.9) brightness(1.05); }
.hero-art .wipe { clip-path: inset(0 0 0 100%); }
@media (prefers-reduced-motion: no-preference) {
  .hero-art .wipe { clip-path: inset(0 0 0 0); animation: wipe 1.6s cubic-bezier(.7,0,.2,1) .35s forwards; }
  @keyframes wipe { to { clip-path: inset(0 0 0 100%); } }
}
.hero-art .legend {
  display: flex; gap: 20px; margin-top: 12px; font-size: 13.5px; color: var(--ink-3);
}
.hero-art .legend span { display: inline-flex; align-items: center; gap: 8px; }
.hero-art .legend i { width: 12px; height: 12px; display: inline-block; }
.hero-art .legend .v { background: var(--vacant); }
.hero-art .legend .o { background: var(--point); }
@media (max-width: 960px) { .hero .wrap { grid-template-columns: 1fr; gap: 36px; } .hero { padding: 48px 0 56px; } }

.slogan {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 30px 0; text-align: center;
  font-family: var(--serif); font-weight: 700; font-size: clamp(20px, 2.6vw, 30px); letter-spacing: -0.01em;
}
.slogan em { font-style: normal; color: var(--point-deep); }

/* ---------- Three plain columns ---------- */
.cols-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.cols-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.cols-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.col h3 { font-size: 21px; margin-bottom: 12px; line-height: 1.4; }
.col p { color: var(--ink-2); margin: 0; }
@media (max-width: 860px) { .cols-3, .cols-4 { grid-template-columns: 1fr 1fr; gap: 32px 28px; } }
@media (max-width: 600px) { .cols-3, .cols-2, .cols-4 { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Step chain (a real sequence) ---------- */
.chain { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.chain li { padding: 26px 18px 26px 0; border-right: 1px solid var(--line-2); position: relative; }
.chain li:last-child { border-right: 0; }
.chain li + li { padding-left: 18px; }
.chain .n { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; padding: 0 8px; height: 34px; background: var(--point); color: #fff; font-weight: 700; font-size: 14px; letter-spacing: .02em; }
.chain h3 { font-size: 19px; margin: 14px 0 6px; }
.chain p { font-size: 14.5px; color: var(--ink-2); margin: 0; line-height: 1.6; }
@media (max-width: 960px) { .chain { grid-template-columns: repeat(3, 1fr); } .chain li:nth-child(3n) { border-right: 0; } .chain li:nth-child(n+4) { border-top: 1px solid var(--line-2); } .chain li:nth-child(3n+1) { padding-left: 0; } }
@media (max-width: 560px) { .chain { grid-template-columns: 1fr 1fr; } .chain li { border-right: 1px solid var(--line-2) !important; padding-left: 14px !important; padding-right: 14px; } .chain li:nth-child(2n) { border-right: 0 !important; } .chain li:nth-child(n+3) { border-top: 1px solid var(--line-2); } .chain li:nth-child(4) { border-top: 1px solid var(--line-2); } }

/* ---------- Area index (grid with hairlines) ---------- */
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.area-grid.two { grid-template-columns: repeat(2, 1fr); }
.area-group + .area-group { margin-top: 36px; }
.area-label { display: flex; align-items: baseline; gap: 12px; font-size: 20px; margin-bottom: 14px; }
.area-label span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; background: var(--ink); color: #fff; font-family: var(--sans); font-size: 14px; font-weight: 700; align-self: center; }
.area-label small { font-family: var(--sans); font-size: 14.5px; font-weight: 400; color: var(--ink-3); }
.kpi { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.kpi li { border-top: 2px solid var(--ink); padding-top: 16px; }
.kpi h3 { font-size: 22px; margin-bottom: 6px; }
.kpi .f { font-size: 13.5px; color: var(--point-deep); font-weight: 600; margin-bottom: 8px; }
.kpi p { margin: 0; font-size: 15px; color: var(--ink-2); }
@media (max-width: 900px) { .kpi { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .kpi { grid-template-columns: 1fr; } }
/* three tiers */
.tiers { display: grid; grid-template-columns: 5fr 7fr; gap: 56px; align-items: center; }
.tiers-art { margin: 0; }
.tiers-art svg { width: 100%; height: auto; max-width: 480px; display: block; margin: 0 auto; }
.tiers-list { list-style: none; margin: 0; padding: 0; }
.tiers-list li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 22px 0; border-top: 1px solid var(--line); }
.tiers-list li:last-child { border-bottom: 1px solid var(--line); }
.tiers-list .tn { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; background: var(--ink); color: #fff; font-weight: 700; font-size: 15px; margin-top: 2px; }
.tiers-list li:last-child .tn { background: var(--point); }
.tiers-list h3 { font-size: 20px; margin-bottom: 8px; }
.tiers-list h3 small { font-family: var(--sans); font-size: 14px; font-weight: 500; color: var(--point-deep); margin-left: 8px; }
.tiers-list p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
.tiers-list .links { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 12px; }
.area-grid a, .area-grid div.cell { display: block; padding: 34px 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .15s; position: relative; }
.area-grid a:hover { background: var(--point-soft); }
.area-grid .icon { width: 36px; height: 36px; color: var(--point-deep); margin-bottom: 20px; }
.area-grid h3 { font-size: 20px; margin-bottom: 10px; }
.area-grid p { font-size: 15.5px; color: var(--ink-2); margin: 0; line-height: 1.65; }
.area-grid .more { display: inline-block; margin-top: 16px; font-size: 14px; font-weight: 600; color: var(--point-deep); }
.area-grid .more::after { content: "›"; margin-left: 4px; }
@media (max-width: 900px) { .area-grid, .area-grid.two { grid-template-columns: 1fr 1fr; } .tiers { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 560px) { .area-grid, .area-grid.two { grid-template-columns: 1fr; } .tiers-list li { grid-template-columns: 32px 1fr; gap: 12px; } .area-grid a, .area-grid div.cell { padding: 26px 20px; } }

/* ---------- Audience rows ---------- */
.aud { border-top: 1px solid var(--line); }
.aud li { display: grid; grid-template-columns: 240px 1fr auto; gap: 28px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.aud h3 { font-size: 20px; }
.aud p { margin: 0; color: var(--ink-2); }
@media (max-width: 800px) { .aud li { grid-template-columns: 1fr; gap: 10px; } }

/* ---------- Facts (affiliate) ---------- */
.facts { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; gap: 28px; margin-top: 28px; }
.facts li { border-left: 3px solid var(--point); padding: 4px 0 4px 16px; }
.facts .v { font-family: var(--serif); font-size: 26px; font-weight: 700; line-height: 1.1; white-space: nowrap; }
.facts .k { font-size: 14px; color: var(--ink-3); margin-top: 4px; }
@media (max-width: 560px) { .facts { grid-template-columns: 1fr; gap: 12px; } }

/* ---------- Self-check widget ---------- */
.check { background: #fff; border: 1px solid var(--line); padding: 36px; }
.check .q { padding: 18px 0; border-top: 1px solid var(--line-2); }
.check .q:first-of-type { border-top: 0; padding-top: 0; }
.check .q h3 { font-size: 17px; margin-bottom: 12px; }
.check .q h3 span { display: inline-block; min-width: 24px; color: var(--point-deep); }
.opts { display: flex; flex-wrap: wrap; gap: 8px; }
.opts label { position: relative; }
.opts input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.opts span { display: inline-block; padding: 9px 14px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 15px; cursor: pointer; background: #fff; transition: all .12s; }
.opts input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.opts input:focus-visible + span { outline: 3px solid var(--point); outline-offset: 2px; }
.opts span:hover { border-color: var(--ink); }
.check-result { margin-top: 20px; padding: 24px 26px; background: var(--point-soft); border-left: 4px solid var(--point); display: none; }
.check-result.show { display: block; }
.check-result h4 { font-size: 15px; color: var(--point-deep); margin-bottom: 8px; }
.check-result .title { font-family: var(--serif); font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.check-result p { margin: 0 0 14px; color: var(--ink-2); }
.check-result .row { display: flex; gap: 10px; flex-wrap: wrap; }
@media (max-width: 600px) { .check { padding: 22px 18px; } }

/* ---------- CTA band ---------- */
.cta { background: var(--ink); color: #fff; padding: 80px 0; }
.cta .wrap { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta h2 { font-size: clamp(24px, 3vw, 34px); color: #fff; }
.cta p { margin: 12px 0 0; color: rgba(255,255,255,.75); max-width: 640px; }
.cta .actions { display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 800px) { .cta .wrap { grid-template-columns: 1fr; } .cta { padding: 56px 0; } }

/* ---------- Footer ---------- */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding: 56px 0 32px; font-size: 14.5px; color: var(--ink-2); }
.site-footer .grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; }
.site-footer h4 { font-size: 14px; color: var(--ink); margin-bottom: 12px; }
.site-footer li { margin-bottom: 6px; }
.site-footer a:hover { color: var(--point-deep); }
.site-footer .brand { margin-bottom: 16px; }
.site-footer .legal { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--ink-3); }
.site-footer .legal a { margin-right: 14px; }
.site-footer address { font-style: normal; }
@media (max-width: 860px) { .site-footer .grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer .grid { grid-template-columns: 1fr; } }

/* ---------- Tables ---------- */
.tbl { width: 100%; font-size: 15.5px; }
.tbl th, .tbl td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.tbl thead th { font-size: 13.5px; color: var(--ink-3); font-weight: 600; border-bottom: 1px solid var(--ink); padding-top: 0; }
.tbl tbody th { font-weight: 700; white-space: nowrap; }
.tbl .em { color: var(--point-deep); font-weight: 700; }
.tbl-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tbl-wrap.wide .tbl { min-width: 640px; }
.tbl-hint { display: none; font-size: 12.5px; color: var(--ink-3); margin: 8px 0 0; }
@media (max-width: 720px) {
  .tbl-wrap.wide { margin: 0 calc(var(--gutter) * -1); padding: 0 var(--gutter); }
  .tbl-wrap.wide + .tbl-hint { display: block; }
  .tbl-wrap.wide { --tbg: #fff; background:
    linear-gradient(90deg, var(--tbg) 40%, rgba(255,255,255,0)) left/48px 100% no-repeat local,
    linear-gradient(270deg, var(--tbg) 40%, rgba(255,255,255,0)) right/48px 100% no-repeat local,
    linear-gradient(90deg, rgba(15,28,54,.14), rgba(15,28,54,0)) left/16px 100% no-repeat scroll,
    linear-gradient(270deg, rgba(15,28,54,.14), rgba(15,28,54,0)) right/16px 100% no-repeat scroll; }
  .section.alt .tbl-wrap.wide { --tbg: var(--bg-2); }
}
@media (max-width: 720px) { .tbl { font-size: 14.5px; } .tbl th, .tbl td { padding: 12px 10px; } .tbl tbody th { white-space: normal; } }

/* Definition table (company info) */
.dl { border-top: 1px solid var(--ink); }
.dl div { display: grid; grid-template-columns: 180px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.dl dt { font-weight: 700; color: var(--ink); }
.dl dd { margin: 0; color: var(--ink-2); }
@media (max-width: 560px) { .dl div { grid-template-columns: 1fr; gap: 4px; } }

/* ---------- Feature list (icon + text) ---------- */
.feat { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 40px; }
.feat li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; }
.feat .ic { width: 44px; height: 44px; background: var(--point-soft); color: var(--point-deep); display: flex; align-items: center; justify-content: center; }
.feat .ic svg { width: 22px; height: 22px; }
.feat h3 { font-size: 18px; margin-bottom: 6px; }
.feat p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
@media (max-width: 720px) { .feat { grid-template-columns: 1fr; } }

/* Numbered list (real sequence) */
.steps { counter-reset: s; border-top: 1px solid var(--line); }
.steps li { counter-increment: s; display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.steps li::before { content: counter(s, decimal-leading-zero); font-family: var(--serif); font-size: 28px; font-weight: 700; color: var(--point-deep); line-height: 1; padding-top: 2px; }
.steps h3 { font-size: 20px; margin-bottom: 6px; }
.steps p { margin: 0; color: var(--ink-2); }
.steps .meta { font-size: 14px; color: var(--ink-3); margin-top: 6px; }

/* Plain bullet list */
.bul li { position: relative; padding-left: 18px; margin-bottom: 8px; color: var(--ink-2); }
.bul li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; background: var(--point); }
.bul.ink li { color: var(--ink); }

/* Check list */
.checks li { position: relative; padding-left: 28px; margin-bottom: 8px; }
.checks li::before { content: ""; position: absolute; left: 0; top: .35em; width: 16px; height: 16px; background: var(--point-soft); border: 1.5px solid var(--point); }
.checks li::after { content: ""; position: absolute; left: 5px; top: .35em; margin-top: 3px; width: 6px; height: 9px; border: solid var(--point-deep); border-width: 0 2px 2px 0; transform: rotate(45deg); }

/* Pull box */
.box { background: var(--bg-2); border-left: 4px solid var(--point); padding: 24px 28px; }
.box.ink { background: var(--ink); color: #fff; border-left-color: var(--point); }
.box h3 { font-size: 17px; margin-bottom: 8px; }
.box p:last-child { margin-bottom: 0; }
.box.ink p { color: rgba(255,255,255,.85); }

/* Quote (CEO) */
.quote { font-family: var(--serif); font-size: clamp(20px, 2.2vw, 26px); line-height: 1.6; font-weight: 700; }
.sign { margin-top: 24px; font-size: 15px; color: var(--ink-3); }
.sign strong { color: var(--ink); }

/* Gallery */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery figure { margin: 0; }
.gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.gallery figcaption { font-size: 13px; color: var(--ink-3); padding-top: 6px; }
@media (max-width: 860px) { .gallery { grid-template-columns: repeat(2, 1fr); } }

/* Service block (image + text rows) */
.svc { display: grid; grid-template-columns: 5fr 6fr; gap: 48px; align-items: center; padding: 56px 0; border-top: 1px solid var(--line); }
.svc:first-of-type { border-top: 0; padding-top: 0; }
.svc:nth-of-type(even) .svc-text { order: -1; }
.svc h3 { font-size: 26px; font-family: var(--serif); margin-bottom: 14px; }
.svc .bul { margin-top: 16px; }
@media (max-width: 860px) { .svc { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; } .svc:nth-of-type(even) .svc-text { order: 0; } }

/* Layer stack (smart FM) */
.layers { border-top: 1px solid var(--line); }
.layers li { display: grid; grid-template-columns: 90px 1fr 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 15.5px; }
.layers .l { font-weight: 700; color: var(--point-deep); }
.layers .r { color: var(--ink-3); }
@media (max-width: 720px) { .layers li { grid-template-columns: 70px 1fr; } .layers .r { grid-column: 2; } }

/* Building section diagram */
.bld { display: grid; grid-template-columns: minmax(260px, 340px) 1fr; gap: 56px; align-items: start; }
.bld svg { width: 100%; height: auto; }
.bld .fl { border-top: 1px solid var(--line); }
.bld .fl li { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); cursor: default; }
.bld .fl li strong { display: block; }
.bld .fl li em { font-style: normal; display: block; font-size: 14px; color: var(--ink-3); margin-top: 2px; }
.bld .fl li p { margin: 0; font-size: 15.5px; color: var(--ink-2); }
.bld .fl li.on { background: var(--point-soft); margin: 0 -12px; padding-left: 12px; padding-right: 12px; }
@media (max-width: 800px) { .bld { grid-template-columns: 1fr; } .bld svg { max-width: 260px; } }

/* Market stat pair */
.stat { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat li { border-top: 2px solid var(--ink); padding-top: 14px; }
.stat .v { font-family: var(--serif); font-size: 34px; font-weight: 700; line-height: 1; }
.stat .v small { font-size: 16px; font-family: var(--sans); font-weight: 600; margin-left: 2px; }
.stat .k { font-weight: 600; margin-top: 8px; }
.stat .s { font-size: 13.5px; color: var(--ink-3); margin-top: 2px; }
@media (max-width: 860px) { .stat { grid-template-columns: 1fr 1fr; } }

/* FAQ */
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 0; font-weight: 700; font-size: 17.5px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 16px; font-size: 24px; font-weight: 400; color: var(--point-deep); }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 0 22px; color: var(--ink-2); max-width: 780px; }

/* Client cards (grouped rows) */
.client { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border: 1px solid var(--line); border-top: 3px solid var(--ink); margin-bottom: 20px; background: #fff; }
.client > div { padding: 26px 28px; }
.client > div + div { border-left: 1px solid var(--line); }
.client h3 { font-family: var(--serif); font-size: 22px; margin-bottom: 8px; }
.client .who { font-size: 14px; color: var(--ink-3); }
.client h4 { font-size: 13.5px; color: var(--point-deep); margin-bottom: 8px; }
.client p, .client li { font-size: 15.5px; color: var(--ink-2); }
.client .prod { margin-top: 12px; display: flex; gap: 6px; flex-wrap: wrap; }
.client .prod span { font-size: 12.5px; font-weight: 600; padding: 3px 8px; background: var(--bg-2); border: 1px solid var(--line); }
.client .go { display: inline-block; margin-top: 14px; }
@media (max-width: 860px) { .client { grid-template-columns: 1fr; } .client > div + div { border-left: 0; border-top: 1px solid var(--line); } }

/* Product table cards */
.prod-list { border-top: 1px solid var(--ink); }
.prod-list li { display: grid; grid-template-columns: 70px 200px 1fr 200px; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: start; }
.prod-list .code { font-family: var(--serif); font-size: 26px; font-weight: 700; color: var(--point-deep); line-height: 1; }
.prod-list .code.m { color: var(--ink); }
.prod-group { font-family: var(--sans); font-size: 15px; font-weight: 700; color: var(--ink-3); margin-bottom: 12px; letter-spacing: .01em; }
.prod-list h3 { font-size: 18px; }
.prod-list p { margin: 0; color: var(--ink-2); font-size: 15.5px; }
.prod-list .fee { font-size: 14.5px; color: var(--ink-3); }
.prod-list .fee strong { display: block; color: var(--ink); font-size: 15px; }
@media (max-width: 860px) { .prod-list li { grid-template-columns: 60px 1fr; } .prod-list li p, .prod-list .fee { grid-column: 2; } }

/* Contact */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.form .full { grid-column: 1 / -1; }
@media (max-width: 720px) { .form .full .btn[type=submit] { width: 100%; } }
.form label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.form label small { color: var(--ink-3); font-weight: 400; margin-left: 4px; font-size: 12.5px; }
.form input, .form select, .form textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: var(--radius); background: #fff; font-size: 16px; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--ink); outline: none; }
.form textarea { min-height: 150px; resize: vertical; }
.form .agree { font-size: 14px; color: var(--ink-2); display: flex; gap: 10px; align-items: flex-start; }
.form .agree input { width: auto; margin-top: 4px; }
.form .msg { display: none; padding: 14px 16px; border-left: 4px solid var(--point); background: var(--point-soft); font-size: 15px; }
.form .msg.show { display: block; }
.form .msg.err { border-left-color: #c0392b; background: #fdecea; }
.hp { position: absolute; left: -9999px; }
@media (max-width: 640px) { .form { grid-template-columns: 1fr; } }

.contact-side h3 { font-size: 16px; margin-bottom: 8px; }
.contact-side .block { padding: 22px 0; border-top: 1px solid var(--line); }
.contact-side .block:first-child { border-top: 0; padding-top: 0; }
.contact-side .big { font-family: var(--serif); font-size: 24px; font-weight: 700; }
.map { aspect-ratio: 16/10; background: var(--bg-3); border: 1px solid var(--line); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-links { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }

/* Misc */
.mt-0 { margin-top: 0 !important; } .mt-2 { margin-top: 16px; } .mt-3 { margin-top: 24px; } .mt-4 { margin-top: 32px; } .mt-6 { margin-top: 48px; } .mt-8 { margin-top: 64px; }
.mb-2 { margin-bottom: 16px; } .mb-3 { margin-bottom: 24px; } .mb-4 { margin-bottom: 32px; } .mb-6 { margin-bottom: 48px; }
.center { text-align: center; }
.ph { color: var(--ink-3); }
.tagline-strip { display: flex; gap: 24px; flex-wrap: wrap; font-size: 14.5px; color: var(--ink-3); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 40px; }

/* Next pages nav */
.next { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.next a { display: block; padding: 24px 26px; border: 1px solid var(--line); background: #fff; }
.next a:hover { border-color: var(--ink); }
.next small { display: block; color: var(--ink-3); font-size: 13px; margin-bottom: 4px; }
.next strong { font-size: 19px; font-family: var(--serif); }
@media (max-width: 600px) { .next { grid-template-columns: 1fr; } }

/* 404 */
.err404 { min-height: 60vh; display: flex; align-items: center; }
.err404 h1 { font-size: clamp(40px, 8vw, 96px); line-height: 1; }

/* mobile bottom CTA bar */
.mobile-cta { display: none; }
@media (max-width: 720px) {
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: flex; gap: 8px; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.92); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-top: 1px solid var(--line); }
  .mobile-cta[hidden] { display: none; }
  .mobile-cta a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 46px; border-radius: var(--radius); font-weight: 700; font-size: 15px; text-decoration: none; }
  .mobile-cta .mc-tel svg { width: 18px; height: 18px; }
  .mobile-cta .mc-tel { flex: 0 0 96px; border: 1.5px solid var(--ink); color: var(--ink); background: #fff; }
  .mobile-cta .mc-tel[hidden] { display: none; }
  .mobile-cta .mc-main { flex: 1; background: var(--point); color: #fff; }
  body { padding-bottom: 72px; }
  .site-footer { padding-bottom: 8px; }
}

/* report mock (PM page hero) */
.report-mock { margin-top: 44px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(15,28,54,.08); }
.rm-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 24px; border-bottom: 1px solid var(--line); }
.rm-head strong { display: block; font-family: var(--serif); font-size: 18px; }
.rm-kicker { display: block; font-size: 12.5px; color: var(--ink-3); margin-bottom: 2px; }
.rm-badge { font-size: 12px; font-weight: 700; color: var(--ink-3); border: 1px solid var(--line); padding: 4px 10px; border-radius: 999px; white-space: nowrap; }
.rm-kpi { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); }
.rm-kpi li { padding: 20px 24px; border-right: 1px solid var(--line-2); display: flex; flex-direction: column; gap: 6px; }
.rm-kpi li:last-child { border-right: 0; }
.rm-kpi .k { font-size: 13px; color: var(--ink-3); font-weight: 600; }
.rm-kpi .v { font-family: var(--serif); font-size: 30px; font-weight: 700; line-height: 1; color: var(--ink); }
.rm-kpi .v small { font-family: var(--sans); font-size: 14px; font-weight: 600; margin-left: 2px; }
.rm-kpi .d { font-size: 12.5px; color: var(--ink-3); }
.rm-kpi .d.up { color: var(--point-deep); font-weight: 600; }
.rm-foot { display: grid; grid-template-columns: 200px 1fr; gap: 16px; padding: 16px 24px 18px; border-top: 1px solid var(--line); background: var(--bg-2); }
.rm-label { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.rm-foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px 22px; font-size: 14px; color: var(--ink-2); }
.rm-foot li::before { content: "■"; color: var(--point); font-size: 8px; margin-right: 8px; vertical-align: middle; }
@media (max-width: 900px) {
  .rm-kpi { grid-template-columns: repeat(3, 1fr); }
  .rm-kpi li { border-bottom: 1px solid var(--line-2); }
  .rm-kpi li:nth-child(3n) { border-right: 0; }
  .rm-foot { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .report-mock { margin-top: 28px; }
  .rm-kpi { grid-template-columns: repeat(2, 1fr); }
  .rm-kpi li { padding: 14px 16px; border-right: 1px solid var(--line-2); }
  .rm-kpi li:nth-child(3n) { border-right: 1px solid var(--line-2); }
  .rm-kpi li:nth-child(2n) { border-right: 0; }
  .rm-kpi .v { font-size: 24px; }
  .rm-foot ul { flex-direction: column; }
}
