/* Sovereign Command brand re-tone of the Industry tokens: navy ground roles + gold accent ramp */
:root{
  --navy:#14264a; --navy-deep:#0d1a35; --navy-mid:#1b3260;
  --bronze:#2f2820; --bronze-deep:#241e17;
  --gold:#c99a3f; --gold-bright:#e0b45c;
  --paper:#f4f2ee; --ink:#1a2030;
  --color-bg:var(--paper); --color-text:var(--ink);
  --color-accent:#c99a3f;
  --color-accent-100:#f7eed9; --color-accent-200:#efdfb6; --color-accent-300:#e5cb8d;
  --color-accent-400:#d8b264; --color-accent-500:#c99a3f; --color-accent-600:#a87e2e;
  --color-accent-700:#856222; --color-accent-800:#634818; --color-accent-900:#443010;
}
html,body{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:var(--font-body,Barlow,sans-serif)}
a{color:var(--color-accent-700);text-decoration:none}
a:hover{color:var(--color-accent-500)}
h1,h2,h3{text-wrap:balance}
@media (max-width: 1120px){
  [style*="min-width: 1100px"]{min-width:0 !important}
  header [style*="height: 68px"]{height:auto !important;flex-wrap:wrap !important;padding:14px 20px !important;row-gap:12px !important}
  header nav[style]{flex-wrap:wrap !important;gap:14px 20px !important}
}
@media (max-width: 880px){
  section[style*="padding: 96px"]{padding-top:48px !important}
  section[style*="padding: 88px"],section[style*="padding: 80px"]{padding-top:44px !important;padding-bottom:44px !important}
  .serve-row{display:grid !important;grid-template-columns:1fr 1fr;gap:10px !important}
  .serve-row > span:first-child{grid-column:1/-1;margin:0 0 6px !important}
  .serve-row .tag{text-align:center;justify-content:center;width:auto}
  div[style*="height: 420px"],div[style*="height: 380px"]{height:260px !important;width:100%;overflow:hidden}
  .hero-mark{order:-1;margin-bottom:8px}
  .photo-first{order:-1}
  .nav-desktop, .cta-desktop{display:none !important}
  .ham-btn{display:flex !important}
  section[style]{padding-left:20px !important;padding-right:20px !important}
  h1[style]{font-size:clamp(38px,10.5vw,54px) !important}
  h2[style]{font-size:clamp(28px,7.5vw,38px) !important}
  [style*="grid-template-columns: 1.3fr 1fr"],
  [style*="grid-template-columns: 1.4fr 1fr"],
  [style*="grid-template-columns: 1fr 1.6fr"],
  [style*="grid-template-columns: 1fr 1.5fr"],
  [style*="grid-template-columns: 1fr 1.4fr"]{grid-template-columns:1fr !important;gap:28px !important}
  [style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr !important;gap:44px !important}
  [style*="grid-template-columns: repeat(4, 1fr)"],
  [style*="grid-template-columns: repeat(5, 1fr)"]{grid-template-columns:1fr 1fr !important}
  [style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:1fr 1fr !important}
  [style*="grid-template-columns: repeat(3, 1fr)"] > *:last-child:nth-child(odd),
  [style*="grid-template-columns: repeat(4, 1fr)"] > *:last-child:nth-child(odd),
  [style*="grid-template-columns: repeat(5, 1fr)"] > *:last-child:nth-child(odd){grid-column:1/-1}
  [style*="grid-template-columns: 240px 1fr"]{grid-template-columns:1fr !important}
  header [style*="height: 68px"]{height:auto !important;flex-wrap:wrap !important;padding:14px 20px !important;row-gap:12px !important}
  header nav[style]{flex-wrap:wrap !important;gap:14px 20px !important;margin-left:0 !important}
  [style*="display: flex; gap: 16px"],
  [style*="display: flex; gap: 40px"],
  [style*="display: flex; gap: 12px"],
  [style*="justify-content: space-between"]{flex-wrap:wrap !important}
  main[style]{padding:28px 20px !important}
  aside[style]{padding-top:16px !important;padding-bottom:16px !important}
  [style*="width: 420px"]{width:100% !important;max-width:420px !important}
  [style*="font-size: 76px"],[style*="font-size: 68px"]{font-size:clamp(40px,11vw,56px) !important}
  img[style*="width: 280px"]{width:min(210px,52vw) !important;height:auto !important}
  .table{font-size:13px}
}
