@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
  --green-950: #001f15;
  --green-900: #003421;
  --green-850: #004329;
  --green-800: #004d31;
  --green-700: #075936;
  --gold: #e8ac17;
  --gold-2: #f3c64b;
  --ink: #061713;
  --muted: #60716a;
  --line: #dfe7e3;
  --panel: #ffffff;
  --soft: #f5f8f6;
  --shadow: 0 14px 40px rgba(0, 36, 24, 0.14);
  font-family: Montserrat, Inter, Arial, sans-serif;
  color: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  margin: 0;
  background: #fff;
  font-weight: 500;
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

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

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

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

.container {
  width: min(1640px, calc(100% - 88px));
  margin: 0 auto;
}

.icon {
  display: inline-flex;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
}

a > svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.action-arrow,
a .action-arrow,
button .action-arrow,
b .action-arrow,
span .action-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon svg,
.text-link svg,
.btn svg,
.outline-btn svg,
.panel__head svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon--asset img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topbar {
  background: linear-gradient(90deg, var(--green-950), var(--green-800));
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.topbar__inner {
  min-height: 35px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 16px;
  padding: 3px 0;
}

.topbar__contact,
.topbar__social {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 6px 14px;
  min-width: 0;
}

.topbar__social {
  justify-content: flex-end;
}

.topbar__item,
.topbar__follow-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar__item {
  min-width: 0;
  align-items: flex-start;
  line-height: 1.15;
}

.topbar__item .icon {
  margin-top: 1px;
}

.topbar__item b {
  font: inherit;
}

.topbar__item--address {
  flex: 0 1 440px;
  max-width: 440px;
}

.topbar__item--address b {
  display: block;
  white-space: normal;
  line-height: 1.05;
}

.topbar__item--email,
.topbar__item--phone,
.topbar__follow-label,
.member-login {
  white-space: nowrap;
}

.topbar__follow-label {
  font-weight: 700;
}

.topbar__social .social-link {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  color: #fff;
}

.topbar__social .social-link svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  stroke: none;
}

.topbar__social .social-link--instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.topbar__social .social-link--youtube svg path:last-child {
  fill: var(--green-900);
}

.member-login {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  margin-left: 8px;
  background: #d69823;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  min-height: 32px;
}

.member-login img {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  object-fit: cover;
}

.member-login--user {
  max-width: 190px;
  padding-inline: 12px;
}

.member-login--user span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mainnav {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #edf1ef;
}

.mainnav__inner {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.brand span {
  display: grid;
  line-height: 1;
  color: var(--green-900);
  text-transform: uppercase;
}

.brand small {
  font-size: 12px;
  letter-spacing: 0.07em;
  font-weight: 800;
}

.brand strong {
  margin-top: 4px;
  font-size: 39px;
  letter-spacing: 0.11em;
  font-weight: 900;
}

.brand em {
  width: 126px;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 2px solid var(--gold);
  color: #b68118;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.mainnav nav {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  justify-content: flex-start;
  gap: 24px;
  margin-left: 24px;
  margin-right: auto;
}

.mainnav nav a {
  position: relative;
  padding: 10px 0;
  color: #0b1512;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mainnav nav a.is-active {
  color: var(--green-800);
}

.mainnav nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
  background: var(--green-800);
}

.chev {
  margin-left: 8px;
}

.join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 176px;
  height: 46px;
  padding: 0 20px;
  border-radius: 2px;
  background: var(--green-900);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.mainnav__actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
}

.nav-logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 0;
  background: transparent;
  color: var(--green-900);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.nav-logout:hover,
.nav-logout:focus-visible {
  color: #b68118;
}

.hero {
  position: relative;
  min-height: clamp(430px, 37vw, 530px);
  background: #0b1f18;
  overflow: hidden;
}

.hero--awaiting-data .hero__image-bg,
.hero--awaiting-data .hero__image,
.hero--awaiting-data .hero__copy-block,
.hero--awaiting-data .hero__dots,
.hero--awaiting-data .hero-arrow {
  opacity: 0;
  pointer-events: none;
}

.hero--loading .hero__copy-block,
.hero--loading .hero__dots,
.hero--loading .hero-arrow {
  opacity: 0;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 21, 13, 0.74) 0%, rgba(0, 34, 22, 0.62) 18%, rgba(0, 46, 29, 0.42) 34%, rgba(0, 40, 25, 0.18) 52%, rgba(0, 0, 0, 0.04) 74%, rgba(0, 0, 0, 0.01) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.02) 42%, rgba(0, 0, 0, 0.22) 100%);
  pointer-events: none;
}

.hero__image-bg,
.hero__image {
  position: absolute;
  max-width: none;
}

.hero__image-bg {
  inset: -24px;
  z-index: 0;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  object-fit: cover;
  object-position: var(--hero-image-position, center center);
  filter: blur(22px) brightness(0.72) saturate(1.08);
  transform: scale(1.08);
  opacity: 0.92;
}

.hero__image {
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-image-position, center center);
  transform: none;
  transition: opacity 0.3s ease;
}

.hero__content {
  position: relative;
  z-index: 3;
  min-height: clamp(430px, 37vw, 530px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 34px;
  padding-bottom: 124px;
  color: #fff;
}

.hero__loading {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-content: center;
  gap: 14px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.94);
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.hero--awaiting-data .hero__loading,
.hero--loading .hero__loading {
  opacity: 1;
}

.hero__loading strong {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero__spinner {
  width: 46px;
  height: 46px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: hero-spin 0.9s linear infinite;
}

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

.hero__copy-block {
  position: relative;
  max-width: 560px;
  padding: 8px 22px 12px 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__eyebrow span {
  width: 25px;
  height: 4px;
  background: var(--gold);
}

.hero .hero__eyebrow span {
  display: none;
}

.hero h1 {
  max-width: 560px;
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2.05vw, 32px);
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 800;
}

.hero h1 span {
  display: block;
}

.hero h1 .gold {
  color: var(--gold);
  white-space: nowrap;
}

.hero__copy {
  max-width: 510px;
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  position: relative;
  z-index: 7;
  max-width: 450px;
}

.btn,
.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 36px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.btn svg,
.outline-btn svg,
.text-link svg,
.panel__head svg {
  width: 18px;
  height: 18px;
}

.btn--gold {
  border-color: var(--gold);
  color: #fff;
  background: rgba(0, 56, 35, 0.76);
  min-width: 194px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.btn--ghost {
  border-color: #fff;
  color: #fff;
  background: rgba(0, 18, 12, 0.28);
  min-width: 164px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.hero__dots {
  position: absolute;
  left: 50%;
  bottom: 74px;
  display: flex;
  gap: 16px;
  transform: translateX(-50%);
}

.hero__dots button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.hero__dots .active {
  background: var(--gold);
}

.hero-arrow {
  display: grid;
  place-items: center;
  position: absolute;
  z-index: 3;
  bottom: 102px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(0, 37, 24, 0.36);
  backdrop-filter: blur(5px);
  color: #fff;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.14);
}

.hero-arrow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-arrow--left {
  left: 18px;
}

.hero-arrow--right {
  right: 18px;
}

@media (max-width: 1500px) {
  .hero__copy-block {
    max-width: 560px;
    padding-right: 26px;
  }

  .hero__copy-block::before {
    inset: -24px -42px -26px -24px;
  }

  .hero h1 {
    max-width: 520px;
    font-size: clamp(23px, 2.1vw, 30px);
  }

  .hero__copy {
    max-width: 470px;
  }

  .hero__actions {
    max-width: 400px;
    gap: 14px;
  }

  .hero-arrow {
    bottom: 100px;
    width: 46px;
    height: 46px;
  }

  .hero-arrow svg {
    width: 28px;
    height: 28px;
  }

  .hero-arrow--left {
    left: 12px;
  }

  .hero-arrow--right {
    right: 12px;
  }
}

@media (max-width: 1180px) {
  .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 17, 11, 0.97) 0%, rgba(0, 31, 20, 0.95) 18%, rgba(0, 44, 28, 0.88) 36%, rgba(0, 44, 28, 0.64) 50%, rgba(0, 33, 21, 0.28) 66%, rgba(0, 0, 0, 0.08) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.34) 100%);
  }

  .hero__content {
    padding-bottom: 136px;
  }

  .hero__copy-block {
    max-width: 500px;
  }

  .hero__copy-block::before {
    inset: -22px -28px -24px -20px;
  }

  .hero h1 {
    max-width: 470px;
    font-size: clamp(22px, 2.2vw, 28px);
  }

  .hero__copy {
    max-width: 470px;
    font-size: 14px;
  }

  .hero__actions {
    max-width: 360px;
  }

  .hero-arrow {
    bottom: 110px;
  }

  .hero__dots {
    bottom: 78px;
  }
}

