:root{
  /* Nordic B&O warm-neutral base */
  --bg:#d9c6c1;
  --bg2:#d2bdb7;

  --ink:#111010;
  --muted: rgba(17,16,16,.62);

  --line: rgba(17,16,16,.10);

  --taupe:#6f5c55;
  --gold:#b89b74;

  --r: 18px;

  /* Wider canvas => everything feels more to the right */
  --max: 1220px;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }

body{
  margin:0;
  color: var(--ink);
  background:
    radial-gradient(1000px 700px at 18% -10%, rgba(255,255,255,.38), transparent 62%),
    radial-gradient(900px 700px at 110% 15%, rgba(111,92,85,.10), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  font-family: Inter, "Noto Sans TC", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  letter-spacing: .1px;
}

/* ===== Traditional Chinese font lock (consistent everywhere) ===== */
.zh{
  font-family: "Noto Sans TC","PingFang TC","Microsoft JhengHei","Heiti TC",sans-serif;
  font-kerning: normal;
}

.wrap{
  /* smaller side gutter => nav/actions/services/contact move outward */
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

a{ color: inherit; text-decoration: none; }
img{ max-width:100%; display:block; }

/* Header: slightly darker with light brown/gold/pink mix */
.header{
  position: sticky;
  top:0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background:
    linear-gradient(90deg,
      rgba(122, 92, 85, .22),
      rgba(184,155,116,.16),
      rgba(214,174,179,.16)
    ),
    rgba(214,190,186,.62);
  border-bottom: 1px solid var(--line);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 16px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap: 14px;
  min-width: 220px;
}
.logo{
  width: 46px;
  height: 46px;
  object-fit: contain;
}
.brand-text{ line-height: 1.1; }
.brand-en{ font-weight: 600; letter-spacing: .2px; }
.brand-zh{ margin-top: 4px; font-size: 12px; color: var(--taupe); letter-spacing: 2px; }

/* push services/contact + buttons further right */
.nav{
  margin-left: auto;
  display:flex;
  align-items:center;
  gap: 18px;
  color: rgba(17,16,16,.70);
  font-weight: 500;
}
.nav a{
  padding: 8px 10px;
  border-radius: 12px;
}
.nav a:hover{
  background: rgba(255,255,255,.22);
}

.actions{
  display:flex;
  align-items:center;
  gap: 10px;
}

/* Buttons - minimal, no heavy shadow */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.20);
}
.btn:hover{ background: rgba(255,255,255,.30); }

.btn-solid{
  border-color: rgba(184,155,116,.35);
  background: rgba(184,155,116,.52);
}
.btn-solid:hover{ background: rgba(184,155,116,.60); }

.btn-soft{
  background: rgba(255,255,255,.16);
}

/* Hero */
.hero{
  padding: 74px 0 38px;
}

/* alignment: right edge of keylist aligns with right edge of 3rd services column */
.hero-grid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
  align-items:start;
}

.eyebrow{
  font-size: 12px;
  color: rgba(17,16,16,.62);
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.h1{
  margin: 14px 0 10px;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.18;
  letter-spacing: -0.9px;
  font-weight: 600;
}
.lede{
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 62ch;
}

.meta{
  margin-top: 14px;
  color: rgba(17,16,16,.58);
  font-size: 13px;
}

.cta{
  margin-top: 18px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Right key list */
.keylist{
  border-left: 1px solid var(--line);
  padding-left: 18px;
  display:flex;
  flex-direction:column;
  gap: 14px;
}
.keyitem .k{
  font-size: 12px;
  letter-spacing: 1.2px;
  color: rgba(17,16,16,.58);
  text-transform: uppercase;
}
.keyitem .v{
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: .2px;
}

/* Sections */
.section{
  padding: 28px 0 0;
}
.section-head{
  margin: 0 0 14px;
}
.h2{
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -.2px;
}
.slash{ color: rgba(17,16,16,.40); margin: 0 6px; }
.sub{
  margin: 0;
  color: rgba(17,16,16,.62);
  line-height: 1.7;
}

/* Services (kept same: 3 columns, 6 boxes) */
.services{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.svc{
  padding: 16px 16px 14px;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.22);
}
.svc-title{
  font-weight: 600;
  letter-spacing: .2px;
}
.svc-zh{
  margin-top: 6px;
  font-size: 13px;
  color: var(--taupe);
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Noto Sans TC","PingFang TC","Microsoft JhengHei","Heiti TC",sans-serif;
}
.svc-desc{
  margin-top: 10px;
  color: rgba(17,16,16,.62);
  font-size: 13px;
  line-height: 1.6;
}

/* Divider */
.divider{
  height: 1px;
  background: var(--line);
  margin: 26px 0 0;
}

/* Contacts */
.contacts{
  margin-top: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.person{
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: rgba(255,255,255,.22);
  padding: 16px;
}
.person-head{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap: 10px;
}
.person-name{ font-weight: 650; letter-spacing:.2px; }
.person-role{ font-size: 12px; color: rgba(17,16,16,.58); font-weight: 600; }

.rows{ margin-top: 12px; display:flex; flex-direction:column; gap: 10px; }
.r{ display:flex; align-items:baseline; justify-content:space-between; gap: 12px; }
.rk{ font-size: 12px; color: rgba(17,16,16,.56); letter-spacing: 1px; text-transform: uppercase; }
.rv{ font-weight: 600; }

.alink{
  border-bottom: 1px solid rgba(184,155,116,.55);
}
.alink:hover{
  border-bottom-color: rgba(184,155,116,.95);
}

.footnote{
  margin-top: 14px;
  color: rgba(17,16,16,.60);
  line-height: 1.7;
}

/* Footer */
.footer{
  margin-top: 18px;
  padding: 16px 0 30px;
  border-top: 1px solid var(--line);
  color: rgba(17,16,16,.50);
  font-size: 12px;
}

/* Responsive */
@media (max-width: 980px){
  .hero-grid{ grid-template-columns: 1fr; }
  .keylist{
    border-left: none;
    padding-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 16px;
  }
  .services{ grid-template-columns: repeat(2, 1fr); }
  .contacts{ grid-template-columns: 1fr; }
}
@media (max-width: 620px){
  .wrap{ width: min(var(--max), calc(100% - 28px)); }
  .services{ grid-template-columns: 1fr; }
}
