/* ==========================================================================
   WebsDocs ASG Government Registry
   gov.css v1.0.0
   2026-09-01

   Dedicated Government Registry surface.
   - Full-width / border-to-border architecture.
   - No global desktop max-width.
   - Responsive through very large / 8K displays and browser zoom.
   - Government identity remains separate from the Business Directory.
   ========================================================================== */

:root{
  --gov-ink:#0b1728;
  --gov-ink-soft:#20324a;
  --gov-muted:#6b7d93;
  --gov-muted-2:#8b99aa;
  --gov-line:#dbe4ef;
  --gov-line-strong:#c9d5e3;
  --gov-shell:#f4f7fb;
  --gov-panel:#ffffff;
  --gov-panel-soft:#f9fbfe;
  --gov-navy:#071628;
  --gov-navy-2:#0d243d;
  --gov-navy-3:#123557;
  --gov-blue:#2358d7;
  --gov-cyan:#18a7bd;
  --gov-cyan-soft:#eaf9fb;
  --gov-gold:#b8892e;
  --gov-gold-2:#d7af58;
  --gov-gold-soft:#fff8e8;
  --gov-green:#138a68;
  --gov-green-soft:#e9f8f2;
  --gov-red:#bf4b4b;
  --gov-red-soft:#fff0f0;
  --gov-shadow:0 18px 60px rgba(14,34,57,.09);
  --gov-shadow-soft:0 10px 34px rgba(14,34,57,.065);
  --gov-radius:18px;
  --gov-radius-sm:12px;
  --gov-pad:clamp(18px,2.15vw,72px);
  --gov-header-h:86px;
  --gov-transition:160ms ease;
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  min-width:320px;
  background:var(--gov-shell);
  color-scheme:light;
  scroll-behavior:smooth;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  min-width:320px;
  min-height:100vh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 8% 4%,rgba(35,88,215,.055),transparent 24rem),
    radial-gradient(circle at 92% 18%,rgba(24,167,189,.045),transparent 28rem),
    var(--gov-shell);
  color:var(--gov-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:14px;
  line-height:1.5;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

button,
input,
select,
textarea{
  font:inherit;
}

button,
a{
  -webkit-tap-highlight-color:transparent;
}

button{
  color:inherit;
}

a{
  color:inherit;
}

img,
svg{
  display:block;
  max-width:100%;
}

h1,h2,h3,h4,p,dl,dd,ul{
  margin-top:0;
}

[hidden]{
  display:none!important;
}

::selection{
  background:rgba(35,88,215,.16);
  color:#061226;
}

:focus-visible{
  outline:3px solid rgba(24,167,189,.35);
  outline-offset:3px;
}

.gov-sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.gov-icon-sprite{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden;
}

.gov-skip-link{
  position:fixed;
  z-index:1000;
  left:16px;
  top:12px;
  transform:translateY(-180%);
  padding:10px 14px;
  border-radius:10px;
  background:#fff;
  color:#0b1728;
  font-weight:850;
  text-decoration:none;
  box-shadow:var(--gov-shadow);
  transition:transform var(--gov-transition);
}

.gov-skip-link:focus{
  transform:translateY(0);
}

/* ==========================================================================
   Header
   ========================================================================== */

.gov-header{
  position:sticky;
  z-index:300;
  top:0;
  width:100%;
  border-bottom:1px solid rgba(188,205,224,.55);
  background:rgba(247,250,253,.92);
  box-shadow:0 10px 30px rgba(16,37,60,.045);
  backdrop-filter:blur(18px) saturate(140%);
  -webkit-backdrop-filter:blur(18px) saturate(140%);
}

.gov-header::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  background:linear-gradient(180deg,var(--gov-gold-2),var(--gov-cyan));
}

.gov-header-inner{
  width:100%;
  min-width:0;
  min-height:var(--gov-header-h);
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:clamp(18px,2.1vw,46px);
  padding:8px var(--gov-pad);
}

.gov-brand{
  min-width:0;
  display:inline-flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
}

.gov-brand-logo{
  width:62px;
  height:62px;
  flex:0 0 62px;
  display:grid;
  place-items:center;
}

.gov-brand-logo img{
  width:60px;
  height:60px;
  object-fit:contain;
}

.gov-brand-copy{
  min-width:0;
}

.gov-brand-copy strong,
.gov-brand-copy small{
  display:block;
}

.gov-brand-copy strong{
  color:var(--gov-ink);
  font-size:14px;
  font-weight:950;
  line-height:1.1;
  letter-spacing:-.015em;
}

.gov-brand-copy small{
  margin-top:4px;
  color:var(--gov-muted);
  font-size:9px;
  font-weight:750;
  letter-spacing:.025em;
  white-space:nowrap;
}

.gov-desktop-nav{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
}

.gov-nav-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:9px 13px;
  border:1px solid transparent;
  border-radius:11px;
  color:#40536a;
  font-size:10px;
  font-weight:850;
  text-decoration:none;
  white-space:nowrap;
  transition:
    background var(--gov-transition),
    border-color var(--gov-transition),
    color var(--gov-transition),
    transform var(--gov-transition);
}

.gov-nav-link svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.gov-nav-link:hover{
  border-color:#d9e4ef;
  background:#fff;
  color:#173251;
  transform:translateY(-1px);
}

.gov-nav-link.is-current{
  border-color:#cbd9e9;
  background:linear-gradient(180deg,#fff,#f4f8fc);
  color:#0e3157;
  box-shadow:0 5px 16px rgba(24,52,84,.055);
}

.gov-nav-link.is-current svg{
  color:var(--gov-gold);
}

.gov-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:9px;
}