.feature-wrap {
  position: relative;
  z-index: 5;
  margin-top: -42px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(145deg, #0a5a3b, #00452d 45%, #003421);
  box-shadow: 0 18px 34px rgba(0, 29, 19, 0.18);
}

.feature-card {
  position: relative;
  min-height: 122px;
  display: grid;
  grid-template-columns: 51px 1fr;
  gap: 12px;
  padding: 18px 18px;
  color: #fff;
}

.feature-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: calc(100% - 36px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
}

.feature-card > .icon {
  width: 40px;
  height: 40px;
  color: var(--gold);
}

.feature-card > .icon--feature-asset {
  width: 52px;
  height: 52px;
  margin-left: -3px;
}

.feature-card__photo {
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.feature-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-card h3 {
  margin: 0 0 9px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-card p {
  min-height: 42px;
  margin: 0 0 10px;
  font-size: 10.5px;
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.92);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.content-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.14fr 1.12fr 0.98fr 1.12fr;
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 12px;
  margin-top: 10px;
}

.panel {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--panel);
  box-shadow: 0 8px 20px rgba(0, 35, 24, 0.05);
  padding: 14px;
}

.content-grid > .panel {
  min-height: 386px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 15px;
}

.panel__head h2 {
  margin: 0;
  color: var(--green-900);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.panel__head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.news-list {
  display: grid;
  align-content: start;
  gap: 12px;
  flex: 1;
}

.news-item {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 14px;
  align-items: center;
}

.news-item img {
  width: 126px;
  height: 62px;
  object-fit: cover;
  border-radius: 5px;
}

.news-item__body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.home-placeholder-thumb {
  width: 126px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #eef6f1;
  color: var(--green-800);
}

.home-placeholder-thumb svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.home-teaser-card {
  min-height: 194px;
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 14px;
  align-items: stretch;
  padding: 10px;
  border: 1px solid rgba(0, 73, 45, 0.14);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(239, 247, 243, 0.96)),
    radial-gradient(circle at 92% 12%, rgba(214, 157, 34, 0.18), transparent 34%);
  color: var(--green-900);
}

.home-teaser-card:hover {
  border-color: rgba(214, 157, 34, 0.65);
  box-shadow: 0 10px 22px rgba(0, 35, 24, 0.08);
}

.home-teaser-media {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 154px;
  overflow: hidden;
  border-radius: 5px;
  isolation: isolate;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.home-teaser-media__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-teaser-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(0, 30, 21, 0.82), rgba(0, 69, 44, 0.56)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.34), transparent 27%),
    linear-gradient(135deg, rgba(0, 45, 29, 0.96), rgba(0, 86, 54, 0.88) 52%, rgba(214, 157, 34, 0.82));
}

.home-teaser-media--photo::before {
  background:
    linear-gradient(180deg, rgba(0, 20, 13, 0.18), rgba(0, 27, 18, 0.78)),
    linear-gradient(135deg, rgba(0, 45, 29, 0.2), rgba(0, 86, 54, 0.08) 52%, rgba(214, 157, 34, 0.18));
}

.home-teaser-media::after {
  content: "AJS";
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  color: rgba(255, 255, 255, 0.09);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-teaser-media b {
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.home-teaser-media small {
  margin-top: 8px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-teaser-media--event::before {
  background:
    linear-gradient(135deg, rgba(0, 30, 21, 0.72), rgba(0, 69, 44, 0.5)),
    radial-gradient(circle at 75% 15%, rgba(255, 255, 255, 0.32), transparent 25%),
    linear-gradient(135deg, rgba(214, 157, 34, 0.94), rgba(0, 73, 45, 0.92) 46%, rgba(0, 32, 20, 0.96));
}

.home-teaser-media--news::before {
  background:
    linear-gradient(135deg, rgba(0, 20, 13, 0.2), rgba(0, 27, 18, 0.72)),
    linear-gradient(120deg, rgba(0, 59, 38, 0.4), rgba(0, 82, 51, 0.18) 52%, rgba(214, 157, 34, 0.2));
}

.home-teaser-media--gallery::before {
  background:
    linear-gradient(180deg, rgba(0, 20, 13, 0.16), rgba(0, 27, 18, 0.76)),
    linear-gradient(135deg, rgba(0, 54, 34, 0.28), rgba(0, 80, 50, 0.12) 56%, rgba(214, 157, 34, 0.2));
}

.home-teaser-body {
  display: grid;
  align-content: center;
  gap: 9px;
}

.home-teaser-body strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-teaser-body em {
  color: #50645c;
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.home-teaser-body span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.home-teaser-body svg,
.home-event-teaser .outline-btn svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.news-item small {
  display: block;
  margin-bottom: 4px;
  color: #6f7873;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-item strong {
  display: block;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list--single .news-item {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
  min-height: 235px;
  padding: 10px;
  border: 1px solid rgba(0, 73, 45, 0.12);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(248, 252, 250, 0.98), rgba(240, 248, 244, 0.92));
}

.news-list--single .news-item img,
.news-list--single .home-placeholder-thumb {
  width: 100%;
  height: 142px;
}

.news-list--single .news-item strong {
  font-size: 15px;
  line-height: 1.28;
  -webkit-line-clamp: 3;
}

.event-card {
  padding-bottom: 14px;
}

.event-list {
  display: grid;
  align-content: start;
  gap: 12px;
  flex: 1;
}

.event-item {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 14px;
  align-items: center;
  color: var(--green-900);
}

.event-item__media {
  position: relative;
  width: 118px;
  height: 76px;
  overflow: hidden;
  border-radius: 5px;
  background: #eef6f1;
}

.event-item__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.home-placeholder-thumb--event {
  width: 118px;
  height: 76px;
}

.event-item__body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.event-item__body small {
  color: #6f7873;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.event-item__body strong {
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-item__body em {
  color: #50645c;
  font-size: 11.5px;
  font-style: normal;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.event-list--single .event-item {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 12px;
  min-height: 235px;
  padding: 10px;
  border: 1px solid rgba(0, 73, 45, 0.12);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(248, 252, 250, 0.98), rgba(240, 248, 244, 0.92));
}

.event-list--single .event-item__media,
.event-list--single .home-placeholder-thumb--event {
  width: 100%;
  height: 142px;
}

.event-list--single .event-item__body {
  gap: 7px;
}

.event-list--single .event-item__body strong {
  font-size: 15px;
  line-height: 1.28;
  -webkit-line-clamp: 3;
}

.event-list--single .event-item__body em {
  font-size: 12px;
  -webkit-line-clamp: 2;
}

.date-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 43px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  color: var(--green-900);
  text-align: center;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.22);
}

.date-badge span {
  display: block;
  padding: 4px 0 2px;
  background: var(--green-800);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.date-badge strong {
  display: block;
  padding: 4px 0 6px;
  font-size: 18px;
}

.home-section-empty {
  min-height: 196px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 18px;
  border: 1px dashed rgba(0, 73, 45, 0.24);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(0, 73, 45, 0.045), rgba(214, 157, 34, 0.06)),
    #fbfdfb;
  text-align: center;
}

.home-section-empty > .icon {
  width: 38px;
  height: 38px;
  color: var(--green-800);
}

.home-section-empty strong {
  color: var(--green-900);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-section-empty span {
  max-width: 250px;
  color: #50645c;
  font-size: 12px;
  line-height: 1.45;
}

.home-section-empty .outline-btn {
  margin-top: 4px;
}

.home-section-empty--event {
  min-height: 235px;
}

.home-section-empty--gallery {
  min-height: 235px;
  flex: 1;
}

.home-news-teaser,
.home-gallery-teaser {
  min-height: 235px;
}

.outline-btn {
  min-height: 31px;
  margin-top: 5px;
  padding: 0 22px;
  color: var(--green-900);
  background: #fff;
  font-size: 11px;
}

.outline-btn--wide {
  width: 100%;
  margin-top: 13px;
}

.gallery-panel {
  padding-bottom: 14px;
}

.home-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(148px, 1.2fr) minmax(110px, 1fr);
  gap: 10px;
  flex: 1;
  min-height: 0;
}

.home-gallery-grid--featured {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(150px, 1.24fr) 76px;
}

.home-gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: 0;
  color: #fff;
}

.home-gallery-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 20, 13, 0.08), rgba(0, 18, 12, 0.82)),
    var(--gallery-tile-image),
    linear-gradient(135deg, rgba(0, 52, 32, 0.94), rgba(0, 88, 54, 0.86) 58%, rgba(214, 157, 34, 0.74));
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.home-gallery-tile--hero {
  grid-column: 1 / -1;
}

