:root{
  --gold:#c8922a;
  --gold-soft:rgba(200,146,42,0.12);
  --gold-soft2:rgba(200,146,42,0.15);
  --gold-soft3:rgba(200,146,42,0.18);
  --gold-soft4:rgba(200,146,42,0.3);
  --navy:#0f1e3d;
  --dark:#070f1f;
  --bg:#f4f2ee;
  --card:#fafaf8;
  --line:#e0ddd8;
  --amber700:#b45309;
  --white:#fff;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;}
body{
  font-family:'Noto Sans SC',sans-serif;
  color:var(--navy);
  background:var(--bg);
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img,svg{display:block;max-width:100%;}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer;}
a{color:inherit;text-decoration:none;}
::-webkit-scrollbar{width:6px;}
::-webkit-scrollbar-track{background:transparent;}
::-webkit-scrollbar-thumb{background:#c8922a44;border-radius:3px;}
::-webkit-scrollbar-thumb:hover{background:#c8922a88;}

.font-serif{font-family:'Noto Serif SC',serif;}

.container{max-width:80rem;margin:0 auto;padding:0 1rem;}
@media(min-width:640px){.container{padding:0 1.5rem;}}

/* ============ Header ============ */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  transition:all .3s cubic-bezier(.4,0,.2,1);
  background:transparent;
}
.site-header.scrolled{
  background:rgba(7,15,31,0.97);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 2px 20px rgba(0,0,0,0.4);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:4rem;}
@media(min-width:768px){.header-inner{height:5rem;}}
.logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;}
.logo-mark{
  width:2.25rem;height:2.25rem;border-radius:.25rem;background:var(--gold);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.logo-text-cn{color:#fff;font-weight:700;line-height:1;font-size:1rem;font-family:'Noto Serif SC',serif;}
@media(min-width:768px){.logo-text-cn{font-size:1.125rem;}}
.logo-text-en{font-size:.75rem;line-height:1;margin-top:.125rem;color:var(--gold);}
.main-nav{display:none;align-items:center;gap:.25rem;}
@media(min-width:768px){.main-nav{display:flex;}}
.nav-btn{
  display:inline-block;white-space:nowrap;padding:.5rem 1rem;font-size:.875rem;border-radius:.25rem;
  color:rgba(255,255,255,0.85);font-weight:400;
  border-bottom:2px solid transparent;
  transition:all .2s;
}
.nav-btn:hover{color:#fff;}
.nav-btn.active{
  color:var(--gold);background:rgba(200,146,42,0.12);
  border-bottom:2px solid var(--gold);font-weight:600;
}
.nav-cta{
  margin-left:1rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;
  border-radius:.25rem;background:var(--gold);color:#fff;transition:opacity .2s;
  white-space:nowrap;
}
.nav-cta:hover{opacity:.9;}
.hamburger{display:flex;flex-direction:column;gap:.375rem;padding:.5rem;}
@media(min-width:768px){.hamburger{display:none;}}
.hamburger span{display:block;width:1.5rem;height:2px;background:#fff;transition:all .2s;}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,4px);}
.hamburger.open span:nth-child(2){opacity:0;}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px);}
.mobile-menu{display:none;padding-bottom:1rem;border-top:1px solid rgba(255,255,255,0.1);}
.mobile-menu.open{display:block;}
@media(min-width:768px){.mobile-menu{display:none!important;}}
.mobile-menu .nav-btn{
  display:block;width:100%;text-align:left;padding:.75rem 1rem;
  font-size:.875rem;border-bottom:0;border-radius:0;
}
.mobile-menu .nav-btn.active{background:transparent;}
.mobile-menu-wrap{padding:0 .5rem .5rem;}
.mobile-menu-wrap .nav-cta{
  margin-left:0;width:100%;padding:.625rem 1rem;font-size:.875rem;font-weight:600;
  border-radius:.25rem;background:var(--gold);color:#fff;margin-top:.5rem;
}

/* ============ Hero ============ */
.hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  background:var(--navy);overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:.25;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(7,15,31,0.9) 0%,rgba(15,30,61,0.75) 60%,rgba(7,15,31,0.85) 100%);
}
.hero-content{position:relative;width:100%;max-width:80rem;margin:0 auto;padding:6rem 1rem 4rem;}
@media(min-width:640px){.hero-content{padding:6rem 1.5rem 4rem;}}
.hero-inner{max-width:42rem;}
.hero-badge{
  display:inline-block;padding:.25rem .75rem;border-radius:.25rem;
  font-size:.75rem;font-weight:500;margin-bottom:1.5rem;
  background:rgba(200,146,42,0.18);color:var(--gold);
  border:1px solid rgba(200,146,42,0.3);
}
.hero h1{
  font-size:2.25rem;line-height:1.25;font-weight:900;color:#fff;
  margin-bottom:1.5rem;font-family:'Noto Serif SC',serif;
}
@media(min-width:640px){.hero h1{font-size:3rem;}}
@media(min-width:768px){.hero h1{font-size:3.75rem;}}
.hero h1 .gold{color:var(--gold);}
.hero-desc{
  font-size:1rem;line-height:1.625;margin-bottom:2rem;color:rgba(255,255,255,0.7);
}
@media(min-width:640px){.hero-desc{font-size:1.125rem;}}
.hero-btns{display:flex;flex-wrap:wrap;gap:1rem;}
.btn{
  padding:.875rem 2rem;border-radius:.25rem;font-weight:600;
  font-size:1rem;transition:opacity .2s,transform .2s;display:inline-block;
  text-align:center;
}
.btn:hover{opacity:.9;}
.btn-gold{background:var(--gold);color:#fff;}
.btn-ghost{
  border:1.5px solid rgba(255,255,255,0.35);color:#fff;
  background:rgba(255,255,255,0.06);
}
.btn-navy{background:var(--navy);color:#fff;}
.btn-outline-white{
  border:2px solid #fff;color:#fff;background:rgba(255,255,255,0.12);
}

/* Stats bar */
.stats-bar{
  position:absolute;bottom:0;left:0;right:0;
  background:rgba(200,146,42,0.08);
  border-top:1px solid rgba(200,146,42,0.2);
}
.stats-inner{max-width:80rem;margin:0 auto;padding:1.5rem 1rem;}
@media(min-width:640px){.stats-inner{padding:1.5rem;}}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr);}}
.stat{text-align:center;}
.stat-num{
  font-size:1.875rem;font-weight:900;color:var(--gold);
  font-family:'Noto Serif SC',serif;line-height:1;
}
.stat-unit{font-size:1.25rem;}
.stat-label{font-size:.75rem;margin-top:.25rem;color:rgba(255,255,255,0.55);}

