/* =========================================================
   JF LAW (LONDON) LTD — Brand system
   Deep Navy #0B1E3A · Teal #00D6CC · Cool Gray #AEB6C2 · Soft White #F7F9FC
   Type: Montserrat
   ========================================================= */

:root {
  --navy: #0b1e3a;
  --navy-deep: #071428;
  --navy-mid: #122a4d;
  --navy-soft: #1a365d;
  --teal: #00d6cc;
  --teal-deep: #00b3ab;
  --teal-soft: #7af5ee;
  --teal-mist: rgba(0, 214, 204, 0.12);
  --gray: #aeb6c2;
  --gray-dark: #6b7686;
  --white: #f7f9fc;
  --paper: #ffffff;
  --ink: #0b1e3a;
  --line: rgba(11, 30, 58, 0.1);
  --line-light: rgba(247, 249, 252, 0.12);
  --shadow: 0 18px 50px rgba(11, 30, 58, 0.1);
  --shadow-soft: 0 10px 30px rgba(11, 30, 58, 0.06);
  --radius: 18px;
  --radius-sm: 12px;
  --header-h: 84px;
  --container: 1180px;
  --font: "Montserrat", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  background: var(--teal);
  color: var(--navy);
  padding: 0.7rem 1rem;
  z-index: 1000;
  font-weight: 700;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.container-wide {
  width: min(calc(100% - 40px), 1280px);
  margin-inline: auto;
}

/* ---------- Typography ---------- */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--teal);
}

h1,
.display {
  font-size: clamp(2.15rem, 4.6vw, 4.15rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: none;
}

h1.caps,
.caps-title {
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1.3;
}

.lead {
  font-size: 1.08rem;
  color: var(--gray-dark);
  max-width: 62ch;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 48px;
  padding: 0.8rem 1.45rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: 0.25s var(--ease);
  position: relative;
  z-index: 2;
}

.btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.btn-teal {
  background: var(--teal);
  color: var(--navy);
}

.btn-teal:hover {
  background: #2de8df;
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.btn-outline-navy {
  background: transparent;
  color: var(--navy);
  border-color: rgba(11, 30, 58, 0.2);
}

.btn-outline-navy:hover {
  border-color: var(--navy);
  background: var(--white);
}

.btn-navy {
  background: var(--navy);
  color: #fff;
}

.btn-navy:hover {
  background: var(--navy-mid);
}

.btn-ghost {
  background: transparent;
  color: var(--teal);
  padding-inline: 0.2rem;
}

.btn-ghost:hover {
  gap: 0.8rem;
}

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 80;
  height: var(--header-h);
  background: rgba(7, 20, 40, 0.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: 0.3s var(--ease);
}

.site-header.scrolled,
.site-header.solid {
  background: rgba(7, 20, 40, 0.96);
  border-bottom-color: var(--line-light);
}

.header-inner {
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  color: #fff;
}

.brand-mark {
  width: auto;
  height: 54px;
  color: #fff;
  display: block;
  object-fit: contain;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-weight: 800;
  font-size: 1.28rem;
  letter-spacing: 0.04em;
}

.brand-sub {
  margin-top: 5px;
  font-size: 0.58rem;
  letter-spacing: 0.28em;
  color: #9eb0c8;
  font-weight: 600;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.15rem;
}

.site-nav a,
.nav-drop > button {
  color: #d7e0ec;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 0.55rem 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  transition: 0.2s ease;
}

.site-nav a:hover,
.site-nav a.active,
.nav-drop > button:hover {
  color: #fff;
}

.nav-drop {
  position: relative;
}

.nav-drop > button {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.nav-drop > button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.drop-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 250px;
  background: #fff;
  color: var(--navy);
  border-radius: 14px;
  padding: 0.55rem;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s var(--ease);
}

.nav-drop:hover .drop-menu,
.nav-drop:focus-within .drop-menu,
.nav-drop.open .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.drop-menu a {
  display: block;
  color: var(--navy) !important;
  padding: 0.75rem 0.85rem !important;
  border-radius: 10px;
  font-size: 0.86rem !important;
}

.drop-menu a:hover {
  background: var(--white);
  color: var(--navy) !important;
}

.site-nav a.header-cta {
  margin-left: 0.6rem;
  background: var(--teal);
  color: var(--navy);
  font-weight: 800;
  padding: 0.7rem 1.15rem;
  flex-shrink: 0;
}

.site-nav a.header-cta:hover {
  background: #2de8df;
  color: var(--navy);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 11px;
  transition: 0.2s ease;
}

.nav-toggle span {
  top: 21px;
}

.nav-toggle span::before,
.nav-toggle span::after {
  content: "";
}

.nav-toggle span::before {
  top: -7px;
}

.nav-toggle span::after {
  top: 7px;
}

.nav-toggle.active span {
  background: transparent;
}

.nav-toggle.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle.active span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  color: #fff;
  overflow: hidden;
  background: var(--navy-deep);
  padding: calc(var(--header-h) + 48px) 0 72px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 16, 32, 0.96) 0%, rgba(7, 20, 40, 0.88) 36%, rgba(7, 20, 40, 0.55) 62%, rgba(7, 20, 40, 0.28) 100%),
    url("../assets/images/hero-building.jpg") center/cover no-repeat;
}