.home-gallery-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  min-height: 0;
}

.home-gallery-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 15, 10, 0.02), rgba(0, 16, 11, 0.2)),
    var(--gallery-thumb-image) center / cover no-repeat;
  transform: scale(1.02);
}

.home-gallery-tile--placeholder::before {
  background:
    linear-gradient(135deg, rgba(0, 27, 18, 0.98), rgba(0, 78, 49, 0.9)),
    radial-gradient(circle at 88% 18%, rgba(214, 157, 34, 0.3), transparent 32%);
}

.home-gallery-tile__overlay {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  width: 100%;
  padding: 14px;
}

.home-gallery-tile__icon .icon {
  width: 28px;
  height: 28px;
  color: var(--gold);
}

.home-gallery-tile strong {
  font-size: 14px;
  line-height: 1.18;
  font-weight: 800;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-gallery-tile--hero strong {
  font-size: 18px;
}

.home-gallery-tile em {
  color: rgba(255, 255, 255, 0.84);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.spotlight-panel {
  padding-bottom: 14px;
}

.spotlight-card {
  position: relative;
  display: block;
  min-height: 217px;
  overflow: hidden;
  border-radius: 5px;
  background-image:
    linear-gradient(90deg, rgba(1, 12, 9, 0.98) 0%, rgba(2, 22, 16, 0.92) 48%, rgba(0, 0, 0, 0.08) 100%),
    var(--spotlight-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.spotlight-card--placeholder {
  background:
    linear-gradient(120deg, rgba(0, 27, 18, 0.98), rgba(0, 78, 49, 0.9)),
    radial-gradient(circle at 88% 20%, rgba(214, 157, 34, 0.28), transparent 30%);
}

.spotlight-card--placeholder::before {
  content: "AJS";
  position: absolute;
  right: -10px;
  bottom: -14px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 64px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.spotlight-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 17, 12, 0.2), transparent 70%);
  pointer-events: none;
}

.spotlight-card__content {
  position: relative;
  z-index: 1;
  width: 57%;
  min-height: 217px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 21px 22px;
}

.spotlight-card__crest .icon {
  width: 55px;
  height: 55px;
  color: var(--gold);
}

.spotlight-card strong {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.04;
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight-card em {
  display: block;
  margin-top: 6px;
  color: var(--gold);
  font-size: 12px;
  line-height: 1.15;
  font-style: normal;
  font-weight: 800;
}

.spotlight-card__copy {
  display: block;
  margin-top: 13px;
  font-size: 11px;
  line-height: 1.45;
}

.spotlight-card b {
  width: 128px;
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 13px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 2px;
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight-card b svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.join-promo-panel {
  padding-bottom: 14px;
}

.join-promo-card {
  position: relative;
  min-height: 217px;
  display: grid;
  align-content: center;
  gap: 9px;
  overflow: hidden;
  padding: 18px;
  border-radius: 5px;
  background:
    linear-gradient(135deg, rgba(0, 24, 16, 0.92), rgba(0, 67, 41, 0.82)),
    var(--join-promo-bg),
    radial-gradient(circle at 86% 10%, rgba(214, 157, 34, 0.5), transparent 34%);
  background-size: cover, cover, auto;
  background-position: center;
  color: #fff;
}

.join-promo-card::after {
  content: "AJS";
  position: absolute;
  right: -10px;
  bottom: -11px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.join-promo-card__badge {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 157, 34, 0.7);
  border-radius: 50%;
  color: var(--gold);
}

.join-promo-card__badge .icon {
  width: 24px;
  height: 24px;
}

.join-promo-card strong {
  max-width: 210px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.join-promo-card em {
  color: var(--gold);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.join-promo-card p {
  max-width: 230px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  line-height: 1.45;
}

.join-promo-card__highlights {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.join-promo-card__highlights span {
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

.join-promo-card__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.join-promo-card__actions .btn,
.join-promo-card__actions .outline-btn {
  min-height: 30px;
  padding: 0 13px;
  font-size: 10px;
}

.join-promo-card__actions .outline-btn {
  border-color: rgba(255, 255, 255, 0.85);
  background: transparent;
  color: #fff;
}

.quick-links {
  padding-bottom: 14px;
}

.quick-links__list {
  display: grid;
  flex: 1;
  gap: 0;
}

.quick-links__item {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 11px;
  padding: 11px 0;
  border-bottom: 1px solid #e1e8e4;
  color: #15251f;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.25;
}

.quick-links__item .icon {
  width: 18px;
  height: 18px;
  color: var(--green-800);
}

.quick-links__item span {
  display: block;
}

.quick-links .outline-btn--wide {
  margin-top: auto;
}

.announcements {
  background: linear-gradient(145deg, #fff, #f4faf6);
}

.announcement-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  background: #eaf3ed;
  padding: 16px;
}

.announcement {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 13px;
  padding: 0 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 48, 30, 0.12);
}

.announcement:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.announcement .icon {
  width: 28px;
  height: 28px;
  color: var(--green-800);
}

.announcement h3 {
  margin: 0 0 6px;
  color: var(--green-900);
  font-size: 13px;
  text-transform: uppercase;
}

.announcement p {
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42;
}

.announcement a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green-900);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 54px;
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat .icon {
  width: 36px;
  height: 36px;
  color: var(--green-800);
}

.stat .icon--stat-asset {
  width: 43px;
  height: 39px;
}

.stat .icon svg {
  stroke-width: 1.45;
}

.stat strong {
  display: block;
  color: var(--green-800);
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
}

.stat span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
}

.site-footer {
  flex-shrink: 0;
  background: linear-gradient(90deg, #002c1d, #003822 45%, #002618);
  color: #fff;
}

.site-footer--minimal {
  background: #00301e;
}

.footer-showcase {
  background: linear-gradient(90deg, #002c1d, #003822 46%, #002618);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-showcase__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  min-height: 112px;
}

.footer-showcase__inner > section + section {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-impact {
  position: relative;
  min-height: 112px;
  overflow: hidden;
  padding: 14px 28px 10px 0;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 63% 60%, rgba(232, 172, 23, 0.16), transparent 24%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.02));
}

.footer-impact__content {
  position: relative;
  z-index: 1;
  width: min(440px, 62%);
}

.footer-impact h2 {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-impact__copy {
  margin: 0;
  max-width: 430px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.28;
}

.footer-impact img {
  position: absolute;
  right: 22px;
  bottom: 0;
  width: 312px;
  height: 96px;
  max-width: none;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

.footer-supporting {
  min-height: 112px;
  overflow: hidden;
  padding: 14px 0 10px 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-supporting h2 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-supporting__viewport {
  overflow: hidden;
  width: 100%;
}

.footer-supporting__track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
}

.footer-supporting__group {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
}

.footer-supporting--marquee .footer-supporting__track {
  animation: footer-supporting-scroll var(--supporting-scroll-duration, 28s) linear infinite;
}

.footer-supporting--marquee:hover .footer-supporting__track {
  animation-play-state: paused;
}

.footer-supporting__item {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
}

.footer-supporting__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-supporting__item--text {
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: radial-gradient(circle, #0b4c33, #021f15);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

@keyframes footer-supporting-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-supporting--marquee .footer-supporting__track {
    animation: none;
  }
}

.footer-top {
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 1fr;
  height: 112px;
  min-height: 0;
  overflow: hidden;
}

.footer-top > div {
  padding: 12px 34px 9px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.23);
}

.footer-top > div + div {
  padding-left: 36px;
}

.footer-top > div:last-child {
  border-right: 0;
}

.footer-top h2 {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-gallery header {
  display: flex;
  justify-content: space-between;
}

.footer-gallery a,
.footer-impact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-gallery > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.footer-gallery img {
  width: 100%;
  height: 54px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.footer-gallery__placeholder,
.footer-gallery__fallback {
  width: 100%;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.62);
  overflow: hidden;
}

.footer-gallery__fallback {
  position: relative;
  background:
    linear-gradient(180deg, rgba(0, 19, 13, 0.18), rgba(0, 19, 13, 0.76)),
    var(--gallery-fallback) center/cover;
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.footer-gallery__placeholder svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.footer-gallery__placeholder small,
.footer-gallery__fallback small {
  margin-top: -6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.footer-gallery__fallback small {
  margin-top: 0;
  padding: 4px 7px;
  border-radius: 99px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  letter-spacing: 0.05em;
}

.footer-bottom {
  background: #00301e;
  position: relative;
  z-index: 2;
}

.footer-bottom__inner {
  min-height: 35px;
  display: flex;
  align-items: center;
  gap: 26px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-bottom img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-bottom nav a::after {
  content: "|";
  margin-left: 14px;
  opacity: 0.8;
}

.legal {
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.footer-bottom p {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
}

.footer-bottom__inner--minimal {
  min-height: 72px;
  justify-content: flex-start;
  gap: clamp(34px, 7vw, 130px);
  text-transform: none;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
}

.footer-bottom__inner--minimal img {
  width: 48px;
  height: 48px;
}

.footer-bottom__inner--minimal .legal {
  margin-left: 0;
}

.footer-bottom__inner--minimal .legal a,
.footer-bottom__inner--minimal p {
  font-size: 13px;
}

.footer-bottom__meta {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3vw, 38px);
  flex-wrap: wrap;
}

.member-page {
  flex: 1 0 auto;
  background: #f6f9f7;
  padding-bottom: 28px;
}

.board-page {
  background: linear-gradient(180deg, #f8fbf9, #eef5f1);
}

.board-hero {
  position: relative;
  min-height: 378px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(72, 11, 20, 0.84), rgba(10, 46, 28, 0.74)),
    url('../assets/images/hero-asian-jade-community-slide-3.png') center 26% / cover;
}

.board-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(255, 210, 140, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.22));
  pointer-events: none;
}

.board-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 378px;
  display: flex;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
}

.board-hero__copy {
  max-width: 560px;
}

.board-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #f0d16e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.board-hero__eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}

.board-hero h1 {
  margin: 0;
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.board-hero p {
  max-width: 520px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.55;
}

.board-sections {
  display: grid;
  gap: 34px;
}

.board-section {
  display: grid;
  gap: 18px;
}

.board-section__head {
  text-align: center;
}

.board-section__head h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(28px, 2.4vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.board-card {
  position: relative;
  display: block;
  min-height: 360px;
  overflow: hidden;
  background: #d8e3dd;
  box-shadow: 0 18px 44px rgba(0, 35, 24, 0.12);
}

.board-card__media,
.board-card__media img,
.board-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.board-card__media img {
  object-fit: cover;
}

.board-card__placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(0, 55, 34, 0.16), rgba(0, 55, 34, 0.04)),
    #ecf3ef;
  color: var(--green-800);
}

.board-card__placeholder .icon {
  width: 64px;
  height: 64px;
}

.board-card__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 4px;
  padding: 15px 18px 16px;
  background: linear-gradient(180deg, rgba(0, 30, 18, 0), rgba(0, 56, 34, 0.94) 42%);
  color: #fff;
}

.board-card__overlay strong {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.board-card__overlay small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.board-section--delegates {
  margin-top: 8px;
}

.board-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(0, 62, 38, 0.16);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 36px rgba(0, 35, 24, 0.08);
}

.board-table {
  width: 100%;
  border-collapse: collapse;
}

.board-table thead th {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 62, 38, 0.14);
  background: #f3f8f5;
  color: var(--green-900);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.board-table tbody td {
  padding: 16px 18px;
  border-top: 1px solid rgba(0, 62, 38, 0.1);
  color: #33443c;
  font-size: 14px;
  line-height: 1.45;
}

.board-table tbody td a {
  color: var(--green-900);
  font-weight: 800;
}

.board-detail {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(0, 62, 38, 0.14);
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 35, 24, 0.08);
}

.board-detail__media {
  min-height: 420px;
  background: #ebf2ee;
}

.board-detail__media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.board-card__placeholder--detail {
  min-height: 420px;
}

.board-detail__copy {
  display: grid;
  gap: 14px;
}

.board-detail__copy h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.board-detail__copy h3 {
  margin: 0;
  color: #51645c;
  font-size: 20px;
  font-weight: 700;
}

.board-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.board-detail__meta span,
.board-detail__meta a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef5f1;
  color: var(--green-800);
  font-size: 12px;
  font-weight: 800;
}

.board-detail__copy p {
  margin: 0;
  color: #32423a;
  font-size: 15px;
  line-height: 1.7;
}

.member-hero {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 38px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 32, 20, 0.92), rgba(0, 63, 38, 0.76)),
    url('../assets/images/hero-asian-jade-community-v2.png') center/cover;
}

.member-hero.container {
  width: 100%;
  max-width: none;
  padding-left: max(44px, calc((100vw - 1640px) / 2));
  padding-right: max(44px, calc((100vw - 1640px) / 2));
}

.member-hero--compact {
  min-height: 215px;
}

.member-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.06;
  text-transform: uppercase;
  font-weight: 800;
}

.member-hero p:not(.hero__eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.member-hero__actions,
.module-toolbar,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.module-grid,
.settings-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 18px;
}

.module-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 22px;
  border: 1px solid rgba(0, 73, 45, 0.16);
  border-radius: 7px;
  background: #fff;
  color: var(--green-900);
  box-shadow: 0 10px 28px rgba(0, 35, 24, 0.06);
}

.module-card .icon {
  width: 34px;
  height: 34px;
  color: var(--gold);
}

.module-card strong {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.module-card span {
  color: #50645c;
  font-size: 13px;
  line-height: 1.45;
}

.module-card--button {
  text-align: left;
  cursor: pointer;
}

.module-content {
  margin-top: 18px;
}

.loading-card,
.empty-state {
  min-height: 160px;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  text-align: center;
}

.empty-state strong {
  color: var(--green-900);
  font-size: 18px;
  text-transform: uppercase;
}

.empty-state span {
  color: var(--muted);
}

.empty-state--error {
  border-color: #f1b6b6;
  background: #fff7f7;
}

.auth-page {
  padding: 54px 0;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 520px);
  gap: 34px;
  align-items: stretch;
}

.auth-copy,
.auth-card,
.settings-form {
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 36, 24, 0.08);
}

.auth-copy {
  padding: 36px;
  background:
    linear-gradient(135deg, rgba(0, 42, 26, 0.95), rgba(0, 76, 48, 0.9)),
    url('../assets/images/hero-asian-jade-community-slide-3.png') center/cover;
  color: #fff;
}

.auth-copy h1 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 52px);
  line-height: 1.08;
  text-transform: uppercase;
}

