    :root {
      --ink: #22312b;
      --muted: #5d685f;
      --green: #63704b;
      --green-dark: #596847;
      --sage: #eef3e9;
      --mist: #faf7ef;
      --clay: #755f43;
      --blue: #596847;
      --white: #fffdf8;
      --line: rgba(34, 49, 43, 0.14);
      --shadow: 0 18px 45px rgba(29, 45, 37, 0.12);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 92px;
    }

    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: var(--ink);
      background: var(--mist);
      line-height: 1.65;
    }

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

    a {
      color: inherit;
    }

    a:focus-visible,
    button:focus-visible,
    [tabindex]:focus-visible {
      outline: 3px solid #1f5fbf;
      outline-offset: 4px;
      box-shadow: 0 0 0 6px rgba(31, 95, 191, 0.22);
      border-radius: 6px;
    }

    .skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 100;
      transform: translateY(-140%);
      border-radius: 8px;
      padding: 12px 16px;
      color: var(--white);
      background: var(--ink);
      font-weight: 700;
      text-decoration: none;
      box-shadow: var(--shadow);
    }

    .skip-link:focus,
    .skip-link:focus-visible {
      transform: translateY(0);
    }

    .wrap {
      width: min(1120px, calc(100% - 40px));
      margin: 0 auto;
    }

    .site-header {
      position: fixed;
      inset: 0 0 auto;
      z-index: 20;
      background: var(--white);
      border-bottom: 1px solid var(--line);
      padding: 10px 0;
    }

    .topbar {
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      min-width: max-content;
    }

    .brand-logo {
      width: 176px;
      height: auto;
      object-fit: contain;
      object-position: left center;
    }

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

    .nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 16px;
      color: var(--green-dark);
      font-size: 0.8125rem;
      font-weight: 700;
    }

    .nav a {
      text-decoration: none;
      border-bottom: 2px solid transparent;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      padding: 8px 0;
    }

    .nav a:hover,
    .nav a:focus-visible {
      border-color: var(--clay);
    }

    .header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    button,
    .button {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 9px;
      border: 0;
      border-radius: 8px;
      padding: 12px 17px;
      font: inherit;
      font-size: 0.875rem;
      font-weight: 700;
      text-decoration: none;
      cursor: pointer;
    }

    button:hover,
    .button:hover {
      transform: none;
    }

    .lang-links {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 0.8125rem;
      font-weight: 700;
      color: var(--green-dark);
    }

    .lang-links a {
      text-decoration: none;
      min-width: 44px;
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 8px 6px;
      border-bottom: 2px solid transparent;
    }

    .lang-links a:hover,
    .lang-links a:focus-visible {
      border-color: var(--clay);
    }

    html[lang="et"] .lang-links a[lang="et"],
    html[lang="ru"] .lang-links a[lang="ru"],
    .lang-links a[aria-current="page"] {
      border-color: var(--green-dark);
    }

    .menu-toggle {
      display: none;
      width: 44px;
      padding: 0;
      color: var(--white);
      background: var(--green);
    }

    .menu-toggle svg,
    .button svg,
    .contact-line svg {
      width: 18px;
      height: 18px;
      flex: 0 0 auto;
    }

    .hero {
      min-height: calc(100svh - 26px);
      display: flex;
      align-items: center;
      padding: 116px 0 54px;
      color: var(--green-dark);
      background:
        linear-gradient(90deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.76) 42%, rgba(255, 253, 248, 0.24)),
        image-set(url("../images/hero.webp") type("image/webp"), url("../images/hero.jpg") type("image/jpeg")) bottom right / 70%;
      background-repeat: no-repeat;
      background-color: var(--white);
    }

    .hero-content {
      width: min(760px, 100%);
      padding: 22px 24px;
      border-radius: 8px;
      background: var(--white);
    }

    .eyebrow {
      display: block;
      margin: 0 0 16px;
      color: var(--green);
      font-size: clamp(24px, 2.4vw, 32px);
      font-weight: 700;
      letter-spacing: 0;
      text-transform: none;
    }

    .hero .eyebrow {
      color: var(--green);
      font-size: 0.8125rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      max-width: 760px;
      margin-bottom: 22px;
      font-size: clamp(42px, 7vw, 76px);
      font-weight: 700;
      line-height: 1.02;
      letter-spacing: 0;
    }

    .hero-text {
      max-width: 650px;
      margin-bottom: 30px;
      color: var(--muted);
      font-size: clamp(18px, 2vw, 21px);
    }

    .actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .button.primary {
      color: var(--white);
      background: var(--green-dark);
    }

    .button.secondary {
      color: var(--green-dark);
      border: 1px solid rgba(89, 104, 71, 0.35);
      background: var(--white);
    }

    .button.dark {
      color: var(--white);
      background: var(--green);
    }

    .intro-strip {
      background: var(--white);
      border-bottom: 1px solid var(--line);
    }

    .strip-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--line);
    }

    .strip-item {
      min-height: 118px;
      padding: 25px;
      background: var(--white);
    }

    .strip-item strong {
      display: block;
      color: var(--green-dark);
      font-size: 1.125rem;
      line-height: 1.25;
    }

    .strip-item span {
      display: block;
      margin-top: 7px;
      color: var(--muted);
      font-size: 0.875rem;
      line-height: 1.45;
    }

    section {
      padding: 86px 0;
      scroll-margin-top: 92px;
    }

    .section-head {
      max-width: 780px;
      margin-bottom: 34px;
    }

    h2 {
      margin-bottom: 16px;
      color: var(--green-dark);
      font-size: clamp(32px, 4vw, 48px);
      font-weight: 700;
      line-height: 1.08;
      letter-spacing: 0;
    }

    .lead {
      color: var(--muted);
      font-size: 1.125rem;
    }

    .about-layout {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 360px;
      gap: 42px;
      align-items: start;
    }

    .about-copy p {
      max-width: 760px;
      color: #3d4b45;
      font-size: 1.0625rem;
    }

    .note-panel {
      padding: 26px;
      border-radius: 8px;
      color: var(--white);
      background: var(--blue);
      box-shadow: var(--shadow);
    }

    .note-panel-title {
      margin-bottom: 9px;
      color: var(--white);
      font-size: 1.25rem;
      line-height: 1.25;
    }

    .soft {
      background: var(--sage);
    }

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

    .service {
      overflow: hidden;
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 14px 32px rgba(32, 52, 40, 0.09);
    }

    .service img {
      width: 100%;
      height: 218px;
      object-fit: cover;
    }

    .service-body {
      padding: 24px;
    }

    .service h3 {
      margin-bottom: 10px;
      color: var(--green-dark);
      font-size: 1.3125rem;
      line-height: 1.22;
    }

    .service p {
      margin-bottom: 0;
      color: var(--muted);
    }

    .service-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      margin-top: 24px;
      padding: 22px 24px;
      border-radius: 8px;
      color: var(--white);
      background: var(--green-dark);
    }

    .service-cta p {
      margin: 0;
      max-width: 680px;
    }

    .service-cta .button {
      min-width: max-content;
      color: var(--green-dark);
      background: var(--white);
    }

    .daily-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
      gap: 34px;
      align-items: start;
    }

    .daily-copy {
      max-width: 760px;
    }

    .daily-copy h3,
    .story h3,
    .help-card h3,
    .step h3 {
      margin-bottom: 10px;
      color: var(--green-dark);
      font-size: 1.375rem;
      line-height: 1.22;
    }

    .daily-copy p,
    .story p,
    .help-card p,
    .step p {
      color: #3d4b45;
    }

    .daily-photo {
      position: sticky;
      top: 104px;
      overflow: hidden;
      border-radius: 8px;
      background: var(--white);
      box-shadow: var(--shadow);
    }

    .daily-photo img {
      width: 100%;
      height: 520px;
      object-fit: cover;
    }

    .caption {
      margin: 0;
      padding: 14px 16px;
      color: var(--muted);
      font-size: 0.875rem;
      line-height: 1.4;
    }

    .support-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin: 26px 0;
    }

    .support-card,
    .help-card,
    .story,
    .step {
      border-radius: 8px;
      background: var(--white);
      box-shadow: 0 14px 32px rgba(32, 52, 40, 0.08);
    }

    .support-card {
      padding: 20px;
      border-top: 4px solid var(--clay);
    }

    .support-title {
      margin-bottom: 8px;
      color: var(--green-dark);
      font-size: 1.0625rem;
      font-weight: 700;
      line-height: 1.25;
    }

    .support-card p {
      margin: 0;
      color: var(--muted);
      font-size: 0.9375rem;
      line-height: 1.52;
    }

    .help-card {
      padding: 24px;
      border-left: 4px solid var(--blue);
    }

    .check-list {
      display: grid;
      gap: 10px;
      margin: 16px 0 0;
      padding: 0;
      list-style: none;
    }

    .check-list li {
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 10px;
      color: #3d4b45;
    }

    .check-list li::before {
      color: var(--green);
      font-weight: 700;
      content: "✓";
    }

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

    .story {
      overflow: hidden;
    }

    .story img {
      display: block;
      width: 100%;
      height: 280px;
      object-fit: cover;
      object-position: center;
    }

    .story-img--session {
      object-position: center 46%;
    }

    .story-img--exercise {
      object-position: center 66%;
    }

    .story-img--group {
      object-position: center 52%;
    }

    .story-body {
      padding: 26px;
    }

    .story-meta {
      display: inline-flex;
      margin-bottom: 14px;
      color: var(--clay);
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .story ul {
      margin: 16px 0 0;
      padding-left: 20px;
      color: #3d4b45;
    }

    .quote {
      margin: 20px 0 0;
      padding: 18px;
      border-left: 4px solid var(--green);
      background: #eef3ec;
      color: var(--green-dark);
      font-style: italic;
    }

    .external-link-icon {
      display: inline-block;
      width: 0.86em;
      height: 0.86em;
      margin-left: 0.28em;
      vertical-align: -0.08em;
      stroke-width: 2.1;
    }

    @media (forced-colors: active) {
      * {
        forced-color-adjust: auto;
      }

      a:focus-visible,
      button:focus-visible,
      [tabindex]:focus-visible {
        outline: 3px solid Highlight;
        box-shadow: none;
      }

      .hero,
      .team-image {
        background-image: none;
      }

      .button,
      .note-panel,
      .service-cta {
        border: 1px solid ButtonText;
      }
    }

    .steps-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      counter-reset: step;
    }

    .step {
      position: relative;
      padding: 56px 20px 22px;
      overflow: hidden;
    }

    .step::before {
      position: absolute;
      top: 18px;
      left: 20px;
      width: 28px;
      height: 28px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      color: var(--white);
      background: var(--green);
      font-size: 0.8125rem;
      font-weight: 700;
      counter-increment: step;
      content: counter(step);
    }

    .official-note {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      align-items: center;
      margin-top: 24px;
      padding: 22px 24px;
      border-radius: 8px;
      background: #fbf4ee;
      color: #574941;
    }

    .official-note p {
      margin: 0;
    }

    .official-note a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      color: var(--green-dark);
      font-weight: 700;
    }

    .team-band {
      display: grid;
      grid-template-columns: 0.86fr 1.14fr;
      gap: 34px;
      align-items: center;
    }

    .team-image {
      min-height: 430px;
      border-radius: 8px;
      background:
        image-set(url("../images/about-team.webp") type("image/webp"), url("../images/about-team.png") type("image/png")) center / min(96%, 700px) auto no-repeat,
        linear-gradient(135deg, #f8fbf5, #fff3ec);
      box-shadow: var(--shadow);
    }

    .team-copy {
      padding: 10px 0;
    }

    .team-list {
      display: grid;
      gap: 14px;
      margin: 26px 0 0;
      padding: 0;
      list-style: none;
    }

    .team-list li {
      display: grid;
      grid-template-columns: 12px 1fr;
      gap: 13px;
      color: #3d4b45;
    }

    .team-list li::before {
      width: 8px;
      height: 8px;
      margin-top: 11px;
      border-radius: 50%;
      background: var(--clay);
      content: "";
    }

    .contact-layout {
      display: grid;
      grid-template-columns: minmax(0, 860px);
      gap: 20px;
      align-items: stretch;
      justify-content: center;
    }

    .contact-card {
      border-radius: 8px;
      background: var(--white);
      box-shadow: var(--shadow);
      padding: clamp(24px, 4vw, 42px);
      border: 1px solid rgba(34, 49, 43, 0.08);
    }

    .contact-card-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 22px;
      padding-bottom: 24px;
      border-bottom: 1px solid var(--line);
    }

    .contact-card-title {
      margin-bottom: 8px;
      color: var(--ink);
      font-size: clamp(24px, 3vw, 34px);
      line-height: 1.15;
    }

    .contact-card-head p {
      max-width: 540px;
      margin: 0;
      color: var(--muted);
    }

    .contact-card-head > span {
      flex: 0 0 auto;
      border-radius: 999px;
      padding: 8px 12px;
      color: var(--green-dark);
      font-size: 0.8125rem;
      font-weight: 700;
      background: var(--sage);
    }

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

    .contact-line {
      min-height: 132px;
      display: grid;
      grid-template-columns: 38px 1fr;
      align-items: flex-start;
      gap: 14px;
      border: 1px solid var(--line);
      border-radius: 8px;
      padding: 18px;
      color: #3c4b44;
      background: #fffefa;
    }

    .contact-line:first-child {
      grid-row: span 2;
      min-height: 278px;
    }

    .contact-line svg {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      padding: 9px;
      color: var(--green-dark);
      background: var(--sage);
    }

    .contact-term {
      display: block;
      margin-bottom: 8px;
      color: var(--ink);
      font-size: 0.9375rem;
      font-weight: 700;
    }

    .contact-line address {
      font-style: normal;
    }

    .contact-line address,
    .contact-line a {
      color: #3c4b44;
      font-size: 1.125rem;
      line-height: 1.55;
    }

    .contact-line a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      font-weight: 700;
      text-underline-offset: 4px;
    }

    .contact-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    footer {
      padding: 32px 0;
      color: rgba(255, 253, 248, 0.86);
      background: var(--green-dark);
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      font-size: 0.875rem;
    }

    .footer-meta {
      display: grid;
      justify-items: end;
      gap: 6px;
    }

    .footer-meta a {
      color: rgba(255, 253, 248, 0.92);
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 253, 248, 0.45);
    }

    .footer-meta a:hover,
    .footer-meta a:focus-visible {
      border-bottom-color: rgba(255, 253, 248, 0.92);
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
      }

      button:hover,
      .button:hover {
        transform: none;
      }
    }

    @media (max-width: 900px) {
      .site-header {
        position: sticky;
        top: 0;
      }

      .topbar {
        min-height: 88px;
        flex-wrap: wrap;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .nav {
        position: static;
        order: 3;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 8px;
        background: var(--white);
        box-shadow: var(--shadow);
      }

      .nav.is-open {
        display: flex;
      }

      .nav a {
        padding: 13px 10px;
      }

      .hero {
        min-height: auto;
        padding: 76px 0;
        background:
          linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 253, 248, 0.9) 52%, rgba(255, 253, 248, 0.68)),
          image-set(url("../images/hero.webp") type("image/webp"), url("../images/hero.jpg") type("image/jpeg")) top center / min(720px, 118%) auto;
        background-repeat: no-repeat;
        background-color: var(--white);
      }

      .strip-grid,
      .about-layout,
      .daily-layout,
      .team-band,
      .contact-layout {
        grid-template-columns: 1fr;
      }

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

      .service-cta,
      .official-note {
        align-items: flex-start;
      }

      .service-cta {
        flex-direction: column;
      }

      .official-note {
        grid-template-columns: 1fr;
      }

      .daily-photo {
        position: static;
      }

      .stories-grid,
      .steps-grid {
        grid-template-columns: 1fr 1fr;
      }

      .note-panel {
        max-width: 560px;
      }
    }

    @media (max-width: 640px) {
      .wrap {
        width: min(100% - 28px, 1120px);
      }

      .brand-logo {
        width: 132px;
        height: auto;
      }

      .lang-links {
        min-width: 58px;
      }

      .hero {
        padding-top: 270px;
        background:
          linear-gradient(180deg, rgba(255, 253, 248, 0.02), rgba(255, 253, 248, 0.24) 26%, rgba(255, 253, 248, 0.9) 42%, rgba(255, 253, 248, 1) 52%, rgba(255, 253, 248, 1) 100%),
          image-set(url("../images/hero-mob.webp") type("image/webp"), url("../images/hero-mob.jpg") type("image/jpeg"));
        background-size: auto, 100% auto;
        background-position: center top, 50% 0;
        background-repeat: no-repeat, no-repeat;
        background-color: var(--white);
      }

      .actions,
      .actions .button {
        width: 100%;
      }

      section {
        padding: 66px 0;
      }

      .strip-grid,
      .service-grid,
      .support-grid,
      .stories-grid,
      .steps-grid,
      .contact-lines {
        grid-template-columns: 1fr;
      }

      .contact-card-head {
        flex-direction: column;
      }

      .contact-line,
      .contact-line:first-child {
        min-height: auto;
      }

      .contact-line span,
      .contact-line a {
        overflow-wrap: anywhere;
      }

      .contact-actions,
      .contact-actions .button {
        width: 100%;
      }

      .strip-item {
        min-height: auto;
        padding: 22px;
      }

      .team-image {
        min-height: 330px;
      }

      .daily-photo img {
        height: 360px;
      }

      .footer-inner {
        flex-direction: column;
      }

      .footer-meta {
        justify-items: start;
      }
    }
  
