:root {
      --bg: #f7f8f8;
      --bg-alt: #f3f5f5;
      --text: #071321;
      --muted: #4f5d68;
      --soft: #75818a;
      --line: rgba(7, 19, 33, .12);
      --line-strong: rgba(7, 19, 33, .18);
      --surface: rgba(255, 255, 255, .82);
      --surface-strong: #ffffff;
      --accent: #006d86;
      --accent-bright: #1194ad;
      --accent-soft: rgba(0, 109, 134, .09);
      --shadow: 0 18px 44px rgba(10, 26, 34, .08);
      --header-bg: rgba(255, 255, 255, .92);
      --hero-left:
        linear-gradient(90deg, rgba(247, 248, 248, 1) 0%, rgba(247, 248, 248, .96) 34%, rgba(247, 248, 248, .64) 48%, rgba(247, 248, 248, .12) 67%, rgba(247, 248, 248, 0) 100%);
      --hero-right:
        linear-gradient(270deg, rgba(247, 248, 248, .96) 0%, rgba(247, 248, 248, .76) 15%, rgba(247, 248, 248, 0) 42%);
      --hero-bottom:
        linear-gradient(0deg, rgba(247, 248, 248, 1) 0%, rgba(247, 248, 248, 0) 22%);
      --building: rgba(0, 109, 134, .10);
      --field: rgba(255, 255, 255, .78);
      --radius: 8px;
      --container: 1160px;
    }

    @media (prefers-color-scheme: dark) {
      :root {
        --bg: #050d11;
        --bg-alt: #071217;
        --text: #f7fbfc;
        --muted: #c5ced4;
        --soft: #8898a2;
        --line: rgba(104, 207, 229, .20);
        --line-strong: rgba(104, 207, 229, .32);
        --surface: rgba(8, 20, 26, .76);
        --surface-strong: rgba(8, 18, 24, .96);
        --accent: #64d8f0;
        --accent-bright: #22aac7;
        --accent-soft: rgba(100, 216, 240, .12);
        --shadow: 0 18px 45px rgba(0, 0, 0, .32);
        --header-bg: rgba(5, 13, 17, .88);
        --hero-left:
          linear-gradient(90deg, rgba(5, 13, 17, 1) 0%, rgba(5, 13, 17, .98) 31%, rgba(5, 13, 17, .75) 45%, rgba(5, 13, 17, .20) 64%, rgba(5, 13, 17, .02) 100%);
        --hero-right:
          linear-gradient(270deg, rgba(5, 13, 17, .96) 0%, rgba(5, 13, 17, .72) 15%, rgba(5, 13, 17, 0) 43%);
        --hero-bottom:
          linear-gradient(0deg, rgba(5, 13, 17, 1) 0%, rgba(5, 13, 17, 0) 24%);
        --building: rgba(104, 207, 229, .12);
        --field: rgba(8, 19, 25, .86);
      }
    }

    * { box-sizing: border-box; }
    html {
      scroll-behavior: smooth;
      color-scheme: light dark;
      scroll-padding-top: 92px;
    }
    body {
      margin: 0;
      background: var(--bg);
      color: var(--text);
      font-family: "Segoe UI", Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
      font-size: 16px;
      line-height: 1.45;
      -webkit-font-smoothing: antialiased;
      text-rendering: geometricPrecision;
    }

    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input, textarea { font: inherit; }
    svg { display: block; }

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

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 30;
      background: var(--header-bg);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 8px 30px rgba(5, 13, 17, .08);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .nav {
      height: 76px;
      display: grid;
      grid-template-columns: 150px 1fr 148px;
      align-items: center;
      gap: 26px;
    }

    .brand {
      width: 112px;
      height: 76px;
      display: flex;
      align-items: center;
      overflow: visible;
    }

    .brand img {
      width: 108px;
      height: auto;
      max-height: 66px;
      object-fit: contain;
      object-position: left center;
      mix-blend-mode: normal;
    }

    .nav-links {
      display: flex;
      justify-content: center;
      gap: 35px;
      color: var(--text);
      font-size: 13px;
      white-space: nowrap;
    }

    .nav-links a {
      position: relative;
      padding: 5px 0 9px;
    }

    .nav-links a:first-child::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      width: 44px;
      height: 2px;
      background: var(--accent);
      transform: translateX(-50%);
    }

    .mobile-menu { display: none; }

    .button {
      min-height: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 11px;
      padding: 0 22px;
      border: 1px solid var(--accent);
      border-radius: 7px;
      background: transparent;
      color: var(--accent);
      font-weight: 700;
      cursor: pointer;
    }

    .button.primary {
      color: #fff;
      border-color: rgba(28, 175, 204, .65);
      background: linear-gradient(135deg, #0a7791 0%, #08738b 50%, #0b93ac 100%);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 10px 25px rgba(0, 109, 134, .20);
    }

    .button.header-button {
      justify-self: end;
      min-width: 144px;
      min-height: 48px;
    }

    .icon {
      width: 26px;
      height: 26px;
      color: var(--accent);
      stroke-width: 2.2;
      fill: none;
      stroke: currentColor;
      stroke-linecap: round;
      stroke-linejoin: round;
      flex: 0 0 auto;
    }

    .hero {
      min-height: 640px;
      position: relative;
      overflow: hidden;
    }

    .hero::before,
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 4;
    }

    .hero::before { background: var(--hero-left), var(--hero-right), var(--hero-bottom); }
    .hero::after {
      background:
        radial-gradient(circle at 62% 14%, rgba(255,255,255,.25), transparent 24%),
        radial-gradient(circle at 11% 31%, rgba(12, 121, 145, .07), transparent 27%);
      opacity: .9;
      z-index: 2;
    }

    .city {
      position: absolute;
      right: -32px;
      bottom: 16px;
      width: 560px;
      height: auto;
      opacity: .72;
      z-index: 1;
      filter: saturate(.95) contrast(.95);
    }

    @media (prefers-color-scheme: light) {
      .city { opacity: .22; filter: grayscale(.35) saturate(.65) contrast(.8); }
    }

    .hero-photo {
      position: absolute;
      z-index: 3;
      right: 17%;
      right: 22%;
      bottom: -46px;
      height: 610px;
      width: auto;
      object-fit: contain;
      object-position: center bottom;
      filter: contrast(1.02) saturate(.96) drop-shadow(0 18px 44px rgba(5, 13, 17, .24));
    }

    .hero-inner {
      position: relative;
      z-index: 5;
      min-height: 640px;
      padding-top: 138px;
      display: grid;
      grid-template-columns: 520px 1fr;
      gap: 28px;
      align-items: start;
    }

    .eyebrow {
      margin: 0 0 14px;
      color: var(--soft);
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .13em;
      font-weight: 600;
    }

    h1, h2 {
      margin: 0;
      font-family: Cambria, Georgia, "Times New Roman", serif;
      line-height: .96;
      letter-spacing: 0;
      font-weight: 700;
    }

    h1 {
      max-width: 470px;
      font-size: 56px;
    }

    h2 {
      display: flex;
      align-items: center;
      gap: 22px;
      font-size: 40px;
      margin-bottom: 14px;
    }

    h2::after {
      content: "";
      display: none;
    }

    .hero-role {
      margin: 18px 0 0;
      font-family: Cambria, Georgia, "Times New Roman", serif;
      font-weight: 700;
      font-size: 25px;
      line-height: 1.05;
      white-space: nowrap;
    }

    .hero-copy {
      max-width: 450px;
      margin: 20px 0 0;
      color: var(--muted);
      font-size: 16px;
    }

    .hero-actions {
      display: flex;
      gap: 18px;
      margin-top: 28px;
    }

    .hero-note {
      margin: 18px 0 0;
      color: var(--soft);
      font-size: 14px;
    }

    .cards-wrap {
      position: relative;
      z-index: 10;
      margin-top: -22px;
    }

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

    .card,
    .panel {
      background: var(--surface);
      border: 1px solid var(--line);
      border-radius: var(--radius);
      box-shadow: var(--shadow);
    }

    @media (prefers-color-scheme: light) {
      .card,
      .panel { box-shadow: 0 18px 40px rgba(14, 24, 30, .07); }
    }

    .card {
      min-height: 214px;
      padding: 26px 24px 22px;
    }

    .card .icon {
      width: 36px;
      height: 36px;
      margin-bottom: 16px;
    }

    .card h3 {
      margin: 0 0 9px;
      color: var(--text);
      font-size: 16px;
      line-height: 1.16;
    }

    .card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.42;
    }

    .section { padding: 34px 0 0; }

    .about-grid {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 42px;
      align-items: stretch;
    }

    .copy {
      max-width: 540px;
      color: var(--text);
      font-size: 16px;
    }

    .copy p { margin: 0 0 18px; }

    .facts {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 21px;
      margin-top: 24px;
      max-width: 500px;
    }

    .fact {
      min-height: 38px;
      display: grid;
      grid-template-columns: 36px 1fr;
      gap: 10px;
      align-items: center;
      border-left: 2px solid var(--accent);
      padding-left: 12px;
      font-size: 13px;
      line-height: 1.12;
    }

    .fact strong {
      display: block;
      font-size: 14px;
    }

    .fact .icon {
      width: 30px;
      height: 30px;
    }

    .panel {
      padding: 34px 38px;
      overflow: hidden;
    }

    .public-panel {
      position: relative;
      min-height: 264px;
      align-self: end;
    }

    .mobile-public-title { display: none; }

    .public-panel::after {
      content: none;
    }

    .public-map {
      position: absolute;
      right: 24px;
      bottom: 22px;
      width: 210px;
      height: auto;
      opacity: .12;
      filter: sepia(1) saturate(2.2) hue-rotate(145deg) brightness(.65);
    }

    @media (prefers-color-scheme: dark) {
      .public-map {
        opacity: .13;
        filter: invert(1) sepia(1) saturate(2) hue-rotate(140deg) brightness(1.3);
      }
    }

    .public-panel .eyebrow { margin-bottom: 28px; }

    .public-role {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 16px;
    }

    .public-role .icon {
      width: 44px;
      height: 44px;
      margin-top: 2px;
    }

    .public-role h3 {
      max-width: 360px;
      margin: 0 0 20px;
      font-size: 20px;
      line-height: 1.18;
    }

    .public-role p {
      max-width: 430px;
      margin: 0 0 20px;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.45;
    }

    .more {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: var(--accent);
      font-weight: 700;
      font-size: 15px;
    }

    .contact-section {
      margin-top: 34px;
      padding: 44px 0 42px;
      background: var(--bg-alt);
    }

    .contact-layout {
      display: grid;
      grid-template-columns: 340px 1fr;
      gap: 34px;
      align-items: start;
    }

    .contact-heading {
      position: sticky;
      top: 112px;
    }

    .contact-heading .copy {
      color: var(--muted);
    }

    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1px 1fr;
      gap: 54px;
      align-items: start;
    }

    .divider {
      width: 1px;
      min-height: 310px;
      background: var(--line-strong);
      margin-top: 54px;
    }

    .contact-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 0;
    }

    .contact-item {
      display: grid;
      grid-template-columns: 32px 1fr;
      gap: 14px;
      align-items: center;
      min-height: 88px;
      padding: 17px 18px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background: var(--surface);
      box-shadow: 0 12px 30px rgba(10, 26, 34, .06);
      font-size: 16px;
      line-height: 1.25;
      transition: transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
    }

    a.contact-item:hover {
      color: var(--accent);
      border-color: var(--line-strong);
      transform: translateY(-2px);
    }

    .contact-item .icon {
      width: 27px;
      height: 27px;
      margin-top: 0;
    }

    .contact-item strong {
      display: block;
      color: var(--text);
      font-size: 16px;
      line-height: 1.24;
    }

    .contact-item small {
      display: block;
      margin-top: 5px;
      color: var(--muted);
      font-size: 12px;
    }

    footer {
      padding: 24px 0 21px;
      background: var(--bg);
      color: var(--text);
      font-size: 12px;
    }

    .footer-row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 34px;
      align-items: center;
    }

    .footer-brand {
      display: grid;
      grid-template-columns: 78px 1fr;
      gap: 18px;
      align-items: center;
    }

    .footer-brand img {
      width: 92px;
      height: 64px;
      object-fit: contain;
      object-position: left center;
      mix-blend-mode: normal;
    }

    .footer-brand strong {
      display: block;
      margin-bottom: 5px;
      font-size: 13px;
    }

    .footer-brand span,
    .footer-copy {
      color: var(--muted);
    }

    .footer-links {
      display: none;
    }

    .footer-social {
      display: flex;
      justify-content: flex-end;
      gap: 20px;
      margin-bottom: 10px;
      color: var(--accent);
    }

    .footer-social .icon {
      width: 22px;
      height: 22px;
    }

    .footer-copy {
      text-align: right;
      line-height: 1.35;
    }

    @media (max-width: 980px) {
      .container { width: min(var(--container), calc(100% - 48px)); }
      .nav {
        grid-template-columns: 130px 1fr auto;
        gap: 16px;
      }
      .nav-links { display: none; }
      .mobile-menu {
        position: relative;
        display: block;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
      }
      .mobile-menu summary {
        width: 44px;
        height: 44px;
        display: grid;
        place-content: center;
        gap: 5px;
        border: 1px solid var(--line-strong);
        border-radius: 7px;
        color: var(--text);
        cursor: pointer;
        list-style: none;
      }
      .mobile-menu summary::-webkit-details-marker { display: none; }
      .mobile-menu summary span {
        width: 20px;
        height: 2px;
        display: block;
        background: currentColor;
        transition: transform .18s ease, opacity .18s ease;
      }
      .mobile-menu[open] summary span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
      .mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
      .mobile-menu[open] summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
      .mobile-menu nav {
        position: fixed;
        top: 76px;
        left: 0;
        right: 0;
        display: grid;
        padding: 12px 24px 18px;
        background: var(--surface-strong);
        border-bottom: 1px solid var(--line);
        box-shadow: 0 18px 35px rgba(5, 13, 17, .16);
      }
      .mobile-menu nav a {
        min-height: 43px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid var(--line);
        font-size: 14px;
      }
      .mobile-menu nav a:last-child { border-bottom: 0; }
      .header-button { grid-column: 3; }
      .hero-inner {
        grid-template-columns: minmax(0, 1fr);
        padding-top: 126px;
      }
      .hero-photo {
        right: -70px;
        opacity: .48;
      }
      .cards { grid-template-columns: repeat(2, 1fr); }
      .about-grid,
      .contact-grid,
      .contact-layout,
      .footer-row { grid-template-columns: 1fr; }
      .about-grid { gap: 32px; }
      .divider { display: none; }
      .contact-heading { position: static; }
      .contact-heading .copy { max-width: 600px; }
      .footer-social,
      .footer-copy { justify-content: flex-start; text-align: left; }
    }

    @media (max-width: 640px) {
      html { scroll-padding-top: 76px; }
      body { font-size: 15px; }
      .container { width: calc(100% - 32px); }
      .site-header { backdrop-filter: blur(20px); }
      .nav {
        height: 68px;
        grid-template-columns: 112px 1fr;
        gap: 12px;
      }
      .brand { width: 100px; height: 68px; }
      .brand img { width: 96px; max-height: 58px; }
      .button.header-button { display: none; }
      .mobile-menu { grid-column: 2; }
      .mobile-menu summary { width: 42px; height: 42px; }
      .mobile-menu nav {
        top: 68px;
        padding: 10px 16px 16px;
      }
      .mobile-menu nav a { min-height: 42px; }

      .hero { min-height: 700px; }
      .hero::before {
        background:
          linear-gradient(180deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 96%, transparent) 55%, color-mix(in srgb, var(--bg) 42%, transparent) 76%, var(--bg) 100%),
          linear-gradient(90deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 88%, transparent) 54%, transparent 100%);
      }
      .hero::after {
        background: radial-gradient(circle at 50% 14%, rgba(12, 121, 145, .08), transparent 35%);
      }
      .hero-inner {
        min-height: 700px;
        padding-top: 101px;
      }
      .hero-content { width: 100%; }
      .eyebrow {
        margin-bottom: 11px;
        font-size: 10px;
        line-height: 1.35;
        letter-spacing: .12em;
      }
      h1 {
        max-width: 330px;
        font-size: 45px;
        line-height: .94;
      }
      h2 {
        font-size: 34px;
        line-height: 1;
        margin-bottom: 13px;
      }
      .hero-role {
        margin-top: 15px;
        font-size: 20px;
        line-height: 1.08;
        white-space: normal;
      }
      .hero-copy {
        max-width: 350px;
        margin-top: 16px;
        font-size: 14px;
        line-height: 1.42;
      }
      .hero-actions {
        width: 100%;
        max-width: 340px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 20px;
      }
      .hero-actions .button {
        min-width: 0;
        min-height: 46px;
        padding: 0 13px;
        gap: 8px;
        font-size: 13px;
        text-align: center;
      }
      .hero-actions .icon { width: 21px; height: 21px; }
      .hero-note {
        max-width: 340px;
        margin-top: 13px;
        font-size: 12px;
        line-height: 1.35;
      }
      .hero-photo {
        height: 480px;
        right: -102px;
        bottom: -20px;
        opacity: .58;
      }
      .city {
        width: 520px;
        max-width: none;
        right: -170px;
        bottom: 5px;
        opacity: .58;
      }
      .cards-wrap { margin-top: 0; }
      .cards { grid-template-columns: 1fr; gap: 12px; }
      .card {
        min-height: 0;
        padding: 19px 18px 18px;
      }
      .card .icon {
        width: 31px;
        height: 31px;
        margin-bottom: 12px;
      }
      .card h3 { font-size: 15px; line-height: 1.22; }
      .card p { font-size: 13px; }

      .section { padding-top: 43px; }
      .about-grid { gap: 28px; }
      .copy { font-size: 14px; line-height: 1.48; }
      .copy p { margin-bottom: 14px; }
      .facts {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 21px;
      }
      .fact {
        min-height: 45px;
        grid-template-columns: 32px 1fr;
        padding-left: 11px;
      }
      .fact .icon { width: 26px; height: 26px; }

      .panel { padding: 23px 20px; }
      .public-panel { min-height: 0; }
      .public-panel .eyebrow { margin-bottom: 20px; }
      .public-map {
        right: -20px;
        bottom: 0;
        width: 190px;
      }
      .public-role {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 12px;
      }
      .public-role .icon { width: 34px; height: 34px; }
      .public-role h3 {
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 1.22;
      }
      .public-role p {
        margin-bottom: 16px;
        font-size: 13px;
      }

      .contact-section {
        margin-top: 43px;
        padding: 36px 0;
      }
      .contact-layout { gap: 23px; }
      .contact-list { grid-template-columns: 1fr; gap: 10px; }
      .contact-item {
        grid-template-columns: 28px minmax(0, 1fr);
        gap: 12px;
        min-height: 74px;
        padding: 14px 15px;
        font-size: 15px;
      }
      .contact-item .icon { width: 24px; height: 24px; }
      .contact-item strong {
        font-size: 14px;
        overflow-wrap: anywhere;
      }
      .contact-item small { margin-top: 3px; font-size: 11px; }

      footer { padding: 24px 0 26px; }
      .footer-row { gap: 20px; }
      .footer-brand {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 13px;
      }
      .footer-brand img { width: 68px; height: 50px; }
      .footer-brand strong { font-size: 12px; }
      .footer-brand span { font-size: 11px; }
      .footer-social { gap: 18px; margin-bottom: 9px; }
      .footer-copy { font-size: 11px; }
    }

    @media (max-width: 390px) {
      h1 { font-size: 41px; }
      .hero-role { font-size: 18px; }
      .hero-actions { grid-template-columns: 1fr; max-width: 250px; }
      .hero { min-height: 730px; }
      .hero-inner { min-height: 730px; }
      .hero-photo { right: -115px; }
    }

    @media (max-width: 640px) {
      .container { width: calc(100% - 32px); }

      .nav { height: 86px; }
      .brand { width: 92px; height: 86px; }
      .brand img { width: 88px; max-height: 70px; }
      .mobile-menu summary {
        width: 38px;
        height: 44px;
        gap: 6px;
        border: 0;
        color: var(--accent);
      }
      .mobile-menu summary span { width: 27px; height: 2px; }
      .mobile-menu[open] summary span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
      .mobile-menu[open] summary span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
      .mobile-menu nav { top: 86px; }

      .hero,
      .hero-inner { min-height: 760px; }
      .hero-inner { padding-top: 125px; }
      .hero::before {
        background:
          linear-gradient(0deg, var(--bg) 0%, transparent 24%),
          linear-gradient(90deg, var(--bg) 0%, color-mix(in srgb, var(--bg) 96%, transparent) 46%, color-mix(in srgb, var(--bg) 34%, transparent) 72%, transparent 100%);
      }
      .hero-content { width: 100%; }
      .hero-content .eyebrow { max-width: 235px; }
      h1 {
        max-width: 245px;
        font-size: 45px;
        line-height: .94;
      }
      .hero-role {
        max-width: 215px;
        font-size: 20px;
        line-height: 1.08;
      }
      .hero-copy {
        max-width: 195px;
        font-size: 14px;
        line-height: 1.42;
      }
      .hero-photo {
        height: 445px;
        right: -83px;
        bottom: 116px;
        opacity: .94;
      }
      .city {
        width: 500px;
        right: -182px;
        bottom: 116px;
        opacity: .34;
      }
      .hero-actions {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 18px;
        width: 100%;
        max-width: none;
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin: 0;
      }
      .hero-actions .button {
        width: 100%;
        min-height: 50px;
        font-size: 14px;
      }
      .hero-note { display: none; }

      .cards-wrap { padding-top: 18px; }
      .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
      }
      .card {
        min-height: 220px;
        padding: 18px 14px 15px;
      }
      .card .icon {
        width: 34px;
        height: 34px;
        margin-bottom: 15px;
      }
      .card h3 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.2;
      }
      .card p {
        font-size: 12px;
        line-height: 1.38;
      }

      .section { padding-top: 44px; }
      .about-grid { gap: 31px; }
      .copy { font-size: 14px; line-height: 1.46; }
      .facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        max-width: none;
        margin-top: 24px;
      }
      .fact {
        min-height: 51px;
        display: block;
        padding: 3px 8px 3px 11px;
        font-size: 11px;
        line-height: 1.24;
      }
      .fact .icon { display: none; }
      .fact strong { margin-bottom: 3px; font-size: 12px; }

      .mobile-public-title {
        display: block;
        margin: 5px 0 -11px;
        font-size: 32px;
        line-height: 1.02;
      }
      .public-panel { padding: 27px 22px 25px; }
      .public-panel .eyebrow { display: none; }
      .public-role {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 13px;
      }
      .public-role .icon { width: 38px; height: 38px; }
      .public-role h3 { font-size: 16px; }
      .public-role p { font-size: 13px; }

      .contact-section {
        margin-top: 43px;
        padding: 39px 0 35px;
        background: var(--bg);
        border-top: 1px solid var(--line);
      }
      .contact-layout { gap: 18px; }
      .contact-list { gap: 2px; }
      .contact-item {
        min-height: 61px;
        padding: 8px 2px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
      }
      a.contact-item:hover {
        border-color: transparent;
        background: var(--accent-soft);
        transform: none;
      }
      .contact-item .icon { width: 27px; height: 27px; }
      .contact-item strong { font-size: 14px; font-weight: 500; }
      .contact-item small { font-size: 11px; }

      footer { border-top: 1px solid var(--line); }
    }

    @media (max-width: 390px) {
      h1 { font-size: 42px; }
      .hero-role { font-size: 18px; }
      .hero-copy { max-width: 182px; font-size: 13px; }
      .hero-photo { right: -98px; }
      .card { min-height: 232px; padding-inline: 12px; }
      .card h3 { font-size: 13px; }
      .card p { font-size: 11.5px; }
      .mobile-public-title { font-size: 30px; }
    }

    @media (prefers-color-scheme: light) and (max-width: 640px) {
      .hero-photo { opacity: .91; }
      .city { opacity: .19; }
    }