.auth-copy p {
  max-width: 620px;
  line-height: 1.6;
}

.auth-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
}

.auth-card,
.settings-form {
  display: grid;
  gap: 14px;
  padding: 26px;
}

.auth-card label,
.settings-form label,
.module-search label {
  display: grid;
  gap: 7px;
  color: var(--green-900);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-card input,
.settings-form input,
.settings-form select,
.module-search input {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #d9e4df;
  border-radius: 4px;
  background: #fff;
  font: inherit;
}

.auth-notice {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border: 1px solid rgba(214, 157, 34, 0.38);
  border-radius: 6px;
  background: rgba(214, 157, 34, 0.11);
  color: var(--green-900);
}

.auth-notice strong {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.auth-notice span {
  color: #50645c;
  font-size: 13px;
  font-weight: 700;
}

.form-message {
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.form-message.is-success {
  color: var(--green-800);
}

.form-message.is-error {
  color: #b42318;
}

.record-section {
  margin-bottom: 16px;
}

.record-section > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.record-section h2 {
  margin: 0 0 12px;
  color: var(--green-900);
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
}

.record-section > header h2 {
  margin-bottom: 0;
}

.record-section > header a {
  color: var(--green-900);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.record-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.record-card {
  min-height: 190px;
  display: grid;
  grid-template-columns: 148px 1fr;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 35, 24, 0.045);
}

.record-card > img {
  width: 148px;
  height: 166px;
  object-fit: cover;
  border-radius: 5px;
  background: #e9efec;
}

.record-card__icon {
  width: 148px;
  height: 166px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #edf4f0;
}

.record-card__icon .icon {
  width: 52px;
  height: 52px;
  color: var(--green-800);
}

.record-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.record-card em {
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 99px;
  background: #eef7f1;
  color: var(--green-800);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.record-card strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.24;
  font-weight: 800;
}

.record-card small {
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.record-card p {
  margin: 9px 0;
  color: #394840;
  font-size: 12px;
  line-height: 1.45;
}

.record-card b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--green-900);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.record-card b svg,
.notification-link svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.content-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.content-card {
  display: flex;
  flex-direction: column;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(0, 73, 45, 0.1);
  border-radius: 7px;
  background: #fff;
  color: var(--green-900);
  box-shadow: 0 16px 34px rgba(0, 35, 24, 0.07);
}

.content-card:hover {
  border-color: rgba(214, 157, 34, 0.48);
  box-shadow: 0 18px 40px rgba(0, 35, 24, 0.11);
}

.content-card__media {
  position: relative;
  display: block;
  height: 190px;
  background: #edf4f0;
}

.content-card__media img,
.content-card__placeholder {
  width: 100%;
  height: 100%;
}

.content-card__media img {
  display: block;
  object-fit: cover;
}

.content-card__placeholder {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(0, 62, 38, 0.16), rgba(0, 62, 38, 0.05)),
    #edf4f0;
  color: var(--green-800);
}

.content-card__placeholder .icon {
  width: 58px;
  height: 58px;
}

.content-card__media em {
  position: absolute;
  left: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 60, 38, 0.88);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.content-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.content-card__body small {
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.content-card__body strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.18;
  font-weight: 800;
}

.content-card__body p {
  margin: 12px 0 18px;
  color: #52635b;
  font-size: 13px;
  line-height: 1.55;
}

.content-card__body b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.content-card__body b svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.public-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.public-link-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 24px;
  border: 1px solid rgba(0, 73, 45, 0.08);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(0, 35, 24, 0.06);
}

.public-link-card__media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 126px;
  margin-bottom: 22px;
}

