/*
Theme Name: LCSH Legal Compliance Support Hub
Theme URI: https://lcshbiz.co.uk
Author: LCSH
Author URI: https://lcshbiz.co.uk
Description: Custom theme for Legal Compliance Support Hub Ltd. — IAA-regulated UK Immigration & Chinese Solicitors. Supports bilingual EN/ZH display, WordPress Customizer controls for colours, contact details, hero text, and footer content.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.5
License: Proprietary
Text Domain: lcsh
*/

/* ============================================================
   CUSTOMISER-DRIVEN CSS VARIABLES
   These are overridden by wp_add_inline_style() in functions.php
   based on Customizer settings.
   ============================================================ */
:root {
  --nv: #1a2744;
  --nvl: #243460;
  --gd: #b8973b;
  --gdl: #d4b96a;
  --cr: #f8f5ef;
  --wh: #ffffff;
  --gl: #f0ede6;
  --gm: #9a9088;
  --tx: #2c2620;
  --tl: #6b6358;
  --bd: #ddd8cd;
  --sh: 0 4px 32px rgba(26,39,68,.10);
  --slg: 0 8px 48px rgba(26,39,68,.16);
}

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--tx);
  background: var(--wh);
  overflow-x: hidden;
}
img { max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  line-height: 1.2;
}

/* ============================================================
   LANGUAGE VISIBILITY
   ============================================================ */
body.lang-en .zh { display: none !important; }
body.lang-zh .en { display: none !important; }
body.lang-en .zo { display: none !important; }
body.lang-zh .eo { display: none !important; }
body.blg-en .blgzh { display: none !important; }
body.blg-zh .blgen { display: none !important; }
.zh-nav-links { display: none !important; }
body.zh-mode .zh-nav-links { display: flex !important; }
body.zh-mode .zh-cta-btn { display: inline-flex !important; }
body:not(.zh-mode) .zh-cta-btn { display: none !important; }
body.zh-mode #nav-dept-pill { display: none !important; }
.zh-share-card { display: none; }
body.zh-mode .zh-share-card { display: block; }
.zh-imm-only { display: none !important; }
body.zh-mode .zh-imm-only { display: block !important; }

/* ============================================================
   PAGES (SPA router)
   ============================================================ */
.pg { display: none; }
.pg.on { display: block; }

/* ============================================================
   LANGUAGE BAR
   ============================================================ */
#lb {
  background: var(--nv);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px;
  height: 34px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.lb {
  padding: 0 11px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  color: rgba(255,255,255,.5);
  transition: color .2s;
  text-transform: uppercase;
}
.lb:hover, .lb.on { color: var(--gd); }
.lb.on { font-weight: 700; }
.lbd { color: rgba(255,255,255,.2); }

/* ============================================================
   NAV
   ============================================================ */