.gov-live-status{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:7px 10px;
  border:1px solid #dce6f0;
  border-radius:999px;
  background:#fff;
  color:#536780;
  font-size:9px;
  font-weight:850;
  white-space:nowrap;
}

.gov-live-status i{
  width:7px;
  height:7px;
  border-radius:999px;
  background:#9aabba;
  box-shadow:0 0 0 4px rgba(154,171,186,.12);
}

.gov-live-status.is-live{
  border-color:#bfe5d7;
  background:#f3fbf8;
  color:#176d57;
}

.gov-live-status.is-live i{
  background:#19a377;
  box-shadow:0 0 0 4px rgba(25,163,119,.12);
}

.gov-live-status.is-error{
  border-color:#f0c8c8;
  background:#fff7f7;
  color:#a54444;
}

.gov-live-status.is-error i{
  background:#cf5252;
  box-shadow:0 0 0 4px rgba(207,82,82,.12);
}

.gov-header-action{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border:1px solid #cedbea;
  border-radius:11px;
  background:#fff;
  color:#17334f;
  font-size:10px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 4px 13px rgba(20,43,70,.045);
  transition:all var(--gov-transition);
}

.gov-header-action:hover{
  border-color:#aebfd4;
  transform:translateY(-1px);
  box-shadow:0 8px 22px rgba(20,43,70,.08);
}

.gov-mobile-menu-button{
  display:none;
  width:42px;
  height:42px;
  place-items:center;
  border:1px solid #d3deea;
  border-radius:11px;
  background:#fff;
  cursor:pointer;
}

.gov-mobile-menu-button svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
}

.gov-mobile-menu-button[aria-expanded="false"] .gov-mobile-menu-close,
.gov-mobile-menu-button[aria-expanded="true"] .gov-mobile-menu-open{
  display:none;
}

.gov-mobile-menu{
  padding:12px var(--gov-pad) 17px;
  border-top:1px solid #e2e9f1;
  background:rgba(251,253,255,.98);
}

.gov-mobile-menu a{
  display:block;
  padding:12px 8px;
  border-bottom:1px solid #edf2f7;
  color:#34485f;
  font-size:11px;
  font-weight:850;
  text-decoration:none;
}

.gov-mobile-menu a:last-child{
  border-bottom:0;
}

/* ==========================================================================
   Shared section architecture
   ========================================================================== */

.gov-main{
  position:relative;
  width:100%;
  min-width:0;
}

.gov-edge-section{
  width:100%;
  max-width:none;
  margin:0;
  padding-inline:var(--gov-pad);
}

.gov-kicker,
.gov-eyebrow,
.gov-field-label{
  color:#63758b;
  font-size:9px;
  font-weight:950;
  line-height:1.2;
  letter-spacing:.085em;
  text-transform:uppercase;
}

.gov-section-heading{
  min-width:0;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
}

.gov-section-heading>div:first-child{
  min-width:0;
}

.gov-section-heading h2,
.gov-results-head h2,
.gov-profile-section h2,
.gov-trust-band h2{
  margin:5px 0 0;
  color:var(--gov-ink);
  font-size:clamp(22px,1.7vw,38px);
  line-height:1.06;
  letter-spacing:-.035em;
}

.gov-section-heading p{
  max-width:76ch;
  margin:8px 0 0;
  color:var(--gov-muted);
  font-size:12px;
}

/* ==========================================================================
   System states
   ========================================================================== */

.gov-system-state{
  width:100%;
  padding:14px var(--gov-pad);
  border-bottom:1px solid #dce6f1;
  background:#f7faff;
}

.gov-system-state-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:40px;
  color:#51667d;
}

.gov-system-state-inner>div{
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:5px 9px;
}

.gov-system-state strong{
  color:#17314e;
  font-size:10px;
}

.gov-system-state span,
.gov-system-state a{
  color:#75879a;
  font-size:9px;
}

.gov-system-state button,
.gov-system-state a{
  padding:7px 10px;
  border:1px solid #cad8e6;
  border-radius:9px;
  background:#fff;
  color:#27435f;
  font-weight:850;
  text-decoration:none;
  cursor:pointer;
}

.gov-system-state-error{
  border-color:#f0d0d0;
  background:#fff7f7;
}

.gov-loader{
  width:15px;
  height:15px;
  flex:0 0 15px;
  border:2px solid #cad8e7;
  border-top-color:var(--gov-blue);
  border-radius:999px;
  animation:gov-spin .8s linear infinite;
}

@keyframes gov-spin{
  to{transform:rotate(360deg)}
}

/* ==========================================================================
   Registry hero
   ========================================================================== */

.gov-hero{
  position:relative;
  isolation:isolate;
  min-height:clamp(390px,36vw,670px);
  display:grid;
  grid-template-columns:minmax(0,1.42fr) minmax(360px,.58fr);
  align-items:center;
  gap:clamp(38px,5vw,120px);
  overflow:hidden;
  padding-top:clamp(54px,5vw,110px);
  padding-bottom:clamp(58px,5.4vw,120px);
  border-bottom:1px solid rgba(200,215,230,.5);
  background:
    radial-gradient(circle at 85% 28%,rgba(55,179,189,.17),transparent 25%),
    radial-gradient(circle at 72% 74%,rgba(191,151,62,.14),transparent 30%),
    linear-gradient(118deg,#061525 0%,#0b2036 51%,#0c2d49 100%);
  color:#f6fbff;
}

.gov-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:62px 62px;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.25),rgba(0,0,0,.9));
}

.gov-hero::after{
  content:"";
  position:absolute;
  z-index:-1;
  width:min(52vw,900px);
  aspect-ratio:1;
  right:-10vw;
  top:50%;
  transform:translateY(-50%);
  border:1px solid rgba(201,223,240,.10);
  border-radius:50%;
  box-shadow:
    0 0 0 70px rgba(255,255,255,.018),
    0 0 0 140px rgba(255,255,255,.012),
    inset 0 0 80px rgba(22,167,189,.06);
}