.public-link-card__media img {
  max-width: 100%;
  max-height: 126px;
  object-fit: contain;
}

.public-link-card__media span {
  width: 112px;
  height: 112px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #edf4f0;
  color: var(--green-800);
}

.public-link-card__media .icon {
  width: 48px;
  height: 48px;
}

.public-link-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
}

.public-link-card strong {
  color: var(--ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.public-link-card p {
  margin: 12px 0 18px;
  color: #66717d;
  font-size: 15px;
  line-height: 1.52;
  font-weight: 500;
}

.public-link-card__url {
  margin-top: auto;
  overflow-wrap: anywhere;
  color: #17a852;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.notification-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.notification-card {
  min-height: 132px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 4px solid transparent;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(0, 35, 24, 0.045);
}

.notification-card.is-unread {
  border-left-color: var(--gold);
  background: linear-gradient(90deg, #fffaf0, #fff 32%);
}

.notification-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #edf6f1;
  color: var(--green-800);
}

.notification-card__icon .icon {
  width: 28px;
  height: 28px;
}

.notification-card__content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.notification-card__meta {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}

.notification-card__meta em {
  padding: 4px 8px;
  border-radius: 99px;
  background: #e8f4ed;
  color: var(--green-800);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.notification-card__meta small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: capitalize;
}

.notification-card strong {
  color: var(--ink);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 800;
}

.notification-card p {
  margin: 0;
  color: #4d5d56;
  font-size: 13px;
  line-height: 1.45;
}

.notification-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--green-900);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.segmented {
  display: inline-flex;
  gap: 6px;
  margin-bottom: 14px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.segmented a {
  padding: 9px 16px;
  border-radius: 3px;
  color: var(--green-900);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.segmented a.active {
  background: var(--green-900);
  color: #fff;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(260px, 440px) 1fr;
  gap: 22px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.detail-hero-image {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
  background: #e9efec;
}

.detail-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.detail-label {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-copy h2,
.article-detail h2 {
  margin: 8px 0;
  color: var(--green-900);
  font-size: clamp(26px, 2.2vw, 38px);
  line-height: 1.08;
  text-transform: uppercase;
}

.detail-copy h3 {
  margin: 0 0 12px;
  color: var(--green-700);
}

.detail-copy p,
.article-body,
.article-detail p {
  color: #26342f;
  font-size: 14px;
  line-height: 1.7;
}

.detail-meta {
  display: grid;
  gap: 8px;
  margin: 10px 0 14px;
  color: #3f514a;
  font-size: 13px;
}

.detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.article-detail,
.profile-panel,
.contact-panel,
.split-layout > section {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.article-detail__image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 16px;
}

.article-body img {
  max-width: 100%;
  height: auto;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.photo-grid img {
  width: 100%;
  aspect-ratio: 1 / 0.72;
  object-fit: cover;
  border-radius: 6px;
}

.photo-detail {
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.photo-detail img {
  max-height: 68vh;
  object-fit: contain;
}

.shop-banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 14px;
  background: #f4f7f5;
  border: 1px solid var(--line);
}

.shop-banner__track {
  position: relative;
  min-height: 250px;
}

.shop-banner__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.shop-banner__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.shop-banner__slide img {
  height: 250px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: #fff;
}

.shop-banner__dots {
  position: absolute;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 8px;
  z-index: 2;
}

.shop-banner__dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 52, 33, 0.22);
  cursor: pointer;
}

.shop-banner__dots .active {
  background: var(--gold);
}

.table-list {
  display: grid;
  gap: 10px;
}

.table-row {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.table-row img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 5px;
}

.table-row button {
  border: 0;
  background: transparent;
  color: #b42318;
  font-weight: 800;
  cursor: pointer;
}

.checkout-summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 14px;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
}

.contact-panel {
  display: grid;
  gap: 14px;
}

.contact-panel div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 6px;
  background: #eef7f1;
}

.contact-panel .icon {
  width: 28px;
  height: 28px;
  color: var(--green-800);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 36, 24, 0.08);
}

.contact-form h2 {
  margin: 0;
  color: var(--green-900);
  font-size: 30px;
  line-height: 1.08;
  text-transform: uppercase;
}

.contact-form > p {
  margin: -4px 0 4px;
  color: #50645c;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--green-900);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #d9e4df;
  border-radius: 4px;
  background: #fff;
  font: inherit;
}

.contact-form textarea {
  min-height: 124px;
  padding-top: 12px;
  resize: vertical;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
}

.membership-landing {
  display: grid;
  gap: 18px;
}

.membership-intro-card,
.membership-application-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(0, 36, 24, 0.07);
}