#nv {
  background: var(--wh);
  border-bottom: 1px solid var(--bd);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  height: 76px;
  position: sticky;
  top: 34px;
  z-index: 999;
  box-shadow: 0 2px 18px rgba(26,39,68,.06);
}
.nl { display: flex; align-items: center; gap: 2px; }
.nlogo { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.nlogo img { height: 56px; width: auto; }
.nltt .nn { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 600; color: var(--nv); line-height: 1.1; }
.nltt .ns { font-size: 8px; letter-spacing: .18em; text-transform: uppercase; color: var(--gm); font-weight: 500; }
.nk {
  padding: 6px 10px;
  font-size: 10px;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--tl);
  border-radius: 3px;
  transition: color .2s, background .2s;
  cursor: pointer;
}
.nk:hover { color: var(--nv); background: var(--gl); }
.ndp { display: flex; border: 1px solid var(--bd); border-radius: 4px; overflow: hidden; margin: 0 5px; }
.nd {
  padding: 5px 9px;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
  transition: background .2s, color .2s;
}
.nd.im { background: #edf0f8; color: var(--nv); border-right: 1px solid var(--bd); }
.nd.im:hover { background: var(--nv); color: var(--wh); }
.nd.cl { background: #fdf4de; color: #7a5200; }
.nd.cl:hover { background: var(--gd); color: var(--nv); }
.ncta {
  margin-left: 10px;
  padding: 8px 17px;
  background: var(--nv);
  color: var(--wh);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
  transition: background .2s;
}
.ncta:hover { background: var(--nvl); }

/* ============================================================
   HERO
   ============================================================ */
#hero {
  background: linear-gradient(135deg, var(--nv) 0%, #0f1a38 60%, #1a3060 100%);
  color: var(--wh);
  min-height: 86vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 72px 40px;
}
.hbg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 15% 80%, rgba(184,151,59,.12) 0%, transparent 50%),
    radial-gradient(circle at 85% 20%, rgba(184,151,59,.08) 0%, transparent 50%);
}
.hc { position: relative; z-index: 2; max-width: 680px; }
.hbdg {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(184,151,59,.15);
  border: 1px solid rgba(184,151,59,.4);
  color: var(--gdl);
  font-size: 9px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 24px;
}
.hbdg::before { content: ''; width: 5px; height: 5px; background: var(--gd); border-radius: 50%; }
.ht { font-size: clamp(38px, 5.2vw, 66px); font-weight: 300; line-height: 1.05; margin-bottom: 8px; color: var(--wh); }
.ht strong { font-weight: 600; color: var(--gdl); display: block; }
.hd { font-size: 14.5px; line-height: 1.8; color: rgba(255,255,255,.75); max-width: 540px; margin-bottom: 36px; font-weight: 300; }
.ha { display: flex; gap: 11px; flex-wrap: wrap; align-items: center; }
.bg {
  background: var(--gd);
  color: var(--nv);
  padding: 12px 28px;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  transition: background .2s, transform .2s;
  cursor: pointer;
  border: none;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}
.bg:hover { background: var(--gdl); transform: translateY(-1px); }
.bwo {
  border: 1px solid rgba(255,255,255,.4);
  color: var(--wh);
  padding: 11px 26px;
  font-size: 11px;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  background: transparent;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  transition: border-color .2s, background .2s;
}
.bwo:hover { border-color: var(--gdl); background: rgba(255,255,255,.06); }
.hiaa {
  position: absolute;
  bottom: 36px;
  right: 56px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  padding: 16px 20px;
  text-align: center;
}
.ibp {
  width: 125px;
  height: 183px;
  background: rgba(184,151,59,.18);
  border: 1px solid var(--gd);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
}
.ibp a { color: var(--gdl); display: flex; flex-direction: column; align-items: center; gap: 5px; }
.ibig { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 600; line-height: 1; }
.isml { font-size: 8px; letter-spacing: .09em; text-transform: uppercase; text-align: center; line-height: 1.5; }
.ireg { font-size: 7px; color: rgba(255,255,255,.35); margin-top: 5px; text-align: center; line-height: 1.4; }
.hiaa p { font-size: 9.5px; color: rgba(255,255,255,.5); line-height: 1.6; margin-top: 8px; }

/* ============================================================
   TRUST BAR
   ============================================================ */
#tb {
  background: var(--cr);
  border-bottom: 1px solid var(--bd);
  padding: 18px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.ti { display: flex; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; color: var(--nv); }
.ti svg { color: var(--gd); flex-shrink: 0; }
.tdv { width: 1px; height: 20px; background: var(--bd); }
.zh-hide { display: block; }
body.zh-mode .zh-hide { display: none !important; }

/* ============================================================
   TWO-DEPT BANNER
   ============================================================ */