.gov-hero-copy{
  position:relative;
  z-index:2;
  max-width:1200px;
}

.gov-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#d6b76c;
}

.gov-eyebrow svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.gov-hero h1{
  max-width:17ch;
  margin:17px 0 20px;
  color:#fff;
  font-size:clamp(42px,4.15vw,92px);
  font-weight:760;
  line-height:.985;
  letter-spacing:-.052em;
  text-wrap:balance;
}

.gov-hero-copy>p{
  max-width:78ch;
  margin:0;
  color:#b9c8d8;
  font-size:clamp(13px,1vw,19px);
  line-height:1.7;
}

.gov-hero-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:31px;
}

.gov-button{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:11px 16px;
  border:1px solid transparent;
  border-radius:12px;
  font-size:10px;
  font-weight:950;
  line-height:1;
  text-decoration:none;
  cursor:pointer;
  transition:
    transform var(--gov-transition),
    box-shadow var(--gov-transition),
    border-color var(--gov-transition),
    background var(--gov-transition);
}

.gov-button svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.gov-button:hover{
  transform:translateY(-1px);
}

.gov-button-primary{
  border-color:#d6b25c;
  background:linear-gradient(135deg,#e7c978,#bf9138);
  color:#102133;
  box-shadow:0 12px 30px rgba(191,145,56,.2);
}

.gov-button-primary:hover{
  box-shadow:0 17px 38px rgba(191,145,56,.27);
}

.gov-button-secondary{
  border-color:#c9d7e6;
  background:#fff;
  color:#173451;
  box-shadow:0 8px 24px rgba(16,39,64,.065);
}

.gov-hero .gov-button-secondary{
  border-color:rgba(211,226,238,.24);
  background:rgba(255,255,255,.075);
  color:#e8f1f8;
  box-shadow:none;
  backdrop-filter:blur(8px);
}

.gov-hero .gov-button-secondary:hover{
  background:rgba(255,255,255,.12);
}

.gov-hero-status{
  position:relative;
  z-index:2;
  width:100%;
  max-width:620px;
  justify-self:end;
  padding:clamp(25px,2.2vw,44px);
  border:1px solid rgba(208,225,238,.18);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(255,255,255,.105),rgba(255,255,255,.045));
  box-shadow:0 30px 90px rgba(0,0,0,.20);
  backdrop-filter:blur(22px) saturate(125%);
}

.gov-hero-status::before{
  content:"";
  position:absolute;
  left:30px;
  right:30px;
  top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#e5c776,transparent);
}

.gov-hero-status>span{
  display:block;
  color:#9fb3c6;
  font-size:9px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.gov-hero-status>strong{
  display:block;
  margin-top:12px;
  color:#fff;
  font-size:clamp(62px,5vw,112px);
  font-weight:720;
  line-height:.82;
  letter-spacing:-.07em;
}

.gov-hero-status>small{
  display:block;
  margin-top:14px;
  color:#b9c8d7;
  font-size:11px;
  font-weight:700;
}

.gov-hero-status dl{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  margin:32px 0 0;
  border-top:1px solid rgba(219,231,240,.13);
}

.gov-hero-status dl div{
  min-width:0;
  padding:19px 14px 0;
  border-right:1px solid rgba(219,231,240,.11);
}

.gov-hero-status dl div:first-child{
  padding-left:0;
}

.gov-hero-status dl div:last-child{
  padding-right:0;
  border-right:0;
}

.gov-hero-status dt{
  color:#899fb4;
  font-size:8px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.gov-hero-status dd{
  margin:5px 0 0;
  overflow:hidden;
  color:#f4f9fd;
  font-size:14px;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}

/* ==========================================================================
   Registry snapshot strip
   ========================================================================== */

.gov-snapshot-strip{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  padding-top:0;
  padding-bottom:0;
  border-bottom:1px solid var(--gov-line);
  background:#fff;
}

.gov-snapshot-strip article{
  min-width:0;
  min-height:132px;
  padding:25px clamp(16px,1.6vw,34px);
  border-right:1px solid #e6edf5;
  background:
    linear-gradient(180deg,rgba(255,255,255,1),rgba(250,252,255,.96));
}

.gov-snapshot-strip article:last-child{
  border-right:0;
}

.gov-snapshot-strip span,
.gov-snapshot-strip small{
  display:block;
}

.gov-snapshot-strip span{
  color:#60738a;
  font-size:9px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.gov-snapshot-strip strong{
  display:block;
  margin-top:9px;
  color:#10233a;
  font-size:clamp(26px,2vw,42px);
  font-weight:780;
  line-height:1;
  letter-spacing:-.045em;
}

.gov-snapshot-strip small{
  margin-top:7px;
  color:#8a99aa;
  font-size:9px;
}

/* ==========================================================================
   Explorer / filters
   ========================================================================== */

.gov-explorer{
  padding-top:clamp(42px,4vw,78px);
  padding-bottom:clamp(34px,3.2vw,62px);
  border-bottom:1px solid var(--gov-line);
  background:
    radial-gradient(circle at 100% 0,rgba(35,88,215,.035),transparent 28rem),
    #f8fbfe;
}

.gov-results-summary{
  flex:0 0 auto;
  min-width:160px;
  text-align:right;
}

.gov-results-summary strong,
.gov-results-summary span{
  display:block;
}

.gov-results-summary strong{
  color:#142a43;
  font-size:25px;
  letter-spacing:-.04em;
}

.gov-results-summary span{
  margin-top:3px;
  color:#8292a4;
  font-size:9px;
}

.gov-search-panel{
  display:grid;
  grid-template-columns:minmax(320px,2.25fr) repeat(4,minmax(150px,.72fr)) auto;
  gap:10px;
  align-items:end;
  margin-top:25px;
  padding:15px;
  border:1px solid #d7e2ed;
  border-radius:16px;
  background:rgba(255,255,255,.94);
  box-shadow:0 12px 35px rgba(16,42,69,.05);
}

.gov-search-panel label{
  min-width:0;
}

.gov-field-label{
  display:block;
  margin:0 0 7px 2px;
  color:#5f7288;
}

.gov-search-panel input,
.gov-search-panel select,
.gov-results-tools select{
  width:100%;
  min-height:44px;
  border:1px solid #d0dce8;
  border-radius:11px;
  outline:0;
  background:#fff;
  color:#18304b;
  font-size:11px;
  transition:border-color var(--gov-transition),box-shadow var(--gov-transition);
}

.gov-search-panel input{
  padding:10px 12px 10px 38px;
}

.gov-search-panel select,
.gov-results-tools select{
  padding:9px 34px 9px 11px;
}

.gov-search-panel input:focus,
.gov-search-panel select:focus,
.gov-results-tools select:focus{
  border-color:#7e9fd3;
  box-shadow:0 0 0 4px rgba(35,88,215,.08);
}

.gov-input-shell{
  position:relative;
  display:block;
}

.gov-input-shell svg{
  position:absolute;
  z-index:2;
  left:12px;
  top:50%;
  width:16px;
  height:16px;
  transform:translateY(-50%);
  fill:none;
  stroke:#8192a6;
  stroke-width:1.7;
  pointer-events:none;
}

.gov-search-actions{
  display:flex;
  align-items:center;
  gap:8px;
}

.gov-search-actions .gov-button{
  min-height:44px;
  white-space:nowrap;
}

.gov-active-filters{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
  margin-top:12px;
}

.gov-filter-chip{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:30px;
  padding:6px 10px;
  border:1px solid #d5e0eb;
  border-radius:999px;
  background:#fff;
  color:#435a72;
  font-size:9px;
  font-weight:800;
}

.gov-filter-chip button{
  display:grid;
  width:17px;
  height:17px;
  place-items:center;
  padding:0;
  border:0;
  border-radius:999px;
  background:#eef3f8;
  color:#667b91;
  cursor:pointer;
}

/* ==========================================================================
   Registry results
   ========================================================================== */

.gov-results{
  padding-top:clamp(34px,3.2vw,62px);
  padding-bottom:clamp(52px,5vw,100px);
  background:#fff;
}

.gov-results-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
}

.gov-results-tools{
  flex:0 0 auto;
}

.gov-results-tools select{
  min-width:135px;
}

.gov-registry-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));
  gap:clamp(12px,1vw,22px);
  margin-top:24px;
}

