    :root {
      --ink: #070707;
      --paper: #f7f5f0;
      --white: #fff;
      --muted: #66615b;
      --line: #d9d5ce;
      --red: #e22b1a;
      --gold: #b78a35;
      --sage: #3d6f58;
      --container: 100vw;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      overflow-x: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: "Manrope", Arial, sans-serif;
      line-height: 1.35;
    }
    img { display: block; width: 100%; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }

    .topbar {
      min-height: 28px;
      display: grid;
      place-items: center;
      background: var(--ink);
      color: var(--white);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .header {
      position: sticky;
      top: 0;
      z-index: 50;
      border-bottom: 1px solid var(--line);
      background: rgba(255, 255, 255, 0.94);
      backdrop-filter: blur(14px);
    }
    .header-inner {
      width: min(1320px, calc(100vw - 72px));
      min-height: 62px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 20px;
    }
    .nav {
      display: flex;
      align-items: center;
      gap: 18px;
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .nav.right { justify-content: flex-end; }
    .nav a { white-space: nowrap; transition: color 0.2s ease; }
    .nav a:hover,
    .nav a[aria-current="page"] { color: var(--red); }
    .brand {
      display: grid;
      justify-items: center;
      line-height: 1;
      font-weight: 900;
      text-transform: uppercase;
    }
    .brand strong { font-size: 20px; font-weight: 900; }
    .brand span { margin-top: 5px; color: var(--gold); font-size: 10px; font-weight: 800; }
    .icon-btn {
      width: 42px;
      height: 42px;
      display: inline-grid;
      place-items: center;
      border: 1px solid transparent;
      background: transparent;
      color: var(--ink);
      cursor: pointer;
      transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    }
    .icon-btn svg {
      width: 22px;
      height: 22px;
      stroke: currentColor;
      stroke-width: 2.2;
    }
    .icon-btn:hover {
      border-color: var(--ink);
      background: var(--red);
      color: var(--white);
      transform: translate(-2px, -2px);
      box-shadow: 4px 4px 0 var(--ink);
    }

    h1, h2, h3, p { margin: 0; }
    h1, h2, h3 {
      line-height: 0.94;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    h1 { max-width: 1040px; font-size: clamp(42px, 6.5vw, 104px); }
    h2 { font-size: clamp(32px, 4.2vw, 64px); }
    h3 { font-size: clamp(22px, 2.1vw, 32px); }
    .ngo-hero h1 {
      max-width: 1120px;
      font-size: clamp(42px, 5.2vw, 78px);
    }
    .eyebrow {
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .lead {
      max-width: 720px;
      color: var(--muted);
      font-size: clamp(16px, 1.15vw, 20px);
      font-weight: 800;
    }

    .btn {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 1px solid var(--ink);
      padding: 0 18px;
      background: var(--ink);
      color: var(--white);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.24s ease, border-color 0.2s ease;
    }
    .btn:hover {
      transform: translate(-3px, -3px);
      background: var(--ink);
      border-color: var(--ink);
      color: var(--white);
      box-shadow: inset 0 -54px 0 var(--red), 6px 6px 0 var(--ink);
    }
    .btn.light {
      border-color: var(--white);
      background: var(--white);
      color: var(--ink);
    }
    .btn.light:hover {
      border-color: var(--white);
      background: var(--white);
      color: var(--ink);
      box-shadow: 6px 6px 0 var(--red);
    }
    .btn.secondary {
      background: var(--white);
      color: var(--ink);
    }
    .btn.secondary:hover {
      color: var(--white);
      box-shadow: inset 0 -54px 0 var(--red), 6px 6px 0 var(--ink);
    }

    .ngo-main { background: var(--paper); }
    .breadcrumbs {
      width: var(--container);
      min-height: 58px;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 0 max(28px, 4vw);
      border-bottom: 1px solid var(--ink);
      background: var(--white);
      color: var(--muted);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .breadcrumbs a:hover { color: var(--red); }

    .ngo-hero {
      position: relative;
      width: var(--container);
      min-height: clamp(500px, 62svh, 640px);
      display: grid;
      align-items: end;
      overflow: hidden;
      border-bottom: 1px solid var(--ink);
      background: var(--ink);
      color: var(--white);
    }
    .ngo-hero img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(0.92) contrast(1.04);
    }
    .ngo-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.58) 44%, rgba(226, 43, 26, 0.1) 100%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 50%);
    }
    .hero-content {
      position: relative;
      z-index: 1;
      align-self: end;
      display: grid;
      gap: 22px;
      padding: clamp(42px, 5vw, 76px) max(24px, 4vw);
    }
    .hero-content .lead {
      color: #efe8de;
      max-width: 760px;
    }
    .hero-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
    }
    .film-pill {
      min-height: 38px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 1px solid rgba(255, 255, 255, 0.72);
      padding: 0 13px;
      color: var(--white);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .film-pill i {
      width: 17px;
      height: 17px;
    }
    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 170px));
      gap: 1px;
      width: min(560px, 100%);
      margin-top: 8px;
      border: 1px solid rgba(255, 255, 255, 0.62);
      background: rgba(255, 255, 255, 0.62);
    }
    .hero-metrics span {
      min-height: 76px;
      display: grid;
      align-content: center;
      gap: 4px;
      padding: 12px;
      background: rgba(7, 7, 7, 0.68);
      color: var(--white);
      backdrop-filter: blur(10px);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .hero-metrics b {
      color: var(--red);
      font-size: 28px;
      line-height: 0.9;
    }

    .mission {
      width: var(--container);
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .mission-title,
    .mission-copy {
      display: grid;
      align-content: center;
      gap: 20px;
      min-height: 430px;
      padding: max(32px, 4vw);
    }
    .mission-title {
      align-content: end;
      background:
        linear-gradient(rgba(7, 7, 7, 0.82), rgba(7, 7, 7, 0.82)),
        url("/wp-content/uploads/2026/06/luneva-campaign-hero.jpg") center / cover;
      color: var(--white);
    }
    .mission-title .lead { color: #d8d3cb; }
    .mission-copy {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      align-content: stretch;
      background: var(--paper);
      padding: 0;
    }
    .mission-media {
      position: relative;
      grid-column: 1 / -1;
      height: clamp(260px, 30vw, 360px);
      overflow: hidden;
      background: var(--ink);
    }
    .mission-media img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: saturate(1.03) contrast(1.04);
      transition: transform 0.45s ease;
    }
    .mission-media:hover img { transform: scale(1.04); }
    .mission-media figcaption {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      border: 1px solid var(--ink);
      padding: 14px 16px;
      background: var(--white);
      box-shadow: 6px 6px 0 var(--red);
      color: var(--ink);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .mission-card {
      display: grid;
      align-content: space-between;
      gap: 24px;
      padding: max(30px, 4vw);
      background: var(--white);
      transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
    }
    .mission-card:hover {
      background: var(--ink);
      color: var(--white);
      transform: translateY(-4px);
    }
    .mission-card:hover span {
      border-color: var(--red);
      background: var(--red);
      color: var(--white);
    }
    .mission-card:hover p {
      color: #d8d3cb;
    }
    .mission-card span {
      width: max-content;
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      border: 1px solid var(--ink);
      padding: 0 10px;
      color: var(--ink);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .mission-card p {
      color: var(--muted);
      font-size: 15px;
      font-weight: 800;
    }

    .values {
      width: var(--container);
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .values-head,
    .value-card {
      min-height: 260px;
      display: grid;
      align-content: space-between;
      gap: 20px;
      padding: max(24px, 3vw);
    }
    .values-head {
      background: var(--paper);
      grid-column: 1 / -1;
      min-height: 220px;
    }
    .value-card {
      background: var(--white);
      position: relative;
      overflow: hidden;
      transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    }
    .value-card::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 8px;
      background: var(--red);
      transform: scaleY(0.34);
      transform-origin: bottom;
      transition: transform 0.22s ease;
    }
    .value-card:nth-of-type(2)::before { background: var(--gold); }
    .value-card:nth-of-type(3)::before { background: var(--sage); }
    .value-card:nth-of-type(4)::before { background: var(--ink); }
    .value-card:nth-of-type(5)::before { background: var(--red); }
    .value-card:hover {
      background: var(--ink);
      color: var(--white);
      transform: translateY(-4px);
      box-shadow: 0 8px 0 var(--red);
    }
    .value-card:hover::before { transform: scaleY(1); }
    .value-card:hover p { color: #d8d3cb; }
    .value-card:hover i {
      border-color: var(--white);
      color: var(--red);
    }
    .value-card i {
      width: 48px;
      height: 48px;
      padding: 12px;
      border: 1px solid var(--ink);
    }
    .value-card strong {
      display: block;
      font-size: 17px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .value-card p {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }

    .education-bridge {
      width: var(--container);
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, 0.46fr);
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .education-copy {
      display: grid;
      gap: 22px;
      align-content: center;
      min-height: 520px;
      padding: max(32px, 4vw);
      background: var(--white);
    }
    .education-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1px;
      background: var(--ink);
      border: 1px solid var(--ink);
    }
    .education-grid article {
      display: grid;
      align-content: space-between;
      gap: 18px;
      min-height: 190px;
      padding: 22px;
      background: var(--paper);
      border-top: 5px solid var(--red);
      transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
    }
    .education-grid article:nth-child(2) { border-top-color: var(--gold); }
    .education-grid article:nth-child(3) { border-top-color: var(--sage); }
    .education-grid article:hover {
      background: var(--ink);
      color: var(--white);
      transform: translateY(-4px);
    }
    .education-grid article:hover p {
      color: #d8d3cb;
    }
    .education-grid strong {
      display: block;
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .education-grid p {
      color: var(--muted);
      font-size: 13px;
      font-weight: 800;
    }
    .education-visual {
      position: relative;
      min-height: 520px;
      background: var(--ink);
      overflow: hidden;
    }
    .education-visual img {
      height: 100%;
      object-fit: cover;
    }
    .education-visual .floating-card {
      position: absolute;
      top: 24px;
      right: 24px;
      width: min(260px, calc(100% - 48px));
      border: 1px solid var(--ink);
      background: var(--white);
      color: var(--ink);
      box-shadow: 6px 6px 0 var(--red);
      overflow: hidden;
    }
    .education-visual .floating-card img {
      aspect-ratio: 3 / 2;
      height: auto;
      object-fit: cover;
      border-bottom: 1px solid var(--ink);
    }
    .education-visual .floating-card span {
      display: block;
      padding: 12px;
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .visual-caption {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 24px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      border: 1px solid rgba(255, 255, 255, 0.58);
      padding: 14px;
      color: var(--white);
      background: rgba(0, 0, 0, 0.56);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .team {
      width: var(--container);
      display: grid;
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .team-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 28px;
      padding: max(32px, 4vw);
      background: linear-gradient(90deg, var(--paper) 0%, #fff 58%, #f0e5d1 100%);
    }
    .team-head .lead { max-width: 520px; }
    .team-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      background: var(--ink);
    }
    .member {
      display: grid;
      background: var(--white);
      overflow: hidden;
      transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
    }
    .member img {
      aspect-ratio: 4 / 4.6;
      object-fit: cover;
      border-bottom: 1px solid var(--ink);
      transition: transform 0.35s ease, filter 0.22s ease;
    }
    .member:hover {
      background: var(--ink);
      color: var(--white);
      transform: translateY(-4px);
    }
    .member:hover img {
      transform: scale(1.05);
      filter: saturate(1.08) contrast(1.05);
    }
    .member:hover span,
    .member:hover p {
      color: #d8d3cb;
    }
    .member div {
      display: grid;
      gap: 8px;
      padding: 22px;
    }
    .member strong {
      font-size: 16px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .member span,
    .member p {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }
    .member span { text-transform: uppercase; }

    .join {
      width: var(--container);
      display: grid;
      grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .join-copy,
    .join-form {
      display: grid;
      align-content: center;
      gap: 20px;
      min-height: 520px;
      padding: max(32px, 4vw);
    }
    .join-copy {
      background:
        linear-gradient(rgba(7, 7, 7, 0.76), rgba(7, 7, 7, 0.76)),
        url("/wp-content/uploads/2026/06/web-salon-apply-scaled.jpg") center / cover;
      color: var(--white);
    }
    .join-copy .lead { color: #d8d3cb; }
    .join-form {
      background: var(--paper);
    }
    .field-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px;
    }
    .field {
      min-width: 0;
      display: grid;
      gap: 7px;
    }
    .field.full { grid-column: 1 / -1; }
    label,
    .field span {
      color: var(--muted);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
    }
    input,
    select,
    textarea {
      width: 100%;
      min-height: 48px;
      border: 1px solid var(--ink);
      border-radius: 0;
      padding: 0 14px;
      background: var(--white);
      color: var(--ink);
      font-weight: 800;
      outline: none;
    }
    textarea {
      min-height: 128px;
      padding-top: 13px;
      resize: vertical;
    }
    input:focus,
    select:focus,
    textarea:focus {
      border-color: var(--red);
      box-shadow: 4px 4px 0 var(--ink);
    }

    .products-bridge {
      width: var(--container);
      display: grid;
      gap: 1px;
      background: var(--ink);
      border-bottom: 1px solid var(--ink);
    }
    .products-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 28px;
      padding: max(32px, 4vw);
      background: var(--ink);
      color: var(--white);
    }
    .products-head .lead { color: #d8d3cb; }
    .products-head .lead { max-width: 560px; }
    .product-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1px;
      background: var(--ink);
    }
    .product-card {
      display: grid;
      align-content: start;
      background: var(--paper);
      overflow: hidden;
      transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
    }
    .product-card img {
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-bottom: 1px solid var(--ink);
      background: var(--white);
      transition: transform 0.35s ease, filter 0.22s ease;
    }
    .product-card:hover {
      background: var(--white);
      transform: translateY(-4px);
      box-shadow: 0 8px 0 var(--red);
    }
    .product-card:hover img {
      transform: scale(1.05);
      filter: saturate(1.08) contrast(1.05);
    }
    .product-card div {
      display: grid;
      gap: 9px;
      padding: 20px;
    }
    .product-card strong {
      font-size: 15px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .product-card span {
      color: var(--muted);
      font-size: 12px;
      font-weight: 800;
    }
    .product-card a {
      margin-top: 6px;
      color: var(--red);
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
    }

    .footer {
      background: var(--ink);
      color: var(--white);
      padding: 48px max(32px, 4vw) 26px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.2fr repeat(4, 1fr);
      gap: 28px;
    }
    .footer h4 {
      margin: 0 0 12px;
      color: var(--white);
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .footer a {
      display: block;
      margin: 8px 0;
      color: #cfc9c0;
      font-size: 13px;
      font-weight: 800;
    }
    .footer a:hover { color: var(--white); }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      padding-top: 22px;
      color: #b8b2aa;
      font-size: 12px;
      font-weight: 800;
    }

    @media (max-width: 1180px) {
      .mission,
      .education-bridge,
      .join { grid-template-columns: 1fr; }
      .team-grid,
      .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .values-head { grid-column: 1 / -1; }
      .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }

    @media (max-width: 760px) {
      .topbar { padding: 0 12px; text-align: center; }
      .header-inner {
        width: calc(100vw - 24px);
        grid-template-columns: 1fr auto;
      }
      .nav { display: none; }
      .brand { justify-items: start; }
      .breadcrumbs { padding: 0 12px; overflow-x: auto; }
      .ngo-hero {
        min-height: 620px;
      }
      .ngo-hero img {
        object-position: 48% center;
      }
      .hero-content,
      .mission-title,
      .mission-card,
      .education-copy,
      .values-head,
      .value-card,
      .team-head,
      .join-copy,
      .join-form,
      .products-head {
        padding: 34px 12px;
      }
      .hero-content h1 {
        max-width: 350px;
        font-size: 40px;
        line-height: 1;
        overflow-wrap: anywhere;
      }
      h2 {
        max-width: 340px;
        font-size: 32px;
        line-height: 1;
        overflow-wrap: anywhere;
      }
      h3 {
        max-width: 340px;
        overflow-wrap: anywhere;
      }
      p,
      .mission-card p,
      .value-card p,
      .education-grid p,
      .member p,
      .product-card span {
        max-width: 330px;
        overflow-wrap: anywhere;
      }
      .hero-content .lead,
      .mission-title .lead,
      .join-copy .lead {
        max-width: 340px;
        overflow-wrap: anywhere;
      }
      .hero-row .btn,
      .join-form .btn { width: 100%; }
      .mission-title,
      .join-copy,
      .join-form,
      .education-copy { min-height: 0; }
      .mission-copy,
      .education-grid,
      .values,
      .team-grid,
      .product-grid,
      .field-grid { grid-template-columns: 1fr; }
      .hero-metrics { grid-template-columns: 1fr; }
      .mission-media { min-height: 240px; }
      .mission-media figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        display: grid;
      }
      .values-head {
        min-height: 0;
      }
      .value-card {
        min-height: 0;
        grid-template-columns: 38px minmax(0, 1fr);
        align-content: start;
        align-items: start;
        gap: 0 14px;
        padding: 18px 12px 18px 22px;
      }
      .value-card::before {
        width: 6px;
        transform: scaleY(1);
      }
      .value-card i {
        width: 34px;
        height: 34px;
        padding: 7px;
        grid-column: 1;
        grid-row: 1;
      }
      .value-card div {
        grid-column: 2;
        min-width: 0;
      }
      .value-card strong {
        font-size: 16px;
        line-height: 1.05;
      }
      .value-card p {
        margin-top: 6px;
        font-size: 12px;
        line-height: 1.28;
      }
      .education-copy {
        gap: 18px;
      }
      .education-grid article {
        min-height: 0;
        align-content: start;
        gap: 10px;
        padding: 18px 20px;
      }
      .education-grid strong {
        font-size: 16px;
      }
      .education-grid p {
        font-size: 12px;
        line-height: 1.32;
      }
      .education-visual { min-height: 360px; }
      .education-visual .floating-card {
        top: 12px;
        right: 12px;
        width: min(220px, calc(100% - 24px));
      }
      .visual-caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        display: grid;
      }
      .team-head,
      .products-head {
        display: grid;
        align-items: start;
      }
      .member div,
      .product-card div { padding: 18px 12px; }
      .footer {
        padding: 36px 12px 24px;
      }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; }
    }
  
    .footer-brand-copy p {
      max-width: 270px;
      margin: 10px 0 0;
      color: #cfc9c0;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.55;
    }
    .footer-locale {
      display: grid;
      gap: 12px;
      margin-top: 20px;
    }
    .footer-locale-group {
      display: grid;
      gap: 8px;
    }
    .footer-locale-label {
      color: #8f887f;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase;
    }
    .footer-locale-row {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .footer-pill {
      min-height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      border: 1px solid rgba(255,255,255,0.22);
      border-radius: 0;
      padding: 6px 9px;
      background: transparent;
      color: #d8d3cb;
      font-size: 11px;
      font-weight: 900;
      line-height: 1;
      text-transform: uppercase;
      cursor: pointer;
    }
    .footer-pill:hover,
    .footer-pill.is-active {
      background: var(--white);
      color: var(--ink);
    }
    .footer-legal-line {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px 14px;
    }
    /* Cookie consent banner */
    .luneva-cookie-consent {
      position: fixed;
      left: max(12px, 2vw);
      right: max(12px, 2vw);
      bottom: 12px;
      z-index: 120;
      display: none;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 16px;
      border: 1px solid var(--ink, #070707);
      padding: 14px;
      background: var(--white, #fff);
      color: var(--ink, #070707);
      box-shadow: 6px 6px 0 var(--ink, #070707);
    }
    body.cookie-consent-visible .luneva-cookie-consent { display: grid; }
    .luneva-cookie-copy {
      display: grid;
      gap: 4px;
    }
    .luneva-cookie-copy strong {
      font-size: 13px;
      font-weight: 900;
      text-transform: uppercase;
    }
    .luneva-cookie-copy span,
    .luneva-cookie-copy a {
      color: var(--muted, #66615b);
      font-size: 12px;
      font-weight: 800;
    }
    .luneva-cookie-copy a {
      color: var(--ink, #070707);
      text-decoration: underline;
      text-underline-offset: 3px;
    }
    .luneva-cookie-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 8px;
    }
    .luneva-cookie-btn,
    .luneva-cookie-link {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: 1px solid var(--ink, #070707);
      padding: 0 13px;
      background: var(--white, #fff);
      color: var(--ink, #070707);
      font-size: 11px;
      font-weight: 900;
      text-transform: uppercase;
      cursor: pointer;
    }
    .luneva-cookie-btn.primary {
      background: var(--ink, #070707);
      color: var(--white, #fff);
    }
    .luneva-cookie-btn:hover,
    .luneva-cookie-link:hover {
      background: var(--red, #e22b1a);
      color: var(--white, #fff);
    }
    @media (max-width: 760px) {
      .luneva-cookie-consent {
        grid-template-columns: 1fr;
        left: 12px;
        right: 12px;
        bottom: 12px;
        max-height: calc(100svh - 24px);
        overflow: auto;
      }
      .luneva-cookie-actions {
        display: grid;
        grid-template-columns: 1fr;
      }
      .luneva-cookie-btn,
      .luneva-cookie-link { width: 100%; }
    }

/* Вітрина на реальних товарах: назви з каталогу довгі, картку треба
   обмежити, інакше блок «Наші продукти» розповзається. */

.product-grid .product-card img {
  height: 220px;
  width: 100%;
  object-fit: contain;
  background: #f4f1ec;
  padding: 10px;
}

.product-grid .product-card strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}

/* ════ Правки по зауваженнях ════════════════════════════════════════ */

/* Червона кнопка головної дії. */
.btn.accent {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.btn.accent:hover {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
  box-shadow: 6px 6px 0 var(--ink);
}

/* ── Пояснювальні абзаци ─────────────────────────────────────────────
   `.lead` тут стояв дев'ятисоткою — той самий вагою, що й заголовки
   всередині карток. Це звичайний текст, він і має читатись як текст. */
.lead {
  font-weight: 500;
}

/* ── Смужка 01 / 02 / 03 ─────────────────────────────────────────────
   Контейнер був 560px завширшки при трьох колонках по 170px. Різниця в
   48px лишалась порожньою — і оскільки тлом контейнера стоїть світла
   напівпрозора підкладка, збоку висів світлий обрізок. Ширину тепер
   задає вміст. */
.hero-metrics {
  width: max-content;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, auto));
}

/* ── Місія і візія ───────────────────────────────────────────────────
   Картки мали `align-content: space-between` при висоті блоку 430px:
   заголовок притискався до верху, текст до низу, а між ними лишалась
   діра. Тепер вміст іде підряд згори. */
.mission-title,
.mission-copy {
  min-height: 0;
}

.mission-card {
  align-content: start;
  gap: 12px;
  padding: max(26px, 3vw);
}

.mission-card h3 {
  margin: 0;
}

/* Картки нічого не відкривають — ховер на них обіцяв дію, якої немає. */
.mission-card,
.mission-card:hover {
  transform: none;
  transition: none;
}

.mission-card:hover {
  background: var(--white);
  color: var(--ink);
}

.mission-card:hover span {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.mission-card:hover p {
  color: var(--muted);
}

/* Візія — темна одразу, а не тільки під курсором. */
.mission-card:last-child,
.mission-card:last-child:hover {
  background: var(--ink);
  color: var(--white);
}

.mission-card:last-child span,
.mission-card:last-child:hover span {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.mission-card:last-child p,
.mission-card:last-child:hover p {
  color: #d8d3cb;
}

.mission-media img,
.mission-media:hover img {
  transform: none;
  transition: none;
}

/* ── Цінності ────────────────────────────────────────────────────────
   Було 260px висоти на картку і `align-content: space-between` — між
   іконкою і підписом лишалась порожнеча в півкартки. */
.values-head,
.value-card {
  min-height: 0;
}

.value-card {
  align-content: start;
  gap: 14px;
  padding: 22px 20px 24px 26px;
}

/* Lucide підміняє <i> на <svg>, тому правила на `i` не спрацьовували
   зовсім — іконка лишалась дефолтною 24px і чорною. */
.value-card i,
.value-card svg {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  color: var(--red);
}

.value-card strong {
  font-size: 15px;
}

.value-card p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.35;
}

/* Кольорову смужку показуємо одразу: без ховера вона інакше не
   з'явиться зовсім. */
.value-card::before {
  transform: scaleY(1);
}

.value-card,
.value-card:hover {
  background: var(--white);
  color: var(--ink);
  transform: none;
  box-shadow: none;
  transition: none;
}

.value-card:hover p {
  color: var(--muted);
}

.value-card:hover i,
.value-card:hover svg {
  color: var(--red);
}

/* ── Напрямок «Освіта» ───────────────────────────────────────────────
   Дві колонки по 520px мінімум, а вмісту в них на 340. Плюс той самий
   `space-between` усередині карток. */
.education-copy,
.education-visual {
  min-height: 0;
}

.education-copy {
  gap: 18px;
  padding: max(28px, 3vw);
}

.education-grid article {
  min-height: 0;
  align-content: start;
  gap: 8px;
  padding: 18px 20px 20px;
}

.education-grid article,
.education-grid article:hover {
  background: var(--paper);
  color: var(--ink);
  transform: none;
  transition: none;
}

.education-grid article:hover p {
  color: var(--muted);
}

/* Знімок праворуч: `height: 100%` у рядку, висота якого береться з
   вмісту, ні від чого не рахується — браузер підставляв власні
   пропорції файлу і розтягував секцію. Те саме вже правили в герої
   сторінки «Навчання». */
.education-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Заголовки: опис під h2, а не праворуч ───────────────────────────
   Ці два блоки не використовують `.section-head`, тож загальне правило
   їх не зачепило. */
.team-head,
.products-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.team-head .lead,
.products-head .lead {
  max-width: none;
}

/* ── Картки товарів ──────────────────────────────────────────────────
   Була власна розмітка: знімок, під ним назва, категорія і червоне
   посилання «Дивитися». Тепер та сама картка, що в каталозі. */
.ngo-product-grid {
  gap: 12px;
  padding: 18px max(18px, 1.4vw) 28px;
  background: var(--paper);
}

.ngo-product-grid .product-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  overflow: visible;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.ngo-product-grid .product-card:hover {
  transform: translate(-4px, -4px);
  background: var(--white);
  border-color: var(--ink);
  box-shadow: 8px 8px 0 var(--red);
}

.ngo-product-grid .product-card .label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.ngo-product-grid .product-card .photo {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f4f1ec;
}

.ngo-product-grid .product-card .photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  padding: 10px;
  border: 0;
  object-fit: contain;
  transition: transform 0.32s ease;
}

.ngo-product-grid .product-card:hover .photo img {
  transform: scale(1.05);
  filter: none;
}

.ngo-product-grid .product-card strong {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.2;
}

.ngo-product-grid .product-card .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding: 10px 0 0;
  border-top: 1px solid var(--line);
}

.ngo-product-grid .product-card .meta span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  text-transform: none;
}

.ngo-product-grid .product-card .meta a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 12px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ngo-product-grid .product-card .meta a:hover {
  background: var(--red);
  border-color: var(--red);
}

@media (max-width: 900px) {
  .ngo-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
  }

  .ngo-product-grid .product-card {
    padding: 10px;
  }

  .ngo-product-grid .product-card strong {
    font-size: 12px;
  }

  .ngo-product-grid .product-card .meta {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
}

/* ── Місія і візія: прогалини між картками ───────────────────────────
   `.mission-copy` успадкував `gap: 20px` від спільного правила з
   `.mission-title`, а власним тлом має світлий папір. Тому між знімком
   і картками та між самими картками світились смуги в 20px.

   По всьому макету блоки розділені рискою в 1px на чорному тлі —
   робимо так само. */
.mission-copy {
  gap: 1px;
  background: var(--ink);
}

/* Знімок обгорнутий у <figure>, а їй браузер сам дає margin у 1em —
   звідси лишалась смуга в 16px над картками попри нульовий проміжок. */
.mission-media {
  margin: 0;
}

/* ── Кнопки по ширині напису ─────────────────────────────────────────
   Обидві лежать у grid-колонці й розтягувались на всю її ширину: на
   1280px «Отримати навчання» виходила смугою в 700px. */
.education-copy > .btn,
.join-form > .btn {
  justify-self: start;
}

/* Наш випадний список замінює рідне поле, тож загальне правило для
   input/select/textarea до нього не доходить — вирівнюємо висоту. */
.join-form .lct-select-button {
  min-height: 48px;
  font-weight: 800;
}
