
  :root{
    --cream:#f4f1ea;
    --cream-2:#eeebe2;
    --navy:#0b1628;
    --navy-2:#131f34;
    --gold:#8a6e48;
    --ink:#0b1628;
    --ink-soft:#4d525c;
    --line:rgba(11,22,40,0.13);
    --line-dark:rgba(255,255,255,0.14);
    --muted:#8c8f94;
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Pretendard','Inter','Noto Sans KR',sans-serif;
    color:var(--ink); background:var(--cream); line-height:1.5; -webkit-font-smoothing:antialiased;
    word-break:keep-all; overflow-wrap:break-word;
  }
  h1,h2,h3{font-family:'Archivo','Pretendard',sans-serif; letter-spacing:-0.01em; font-weight:800;}
  a{color:inherit; text-decoration:none;}
  button{font-family:inherit; cursor:pointer; border:none; background:none;}
  img{display:block; max-width:100%;}
  .container{max-width:1400px; margin:0 auto; padding:0 56px;}
  :focus-visible{outline:2px solid var(--ink); outline-offset:3px;}

  /* ===== Header ===== */
  header{position:sticky; top:0; z-index:100; background:rgba(244,241,234,0.94); backdrop-filter:blur(10px); border-bottom:1px solid var(--line);}
  .nav-wrap{display:flex; align-items:center; justify-content:space-between; height:70px;}
  .logo img{height:30px; width:auto; display:block;}
  nav.primary{display:flex; gap:30px;}
  nav.primary a{font-size:12px; font-weight:600; letter-spacing:0.08em; color:var(--ink-soft); transition:color .15s;}
  nav.primary a:hover{color:var(--ink);}
  nav.primary a.current, .mobile-menu a.current{color:var(--gold);}
  .nav-right{display:flex; align-items:center; gap:14px;}
  .nav-right .divider{width:1px; height:16px; background:var(--line);}
  .lang-toggle{font-size:12px; font-weight:700; letter-spacing:0.04em; display:flex; gap:6px;}
  .lang-toggle button{padding:2px 3px; color:var(--muted);}
  .lang-toggle button.active{color:var(--ink);}
  .hamburger{width:26px; height:18px; position:relative; display:none;}
  .hamburger span{position:absolute; left:0; width:100%; height:1.5px; background:var(--ink); transition:transform .25s, opacity .2s, background .25s;}
  .hamburger span:nth-child(1){top:0;} .hamburger span:nth-child(2){top:8px;} .hamburger span:nth-child(3){top:16px;}
  .hamburger.open span{background:var(--gold);}
  .hamburger.open span:nth-child(1){transform:translateY(8px) rotate(45deg);}
  .hamburger.open span:nth-child(2){opacity:0;}
  .hamburger.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg);}
  .mobile-menu{
    position:fixed; top:70px; left:0; right:0; background:var(--cream); z-index:99;
    max-height:0; overflow:hidden; transition:max-height .35s ease; display:none;
    border-bottom:1px solid var(--line); box-shadow:0 12px 24px rgba(11,22,40,0.08);
  }
  .mobile-menu.open{max-height:600px;}
  .mobile-menu-inner{padding:8px 24px 20px;}
  .mobile-menu a{display:block; font-size:18px; font-weight:700; padding:14px 0; border-bottom:1px solid var(--line); font-family:'Archivo'; opacity:0; transform:translateY(-6px); transition:opacity .3s ease, transform .3s ease;}
  .mobile-menu.open a{opacity:1; transform:translateY(0);}
  .mobile-menu.open a:nth-child(1){transition-delay:.03s;}
  .mobile-menu.open a:nth-child(2){transition-delay:.07s;}
  .mobile-menu.open a:nth-child(3){transition-delay:.11s;}
  .mobile-menu.open a:nth-child(4){transition-delay:.15s;}
  .mobile-menu.open a:nth-child(5){transition-delay:.19s;}
  .mobile-menu.open a:nth-child(6){transition-delay:.23s;}

  /* ===== Sub bar ===== */
  .subbar{border-bottom:1px solid var(--line);}
  .subbar .container{display:flex; justify-content:space-between; padding:16px 56px; font-size:11px; letter-spacing:0.1em; font-weight:600; color:var(--ink-soft);}

  /* ===== Hero ===== */
  .hero{padding:88px 0 0;}
  .hero h1{font-size:clamp(40px,6.4vw,92px); line-height:0.98; letter-spacing:-0.02em; font-weight:800;}
  .hero h1 .gold{color:var(--gold);}
  .hero-row{display:flex; justify-content:space-between; align-items:flex-end; gap:40px; flex-wrap:wrap; margin-top:28px;}
  .hero-sub{font-size:15px; color:var(--ink-soft); font-weight:500; max-width:380px;}
  .hero-card{
    border-left:3px solid var(--gold); background:var(--cream-2); padding:20px 24px; max-width:330px;
  }
  .hero-card .eyebrow{color:var(--gold); margin-bottom:8px;}
  .hero-card p{font-size:13.5px; line-height:1.65; color:var(--ink-soft);}
  .hero-btn{
    display:inline-flex; align-items:center; gap:8px; background:var(--navy); color:#fff;
    padding:15px 24px; font-size:12.5px; font-weight:700; letter-spacing:0.06em; margin-top:18px;
  }

  .hero-band{border-top:1px solid var(--line); border-bottom:1px solid var(--line); margin-top:56px;}
  .hero-band .container{display:flex; justify-content:space-between; padding:22px 56px; flex-wrap:wrap; gap:10px;}
  .hero-band span{font-size:11.5px; letter-spacing:0.1em; font-weight:700; color:var(--ink-soft);}
  .hero-band span.gold{color:var(--gold);}

  /* ===== Section shell ===== */
  section{padding:96px 0;}
  .eyebrow{font-size:11.5px; letter-spacing:0.12em; font-weight:700; color:var(--gold); margin-bottom:14px; display:flex; gap:8px; align-items:center;}
  .eyebrow .n{color:var(--gold);}
  .section-top{display:flex; justify-content:space-between; align-items:flex-end; gap:40px; flex-wrap:wrap; margin-bottom:44px;}
  .section-top h2{font-size:clamp(24px,2.8vw,34px); line-height:1.3; max-width:560px;}
  .section-top .side{max-width:400px;}
  .section-top .side p{font-size:14px; color:var(--ink-soft); line-height:1.7; margin-bottom:14px;}
  .view-all{font-size:12px; font-weight:700; letter-spacing:0.05em; border-bottom:1px solid var(--ink); padding-bottom:3px;}

  /* ===== Services (WHAT WE SOLVE) ===== */
  .services-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:14px;}
  .service-card{background:var(--navy); color:#fff; padding:24px 22px 26px; display:flex; flex-direction:column;}
  .service-card .num{font-size:11px; color:var(--gold); font-weight:700; margin-bottom:8px; font-family:'Archivo';}
  .service-card .name{font-size:19px; font-weight:800; font-family:'Archivo'; margin-bottom:24px;}
  .service-card .d{font-size:13px; color:rgba(255,255,255,0.9); margin-bottom:12px; line-height:1.6;}
  .service-card .s{font-size:11.5px; color:rgba(255,255,255,0.55); line-height:1.6;}

  /* ===== Intelligence (dark) ===== */
  .intel{background:var(--navy); color:#fff;}
  .intel .eyebrow{color:var(--gold);}
  .intel h2{font-size:clamp(22px,2.6vw,32px); line-height:1.4; max-width:640px; margin-bottom:16px;}
  .intel > .container > p{font-size:14px; color:rgba(255,255,255,0.68); max-width:560px; line-height:1.7;}
  .intel-top{display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:24px; margin-bottom:48px;}
  .intel-tag{font-size:11px; letter-spacing:0.09em; font-weight:700; color:rgba(255,255,255,0.5); white-space:nowrap;}
  .intel-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
  .intel-art{
    position:relative; aspect-ratio:16/10.2; background:linear-gradient(160deg,#0b1628,#151f33);
    overflow:hidden; padding:26px;
  }
  .intel-art svg{position:absolute; inset:0; width:100%; height:100%;}
  .intel-art .quote{position:relative; z-index:2; font-size:clamp(18px,2vw,25px); font-weight:700; line-height:1.35; align-self:flex-end;}
  .intel-art .quote .hl{color:var(--gold);}
  .intel-art{display:flex; align-items:flex-end;}
  .intel-btn{
    display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,0.35); color:#fff;
    padding:14px 22px; font-size:12px; font-weight:700; letter-spacing:0.05em; margin-top:22px;
  }
  .intel-list{display:flex; flex-direction:column;}
  .intel-item{display:grid; grid-template-columns:32px 1fr; gap:14px; padding:18px 0; border-top:1px solid var(--line-dark);}
  .intel-item:last-child{border-bottom:1px solid var(--line-dark);}
  .intel-item .n{font-size:11px; color:var(--gold); font-weight:700; font-family:'Archivo';}
  .intel-item h4{font-size:15.5px; font-weight:700; margin-bottom:5px;}
  .intel-item p{font-size:12.5px; color:rgba(255,255,255,0.6); line-height:1.6;}

  /* ===== Process ===== */
  .process-grid{display:grid; grid-template-columns:repeat(5,1fr);}
  .process-step{padding:22px 24px 0 0; border-top:1px solid var(--line);}
  .process-step .top{display:flex; justify-content:space-between; font-size:11px; color:var(--muted); font-weight:700; margin-bottom:14px; font-family:'Archivo';}
  .process-step h3{font-size:15.5px; margin-bottom:8px; font-family:'Archivo'; font-weight:800;}
  .process-step p{font-size:12.5px; color:var(--ink-soft); line-height:1.6;}

  /* ===== Work / Insights grids ===== */
  .cards-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
  .svc-overview-grid{grid-template-columns:repeat(5,1fr);}
  .work-card .thumb{aspect-ratio:4/5.1; overflow:hidden; position:relative;}
  .work-card .thumb img{width:100%; height:100%; object-fit:cover; object-position:left center;}
  .work-card .tags{display:flex; gap:8px; margin:14px 0 10px;}
  .work-card .tags span{font-size:10.5px; font-weight:700; letter-spacing:0.04em; border:1px solid var(--line); padding:4px 9px; color:var(--ink-soft);}
  .work-card .cap{font-size:14px; font-weight:700; line-height:1.5;}

  .insight-card .thumb{aspect-ratio:4/3; overflow:hidden;}
  .insight-card .thumb img{width:100%; height:100%; object-fit:cover;}
  .insight-card .meta{display:flex; justify-content:space-between; padding:14px 16px 0; font-size:10.5px; font-weight:700; letter-spacing:0.03em;}
  .insight-card .meta .date{color:var(--muted);}
  .insight-card .meta .tag{color:var(--gold);}
  .insight-card .headline{padding:8px 16px 18px; font-size:14px; font-weight:700; line-height:1.5;}
  .insight-card{background:var(--cream-2); border:1px solid var(--line);}

  /* ===== Senior-led advisory ===== */
  .advisory{background:var(--navy); color:#fff;}
  .advisory-grid{display:grid; grid-template-columns:1.5fr 1fr; gap:56px; align-items:start;}
  .advisory h2{font-size:clamp(22px,2.6vw,32px); line-height:1.4; margin-bottom:20px;}
  .advisory > .advisory-grid > div:first-child p{font-size:14px; color:rgba(255,255,255,0.68); line-height:1.75; max-width:480px; margin-bottom:40px;}
  .pill-row{display:flex; gap:10px; flex-wrap:wrap; margin-top:8px;}
  .pill{border:1px solid rgba(255,255,255,0.3); padding:10px 16px; font-size:11.5px; font-weight:700; letter-spacing:0.05em;}
  .affiliate-box{border-left:2px solid var(--gold); padding:22px 26px; background:rgba(255,255,255,0.03);}
  .affiliate-box .tag{font-size:11px; letter-spacing:0.09em; font-weight:700; color:rgba(255,255,255,0.5); margin-bottom:14px;}
  .affiliate-box h4{font-size:17px; font-weight:800; margin-bottom:10px; font-family:'Archivo';}
  .affiliate-box p{font-size:13px; color:rgba(255,255,255,0.62); line-height:1.65;}

  /* ===== CTA bar ===== */
  .cta-bar{background:var(--navy-2); color:#fff; border-top:1px solid var(--line-dark);}
  .cta-bar .container{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; padding:52px 56px;}
  .cta-bar h2{font-size:clamp(19px,2.2vw,27px); font-weight:700; max-width:640px;}
  .cta-bar h2 .gold{color:var(--gold);}
  .cta-btn{display:inline-flex; align-items:center; gap:8px; background:#fff; color:var(--navy); padding:15px 24px; font-size:12.5px; font-weight:800; letter-spacing:0.05em; flex-shrink:0;}

  /* ===== Footer ===== */
  footer.site-footer{background:var(--navy); color:rgba(255,255,255,0.7);}
  .footer-wrap{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:20px; padding:34px 56px;}
  .footer-wrap .logo img{height:26px;}
  .footer-links{display:flex; gap:22px; flex-wrap:wrap;}
  .footer-links a{font-size:11.5px; font-weight:700; letter-spacing:0.05em; color:rgba(255,255,255,0.7);}
  .footer-addr{font-size:11.5px; line-height:1.8; color:rgba(255,255,255,0.55); text-align:right;}
  .footer-addr a{color:rgba(255,255,255,0.75); font-weight:600;}

  /* ===== Responsive ===== */
  @media(max-width:980px){
    .container{padding:0 24px;}
    .subbar .container{padding:14px 24px;}
    nav.primary{display:none;}
    .hamburger{display:block;}
    .mobile-menu{display:block;}
    section{padding:64px 0;}
    .hero{padding:56px 0 0;}
    .hero-band .container{padding:18px 24px; flex-direction:column; gap:8px;}
    .services-grid{grid-template-columns:1fr 1fr;}
    .intel-grid{grid-template-columns:1fr; gap:40px;}
    .process-grid{grid-template-columns:1fr 1fr; row-gap:28px;}
    .process-step{padding-right:16px;}
    .cards-grid{grid-template-columns:1fr 1fr; gap:16px;}
    .svc-overview-grid{grid-template-columns:repeat(3,1fr); gap:14px;}
    .advisory-grid{grid-template-columns:1fr; gap:36px;}
    .cta-bar .container{padding:40px 24px; flex-direction:column; align-items:flex-start;}
    .footer-wrap{flex-direction:column; align-items:flex-start; padding:28px 24px;}
    .footer-addr{text-align:left;}
  }
  @media(max-width:600px){
    .services-grid{grid-template-columns:1fr;}
    .cards-grid{grid-template-columns:1fr;}
    .svc-overview-grid{grid-template-columns:1fr 1fr;}
    .process-grid{grid-template-columns:1fr;}
  }

/* ===== Shared: inner-page header band ===== */
.page-hero{padding:56px 0 44px; border-bottom:1px solid var(--line);}
.page-hero .eyebrow{margin-bottom:18px;}
.page-hero h1{font-size:clamp(26px,3.4vw,42px); line-height:1.25; max-width:720px; margin-bottom:20px;}
.page-hero .rule{margin-bottom:26px;}
.page-hero-grid{display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; align-items:flex-start;}
.page-hero-side{max-width:420px; background:var(--cream-2); border-left:3px solid var(--gold); padding:20px 24px;}
.page-hero-side p{font-size:13.5px; color:var(--ink-soft); line-height:1.7; margin-bottom:14px;}
.page-hero-side ol{list-style:none; display:flex; flex-direction:column; gap:10px;}
.page-hero-side li{font-size:13px; color:var(--ink-soft); display:grid; grid-template-columns:22px 1fr; gap:8px;}
.page-hero-side li b{color:var(--gold); font-family:'Archivo'; font-size:11px;}

/* ===== Simple bordered table ===== */
.table-wrap{border-top:1.5px solid var(--ink); border-bottom:1px solid var(--line);}
.table-wrap.on-dark{border-top-color:rgba(255,255,255,0.4); border-bottom-color:var(--line-dark);}
table.gm-table{width:100%; border-collapse:collapse;}
table.gm-table th{text-align:left; font-size:11px; letter-spacing:0.06em; font-weight:700; color:var(--muted); padding:14px 16px; border-bottom:1px solid var(--line);}
table.gm-table td{font-size:13.5px; padding:16px; border-bottom:1px solid var(--line); vertical-align:top; color:var(--ink-soft);}
table.gm-table td:first-child, table.gm-table td.strong{color:var(--ink); font-weight:700;}
.on-dark table.gm-table th{color:rgba(255,255,255,0.5); border-bottom-color:var(--line-dark);}
.on-dark table.gm-table td{color:rgba(255,255,255,0.7); border-bottom-color:var(--line-dark);}
.on-dark table.gm-table td.strong{color:#fff;}

/* ===== Definition list (label / value rows) ===== */
.deflist{border-top:1px solid var(--line);}
.deflist .row{display:grid; grid-template-columns:140px 1fr; gap:24px; padding:26px 0; border-bottom:1px solid var(--line);}
.deflist .row .label{font-size:12px; font-weight:700; letter-spacing:0.08em; color:var(--muted); font-family:'Archivo';}
.deflist .row .value{font-size:18px; font-weight:700; font-family:'Archivo';}
.deflist .row .value.plain{font-size:14px; font-weight:500; font-family:'Pretendard'; color:var(--ink-soft); line-height:1.7;}
.deflist .row .sub{font-size:13px; color:var(--ink-soft); margin-top:6px; font-weight:400;}

/* ===== Numbered feature grid (2-3-4 col, label + desc) ===== */
.num-grid{display:grid; gap:1px; background:var(--line);}
.num-grid.cols-2{grid-template-columns:1fr 1fr;}
.num-grid.cols-3{grid-template-columns:repeat(3,1fr);}
.num-grid.cols-4{grid-template-columns:repeat(4,1fr);}
.num-grid.cols-5{grid-template-columns:repeat(5,1fr);}
.num-cell{background:var(--cream); padding:24px 22px;}
.num-cell.on-dark{background:var(--navy);}
.num-cell .n{font-size:11px; color:var(--gold); font-weight:700; margin-bottom:10px; font-family:'Archivo';}
.num-cell h4{font-size:15px; font-weight:700; margin-bottom:8px;}
.num-cell.on-dark h4{color:#fff;}
.num-cell p{font-size:12.5px; color:var(--ink-soft); line-height:1.6;}
.num-cell.on-dark p{color:rgba(255,255,255,0.62);}

/* ===== Quote band (full-width photo, dark overlay, centered-ish text) ===== */
.quote-band{position:relative; color:#fff; overflow:hidden;}
.quote-band .bg{position:absolute; inset:0; z-index:0; background-size:cover; background-position:center;}
.quote-band .bg::after{content:''; position:absolute; inset:0; background:linear-gradient(200deg, rgba(11,22,40,0.55), rgba(11,22,40,0.92));}
.quote-band .container{position:relative; z-index:1; padding:96px 56px;}
.quote-band h2{font-size:clamp(22px,3vw,36px); line-height:1.35; max-width:640px; margin-bottom:18px;}
.quote-band p.tag{font-size:12.5px; letter-spacing:0.06em; font-weight:700; color:rgba(255,255,255,0.72);}

/* ===== Highlighted dark bar (single line statement) ===== */
.stat-bar{background:var(--navy); color:#fff; padding:26px 28px; font-size:14.5px; font-weight:600;}
.stat-bar.entry{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px;}
.stat-bar.entry .left .tag{font-size:11px; letter-spacing:0.08em; color:rgba(255,255,255,0.5); font-weight:700; margin-bottom:6px;}
.stat-bar.entry .left .title{font-size:16px; font-weight:700; font-family:'Archivo';}
.stat-bar.entry .right{font-size:12px; color:rgba(255,255,255,0.62); text-align:right; line-height:1.6;}

/* ===== Practice detail block (used on services.html for 5 areas) ===== */
.practice{padding:72px 0; border-top:1px solid var(--line);}
.practice-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px;}
.practice-title{font-size:clamp(30px,4vw,48px); font-weight:800; font-family:'Archivo'; letter-spacing:0.02em; margin-bottom:20px;}
.practice-grid .lead{font-size:16px; font-weight:700; line-height:1.5; margin-bottom:20px;}
.practice-grid .rule{margin-bottom:20px;}
.practice-grid p{font-size:13.5px; color:var(--ink-soft); line-height:1.75; margin-bottom:12px;}
.practice-core .tag{font-size:11px; letter-spacing:0.08em; font-weight:700; color:var(--muted); margin-bottom:6px;}
.practice-core .item{padding:16px 0; border-bottom:1px solid var(--line);}
.practice-core .item h4{font-size:16px; font-weight:700; margin-bottom:5px;}
.practice-core .item p{font-size:12.5px; color:var(--ink-soft); margin:0;}
.practice-note{font-size:12.5px; color:var(--muted); margin-top:22px; padding-top:18px; border-top:1px solid var(--line);}

/* ===== Pill grid (who we work with, etc.) ===== */
.pill-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border-top:1px solid var(--line);}
.pill-grid .cell{background:var(--cream); padding:24px 22px;}
.pill-grid .cell .n{font-size:11px; color:var(--gold); font-weight:700; margin-bottom:10px; font-family:'Archivo';}
.pill-grid .cell h4{font-size:15px; font-weight:700; margin-bottom:6px;}
.pill-grid .cell p{font-size:12.5px; color:var(--ink-soft); line-height:1.6;}

/* ===== Contact page specific ===== */
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start;}
.contact-brand .word{font-size:22px; font-weight:700; font-family:'Archivo'; margin-top:22px;}

@media(max-width:980px){
  .page-hero-grid{flex-direction:column;}
  .num-grid.cols-3, .num-grid.cols-4, .num-grid.cols-5{grid-template-columns:1fr 1fr;}
  .practice-grid{grid-template-columns:1fr; gap:32px;}
  .pill-grid{grid-template-columns:1fr;}
  .deflist .row{grid-template-columns:1fr;}
  .contact-grid{grid-template-columns:1fr;}
  .stat-bar.entry{flex-direction:column; align-items:flex-start;}
  .stat-bar.entry .right{text-align:left;}
  .quote-band .container{padding:64px 24px;}
}
@media(max-width:600px){
  .num-grid.cols-2, .num-grid.cols-3, .num-grid.cols-4, .num-grid.cols-5{grid-template-columns:1fr;}
}
