/*
Theme Name: The Light Foundation Ghana
Theme URI: https://tlfghana.org/
Author: The Light Foundation Ghana
Description: Responsive NGO website and WordPress theme for The Light Foundation Ghana.
Version: 1.0.23
Requires at least: 6.0
Tested up to: 6.6
Text Domain: tlfghana
*/

:root {
  --primary: #009fe3;
  --primary-dark: #007fb6;
  --ink: #42505a;
  --heading: #26333d;
  --muted: #f3f6f8;
  --soft: #eaf6f1;
  --line: #d7e0e7;
  --white: #fff;
  --accent: #f97316;
  --shadow: 0 14px 30px rgba(31, 49, 66, .12);
  --max: 1724px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  background: var(--white);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary,
a {
  touch-action: manipulation;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(0, 159, 227, .38);
  outline-offset: 3px;
}

.container {
  width: min(var(--max), calc(100% - 176px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 99;
  padding: 10px 14px;
  background: var(--primary);
  color: #fff;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
}

.topbar {
  border-bottom: 1px solid var(--line);
  height: 51px;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.social-links,
.utility-links,
.primary-nav {
  display: flex;
  align-items: center;
}

.social-links {
  gap: 27px;
  font-weight: 700;
  color: #4f5c66;
}

.social-links a {
  width: 20px;
  height: 44px;
  display: grid;
  place-items: center;
}

.social-links svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.utility-links {
  gap: 31px;
  font-size: 14px;
  color: #334150;
}

.utility-links a:hover,
.social-links a:hover {
  color: var(--primary);
}

.mainnav {
  border-bottom: 1px solid var(--line);
}

.appeal-strip {
  background: var(--primary);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.appeal-strip__inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.appeal-strip p {
  margin: 0;
  font-weight: 700;
}

.appeal-strip strong {
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
}

.appeal-strip a {
  flex: 0 0 auto;
  color: #fff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}


.mainnav__inner {
  min-height: 114px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 262px;
  height: auto;
}

.primary-nav {
  gap: 26px;
  margin-left: auto;
}

.nav-item {
  position: static;
}

.nav-item summary {
  list-style: none;
  cursor: pointer;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  color: #4b5660;
  font-size: 18px;
  line-height: 1;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.nav-item summary::-webkit-details-marker {
  display: none;
}

.nav-item summary:hover {
  color: var(--primary);
  background: #f9fbfc;
  border-color: #cfd9e4;
  box-shadow: 0 -1px 0 #edf2f5 inset;
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 4px);
  padding: 0;
  background: #f4f8fa;
  border: 1px solid #d5dde7;
  box-shadow: var(--shadow);
  z-index: 20;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 48px;
  min-height: 250px;
  padding: 35px 50px 40px;
}

.mega-grid h2 {
  margin: 0 0 12px;
  color: #71787e;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 500;
  text-transform: uppercase;
}

.mega-grid a {
  position: relative;
  display: block;
  padding-left: 22px;
  margin: 6px 0;
  color: #647174;
  font-size: 17px;
  line-height: 1.45;
}

.mega-grid a::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 800;
}

.mega-grid a:hover {
  color: var(--primary-dark);
}

.search-link {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #4f5961;
}

.search-link svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.outline-btn,
.donate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  min-width: 120px;
  padding: 0 26px;
  border-radius: 7px;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
}

.outline-btn {
  border: 1px solid #dfe4e8;
  color: #008edf;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
}

.donate-btn {
  background: #08a9df;
  color: #fff;
  border: 0;
  box-shadow: 0 3px 0 rgba(0, 109, 151, .25);
  cursor: pointer;
}

.donate-btn:hover {
  background: var(--primary-dark);
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

.hero {
  padding: 88px 0 68px;
  background: linear-gradient(90deg, #fff 0%, #f2fbfd 100%);
  overflow: hidden;
}

.hero__grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 56px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--heading);
  line-height: 1.12;
  margin-top: 0;
}

h1 {
  font-size: clamp(42px, 5vw, 76px);
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(31px, 3vw, 48px);
  margin-bottom: 18px;
}

h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.hero__copy p:not(.eyebrow) {
  font-size: 21px;
  max-width: 640px;
  margin-bottom: 30px;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero__image {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.impact-band {
  background: var(--primary);
  color: #fff;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.impact-grid strong {
  display: grid;
  place-items: center;
  min-height: 96px;
  padding: 18px;
  text-align: center;
  font-size: 20px;
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.section {
  padding: 92px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(31, 49, 66, .07);
}

.card img {
  width: 100%;
  aspect-ratio: 1.45 / 1;
  object-fit: cover;
  background: var(--soft);
}

.card h3,
.card p {
  padding-inline: 24px;
}

.card h3 {
  margin-top: 24px;
}

.card p {
  padding-bottom: 26px;
}

.split-section {
  padding: 92px 0;
  background: #f8fbfc;
}

.split-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 70px;
  align-items: start;
}

.split-grid p {
  font-size: 19px;
}

.text-link {
  color: var(--primary-dark);
  font-weight: 800;
}

.text-link::after {
  content: "\2192";
}

.muted {
  background: var(--soft);
}

.action-grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 64px;
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 6px;
  font-weight: 700;
  color: var(--heading);
}

input,
textarea {
  width: 100%;
  border: 1px solid #c9d4dc;
  border-radius: 6px;
  padding: 12px 14px;
  font: inherit;
}

.form-status {
  min-height: 1.5em;
  margin: 0;
  color: var(--primary-dark);
  font-weight: 800;
}


.site-footer {
  padding: 48px 0;
  background: #27333d;
  color: #dbe8ef;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.footer-grid img {
  width: 280px;
  padding: 8px;
  background: #fff;
  border-radius: 6px;
}

.footer-grid nav,
.footer-menu {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-grid a:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .container {
    width: min(100% - 48px, var(--max));
  }

  .primary-nav {
    gap: 12px;
  }

  .nav-item summary {
    font-size: 17px;
    padding-inline: 12px;
  }

  .mega-grid {
    gap: 28px;
    padding-inline: 28px;
  }
}

@media (max-width: 900px) {
  .topbar {
    height: auto;
  }

  .topbar__inner {
    min-height: 48px;
  }

  .mainnav__inner {
    min-height: 88px;
  }

  .brand img {
    width: 214px;
  }

  .nav-toggle-label {
    display: grid;
    gap: 5px;
    width: 46px;
    height: 46px;
    place-content: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    cursor: pointer;
  }

  .nav-toggle-label span {
    width: 24px;
    height: 2px;
    background: var(--heading);
  }

  .primary-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-toggle:checked~.primary-nav {
    display: flex;
  }

  .nav-item summary {
    min-height: 54px;
    font-size: 17px;
    border-radius: 6px;
  }

  .mega-menu {
    position: static;
    box-shadow: none;
    border-radius: 6px;
  }

  .mega-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
    gap: 18px;
  }

  .outline-btn,
  .donate-btn,
  .search-link {
    width: 100%;
  }

  .hero__grid,
  .split-grid,
  .action-grid {
    grid-template-columns: 1fr;
  }

  .cards,
  .impact-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .appeal-strip__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 12px 0;
  }

  .container {
    width: min(100% - 28px, var(--max));
  }

  .utility-links {
    gap: 14px;
  }

  .social-links {
    gap: 12px;
  }

  .topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0;
  }

  .hero {
    padding-top: 48px;
  }

  .hero__copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .cards,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .split-section {
    padding: 62px 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}



.language-switcher {
  position: relative;
  flex: 0 0 auto;
}

.language-toggle {
  cursor: pointer;
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 160px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: none;
  z-index: 40;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu,
.language-switcher.is-open .language-menu {
  display: grid;
  gap: 4px;
}

.language-menu button {
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--heading);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.language-menu button:hover,
.language-menu button[aria-pressed="true"] {
  background: var(--muted);
  color: var(--primary-dark);
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .primary-nav,
html[dir="rtl"] .social-links,
html[dir="rtl"] .utility-links,
html[dir="rtl"] .hero__actions,
html[dir="rtl"] .footer-grid nav,
html[dir="rtl"] .footer-menu {
  flex-direction: row-reverse;
}

html[dir="rtl"] .language-menu {
  left: 0;
  right: auto;
}

html[dir="rtl"] .language-menu button {
  text-align: right;
}

html[dir="rtl"] .mega-grid a {
  padding-left: 0;
  padding-right: 22px;
}

html[dir="rtl"] .mega-grid a::before {
  left: auto;
  right: 0;
  content: "\2190";
}



@media (max-width: 900px) {
  .language-switcher,
  .language-toggle {
    width: 100%;
  }

  .language-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-top: 8px;
  }
}


.language-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.language-current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
}

/* Smooth connected mega menu animation. */
@media (min-width: 901px) {
  .nav-item summary {
    position: relative;
    z-index: 41;
    font-size: 20px;
  }

  .mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
    height: 12px;
    background: transparent;
  }
  .mega-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transform-origin: top center;
    transition: opacity 430ms ease, transform 430ms ease, visibility 0s linear 430ms;
    border-top: 1px solid #d5dde7;
  }

  .nav-item:hover summary,
  .nav-item:focus-within summary,
  .nav-item[open] summary {
    color: var(--primary);
    background: #f4f8fa;
    border-color: #d5dde7;
    border-bottom-color: #f4f8fa;
    box-shadow: none;
    margin-bottom: -4px;
  }

  .nav-item:hover .mega-menu,
  .nav-item:focus-within .mega-menu,
  .nav-item[open] .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
}


/* Hover bridge keeps pointer connected from menu tab into mega dropdown. */
@media (min-width: 901px) {
  .nav-item summary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 12px;
    background: transparent;
  }

  .nav-item:hover summary::after,
  .nav-item:focus-within summary::after,
  .nav-item[open] summary::after {
    pointer-events: auto;
  }

  .nav-item:hover .mega-menu,
  .nav-item:focus-within .mega-menu,
  .nav-item[open] .mega-menu,
  .mega-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
}
/* Stable desktop navigation, mega menu alignment, and language dropdown. */
.language-switcher {
  position: relative;
  flex: 0 0 auto;
}

