/*
Theme Name: Lgeom Greens
Theme URI: https://lgeom.com/
Author: Lgeom
Author URI: https://lgeom.com/
Description: Dense climate, carbon markets, ESG and compliance news theme inspired by the Lgeom Greens editorial reference.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: lgeom-greens
*/

:root {
  --lg-blue-950: #151743;
  --lg-blue-900: #202760;
  --lg-blue-800: #283173;
  --lg-red: #e0001b;
  --lg-green: #007a46;
  --lg-ink: #111735;
  --lg-muted: #68728a;
  --lg-line: #dce3ef;
  --lg-soft: #f6f8fc;
  --lg-cream: #fff7e7;
  --lg-cream-line: #e7c783;
  --lg-page-pad: 126px;
  --lg-serif: Georgia, "Times New Roman", serif;
  --lg-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  background: #fff;
  color: var(--lg-ink);
  font-family: var(--lg-sans);
  line-height: 1.55;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.lg-container {
  margin: 0 auto;
  max-width: none;
  padding: 0 var(--lg-page-pad);
}

.lg-breaking {
  background: var(--lg-blue-950);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  color: #dce4ff;
  font-size: 12px;
  overflow: hidden;
}

.lg-breaking__inner {
  display: flex;
  min-height: 36px;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 0;
}

.lg-breaking__track {
  align-items: center;
  display: flex;
  min-width: max-content;
}

.lg-breaking__inner.is-animated .lg-breaking__track {
  animation: lgTicker 32s linear infinite;
}

.lg-breaking__inner.is-animated:hover .lg-breaking__track {
  animation-play-state: paused;
}

.lg-breaking__group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  white-space: nowrap;
}

.lg-breaking__item {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  display: inline-flex;
  gap: 10px;
  padding-left: 24px;
  white-space: nowrap;
}

.lg-breaking__group .lg-breaking__item:first-child {
  border-left: 0;
  padding-left: 0;
}

.lg-breaking__item:hover {
  color: #fff;
}

.lg-kicker,
.lg-chip {
  border-radius: 3px;
  display: inline-flex;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  padding: 6px 8px;
  text-transform: uppercase;
}

.lg-kicker {
  background: var(--lg-red);
  color: #fff;
}

.lg-chip {
  background: #eef3ff;
  color: #293789;
}

.lg-chip--gold {
  background: #fff0cf;
  color: #9a5a00;
}

.lg-chip--green {
  background: #e0f7eb;
  color: #077d4c;
}

.lg-chip--red {
  background: #ffe5e9;
  color: #bd0018;
}

@keyframes lgTicker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.lg-header {
  background: var(--lg-blue-800);
  box-shadow: 0 10px 24px rgba(24, 31, 75, .18);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 900;
}

.admin-bar .lg-header {
  top: 32px;
}

.lg-header .lg-container {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
}

.lg-header__inner {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  min-height: 70px;
}

.lg-brand {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9ff 100%);
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(10, 15, 42, .16);
  display: flex;
  gap: 12px;
  justify-content: center;
  min-width: 0;
  padding: 4px 16px;
}

.lg-brand .custom-logo-link {
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}