#db { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 2px solid var(--bd); }
.dp {
  padding: 32px 44px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
  transition: background .2s;
  width: 100%;
}
.dp.dm { background: var(--wh); border-right: 1px solid var(--bd); }
.dp.dc { background: var(--cr); }
.dp:hover { background: var(--gl); }
.di { width: 46px; height: 46px; border-radius: 5px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 21px; }
.di.ii { background: #edf0f8; }
.di.ci { background: #fdf4de; }
.db2 h3 { font-size: 20px; color: var(--nv); margin-bottom: 2px; }
.dtg { font-size: 9px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; margin-bottom: 6px; display: block; }
.dtg.it { color: var(--nv); }
.dtg.ct { color: var(--gd); }
.db2 p { font-size: 12px; color: var(--tl); line-height: 1.7; font-weight: 300; max-width: 310px; }
.dq { margin-top: 8px; font-size: 10px; font-weight: 700; color: var(--tx); background: var(--gl); display: inline-block; padding: 3px 8px; border-radius: 2px; }
.dar { margin-left: auto; color: var(--gm); font-size: 18px; align-self: center; transition: transform .2s; }
.dp:hover .dar { transform: translateX(4px); }

/* ============================================================
   SECTIONS
   ============================================================ */
.sec { padding: 76px 40px; }
.si { max-width: 1100px; margin: 0 auto; }
.sl { font-size: 9.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--gd); margin-bottom: 9px; }
.st { font-size: clamp(28px, 3.6vw, 44px); color: var(--nv); margin-bottom: 12px; }
.ss { font-size: 14px; color: var(--tl); line-height: 1.8; max-width: 580px; font-weight: 300; }
.sd { width: 42px; height: 2px; background: var(--gd); margin: 14px 0; }

/* ============================================================
   IMMIGRATION CARDS
   ============================================================ */
.ig { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-top: 44px; }
.ic {
  background: var(--wh);
  border: 1px solid var(--bd);
  border-radius: 6px;
  padding: 26px 22px;
  transition: box-shadow .25s, border-color .25s, transform .25s;
  position: relative;
  overflow: hidden;
}
.ic::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--gd);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.ic:hover { box-shadow: var(--slg); border-color: transparent; transform: translateY(-3px); }
.ic:hover::before { transform: scaleX(1); }
.ico { width: 38px; height: 38px; background: var(--cr); border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; color: var(--nv); }
.ic h3 { font-size: 18px; color: var(--nv); margin-bottom: 8px; }
.ic p { font-size: 12.5px; color: var(--tl); line-height: 1.75; font-weight: 300; }
.ic ul li { font-size: 11.5px; color: var(--tl); padding: 2px 0 2px 12px; position: relative; font-weight: 300; line-height: 1.6; }
.ic ul li::before { content: '›'; position: absolute; left: 0; color: var(--gd); font-weight: 700; }

/* ============================================================
   IAA STRIP
   ============================================================ */
.istr {
  background: var(--cr);
  border-top: 1px solid var(--bd);
  border-bottom: 1px solid var(--bd);
  padding: 14px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  text-align: center;
}
.ivb a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--nv);
  color: var(--wh);
  padding: 7px 14px;
  border-radius: 3px;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background .2s;
}
.ivb a:hover { background: var(--nvl); }
.ixt { font-size: 11px; color: var(--tl); max-width: 500px; line-height: 1.6; }
.ixt strong { color: var(--nv); }

/* ============================================================
   CHATBOT SECTION
   ============================================================ */