.gov-authority-card{
  position:relative;
  min-width:0;
  min-height:310px;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #dce5ef;
  border-radius:17px;
  background:
    radial-gradient(circle at 100% 0,rgba(34,91,146,.035),transparent 14rem),
    linear-gradient(180deg,#fff,#fbfcfe);
  box-shadow:0 7px 24px rgba(19,44,70,.045);
  transition:
    transform var(--gov-transition),
    border-color var(--gov-transition),
    box-shadow var(--gov-transition);
}

.gov-authority-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  opacity:.85;
  background:linear-gradient(90deg,var(--gov-gold-2),#c6d7e7 48%,var(--gov-cyan));
}

.gov-authority-card:hover{
  transform:translateY(-4px);
  border-color:#c6d5e5;
  box-shadow:0 18px 48px rgba(17,43,70,.10);
}

.gov-authority-card-main{
  flex:1 1 auto;
  min-width:0;
  padding:22px 22px 17px;
}

.gov-card-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.gov-card-level{
  color:#6e8197;
  font-size:8px;
  font-weight:950;
  letter-spacing:.075em;
  text-transform:uppercase;
}

.gov-status-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:25px;
  padding:5px 9px;
  border:1px solid #d6e1eb;
  border-radius:999px;
  background:#f6f9fc;
  color:#536b82;
  font-size:8px;
  font-weight:950;
  letter-spacing:.025em;
  white-space:nowrap;
}

.gov-status-badge.is-verified{
  border-color:#b7e3d3;
  background:var(--gov-green-soft);
  color:#16745a;
}

.gov-status-badge.is-approved{
  border-color:#e6d5a8;
  background:var(--gov-gold-soft);
  color:#8b6824;
}

.gov-card-identity{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
  align-items:center;
  margin-top:19px;
}

