:root{
  --bg: #f7f6f1;
  --surface: #ffffff;
  --surface-soft: #f3f0e8;
  --surface-strong: #ebe5d7;
  --text: #1d2939;
  --muted: #667085;
  --line: #e7dfcf;
  --shadow: 0 20px 50px rgba(34, 48, 73, 0.08);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --header-bg: rgba(255,255,255,0.86);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.site-body{
  margin:0;
  background:linear-gradient(180deg,#fbfaf7 0%, #f6f2ea 100%);
  color:var(--text);
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{font:inherit}
.shell{width:min(1180px,calc(100% - 28px));margin:0 auto}
.shell--wide{width:min(1240px,calc(100% - 24px))}
.shell--narrow{width:min(920px,calc(100% - 24px))}
.site-main{padding:18px 0 34px}
.section-block{padding:18px 0 28px}
.section-heading,.page-hero,.content-header,.cta-panel,.footer-grid,.topbar-inner,.category-strip-inner{display:flex;gap:18px}
.section-kicker{
  display:inline-flex;align-items:center;gap:8px;
  padding:7px 12px;border-radius:999px;
  background:rgba(255,255,255,.8);
  border:1px solid var(--line);
  color:var(--muted);
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;
}
.section-heading{justify-content:space-between;align-items:end;margin-bottom:20px}
.section-heading h2,.page-title{margin:10px 0 8px;font-size:clamp(28px,4vw,48px);line-height:1.05;letter-spacing:-0.03em}
.section-heading p,.page-intro,.hero-text,.footer-copy,.footer-meta,.article-card__body p,.service-card p,.empty-box,.content-body{color:var(--muted)}
.site-header{position:sticky;top:0;z-index:50;backdrop-filter:blur(14px)}
.topbar-wrap{border-bottom:1px solid rgba(231,223,207,.8);background:var(--header-bg)}
.topbar-inner{align-items:center;justify-content:space-between;padding:14px 0}
.brand-mark{display:flex;flex-direction:column;gap:4px;min-width:0}
.brand-mark__title{font-size:clamp(20px,2.4vw,30px);font-weight:900;letter-spacing:-.04em}
.brand-mark__subtitle{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.page-nav{display:flex;align-items:center;gap:10px;flex:1;justify-content:center;min-width:0}
.page-nav__link{padding:10px 14px;border-radius:999px;font-weight:700;color:#4d5a6a;white-space:nowrap}
.page-nav__link:hover,.page-nav__link.is-active{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);color:var(--text)}
.header-actions{display:flex;align-items:center;gap:10px}
.call-chip,.menu-toggle{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:46px;padding:0 16px;border-radius:999px;border:1px solid transparent;
}
.call-chip{background:var(--brand-primary);color:#fff;font-weight:800;box-shadow:0 14px 30px rgba(0,0,0,.12)}
.call-chip i,.menu-toggle i,.service-card__icon i,.text-link i,.eyebrow-badge i{width:18px;height:18px}
.menu-toggle{display:none;background:#fff;border-color:var(--line);font-weight:800;color:var(--text)}
.category-strip-wrap{background:rgba(255,255,255,.72);border-bottom:1px solid rgba(231,223,207,.8)}
.category-strip-inner{align-items:center;padding:11px 0}
.category-strip-label{flex:0 0 auto;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.category-strip{display:flex;gap:10px;overflow:auto;padding-bottom:2px;scrollbar-width:none}
.category-strip::-webkit-scrollbar,.mobile-chip-list::-webkit-scrollbar{display:none}
.category-pill{
  flex:0 0 auto;padding:10px 14px;border-radius:999px;
  background:#fff;border:1px solid var(--line);color:#3e4957;font-weight:700;white-space:nowrap;
}
.category-pill:hover,.category-pill.is-active,.category-pill--soft{background:rgba(255,255,255,.92);border-color:rgba(0,0,0,.06);box-shadow:var(--shadow)}
.mobile-panel{display:none;border-bottom:1px solid var(--line);background:#fff}
.mobile-panel__inner{padding:16px 0 18px}
.mobile-panel__title{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:10px}
.mobile-panel__section + .mobile-panel__section{margin-top:16px}
.mobile-link-list{display:grid;gap:8px}
.mobile-link{padding:12px 14px;border-radius:16px;background:var(--surface-soft);font-weight:700}
.mobile-link.is-active{background:#fff;border:1px solid var(--line)}
.mobile-chip-list{display:flex;flex-wrap:wrap;gap:10px;overflow:auto}
.home-hero{padding-top:14px}
.hero-card{
  position:relative;overflow:hidden;background:var(--surface);
  border:1px solid rgba(231,223,207,.9);border-radius:36px;box-shadow:var(--shadow);
}
.hero-media{position:relative;min-height:300px}
.hero-media__img{width:100%;height:clamp(300px,42vw,520px);object-fit:cover;object-position:center}
.hero-media__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(19,27,39,.15) 0%, rgba(19,27,39,.68) 100%)}
.hero-content{
  position:absolute;left:24px;right:24px;bottom:22px;
  background:rgba(255,255,255,.86);backdrop-filter:blur(14px);
  border:1px solid rgba(255,255,255,.7);border-radius:28px;padding:24px;max-width:760px;
}
.eyebrow-row{margin-bottom:12px}.eyebrow-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.9);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#42505e}
.hero-title{margin:0 0 12px;font-size:clamp(30px,5vw,62px);line-height:1.02;letter-spacing:-.05em}
.hero-title span{color:var(--brand-primary)}
.hero-text{max-width:640px;margin:0 0 18px;font-size:clamp(15px,2vw,19px);line-height:1.65}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.hero-actions--center{justify-content:center}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border-radius:16px;font-weight:800;border:1px solid transparent;transition:.18s transform,.18s background,.18s border-color}
.btn:hover{transform:translateY(-1px)}
.btn--small{min-height:42px;padding:0 14px}
.btn--primary{background:var(--brand-primary);color:#fff;box-shadow:0 16px 34px rgba(0,0,0,.12)}
.btn--ghost{background:#fff;color:var(--text);border-color:var(--line)}
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card-grid--services{grid-template-columns:repeat(3,minmax(0,1fr))}
.service-card,.article-card,.content-wrap,.panel-box,.empty-box,.page-hero,.site-footer{background:var(--surface);border:1px solid rgba(231,223,207,.9);box-shadow:var(--shadow)}
.service-card,.article-card,.content-wrap,.panel-box,.empty-box,.page-hero{border-radius:28px}
.service-card{padding:24px;display:flex;flex-direction:column;gap:14px;min-height:100%}
.service-card__icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg, rgba(255,255,255,1), rgba(243,240,232,1));color:var(--brand-primary);border:1px solid var(--line)}
.service-card h3,.article-card__body h2{margin:0;font-size:22px;line-height:1.15;letter-spacing:-.03em}
.service-card p,.article-card__body p{margin:0;line-height:1.6}
.service-card__cta,.text-link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;font-weight:800;color:var(--brand-primary)}
.page-hero{justify-content:space-between;align-items:end;padding:26px}.page-hero--center{flex-direction:column;align-items:center;text-align:center}.page-hero--soft{background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,244,236,.96))}
.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin-bottom:14px}
.breadcrumbs a{font-weight:700;color:#4f5d6d}
.panel-box{padding:20px;margin:0 0 18px}
.chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.article-card{overflow:hidden}
.article-card__image-link{display:block}.article-card__image,.article-card__placeholder{width:100%;height:220px}.article-card__image{object-fit:cover}.article-card__placeholder{display:grid;place-items:center;background:linear-gradient(180deg,#faf8f2,#efe9dc);color:var(--muted)}
.article-card__body{padding:20px;display:flex;flex-direction:column;gap:12px}
.content-wrap{padding:22px}.content-header{justify-content:space-between;align-items:start;margin-bottom:18px}.content-cover{border-radius:24px;overflow:hidden;margin-bottom:22px}.content-cover img{width:100%;max-height:460px;object-fit:cover}
.content-body{font-size:17px;line-height:1.8}
.content-body > :first-child{margin-top:0}.content-body h2,.content-body h3,.content-body h4{color:var(--text);margin:28px 0 12px;line-height:1.2}.content-body p,.content-body ul,.content-body ol,.content-body blockquote{margin:0 0 16px}.content-body ul,.content-body ol{padding-left:24px}.content-body a{color:var(--brand-primary);font-weight:700}.content-body img{border-radius:18px}
.cta-panel{justify-content:space-between;align-items:center;padding:22px;border-radius:24px;background:linear-gradient(135deg, rgba(255,255,255,1), rgba(243,240,232,1));border:1px solid var(--line);margin-top:26px}
.cta-panel h2{margin:8px 0 8px;font-size:clamp(24px,3vw,34px);line-height:1.1}.cta-panel p{margin:0;max-width:560px;color:var(--muted)}
.empty-box{padding:24px}.site-footer{margin:12px 0 22px;border-radius:30px;padding:24px}.footer-grid{justify-content:space-between;align-items:start}.footer-grid > *{flex:1}.footer-brand{font-size:30px;font-weight:900;letter-spacing:-.04em;margin-bottom:12px}.footer-heading{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:12px}.footer-phone{font-size:clamp(24px,3vw,36px);font-weight:900;color:var(--brand-primary)}.footer-copy,.footer-meta{line-height:1.7}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-weight:700}
.text-blue-600,.text-blue-500,.text-blue-400,.text-blue-700{color:var(--brand-primary)!important}
.bg-blue-600,.bg-blue-500{background:var(--brand-primary)!important}
.border-blue-600,.border-blue-500{border-color:var(--brand-primary)!important}
.bg-blue-50{background:rgba(255,255,255,.85)!important}
.shadow-blue-900\/40,.shadow-blue-900\/20{box-shadow:0 16px 34px rgba(0,0,0,.12)!important}
@media (max-width: 1024px){
  .page-nav{display:none}
  .menu-toggle{display:inline-flex}
  .mobile-panel.is-open,.mobile-panel:not([hidden]){display:block}
  .topbar-inner{gap:12px}
  .header-actions{margin-left:auto}
  .card-grid,.card-grid--services{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{flex-wrap:wrap}
}
@media (max-width: 768px){
  .shell,.shell--wide,.shell--narrow{width:min(100% - 18px, 100%)}
  .site-main{padding-top:10px}
  .brand-mark__subtitle{display:none}
  .call-chip span{display:none}
  .call-chip{width:46px;padding:0}
  .category-strip-inner{align-items:start;flex-direction:column;padding:10px 0}
  .hero-media{min-height:220px}
  .hero-media__img{height:300px;object-position:center 35%}
  .hero-content{position:relative;left:auto;right:auto;bottom:auto;border-radius:24px;margin:0 10px 10px;padding:18px;background:#fff}
  .hero-title{font-size:34px}
  .hero-text{font-size:15px}
  .hero-actions,.section-heading,.page-hero,.content-header,.cta-panel,.footer-grid{flex-direction:column;align-items:stretch}
  .card-grid,.card-grid--services{grid-template-columns:1fr}
  .article-card__image,.article-card__placeholder{height:190px}
  .content-wrap{padding:18px}
  .content-body{font-size:16px}
  .site-footer{border-radius:22px;padding:20px}
}