/* ============ Sections ============ */
.section{padding:5rem 0;}
.section-head{text-align:center;margin-bottom:3.5rem;}
.eyebrow{font-size:.875rem;font-weight:500;color:var(--gold);margin-bottom:.5rem;}
.section-title{
  font-size:1.875rem;font-weight:900;color:var(--navy);
  font-family:'Noto Serif SC',serif;line-height:1.25;
}
@media(min-width:768px){.section-title{font-size:2.25rem;}}
.section-title.white{color:#fff;}
.gold-line{width:3rem;height:2px;background:var(--gold);margin:1rem auto 0;}
.gold-line.left{margin-left:0;margin-right:auto;}
.section-sub{
  max-width:42rem;margin:1rem auto 0;font-size:.875rem;
  line-height:1.625;color:#666;
}

/* Service big cards (home) */
.big-cards{display:grid;grid-template-columns:1fr;gap:1.5rem;}
@media(min-width:768px){.big-cards{grid-template-columns:repeat(2,1fr);}}
.big-card{
  display:block;position:relative;overflow:hidden;border-radius:.75rem;
  min-height:280px;cursor:pointer;
}
.big-card-bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
  transition:transform .5s;
}
.big-card:hover .big-card-bg{transform:scale(1.05);}
.big-card-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(7,15,31,0.92) 0%,rgba(7,15,31,0.4) 60%,transparent 100%);
}
.big-card-body{
  position:relative;padding:2rem;display:flex;flex-direction:column;
  justify-content:flex-end;height:100%;min-height:280px;
}
.big-card-icon{font-size:2.25rem;margin-bottom:.75rem;}
.big-card-title{
  font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;
  font-family:'Noto Serif SC',serif;
}
.big-card-desc{font-size:.875rem;margin-bottom:1rem;color:rgba(255,255,255,0.7);}
.card-link{
  display:inline-flex;align-items:center;gap:.25rem;
  font-size:.875rem;font-weight:500;color:var(--gold);
}