.lg-brand__logo-wrap {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.lg-brand .custom-logo {
  height: auto;
  max-height: 42px;
  max-width: 230px;
  object-fit: contain;
  width: auto;
}

.lg-brand__mark {
  align-items: center;
  background: var(--lg-red);
  border-radius: 8px;
  color: #fff;
  display: grid;
  flex: 0 0 38px;
  font-family: var(--lg-serif);
  font-size: 25px;
  font-weight: 800;
  height: 38px;
  place-items: center;
}

.lg-brand__name {
  display: block;
  font-family: var(--lg-serif);
  font-size: 23px;
  font-weight: 800;
  line-height: .96;
  white-space: nowrap;
}

.lg-brand__sub {
  color: #07834f;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding-bottom: 0;
}

.lg-nav {
  align-items: center;
  display: flex;
  gap: 22px;
  justify-content: flex-start;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.lg-nav::-webkit-scrollbar {
  display: none;
}

.lg-nav__drawer-head,
.lg-menu-toggle,
.lg-drawer-backdrop {
  display: none;
}

.lg-menu-toggle {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.lg-menu-toggle__bar {
  background: #fff;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 18px;
}

.lg-menu-close {
  align-items: center;
  background: #f1f4ff;
  border: 1px solid var(--lg-line);
  border-radius: 6px;
  color: var(--lg-blue-800);
  cursor: pointer;
  display: inline-grid;
  font-size: 26px;
  height: 38px;
  line-height: 1;
  place-items: center;
  width: 38px;
}

.lg-nav ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lg-nav a {
  color: #e5eafe;
  display: block;
  font-size: 15px;
  font-weight: 650;
  padding: 22px 9px 20px;
  white-space: nowrap;
}

.lg-nav a:hover,
.lg-nav .current-menu-item > a {
  box-shadow: inset 0 -3px 0 var(--lg-red);
  color: #fff;
}

.lg-header__tools {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.lg-search {
  align-items: center;
  display: flex;
  gap: 8px;
  position: relative;
}

.lg-search__toggle {
  align-items: center;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-grid;
  font-size: 24px;
  font-weight: 800;
  height: 40px;
  line-height: 1;
  place-items: center;
  width: 40px;
}

.lg-search__toggle svg {
  display: block;
  height: 20px;
  width: 20px;
}

.lg-search__toggle:focus {
  outline: 0;
}

.lg-search__toggle:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .24);
  outline: 0;
}

.lg-search__toggle:hover,
.lg-search.is-open .lg-search__toggle {
  background: rgba(255, 255, 255, .18);
}

.lg-search label {
  background: var(--lg-blue-800);
  border-radius: 7px;
  box-shadow: 0 14px 36px rgba(10, 15, 42, .2);
  display: block;
  left: auto;
  max-height: 0;
  max-width: none;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease, max-height .18s ease;
  width: 280px;
  z-index: 950;
}

.lg-search label::before {
  border-bottom: 8px solid var(--lg-blue-800);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: "";
  position: absolute;
  right: 12px;
  top: -8px;
}

.lg-search.is-open label,
.lg-search:focus-within label {
  max-height: 70px;
  opacity: 1;
  padding: 8px;
  transform: translateY(0);
}

.lg-search input[type="search"] {
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  min-height: 36px;
  padding: 0 12px;
  width: 240px;
}

.lg-search input[type="search"]:focus {
  border-color: rgba(255, 255, 255, .45);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .14);
  outline: 0;
}

.lg-search input::placeholder {
  color: #bfc8ee;
}

.lg-search input[type="submit"] {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.lg-button {
  align-items: center;
  background: var(--lg-red);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 38px;
  padding: 0 16px;
}

.lg-meta-strip {
  border-bottom: 1px solid var(--lg-line);
  color: #60708d;
  font-size: 12px;
}

.lg-meta-strip__inner {
  align-items: center;
  display: flex;
  gap: 18px;
  min-height: 42px;
}

.lg-live {
  color: var(--lg-green);
  font-weight: 800;
}

.lg-social {
  display: flex;
  gap: 8px;
  margin-left: auto;
}

.lg-social a {
  border: 1px solid var(--lg-line);
  border-radius: 999px;
  color: #2b365d;
  font-size: 11px;
  font-weight: 750;
  padding: 4px 11px;
}

.lg-deadlines {
  background: var(--lg-cream);
  border: 1px solid var(--lg-cream-line);
  border-left: 4px solid #a05b00;
  border-radius: 7px;
  margin: 24px 0 30px;
  padding: 20px 22px;
}

.lg-deadlines__title {
  align-items: center;
  color: #885200;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  letter-spacing: .08em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.lg-deadlines__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lg-deadline {
  border-left: 1px solid #efd49b;
  padding: 0 18px;
}

.lg-deadline:first-child {
  border-left: 0;
  padding-left: 0;
}

.lg-deadline__date {
  color: var(--lg-red);
  display: block;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 4px;
}

.lg-deadline__label {
  color: #865100;
  display: block;
  font-size: 12px;
  font-weight: 650;
}

.lg-front-grid {
  border: 1px solid var(--lg-line);
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.lg-hero {
  background: linear-gradient(130deg, #161847 0%, #29315f 42%, #006f42 100%);
  color: #fff;
  min-height: 488px;
  padding: 78px 40px 36px;
  position: relative;
}

.lg-hero.has-image {
  background-position: center;
  background-size: cover;
}

.lg-hero.has-image::before {
  background: linear-gradient(120deg, rgba(18, 19, 64, .94), rgba(16, 51, 76, .76), rgba(0, 99, 57, .78));
  content: "";
  inset: 0;
  position: absolute;
}

.lg-hero > * {
  position: relative;
  z-index: 1;
}

.lg-hero__eyebrow {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.lg-hero__source {
  color: #aebbea;
  font-size: 11px;
  font-weight: 700;
}

.lg-hero h1 {
  font-family: var(--lg-serif);
  font-size: clamp(34px, 4vw, 49px);
  line-height: 1.07;
  margin: 0 0 18px;
  max-width: 720px;
}

.lg-hero p {
  color: #d2d9ec;
  font-size: 17px;
  margin: 0 0 24px;
  max-width: 660px;
}

.lg-byline {
  align-items: center;
  color: #7a86a1;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 9px;
}

.lg-hero .lg-byline {
  color: #c7d2f0;
  margin-bottom: 22px;
}

.lg-avatar {
  align-items: center;
  background: #3440b9;
  border-radius: 50%;
  color: #fff;
  display: inline-grid;
  font-size: 11px;
  font-weight: 800;
  height: 28px;
  place-items: center;
  width: 28px;
}

.lg-read {
  background: var(--lg-red);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  padding: 12px 17px;
}

.lg-side-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
}

.lg-story-card {
  background: #fff;
  border-bottom: 1px solid var(--lg-line);
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
}

.lg-story-card:last-child {
  border-bottom: 0;
}

.lg-story-card h2,
.lg-rail-card h3,
.lg-post-card h2 {
  font-family: var(--lg-serif);
  line-height: 1.15;
  margin: 14px 0 10px;
}

.lg-story-card h2 {
  font-size: 21px;
}

.lg-story-card p,
.lg-post-card p {
  color: #52607c;
  font-size: 15px;
  margin: 0 0 16px;
}

.lg-story-card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}

.lg-story-card > .lg-chip,
.lg-single-recent-body > .lg-chip {
  align-self: flex-start;
}

.lg-rail {
  border: 1px solid var(--lg-line);
  border-top: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.lg-rail-card {
  border-left: 1px solid var(--lg-line);
  min-height: 132px;
  padding: 18px 20px 16px;
  position: relative;
}

.lg-rail-card:first-child {
  border-left: 0;
}

.lg-rail-card__num {
  color: #d9e1ee;
  font-size: 23px;
  font-style: italic;
  font-weight: 900;
  left: 18px;
  position: absolute;
  top: 12px;
}

.lg-rail-card .lg-chip {
  margin-left: 36px;
}

.lg-rail-card h3 {
  font-family: var(--lg-sans);
  font-size: 15px;
  font-weight: 850;
  margin-top: 12px;
  padding-left: 36px;
}

.lg-rail-card .lg-byline {
  padding-left: 36px;
}

.lg-topic-section {
  margin: 38px 0 0;
  scroll-margin-top: 96px;
}

.lg-topic-tabs {
  border-bottom: 1px solid var(--lg-line);
  border-top: 2px solid var(--lg-blue-800);
  display: flex;
  gap: 0;
  justify-content: space-between;
  margin: 0 calc(var(--lg-page-pad) * -1) 36px;
  overflow-x: auto;
  padding: 0 var(--lg-page-pad);
  white-space: nowrap;
}

.lg-topic-tabs a {
  color: #1e2a52;
  display: block;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 750;
  padding: 17px 18px 15px;
  position: relative;
}

.lg-topic-tabs a.is-active {
  color: var(--lg-blue-800);
}

.lg-topic-tabs a.is-active::after {
  background: var(--lg-red);
  bottom: 0;
  content: "";
  height: 3px;
  left: 18px;
  position: absolute;
  right: 18px;
}

.lg-topic-layout {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 300px;
}

.lg-topic-panel {
  background: var(--lg-blue-800);
  border-radius: 7px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-height: 300px;
  padding: 30px 32px 28px;
}

.lg-topic-card {
  min-height: 116px;
  padding-right: 34px;
}

.lg-topic-card:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, .14);
  padding-left: 32px;
}

.lg-topic-card:nth-child(3) {
  border-left: 1px solid rgba(255, 255, 255, .14);
  grid-column: 1 / 3;
  margin-left: 0;
  margin-top: 24px;
  max-width: 420px;
  padding-left: 32px;
  padding-top: 0;
}

.lg-topic-card__label {
  color: var(--lg-red);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.lg-topic-card h2 {
  font-family: var(--lg-serif);
  font-size: 21px;
  line-height: 1.13;
  margin: 0 0 10px;
  max-width: 330px;
}

.lg-topic-card__meta {
  color: #9da9d3;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 7px;
}

.lg-brief {
  align-self: start;
  background: var(--lg-blue-800);
  border-radius: 7px;
  color: #fff;
  padding: 26px 24px 22px;
}

.lg-brief h2 {
  font-family: var(--lg-serif);
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.lg-brief p {
  color: #c8d1ef;
  font-size: 15px;
  margin: 0 0 18px;
}

.lg-brief__form {
  display: grid;
  gap: 10px;
}

.lg-brief input[type="email"] {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 5px;
  color: #fff;
  font: inherit;
  min-height: 42px;
  padding: 0 14px;
  width: 100%;
}

.lg-brief input::placeholder {
  color: #aeb8dd;
}

.lg-brief button {
  background: var(--lg-red);
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  min-height: 42px;
}

.lg-brief__count {
  color: #d7def6;
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}

.lg-brief__count::before {
  content: "⊙";
  margin-right: 7px;
}

.lg-brief__note {
  color: #8f9bca;
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}

.lg-news-suite {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 300px;
  margin: 52px 0 0;
}

.lg-news-main {
  min-width: 0;
}

.lg-suite-head {
  align-items: center;
  border-bottom: 2px solid var(--lg-blue-800);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.lg-suite-head h2 {
  color: var(--lg-blue-800);
  font-family: var(--lg-serif);
  font-size: 27px;
  line-height: 1.1;
  margin: 0;
}

.lg-suite-head h2 span {
  background: #eef2ff;
  border-radius: 999px;
  color: #a0abc8;
  display: inline-flex;
  font-family: var(--lg-sans);
  font-size: 12px;
  font-weight: 800;
  margin-left: 8px;
  padding: 4px 11px;
  vertical-align: middle;
}

.lg-suite-head a {
  color: var(--lg-blue-800);
  font-size: 13px;
  font-weight: 850;
}

.lg-latest-grid {
  display: grid;
  gap: 28px 24px;
  grid-template-columns: repeat(2, 1fr);
}

.lg-latest-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}

.lg-visual {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  display: grid;
  height: 162px;
  margin-bottom: 14px;
  place-items: center;
}

.lg-visual.has-image {
  position: relative;
}

.lg-visual.has-image::after {
  background: linear-gradient(180deg, transparent, rgba(17, 23, 53, .18));
  border-radius: inherit;
  content: "";
  inset: 0;
  position: absolute;
}

.lg-visual span {
  font-size: 34px;
}

.lg-visual--blue {
  background: linear-gradient(135deg, #e8ecfb, #c6d1ee);
}

.lg-visual--gold {
  background: linear-gradient(135deg, #fff4d6, #ffe19f);
}

.lg-visual--green {
  background: linear-gradient(135deg, #dff9ea, #a7e8c3);
}

.lg-visual--rose {
  background: linear-gradient(135deg, #ffe2e7, #ffb5bf);
}

.lg-visual.has-image {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.lg-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.lg-latest-card h3 {
  font-family: var(--lg-serif);
  font-size: 23px;
  line-height: 1.18;
  margin: 0 0 9px;
}

.lg-latest-card p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #52607c;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 14px;
  min-height: 70px;
  overflow: hidden;
}

.lg-story-meta {
  align-items: center;
  color: #65718b;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  gap: 8px;
  margin-top: auto;
  min-width: 0;
}

.lg-story-meta__time {
  margin-left: auto;
  white-space: nowrap;
}

.lg-map-callout {
  align-items: center;
  background: #171947;
  border-radius: 7px;
  color: #fff;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 330px;
  margin: 48px 0 38px;
  padding: 30px 32px;
}

.lg-map-callout h2 {
  font-family: var(--lg-serif);
  font-size: 31px;
  line-height: 1.08;
  margin: 0 0 14px;
}

.lg-map-callout p {
  color: #c7d0ee;
  font-size: 15px;
  margin: 0 0 18px;
}

.lg-map-callout .lg-byline {
  color: #9ba6d0;
}

.lg-map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.lg-map-actions a {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  padding: 11px 18px;
}

.lg-map-graphic {
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
    radial-gradient(circle at 42% 42%, #063715 0 37%, transparent 38%),
    radial-gradient(circle at 58% 55%, #0e4b23 0 22%, transparent 23%),
    #0d1b36;
  background-size: 22px 22px, 22px 22px, 100% 100%, 100% 100%, 100% 100%;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 6px;
  height: 180px;
  overflow: hidden;
  position: relative;
}

.lg-map-graphic--image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.lg-map-graphic--image::before {
  background: linear-gradient(180deg, rgba(11, 17, 49, .1), rgba(11, 17, 49, .32));
  content: "";
  inset: 0;
  position: absolute;
}

.lg-map-graphic:not(.lg-map-graphic--image)::before {
  background: #062b14;
  border-radius: 54% 45% 57% 41%;
  content: "";
  height: 132px;
  left: 54px;
  position: absolute;
  top: 18px;
  transform: rotate(-13deg);
  width: 184px;
}

.lg-map-dot {
  border: 2px solid currentColor;
  border-radius: 50%;
  height: 13px;
  position: absolute;
  width: 13px;
}

.lg-map-dot--one {
  color: #00a863;
  height: 22px;
  left: 68px;
  top: 38px;
  width: 22px;
}

.lg-map-dot--two {
  color: #00c776;
  left: 102px;
  top: 52px;
}

.lg-map-dot--three {
  color: #f2c200;
  left: 136px;
  top: 74px;
}

.lg-map-dot--four {
  color: #f0b400;
  height: 15px;
  left: 150px;
  top: 114px;
  width: 15px;
}

.lg-map-dot--five {
  color: #f00023;
  left: 187px;
  top: 126px;
}

.lg-suite-head--more {
  margin-top: 0;
}

.lg-more-list {
  border: 1px solid var(--lg-line);
  border-radius: 7px;
  overflow: hidden;
}

.lg-more-item {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 36px 1fr 78px;
  min-height: 92px;
  padding: 14px 20px;
}

.lg-more-item + .lg-more-item {
  border-top: 1px solid var(--lg-line);
}

.lg-more-item__num {
  color: #d8e0ee;
  font-size: 21px;
  font-weight: 900;
}

.lg-more-item h3 {
  font-family: var(--lg-serif);
  font-size: 19px;
  line-height: 1.2;
  margin: 8px 0 4px;
}

.lg-more-item__thumb {
  align-items: center;
  background: #eef2ff;
  border-radius: 5px;
  display: grid;
  font-size: 25px;
  height: 58px;
  place-items: center;
}

.lg-news-sidebar {
  align-content: start;
  display: grid;
  gap: 22px;
  min-width: 0;
}

.lg-side-box,
.lg-powered {
  border: 1px solid var(--lg-line);
  border-radius: 7px;
  overflow: hidden;
}

.lg-side-box__head {
  align-items: center;
  border-bottom: 1px solid var(--lg-line);
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
}

.lg-side-box__head h2 {
  color: var(--lg-blue-800);
  font-family: var(--lg-serif);
  font-size: 17px;
  margin: 0;
}

.lg-side-box__head span,
.lg-side-box__head a {
  color: #2d3767;
  font-size: 11px;
  font-weight: 850;
}

.lg-tool-link {
  align-items: center;
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 36px 1fr 12px;
  padding: 16px 18px;
}

.lg-tool-link + .lg-tool-link {
  border-top: 1px solid var(--lg-line);
}

.lg-tool-link__icon {
  align-items: center;
  background: #eef2ff;
  border-radius: 8px;
  display: grid;
  grid-column: 1;
  grid-row: span 2;
  height: 36px;
  place-items: center;
  width: 36px;
}

.lg-tool-link strong {
  grid-column: 2;
  grid-row: 1;
}

.lg-tool-link strong,
.lg-read-list a,
.lg-advisor strong {
  color: var(--lg-ink);
  font-size: 16px;
  line-height: 1.3;
}

.lg-tool-link small {
  display: block;
  grid-column: 2;
  grid-row: 2;
}

.lg-tool-link small,
.lg-read-list span,
.lg-advisor small {
  color: #66728f;
  font-size: 14px;
  line-height: 1.4;
}

.lg-tool-link em {
  color: #9aa6c4;
  font-style: normal;
  grid-column: 3;
  grid-row: span 2;
  text-align: right;
}

.lg-read-list {
  counter-reset: read-list;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lg-read-list li {
  counter-increment: read-list;
  display: grid;
  gap: 4px 12px;
  grid-template-columns: 22px 1fr;
  padding: 13px 18px;
}

.lg-read-list li + li {
  border-top: 1px solid var(--lg-line);
}

.lg-read-list li::before {
  color: #d2dbea;
  content: counter(read-list);
  font-size: 20px;
  font-weight: 850;
  grid-row: span 2;
  line-height: 1;
}

.lg-read-list span {
  display: block;
}

.lg-advisor {
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 40px 1fr;
  padding: 14px 18px;
}

.lg-advisor + .lg-advisor {
  border-top: 1px solid var(--lg-line);
}

.lg-advisor .lg-avatar {
  grid-row: span 2;
  height: 40px;
  width: 40px;
}

.lg-powered {
  background: #f8faff;
  padding: 24px 20px;
  text-align: center;
}

.lg-powered span {
  color: #7380a0;
  display: block;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.lg-powered h2 {
  color: var(--lg-blue-800);
  font-family: var(--lg-serif);
  font-size: 21px;
  margin: 0 0 10px;
}

.lg-powered p {
  color: #65718d;
  font-size: 12px;
  margin: 0 auto 16px;
  max-width: 230px;
}

.lg-powered a {
  background: var(--lg-blue-800);
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  padding: 11px 18px;
}

.lg-section {
  margin: 42px 0;
}

.lg-section__head {
  align-items: end;
  border-bottom: 2px solid var(--lg-ink);
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 8px;
}

.lg-section__head h2,
.lg-archive-title {
  font-family: var(--lg-serif);
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}

.lg-post-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.lg-post-card {
  border: 1px solid var(--lg-line);
  min-height: 210px;
  padding: 20px;
}

.lg-about-panel,
.lg-about-service-card,
.lg-post-card,
.lg-side-box,
.lg-powered,
.lg-single-article,
.lg-more-list,
.lg-map-callout,
.lg-brief,
.lg-about-hero__main,
.lg-about-hero__card {
  --lg-accent: #1f9d77;
  overflow: hidden;
  position: relative;
}

.lg-about-panel::before,
.lg-about-service-card::before,
.lg-post-card::before,
.lg-side-box::before,
.lg-powered::before,
.lg-single-article::before,
.lg-more-list::before,
.lg-map-callout::before,
.lg-brief::before,
.lg-about-hero__main::before,
.lg-about-hero__card::before {
  background: var(--lg-accent);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 5px;
}

.lg-about-hero__main {
  --lg-accent: #13a36c;
}

.lg-about-hero__card,
.lg-brief {
  --lg-accent: #ff4d57;
}

.lg-single-article,
.lg-map-callout,
.lg-powered {
  --lg-accent: #25337c;
}

.lg-side-box {
  --lg-accent: #6d7cff;
}

.lg-more-list {
  --lg-accent: #f0a300;
}

.lg-about-panels__grid .lg-about-panel:nth-child(2n) {
  --lg-accent: #4056d6;
}

.lg-about-services__grid .lg-about-service-card:nth-child(3n + 1),
.lg-post-grid .lg-post-card:nth-child(3n + 1) {
  --lg-accent: #14a46a;
}

.lg-about-services__grid .lg-about-service-card:nth-child(3n + 2),
.lg-post-grid .lg-post-card:nth-child(3n + 2) {
  --lg-accent: #f04f62;
}

.lg-about-services__grid .lg-about-service-card:nth-child(3n),
.lg-post-grid .lg-post-card:nth-child(3n) {
  --lg-accent: #4056d6;
}

.lg-post-card h2 {
  font-size: 21px;
}

.lg-content-wrap {
  margin: 38px auto 60px;
  max-width: none;
  padding: 0 var(--lg-page-pad);
}

.lg-single-layout {
  align-items: start;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) 440px;
}

.lg-single-article {
  border: 1px solid var(--lg-line);
  border-radius: 8px;
  min-width: 0;
  padding: 26px 28px 32px;
}

.lg-single-sidebar {
  min-width: 0;
}

.lg-single-article > img {
  margin: 18px 0 26px;
  max-width: 420px;
  width: 100%;
}

.lg-single-recent-list {
  display: grid;
}

.lg-single-recent-item {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 18px;
}

.lg-single-recent-item + .lg-single-recent-item {
  border-top: 1px solid var(--lg-line);
}

.lg-single-recent-thumb {
  background: #fff;
  border: 1px solid var(--lg-line);
  border-radius: 6px;
  display: block;
  overflow: hidden;
}

.lg-single-recent-thumb img,
.lg-single-recent-thumb__placeholder {
  aspect-ratio: 4 / 3;
  display: block;
  width: 100%;
}

.lg-single-recent-thumb img {
  height: 100%;
  object-fit: cover;
}

.lg-single-recent-thumb__placeholder {
  background: #fff;
}

.lg-single-recent-body {
  min-width: 0;
}

.lg-single-recent-item h3 {
  font-family: var(--lg-serif);
  font-size: 20px;
  line-height: 1.2;
  margin: 10px 0 10px;
}

.lg-single-article .lg-article-title {
  font-family: var(--lg-serif);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  margin: 14px 0 18px;
}

.lg-single-article .lg-content {
  color: #27314e;
  font-family: var(--lg-serif);
  font-size: 16px;
  line-height: 1.85;
}

.lg-contact-page {
  margin-bottom: 76px;
}

.lg-contact-hero {
  align-items: end;
  background:
    radial-gradient(circle at top left, rgba(36, 164, 107, .12), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #fff 58%, #f4fff9 100%);
  border: 1px solid var(--lg-line);
  border-radius: 8px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 360px;
  margin-bottom: 28px;
  overflow: hidden;
  padding: 34px 38px;
  position: relative;
}

.lg-contact-hero::before {
  background: #13a36c;
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 5px;
}

.lg-contact-hero .lg-article-title {
  font-family: var(--lg-serif);
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  margin: 18px 0 14px;
}

.lg-contact-hero p {
  color: #465271;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
  max-width: 760px;
}

.lg-contact-quick {
  background: #1e245a;
  border-radius: 8px;
  color: #fff;
  display: grid;
  gap: 1px;
  overflow: hidden;
}

.lg-contact-quick div {
  background: rgba(255, 255, 255, .06);
  padding: 18px 20px;
}

.lg-contact-quick span {
  color: #aeb9e4;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.lg-contact-quick strong {
  display: block;
  font-size: 15px;
  line-height: 1.35;
}

.lg-contact-shell {
  border: 1px solid var(--lg-line);
  border-radius: 8px;
  overflow: hidden;
}

.lg-contact-shell__head {
  align-items: end;
  background: #f8faff;
  border-bottom: 1px solid var(--lg-line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 22px 26px;
}

.lg-contact-shell__head h2 {
  color: var(--lg-blue-800);
  font-family: var(--lg-serif);
  font-size: 28px;
  line-height: 1.1;
  margin: 0;
}

.lg-contact-shell__head p {
  color: #66728f;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  max-width: 520px;
}

.lg-contact-content {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: stretch;
  padding: 28px;
  width: 100%;
}

.lg-contact-content > * {
  max-width: none !important;
  min-width: 0;
  width: 100% !important;
}

.lg-contact-content > p {
  margin: 0;
}

.lg-contact-content .wp-block-columns {
  display: grid !important;
  gap: 34px !important;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.lg-contact-content .wp-block-column {
  flex-basis: auto !important;
  flex-grow: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.lg-contact-content iframe {
  aspect-ratio: 4 / 3;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(17, 23, 53, .1);
  height: auto !important;
  margin: 0;
  min-height: 430px;
  width: 100% !important;
}

.lg-contact-content form {
  background: #fff;
  border: 1px solid var(--lg-line);
  border-left: 5px solid #4056d6;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(17, 23, 53, .06);
  margin: 0;
  padding: 26px;
  width: 100%;
}

.lg-contact-content label {
  color: #202a55;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin: 0 0 8px;
}

.lg-contact-content input[type="text"],
.lg-contact-content input[type="email"],
.lg-contact-content input[type="tel"],
.lg-contact-content input[type="url"],
.lg-contact-content input[type="number"],
.lg-contact-content input[type="search"],
.lg-contact-content textarea,
.lg-contact-content select {
  background: #f8faff;
  border: 1px solid #cfd8ea;
  border-radius: 6px;
  color: var(--lg-ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.lg-contact-content textarea {
  min-height: 150px;
  resize: vertical;
}

.lg-contact-content input:focus,
.lg-contact-content textarea:focus,
.lg-contact-content select:focus {
  background: #fff;
  border-color: #4056d6;
  box-shadow: 0 0 0 3px rgba(64, 86, 214, .12);
  outline: 0;
}

.lg-contact-content input[type="submit"],
.lg-contact-content button[type="submit"] {
  background: var(--lg-red);
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  min-height: 44px;
  padding: 0 22px;
}

.lg-contact-content input[type="submit"]:hover,
.lg-contact-content button[type="submit"]:hover {
  background: #bd0018;
}

.lg-content a {
  color: var(--lg-blue-800);
  text-decoration: underline;
}

.lg-content img {
  margin: 24px 0;
}

.lg-about-hero {
  padding: 34px 0 26px;
}

.lg-about-hero__grid {
  align-items: stretch;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .82fr);
}

.lg-about-hero__main,
.lg-about-hero__card,
.lg-about-panel,
.lg-about-service-card {
  border: 1px solid var(--lg-line);
  border-radius: 8px;
}

.lg-about-hero__main {
  background:
    radial-gradient(circle at top left, rgba(52, 191, 116, 0.1), transparent 34%),
    linear-gradient(135deg, #f7fbff 0%, #ffffff 56%, #f7fff9 100%);
  min-height: 100%;
  padding: 38px 42px;
}

.lg-about-title {
  color: var(--lg-ink);
  font-family: var(--lg-serif);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1;
  margin: 20px 0 18px;
}

.lg-about-brief {
  color: #31405f;
  display: -webkit-box;
  font-size: 17px;
  line-height: 1.75;
  max-width: 820px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lg-about-brief > *:first-child {
  margin-top: 0;
}

.lg-about-brief > *:last-child {
  margin-bottom: 0;
}

.lg-about-hero__card {
  background: linear-gradient(180deg, #1e245a 0%, #20265f 45%, #181d47 100%);
  color: #eef3ff;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 32px 30px;
}

.lg-about-eyebrow {
  color: #8b94b5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin: 0;
  text-transform: uppercase;
}

.lg-about-hero__card .lg-about-eyebrow {
  color: #9fc4ff;
}

.lg-about-hero__card h2 {
  color: #fff;
  font-family: var(--lg-serif);
  font-size: 30px;
  line-height: 1.12;
  margin: 0;
}

.lg-about-hero__list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lg-about-hero__list li {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #d8dff8;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  min-height: 52px;
  padding-top: 12px;
}

.lg-about-hero__list li::before {
  background: linear-gradient(180deg, #f64f4f 0%, #f33b3b 100%);
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
}

.lg-about-hero__empty {
  color: #d8dff8;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.lg-about-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.lg-about-hero__pills span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #f4f7ff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 14px;
}

.lg-about-panels {
  padding: 10px 0 16px;
}

.lg-about-panels__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lg-about-panel {
  background: #fff;
  box-shadow: 0 14px 40px rgba(17, 23, 53, 0.06);
  padding: 30px;
}

.lg-about-panel h2,
.lg-about-service-card h3 {
  font-family: var(--lg-serif);
  line-height: 1.15;
  margin: 0 0 14px;
}

.lg-about-panel h2 {
  font-size: clamp(28px, 3vw, 36px);
}

.lg-about-panel p {
  color: #3d4866;
  font-size: 16px;
  line-height: 1.9;
  margin: 0;
}

.lg-about-services {
  padding: 20px 0 64px;
}

.lg-about-services .lg-section__head {
  align-items: start;
  flex-direction: column;
  gap: 10px;
}

.lg-about-services .lg-section__head p {
  color: #6f7893;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.lg-about-services__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lg-about-service-card {
  background:
    linear-gradient(180deg, rgba(233, 241, 255, 0.5) 0%, rgba(255, 255, 255, 0) 42%),
    #fff;
  box-shadow: 0 10px 30px rgba(17, 23, 53, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
  padding: 24px 24px 26px;
  position: relative;
}

.lg-about-service-card__index {
  color: #c7d3eb;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}

.lg-about-service-card h3 {
  color: #1b2251;
  font-size: 27px;
  margin-bottom: 0;
}

.lg-about-service-card p {
  color: #465271;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.lg-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 34px 0;
}

.lg-pagination .page-numbers {
  border: 1px solid var(--lg-line);
  border-radius: 4px;
  padding: 8px 12px;
}

.lg-pagination .current {
  background: var(--lg-blue-800);
  color: #fff;
}

.lg-footer {
  background: #eaf0ff;
  color: #2d385c;
  margin-top: 58px;
}

.lg-footer-top {
  padding: 44px 0 54px;
}

.lg-footer-grid {
  display: grid;
  gap: 66px;
  grid-template-columns: 1.35fr .8fr .8fr .8fr;
}

.lg-footer-brand {
  max-width: 330px;
}

.lg-footer-logo {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.lg-footer-logo .lg-brand__mark {
  border-radius: 5px;
  flex-basis: 28px;
  font-size: 18px;
  height: 28px;
  width: 28px;
}

.lg-footer-logo strong {
  color: var(--lg-blue-800);
  font-family: var(--lg-serif);
  font-size: 22px;
}

.lg-footer-brand p {
  color: #405073;
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 14px;
}

.lg-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lg-footer-social a {
  border: 1px solid #d5ddef;
  border-radius: 999px;
  color: #27325c;
  font-size: 13px;
  font-weight: 800;
  padding: 5px 12px;
}

.lg-footer-col {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.lg-footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lg-footer-col h2 {
  color: var(--lg-blue-800);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .11em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.lg-footer-col__subhead {
  margin-top: 16px !important;
}

.lg-footer-col a {
  color: #34425f;
  font-size: 15px;
}

.lg-footer-bottom {
  background: var(--lg-blue-800);
  color: #94a0c8;
}

.lg-footer-bottom__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
}

.lg-footer-bottom p {
  align-items: center;
  display: flex;
  font-size: 13px;
  gap: 7px;
  margin: 0;
}

.lg-footer-mini {
  align-items: center;
  background: var(--lg-red);
  border-radius: 3px;
  color: #fff;
  display: inline-grid;
  font-family: var(--lg-serif);
  font-size: 10px;
  font-weight: 900;
  height: 15px;
  place-items: center;
  width: 15px;
}

.lg-footer-bottom nav {
  display: flex;
  gap: 24px;
}

.lg-footer-bottom nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lg-footer-bottom a {
  color: #aeb8dc;
  font-size: 13px;
}

.lg-footer .custom-logo {
  max-height: 42px;
  width: auto;
}

@media (max-width: 1020px) {
  .lg-header {
    position: relative;
    z-index: 20;
  }

  .lg-header .lg-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .lg-header__inner {
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 0;
    padding: 14px 0;
  }

  .lg-brand {
    padding: 4px 10px;
  }

  .lg-brand .custom-logo {
    max-height: 38px;
    max-width: 150px;
  }

  .lg-brand__sub {
    font-size: 11px;
    margin-top: 2px;
  }

  .lg-menu-toggle {
    display: inline-flex;
    justify-self: end;
  }

  .lg-nav {
    background: #fff;
    box-shadow: -20px 0 50px rgba(17, 23, 53, .18);
    color: var(--lg-ink);
    display: block;
    height: 100vh;
    max-width: 330px;
    overflow-y: auto;
    padding: 18px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform .22s ease;
    width: min(86vw, 330px);
    z-index: 1000;
  }

  .lg-drawer-open .lg-nav {
    transform: translateX(0);
  }

  .lg-nav__drawer-head {
    align-items: center;
    border-bottom: 1px solid var(--lg-line);
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 14px;
  }

  .lg-nav__drawer-head strong {
    color: var(--lg-blue-800);
    font-family: var(--lg-serif);
    font-size: 24px;
  }

  .lg-nav ul {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: start;
  }

  .lg-nav a {
    border-bottom: 1px solid var(--lg-line);
    color: var(--lg-ink);
    font-size: 15px;
    padding: 14px 4px;
  }

  .lg-nav a:hover,
  .lg-nav .current-menu-item > a {
    box-shadow: none;
    color: var(--lg-red);
  }

  .lg-header__tools {
    align-items: flex-start;
    flex-direction: column;
    grid-column: 1 / -1;
    margin-bottom: 10px;
  }

  .lg-search {
    width: 100%;
  }

  .lg-search label {
    left: 0;
    right: auto;
    width: 100%;
  }

  .lg-search label::before {
    left: 12px;
    right: auto;
  }

  .lg-search.is-open label,
  .lg-search:focus-within label {
    max-height: 80px;
  }

  .lg-search input[type="search"] {
    min-height: 40px;
    width: 100%;
  }

  .lg-drawer-backdrop {
    background: rgba(8, 12, 36, .45);
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity .22s ease;
    z-index: 999;
  }

  .lg-drawer-open .lg-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .admin-bar .lg-nav {
    height: calc(100vh - 32px);
    top: 32px;
  }

  .lg-drawer-open {
    overflow: hidden;
  }

  .lg-front-grid,
  .lg-rail,
  .lg-post-grid,
  .lg-topic-layout,
  .lg-news-suite,
  .lg-map-callout,
  .lg-single-layout,
  .lg-contact-hero,
  .lg-contact-content,
  .lg-about-hero__grid,
  .lg-about-panels__grid,
  .lg-about-services__grid {
    grid-template-columns: 1fr;
  }

  .lg-topic-layout {
    gap: 22px;
  }

  .lg-topic-panel {
    min-height: auto;
  }

  .lg-news-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-powered {
    grid-column: 1 / -1;
  }

  .lg-rail-card,
  .lg-rail-card:first-child {
    border-left: 0;
    border-top: 1px solid var(--lg-line);
  }

  .lg-footer-grid {
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .admin-bar .lg-header {
    top: 46px;
  }

  .lg-topic-section {
    scroll-margin-top: 112px;
  }

  .lg-container {
    padding: 0 14px;
  }

  .lg-breaking__inner {
    overflow-x: auto;
  }

  .admin-bar .lg-nav {
    height: calc(100vh - 46px);
    top: 46px;
  }

  .lg-meta-strip__inner {
    align-items: start;
    flex-direction: column;
    gap: 8px;
    padding: 10px 14px;
  }

  .lg-social {
    margin-left: 0;
  }

  .lg-deadlines__grid {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .lg-deadline,
  .lg-deadline:first-child {
    border-left: 0;
    border-top: 1px solid #efd49b;
    padding: 12px 0 0;
  }

  .lg-deadline:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .lg-hero {
    min-height: 430px;
    padding: 50px 22px 28px;
  }

  .lg-story-card {
    padding: 22px;
  }

  .lg-topic-tabs {
    justify-content: flex-start;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 24px;
    max-width: calc(100% + 28px);
    overflow-x: auto;
    padding-left: 14px;
    padding-right: 14px;
    scroll-padding-left: 14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .lg-topic-tabs::-webkit-scrollbar {
    display: none;
  }

  .lg-topic-tabs a {
    flex: 0 0 auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg-topic-panel {
    grid-template-columns: 1fr;
    padding: 24px 22px;
  }

  .lg-topic-card,
  .lg-topic-card:nth-child(2),
  .lg-topic-card:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    grid-column: auto;
    margin: 18px 0 0;
    max-width: none;
    min-height: auto;
    padding: 18px 0 0;
  }

  .lg-topic-card:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }

  .lg-news-suite {
    gap: 26px;
    margin-top: 34px;
  }

  .lg-latest-grid,
  .lg-news-sidebar {
    grid-template-columns: 1fr;
  }

  .lg-about-hero__main,
  .lg-about-hero__card,
  .lg-about-panel,
  .lg-about-service-card {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lg-about-hero__main {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .lg-about-title {
    font-size: clamp(34px, 10vw, 48px);
  }

  .lg-about-hero__card h2,
  .lg-about-panel h2,
  .lg-about-service-card h3 {
    font-size: 24px;
  }

  .lg-contact-hero {
    padding: 28px 22px;
  }

  .lg-contact-shell__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .lg-contact-content {
    padding: 18px;
  }

  .lg-contact-content iframe {
    min-height: 320px;
  }

  .lg-contact-content form {
    padding: 20px;
  }

  .lg-suite-head {
    align-items: flex-start;
    gap: 10px;
  }

  .lg-suite-head h2 {
    font-size: 24px;
  }

  .lg-visual {
    height: 148px;
  }

  .lg-story-meta__time {
    margin-left: 0;
    width: 100%;
  }

  .lg-map-callout {
    gap: 22px;
    margin: 34px 0 30px;
    padding: 24px 22px;
  }

  .lg-map-callout h2 {
    font-size: 25px;
  }

  .lg-map-graphic {
    height: 165px;
  }

  .lg-more-item {
    grid-template-columns: 30px 1fr;
    padding: 16px;
  }

  .lg-more-item__thumb {
    display: none;
  }

  .lg-side-box__head,
  .lg-tool-link,
  .lg-read-list li,
  .lg-advisor {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lg-footer-top {
    padding: 34px 0;
  }

  .lg-footer-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .lg-footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .lg-footer-bottom nav {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}