.membership-intro-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 42px 24px 36px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(232, 172, 23, 0.14), transparent 32%),
    linear-gradient(180deg, #fff, #f7faf8);
}

.membership-intro-card h2 {
  max-width: 780px;
  margin: 0;
  color: var(--green-900);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.membership-intro-card p {
  max-width: 610px;
  margin: 0;
  color: #52615c;
  font-size: 18px;
  line-height: 1.45;
}

.membership-intro-card__lead {
  color: var(--green-800) !important;
  font-weight: 800;
}

.membership-price-pill {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 6px;
  background: var(--green-800);
  color: #fff;
  box-shadow: 0 12px 22px rgba(0, 54, 34, 0.18);
}

.membership-price-pill--link {
  cursor: pointer;
}

.membership-price-pill strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
}

.membership-price-pill small {
  font-size: 15px;
  font-weight: 800;
}

.membership-package-name {
  color: var(--green-900);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.membership-application-card {
  width: min(1040px, 100%);
  justify-self: center;
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 36px 28px;
  background:
    linear-gradient(135deg, rgba(0, 54, 34, 0.08), rgba(232, 172, 23, 0.12)),
    #edf2f0;
  text-align: center;
}

.membership-application-card img {
  width: 104px;
  height: 104px;
  object-fit: contain;
}

.membership-application-card h3 {
  margin: 4px 0 0;
  color: var(--green-900);
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.membership-application-card p {
  max-width: 620px;
  margin: 0;
  color: #1b2823;
  font-size: 18px;
  line-height: 1.45;
}

.membership-application-card small {
  color: #60716a;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.membership-application-card .btn {
  background: var(--green-800);
}

.membership-application-card .btn.is-disabled {
  opacity: 0.65;
  pointer-events: none;
}

.membership-application-card__preview {
  width: min(100%, 860px);
  margin-top: 8px;
  border: 1px solid rgba(0, 57, 35, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 26px rgba(0, 36, 24, 0.08);
}

.membership-application-card__preview iframe {
  width: 100%;
  height: 760px;
  border: 0;
  background: #fff;
}

.membership-packages,
.membership-history {
  margin-bottom: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.subscription-enroll-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.72fr);
  gap: 18px;
}

.subscription-enroll-main {
  display: grid;
  gap: 18px;
}

.subscription-profile-card,
.subscription-dependents-card,
.subscription-sidebar__card {
  border: 1px solid rgba(8, 87, 52, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(236, 248, 238, 0.96), rgba(246, 251, 247, 0.98));
  box-shadow: 0 14px 36px rgba(0, 36, 24, 0.06);
}

.subscription-profile-card {
  padding: 24px;
}

.subscription-profile-card__head {
  display: grid;
  justify-items: center;
  gap: 10px;
  margin-bottom: 18px;
  text-align: center;
}

.subscription-profile-card__head h2 {
  margin: 0;
  color: var(--green-900);
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
}

.subscription-profile-card__avatar-wrap {
  position: relative;
  display: inline-grid;
}

.subscription-profile-card__avatar {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 89, 54, 0.22);
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  color: var(--green-800);
}

.subscription-profile-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subscription-profile-card__avatar .icon {
  width: 36px;
  height: 36px;
}

.subscription-profile-card__avatar-trigger {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-900);
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 36, 24, 0.24);
  cursor: pointer;
}

.subscription-profile-card__avatar-trigger svg {
  width: 15px;
  height: 15px;
}

.subscription-profile-card__photo-note {
  margin: 0;
  color: #5f726a;
  font-size: 12px;
  line-height: 1.4;
}

.subscription-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.subscription-field {
  display: grid;
  gap: 7px;
}

.subscription-field--wide {
  grid-column: 1 / -1;
}