.language-toggle {
  cursor: pointer;
}

.language-current {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.language-current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
}

.language-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  min-width: 168px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: grid;
  gap: 4px;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  z-index: 80;
}

.language-switcher:hover .language-menu,
.language-switcher:focus-within .language-menu,
.language-switcher.is-open .language-menu {
  display: grid;
  gap: 4px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}

.language-menu button {
  min-height: 42px;
  padding: 8px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--heading);
  cursor: pointer;
  font-weight: 800;
  text-align: left;
}

.language-menu button:hover,
.language-menu button[aria-pressed="true"] {
  background: var(--muted);
  color: var(--primary-dark);
}

html[dir="rtl"] body {
  direction: rtl;
  text-align: right;
}

html[dir="rtl"] .primary-nav,
html[dir="rtl"] .social-links,
html[dir="rtl"] .utility-links,
html[dir="rtl"] .hero__actions,
html[dir="rtl"] .footer-grid nav,
html[dir="rtl"] .footer-menu {
  flex-direction: row-reverse;
}

html[dir="rtl"] .language-menu {
  left: 0;
  right: auto;
}

html[dir="rtl"] .language-menu button {
  text-align: right;
}

html[dir="rtl"] .mega-grid a {
  padding-left: 0;
  padding-right: 22px;
}

