/* Final refinement layer: header consistency, desktop polish, mobile-specific layout. */
:root{
  --container:min(1040px, calc(100% - 72px));
  --ink:#07172b;
  --navy:#062b5f;
  --gold:#b8872b;
  --muted:#647287;
  --line:rgba(8,33,74,.09);
}

html{scroll-behavior:smooth}
body{
  font-size:14px;
  background:#f6f8fb;
}
.container{width:var(--container)}
.section{padding:74px 0}
.section-head,
.section-heading{
  max-width:760px;
  margin-inline:auto;
  text-align:center;
}
.section-head h2,
.section-heading h2{
  font-size:clamp(26px,2.45vw,36px);
  letter-spacing:0;
}
.section-head p,
.section-heading p{
  font-size:14px;
  line-height:1.75;
}

.site-header{
  height:78px;
  padding:0 5vw;
  border-top:3px solid var(--gold);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 38px rgba(8,33,74,.055);
}
.site-header.is-scrolled{
  height:72px;
  box-shadow:0 12px 38px rgba(8,33,74,.08);
}
.brand{
  min-width:260px;
  gap:12px;
}
.brand img,
.brand-mark{
  width:52px!important;
  height:52px!important;
  object-fit:contain!important;
}
.brand span{display:block!important}
.brand strong{
  display:block;
  color:var(--ink);
  font-size:21px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:.02em;
}
.brand em{
  display:block!important;
  margin-top:8px;
  color:#6f7d90;
  font-size:11px;
  font-style:normal;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:none;
}
.main-nav{
  gap:18px;
  font-size:13px;
  font-weight:700;
}
.main-nav a{
  color:#344155;
}
.main-nav a[aria-current="page"],
.main-nav a:hover{
  color:var(--navy);
}
.main-nav .nav-cta{
  height:42px;
  padding:0 22px;
  border-radius:999px;
}

.page-hero{
  padding:116px 0 52px;
  background:
    linear-gradient(rgba(8,33,74,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(8,33,74,.035) 1px,transparent 1px),
    linear-gradient(180deg,#fff 0%,#f8fafc 100%);
  background-size:92px 92px,92px 92px,auto;
}
.page-hero-inner{
  min-height:0;
  display:grid;
  grid-template-columns:.88fr 1fr;
  align-items:center;
  gap:44px;
}
.page-hero h1{
  font-size:clamp(30px,3vw,42px);
  line-height:1.15;
  max-width:560px;
}
.page-hero p:not(.kicker){
  max-width:560px;
  font-size:14px;
  line-height:1.82;
}
.page-hero-media,
.page-hero-media img{
  min-height:286px;
  border-radius:24px;
}

.hero{
  min-height:calc(100vh - 78px);
  overflow:hidden;
}
.hero-bg img{
  filter:saturate(1.08) contrast(1.08) brightness(1.02);
}
.hero-bg::before{
  background:
    linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.78) 34%,rgba(255,255,255,.28) 62%,rgba(255,255,255,.06) 100%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.52));
}
.hero-inner{
  min-height:calc(100vh - 78px);
  padding:56px 0 54px;
  align-content:center;
}
.hero h1{
  max-width:560px;
  font-size:clamp(36px,3.25vw,48px);
  line-height:1.12;
}
.hero-lead{
  max-width:620px;
  font-size:15px;
  line-height:1.82;
}
.hero-actions{margin-top:28px}
.hero .stat-row{
  max-width:720px;
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  padding:10px;
  border:1px solid rgba(255,255,255,.68);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(255,255,255,.55));
  box-shadow:0 22px 64px rgba(8,33,74,.10);
  backdrop-filter:blur(18px);
}
.hero .stat-row article,
.hero .stat-row article:nth-child(n+3),
.hero .stat-row article:nth-child(2),
.hero .stat-row article:nth-child(4){
  min-height:82px;
  padding:16px 20px;
  border:0;
  border-radius:20px;
  background:transparent;
  box-shadow:none;
  transform:none;
  backdrop-filter:none;
}
.hero .stat-row article+article{
  border-left:1px solid rgba(8,33,74,.08);
}
.hero .stat-row article:hover,
.hero .stat-row article:nth-child(2):hover,
.hero .stat-row article:nth-child(4):hover{
  transform:translateY(-2px);
}
.hero .stat-row article::after{
  left:20px;
  right:20px;
  bottom:12px;
}
.hero .stat-row strong{
  font-size:26px;
  line-height:1;
}
.hero .stat-row span{
  margin-top:8px;
  font-size:12px;
}
.intro-band{
  margin-top:0!important;
  padding-top:0;
}
.intro-band .container{
  width:var(--container);
}
.intro-band .principle-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr)!important;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:#fff;
  box-shadow:0 24px 70px rgba(8,33,74,.06);
}
.intro-band .principle-card{
  padding:24px 28px;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  background:#fff;
  box-shadow:none;
}
.intro-band .principle-card:last-child{border-right:0}
.intro-band .principle-card h3{font-size:21px}
.intro-band .principle-card p{font-size:13px}