.gov-card-mark{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #dae4ee;
  border-radius:14px;
  background:linear-gradient(145deg,#f7fafc,#eef4f9);
  color:#486780;
}

.gov-card-mark img{
  width:100%;
  height:100%;
  padding:7px;
  object-fit:contain;
  background:#fff;
}

.gov-card-mark svg{
  width:25px;
  height:25px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
}

.gov-card-name{
  min-width:0;
}

.gov-card-name h3{
  margin:0;
  color:#122840;
  font-size:16px;
  font-weight:850;
  line-height:1.2;
  letter-spacing:-.02em;
  overflow-wrap:anywhere;
}

.gov-card-name h3 a{
  color:inherit;
  text-decoration:none;
}

.gov-card-name h3 a::after{
  content:"";
  position:absolute;
  inset:0;
}

.gov-card-domain{
  display:block;
  max-width:100%;
  margin-top:4px;
  overflow:hidden;
  color:#7c8da1;
  font-size:9px;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.gov-card-description{
  display:-webkit-box;
  margin:18px 0 0;
  overflow:hidden;
  color:#5c6f84;
  font-size:11px;
  line-height:1.62;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
}

.gov-card-location{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:17px;
  color:#536b82;
  font-size:9px;
  font-weight:750;
}

.gov-card-location svg{
  width:14px;
  height:14px;
  flex:0 0 14px;
  fill:none;
  stroke:#7890a6;
  stroke-width:1.6;
}

.gov-card-location .gov-flag{
  font-size:15px;
  line-height:1;
}

.gov-card-footer{
  min-height:58px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:13px;
  padding:12px 20px;
  border-top:1px solid #e7edf4;
  background:rgba(247,250,253,.76);
}

.gov-card-scores{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
}

.gov-card-score{
  display:flex;
  align-items:baseline;
  gap:3px;
  color:#7c8da0;
  font-size:8px;
}

.gov-card-score strong{
  color:#314a63;
  font-size:10px;
}

.gov-card-open{
  display:inline-flex;
  align-items:center;
  gap:5px;
  color:#1f5279;
  font-size:9px;
  font-weight:900;
  white-space:nowrap;
}

.gov-card-open svg{
  width:13px;
  height:13px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.gov-card-skeleton{
  min-height:310px;
  border-color:#e5ebf2;
  background:
    linear-gradient(100deg,#f4f7fa 18%,#fbfcfd 36%,#f4f7fa 54%) 0 0/240% 100%;
  animation:gov-shimmer 1.3s ease-in-out infinite;
}

.gov-card-skeleton::before{
  opacity:.25;
}

@keyframes gov-shimmer{
  to{background-position:-240% 0}
}

.gov-empty-state{
  min-height:270px;
  margin-top:24px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:34px;
  border:1px dashed #cfdbe7;
  border-radius:17px;
  background:#f9fbfd;
  text-align:center;
}

.gov-empty-state>svg{
  width:32px;
  height:32px;
  fill:none;
  stroke:#8aa0b6;
  stroke-width:1.5;
}

.gov-empty-state strong{
  margin-top:4px;
  color:#2c435b;
  font-size:14px;
}

.gov-empty-state span{
  max-width:60ch;
  color:#7b8c9e;
  font-size:10px;
}

.gov-empty-state .gov-button{
  margin-top:9px;
}

.gov-pagination{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:14px;
  margin-top:25px;
  padding-top:19px;
  border-top:1px solid #e5ebf2;
}

.gov-pagination button{
  min-width:105px;
  min-height:39px;
  padding:8px 13px;
  border:1px solid #cfdae6;
  border-radius:10px;
  background:#fff;
  color:#29435e;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
}

.gov-pagination button:hover:not(:disabled){
  border-color:#9fb4ca;
  box-shadow:0 5px 15px rgba(22,49,78,.06);
}

.gov-pagination button:disabled{
  opacity:.4;
  cursor:not-allowed;
}

.gov-pagination-status{
  text-align:center;
}

.gov-pagination-status strong,
.gov-pagination-status span{
  display:block;
}

.gov-pagination-status strong{
  color:#304960;
  font-size:10px;
}

.gov-pagination-status span{
  margin-top:2px;
  color:#8292a4;
  font-size:8px;
}

/* ==========================================================================
   Registry policy / trust band
   ========================================================================== */

.gov-trust-band{
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:clamp(40px,5vw,110px);
  align-items:center;
  padding-top:clamp(48px,4.4vw,88px);
  padding-bottom:clamp(48px,4.4vw,88px);
  border-top:1px solid rgba(255,255,255,.06);
  background:
    radial-gradient(circle at 100% 100%,rgba(35,88,215,.13),transparent 27rem),
    linear-gradient(118deg,#071727,#0c2035);
  color:#edf5fa;
}

.gov-trust-band .gov-kicker{
  color:#d7b96c;
}

.gov-trust-band h2{
  max-width:18ch;
  color:#fff;
  font-size:clamp(28px,2.6vw,54px);
}

.gov-trust-band>div:first-child>p{
  max-width:70ch;
  margin:18px 0 0;
  color:#a9bbcc;
  font-size:12px;
  line-height:1.7;
}

.gov-trust-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border:1px solid rgba(212,227,239,.12);
  border-radius:17px;
  overflow:hidden;
  background:rgba(255,255,255,.035);
}

.gov-trust-facts article{
  min-width:0;
  min-height:188px;
  padding:25px;
  border-right:1px solid rgba(212,227,239,.1);
}

.gov-trust-facts article:last-child{
  border-right:0;
}

.gov-trust-facts svg{
  width:23px;
  height:23px;
  margin-bottom:24px;
  fill:none;
  stroke:#d6b763;
  stroke-width:1.6;
}

.gov-trust-facts strong,
.gov-trust-facts span{
  display:block;
}

.gov-trust-facts strong{
  color:#f4f8fb;
  font-size:12px;
}

.gov-trust-facts span{
  margin-top:7px;
  color:#8fa5b9;
  font-size:9px;
  line-height:1.55;
}

/* ==========================================================================
   Profile view
   ========================================================================== */

.gov-breadcrumbs{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  min-height:50px;
  border-bottom:1px solid var(--gov-line);
  background:#fff;
  color:#7a8b9e;
  font-size:9px;
}

.gov-breadcrumbs a{
  color:#49657e;
  text-decoration:none;
}

.gov-breadcrumbs strong{
  color:#293f57;
}

.gov-profile-hero{
  position:relative;
  isolation:isolate;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:35px;
  min-height:330px;
  overflow:hidden;
  padding-top:clamp(42px,4vw,78px);
  padding-bottom:clamp(42px,4vw,78px);
  border-bottom:1px solid rgba(210,224,236,.16);
  background:
    radial-gradient(circle at 88% 24%,rgba(199,160,70,.13),transparent 23rem),
    linear-gradient(120deg,#071526,#0c243d 58%,#0d304d);
  color:#f5f9fd;
}

.gov-profile-hero::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:54px 54px;
}

.gov-profile-identity{
  min-width:0;
  display:grid;
  grid-template-columns:84px minmax(0,1fr);
  gap:24px;
  align-items:center;
}

.gov-profile-emblem{
  width:84px;
  height:84px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(216,229,240,.18);
  border-radius:20px;
  background:rgba(255,255,255,.07);
  color:#d9bd73;
  box-shadow:inset 0 1px rgba(255,255,255,.1);
}

.gov-profile-emblem svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
}

.gov-profile-emblem img{
  width:100%;
  height:100%;
  padding:11px;
  object-fit:contain;
  background:rgba(255,255,255,.95);
}

.gov-profile-copy{
  min-width:0;
}

.gov-profile-meta-line{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  color:#a6bbcd;
  font-size:9px;
  font-weight:800;
}

.gov-profile-hero .gov-status-badge{
  border-color:rgba(229,207,150,.35);
  background:rgba(209,171,76,.12);
  color:#e6ca81;
}

.gov-profile-hero .gov-status-badge.is-verified{
  border-color:rgba(121,219,186,.3);
  background:rgba(31,151,112,.12);
  color:#9be3c8;
}

.gov-profile-copy h1{
  max-width:24ch;
  margin:12px 0 13px;
  color:#fff;
  font-size:clamp(38px,3.5vw,76px);
  font-weight:740;
  line-height:1;
  letter-spacing:-.05em;
  overflow-wrap:anywhere;
}

.gov-profile-copy>p{
  max-width:82ch;
  margin:0;
  color:#afc0d0;
  font-size:12px;
  line-height:1.65;
}

.gov-profile-location{
  display:flex;
  align-items:center;
  gap:7px;
  margin-top:17px;
  color:#cad5df;
  font-size:10px;
  font-weight:750;
}

.gov-profile-location svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:#d4b86e;
  stroke-width:1.6;
}

.gov-profile-actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:9px;
  min-width:205px;
}

.gov-profile-hero .gov-button-primary{
  color:#102133;
}

.gov-profile-hero .gov-button-secondary{
  border-color:rgba(215,227,238,.22);
  background:rgba(255,255,255,.07);
  color:#e8f1f7;
}

.gov-profile-layout{
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(320px,.45fr);
  gap:0;
  padding-top:0;
  padding-bottom:0;
  border-bottom:1px solid var(--gov-line);
  background:#fff;
}

.gov-profile-main{
  min-width:0;
  border-right:1px solid var(--gov-line);
}

.gov-profile-section{
  min-width:0;
  padding:clamp(32px,3vw,62px) clamp(22px,3vw,62px);
  border-bottom:1px solid var(--gov-line);
}

.gov-profile-section:last-child{
  border-bottom:0;
}

.gov-profile-section .gov-kicker,
.gov-profile-card .gov-kicker{
  color:#7a8b9d;
}

.gov-profile-section h2{
  font-size:clamp(22px,1.8vw,36px);
}

.gov-prose{
  max-width:86ch;
  margin:17px 0 0;
  color:#586c82;
  font-size:12px;
  line-height:1.82;
  white-space:pre-line;
}

.gov-profile-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:22px;
}