html[dir="rtl"] .mega-grid a::before {
  left: auto;
  right: 0;
  content: "\2190";
}

@media (min-width: 901px) {
  .nav-item summary {
    position: relative;
    z-index: 41;
    font-size: 20px;
  }

  .nav-item:hover summary,
  .nav-item:focus-within summary,
  .nav-item[open] summary {
    color: var(--primary);
    background: #f4f8fa;
    border-color: #d5dde7;
    border-bottom-color: #f4f8fa;
    box-shadow: none;
    margin-bottom: 0;
  }

  .mega-menu {
    top: calc(50% + 31px);
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transform-origin: top center;
    transition: opacity 320ms ease, transform 320ms ease, visibility 0s linear 320ms;
    border-top: 1px solid #d5dde7;
    z-index: 70;
  }

  .mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
    background: transparent;
  }

  .nav-item summary::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 14px;
    background: transparent;
  }

  .nav-item:hover .mega-menu,
  .nav-item:focus-within .mega-menu,
  .nav-item[open] .mega-menu,
  .mega-menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .mega-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: start;
    gap: 38px;
    padding: 34px 42px 38px;
  }
}

@media (max-width: 900px) {
  .language-switcher,
  .language-toggle {
    width: 100%;
  }

  .language-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    margin-top: 8px;
    display: none;
    transform: none;
  }

  .language-switcher:hover .language-menu,
  .language-switcher:focus-within .language-menu,
  .language-switcher.is-open .language-menu {
    display: grid;
  }
}
/* Final dropdown text sizing and language hover bridge. */
.mega-grid h2 {
  font-size: 18px;
  line-height: 1.2;
}

