
    :root {
      --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
      --ease-soft: cubic-bezier(0.22, 0.74, 0.18, 1);
      --page-max-width: 1460px;
      --text: #111111;
      --muted: #888888;
      --accent-olive: #5a7714;
      --accent-glow: rgba(140, 185, 72, 0.12);
    }

    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      -webkit-font-smoothing: antialiased;
    }

    html { scroll-behavior: smooth; }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

    body {
      font-family: 'Raleway', sans-serif;
      background: #ffffff;
      color: var(--text);
      min-height: 100vh;
    }

    body[data-shell-page='board'] main#main.shell-subpage {
      overflow-x: hidden;
    }

    :where(a, button, input, select, textarea):focus { outline: none; }
    :where(a, button, input, select, textarea):focus-visible {
      outline: 2px solid #111;
      outline-offset: 3px;
    }

    #ambient-gloss {
      position: fixed;
      top: 0;
      left: 0;
      width: 38vw;
      height: 38vw;
      max-width: min(420px, 88vmin);
      max-height: min(420px, 88vmin);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(30, 35, 42, 0.07) 0%, transparent 72%);
      filter: blur(52px);
      pointer-events: none;
      z-index: 0;
      transform: translate3d(-45%, -45%, 0);
    }

    @media (prefers-reduced-motion: reduce) { #ambient-gloss { display: none; } }

    .site-header {
      position: relative;
      z-index: 10;
      background: #ffffff;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

    .site-header__bar {
      max-width: var(--page-max-width);
      margin: 0 auto;
      padding: 14px 24px 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }

    .site-header__left {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 0;
    }

    .site-header__right {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-shrink: 0;
    }

    .site-header .top-left-menu {
      color: var(--text);
      font-size: clamp(22px, 4vw, 28px);
      line-height: 1;
    }

    .site-header .top-left-menu i { display: block; transform: scaleX(1.08); }

    .site-header .top-logo {
      width: clamp(112px, 20vw, 168px);
      height: auto;
      display: block;
    }

    .site-header .top-right-label {
      font-size: clamp(13px, 2vw, 18px);
      font-weight: 300;
      color: var(--text);
      letter-spacing: 0.2px;
      white-space: nowrap;
    }

    .site-header .top-right-arrow {
      display: flex;
      align-items: center;
      color: var(--text);
      font-size: clamp(20px, 3.2vw, 30px);
      line-height: 1;
    }

    @media (max-width: 640px) {
      .site-header__bar { flex-wrap: wrap; padding: 10px 14px 12px; }
      .site-header .top-right-label { white-space: normal; text-align: right; max-width: 44vw; }
    }

    .page-wrap {
      position: relative;
      z-index: 1;
      max-width: var(--page-max-width);
      margin: 0 auto;
      padding: 24px 24px 20px;
    }

    .page-head { margin: 0 0 8px; }

    .page-head__title {
      font-size: clamp(1.45rem, 3.6vw, 2rem);
      font-weight: 400;
      letter-spacing: -0.03em;
      line-height: 1.15;
      color: var(--text);
      margin: 0 0 10px;
    }

    .page-breadcrumb {
      font-size: 12px;
      font-weight: 300;
      color: var(--muted);
    }

    .page-breadcrumb__list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      list-style: none;
      gap: 0;
    }

    .page-breadcrumb__list li + li::before {
      content: '/';
      margin: 0 8px;
      color: rgba(0, 0, 0, 0.2);
      font-weight: 300;
    }

    .page-breadcrumb__list a {
      color: var(--muted);
      text-decoration: none;
      border-bottom: 1px solid transparent;
      transition: color 0.2s ease, border-color 0.2s ease;
    }

    .page-breadcrumb__list a:hover {
      color: var(--text);
      border-bottom-color: rgba(0, 0, 0, 0.18);
    }

    .page-breadcrumb__list [aria-current='page'] {
      color: var(--text);
      font-weight: 400;
    }

    .c-main {
      padding: clamp(40px, 7vh, 72px) clamp(20px, 3.5vw, 36px) clamp(48px, 8vh, 80px);
      background: #fff;
    }

    .c-main__in {
      max-width: var(--page-max-width);
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: clamp(28px, 4.5vw, 48px);
      align-items: start;
    }

    .c-side__tag {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--muted);
      margin: 0 0 10px;
    }

    .c-side__h {
      font-size: clamp(1.2rem, 2vw, 1.45rem);
      font-weight: 400;
      letter-spacing: -0.02em;
      line-height: 1.2;
      margin: 0 0 12px;
    }

    .c-side__p {
      font-size: 0.9rem;
      line-height: 1.55;
      color: #5a5a5a;
      margin: 0 0 20px;
      max-width: 42ch;
    }

    .c-hours {
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0.06em;
      color: #444;
      margin: 0 0 22px;
    }

    .c-points {
      list-style: none;
      border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .c-points li {
      padding: 14px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.08);
      font-size: 12px;
      line-height: 1.45;
      color: #3a3a3a;
      display: flex;
      gap: 10px;
      align-items: flex-start;
    }

    .c-points li i {
      color: var(--accent-olive);
      font-size: 16px;
      margin-top: 1px;
      flex-shrink: 0;
    }

    .c-form-wrap {
      position: relative;
      isolation: isolate;
    }
    .c-form-wrap::before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        radial-gradient(ellipse 85% 72% at 96% 104%, rgba(102, 169, 20, 0.068), transparent 56%),
        radial-gradient(ellipse 68% 58% at 90% 98%, rgba(200, 230, 130, 0.038), transparent 54%),
        radial-gradient(ellipse 55% 48% at 100% 100%, rgba(76, 128, 14, 0.028), transparent 60%),
        radial-gradient(ellipse 42% 36% at 86% 90%, rgba(200, 218, 255, 0.032), transparent 52%);
    }

    .c-form-panel {
      position: relative;
      z-index: 1;
      padding: clamp(22px, 3vw, 32px) clamp(20px, 2.8vw, 30px);
      background: linear-gradient(180deg, #111111 0%, #080808 100%);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 28px 56px rgba(0, 0, 0, 0.2);
    }
    .c-form-panel.c-reveal {
      isolation: isolate;
      background:
        radial-gradient(ellipse 85% 72% at 96% 104%, rgba(102, 169, 20, 0.072), transparent 56%),
        radial-gradient(ellipse 68% 58% at 90% 98%, rgba(200, 230, 130, 0.042), transparent 54%),
        radial-gradient(ellipse 55% 48% at 100% 100%, rgba(76, 128, 14, 0.032), transparent 60%),
        radial-gradient(ellipse 42% 36% at 86% 90%, rgba(200, 218, 255, 0.036), transparent 52%),
        linear-gradient(180deg, #111111 0%, #080808 100%);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 28px 56px rgba(0, 0, 0, 0.2),
        0 22px 56px -20px rgba(102, 169, 20, 0.14);
    }

    .c-form {
      position: relative;
      z-index: 1;
      display: grid;
      gap: 16px;
    }

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

    @media (max-width: 560px) {
      .c-form__row { grid-template-columns: 1fr; }
    }

    .c-fld {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .c-fld label {
      font-size: 9px;
      font-weight: 400;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fff;
    }

    .c-fld input,
    .c-fld textarea {
      width: 100%;
      font-family: inherit;
      font-size: 13px;
      font-weight: 500;
      color: #fff;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.12);
      padding: 12px 14px;
      transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    }

    .c-fld input::placeholder,
    .c-fld textarea::placeholder {
      color: #fff;
      font-weight: 400;
    }

    .c-fld textarea {
      min-height: 118px;
      resize: vertical;
      line-height: 1.5;
    }

    .c-fld input:hover,
    .c-fld textarea:hover {
      border-color: rgba(255, 255, 255, 0.2);
    }

    .c-fld input:focus,
    .c-fld textarea:focus {
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(255, 255, 255, 0.45);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    }

    .c-fld__control {
      position: relative;
    }

    .c-fld--has-icon .c-fld__control input {
      padding-right: 42px;
    }

    .c-fld__ic {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 18px;
      line-height: 1;
      color: #fff;
      pointer-events: none;
    }

    .c-fld__opt {
      font-weight: 400;
      letter-spacing: 0.04em;
      text-transform: none;
      color: #fff;
      font-size: 0.92em;
    }

    .c-dd {
      position: relative;
      width: 100%;
    }

    .c-dd__btn {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-family: inherit;
      font-size: 13px;
      font-weight: 500;
      text-align: left;
      color: #fff;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.12);
      padding: 12px 14px;
      cursor: pointer;
      transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    }

    .c-dd__btn:hover {
      border-color: rgba(255, 255, 255, 0.2);
    }

    .c-dd__btn:focus {
      outline: none;
    }

    .c-dd__btn:focus-visible {
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(255, 255, 255, 0.45);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    }

    .c-dd.is-open .c-dd__btn {
      background: rgba(255, 255, 255, 0.07);
      border-color: rgba(255, 255, 255, 0.45);
      box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12);
    }

    .c-dd__value {
      flex: 1;
      min-width: 0;
      line-height: 1.35;
    }

    .c-dd__value.is-placeholder {
      color: #fff;
      font-weight: 400;
    }

    .c-dd__caret {
      font-size: 14px;
      color: #fff;
      flex-shrink: 0;
      transition: transform 0.3s var(--ease-soft);
    }

    .c-dd.is-open .c-dd__caret {
      transform: rotate(180deg);
    }

    .c-dd__list {
      position: fixed;
      margin: 0;
      padding: 6px 0;
      list-style: none;
      background: linear-gradient(180deg, #141414 0%, #0c0c0c 100%);
      border: 1px solid rgba(255, 255, 255, 0.14);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
      max-height: min(280px, 46vh);
      overflow-y: auto;
      z-index: 10000;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-6px);
      pointer-events: none;
      transition:
        opacity 0.25s var(--ease-soft),
        transform 0.28s var(--ease-soft),
        visibility 0.25s;
    }

    .c-dd__list.is-open {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
      pointer-events: auto;
    }

    .c-dd__opt {
      margin: 0;
      padding: 11px 14px;
      font-size: 13px;
      font-weight: 500;
      color: #fff;
      cursor: pointer;
      transition: background 0.15s ease, color 0.15s ease;
    }

    .c-dd__opt:hover,
    .c-dd__opt.is-highlight {
      background: rgba(255, 255, 255, 0.07);
      color: #fff;
    }

    .c-dd__opt.is-selected {
      background: rgba(255, 255, 255, 0.05);
      box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.35);
    }

    @media (prefers-reduced-motion: reduce) {
      .c-dd__list {
        transition: none;
      }
      .c-dd__list:not(.is-open) {
        transform: none;
      }
    }

    .c-form__hint {
      font-size: 11px;
      line-height: 1.45;
      color: #fff;
      margin-top: -4px;
    }

    .c-form__foot {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px 16px;
      margin-top: 4px;
    }

    .c-form__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 13px 22px;
      font-family: inherit;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #fff;
      background: #000;
      border: 1px solid rgba(255, 255, 255, 0.12);
      cursor: pointer;
      transition: transform 0.4s var(--ease-soft), box-shadow 0.4s ease, background 0.25s ease;
    }

    .c-form__btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
      background: #0d0d0d;
    }

    .c-form__btn i { font-size: 16px; transition: transform 0.35s var(--ease-soft); }
    .c-form__btn:hover i { transform: translateX(3px); }

    .c-form__status {
      font-size: 12px;
      color: #fff;
      min-height: 1.2em;
    }

    @media (max-width: 1024px) {
      .c-main__in { grid-template-columns: 1fr; }
    }

    .c-end {
      position: relative;
      padding: clamp(44px, 8vh, 72px) 24px;
      background: #0a0a0a;
      color: #fff;
      text-align: center;
      overflow: hidden;
    }

    .c-end::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 55% 45% at 50% 100%, rgba(90, 119, 14, 0.12), transparent 58%);
      pointer-events: none;
    }

    .c-end__in {
      position: relative;
      z-index: 1;
      max-width: 520px;
      margin: 0 auto;
    }

    .c-end__h {
      font-size: clamp(1.35rem, 2.8vw, 1.75rem);
      font-weight: 400;
      letter-spacing: -0.02em;
      margin: 0 0 10px;
    }

    .c-end__p {
      font-size: 0.92rem;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.48);
      margin: 0 0 22px;
    }

    .c-end__btns {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px 14px;
    }

    .c-end__btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 20px;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      text-decoration: none;
      color: #0a0a0a;
      background: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      transition: transform 0.4s var(--ease-soft), box-shadow 0.4s ease;
    }

    .c-end__btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
    }

    .c-end__btn--ghost {
      background: transparent;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.22);
    }

    .c-end__btn--ghost:hover {
      background: rgba(255, 255, 255, 0.06);
    }

    .c-end__btn i { font-size: 15px; }

    .c-main.board-of-mgmt .c-main__in {
      grid-template-columns: 1fr;
      max-width: var(--page-max-width);
    }

    .board-page {
      width: 100%;
    }

    .board-grid {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: clamp(20px, 3vw, 32px);
    }

    @media (max-width: 900px) {
      .board-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-inline: auto;
      }
    }

    .board-card {
      margin: 0;
    }

    .board-card__inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.08);
      overflow: hidden;
      transition:
        transform 0.5s var(--ease-out-expo),
        box-shadow 0.45s var(--ease-soft),
        border-color 0.35s ease;
      will-change: transform;
    }

    .board-card:hover .board-card__inner,
    .board-card:focus-within .board-card__inner {
      transform: translateY(-10px);
      box-shadow: 0 28px 56px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(90, 119, 14, 0.12);
      border-color: rgba(90, 119, 14, 0.22);
    }

    .board-card__media {
      position: relative;
      aspect-ratio: 4 / 5;
      overflow: hidden;
      background: #f0f1f4;
    }

    .board-card__media img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center top;
      display: block;
      transform: scale(1.001);
      transition: transform 0.65s var(--ease-out-expo);
    }

    .board-card:hover .board-card__media img,
    .board-card:focus-within .board-card__media img {
      transform: scale(1.07);
    }

    .board-card__meta {
      padding: clamp(18px, 2.5vw, 24px) clamp(16px, 2vw, 22px) clamp(22px, 3vw, 28px);
    }

    .board-card__name {
      font-size: clamp(1.05rem, 2.1vw, 1.22rem);
      font-weight: 600;
      letter-spacing: -0.02em;
      color: var(--text);
      margin: 0 0 8px;
      line-height: 1.2;
    }

    .board-card__role {
      margin: 0;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--accent-olive);
      line-height: 1.4;
    }

    @media (prefers-reduced-motion: reduce) {
      .board-card__inner,
      .board-card__media img {
        transition: none;
      }
      .board-card:hover .board-card__inner,
      .board-card:focus-within .board-card__inner {
        transform: none;
      }
      .board-card:hover .board-card__media img,
      .board-card:focus-within .board-card__media img {
        transform: none;
      }
    }

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }
  