.hero-ribbon {
  position: absolute;
  right: -4%;
  top: 18%;
  width: min(38vw, 520px);
  height: 64%;
  background: linear-gradient(160deg, rgba(0, 214, 204, 0.95), rgba(0, 167, 181, 0.18) 70%, transparent);
  clip-path: polygon(28% 0, 100% 0, 72% 100%, 0 100%);
  filter: saturate(1.15);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero h1 {
  margin: 1rem 0 1.15rem;
  max-width: 13ch;
  color: #fff;
}

.hero .lead {
  color: #dce5f0;
  margin-bottom: 1.8rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-hero {
  position: relative;
  color: #fff;
  padding: calc(var(--header-h) + 72px) 0 72px;
  overflow: hidden;
  background: var(--navy-deep);
}

.page-hero.compact {
  padding-bottom: 56px;
}

.page-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 16, 32, 0.95), rgba(7, 20, 40, 0.7)),
    url("../assets/images/city-night.jpg") center/cover no-repeat;
}

.page-hero .hero-ribbon {
  height: 78%;
  top: 12%;
}

.page-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.page-hero h1 {
  margin: 0.85rem 0 0.9rem;
}

.page-hero .lead {
  color: #c9d4e3;
}

/* ---------- Sections ---------- */
.section {
  padding: 92px 0;
}

.section-sm {
  padding: 64px 0;
}

.section-navy {
  background: var(--navy);
  color: #fff;
}

.section-white {
  background: var(--paper);
}

.section-soft {
  background: var(--white);
}

.section-head {
  margin-bottom: 2.4rem;
}

.section-head.center {
  text-align: center;
}

.section-head.center .eyebrow {
  justify-content: center;
}

.section-head.center .lead {
  margin-inline: auto;
}

.section-head h2 {
  margin: 0.7rem 0 0.8rem;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.split.flip {
  grid-template-columns: 0.9fr 1.1fr;
}

/* ---------- Value bar ---------- */
.values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.value-card {
  text-align: center;
  padding: 8px 10px;
}

.value-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 214, 204, 0.35);
  display: grid;
  place-items: center;
  color: var(--teal-deep);
  background: var(--teal-mist);
}

.value-card h3 {
  margin-bottom: 0.4rem;
}

.value-card p {
  color: var(--gray-dark);
  font-size: 0.92rem;
}