.subscription-field span {
  color: #4d5d56;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.subscription-field input,
.subscription-field select,
.subscription-field textarea {
  width: 100%;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid #d5e3db;
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
}

.subscription-field textarea {
  min-height: 86px;
  padding-top: 12px;
  resize: vertical;
}

.subscription-profile-card__actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.subscription-profile-card__submit,
.subscription-sidebar__button {
  width: 100%;
  min-height: 42px;
}

.subscription-sidebar {
  position: sticky;
  top: 20px;
  align-self: start;
}

.subscription-sidebar__card {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.subscription-sidebar__card h3,
.subscription-dependents-card h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 22px;
  font-weight: 900;
}

.subscription-sidebar__status {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
}

.subscription-sidebar__status.is-active {
  background: linear-gradient(180deg, rgba(17, 115, 67, 0.12), rgba(17, 115, 67, 0.04));
}

.subscription-sidebar__status.is-inactive {
  background: linear-gradient(180deg, rgba(31, 198, 107, 0.18), rgba(31, 198, 107, 0.08));
}

.subscription-sidebar__status strong {
  color: var(--green-900);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.subscription-sidebar__status span {
  color: #2a4a3b;
  font-size: 15px;
  line-height: 1.4;
}

.stripe-payment-shell {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(0, 57, 35, 0.12);
  border-radius: 8px;
  background: #fff;
}

.stripe-payment-shell__element {
  min-height: 56px;
}

.subscription-dependents-card {
  display: grid;
  gap: 18px;
  padding: 22px 24px;
}

.dependent-list {
  display: grid;
  gap: 12px;
}

.dependent-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(7, 89, 54, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
}

.dependent-item__content {
  display: grid;
  gap: 5px;
}

.dependent-item__content strong,
.dependent-item__content span {
  color: var(--green-900);
  font-size: 14px;
  line-height: 1.4;
}

.dependent-item__actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dependent-action {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(0, 36, 24, 0.08);
  cursor: pointer;
}

.dependent-action svg {
  width: 16px;
  height: 16px;
}

.dependent-action--edit {
  color: #1aa461;
}

.dependent-action--delete {
  color: #d44d4d;
}

.subscription-dependents-card__empty {
  min-height: 170px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--green-900);
  text-align: center;
}

.subscription-dependents-card__empty strong {
  font-size: 18px;
  font-weight: 800;
}

.subscription-dependents-card__button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.has-overlay-modal {
  overflow: hidden;
}

.dependent-modal[hidden] {
  display: none;
}

.dependent-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
}

.dependent-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(4, 32, 21, 0.32);
  backdrop-filter: blur(7px);
}

.dependent-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 620px);
  padding: 18px 18px 16px;
  border: 1px solid rgba(0, 57, 35, 0.08);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 28px 65px rgba(0, 21, 14, 0.24);
}

.dependent-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.dependent-modal__head h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 20px;
  font-weight: 900;
}

.dependent-modal__close {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(7, 89, 54, 0.08);
  color: var(--green-900);
  cursor: pointer;
}

.dependent-modal__close svg {
  width: 18px;
  height: 18px;
}

.dependent-modal__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.dependent-modal__actions {
  grid-column: 1 / -1;
  display: grid;
  margin-top: 4px;
}

.dependent-modal__submit {
  min-width: 0;
}

.dependent-modal__form .form-message {
  grid-column: 1 / -1;
  margin-top: 0;
}

.package-grid {
  display: grid;
  gap: 12px;
}

.package-grid--membership {
  grid-template-columns: repeat(3, 1fr);
}

.package-card {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fbf9;
}

.package-card strong {
  color: var(--green-900);
  font-size: 18px;
  text-transform: uppercase;
}

.package-card b {
  color: var(--gold);
  font-size: 24px;
}

.overtime-shell {
  display: grid;
  gap: 18px;
}

.overtime-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 73, 45, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 246, 0.98));
  box-shadow: 0 14px 34px rgba(0, 36, 24, 0.06);
}

.overtime-panel::after {
  content: "";
  position: absolute;
  inset: auto 50% 24px auto;
  width: 520px;
  height: 520px;
  transform: translateX(45%);
  background: url('../assets/images/asian-jade-logo.png') center/contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}

.overtime-panel__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 0;
}

.overtime-panel__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.overtime-panel__brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.overtime-panel__brand h2 {
  margin: 2px 0 0;
  color: var(--green-900);
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.overtime-form-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  padding: 20px 24px 24px;
}

.overtime-type-block,
.overtime-section {
  display: grid;
  gap: 16px;
}

.overtime-type-block h3,
.overtime-section h3 {
  margin: 0;
  color: #116f4b;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.08;
  font-weight: 800;
  text-transform: uppercase;
}

.overtime-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.overtime-type-chip {
  min-height: 82px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #dae7df;
  border-radius: 18px;
  background: #fff;
  color: #576660;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.18s ease;
}

.overtime-type-chip.is-active {
  border-color: rgba(17, 111, 75, 0.36);
  background: rgba(214, 243, 225, 0.8);
  color: #0b6a45;
  box-shadow: inset 0 0 0 1px rgba(17, 111, 75, 0.08);
}

.overtime-time-grid {
  display: grid;
  gap: 18px;
}

.overtime-time-row {
  display: grid;
  grid-template-columns: 84px repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.overtime-time-row > span {
  color: #116f4b;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.overtime-time-row label {
  display: block;
}

.overtime-time-row input {
  width: 100%;
  min-height: 74px;
  padding: 0 18px;
  border: 1px solid #e0e8e2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
  font-size: 17px;
}

.overtime-total {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding-top: 4px;
  text-align: center;
}

.overtime-total span {
  color: #116f4b;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 800;
  text-transform: uppercase;
}

.overtime-total strong {
  color: var(--green-900);
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1;
  font-weight: 900;
}

.overtime-total small {
  max-width: 700px;
  color: #5e7067;
  font-size: 14px;
  line-height: 1.5;
}

.overtime-actions {
  display: grid;
  justify-content: center;
  gap: 12px;
}

.overtime-actions__primary,
.overtime-actions__secondary {
  min-width: 320px;
  min-height: 56px;
  font-size: 16px;
  border-radius: 10px;
}

.overtime-actions__primary[disabled],
.overtime-actions__secondary[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.overtime-panel--history {
  display: grid;
  gap: 18px;
  padding-bottom: 22px;
}

.overtime-history-group {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 0 24px;
}

.overtime-history-group__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 8px;
  background: #2f7a69;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.overtime-history-list {
  display: grid;
  gap: 18px;
}

.overtime-history-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 28px 24px;
  border: 1px solid rgba(8, 87, 52, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 26px rgba(0, 36, 24, 0.05);
}

.overtime-history-card__delete {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(225, 72, 58, 0.08);
  color: #e1483a;
  cursor: pointer;
}

.overtime-history-card__delete svg {
  width: 18px;
  height: 18px;
}

.overtime-history-card__line {
  display: grid;
  gap: 6px;
}

.overtime-history-card__line span,
.overtime-history-card__paid > span {
  color: var(--green-900);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.overtime-history-card__line strong {
  color: #2f7a69;
  font-size: 17px;
  font-weight: 700;
}

.overtime-history-card__paid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid #edf2ee;
}

.overtime-paid-toggle {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(78px, 1fr));
  padding: 4px;
  border: 1px solid #d9e4df;
  border-radius: 16px;
  background: #f5f8f6;
}

.overtime-paid-toggle__option {
  min-height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #6f7d77;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.overtime-paid-toggle__option.is-active {
  background: rgba(214, 243, 225, 0.82);
  color: #0b6a45;
}

.module-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}

.profile-panel {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  align-items: start;
}

.profile-panel > img,
.profile-panel > .icon {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  color: var(--green-800);
  background: #eef7f1;
}

.profile-panel h2 {
  margin: 0 0 4px;
  color: var(--green-900);
  font-size: 30px;
  text-transform: uppercase;
}

.profile-panel dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 8px 14px;
  margin-top: 18px;
}

.profile-panel dt {
  color: var(--muted);
  font-weight: 800;
  text-transform: uppercase;
}

.profile-panel dd {
  margin: 0;
}

