/* Final production polish overrides. Keep this file loaded last. */
.site-header{
  height:76px;
  border-top:4px solid rgba(185,130,33,.88);
}
.site-header.is-scrolled{height:72px}
.brand{
  min-width:260px;
  gap:10px;
}
.brand img,
.brand-mark{
  width:50px !important;
  height:50px !important;
  object-fit:contain;
  filter:none !important;
}
.brand > span{display:block}
.brand strong{
  font-size:20px;
  letter-spacing:.04em;
}
.brand em{
  margin-top:6px;
  font-size:11px;
  letter-spacing:.12em;
}
.main-nav{gap:17px;font-size:13px}
.nav-cta{padding:10px 18px}

:root{
  --container:min(1060px, calc(100% - 64px));
}
.section{padding:82px 0}
.section-head{margin-bottom:36px}
.section-head h2{font-size:clamp(30px,3.2vw,44px)}
.section-head span{font-size:15px;line-height:1.8}

.hero{min-height:92vh}
.hero-inner{
  min-height:calc(92vh - 76px);
  grid-template-columns:minmax(0,640px);
  padding:60px 0 84px;
}
.hero-bg img{
  filter:saturate(1.06) contrast(1.11) brightness(.94);
}
.hero-bg::before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 32%,rgba(255,255,255,.22) 61%,rgba(255,255,255,.04) 100%),
    linear-gradient(180deg,rgba(255,255,255,.16),rgba(247,248,251,.38));
}
.hero h1{
  max-width:560px;
  margin:18px 0 18px;
  font-size:clamp(38px,3.55vw,50px);
  line-height:1.12;
}
.hero-lead{
  max-width:590px;
  font-size:16px;
  line-height:1.86;
}
.hero-actions{margin-top:30px}
.stat-row{
  max-width:700px;
  gap:12px;
  margin-top:32px;
}
.stat-row article{
  padding:19px 20px;
  border-radius:22px;
}
.stat-row strong{font-size:30px}
.intro-band{
  margin-top:42px !important;
  border-radius:28px;
}
.intro-band .container{
  width:min(1060px, calc(100% - 64px));
}
.intro-band .principle-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.intro-band .principle-card{
  padding:28px;
  border-radius:0;
  box-shadow:none;
}

.film-player::before{
  background:
    radial-gradient(circle at 50% 50%,rgba(8,33,74,.06),rgba(8,33,74,.28) 50%,rgba(8,33,74,.54)),
    linear-gradient(180deg,rgba(8,33,74,.04),rgba(8,33,74,.34));
}
.film-play{
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
}

.principle-card,
.positioning-card,
.business-row,
.case-card,
.news-card,
.team-card,
.content-panel{
  position:relative;
  overflow:hidden;
}
.principle-card::before,
.positioning-card::before,
.business-row::before,
.case-card::before,
.news-card::before,
.team-card::before,
.content-panel::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:0;
  background:radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 50%),rgba(229,194,123,.16),transparent 34%);
  transition:opacity .28s ease;
}
.principle-card:hover::before,
.positioning-card:hover::before,
.business-row:hover::before,
.case-card:hover::before,
.news-card:hover::before,
.team-card:hover::before,
.content-panel:hover::before{opacity:1}
.principle-card > *,
.positioning-card > *,
.business-row > *,
.case-card > *,
.news-card > *,
.team-card > *,
.content-panel > *{
  position:relative;
  z-index:1;
}

.modal-open{overflow:hidden}
.film-modal{
  position:fixed;
  inset:0;
  z-index:400;
  display:grid;
  place-items:center;
  padding:28px;
  opacity:0;
  visibility:hidden;
  background:rgba(7,20,38,.58);
  backdrop-filter:blur(16px);
  transition:opacity .24s ease, visibility .24s ease;
}
.film-modal.is-open{
  opacity:1;
  visibility:visible;
}
.film-modal-panel{
  position:relative;
  width:min(940px,100%);
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  box-shadow:0 34px 110px rgba(0,0,0,.28);
  transform:translateY(14px) scale(.98);
  transition:transform .28s cubic-bezier(.2,.8,.2,1);
}
.film-modal.is-open .film-modal-panel{transform:none}
.film-modal-close{
  position:absolute;
  right:18px;
  top:18px;
  z-index:3;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  color:var(--navy);
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 30px rgba(8,33,74,.16);
  cursor:pointer;
}
.film-modal-visual{
  position:relative;
  min-height:420px;
  background:#071426;
}
.film-modal-visual img{
  width:100%;
  height:420px;
  object-fit:cover;
  opacity:.86;
}
.film-modal-visual video{
  display:block;
  width:100%;
  max-height:min(76vh,620px);
  background:#071426;
}
.film-modal-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,33,74,.10),rgba(8,33,74,.42));
}
.film-modal-visual--video::after{
  display:none;
}
.film-modal-play{
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  width:74px;
  height:74px;
  border-radius:50%;
  background:rgba(255,255,255,.92);
  transform:translate(-50%,-50%);
  box-shadow:0 20px 60px rgba(0,0,0,.24);
}
.film-modal-play::after{
  content:"";
  position:absolute;
  left:30px;
  top:23px;
  border-left:22px solid var(--navy);
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
}
.film-modal-copy{
  padding:28px 32px 32px;
  text-align:center;
}
.film-modal-copy small{
  color:var(--gold);
  font-weight:900;
  letter-spacing:.18em;
}
.film-modal-copy strong{
  display:block;
  margin:12px 0 8px;
  color:var(--ink);
  font-size:26px;
}
.film-modal-copy p{
  max-width:620px;
  margin:0 auto;
  color:#667387;
  line-height:1.78;
}