.film-section{padding:68px 0}
.film-panel{
  grid-template-columns:.46fr .54fr;
  align-items:center;
  border-radius:28px;
  background:linear-gradient(135deg,#fff 0%,#f7f9fc 100%);
}
.film-copy{
  padding:42px 40px;
}
.film-copy h2{
  max-width:360px;
  font-size:clamp(26px,2.35vw,34px)!important;
}
.film-copy p:not(.kicker){
  max-width:380px;
  font-size:14px;
}
.film-player{
  position:relative;
}
.film-player::after{
  background:linear-gradient(90deg,rgba(4,24,52,.44),rgba(4,24,52,.16));
}
.film-play{
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
}

.business-list{
  gap:16px;
}
.business-row{
  min-height:0;
  padding:22px;
}
.business-row h3{font-size:21px}
.business-row p{font-size:13px}

.news-grid{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.news-card{
  position:relative;
  display:grid;
  grid-template-columns:128px 1fr;
  gap:26px;
  padding:22px 0;
  border-bottom:1px solid var(--line);
  background:transparent;
}
.news-card::before{
  content:"";
  position:absolute;
  left:128px;
  top:31px;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 7px rgba(184,135,43,.11);
  transform:translateX(-17px);
}
.news-card span{
  display:block;
  width:auto;
  padding:0;
  margin:0 0 7px;
  border-radius:0;
  background:transparent;
  color:var(--gold);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.news-card time{
  color:#7d8796;
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
}
.news-card h3{
  margin:0 0 8px;
  font-size:19px;
}
.news-card p{
  max-width:780px;
  font-size:13px;
  line-height:1.76;
}

.team-grid{
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.team-card{
  overflow:hidden;
  padding:14px 14px 22px;
  border-radius:24px;
}
.team-photo{
  height:252px;
  border-radius:18px;
}
.team-card h3{
  margin:18px 0 6px;
  font-size:21px;
}
.team-card p{
  min-height:34px;
  font-size:12px;
}
.team-card em{
  max-width:260px;
  margin-top:12px;
  font-size:12px;
  line-height:1.68;
}
.team-card span{
  width:46px;
  height:46px;
  left:22px;
  top:22px;
  border-radius:15px;
  font-size:13px;
}

.site-footer{
  border-top:0;
  background:
    linear-gradient(90deg,rgba(8,33,74,.96),rgba(6,43,95,.93)),
    radial-gradient(circle at 80% 20%,rgba(229,194,123,.24),transparent 34%);
  color:#fff;
}
.footer-inner{padding:38px 0 22px}
.footer-top{
  grid-template-columns:1.08fr .75fr .75fr .82fr!important;
  gap:34px;
}
.footer-brand span{color:#fff}
.footer-brand em{color:rgba(255,255,255,.7)}
.footer-about p,
.footer-col a,
.footer-col span,
.footer-bottom{
  color:rgba(255,255,255,.72);
}
.footer-col h3{
  color:#fff;
}
.footer-slogan{
  color:#e4c27b!important;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.13);
}

@media (min-width:681px){
  .hero + .intro-band{
    margin-top:0!important;
  }
}

@media (max-width:680px){
  :root{--container:min(100% - 28px,430px)}
  html,body{background:#eaf0f8}
  body{font-size:13px}
  .section{padding:42px 0}
  .site-header{
    height:72px;
    padding:0 18px;
    border-top:3px solid var(--gold);
  }
  .brand{
    min-width:auto;
    gap:9px;
  }
  .brand img,
  .brand-mark{
    width:46px!important;
    height:46px!important;
  }
  .brand strong{
    font-size:18px;
    line-height:1.05;
  }
  .brand em{
    display:none!important;
  }
  .menu-toggle{
    width:48px;
    height:48px;
  }
  .hero{
    min-height:auto;
    padding-top:72px;
    background:#fff;
  }
  .hero-bg img{
    object-position:58% top;
    filter:saturate(1.08) contrast(1.08) brightness(1.02);
  }
  .hero-bg::before{
    background:
      linear-gradient(180deg,rgba(255,255,255,.66) 0%,rgba(255,255,255,.38) 52%,rgba(255,255,255,.76) 100%),
      linear-gradient(90deg,rgba(255,255,255,.76),rgba(255,255,255,.18));
  }
  .hero-inner{
    min-height:auto;
    padding:170px 0 28px;
    align-content:start;
  }
  .kicker{
    font-size:10px;
    letter-spacing:.18em;
  }
  .hero h1{
    max-width:315px;
    margin:14px 0 14px;
    font-size:25px;
    line-height:1.17;
  }
  .hero-lead{
    max-width:345px;
    font-size:13px;
    line-height:1.72;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:22px;
  }
  .hero-actions .btn{
    height:44px;
    padding:0 10px;
    font-size:13px;
  }
  .hero .stat-row{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:4px;
    width:100%;
    margin:14px 0 0;
    padding:5px;
    border-radius:18px;
    background:rgba(255,255,255,.72);
    box-shadow:0 14px 36px rgba(8,33,74,.08);
  }
  .hero .stat-row article,
  .hero .stat-row article:nth-child(n+3),
  .hero .stat-row article:nth-child(2),
  .hero .stat-row article:nth-child(4){
    min-height:58px;
    padding:9px 6px;
    border:0;
    border-radius:13px;
    background:rgba(255,255,255,.55);
    transform:none!important;
  }
  .hero .stat-row article+article{border-left:0}
  .hero .stat-row article::after{display:none}
  .hero .stat-row strong{
    font-size:17px;
  }
  .hero .stat-row span{
    margin-top:4px;
    font-size:9px;
    line-height:1.2;
  }
  .intro-band{
    padding:12px 0 0;
    background:#fff;
  }
  .intro-band .container{width:var(--container)}
  .intro-band .principle-grid{
    display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:0!important;
    border-radius:18px;
  }
  .intro-band .principle-card{
    min-width:0;
    padding:12px 7px!important;
    border-right:1px solid var(--line)!important;
    border-bottom:0!important;
    text-align:center;
  }
  .intro-band .principle-card:last-child{border-right:0!important}
  .intro-band .principle-card small{
    display:block;
    font-size:9px;
  }
  .intro-band .principle-card h3{
    margin:6px 0 4px;
    font-size:13px;
  }
  .intro-band .principle-card p{
    margin:0;
    font-size:9px!important;
    line-height:1.32!important;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .section-head h2,
  .section-heading h2{
    font-size:24px;
    line-height:1.18;
  }
  .page-hero{
    padding:92px 0 34px;
  }
  .page-hero-inner{
    display:block;
    text-align:center;
  }
  .page-hero h1{
    margin-inline:auto;
    font-size:25px;
  }
  .page-hero p:not(.kicker){
    margin-inline:auto;
    font-size:13px;
  }
  .page-hero-media{
    margin-top:18px;
  }
  .page-hero-media,
  .page-hero-media img{
    min-height:190px;
    border-radius:20px;
  }
  .timeline-track{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px;
    overflow:visible;
    padding:0;
  }
  .timeline-track article{
    min-width:0;
    display:grid;
    grid-template-columns:82px 1fr;
    gap:12px;
    align-items:center;
    padding:14px 16px;
    text-align:left;
    border-radius:18px;
  }
  .timeline-track time{
    margin:0;
    text-align:center;
  }
  .timeline-track h3{
    margin:0 0 4px;
    font-size:16px;
  }
  .timeline-track p{
    font-size:11px;
    line-height:1.52;
  }
  .business-matrix{display:block}
  .business-visual img{height:158px}
  .business-list{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:2px 2px 12px;
    scroll-snap-type:x mandatory;
  }
  .business-row{
    min-width:220px;
    padding:14px;
  }
  .business-row h3{font-size:16px}
  .business-row p{font-size:11px;line-height:1.55}
  .business-row em{display:none}
  .film-section{padding:42px 0}
  .film-panel{
    display:block;
    border-radius:22px;
  }
  .film-copy{
    padding:26px 20px 14px;
    text-align:center;
  }
  .film-copy h2{
    max-width:260px;
    margin-inline:auto;
    font-size:22px!important;
  }
  .film-copy p:not(.kicker){
    margin-inline:auto;
    font-size:12px;
  }
  .film-meta{
    justify-content:center;
  }
  .film-player,
  .film-player img{
    min-height:210px;
    border-radius:0 0 22px 22px;
  }
  .case-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px;
    overflow:visible;
    padding:0;
  }
  .case-summary-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px;
    overflow:visible;
    padding:0;
  }
  .case-card,
  .case-summary-card{
    min-width:0;
    min-height:0;
    padding:16px;
    border-radius:18px;
  }
  .case-card h3,
  .case-summary-card h3{font-size:16px}
  .case-card p,
  .case-summary-card p{font-size:11px;line-height:1.55}
  .case-feature{
    gap:0;
    padding:10px;
    border-radius:20px;
  }
  .case-body{
    padding:18px 8px 8px;
  }
  .case-body h2{font-size:20px}
  .case-body p{font-size:12px;line-height:1.7}
  .news-card{
    grid-template-columns:1fr;
    gap:6px;
    padding:18px 0;
  }
  .news-card::before{display:none}
  .news-card h3{font-size:17px}
  .news-card p{font-size:12px;line-height:1.62}
  .team-grid{
    display:flex!important;
    gap:12px;
    overflow-x:auto;
    margin-inline:calc((100vw - min(100vw - 28px,430px)) / -2);
    padding:2px max(18px,calc((100vw - min(100vw - 28px,430px)) / 2)) 14px;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:max(18px,calc((100vw - min(100vw - 28px,430px)) / 2));
  }
  .team-card{
    min-width:min(78vw,330px);
    padding:12px 12px 18px;
    scroll-snap-align:center;
  }
  .team-photo{
    height:315px;
    border-radius:17px;
    object-fit:cover;
    object-position:center top;
  }
  .team-card h3,
  .team-card p,
  .team-card em{text-align:center}
  .team-card h3{font-size:20px}
  .team-card em{font-size:12px}
  .history-era{
    text-align:center;
  }
  .history-era-meta{
    justify-items:center;
  }
  .site-footer{
    border-top:1px solid rgba(8,33,74,.08);
    background:linear-gradient(180deg,#fff 0%,#f6f8fb 100%);
    color:var(--ink);
  }
  .footer-inner{padding:24px 0 14px}
  .footer-top{
    grid-template-columns:1fr!important;
    gap:12px!important;
  }
  .footer-brand span{color:var(--ink)}
  .footer-brand em{color:#738197}
  .footer-brand{
    justify-content:center;
  }
  .footer-about p{
    max-width:320px;
    margin:12px auto 0;
    text-align:center;
    font-size:12px;
    color:#66758b;
  }
  .footer-col{
    padding-top:10px;
    border-top:1px solid rgba(8,33,74,.08);
    text-align:center;
  }
  .footer-col h3{
    margin-bottom:8px;
    font-size:13px;
    color:var(--ink);
  }
  .footer-col a,
  .footer-col span{
    display:inline-flex;
    margin:4px 8px;
    font-size:11px;
    color:#647287;
  }
  .footer-slogan{
    color:var(--gold)!important;
  }
  .footer-bottom{
    display:flex;
    justify-content:space-between;
    gap:10px;
    margin-top:14px;
    padding-top:12px;
    border-top:1px solid rgba(8,33,74,.08);
    font-size:10px;
    color:#738197;
  }
}