@media (max-width: 1060px) {
  .topbar__inner {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 7px 0;
  }

  .topbar__contact,
  .topbar__social {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 1300px) {
  .container {
    width: min(1180px, calc(100% - 40px));
  }

  .brand {
    min-width: 264px;
    gap: 11px;
  }

  .brand img {
    width: 64px;
    height: 64px;
  }

  .brand strong {
    font-size: 35px;
    letter-spacing: 0.09em;
  }

  .brand em {
    width: 116px;
  }

  .mainnav nav {
    gap: 15px;
    margin-left: 18px;
  }

  .mainnav nav a {
    font-size: 11px;
  }

  .mainnav__actions {
    gap: 10px;
  }

  .join-btn {
    min-width: 150px;
    padding: 0 16px;
  }

  .feature-grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  .content-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-grid,
  .settings-grid,
  .record-grid,
  .content-card-grid,
  .public-link-grid,
  .package-grid--membership,
  .subscription-profile-grid,
  .notification-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .spotlight {
    grid-column: span 1;
  }
}

@media (max-width: 900px) {
  .topbar__inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 0;
  }

  .mainnav__inner {
    height: auto;
    padding: 14px 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar__contact,
  .topbar__social,
  .mainnav nav,
  .mainnav__actions {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .topbar__social {
    justify-content: flex-start;
  }

  .topbar__item--address {
    max-width: none;
  }

  .brand {
    min-width: 0;
  }

  .hero__content {
    min-height: 570px;
    padding: 44px 0 144px;
  }

  .hero__image-bg,
  .hero__image {
    object-position: var(--hero-image-position-mobile, var(--hero-image-position, center center));
  }

  .hero__copy-block {
    max-width: min(100%, 560px);
  }

  .content-grid > .panel {
    min-height: auto;
  }

  .hero__actions {
    flex-direction: column;
    width: 100%;
    max-width: 320px;
  }

  .hero__dots {
    bottom: 94px;
  }

  .hero-arrow {
    top: auto;
    bottom: 84px;
    width: 44px;
    height: 44px;
    transform: none;
    background: rgba(0, 44, 28, 0.72);
  }

  .hero-arrow svg {
    width: 28px;
    height: 28px;
  }

  .hero-arrow--left {
    left: 12px;
  }

  .hero-arrow--right {
    right: 12px;
  }

  .feature-grid,
  .content-grid,
  .stats-strip,
  .footer-showcase__inner,
  .footer-top,
  .module-grid,
  .settings-grid,
  .record-grid,
  .content-card-grid,
  .public-link-grid,
  .package-grid--membership,
  .subscription-enroll-layout,
  .subscription-profile-grid,
  .notification-list,
  .detail-layout,
  .auth-layout,
  .contact-layout,
  .contact-panel,
  .split-layout,
  .profile-panel {
    grid-template-columns: 1fr;
  }

  .home-gallery-grid--featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-gallery-grid--featured .home-gallery-tile--hero {
    grid-column: 1 / -1;
  }

  .feature-card,
  .stat,
  .footer-showcase__inner > section,
  .footer-top > div {
    border-right: 0;
  }

  .footer-showcase__inner > section + section {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-impact,
  .footer-supporting {
    min-height: 0;
    padding: 18px 0;
  }

  .footer-impact {
    display: block;
  }

  .footer-impact img {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 280px);
    height: auto;
    margin: 8px 0 0 auto;
  }

  .footer-impact__content {
    width: 100%;
  }

  .footer-top > div,
  .footer-top > div + div {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .footer-bottom__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .footer-bottom__inner--minimal .legal {
    margin-left: 0;
  }

  .legal {
    margin-left: 0;
  }

  .member-hero.container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .board-hero__inner {
    min-height: 332px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

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

  .board-card {
    min-height: 320px;
  }

  .board-detail {
    grid-template-columns: 1fr;
  }

  .board-detail__media,
  .board-detail__media img,
  .board-card__placeholder--detail {
    min-height: 320px;
  }

  .record-card {
    grid-template-columns: 110px 1fr;
  }

  .record-card > img,
  .record-card__icon {
    width: 110px;
    height: 136px;
  }

  .content-card {
    min-height: 0;
  }

  .content-card__media {
    height: 170px;
  }

  .content-card__body {
    padding: 16px;
  }

  .public-link-card {
    min-height: 0;
    padding: 20px;
  }

  .public-link-card__media {
    height: 104px;
    margin-bottom: 18px;
  }

  .public-link-card__media img {
    max-height: 104px;
  }

  .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .table-row,
  .module-search,
  .contact-form__row,
  .dependent-modal__form {
    grid-template-columns: 1fr;
  }

  .overtime-panel__head,
  .overtime-history-card__paid {
    flex-direction: column;
    align-items: flex-start;
  }

  .overtime-type-grid,
  .overtime-time-row {
    grid-template-columns: 1fr;
  }

  .overtime-time-row > span {
    margin-bottom: -2px;
  }

  .overtime-actions__primary,
  .overtime-actions__secondary {
    min-width: 0;
    width: 100%;
  }

  .dependent-item {
    grid-template-columns: 1fr;
  }

  .dependent-item__actions {
    justify-content: flex-end;
  }

  .subscription-sidebar {
    position: static;
  }

  .membership-application-card__preview iframe {
    height: 620px;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 480px);
  }

  .board-grid {
    grid-template-columns: 1fr;
  }

  .board-hero {
    min-height: 320px;
    background-position: center center;
  }

  .board-hero p {
    font-size: 15px;
  }

  .board-table thead th,
  .board-table tbody td {
    padding: 13px 12px;
    font-size: 12px;
  }

  .footer-bottom__inner--minimal img {
    width: 42px;
    height: 42px;
  }

  .hero__content {
    min-height: 600px;
    padding-top: 34px;
    padding-bottom: 146px;
  }

  .hero h1 {
    font-size: 25px;
    line-height: 1.12;
  }

  .hero h1 .gold {
    white-space: normal;
  }

  .hero__copy {
    font-size: 15px;
    max-width: 100%;
  }

  .hero__eyebrow {
    font-size: 14px;
  }

  .hero__dots {
    bottom: 96px;
    gap: 12px;
  }

  .hero-arrow {
    bottom: 86px;
  }

  .brand strong {
    font-size: 34px;
  }

  .overtime-panel__head,
  .overtime-form-grid,
  .overtime-history-group {
    padding-left: 16px;
    padding-right: 16px;
  }

  .overtime-type-chip {
    min-height: 66px;
    font-size: 16px;
  }

  .overtime-time-row input {
    min-height: 58px;
    border-radius: 12px;
  }

  .overtime-total span {
    font-size: 24px;
  }

  .overtime-total strong {
    font-size: 30px;
  }

  .overtime-history-group__head {
    padding: 16px;
    font-size: 16px;
  }

  .overtime-history-card {
    padding: 22px 16px;
  }

  .dependent-modal {
    padding: 14px;
  }

  .dependent-modal__dialog {
    padding: 16px 14px 14px;
  }

  .news-item {
    grid-template-columns: 96px 1fr;
  }

  .news-item img {
    width: 96px;
  }

  .news-list--single .news-item,
  .event-list--single .event-item {
    grid-template-columns: 1fr;
  }

  .news-list--single .news-item img,
  .news-list--single .home-placeholder-thumb,
  .event-list--single .event-item__media,
  .event-list--single .home-placeholder-thumb--event {
    width: 100%;
    height: 128px;
  }

  .membership-application-card__preview iframe {
    height: 460px;
  }
}