.news-section{background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%)}
.news-feature{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(0,.95fr);
  gap:28px;
  align-items:center;
  margin-bottom:22px;
  padding:22px;
  border:1px solid rgba(8,33,74,.08);
  border-radius:30px;
  background:#fff;
  box-shadow:0 22px 64px rgba(8,33,74,.08);
}
.news-feature img{
  width:100%;
  height:310px;
  object-fit:cover;
  border-radius:24px;
}
.news-feature h2{
  margin:14px 0 14px;
  color:var(--ink);
  font-size:34px;
  line-height:1.25;
}
.news-feature p:not(.kicker){
  margin:0 0 22px;
  color:#68758a;
  font-size:15px;
  line-height:1.86;
}
.news-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.news-card{
  min-height:228px;
  padding:24px;
  border:1px solid rgba(8,33,74,.08);
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#fbfcfe);
  box-shadow:0 16px 42px rgba(8,33,74,.055);
}
.news-card span{
  display:inline-flex;
  margin-right:8px;
  padding:5px 10px;
  border-radius:999px;
  color:var(--navy);
  background:rgba(8,33,74,.06);
  font-size:12px;
  font-weight:900;
}
.news-card time{
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.news-card h3{
  margin:16px 0 10px;
  color:var(--ink);
  font-size:19px;
  line-height:1.38;
}
.news-card p{
  margin:0;
  color:#718096;
  font-size:14px;
  line-height:1.74;
}

.site-footer{
  margin-top:0;
  background:
    radial-gradient(circle at 10% 0%,rgba(229,194,123,.13),transparent 24%),
    linear-gradient(180deg,#fff 0%,#f5f7fb 100%);
  border-top:1px solid rgba(8,33,74,.08);
}
.footer-inner{padding:42px 0 24px}
.footer-top{
  display:grid !important;
  grid-template-columns:1.05fr .72fr .72fr .9fr;
  gap:34px;
  align-items:start;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:17px;
  line-height:1.24;
}
.footer-mark{
  width:56px !important;
  height:56px !important;
  object-fit:contain !important;
  filter:none !important;
}
.footer-brand span{
  display:block;
  color:var(--ink);
  font-weight:900;
}
.footer-brand em{
  display:block;
  margin-top:7px;
  color:#7b8798;
  font-size:11px;
  font-style:normal;
  font-weight:700;
  letter-spacing:.08em;
}
.footer-about p{
  max-width:360px;
  margin:16px 0 0;
  color:#68758a;
  font-size:14px;
  line-height:1.82;
}
.footer-col h3{
  margin:0 0 14px;
  color:var(--ink);
  font-size:15px;
}
.footer-col a,.footer-col span{
  margin:9px 0;
  color:#657184;
  font-size:14px;
}
.footer-slogan{
  color:var(--gold) !important;
  font-weight:900;
  letter-spacing:.08em;
}
.footer-bottom{
  margin-top:34px;
  padding-top:18px;
  font-size:12px;
}

@media (max-width:1050px){
  .brand{min-width:auto}
  .brand img,.brand-mark{width:48px !important;height:48px !important}
  .footer-top{grid-template-columns:1fr 1fr}
  .news-feature,.news-grid,.news-preview-grid{grid-template-columns:1fr !important}
}

@media (max-width:680px){
  :root{
    --container:min(100% - 32px, 430px);
  }
  .section{
    padding:58px 0;
  }
  .site-header{
    height:72px;
    padding:0 16px;
    border-top:3px solid rgba(185,130,33,.9);
  }
  .brand{
    min-width:0;
    gap:8px;
  }
  .brand img,
  .brand-mark{
    width:42px !important;
    height:42px !important;
  }
  .brand strong{
    font-size:17px;
    line-height:1;
  }
  .brand em{
    margin-top:5px;
    font-size:10px;
    letter-spacing:.08em;
  }
  .menu-toggle{
    width:42px;
    height:42px;
    flex:0 0 42px;
  }
  .hero{
    padding-top:72px;
    min-height:auto;
  }
  .hero-bg img{
    filter:saturate(1.05) contrast(1.08) brightness(.92);
    object-position:65% center;
  }
  .hero-bg::before{
    background:
      linear-gradient(180deg,rgba(255,255,255,.75) 0%,rgba(255,255,255,.48) 45%,rgba(247,248,251,.66) 100%),
      linear-gradient(90deg,rgba(255,255,255,.84),rgba(255,255,255,.12));
  }
  .hero-inner{
    min-height:auto;
    padding:86px 0 36px;
  }
  .kicker{
    font-size:11px;
    letter-spacing:.18em;
  }
  .hero h1{
    max-width:340px;
    margin:17px 0 16px;
    font-size:25px;
    line-height:1.2;
    font-weight:850;
  }
  .hero-lead{
    max-width:360px;
    font-size:13px;
    line-height:1.78;
  }
  .hero-actions{
    margin-top:30px;
    gap:10px;
  }
  .hero-actions .btn{
    height:46px;
    padding:0 12px;
    font-size:13px;
  }
  .stat-row{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    width:100%;
    max-width:430px;
    margin:18px auto 0;
    gap:6px;
  }
  .stat-row article,
  .stat-row article:nth-child(n+3){
    min-height:58px;
    padding:10px 8px;
    border-radius:15px;
    background:rgba(255,255,255,.84);
  }
  .stat-row strong{
    font-size:19px;
  }
  .stat-row span{
    margin-top:5px;
    font-size:10px;
    line-height:1.25;
  }
  .intro-band{
    margin-top:24px !important;
    border-radius:22px;
  }
  .intro-band .container{
    width:min(100% - 32px, 430px);
  }
  .intro-band .principle-grid{
    grid-template-columns:1fr;
  }
  .intro-band .principle-card{
    padding:24px;
  }
  .film-copy{
    text-align:center;
  }
  .film-copy h2{
    font-size:25px !important;
    line-height:1.24;
  }
  .film-copy p:not(.kicker){
    max-width:320px;
    margin-left:auto;
    margin-right:auto;
    font-size:13px;
    line-height:1.75;
  }
  .film-meta{
    justify-content:center;
    gap:8px;
  }
  .film-meta span{
    padding:9px 12px;
    font-size:12px;
  }
  .film-play{
    left:50% !important;
    top:50% !important;
    width:54px;
    height:54px;
  }
  .news-feature{
    padding:16px;
    border-radius:22px;
  }
  .news-feature img,.news-preview-main img{
    height:205px;
    border-radius:18px;
  }
  .news-feature h2{
    font-size:24px;
  }
  .news-card{
    min-height:auto;
    padding:20px;
    border-radius:20px;
  }
  .footer-top{
    grid-template-columns:1fr !important;
    gap:22px;
  }
  .footer-logo{
    width:210px !important;
  }
  .footer-bottom{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .footer-bottom span{
    margin-top:0;
  }
}

/* Site-wide 90% visual refinement pass. */
:root{
  --container:min(1060px, calc(100% - 64px));
}
body{
  font-size:15px;
}
.page-hero{
  padding:116px 0 54px;
}
.page-hero-inner{
  grid-template-columns:.9fr 1fr;
  gap:42px;
}
.page-hero h1{
  font-size:clamp(30px,3.25vw,44px);
  line-height:1.18;
}
.page-hero p:not(.kicker){
  font-size:15px;
  line-height:1.86;
}
.page-hero-media{
  min-height:310px;
  border-radius:28px;
}
.page-hero-media img{
  min-height:310px;
}
.content-panel,
.detail-card,
.principle-card,
.advantage-card,
.story-card,
.team-card,
.positioning-card{
  border-radius:24px;
}
.content-panel,
.detail-card{
  padding:28px;
}
.content-panel h2,
.content-panel h3,
.detail-card h2,
.detail-card h3{
  font-size:clamp(22px,2vw,28px);
}
.content-panel p,
.detail-card p,
.principle-card p,
.advantage-card p,
.story-card p,
.team-card em{
  font-size:14px;
  line-height:1.84;
}
.section-heading h2,
.section-head h2{
  font-size:clamp(28px,3vw,40px);
  line-height:1.18;
}

.hero .stat-row{
  display:flex;
  align-items:stretch;
  max-width:650px;
  padding:8px;
  gap:0;
  border:1px solid rgba(255,255,255,.56);
  border-radius:26px;
  background:rgba(255,255,255,.48);
  box-shadow:0 22px 70px rgba(8,33,74,.12);
  backdrop-filter:blur(18px);
}
.hero .stat-row article,
.hero .stat-row article:nth-child(n+3){
  flex:1;
  min-height:94px;
  padding:17px 20px;
  border:0;
  border-radius:20px;
  background:transparent;
  box-shadow:none;
}
.hero .stat-row article + article{
  border-left:1px solid rgba(8,33,74,.08);
}
.hero .stat-row article:hover{
  background:rgba(255,255,255,.42);
}
.hero .stat-row strong{
  font-size:28px;
  line-height:1;
}
.hero .stat-row span{
  margin-top:9px;
  font-size:12px;
  color:#66758b;
}

.film-section{
  padding:74px 0;
  background:linear-gradient(180deg,#fff 0%,#f7f9fc 100%);
}
.film-panel{
  grid-template-columns:minmax(0,.58fr) minmax(0,1fr);
  gap:0;
  overflow:hidden;
  padding:0;
  border-radius:28px;
  background:
    radial-gradient(circle at 12% 18%,rgba(229,194,123,.16),transparent 30%),
    linear-gradient(135deg,#fff 0%,#f9fbfd 100%);
  border:1px solid rgba(8,33,74,.08);
  box-shadow:0 26px 74px rgba(8,33,74,.10);
}
.film-copy{
  padding:46px 42px;
}
.film-copy .kicker{
  font-size:11px;
}
.film-copy h2{
  font-size:clamp(27px,2.6vw,36px);
  line-height:1.22;
  margin:12px 0 12px;
}
.film-copy p:not(.kicker){
  max-width:390px;
  font-size:14px;
  line-height:1.82;
}
.film-meta{
  margin-top:22px;
}
.film-player{
  min-height:330px;
  border-radius:0;
  box-shadow:none;
}
.film-player img{
  min-height:330px;
}

.news-section{
  background:linear-gradient(180deg,#fff,#f7f9fc);
}
.news-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:0;
  overflow:hidden;
  border:1px solid rgba(8,33,74,.08);
  border-radius:28px;
  background:#fff;
  box-shadow:0 24px 70px rgba(8,33,74,.08);
}
.news-card{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:28px;
  min-height:0;
  padding:24px 30px;
  border:0;
  border-bottom:1px solid rgba(8,33,74,.07);
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.news-card:last-child{
  border-bottom:0;
}
.news-card span{
  width:max-content;
  margin:0 0 8px;
}
.news-card time{
  display:block;
  margin-top:8px;
}
.news-card h3{
  margin:0 0 8px;
  font-size:20px;
}
.news-card p{
  max-width:760px;
  font-size:14px;
  line-height:1.78;
}

.site-footer{
  background:
    radial-gradient(circle at 82% 0%,rgba(229,194,123,.13),transparent 24%),
    linear-gradient(180deg,#fff 0%,#f4f7fb 100%);
}
.footer-inner{
  padding:38px 0 22px;
}
.footer-top{
  grid-template-columns:1.05fr .72fr .72fr .82fr !important;
}

@media (max-width:680px){
  body{
    font-size:14px;
  }
  .site-header{
    height:76px;
  }
  .brand img,
  .brand-mark{
    width:46px !important;
    height:46px !important;
  }
  .brand strong{
    font-size:18px;
  }
  .hero{
    padding-top:76px;
  }
  .hero-inner{
    padding:102px 0 34px;
  }
  .hero h1{
    max-width:330px;
    font-size:24px;
  }
  .hero-lead{
    max-width:350px;
  }
  .hero .stat-row{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    max-width:100%;
    padding:6px;
    border-radius:20px;
    background:rgba(255,255,255,.58);
  }
  .hero .stat-row article,
  .hero .stat-row article:nth-child(n+3){
    min-height:60px;
    padding:10px 7px;
    border-left:0;
    border-radius:15px;
  }
  .hero .stat-row strong{
    font-size:18px;
  }
  .hero .stat-row span{
    margin-top:5px;
    font-size:10px;
  }
  .intro-band .principle-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px;
  }
  .intro-band .principle-card{
    padding:14px 10px;
    border-radius:16px;
    border:1px solid rgba(8,33,74,.07);
    background:rgba(255,255,255,.78);
  }
  .intro-band .principle-card small{
    font-size:10px;
  }
  .intro-band .principle-card h3{
    margin:8px 0 5px;
    font-size:15px;
    line-height:1.25;
  }
  .intro-band .principle-card p{
    font-size:10px;
    line-height:1.45;
  }
  .film-panel{
    display:block;
    border-radius:24px;
  }
  .film-copy{
    padding:28px 22px 18px;
    text-align:center;
  }
  .film-copy h2{
    font-size:23px !important;
  }
  .film-player,
  .film-player img{
    min-height:230px;
    border-radius:0 0 24px 24px;
  }
  .news-grid{
    border-radius:22px;
  }
  .news-card{
    display:block;
    padding:20px;
  }
  .footer-top{
    grid-template-columns:1fr !important;
  }
  .page-hero{
    padding:96px 0 42px;
  }
}