.mega-grid a {
  font-size: 15px;
  line-height: 1.4;
}

.language-menu button {
  font-size: 14px;
  min-height: 38px;
}

.language-switcher::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
  background: transparent;
}

.language-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
  background: transparent;
}

.language-switcher.is-hovering .language-menu,
.language-menu:hover {
  display: grid;
  gap: 4px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0s;
}
/* WordPress content templates. */
.page-content .container {
  max-width: 1100px;
}

.page-content h1 {
  margin-top: 0;
  color: var(--heading);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.05;
}

.featured-media {
  margin: 28px 0;
}

.featured-media img {
  width: 100%;
  border-radius: 8px;
}

.post-list {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.post-summary {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.post-summary h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.post-summary a {
  color: var(--heading);
}

.post-summary a:hover {
  color: var(--primary-dark);
}

.navigation.pagination {
  margin-top: 30px;
}
/* Final mobile header fix: keep phone view compact and scrollable. */
@media (max-width: 900px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .topbar {
    display: none;
  }

  .mainnav__inner {
    min-height: 68px;
    gap: 12px;
  }

  .brand img {
    width: min(168px, 52vw);
  }

  .nav-toggle-label {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    background: #fff;
  }

  .primary-nav {
    top: 100%;
    max-height: calc(100dvh - 68px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
    z-index: 120;
  }

  .nav-item summary {
    min-height: 46px;
    font-size: 16px;
    padding: 0 14px;
  }

  .mega-grid {
    padding: 14px;
    gap: 12px;
  }

  .mega-grid h2 {
    font-size: 16px;
  }

  .mega-grid a {
    font-size: 14px;
    margin: 4px 0;
  }

  .search-link,
  .outline-btn,
  .donate-btn,
  .language-toggle {
    min-height: 44px;
  }

  .appeal-strip {
    display: none;
  }
}

@media (max-width: 420px) {
  .brand img {
    width: min(144px, 48vw);
  }

  .mainnav__inner {
    min-height: 62px;
  }

  .primary-nav {
    max-height: calc(100dvh - 62px);
  }
}
/* Final mega dropdown list arrows only. */
.mega-grid a::before {
  content: "\2192";
}

html[dir="rtl"] .mega-grid a::before {
  content: "\2190";
  transform: none;
}

@media (min-width: 901px) {
  .nav-toggle-label {
    display: none;
  }

  .primary-nav {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}
