.site-header {
  position: fixed;
  inset: 0 0 auto;
  top: 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(7, 27, 42, 0.08);
  backdrop-filter: blur(14px);
}

.site-header .global-nav a {
  color: inherit;
}

.site-header:not(.is-scrolled) .brand small {
  color: rgba(255, 255, 255, 0.72);
}

.site-header:not(.is-scrolled) .brand-symbol {
  color: rgba(255, 255, 255, 0.88);
}

.brand {
  flex-direction: row;
  align-items: center;
  gap: 14px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}

.brand-symbol {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  color: var(--green);
}

.brand-symbol i {
  position: absolute;
  width: 29px;
  height: 29px;
  border: 1px solid currentColor;
}

.brand-symbol i:first-child {
  top: 2px;
  left: 2px;
  background: rgba(167, 211, 213, 0.16);
}

.brand-symbol i:last-child {
  right: 2px;
  bottom: 2px;
  background: rgba(49, 93, 84, 0.16);
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 28%, rgba(86, 147, 139, 0.34), transparent 31%),
    linear-gradient(122deg, #071b2a, #123c52 56%, #254f4c);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 38%, #000);
}

.hero-inner {
  position: relative;
  z-index: 2;
  min-height: 760px;
  justify-content: center;
  padding: 160px 0 100px;
}

.hero h1 {
  font-size: clamp(3.5rem, 7.2vw, 6.7rem);
  line-height: 1.22;
  letter-spacing: 0.08em;
}

.hero-lead {
  max-width: 720px;
  margin-top: 34px;
  font-size: 1.05rem;
  line-height: 2.1;
}

.hero-visual {
  position: absolute;
  z-index: 1;
  top: 105px;
  right: 7%;
  width: 430px;
  height: 540px;
  opacity: 0.72;
  transform: rotate(-8deg);
}

.hero-visual span {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 50px rgba(255, 255, 255, 0.05), 0 40px 90px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(3px);
}

.hero-visual span:nth-child(1) {
  inset: 0 95px 90px 0;
}

.hero-visual span:nth-child(2) {
  inset: 110px 0 0 120px;
}

.hero-visual span:nth-child(3) {
  width: 118px;
  height: 118px;
  right: 24px;
  top: 10px;
}

.section {
  padding: 112px 0;
}

.section-heading h2 {
  display: flex;
  align-items: center;
  gap: 17px;
}

.section-heading h2::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid var(--green);
  box-shadow: 6px 6px 0 rgba(49, 93, 84, 0.14);
}

.calendar-placeholder {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  background: linear-gradient(135deg, rgba(244, 247, 245, 0.82), rgba(220, 235, 230, 0.44));
  box-shadow: 0 22px 55px rgba(7, 27, 42, 0.08);
}

.calendar-placeholder::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -55px;
  bottom: -70px;
  border: 1px solid rgba(49, 93, 84, 0.18);
  transform: rotate(12deg);
}

.member-table {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 46px rgba(7, 27, 42, 0.06);
}

.member-contact {
  display: grid;
  gap: 5px;
  white-space: nowrap;
}

.member-contact > span {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 8px;
  align-items: baseline;
}

.member-contact b {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.05em;
}

.member-contact a {
  color: var(--navy);
  text-decoration: none;
}

.member-contact em {
  color: var(--navy);
  font-style: normal;
}

.report-feature {
  position: relative;
  padding-inline: 28px !important;
  border: 1px solid rgba(49, 93, 84, 0.25);
  background: linear-gradient(135deg, rgba(220, 235, 230, 0.55), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 45px rgba(7, 27, 42, 0.06);
}

.report-feature::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(49, 93, 84, 0.28);
  box-shadow: 8px 8px 0 rgba(49, 93, 84, 0.08);
}

.report-feature time {
  grid-row: 1 / span 3;
  color: var(--green);
  font-weight: 700;
}

.report-link {
  grid-column: 2;
  width: fit-content;
  margin-top: 8px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer .brand-symbol {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .brand-symbol i:first-child,
.site-footer .brand-symbol i:last-child {
  background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 850px) {
  .site-header:not(.is-scrolled) .menu-button {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.45);
    background: transparent;
  }

  .hero-visual {
    right: -110px;
    opacity: 0.48;
  }
}

@media (max-width: 620px) {
  .brand-symbol {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .brand-symbol i {
    width: 23px;
    height: 23px;
  }

  .hero,
  .hero-inner {
    min-height: 690px;
  }

  .hero-inner {
    padding-top: 132px;
    padding-bottom: 80px;
  }

  .hero-visual {
    top: 125px;
    right: -140px;
    width: 330px;
    height: 430px;
  }

  .section-heading h2 {
    gap: 12px;
  }

  .report-feature {
    padding: 24px 20px !important;
  }

  .report-feature time,
  .report-link {
    grid-column: auto;
    grid-row: auto;
  }

  .footer-brand {
    align-items: flex-start;
  }
}