.gov-profile-section-head>strong{
  color:#92a0af;
  font-size:12px;
}

.gov-service-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));
  gap:11px;
  margin-top:21px;
}

.gov-service-card{
  min-width:0;
  padding:18px;
  border:1px solid #dce5ee;
  border-radius:13px;
  background:linear-gradient(180deg,#fff,#fafcfe);
}

.gov-service-card h3{
  margin:0;
  color:#19314b;
  font-size:12px;
  line-height:1.3;
}

.gov-service-card p{
  margin:8px 0 0;
  color:#6d7f92;
  font-size:9px;
  line-height:1.6;
}

.gov-service-card footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:13px;
  color:#8595a7;
  font-size:8px;
}

.gov-service-card a{
  position:relative;
  z-index:1;
  color:#1e5d86;
  font-weight:850;
  text-decoration:none;
}

.gov-evidence-list{
  display:grid;
  gap:8px;
  margin-top:20px;
}

.gov-evidence-item{
  min-width:0;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:12px;
  align-items:center;
  padding:13px 15px;
  border:1px solid #e0e7ef;
  border-radius:12px;
  background:#fbfcfe;
}

.gov-evidence-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#eef4f9;
  color:#56758d;
}

.gov-evidence-icon svg{
  width:15px;
  height:15px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}

.gov-evidence-copy{
  min-width:0;
}

.gov-evidence-copy strong,
.gov-evidence-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.gov-evidence-copy strong{
  color:#2a4259;
  font-size:10px;
}

.gov-evidence-copy small{
  margin-top:3px;
  color:#8997a7;
  font-size:8px;
}

.gov-evidence-item>a{
  position:relative;
  z-index:1;
  color:#275f84;
  font-size:9px;
  font-weight:900;
  text-decoration:none;
}

.gov-inline-empty{
  padding:18px;
  border:1px dashed #d4dfe9;
  border-radius:12px;
  background:#fafcfe;
  color:#8796a6;
  font-size:10px;
}

.gov-profile-aside{
  min-width:0;
  background:#f8fafc;
}

.gov-profile-card{
  padding:28px;
  border-bottom:1px solid var(--gov-line);
  background:rgba(249,251,253,.9);
}

.gov-profile-card dl{
  margin:16px 0 0;
}

.gov-profile-card dl div{
  display:grid;
  grid-template-columns:minmax(100px,.7fr) minmax(0,1.3fr);
  gap:12px;
  padding:11px 0;
  border-bottom:1px solid #e5ebf2;
}