/* ---------- Cards ---------- */
.navy-panel {
  background:
    radial-gradient(circle at 90% 0%, rgba(0, 214, 204, 0.18), transparent 36%),
    linear-gradient(180deg, #122a4d, #0b1e3a);
  color: #fff;
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: var(--shadow);
}

.navy-panel .brand {
  margin-bottom: 1.3rem;
}

.navy-panel p {
  color: #c5d0de;
  margin-bottom: 1.2rem;
}

.check-list {
  display: grid;
  gap: 0.85rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-weight: 600;
}

.check-list svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: var(--teal);
}

.cards-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cards-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.surface-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 32px 28px;
  box-shadow: var(--shadow-soft);
  height: 100%;
}

.surface-card h3 {
  margin: 0.9rem 0 0.7rem;
}

.surface-card p,
.surface-card li {
  color: var(--gray-dark);
}

.icon-bubble {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--teal-mist);
  color: var(--teal-deep);
}

.bullet {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.bullet li {
  position: relative;
  padding-left: 1.1rem;
}

.bullet li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  position: absolute;
  left: 0;
  top: 0.55rem;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.3rem;
  color: var(--teal-deep);
  font-weight: 700;
}

.card-link:hover {
  gap: 0.65rem;
}

/* ---------- Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat {
  text-align: center;
  padding: 10px;
}

.stat .icon-bubble {
  margin: 0 auto 14px;
  background: rgba(0, 214, 204, 0.12);
  color: var(--teal);
}

.stat-value {
  font-size: clamp(1.7rem, 2.4vw, 2.3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.stat h3 {
  color: #fff;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}

.stat p {
  color: #9aabc0;
  font-size: 0.88rem;
}

.source-note {
  margin-top: 28px;
  color: #8b9cb0;
  font-size: 0.78rem;
  text-align: center;
}

/* ---------- Insights ---------- */
.insight-card {
  background: var(--paper);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.insight-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.insight-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.meta {
  display: flex;
  gap: 12px;
  color: var(--gray-dark);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.meta .tag {
  color: var(--teal-deep);
}

.insight-body h3 {
  margin: 0.7rem 0 0.85rem;
}

.insight-body p {
  color: var(--gray-dark);
  flex: 1;
}

/* ---------- Process ---------- */
.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  position: relative;
  background: var(--paper);
  border-radius: 18px;
  padding: 24px 22px;
  border: 1px solid var(--line);
}

.step-num {
  color: var(--teal-deep);
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.step h3 {
  margin: 0.7rem 0 0.5rem;
}

.step p {
  color: var(--gray-dark);
  font-size: 0.94rem;
}

/* ---------- Tables / highlight facts ---------- */
.fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.fact {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-light);
  border-radius: 16px;
  padding: 18px;
  text-align: center;
}

.fact strong {
  display: block;
  color: var(--teal);
  font-size: 1.35rem;
  margin-bottom: 0.25rem;
}

.fact span {
  color: #c5d0de;
  font-size: 0.86rem;
}

.notice {
  border-left: 3px solid var(--teal);
  background: var(--teal-mist);
  padding: 16px 18px;
  border-radius: 0 12px 12px 0;
  color: var(--navy-soft);
  font-size: 0.92rem;
}

.warning {
  border: 1px solid #f0c36d;
  background: #fff8e8;
  color: #5c4310;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 0.9rem;
}

/* ---------- Forms ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 12px;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  color: var(--navy);
  outline: none;
  transition: 0.2s ease;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 214, 204, 0.15);
}

.checkbox {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--gray-dark);
  line-height: 1.45;
}

.checkbox a {
  white-space: nowrap;
}

.checkbox input {
  width: 18px;
  height: 18px;
  min-height: 0;
  margin-top: 3px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.form-status {
  margin-top: 1rem;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 0.92rem;
}

.form-status.error {
  background: #fff1f0;
  color: #b42318;
  border: 1px solid #f5c2c0;
}

.form-success {
  display: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
}

.form-success.show {
  display: block;
}

.field-error {
  color: #b42318;
  font-size: 0.78rem;
  margin-top: 0.3rem;
  display: none;
}

.invalid + .field-error,
.invalid ~ .field-error {
  display: block;
}

input.invalid,
select.invalid,
textarea.invalid {
  border-color: #d92d20;
}

/* ---------- FAQ ---------- */
.faq details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0 18px;
  margin-bottom: 10px;
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 16px 0;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details p {
  color: var(--gray-dark);
  padding-bottom: 16px;
}

/* ---------- Contact layout ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 28px;
  align-items: start;
}

.map-card {
  border-radius: 20px;
  overflow: hidden;
  min-height: 220px;
  background:
    linear-gradient(180deg, rgba(11, 30, 58, 0.15), rgba(11, 30, 58, 0.45)),
    url("../assets/images/london-street.jpg") center/cover no-repeat;
}

/* ---------- Article ---------- */
.article {
  max-width: 760px;
  margin: 0 auto;
}

.article h2,
.article h3 {
  margin: 2rem 0 0.8rem;
}

.article p,
.article li {
  color: var(--gray-dark);
  margin-bottom: 1rem;
}

.article ul {
  padding-left: 1.2rem;
  list-style: disc;
}

.article-hero-img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 22px;
  margin: 8px 0 28px;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-deep);
  color: #d5deea;
  padding-top: 64px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 42px;
}