#cbs { background: linear-gradient(135deg, var(--nv) 0%, var(--nvl) 100%); color: var(--wh); padding: 66px 40px; }
.cbi { max-width: 880px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.cbt .sl { color: var(--gdl); }
.cbt .st { color: var(--wh); }
.cbt .ss { color: rgba(255,255,255,.7); max-width: 100%; }
.cbn { margin-top: 14px; font-size: 11.5px; color: rgba(255,255,255,.5); line-height: 1.7; font-weight: 300; }
.cbn a { color: var(--gdl); text-decoration: underline; }
.cbw { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; padding: 24px; }
.cbh { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.cbav { width: 32px; height: 32px; background: var(--gd); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; }
.cbht span { display: block; font-size: 11px; font-weight: 700; color: var(--wh); }
.cbht small { font-size: 9.5px; color: rgba(255,255,255,.45); }
.cbb { background: rgba(255,255,255,.1); border-radius: 4px 11px 11px 11px; padding: 10px 14px; font-size: 12.5px; color: rgba(255,255,255,.85); line-height: 1.6; margin-bottom: 12px; }
.cbl { width: 100%; background: var(--gd); color: var(--nv); border: none; border-radius: 5px; padding: 10px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .2s; }
.cbl:hover { background: var(--gdl); }
.cbsn { text-align: center; margin-top: 9px; font-size: 10px; color: rgba(255,255,255,.35); letter-spacing: .05em; }
/* Chinese share buttons */
.chat-zh-share-btns { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
.chat-zh-btn { padding: 9px 18px; border: none; border-radius: 4px; font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 700; cursor: pointer; transition: opacity .2s; }
.chat-zh-btn.wc { background: #07c160; color: white; }
.chat-zh-btn.xhs { background: #ff2442; color: white; }
.chat-zh-btn:hover { opacity: .85; }

/* ============================================================
   TEAM
   ============================================================ */
.tsw { display: grid; grid-template-columns: 1fr; gap: 44px; margin-top: 44px; align-items: start; }
.tfc { background: var(--wh); border-radius: 8px; overflow: hidden; box-shadow: var(--slg); display: flex; }
.tfp { width: 160px; min-height: 210px; background: linear-gradient(135deg, var(--nv), var(--nvl)); flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tfp img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.tfin { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: rgba(255,255,255,.3); }
.tfb { padding: 24px 22px; }
.tfb h3 { font-size: 22px; color: var(--nv); margin-bottom: 3px; }
.tfr { font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gd); font-weight: 700; margin-bottom: 10px; display: block; }
.tfb p { font-size: 12.5px; color: var(--tl); line-height: 1.75; font-weight: 300; }
.ttag { background: var(--cr); color: var(--nv); font-size: 9px; letter-spacing: .07em; padding: 2px 7px; border-radius: 2px; font-weight: 700; }
.fm { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; color: var(--nv); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border: none; border-bottom: 2px solid var(--gd); padding-bottom: 2px; cursor: pointer; background: none; font-family: 'Montserrat', sans-serif; transition: color .2s; }
.fm:hover { color: var(--gd); }
.tss { display: flex; flex-direction: column; gap: 16px; }
.tsi { background: var(--wh); border-left: 3px solid var(--gd); padding: 14px 18px; border-radius: 0 5px 5px 0; box-shadow: var(--sh); }
.tsn { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: var(--nv); font-weight: 300; line-height: 1; }
.tsl { font-size: 10.5px; color: var(--tl); font-weight: 500; letter-spacing: .05em; margin-top: 2px; }
.tgr { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 22px; margin-top: 44px; }
.tc { background: var(--wh); border-radius: 6px; overflow: hidden; box-shadow: var(--sh); transition: box-shadow .25s, transform .25s; cursor: pointer; }
.tc:hover { box-shadow: var(--slg); transform: translateY(-3px); }
.tcp { width: 100%; height: 210px; background: linear-gradient(135deg, var(--nv), var(--nvl)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.tcp img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.tcin { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 300; color: rgba(255,255,255,.3); }
.tcb { padding: 18px 16px; }
.tcb h3 { font-size: 18px; color: var(--nv); margin-bottom: 3px; }
.tcr { font-size: 9px; letter-spacing: .13em; text-transform: uppercase; color: var(--gd); font-weight: 700; margin-bottom: 9px; display: block; }
.tcb p { font-size: 12px; color: var(--tl); line-height: 1.7; font-weight: 300; }

/* ============================================================
   CHINESE LAW PREVIEW
   ============================================================ */
.clpg { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; margin-top: 36px; }
.clpm { background: linear-gradient(135deg, var(--nv) 0%, #1a2d5a 100%); border-radius: 8px; padding: 32px 26px; position: relative; overflow: hidden; }
.clpm::before { content: '法'; position: absolute; right: -8px; bottom: -20px; font-family: 'Cormorant Garamond', serif; font-size: 140px; color: rgba(255,255,255,.04); pointer-events: none; line-height: 1; }
.clpm h3 { font-size: 25px; color: var(--wh); margin-bottom: 8px; }
.clpm p { font-size: 12.5px; color: rgba(255,255,255,.7); line-height: 1.75; font-weight: 300; margin-bottom: 16px; }
.clpp { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 5px; padding: 11px 13px; margin-bottom: 8px; }
.clpn { font-size: 13px; font-weight: 600; color: var(--gdl); font-family: 'Cormorant Garamond', serif; margin-bottom: 2px; }
.clpd { font-size: 10.5px; color: rgba(255,255,255,.5); line-height: 1.5; }
.clvm { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; color: var(--wh); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; border: none; border-bottom: 2px solid var(--gdl); padding-bottom: 2px; cursor: pointer; background: none; font-family: 'Montserrat', sans-serif; }
.clps { background: var(--cr); border: 1px solid var(--bd); border-radius: 8px; padding: 20px 16px; }
.clps h4 { font-size: 17px; color: var(--nv); margin-bottom: 8px; }
.clps ul li { font-size: 11.5px; color: var(--tl); padding: 2px 0 2px 12px; position: relative; font-weight: 300; }
.clps ul li::before { content: '–'; position: absolute; left: 0; color: var(--gd); }

/* ============================================================
   CHINESE LAW FULL PAGE
   ============================================================ */
.clh { background: linear-gradient(135deg, var(--nv) 0%, #0f1a38 100%); padding: 68px 40px; color: var(--wh); position: relative; overflow: hidden; }
.clh::after { content: '法律'; position: absolute; right: -20px; top: -10px; font-family: 'Cormorant Garamond', serif; font-size: 200px; color: rgba(255,255,255,.03); pointer-events: none; }
.clh .si { position: relative; z-index: 2; }
.pcg { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }
.pca { border: 1px solid var(--bd); border-radius: 8px; overflow: hidden; box-shadow: var(--sh); }
.pch { background: linear-gradient(135deg, var(--nv), var(--nvl)); padding: 24px 24px 18px; }
.pchm { background: linear-gradient(135deg, #1a3a6a, #1565a8) !important; }
.pch .pcn { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--wh); margin-bottom: 2px; }
.pch .pcs { font-size: 11px; color: rgba(255,255,255,.45); letter-spacing: .06em; }
.pcl { height: 42px; object-fit: contain; display: block; margin-bottom: 8px; }
.pcb { padding: 24px; background: var(--wh); }
.pcb p { font-size: 13px; color: var(--tl); line-height: 1.8; font-weight: 300; margin-bottom: 11px; }
.pcb ul li { font-size: 12px; color: var(--tl); padding: 3px 0 3px 13px; position: relative; font-weight: 300; }
.pcb ul li::before { content: '·'; position: absolute; left: 3px; color: var(--gd); font-size: 14px; font-weight: 700; }
.lcg { display: grid; grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 16px; margin-top: 44px; }
.lca { border: 1px solid var(--bd); border-radius: 6px; padding: 20px 18px; transition: border-color .2s, box-shadow .2s; }
.lca:hover { border-color: var(--gd); box-shadow: var(--sh); }
.lca h4 { font-size: 17px; color: var(--nv); margin-bottom: 8px; }
.lca ul li { font-size: 11.5px; color: var(--tl); padding: 2px 0 2px 12px; position: relative; font-weight: 300; }
.lca ul li::before { content: '–'; position: absolute; left: 0; color: var(--gd); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.xtabs { display: flex; gap: 0; border-bottom: 2px solid var(--bd); margin-bottom: 30px; }
.xtab { padding: 9px 20px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--tl); cursor: pointer; border: none; background: none; font-family: 'Montserrat', sans-serif; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .2s, border-color .2s; }
.xtab.on { color: var(--nv); border-bottom-color: var(--gd); }
.xtab:hover { color: var(--nv); }
.xg { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 20px; }
.xc { background: var(--wh); border-radius: 6px; padding: 26px 22px; box-shadow: var(--sh); position: relative; }
.xc::before { content: '"'; font-family: 'Cormorant Garamond', serif; font-size: 68px; line-height: .8; color: var(--gdl); opacity: .3; position: absolute; top: 16px; left: 16px; }
.xt { font-family: 'Cormorant Garamond', serif; font-size: 15px; font-style: italic; line-height: 1.8; color: var(--tx); margin-bottom: 16px; padding-top: 8px; }
.xa { font-size: 11px; font-weight: 700; color: var(--nv); letter-spacing: .05em; }
.xd { font-size: 10px; color: var(--gm); }
.xadd { border: 2px dashed var(--bd); border-radius: 6px; padding: 26px; text-align: center; }
.xadd p { font-size: 12.5px; color: var(--tl); font-weight: 300; }

/* ============================================================
   BLOG
   ============================================================ */
.bttabs { display: flex; gap: 0; border-bottom: 2px solid var(--bd); margin-bottom: 30px; align-items: center; }
.bttab { padding: 9px 20px; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: var(--tl); cursor: pointer; border: none; background: none; font-family: 'Montserrat', sans-serif; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color .2s, border-color .2s; }
.bttab.on { color: var(--nv); border-bottom-color: var(--gd); }
.bttab:hover { color: var(--nv); }
.blw { margin-left: auto; display: flex; align-items: center; gap: 7px; font-size: 10px; color: var(--tl); letter-spacing: .08em; text-transform: uppercase; font-weight: 600; }
.blb { padding: 4px 10px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; border: 1px solid var(--bd); border-radius: 3px; cursor: pointer; background: none; font-family: 'Montserrat', sans-serif; transition: background .2s, color .2s; }
.blb.on, .blb:hover { background: var(--nv); color: var(--wh); border-color: var(--nv); }
.bgr { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; }
.bca { border: 1px solid var(--bd); border-radius: 6px; overflow: hidden; transition: box-shadow .2s, transform .2s; cursor: pointer; }
.bca:hover { box-shadow: var(--slg); transform: translateY(-2px); }
.bcai { height: 165px; background: linear-gradient(135deg, var(--nv), var(--nvl)); display: flex; align-items: center; justify-content: center; font-size: 38px; opacity: .4; }
.bcab { padding: 18px 16px; background: var(--wh); }
.bcac { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--gd); margin-bottom: 6px; }
.bcab h3 { font-size: 19px; color: var(--nv); margin-bottom: 7px; line-height: 1.3; }
.bcab p { font-size: 12px; color: var(--tl); line-height: 1.7; font-weight: 300; }
.bcam { font-size: 10px; color: var(--gm); margin-top: 11px; display: flex; gap: 12px; }
.bco { border: 2px dashed var(--bd); border-radius: 6px; padding: 28px; text-align: center; }
.bco h4 { font-size: 19px; color: var(--nv); margin-bottom: 6px; }
.bco p { font-size: 12.5px; color: var(--tl); font-weight: 300; line-height: 1.7; }

/* ============================================================
   CONTACT
   ============================================================ */
.cog { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-top: 44px; align-items: start; }
.coi p { font-size: 13px; color: var(--tl); line-height: 1.8; font-weight: 300; margin-bottom: 22px; }
.cdr { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 14px; }
.cdi { width: 32px; height: 32px; background: var(--cr); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--nv); }
.cdt span { display: block; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--gd); margin-bottom: 2px; }
.cdt p { margin: 0; font-size: 12.5px; color: var(--tx); }
.srow { display: flex; gap: 8px; margin-top: 20px; }
.sic { width: 36px; height: 36px; background: var(--cr); border-radius: 4px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, color .2s; color: var(--nv); font-size: 9.5px; font-weight: 700; border: 1px solid var(--bd); text-decoration: none; letter-spacing: 0; }
.sic:hover { background: var(--nv); color: var(--wh); border-color: var(--nv); }
.fg { margin-bottom: 13px; }
.fg label { display: block; font-size: 9.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; color: var(--tl); margin-bottom: 5px; }
.fg input, .fg textarea, .fg select { width: 100%; padding: 9px 12px; border: 1px solid var(--bd); border-radius: 4px; font-family: 'Montserrat', sans-serif; font-size: 12.5px; color: var(--tx); background: var(--wh); transition: border-color .2s; outline: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--nv); }
.fg textarea { resize: vertical; min-height: 100px; }
.bn { background: var(--nv); color: var(--wh); padding: 11px 26px; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; border-radius: 3px; border: none; font-family: 'Montserrat', sans-serif; cursor: pointer; transition: background .2s; display: inline-block; }
.bn:hover { background: var(--nvl); }

/* ============================================================
   BACK BAR
   ============================================================ */
.bbar { background: var(--cr); border-bottom: 1px solid var(--bd); padding: 11px 40px; display: flex; align-items: center; gap: 8px; }
.bbtn { display: inline-flex; align-items: center; gap: 6px; color: var(--nv); font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; background: none; border: none; font-family: 'Montserrat', sans-serif; transition: color .2s; }
.bbtn:hover { color: var(--gd); }
.bsp { color: var(--gm); font-size: 11px; }
.bcr { font-size: 10.5px; color: var(--tl); letter-spacing: .07em; }

/* ============================================================
   FOOTER
   ============================================================ */
.sf { background: var(--nv); color: rgba(255,255,255,.65); padding: 44px 40px 20px; }
.ftt { display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.1); margin-bottom: 22px; }
.fbt { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--wh); margin-bottom: 3px; }
.fbs { font-size: 10.5px; color: var(--gdl); letter-spacing: .08em; }
.fbd { font-size: 11.5px; line-height: 1.8; max-width: 290px; font-weight: 300; margin-top: 10px; }
.fiaan { background: rgba(184,151,59,.1); border: 1px solid rgba(184,151,59,.22); border-radius: 5px; padding: 14px 16px; margin-top: 16px; }
.fiaan p { font-size: 10.5px; line-height: 1.7; color: rgba(255,255,255,.65); }
.fiaan a { color: var(--gdl); text-decoration: underline; }
.fbp { width: 125px; height: 183px; background: rgba(184,151,59,.12); border: 1px solid rgba(184,151,59,.25); border-radius: 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 8px; cursor: pointer; margin-top: 11px; }
.fbp a { color: var(--gdl); display: flex; flex-direction: column; align-items: center; gap: 3px; }
.fbpl { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 600; line-height: 1; }
.fbps { font-size: 8px; letter-spacing: .09em; text-transform: uppercase; line-height: 1.4; }
.fbpr { font-size: 7px; color: rgba(255,255,255,.35); margin-top: 4px; line-height: 1.4; }
.fc h4 { font-family: 'Cormorant Garamond', serif; font-size: 17px; color: var(--wh); margin-bottom: 14px; }
.fc ul li { font-size: 12px; color: rgba(255,255,255,.5); padding: 4px 0; cursor: pointer; transition: color .2s; }
.fc ul li:hover { color: var(--gdl); }
.fbt2 { font-size: 10.5px; color: rgba(255,255,255,.3); text-align: center; }

/* ============================================================
   MODALS
   ============================================================ */
.mo { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.55); align-items: center; justify-content: center; padding: 20px; }
.mo.on { display: flex; }
.moi { background: var(--wh); border-radius: 10px; max-width: 540px; width: 100%; max-height: 85vh; overflow-y: auto; position: relative; }
.moh { background: linear-gradient(135deg, var(--nv), var(--nvl)); padding: 28px 28px 22px; }
.moph { width: 80px; height: 80px; border-radius: 50%; background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-family: 'Cormorant Garamond', serif; font-size: 28px; color: rgba(255,255,255,.4); overflow: hidden; }
.moph img { width: 100%; height: 100%; object-fit: cover; }
.moh h3 { font-size: 26px; color: var(--wh); margin-bottom: 3px; }
.mor { font-size: 9.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gdl); font-weight: 700; }
.mob { padding: 24px 28px 28px; }
.mob p { font-size: 13px; color: var(--tl); line-height: 1.8; font-weight: 300; margin-bottom: 12px; }
.mob ul li { font-size: 12px; color: var(--tl); padding: 3px 0 3px 13px; position: relative; font-weight: 300; }
.mob ul li::before { content: '·'; position: absolute; left: 3px; color: var(--gd); font-size: 14px; font-weight: 700; }
.moc { position: absolute; top: 14px; right: 16px; background: rgba(255,255,255,.15); border: none; color: white; width: 28px; height: 28px; border-radius: 50%; cursor: pointer; font-size: 16px; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.moc:hover { background: rgba(255,255,255,.3); }

/* ============================================================
   FADE-IN ANIMATION
   ============================================================ */
.fi { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.fi.v { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  #nv { padding: 0 16px; }
  .ndp { display: none; }
  .hc { max-width: 100%; }
  .hiaa { display: none; }
  #db { grid-template-columns: 1fr; }
  .cbi { grid-template-columns: 1fr; }
  .clpg { grid-template-columns: 1fr; }
  .pcg { grid-template-columns: 1fr; }
  .cog { grid-template-columns: 1fr; }
  .ftt { grid-template-columns: 1fr; }
  .tfc { flex-direction: column; }
  .tfp { width: 100%; min-height: 140px; }
}
@media (max-width: 600px) {
  #lb { padding: 0 16px; }
  .sec { padding: 48px 18px; }
  .bbar { padding: 11px 18px; }
  #tb { padding: 14px 18px; gap: 16px; }
  .istr { padding: 12px 18px; flex-direction: column; }
  #hero { padding: 48px 18px; min-height: 70vh; }
  .ncta { display: none; }
}

/* ── Contact Form 7 compatibility ── */
.wpcf7 { width: 100%; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--bd);
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    color: var(--tx);
    background: var(--wh);
    transition: border-color .2s;
    outline: none;
}
.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus { border-color: var(--nv); }
.wpcf7 textarea { resize: vertical; min-height: 100px; }
.wpcf7 input[type="submit"],
.wpcf7 [type="submit"] {
    width: 100%;
    background: var(--nv);
    color: var(--wh);
    padding: 11px 26px;
    font-size: 10.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    transition: background .2s;
}
.wpcf7 [type="submit"]:hover { background: var(--nvl); }
.wpcf7-not-valid-tip { font-size: 10px; color: #c0392b; margin-top: 4px; display: block; }
.wpcf7-response-output {
    font-size: 12px;
    padding: 10px 14px;
    border-radius: 4px;
    margin-top: 12px;
    border: none !important;
}
.wpcf7-mail-sent-ok { background: #d4edda; color: #155724; }
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors { background: #f8d7da; color: #721c24; }

/* CF7 response messages */
.wpcf7-response-output {
    margin-top: 16px !important;
    padding: 12px 16px !important;
    border-radius: 4px !important;
    font-size: 12.5px !important;
    font-family: 'Montserrat', sans-serif !important;
    border: none !important;
    display: block !important;
}
.wpcf7-mail-sent-ok {
    background: #d4edda !important;
    color: #155724 !important;
}
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors,
.wpcf7-spam-blocked {
    background: #f8d7da !important;
    color: #721c24 !important;
}