.gov-profile-card dl div:last-child{
  border-bottom:0;
}

.gov-profile-card dt{
  color:#7c8d9f;
  font-size:8px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

.gov-profile-card dd{
  margin:0;
  overflow-wrap:anywhere;
  color:#2d455d;
  font-size:10px;
  font-weight:750;
  text-align:right;
}

.gov-contact-list{
  margin:16px 0 0;
  padding:0;
  list-style:none;
}

.gov-contact-list li{
  padding:10px 0;
  border-bottom:1px solid #e5ebf2;
  color:#4c647b;
  font-size:10px;
  overflow-wrap:anywhere;
}

.gov-contact-list li:last-child{
  border-bottom:0;
}

.gov-contact-list a{
  color:#235e86;
  font-weight:800;
  text-decoration:none;
}

.gov-profile-card-links{
  padding:0;
}

.gov-profile-card-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:16px 28px;
  border-bottom:1px solid var(--gov-line);
  color:#2d506d;
  font-size:10px;
  font-weight:900;
  text-decoration:none;
  transition:background var(--gov-transition);
}

.gov-profile-card-links a:hover{
  background:#fff;
}

.gov-profile-card-links a:last-child{
  border-bottom:0;
}

.gov-profile-card-links svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}

.gov-profile-return{
  padding-top:22px;
  padding-bottom:22px;
  background:#fff;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.gov-footer{
  width:100%;
  border-top:1px solid rgba(218,229,239,.08);
  background:#071422;
  color:#b8c5d2;
}

.gov-footer-main{
  min-height:120px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:25px var(--gov-pad);
}

.gov-footer-brand{
  display:flex;
  align-items:center;
  gap:13px;
  min-width:0;
}

.gov-footer-brand img{
  width:52px;
  height:52px;
  flex:0 0 52px;
  object-fit:contain;
}

.gov-footer-brand strong,
.gov-footer-brand span{
  display:block;
}

.gov-footer-brand strong{
  color:#eef4f9;
  font-size:11px;
}

.gov-footer-brand span{
  margin-top:4px;
  color:#7f94a7;
  font-size:9px;
}

.gov-footer-links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:7px 20px;
}

.gov-footer-links a{
  color:#9bafc0;
  font-size:9px;
  font-weight:800;
  text-decoration:none;
}

.gov-footer-links a:hover{
  color:#fff;
}

.gov-footer-bottom{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:10px var(--gov-pad);
  border-top:1px solid rgba(218,229,239,.075);
  color:#647b90;
  font-size:8px;
}

/* ==========================================================================
   Very large displays / 4K / 8K
   Keep the shell edge-to-edge but let cards gain breathing room.
   ========================================================================== */

@media (min-width:2560px){
  :root{
    --gov-pad:clamp(58px,2.35vw,110px);
  }

  body{
    font-size:15px;
  }

  .gov-header-inner{
    min-height:94px;
  }

  .gov-brand-logo{
    width:68px;
    height:68px;
    flex-basis:68px;
  }

  .gov-brand-logo img{
    width:66px;
    height:66px;
  }

  .gov-registry-grid{
    grid-template-columns:repeat(auto-fit,minmax(390px,1fr));
    gap:24px;
  }

  .gov-authority-card{
    min-height:330px;
  }
}

@media (min-width:3840px){
  :root{
    --gov-pad:clamp(80px,2.4vw,150px);
  }

  .gov-registry-grid{
    grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
    gap:28px;
  }

  .gov-snapshot-strip article{
    min-height:150px;
  }
}

@media (min-width:6000px){
  :root{
    --gov-pad:clamp(130px,2.55vw,220px);
  }

  .gov-registry-grid{
    grid-template-columns:repeat(auto-fit,minmax(540px,1fr));
    gap:34px;
  }

  .gov-search-panel{
    grid-template-columns:minmax(500px,2.4fr) repeat(4,minmax(220px,.72fr)) auto;
  }

  .gov-authority-card{
    min-height:370px;
  }

  .gov-card-name h3{
    font-size:18px;
  }

  .gov-card-description{
    font-size:12px;
  }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width:1420px){
  .gov-desktop-nav{
    gap:2px;
  }

  .gov-nav-link{
    padding-inline:9px;
  }

  .gov-search-panel{
    grid-template-columns:minmax(280px,2fr) repeat(2,minmax(145px,1fr));
  }

  .gov-search-panel label:nth-of-type(4),
  .gov-search-panel label:nth-of-type(5){
    grid-column:auto;
  }

  .gov-search-actions{
    align-self:end;
  }
}