.footer-brand .brand {
  margin-bottom: 14px;
}

.footer-brand p {
  max-width: 28ch;
  color: #9aabc0;
}

.site-footer h4 {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.site-footer a:hover {
  color: var(--teal);
}

.site-footer li + li {
  margin-top: 0.55rem;
}

.footer-bottom {
  border-top: 1px solid var(--line-light);
  padding: 18px 0 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  color: #8b9cb0;
  font-size: 0.8rem;
}

.trust-row {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  color: #8b9cb0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 18px 0 8px;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row span::before {
  content: "";
  width: 18px;
  height: 2px;
  background: var(--teal);
}

/* ---------- Cookie / overlays ---------- */
.cookie-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 90;
  background: #fff;
  color: var(--navy);
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 16px 18px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.cookie-bar.show {
  display: flex;
}

.eligibility {
  display: grid;
  gap: 12px;
}

.choice {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  background: #fff;
}

.choice input {
  width: auto;
  min-height: 0;
  margin-right: 8px;
}

.choice.selected {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 214, 204, 0.12);
}

.app-section {
  display: none;
}

.app-section.show {
  display: block;
}

/* ---------- Utility ---------- */
.mt-1 { margin-top: 0.6rem; }
.mt-2 { margin-top: 1.2rem; }
.mt-3 { margin-top: 2rem; }
.muted { color: var(--gray-dark); }
.center { text-align: center; }
.reveal {
  opacity: 0;
  transform: translateY(18px);
  animation: rise 0.8s var(--ease) forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .split,
  .split.flip,
  .cards-2,
  .cards-3,
  .cards-4,
  .values,
  .stats,
  .process,
  .fact-grid,
  .contact-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: #071428;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 20px 24px;
    border-bottom: 1px solid var(--line-light);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a,
  .nav-drop > button {
    text-align: left;
    padding: 0.85rem 0.4rem;
  }

  .drop-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 8px 12px;
    display: none;
  }

  .nav-drop.open .drop-menu {
    display: block;
  }

  .drop-menu a {
    color: #d7e0ec !important;
  }

  .header-cta {
    width: fit-content;
    margin: 8px 0 4px;
  }

  .hero h1 {
    max-width: none;
  }

  .hero,
  .page-hero {
    min-height: auto;
  }

  .hero-ribbon {
    width: 70vw;
    opacity: 0.7;
  }

  .cookie-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .article-hero-img {
    height: 220px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .site-nav a,
  .nav-drop > button {
    font-size: 0.78rem;
    padding-inline: 0.5rem;
  }
}