/* Why choose us */
.why-grid{
  display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;
}
@media(min-width:768px){.why-grid{grid-template-columns:repeat(2,1fr);gap:4rem;}}
.why-desc{margin-bottom:2rem;line-height:1.625;color:rgba(255,255,255,0.65);}
.feature-list{display:flex;flex-direction:column;gap:1.25rem;}
.feature{display:flex;gap:1rem;}
.feature-icon{font-size:1.5rem;flex-shrink:0;margin-top:.125rem;}
.feature-title{font-weight:600;color:#fff;margin-bottom:.25rem;}
.feature-desc{font-size:.875rem;line-height:1.625;color:rgba(255,255,255,0.55);}
.why-img-wrap{position:relative;}
.why-img{
  width:100%;border-radius:.75rem;object-fit:cover;max-height:480px;
}
.why-badge{
  position:absolute;bottom:-1rem;left:-1rem;
  padding:1.25rem 1.5rem;border-radius:.75rem;background:var(--gold);
}
.why-badge-num{
  font-size:1.875rem;font-weight:900;color:#fff;font-family:'Noto Serif SC',serif;line-height:1;
}
.why-badge-num span{font-size:1.125rem;}
.why-badge-text{color:#fff;font-size:.875rem;font-weight:500;margin-top:.25rem;}
@media(max-width:767px){.why-badge{left:0;}}

/* News */
.news-head{
  display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;
}
.news-head .eyebrow{margin-bottom:.5rem;}
.news-more{font-size:.875rem;font-weight:500;color:var(--gold);display:none;}
@media(min-width:768px){.news-more{display:block;}}
.news-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;}
@media(min-width:768px){.news-grid{grid-template-columns:repeat(2,1fr);}}
.news-card{
  background:#fff;border-radius:.75rem;overflow:hidden;padding:1.5rem;
  box-shadow:0 2px 12px rgba(0,0,0,0.07);
  transition:transform .2s;cursor:pointer;
}
.news-card:hover{transform:translateY(-4px);}
.news-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;}
.tag{
  padding:.125rem .625rem;border-radius:.25rem;font-size:.75rem;font-weight:500;
  background:rgba(200,146,42,0.12);color:var(--gold);white-space:nowrap;
}
.news-date{font-size:.75rem;color:#999;}
.news-title{
  font-weight:700;font-size:1rem;margin-bottom:.75rem;line-height:1.375;
  color:var(--navy);transition:color .2s;
}
.news-card:hover .news-title{color:var(--amber700);}
.news-excerpt{font-size:.875rem;line-height:1.625;color:#666;}
.news-read{margin-top:1rem;font-size:.875rem;font-weight:500;color:var(--gold);}

/* CTA */
.cta{padding:5rem 1rem;text-align:center;background:var(--gold);}
.cta-inner{max-width:42rem;margin:0 auto;}
.cta h2{
  font-size:1.875rem;font-weight:900;color:#fff;margin-bottom:1rem;
  font-family:'Noto Serif SC',serif;
}
@media(min-width:768px){.cta h2{font-size:2.25rem;}}
.cta p{color:#fff;margin-bottom:2rem;opacity:.9;}
.cta-btns{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;}

/* ============ Sub-page header ============ */
.page-hero{
  position:relative;display:flex;align-items:center;
  min-height:340px;background:var(--navy);
}
.page-hero-bg{
  position:absolute;inset:0;background-size:cover;background-position:center;opacity:.2;
}
.page-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to right,rgba(7,15,31,0.85) 0%,rgba(15,30,61,0.6) 100%);
}
.page-hero-content{
  position:relative;width:100%;max-width:80rem;margin:0 auto;
  padding:6rem 1rem 3rem;
}
@media(min-width:640px){.page-hero-content{padding:6rem 1.5rem 3rem;}}
.page-hero-bar{width:2.5rem;height:2px;background:var(--gold);margin-bottom:1rem;}
.page-hero h1{
  font-size:1.875rem;font-weight:900;color:#fff;margin-bottom:1rem;
  font-family:'Noto Serif SC',serif;
}
@media(min-width:768px){.page-hero h1{font-size:3rem;}}
.page-hero p{font-size:1rem;max-width:36rem;color:rgba(255,255,255,0.65);}
@media(min-width:768px){.page-hero p{font-size:1.125rem;}}

/* ============ Service cards grid ============ */
.svc-grid{
  display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:4rem;
}
@media(min-width:640px){.svc-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:768px){.svc-grid{grid-template-columns:repeat(3,1fr);}}
.svc-card{
  background:#fff;border-radius:.75rem;padding:1.5rem;
  box-shadow:0 2px 12px rgba(0,0,0,0.06);
  transition:transform .2s;cursor:pointer;
}
.svc-card:hover{transform:translateY(-4px);}
.svc-icon{font-size:2.25rem;margin-bottom:1rem;}
.svc-title{
  font-weight:700;font-size:1rem;margin-bottom:.5rem;color:var(--navy);
  font-family:'Noto Serif SC',serif;transition:color .2s;
}
.svc-card:hover .svc-title{color:var(--amber700);}
.svc-desc{font-size:.875rem;line-height:1.625;color:#666;}
.svc-more{
  margin-top:1rem;display:flex;align-items:center;gap:.25rem;
  font-size:.75rem;font-weight:500;color:var(--gold);
}

/* Process block */
.process-block{background:var(--navy);border-radius:1rem;padding:2rem;}
@media(min-width:768px){.process-block{padding:3rem;}}
.process-title{
  font-size:1.5rem;font-weight:900;color:#fff;text-align:center;margin-bottom:2.5rem;
  font-family:'Noto Serif SC',serif;
}
.process-grid{
  display:grid;grid-template-columns:1fr;gap:1rem;
}
@media(min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:768px){.process-grid{grid-template-columns:repeat(5,1fr);}}
.step{text-align:center;}
.step-num{
  width:3rem;height:3rem;border-radius:50%;background:var(--gold);color:#fff;
  display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;
  font-size:.875rem;font-weight:700;
}
.step-title{font-weight:600;color:#fff;margin-bottom:.25rem;}
.step-desc{font-size:.75rem;line-height:1.625;color:rgba(255,255,255,0.55);}

/* Scenarios */
.scenario-block{margin-bottom:4rem;}
.scenario-title{
  font-size:1.5rem;font-weight:900;text-align:center;margin-bottom:2rem;
  color:var(--navy);font-family:'Noto Serif SC',serif;
}
.scenario-grid{
  display:grid;grid-template-columns:1fr;gap:1rem;
}
@media(min-width:640px){.scenario-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:768px){.scenario-grid{grid-template-columns:repeat(4,1fr);}}
.scenario-card{
  padding:1.5rem;border-radius:.75rem;background:#fff;text-align:center;
  box-shadow:0 2px 10px rgba(0,0,0,0.06);
}
.scenario-icon{font-size:1.875rem;margin-bottom:.75rem;}
.scenario-name{font-weight:700;margin-bottom:.5rem;color:var(--navy);}
.scenario-desc{font-size:.75rem;line-height:1.625;color:#666;}

/* ============ About page ============ */
.about-profile{
  display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;margin-bottom:5rem;
}
@media(min-width:768px){.about-profile{grid-template-columns:repeat(2,1fr);}}
.about-profile h2{
  font-size:1.875rem;font-weight:900;margin-bottom:1.5rem;color:var(--navy);
  font-family:'Noto Serif SC',serif;
}
.about-paras{display:flex;flex-direction:column;gap:1rem;font-size:.875rem;line-height:1.625;color:#444;}
.about-img{width:100%;border-radius:.75rem;object-fit:cover;max-height:420px;}
.values-grid{
  display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:5rem;
}
@media(min-width:768px){.values-grid{grid-template-columns:repeat(4,1fr);}}
.value-card{
  text-align:center;padding:1.5rem;border-radius:.75rem;background:#fff;
  box-shadow:0 2px 12px rgba(0,0,0,0.06);
}
.value-icon{font-size:2.25rem;margin-bottom:.75rem;}
.value-name{
  font-weight:700;font-size:1.125rem;margin-bottom:.5rem;color:var(--navy);
  font-family:'Noto Serif SC',serif;
}
.value-desc{font-size:.875rem;line-height:1.625;color:#666;}
.honors-grid{
  display:grid;grid-template-columns:1fr;gap:1rem;
}
@media(min-width:640px){.honors-grid{grid-template-columns:repeat(2,1fr);}}
@media(min-width:768px){.honors-grid{grid-template-columns:repeat(3,1fr);}}
.honor-item{
  display:flex;align-items:center;gap:.75rem;padding:1rem;
  border-radius:.75rem;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,0.06);
}
.honor-dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--gold);flex-shrink:0;}
.honor-text{font-size:.875rem;font-weight:500;color:var(--navy);}

/* ============ News page ============ */
.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem;}
.filter-btn{
  padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;
  background:#fff;color:#555;font-weight:400;
  box-shadow:0 1px 4px rgba(0,0,0,0.08);transition:all .2s;
}
.filter-btn.active{background:var(--gold);color:#fff;font-weight:600;}
.news-list{display:flex;flex-direction:column;gap:1.5rem;}
.news-list-card{
  background:#fff;border-radius:.75rem;padding:1.5rem;cursor:pointer;
  box-shadow:0 2px 12px rgba(0,0,0,0.06);transition:transform .2s;
}
@media(min-width:768px){.news-list-card{padding:2rem;}}
.news-list-card:hover{transform:translateY(-2px);}
.news-list-card .news-meta{margin-bottom:1rem;}
.news-list-title{
  font-size:1.125rem;font-weight:700;margin-bottom:.75rem;color:var(--navy);
  font-family:'Noto Serif SC',serif;transition:color .2s;
}
.news-list-card:hover .news-list-title{color:var(--amber700);}
.news-list-excerpt{font-size:.875rem;line-height:1.625;color:#666;margin-bottom:1rem;}

/* ============ Contact page ============ */
.contact-grid{
  display:grid;grid-template-columns:1fr;gap:3rem;
}
@media(min-width:768px){.contact-grid{grid-template-columns:repeat(2,1fr);gap:3rem;}}
.contact-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem;}
.contact-item{display:flex;gap:1rem;}
.contact-icon{
  width:2.5rem;height:2.5rem;border-radius:.5rem;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:1.125rem;
  background:rgba(200,146,42,0.12);
}
.contact-label{font-size:.75rem;font-weight:500;margin-bottom:.125rem;color:#999;}
.contact-val{font-size:.875rem;font-weight:500;color:var(--navy);}
.area-card{padding:1.5rem;border-radius:.75rem;background:var(--navy);}
.area-title{color:#fff;font-weight:600;margin-bottom:.75rem;}
.area-tags{display:flex;flex-wrap:wrap;gap:.5rem;}
.area-tag{
  padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;
  background:rgba(200,146,42,0.15);color:var(--gold);
}
.form-card{
  background:#fff;border-radius:1rem;padding:2rem;
  box-shadow:0 4px 24px rgba(0,0,0,0.08);
}
.form-title{
  font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:var(--navy);
  font-family:'Noto Serif SC',serif;
}
.form-group{margin-bottom:1rem;}
.form-label{display:block;font-size:.75rem;font-weight:500;margin-bottom:.375rem;color:#555;}
.form-input,.form-select,.form-textarea{
  width:100%;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;
  border:1.5px solid var(--line);background:var(--card);color:var(--navy);
  outline:none;transition:border-color .2s;font-family:inherit;
}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--gold);}
.form-textarea{resize:none;}
.form-submit{
  width:100%;padding:.875rem;border-radius:.5rem;font-weight:600;
  background:var(--gold);color:#fff;font-size:1rem;transition:opacity .2s;
  margin-top:.5rem;
}
.form-submit:hover{opacity:.9;}
.form-note{font-size:.75rem;text-align:center;color:#aaa;margin-top:.75rem;}
.form-success{text-align:center;padding:3rem 0;}
.form-success-icon{font-size:3rem;margin-bottom:1rem;}
.form-success h3{
  font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--navy);
  font-family:'Noto Serif SC',serif;
}
.form-success p{font-size:.875rem;color:#666;}
.form-again{
  margin-top:1.5rem;padding:.625rem 1.5rem;border-radius:.25rem;
  font-size:.875rem;font-weight:500;color:#fff;background:var(--gold);
}

/* ============ Footer ============ */
.site-footer{background:var(--dark);color:rgba(255,255,255,0.55);}
.footer-inner{max-width:80rem;margin:0 auto;padding:3rem 1rem;}
@media(min-width:640px){.footer-inner{padding:3rem 1.5rem;}}
.footer-grid{
  display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem;
}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem;}}
.footer-brand{grid-column:span 1;}
@media(min-width:768px){.footer-brand{grid-column:span 2;}}
.footer-brand-title{
  color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:.75rem;
  font-family:'Noto Serif SC',serif;
}
.footer-brand p{font-size:.875rem;line-height:1.625;margin-bottom:1rem;color:rgba(255,255,255,0.5);}
.social-tags{display:flex;gap:.75rem;}
.social-tag{
  padding:.25rem .75rem;border-radius:.25rem;font-size:.75rem;
  background:rgba(200,146,42,0.15);color:var(--gold);
}
.footer-col-title{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:1rem;}
.footer-nav{display:flex;flex-direction:column;gap:.5rem;}
.footer-nav a{
  font-size:.875rem;text-align:left;color:rgba(255,255,255,0.5);
  transition:color .2s;
}
.footer-nav a:hover{color:#facc15;}
.footer-contact{display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;color:rgba(255,255,255,0.55);}
.footer-bottom{
  padding-top:1.5rem;text-align:center;font-size:.75rem;
  border-top:1px solid rgba(255,255,255,0.08);color:rgba(255,255,255,0.3);
}