@media (max-width:1120px){
  :root{
    --gov-pad:clamp(16px,3vw,34px);
  }

  .gov-desktop-nav{
    display:none;
  }

  .gov-mobile-menu-button{
    display:grid;
  }

  .gov-header-inner{
    grid-template-columns:minmax(0,1fr) auto;
  }

  .gov-header-actions{
    grid-column:2;
  }

  .gov-hero{
    grid-template-columns:1fr;
    min-height:0;
  }

  .gov-hero-copy{
    max-width:none;
  }

  .gov-hero-status{
    max-width:none;
    justify-self:stretch;
  }

  .gov-snapshot-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .gov-snapshot-strip article:nth-child(3){
    border-right:0;
  }

  .gov-snapshot-strip article:nth-child(-n+3){
    border-bottom:1px solid #e6edf5;
  }

  .gov-search-panel{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gov-search-panel label:first-child{
    grid-column:1/-1;
  }

  .gov-search-actions{
    grid-column:1/-1;
  }

  .gov-trust-band{
    grid-template-columns:1fr;
  }

  .gov-trust-band h2{
    max-width:24ch;
  }

  .gov-profile-layout{
    grid-template-columns:1fr;
  }

  .gov-profile-main{
    border-right:0;
  }

  .gov-profile-aside{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    border-top:1px solid var(--gov-line);
  }

  .gov-profile-card{
    border-right:1px solid var(--gov-line);
  }

  .gov-profile-card-links{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .gov-profile-card-links a{
    border-right:1px solid var(--gov-line);
    border-bottom:0;
  }

  .gov-profile-card-links a:last-child{
    border-right:0;
  }
}

@media (max-width:780px){
  :root{
    --gov-header-h:72px;
  }

  .gov-header-inner{
    min-height:72px;
    gap:10px;
    padding-block:6px;
  }

  .gov-brand{
    gap:8px;
  }

  .gov-brand-logo{
    width:48px;
    height:48px;
    flex:0 0 48px;
  }

  .gov-brand-logo img{
    width:47px;
    height:47px;
  }

  .gov-brand-copy strong{
    font-size:12px;
  }

  .gov-brand-copy small{
    max-width:180px;
    overflow:hidden;
    font-size:8px;
    text-overflow:ellipsis;
  }

  .gov-live-status,
  .gov-header-action{
    display:none;
  }

  .gov-hero{
    gap:28px;
    padding-top:44px;
    padding-bottom:48px;
  }

  .gov-hero h1{
    max-width:20ch;
    font-size:clamp(38px,12vw,62px);
  }

  .gov-hero-copy>p{
    font-size:12px;
  }

  .gov-hero-actions{
    align-items:stretch;
    flex-direction:column;
  }

  .gov-hero-actions .gov-button{
    width:100%;
  }

  .gov-hero-status{
    padding:23px;
  }

  .gov-hero-status>strong{
    font-size:62px;
  }

  .gov-hero-status dl{
    grid-template-columns:1fr;
  }

  .gov-hero-status dl div,
  .gov-hero-status dl div:first-child,
  .gov-hero-status dl div:last-child{
    padding:12px 0;
    border-right:0;
    border-bottom:1px solid rgba(219,231,240,.10);
  }

  .gov-hero-status dl div:last-child{
    border-bottom:0;
  }

  .gov-snapshot-strip{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .gov-snapshot-strip article,
  .gov-snapshot-strip article:nth-child(3){
    border-right:1px solid #e6edf5;
    border-bottom:1px solid #e6edf5;
  }

  .gov-snapshot-strip article:nth-child(2n){
    border-right:0;
  }

  .gov-snapshot-strip article:last-child{
    grid-column:1/-1;
    border-right:0;
    border-bottom:0;
  }

  .gov-section-heading,
  .gov-results-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .gov-results-summary{
    text-align:left;
  }

  .gov-search-panel{
    grid-template-columns:1fr;
    padding:12px;
  }

  .gov-search-panel label:first-child,
  .gov-search-actions{
    grid-column:auto;
  }

  .gov-search-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .gov-search-actions .gov-button{
    width:100%;
  }

  .gov-registry-grid{
    grid-template-columns:1fr;
  }

  .gov-pagination{
    grid-template-columns:1fr 1fr;
  }

  .gov-pagination-status{
    grid-column:1/-1;
    grid-row:1;
  }

  .gov-pagination button{
    width:100%;
  }

  .gov-trust-facts{
    grid-template-columns:1fr;
  }

  .gov-trust-facts article{
    min-height:0;
    border-right:0;
    border-bottom:1px solid rgba(212,227,239,.1);
  }

  .gov-trust-facts article:last-child{
    border-bottom:0;
  }

  .gov-profile-hero{
    grid-template-columns:1fr;
    gap:28px;
  }

  .gov-profile-identity{
    grid-template-columns:62px minmax(0,1fr);
    gap:15px;
  }

  .gov-profile-emblem{
    width:62px;
    height:62px;
    border-radius:16px;
  }

  .gov-profile-emblem svg{
    width:29px;
    height:29px;
  }

  .gov-profile-copy h1{
    max-width:none;
    font-size:clamp(34px,10vw,54px);
  }

  .gov-profile-actions{
    min-width:0;
  }

  .gov-profile-aside{
    grid-template-columns:1fr;
  }

  .gov-profile-card{
    border-right:0;
  }

  .gov-profile-card-links{
    grid-template-columns:1fr;
  }

  .gov-profile-card-links a{
    border-right:0;
    border-bottom:1px solid var(--gov-line);
  }

  .gov-profile-card-links a:last-child{
    border-bottom:0;
  }

  .gov-footer-main,
  .gov-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
  }

  .gov-footer-links{
    justify-content:flex-start;
  }
}

@media (max-width:460px){
  :root{
    --gov-pad:14px;
  }

  .gov-brand-copy small{
    display:none;
  }

  .gov-snapshot-strip{
    grid-template-columns:1fr;
  }

  .gov-snapshot-strip article,
  .gov-snapshot-strip article:nth-child(2n),
  .gov-snapshot-strip article:nth-child(3),
  .gov-snapshot-strip article:last-child{
    grid-column:auto;
    border-right:0;
    border-bottom:1px solid #e6edf5;
  }

  .gov-snapshot-strip article:last-child{
    border-bottom:0;
  }

  .gov-card-footer{
    align-items:flex-start;
    flex-direction:column;
  }

  .gov-profile-identity{
    grid-template-columns:1fr;
  }
}

/* ==========================================================================
   Motion / accessibility
   ========================================================================== */

@media (prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }

  *,
  *::before,
  *::after{
    scroll-behavior:auto!important;
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    transition-duration:.001ms!important;
  }
}

@media (forced-colors:active){
  .gov-button,
  .gov-authority-card,
  .gov-search-panel,
  .gov-profile-card,
  .gov-trust-facts{
    forced-color-adjust:auto;
  }
}
