
/* Native Elementor containers retain the source's box model. */
.ostrog-site .ostrog-native-container.e-con{all:unset;display:block;box-sizing:border-box;min-width:0;color:inherit;font:inherit}
.ostrog-site .ostrog-native-widget.elementor-widget,.ostrog-site .ostrog-native-widget>.elementor-widget-container,.ostrog-site .ostrog-native-widget .elementor-shortcode{display:contents;font:inherit;color:inherit}
.ostrog-site .ostrog-page{width:100%;display:block}
.ostrog-site .ostrog-page .elementor-button{background:transparent;color:inherit;border-radius:0;padding:0;font:inherit;text-transform:inherit;letter-spacing:inherit;border:0;line-height:inherit;text-align:inherit;box-shadow:none;display:inline}
:where(.ostrog-site .ostrog-page) .elementor-heading-title{padding:0;margin:0;line-height:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit}
.ostrog-site .ostrog-page .elementor-widget-image img{border-radius:inherit;box-shadow:inherit}


    

    :root {
      --rosewood: #3E2D30;
      --ivory: #F6F3F0;
      --ink: #181818;
      --line: rgba(246, 243, 240, .34);
      --glass: rgba(246, 243, 240, .11);
      --glass-dark: rgba(24, 24, 24, .32);
      --radius: 18px;
    }

    :where(body).ostrog-site .ostrog-page * { box-sizing: border-box; }

    html, body { margin: 0; min-height: 100%; background: var(--ivory); }

    body {
      color: var(--ivory);
      font-family: "Manrope", Arial, sans-serif;
      -webkit-font-smoothing: antialiased;
      padding: 18px;
    }

    :where(body).ostrog-site .ostrog-page h1, :where(body).ostrog-site .ostrog-page h2, :where(body).ostrog-site .ostrog-page h3, :where(body).ostrog-site .ostrog-page h4, :where(body).ostrog-site .ostrog-page h5, :where(body).ostrog-site .ostrog-page h6 { font-family: "Oswald", sans-serif; }
    :where(body).ostrog-site .ostrog-page h2 { font-size: clamp(48px, 4.2vw, 68px); line-height: 1.12; }

    :where(body).ostrog-site .ostrog-page button, :where(body).ostrog-site .ostrog-page a { font: inherit; }
    :where(body).ostrog-site .ostrog-page a { color: inherit; text-decoration: none; }

    :where(body).ostrog-site .ostrog-page .hero {
      position: relative;
      width: min(100%, 1536px);
      min-height: calc(100svh - 36px);
      margin-inline: auto;
      overflow: hidden;
      isolation: isolate;
      background: var(--rosewood);
      border-radius: 48px;
      box-shadow: 0 24px 80px rgba(24, 24, 24, .18);
    }

    :where(body).ostrog-site .ostrog-page .hero__video,
    :where(body).ostrog-site .ostrog-page .hero__poster {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -4;
    }

    :where(body).ostrog-site .ostrog-page .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -3;
      background:
        linear-gradient(90deg, rgba(24,24,24,.86) 0%, rgba(62,45,48,.64) 42%, rgba(24,24,24,.22) 74%, rgba(24,24,24,.38) 100%),
        linear-gradient(0deg, rgba(24,24,24,.80) 0%, transparent 47%, rgba(24,24,24,.48) 100%);
    }

    :where(body).ostrog-site .ostrog-page .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -2;
      opacity: .15;
      pointer-events: none;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
    }

    :where(body).ostrog-site .ostrog-page .container { width: min(1540px, calc(100% - 72px)); margin-inline: auto; }

    :where(body).ostrog-site .ostrog-page .topbar {
      height: 52px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      border-bottom: 1px solid rgba(246,243,240,.16);
      color: rgba(246,243,240,.72);
      font-size: 12px;
      letter-spacing: .04em;
    }

    :where(body).ostrog-site .ostrog-page .topbar__contacts { display: flex; align-items: center; gap: 28px; }
    :where(body).ostrog-site .ostrog-page .topbar__contacts a { transition: color .2s ease; }
    :where(body).ostrog-site .ostrog-page .topbar__contacts a:hover { color: var(--ivory); }

    :where(body).ostrog-site .ostrog-page .nav {
      height: 102px;
      display: grid;
      grid-template-columns: 240px 1fr auto;
      align-items: center;
      gap: 44px;
    }

    :where(body).ostrog-site .ostrog-page .brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; }
    :where(body).ostrog-site .ostrog-page .brand__mark { width: 48px; height: 56px; color: var(--ivory); }
    :where(body).ostrog-site .ostrog-page .brand__name { font-family: "Oswald", sans-serif; font-size: 25px; font-weight: 500; letter-spacing: .16em; }

    :where(body).ostrog-site .ostrog-page .menu { display: flex; justify-content: center; gap: clamp(24px, 3vw, 56px); }
    :where(body).ostrog-site .ostrog-page .menu a { position: relative; padding: 10px 0; font-size: 12px; font-weight: 600; letter-spacing: .16em; }
    :where(body).ostrog-site .ostrog-page .menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px; background: var(--ivory); transition: right .25s ease; }
    :where(body).ostrog-site .ostrog-page .menu a:hover::after { right: 0; }

    :where(body).ostrog-site .ostrog-page .glass {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(246,243,240,.42);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(246,243,240,.20), rgba(246,243,240,.055) 44%, rgba(62,45,48,.18)),
        var(--glass-dark);
      box-shadow:
        inset 0 1px 0 rgba(255,255,255,.34),
        inset 0 -1px 0 rgba(246,243,240,.08),
        0 14px 34px rgba(0,0,0,.20);
      backdrop-filter: blur(18px) saturate(135%);
      -webkit-backdrop-filter: blur(18px) saturate(135%);
    }

    :where(body).ostrog-site .ostrog-page .glass::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(120% 90% at 16% 0%, rgba(255,255,255,.22), transparent 48%);
    }

    :where(body).ostrog-site .ostrog-page .button {
      min-height: 58px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 30px;
      border-radius: var(--radius);
      letter-spacing: .12em;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    :where(body).ostrog-site .ostrog-page .button:hover { transform: translateY(-2px); border-color: rgba(246,243,240,.78); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 18px 42px rgba(0,0,0,.29); }
    :where(body).ostrog-site .ostrog-page .button--light { color: var(--ink); background: linear-gradient(145deg, rgba(255,255,255,.84), rgba(246,243,240,.46) 52%, rgba(246,243,240,.70)); border-color: rgba(255,255,255,.74); }
    :where(body).ostrog-site .ostrog-page .nav__cta { min-height: 54px; padding-inline: 26px; white-space: nowrap; }

    :where(body).ostrog-site .ostrog-page .hero__body {
      min-height: calc(100svh - 190px);
      display: grid;
      grid-template-columns: minmax(0, 880px) minmax(280px, 1fr);
      grid-template-rows: 1fr auto;
      gap: 34px 60px;
      padding-top: clamp(64px, 9vh, 120px);
      padding-bottom: 34px;
    }

    :where(body).ostrog-site .ostrog-page .hero__content { align-self: center; }
    :where(body).ostrog-site .ostrog-page .eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; color: rgba(246,243,240,.72); font-size: 11px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .eyebrow::before { content: ""; width: 36px; height: 1px; background: currentColor; }

    :where(body).ostrog-site .ostrog-page h1 {
      max-width: 760px;
      margin: 0;
      font-family: "Oswald", sans-serif;
      font-size: 88px;
      line-height: .95;
      font-weight: 500;
      letter-spacing: -.025em;
      text-transform: uppercase;
      text-wrap: balance;
    }

    :where(body).ostrog-site .ostrog-page .hero__lead { max-width: 600px; margin: 30px 0 0; color: rgba(246,243,240,.82); font-size: clamp(17px, 1.35vw, 22px); line-height: 1.45; }
    :where(body).ostrog-site .ostrog-page .hero__actions { display: flex; flex-wrap: nowrap; align-items: stretch; gap: 14px; margin-top: 34px; }

    :where(body).ostrog-site .ostrog-page .hero__facts {
      align-self: center;
      justify-self: end;
      width: min(100%, 330px);
      display: grid;
      padding: 12px;
      border-radius: 26px 70px 26px 26px;
    }

    :where(body).ostrog-site .ostrog-page .hero__facts .fact {
      position: relative;
      min-height: 68px;
      display: flex;
      align-items: center;
      padding: 0 18px 0 46px;
      white-space: normal;
    }

    :where(body).ostrog-site .ostrog-page .hero__facts .fact::before {
      content: "";
      position: absolute;
      left: 18px;
      width: 12px;
      height: 12px;
      border: 1px solid rgba(246,243,240,.58);
      border-radius: 4px;
      background: linear-gradient(135deg, rgba(255,255,255,.26), rgba(246,243,240,.06)), rgba(24,24,24,.30);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.30), 0 7px 18px rgba(0,0,0,.18);
    }

    :where(body).ostrog-site .ostrog-page .hero__facts .fact + .fact { border-top: 1px solid rgba(246,243,240,.18); border-left: 0; }

    :where(body).ostrog-site .ostrog-page .hero__footer { display: none; }

    :where(body).ostrog-site .ostrog-page .hero-corner {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 8;
      display: flex;
      align-items: center;
      gap: 18px;
      min-width: 340px;
      min-height: 116px;
      padding: 26px 34px 20px 42px;
      color: var(--ink);
      background: var(--ivory);
      border-radius: 56px 0 0 0;
    }

    :where(body).ostrog-site .ostrog-page .hero-corner__curve {
      position: absolute;
      width: 56px;
      height: 56px;
      color: var(--ivory);
      pointer-events: none;
    }

    :where(body).ostrog-site .ostrog-page .hero-corner__curve--top { top: -56px; right: 0; }
    :where(body).ostrog-site .ostrog-page .hero-corner__curve--left { left: -56px; bottom: 0; }
    :where(body).ostrog-site .ostrog-page .hero-corner__curve svg { display: block; width: 100%; height: 100%; }

    :where(body).ostrog-site .ostrog-page .hero-corner__icon {
      display: grid;
      place-items: center;
      flex: 0 0 52px;
      width: 52px;
      height: 52px;
      border: 1px solid rgba(62,45,48,.22);
      border-radius: 18px;
      background: rgba(62,45,48,.07);
      transition: transform .25s ease, background .25s ease;
    }

    :where(body).ostrog-site .ostrog-page .hero-corner:hover .hero-corner__icon { transform: translate(2px, -2px); background: rgba(62,45,48,.12); }
    :where(body).ostrog-site .ostrog-page .hero-corner__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; }
    :where(body).ostrog-site .ostrog-page .hero-corner__copy { display: flex; flex-direction: column; gap: 4px; }
    :where(body).ostrog-site .ostrog-page .hero-corner__title { font-family: "Oswald", sans-serif; font-size: 19px; font-weight: 500; letter-spacing: .035em; }
    :where(body).ostrog-site .ostrog-page .hero-corner__label { color: rgba(24,24,24,.60); font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

    :where(body).ostrog-site .ostrog-page .about {
      width: min(100%, 1460px);
      margin: 0 auto;
      padding: clamp(96px, 10vw, 156px) 36px;
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
      align-items: center;
      gap: clamp(64px, 7vw, 116px);
      color: var(--ink);
      background: var(--ivory);
    }

    :where(body).ostrog-site .ostrog-page .about__visual {
      position: relative;
      min-height: 660px;
      overflow: hidden;
      isolation: isolate;
      border-radius: 48px 160px 48px 48px;
      background: var(--rosewood);
      box-shadow: 0 34px 80px rgba(62,45,48,.16);
    }

    :where(body).ostrog-site .ostrog-page .about__visual::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background: linear-gradient(180deg, transparent 52%, rgba(24,24,24,.36));
    }

    :where(body).ostrog-site .ostrog-page .about__image { width: 100%; height: 100%; min-height: 660px; display: block; object-fit: cover; object-position: center; }

    :where(body).ostrog-site .ostrog-page .about__caption {
      position: absolute;
      left: 28px;
      bottom: 28px;
      z-index: 3;
      display: flex;
      align-items: center;
      min-height: 58px;
      gap: 14px;
      padding: 0 25px;
      color: var(--ivory);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .16em;
      line-height: 1.55;
      text-transform: uppercase;
      border-color: rgba(62,45,48,.48);
      border-radius: 17px;
      background: linear-gradient(135deg, rgba(62,45,48,.94), rgba(24,24,24,.84) 54%, rgba(62,45,48,.88));
      box-shadow: inset 0 1px 0 rgba(255,255,255,.28), inset 0 -1px 0 rgba(246,243,240,.08), 0 14px 30px rgba(24,24,24,.22);
      cursor: pointer;
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    :where(body).ostrog-site .ostrog-page .about__caption::before { content: ""; position: absolute; inset: 0; width: auto; height: auto; border-radius: inherit; pointer-events: none; background: radial-gradient(120% 100% at 14% 0%, rgba(255,255,255,.28), transparent 48%); }
    :where(body).ostrog-site .ostrog-page .about__caption:hover { transform: translateY(-3px); border-color: rgba(246,243,240,.68); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 18px 42px rgba(0,0,0,.24); }

    :where(body).ostrog-site .ostrog-page .about__cutout {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 4;
      display: flex;
      align-items: end;
      justify-content: end;
      width: 178px;
      height: 122px;
      padding: 26px 0 0 36px;
      color: var(--rosewood);
      background: var(--ivory);
      border-radius: 52px 0 0 0;
    }

    :where(body).ostrog-site .ostrog-page .about__cutout span { font-family: "Oswald", sans-serif; font-size: 42px; line-height: 1; letter-spacing: -.03em; }
    :where(body).ostrog-site .ostrog-page .about__cutout-curve { position: absolute; width: 52px; height: 52px; color: var(--ivory); }
    :where(body).ostrog-site .ostrog-page .about__cutout-curve--top { top: -52px; right: 0; }
    :where(body).ostrog-site .ostrog-page .about__cutout-curve--left { left: -52px; bottom: 0; }
    :where(body).ostrog-site .ostrog-page .about__cutout-curve svg { display: block; width: 100%; height: 100%; }

    :where(body).ostrog-site .ostrog-page .about__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; color: rgba(62,45,48,.62); font-size: 11px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .about__eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }

    :where(body).ostrog-site .ostrog-page .about h2 {
      max-width: 660px;
      margin: 0;
      color: var(--rosewood);
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      line-height: 1.12;
      letter-spacing: -.03em;
      text-transform: uppercase;
    }

    :where(body).ostrog-site .ostrog-page .about__text { max-width: 680px; margin: 32px 0 0; color: rgba(24,24,24,.72); font-size: 18px; line-height: 1.65; }

    :where(body).ostrog-site .ostrog-page .about__benefits {
      display: grid;
      gap: 0;
      margin-top: 44px;
      padding: 10px 20px;
      border: 1px solid rgba(62,45,48,.15);
      border-radius: 26px 70px 26px 26px;
      background: radial-gradient(120% 90% at 12% 0%, rgba(255,255,255,.92), transparent 48%), linear-gradient(145deg, rgba(255,255,255,.48), rgba(62,45,48,.05));
      box-shadow: inset 0 1px 0 #fff, 0 22px 54px rgba(62,45,48,.09);
      backdrop-filter: blur(18px) saturate(120%);
      -webkit-backdrop-filter: blur(18px) saturate(120%);
    }

    :where(body).ostrog-site .ostrog-page .about-card {
      position: relative;
      min-height: 94px;
      display: grid;
      grid-template-columns: 54px 1fr;
      align-items: center;
      gap: 17px;
      padding: 15px 0;
      border-bottom: 1px solid rgba(62,45,48,.12);
    }

    :where(body).ostrog-site .ostrog-page .about-card:last-child { border-bottom: 0; }
    :where(body).ostrog-site .ostrog-page .about-card__number { color: rgba(62,45,48,.45); font-family: "Oswald", sans-serif; font-size: 16px; letter-spacing: .08em; }
    :where(body).ostrog-site .ostrog-page .about-card__icon { position: relative; width: 54px; height: 54px; display: grid; place-items: center; color: var(--ivory); border: 1px solid rgba(62,45,48,.48); border-radius: 17px; background: linear-gradient(135deg, rgba(62,45,48,.94), rgba(24,24,24,.84) 54%, rgba(62,45,48,.88)); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 12px 24px rgba(24,24,24,.16); }
    :where(body).ostrog-site .ostrog-page .about-card__icon::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(120% 100% at 14% 0%, rgba(255,255,255,.28), transparent 48%); }
    :where(body).ostrog-site .ostrog-page .about-card__icon svg { position: relative; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; }
    :where(body).ostrog-site .ostrog-page .about-card h3 { margin: 0 0 5px; color: var(--rosewood); font-size: 16px; line-height: 1.3; }
    :where(body).ostrog-site .ostrog-page .about-card p { margin: 0; color: rgba(24,24,24,.58); font-size: 12px; line-height: 1.55; }

    :where(body).ostrog-site .ostrog-page .categories {
      position: relative;
      width: min(100%, 1536px);
      margin: 0 auto;
      overflow: hidden;
      padding: clamp(82px, 8vw, 128px) clamp(28px, 5vw, 78px);
      color: var(--ivory);
      background: var(--rosewood);
      border-radius: 48px;
      box-shadow: 0 30px 80px rgba(62,45,48,.18);
    }

    :where(body).ostrog-site .ostrog-page .categories::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .08;
      background-image:
        linear-gradient(rgba(246,243,240,.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246,243,240,.18) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(120deg, transparent, #000 42%, transparent 90%);
    }

    :where(body).ostrog-site .ostrog-page .categories__head { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
    :where(body).ostrog-site .ostrog-page .categories__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: rgba(246,243,240,.58); font-size: 11px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .categories__eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }
    :where(body).ostrog-site .ostrog-page .categories h2 { max-width: 850px; margin: 0; font-weight: 500; line-height: 1.12; letter-spacing: -.03em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .categories__intro { max-width: 350px; margin: 0 0 6px; color: rgba(246,243,240,.62); font-size: 14px; line-height: 1.6; }

    :where(body).ostrog-site .ostrog-page .category-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: 250px 250px 190px;
      gap: 16px;
    }

    :where(body).ostrog-site .ostrog-page .category-card {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-width: 0;
      padding: 28px;
      border: 1px solid rgba(246,243,240,.20);
      border-radius: 28px;
      background: var(--ink);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 18px 48px rgba(24,24,24,.13);
      backdrop-filter: blur(18px) saturate(120%);
      -webkit-backdrop-filter: blur(18px) saturate(120%);
      transition: transform .35s ease, border-color .35s ease, background .35s ease;
    }

    :where(body).ostrog-site .ostrog-page .category-card::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(180deg, rgba(24,24,24,.34) 0%, rgba(62,45,48,.12) 36%, rgba(24,24,24,.82) 100%),
        linear-gradient(90deg, rgba(62,45,48,.40), transparent 72%);
    }

    :where(body).ostrog-site .ostrog-page .category-card:hover { transform: translateY(-4px); border-color: rgba(246,243,240,.44); }
    :where(body).ostrog-site .ostrog-page .category-card--1 { grid-column: 1 / 6; grid-row: 1 / 3; border-radius: 28px 100px 28px 28px; }
    :where(body).ostrog-site .ostrog-page .category-card--2 { grid-column: 6 / 13; grid-row: 1; }
    :where(body).ostrog-site .ostrog-page .category-card--3 { grid-column: 6 / 9; grid-row: 2; }
    :where(body).ostrog-site .ostrog-page .category-card--4 { grid-column: 9 / 13; grid-row: 2; border-radius: 28px 28px 78px 28px; }
    :where(body).ostrog-site .ostrog-page .category-card--5 { grid-column: 1 / 13; grid-row: 3; flex-direction: row; align-items: end; justify-content: flex-start; gap: 36px; border-radius: 28px 28px 82px 28px; }

    :where(body).ostrog-site .ostrog-page .category-card__top { position: relative; z-index: 2; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
    :where(body).ostrog-site .ostrog-page .category-card__number { color: rgba(246,243,240,.48); font-family: "Oswald", sans-serif; font-size: 15px; letter-spacing: .10em; }
    :where(body).ostrog-site .ostrog-page .category-card__content { position: relative; z-index: 2; max-width: 530px; }
    :where(body).ostrog-site .ostrog-page .category-card h3 { margin: 0; font-size: clamp(20px, 2vw, 32px); font-weight: 600; line-height: 1.15; letter-spacing: -.025em; }
    :where(body).ostrog-site .ostrog-page .category-card p { max-width: 520px; margin: 12px 0 0; color: rgba(246,243,240,.58); font-size: 13px; line-height: 1.55; }
    :where(body).ostrog-site .ostrog-page .category-card--3 h3, :where(body).ostrog-site .ostrog-page .category-card--4 h3 { font-size: clamp(18px, 1.5vw, 24px); }
    :where(body).ostrog-site .ostrog-page .category-card--5 .category-card__top { align-self: stretch; min-width: 110px; }
    :where(body).ostrog-site .ostrog-page .category-card--5 .category-card__content { max-width: 720px; margin-right: auto; }

    :where(body).ostrog-site .ostrog-page .category-card__image {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s ease;
    }

    :where(body).ostrog-site .ostrog-page .category-card:hover .category-card__image { transform: scale(1.045); filter: saturate(1.08) contrast(1.03); }
    :where(body).ostrog-site .ostrog-page .category-card--1 .category-card__image { object-position: 62% center; }
    :where(body).ostrog-site .ostrog-page .category-card--2 .category-card__image { object-position: center; }
    :where(body).ostrog-site .ostrog-page .category-card--3 .category-card__image { object-position: 62% center; }
    :where(body).ostrog-site .ostrog-page .category-card--4 .category-card__image { object-position: center; }
    :where(body).ostrog-site .ostrog-page .category-card--5 .category-card__image { object-position: center 56%; }

    :where(body).ostrog-site .ostrog-page .documents {
      width: min(100%, 1460px);
      margin: 0 auto;
      padding: clamp(96px, 10vw, 156px) 36px;
      color: var(--ink);
      background: var(--ivory);
    }

    :where(body).ostrog-site .ostrog-page .documents__head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 48px; }
    :where(body).ostrog-site .ostrog-page .documents__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: rgba(62,45,48,.62); font-size: 11px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .documents__eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }
    :where(body).ostrog-site .ostrog-page .documents h2 { max-width: 820px; margin: 0; color: var(--rosewood); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .documents__lead { max-width: 400px; margin: 0 0 6px; color: rgba(24,24,24,.60); font-size: 15px; line-height: 1.65; }

    :where(body).ostrog-site .ostrog-page .documents__proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

    :where(body).ostrog-site .ostrog-page .proof-card {
      position: relative;
      overflow: hidden;
      min-height: 520px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: clamp(30px, 4vw, 56px);
      border-radius: 36px;
    }

    :where(body).ostrog-site .ostrog-page .proof-card--mgsu { color: var(--ivory); background: var(--rosewood); border-radius: 36px 120px 36px 36px; box-shadow: 0 30px 70px rgba(62,45,48,.17); }
    :where(body).ostrog-site .ostrog-page .proof-card--mgsu::before { content: "МГСУ"; position: absolute; right: -12px; bottom: -40px; z-index: 2; color: rgba(246,243,240,.055); font-family: "Oswald", sans-serif; font-size: clamp(150px, 18vw, 290px); line-height: 1; letter-spacing: -.08em; pointer-events: none; }
    :where(body).ostrog-site .ostrog-page .proof-card--urfu { color: var(--ink); border: 1px solid rgba(62,45,48,.16); border-radius: 120px 36px 36px 36px; background: var(--ivory); box-shadow: inset 0 1px 0 #fff, 0 24px 60px rgba(62,45,48,.09); }
    :where(body).ostrog-site .ostrog-page .proof-card--urfu::before { content: "УРФУ"; position: absolute; right: -8px; bottom: -40px; z-index: 2; color: rgba(62,45,48,.055); font-family: "Oswald", sans-serif; font-size: clamp(150px, 18vw, 270px); line-height: 1; letter-spacing: -.08em; pointer-events: none; }
    :where(body).ostrog-site .ostrog-page .proof-card::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; }
    :where(body).ostrog-site .ostrog-page .proof-card--mgsu::after { background: linear-gradient(180deg, rgba(24,24,24,.14) 0%, rgba(62,45,48,.30) 36%, rgba(24,24,24,.94) 100%), linear-gradient(90deg, rgba(62,45,48,.44), transparent 70%); }
    :where(body).ostrog-site .ostrog-page .proof-card--urfu::after { background: linear-gradient(180deg, rgba(246,243,240,.04) 0%, rgba(246,243,240,.26) 34%, rgba(246,243,240,.96) 70%, var(--ivory) 100%); }
    :where(body).ostrog-site .ostrog-page .proof-card__media { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s ease; }
    :where(body).ostrog-site .ostrog-page .proof-card--mgsu .proof-card__media { object-position: 60% center; }
    :where(body).ostrog-site .ostrog-page .proof-card--urfu .proof-card__media { object-position: 52% 40%; }
    :where(body).ostrog-site .ostrog-page .proof-card:hover .proof-card__media { transform: scale(1.035); filter: saturate(1.04) contrast(1.02); }

    :where(body).ostrog-site .ostrog-page .proof-card__top { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
    :where(body).ostrog-site .ostrog-page .proof-card__tag { display: inline-flex; align-items: center; min-height: 38px; padding: 0 14px; border: 1px solid currentColor; border-radius: 13px; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; opacity: .70; }
    :where(body).ostrog-site .ostrog-page .proof-card--urfu .proof-card__tag { opacity: 1; border-color: rgba(62,45,48,.18); background: rgba(246,243,240,.80); box-shadow: inset 0 1px 0 rgba(255,255,255,.65); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
    :where(body).ostrog-site .ostrog-page .proof-card__index { font-family: "Oswald", sans-serif; font-size: 15px; letter-spacing: .10em; opacity: .42; }
    :where(body).ostrog-site .ostrog-page .proof-card__content { position: relative; z-index: 3; max-width: 690px; }
    :where(body).ostrog-site .ostrog-page .proof-card h3 { margin: 0; font-size: clamp(28px, 3vw, 46px); font-weight: 600; line-height: 1.12; letter-spacing: -.035em; }
    :where(body).ostrog-site .ostrog-page .proof-card p { max-width: 660px; margin: 22px 0 0; font-size: 15px; line-height: 1.7; }
    :where(body).ostrog-site .ostrog-page .proof-card--mgsu p { color: rgba(246,243,240,.66); }
    :where(body).ostrog-site .ostrog-page .proof-card--urfu p { color: rgba(24,24,24,.62); }
    :where(body).ostrog-site .ostrog-page .proof-card__line { width: 78px; height: 1px; margin-bottom: 24px; background: currentColor; opacity: .40; }

    :where(body).ostrog-site .ostrog-page .downloads { margin-top: 64px; }
    :where(body).ostrog-site .ostrog-page .downloads__title { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; }
    :where(body).ostrog-site .ostrog-page .downloads__title h3 { margin: 0; color: var(--rosewood); font-size: 22px; }
    :where(body).ostrog-site .ostrog-page .downloads__title span { color: rgba(24,24,24,.48); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .download-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }

    :where(body).ostrog-site .ostrog-page .download-card {
      position: relative;
      min-height: 318px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding: 0;
      border: 1px solid rgba(62,45,48,.15);
      border-radius: 22px;
      color: var(--ink);
      background: radial-gradient(120% 90% at 12% 0%, rgba(255,255,255,.92), transparent 48%), linear-gradient(145deg, rgba(255,255,255,.48), rgba(62,45,48,.05));
      box-shadow: inset 0 1px 0 #fff, 0 18px 44px rgba(62,45,48,.07);
      backdrop-filter: blur(18px) saturate(120%);
      -webkit-backdrop-filter: blur(18px) saturate(120%);
      transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    }

    :where(body).ostrog-site .ostrog-page .download-card:hover { transform: translateY(-4px); border-color: rgba(62,45,48,.30); box-shadow: inset 0 1px 0 #fff, 0 24px 58px rgba(62,45,48,.12); }
    :where(body).ostrog-site .ostrog-page .download-card__preview { position: relative; height: 122px; overflow: hidden; background: rgba(62,45,48,.08); }
    :where(body).ostrog-site .ostrog-page .download-card__preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(246,243,240,.20)); pointer-events: none; }
    :where(body).ostrog-site .ostrog-page .download-card__preview img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(.98); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
    :where(body).ostrog-site .ostrog-page .download-card:hover .download-card__preview img { transform: scale(1.055); filter: saturate(.92) contrast(1.02); }
    :where(body).ostrog-site .ostrog-page .download-card:nth-child(1) .download-card__preview img { object-position: 64% 50%; }
    :where(body).ostrog-site .ostrog-page .download-card:nth-child(2) .download-card__preview img { object-position: 28% 48%; }
    :where(body).ostrog-site .ostrog-page .download-card:nth-child(3) .download-card__preview img { object-position: 82% 24%; }
    :where(body).ostrog-site .ostrog-page .download-card:nth-child(4) .download-card__preview img { object-position: 54% 28%; }
    :where(body).ostrog-site .ostrog-page .download-card__body { flex: 1; display: flex; flex-direction: column; padding: 20px; }
    :where(body).ostrog-site .ostrog-page .download-card__top { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
    :where(body).ostrog-site .ostrog-page .download-card__type { color: rgba(62,45,48,.46); font-family: "Oswald", sans-serif; font-size: 13px; letter-spacing: .14em; }
    :where(body).ostrog-site .ostrog-page .download-card__icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid rgba(62,45,48,.16); border-radius: 14px; background: rgba(255,255,255,.42); }
    :where(body).ostrog-site .ostrog-page .download-card__icon svg { width: 18px; height: 18px; fill: none; stroke: var(--rosewood); stroke-width: 1.7; }
    :where(body).ostrog-site .ostrog-page .download-card h4 { margin: 0; color: var(--rosewood); font-size: 16px; line-height: 1.35; }
    :where(body).ostrog-site .ostrog-page .download-card p { margin: 9px 0 0; color: rgba(24,24,24,.52); font-size: 12px; line-height: 1.5; }
    :where(body).ostrog-site .ostrog-page .download-card__action { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 15px; border-top: 1px solid rgba(62,45,48,.12); color: rgba(62,45,48,.70); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .download-card__action small { font-size: 9px; font-weight: 600; opacity: .65; }

    :where(body).ostrog-site .ostrog-page .process {
      position: relative;
      width: min(100%, 1536px);
      margin: 0 auto;
      overflow: hidden;
      padding: clamp(88px, 8vw, 128px) clamp(28px, 5vw, 78px) clamp(76px, 7vw, 112px);
      color: var(--ivory);
      background: var(--rosewood);
      border-radius: 48px;
      box-shadow: 0 30px 80px rgba(62,45,48,.18);
    }

    :where(body).ostrog-site .ostrog-page .process::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .11;
      background-image:
        linear-gradient(rgba(246,243,240,.15) 1px, transparent 1px),
        linear-gradient(90deg, rgba(246,243,240,.15) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: radial-gradient(circle at 50% 62%, #000, transparent 70%);
    }

    :where(body).ostrog-site .ostrog-page .process__head {
      position: relative;
      z-index: 2;
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 48px;
      margin-bottom: 52px;
    }

    :where(body).ostrog-site .ostrog-page .process__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: rgba(246,243,240,.58); font-size: 11px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .process__eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }
    :where(body).ostrog-site .ostrog-page .process h2 { max-width: 860px; margin: 0; font-weight: 500; line-height: 1.12; letter-spacing: -.03em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .process__lead { max-width: 390px; margin: 0 0 6px; color: rgba(246,243,240,.62); font-size: 15px; line-height: 1.65; }

    :where(body).ostrog-site .ostrog-page .process-orbit {
      position: relative;
      z-index: 2;
      min-height: 760px;
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
    }

    :where(body).ostrog-site .ostrog-page .process.is-visible .process-orbit { opacity: 1; transform: none; }

    :where(body).ostrog-site .ostrog-page .process-orbit__line {
      position: absolute;
      inset: 74px 116px 42px;
      width: calc(100% - 232px);
      height: calc(100% - 116px);
      overflow: visible;
      pointer-events: none;
    }

    :where(body).ostrog-site .ostrog-page .process-orbit__track { fill: none; stroke: rgba(246,243,240,.28); stroke-width: 1.4; stroke-dasharray: 4 8; }
    :where(body).ostrog-site .ostrog-page .process-orbit__pulse { fill: none; stroke: rgba(246,243,240,1); stroke-width: 4; stroke-linecap: round; stroke-dasharray: 64 936; filter: drop-shadow(0 0 7px rgba(246,243,240,1)) drop-shadow(0 0 16px rgba(227,160,122,.72)); opacity: 0; }
    :where(body).ostrog-site .ostrog-page .process.is-running .process-orbit__pulse { opacity: 1; }
    :where(body).ostrog-site .ostrog-page .process-orbit__dot { fill: var(--ivory); stroke: var(--ostrog-accent-2, #E3A07A); stroke-width: 3; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 6px rgba(246,243,240,1)) drop-shadow(0 0 15px rgba(227,160,122,.95)); opacity: 0; }
    :where(body).ostrog-site .ostrog-page .process.is-running .process-orbit__dot { opacity: 1; }

    @keyframes orbitPulse { to { stroke-dashoffset: -1000; } }

    :where(body).ostrog-site .ostrog-page .process-core {
      position: absolute;
      left: 50%;
      top: 52%;
      width: min(58%, 790px);
      height: 510px;
      transform: translate(-50%, -50%);
      display: grid;
      place-items: center;
      isolation: isolate;
    }

    :where(body).ostrog-site .ostrog-page .process-core::before {
      content: "";
      position: absolute;
      z-index: -2;
      width: 72%;
      aspect-ratio: 1;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(246,243,240,.16), rgba(246,243,240,.035) 45%, transparent 70%);
      filter: blur(8px);
      transform: scale(.88);
      transition: transform 1.2s cubic-bezier(.2,.7,.2,1), opacity 1.2s ease;
    }

    :where(body).ostrog-site .ostrog-page .process.is-visible .process-core::before { transform: scale(1); animation: coreGlow 5.5s ease-in-out infinite; }
    @keyframes coreGlow { 50% { transform: scale(1.08); opacity: .68; } }

    :where(body).ostrog-site .ostrog-page .process-core__ring { position: absolute; width: min(84%, 620px); aspect-ratio: 1; border: 1px solid rgba(246,243,240,.12); border-radius: 50%; }
    :where(body).ostrog-site .ostrog-page .process-core__ring::before, :where(body).ostrog-site .ostrog-page .process-core__ring::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(246,243,240,.08); border-radius: 50%; }
    :where(body).ostrog-site .ostrog-page .process-core__ring::after { inset: 20%; }

    :where(body).ostrog-site .ostrog-page .process-core__image {
      position: relative;
      z-index: 1;
      width: 100%;
      max-height: 100%;
      object-fit: contain;
      filter: drop-shadow(0 34px 34px rgba(0,0,0,.34));
      transform: scale(.94);
      transition: transform 1s .15s cubic-bezier(.2,.7,.2,1), filter .4s ease;
    }

    :where(body).ostrog-site .ostrog-page .process.is-visible .process-core__image { transform: scale(1); }
    :where(body).ostrog-site .ostrog-page .process-core__caption { position: absolute; left: 50%; top: 4px; z-index: 3; transform: translateX(-50%); padding: 11px 16px; border: 1px solid rgba(246,243,240,.22); border-radius: 14px; color: rgba(246,243,240,.72); background: rgba(24,24,24,.28); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; white-space: nowrap; }

    :where(body).ostrog-site .ostrog-page .process-step {
      position: absolute;
      z-index: 4;
      width: min(25%, 310px);
      min-height: 142px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 20px;
      border: 1px solid rgba(246,243,240,.20);
      border-radius: 22px;
      background: radial-gradient(120% 95% at 10% 0%, rgba(255,255,255,.16), transparent 46%), rgba(24,24,24,.25);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.19), 0 20px 48px rgba(24,24,24,.14);
      backdrop-filter: blur(18px) saturate(125%);
      -webkit-backdrop-filter: blur(18px) saturate(125%);
      opacity: .58;
      transform: translateY(14px) scale(.98);
      transition: opacity .18s ease, transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
    }

    :where(body).ostrog-site .ostrog-page .process.is-visible .process-step { transform: none; }
    :where(body).ostrog-site .ostrog-page .process-step.is-active { opacity: 1; transform: translateY(-5px); border-color: rgba(246,243,240,.54); background: radial-gradient(120% 95% at 10% 0%, rgba(255,255,255,.24), transparent 48%), rgba(24,24,24,.36); box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 24px 60px rgba(24,24,24,.27), 0 0 0 1px rgba(246,243,240,.06); }
    :where(body).ostrog-site .ostrog-page .process-step__number { color: rgba(246,243,240,.46); font-family: "Oswald", sans-serif; font-size: 13px; letter-spacing: .14em; }
    :where(body).ostrog-site .ostrog-page .process-step.is-active .process-step__number { color: var(--ivory); }
    :where(body).ostrog-site .ostrog-page .process-step h3 { margin: 20px 0 0; font-size: 18px; line-height: 1.2; letter-spacing: -.02em; }
    :where(body).ostrog-site .ostrog-page .process-step p { margin: 7px 0 0; color: rgba(246,243,240,.52); font-size: 11px; line-height: 1.5; }
    :where(body).ostrog-site .ostrog-page .process-step.is-active p { color: rgba(246,243,240,.70); }
    :where(body).ostrog-site .ostrog-page .process-step--1 { left: 2%; top: 5%; border-radius: 22px 62px 22px 22px; }
    :where(body).ostrog-site .ostrog-page .process-step--2 { right: 2%; top: 5%; }
    :where(body).ostrog-site .ostrog-page .process-step--3 { right: 0; top: 53%; border-radius: 22px 22px 58px 22px; }
    :where(body).ostrog-site .ostrog-page .process-step--4 { right: 21%; bottom: 0; }
    :where(body).ostrog-site .ostrog-page .process-step--5 { left: 4%; bottom: 4%; border-radius: 58px 22px 22px 22px; }

    :where(body).ostrog-site .ostrog-page .projects {
      width: min(100%, 1460px);
      margin: 0 auto;
      padding: clamp(96px, 10vw, 156px) 36px;
      color: var(--ink);
      background: var(--ivory);
    }

    :where(body).ostrog-site .ostrog-page .projects__head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 48px;
      margin-bottom: 48px;
    }

    :where(body).ostrog-site .ostrog-page .projects__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; color: rgba(62,45,48,.62); font-size: 11px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .projects__eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }
    :where(body).ostrog-site .ostrog-page .projects h2 { max-width: 780px; margin: 0; color: var(--rosewood); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .projects__intro { max-width: 420px; margin: 0 0 6px; color: rgba(24,24,24,.60); font-size: 15px; line-height: 1.65; }

    :where(body).ostrog-site .ostrog-page .projects__grid {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: repeat(2, 280px);
      gap: 16px;
    }

    :where(body).ostrog-site .ostrog-page .project-card {
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: flex-end;
      padding: 30px;
      color: var(--ivory);
      border: 1px solid rgba(62,45,48,.14);
      border-radius: 28px;
      background: var(--rosewood);
      box-shadow: 0 22px 58px rgba(62,45,48,.12);
      isolation: isolate;
    }

    :where(body).ostrog-site .ostrog-page .project-card--main { grid-column: 1 / 8; grid-row: 1 / 3; border-radius: 28px 110px 28px 28px; }
    :where(body).ostrog-site .ostrog-page .project-card--secondary { grid-column: 8 / 13; }
    :where(body).ostrog-site .ostrog-page .project-card--secondary:last-child { border-radius: 28px 28px 82px 28px; }
    :where(body).ostrog-site .ostrog-page .project-card__image { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
    :where(body).ostrog-site .ostrog-page .project-card--main .project-card__image { object-position: 58% center; }
    :where(body).ostrog-site .ostrog-page .project-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(24,24,24,.08) 16%, rgba(62,45,48,.18) 45%, rgba(24,24,24,.88) 100%), linear-gradient(90deg, rgba(62,45,48,.34), transparent 72%); }
    :where(body).ostrog-site .ostrog-page .project-card:hover .project-card__image { transform: scale(1.045); filter: saturate(1.06) contrast(1.03); }
    :where(body).ostrog-site .ostrog-page .project-card__content { width: 100%; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
    :where(body).ostrog-site .ostrog-page .project-card__tag { display: inline-flex; width: fit-content; min-height: 32px; align-items: center; margin-bottom: 14px; padding: 0 12px; border: 1px solid rgba(246,243,240,.34); border-radius: 11px; background: rgba(24,24,24,.30); box-shadow: inset 0 1px 0 rgba(255,255,255,.20); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .project-card h3 { margin: 0; font-size: clamp(23px, 2.3vw, 38px); font-weight: 500; line-height: 1.12; letter-spacing: -.02em; }
    :where(body).ostrog-site .ostrog-page .project-card--secondary h3 { font-size: clamp(20px, 1.7vw, 28px); }
    :where(body).ostrog-site .ostrog-page .project-card p { max-width: 540px; margin: 10px 0 0; color: rgba(246,243,240,.66); font-size: 12px; line-height: 1.55; }
    :where(body).ostrog-site .ostrog-page .project-card__status { align-self: end; padding-bottom: 3px; color: rgba(246,243,240,.55); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }

    :where(body).ostrog-site .ostrog-page .projects__note {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      margin-top: 22px;
      padding: 18px 22px;
      border: 1px solid rgba(62,45,48,.12);
      border-radius: 18px;
      color: rgba(24,24,24,.56);
      background: rgba(255,255,255,.40);
      font-size: 12px;
      line-height: 1.55;
    }

    :where(body).ostrog-site .ostrog-page .projects__note a { flex: 0 0 auto; color: var(--rosewood); font-weight: 700; letter-spacing: .10em; text-transform: uppercase; }

    :where(body).ostrog-site .ostrog-page .contact-cta {
      position: relative;
      width: min(100%, 1460px);
      margin: 0 auto;
      overflow: hidden;
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(540px, 1.08fr);
      gap: clamp(56px, 7vw, 112px);
      align-items: end;
      padding: clamp(96px, 10vw, 156px) 36px;
      color: var(--ink);
      background: var(--ivory);
    }

    :where(body).ostrog-site .ostrog-page .contact-cta::before {
      content: "";
      position: absolute;
      left: -140px;
      top: 40px;
      width: 520px;
      aspect-ratio: 1;
      border: 1px solid rgba(62,45,48,.08);
      border-radius: 50%;
      box-shadow: 0 0 0 92px rgba(62,45,48,.025), 0 0 0 184px rgba(62,45,48,.018);
      pointer-events: none;
    }

    :where(body).ostrog-site .ostrog-page .contact-cta__content, :where(body).ostrog-site .ostrog-page .contact-form { position: relative; z-index: 1; }
    :where(body).ostrog-site .ostrog-page .contact-cta__eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; color: rgba(62,45,48,.62); font-size: 11px; font-weight: 700; letter-spacing: .20em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .contact-cta__eyebrow::before { content: ""; width: 40px; height: 1px; background: currentColor; }
    :where(body).ostrog-site .ostrog-page .contact-cta h2 { max-width: 650px; margin: 0; color: var(--rosewood); font-weight: 500; line-height: 1.12; letter-spacing: -.03em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .contact-cta__lead { max-width: 560px; margin: 28px 0 0; color: rgba(24,24,24,.62); font-size: 16px; line-height: 1.7; }

    :where(body).ostrog-site .ostrog-page .contact-list { display: grid; gap: 10px; margin-top: 42px; }
    :where(body).ostrog-site .ostrog-page .contact-item { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 16px; min-height: 74px; padding: 12px 18px 12px 12px; border: 1px solid rgba(62,45,48,.12); border-radius: 20px; background: rgba(255,255,255,.38); transition: border-color .25s ease, transform .25s ease, background .25s ease; }
    :where(body).ostrog-site .ostrog-page .contact-item:hover { transform: translateX(4px); border-color: rgba(62,45,48,.28); background: rgba(255,255,255,.62); }
    :where(body).ostrog-site .ostrog-page .contact-item__icon { position: relative; overflow: hidden; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(62,45,48,.48); border-radius: 15px; color: var(--ivory); background: linear-gradient(135deg, rgba(62,45,48,.94), rgba(24,24,24,.84) 54%, rgba(62,45,48,.88)); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 10px 22px rgba(24,24,24,.14); }
    :where(body).ostrog-site .ostrog-page .contact-item__icon::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 100% at 14% 0%, rgba(255,255,255,.28), transparent 48%); }
    :where(body).ostrog-site .ostrog-page .contact-item__icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
    :where(body).ostrog-site .ostrog-page .contact-item__copy { display: flex; flex-direction: column; gap: 3px; }
    :where(body).ostrog-site .ostrog-page .contact-item__label { color: rgba(24,24,24,.44); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .contact-item__value { color: var(--ink); font-size: 14px; font-weight: 600; }
    :where(body).ostrog-site .ostrog-page .contact-messenger { grid-template-columns: 48px 1fr auto; }
    :where(body).ostrog-site .ostrog-page .contact-messenger__status { padding: 7px 10px; border-radius: 10px; color: rgba(62,45,48,.68); background: rgba(62,45,48,.07); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .max-mark { font-family: "Manrope", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: -.05em; }

    :where(body).ostrog-site .ostrog-page .contact-form {
      padding: clamp(28px, 4vw, 52px);
      border: 1px solid rgba(62,45,48,.15);
      border-radius: 36px 110px 36px 36px;
      background: radial-gradient(120% 100% at 8% 0%, rgba(255,255,255,.96), transparent 48%), linear-gradient(145deg, rgba(255,255,255,.58), rgba(62,45,48,.055));
      box-shadow: inset 0 1px 0 #fff, 0 32px 80px rgba(62,45,48,.13);
      backdrop-filter: blur(22px) saturate(125%);
      -webkit-backdrop-filter: blur(22px) saturate(125%);
    }

    :where(body).ostrog-site .ostrog-page .contact-form__top { display: flex; align-items: start; justify-content: space-between; gap: 22px; margin-bottom: 34px; }
    :where(body).ostrog-site .ostrog-page .contact-form__top h3 { margin: 0; color: var(--rosewood); font-size: clamp(26px, 2.4vw, 38px); line-height: 1.18; letter-spacing: -.03em; }
    :where(body).ostrog-site .ostrog-page .contact-form__index { flex: 0 0 auto; color: rgba(62,45,48,.38); font-family: "Oswald", sans-serif; font-size: 14px; letter-spacing: .12em; }
    :where(body).ostrog-site .ostrog-page .contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    :where(body).ostrog-site .ostrog-page .form-field { position: relative; display: flex; flex-direction: column; gap: 8px; }
    :where(body).ostrog-site .ostrog-page .form-field--wide { grid-column: 1 / -1; }
    :where(body).ostrog-site .ostrog-page .form-field label { color: rgba(62,45,48,.62); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .form-field input, :where(body).ostrog-site .ostrog-page .form-field textarea { width: 100%; border: 1px solid rgba(62,45,48,.14); border-radius: 16px; outline: none; color: var(--ink); background: rgba(255,255,255,.54); font: 500 14px/1.4 "Manrope", Arial, sans-serif; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
    :where(body).ostrog-site .ostrog-page .form-field input { height: 58px; padding: 0 17px; }
    :where(body).ostrog-site .ostrog-page .form-field textarea { min-height: 138px; padding: 17px; resize: vertical; }
    :where(body).ostrog-site .ostrog-page .form-field input::placeholder, :where(body).ostrog-site .ostrog-page .form-field textarea::placeholder { color: rgba(24,24,24,.35); }
    :where(body).ostrog-site .ostrog-page .form-field input:focus, :where(body).ostrog-site .ostrog-page .form-field textarea:focus { border-color: rgba(62,45,48,.52); background: rgba(255,255,255,.82); box-shadow: 0 0 0 4px rgba(62,45,48,.07); }
    :where(body).ostrog-site .ostrog-page .contact-form__footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 18px; }
    :where(body).ostrog-site .ostrog-page .contact-form__privacy { max-width: 270px; margin: 0; color: rgba(24,24,24,.42); font-size: 10px; line-height: 1.5; }
    :where(body).ostrog-site .ostrog-page .contact-form__privacy a { text-decoration: underline; text-underline-offset: 3px; }
    :where(body).ostrog-site .ostrog-page .contact-form__submit { position: relative; min-height: 58px; overflow: hidden; border: 1px solid rgba(62,45,48,.48); border-radius: 17px; padding: 0 26px; color: var(--ivory); background: linear-gradient(135deg, rgba(62,45,48,.94), rgba(24,24,24,.84) 54%, rgba(62,45,48,.88)); box-shadow: inset 0 1px 0 rgba(255,255,255,.28), inset 0 -1px 0 rgba(246,243,240,.08), 0 14px 30px rgba(24,24,24,.16); backdrop-filter: blur(18px) saturate(135%); -webkit-backdrop-filter: blur(18px) saturate(135%); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
    :where(body).ostrog-site .ostrog-page .contact-form__submit::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 100% at 14% 0%, rgba(255,255,255,.28), transparent 48%); }
    :where(body).ostrog-site .ostrog-page .contact-form__submit:hover { transform: translateY(-2px); border-color: rgba(62,45,48,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 18px 40px rgba(24,24,24,.24); }
    :where(body).ostrog-site .ostrog-page .contact-form__status { min-height: 18px; margin: 12px 0 0; color: rgba(62,45,48,.74); font-size: 11px; }

    :where(body).ostrog-site .ostrog-page .site-footer {
      width: min(100%, 1536px);
      margin: 0 auto;
      overflow: hidden;
      padding: clamp(58px, 6vw, 88px) clamp(28px, 5vw, 78px) 30px;
      color: var(--ivory);
      background: var(--ink, #181818);
      border-radius: 48px;
      box-shadow: 0 24px 70px rgba(24,24,24,.18);
    }

    :where(body).ostrog-site .ostrog-page .site-footer__main { display: grid; grid-template-columns: minmax(260px, 1.4fr) repeat(2, minmax(170px, .7fr)) minmax(220px, 1fr); gap: 48px; padding-bottom: 58px; }
    :where(body).ostrog-site .ostrog-page .site-footer__brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; }
    :where(body).ostrog-site .ostrog-page .site-footer__brand svg { width: 45px; height: 52px; }
    :where(body).ostrog-site .ostrog-page .site-footer__brand span { font-family: "Oswald", sans-serif; font-size: 24px; font-weight: 500; letter-spacing: .16em; }
    :where(body).ostrog-site .ostrog-page .site-footer__statement { max-width: 340px; margin: 24px 0 0; color: rgba(246,243,240,.46); font-size: 13px; line-height: 1.65; }
    :where(body).ostrog-site .ostrog-page .site-footer h4 { margin: 0 0 20px; color: rgba(246,243,240,.40); font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .site-footer__links { display: grid; gap: 13px; }
    :where(body).ostrog-site .ostrog-page .site-footer__links a { width: fit-content; color: rgba(246,243,240,.76); font-size: 13px; transition: color .2s ease; }
    :where(body).ostrog-site .ostrog-page .site-footer__links a:hover { color: var(--ivory); }
    :where(body).ostrog-site .ostrog-page .site-footer__contact { display: grid; gap: 11px; }
    :where(body).ostrog-site .ostrog-page .site-footer__contact a, :where(body).ostrog-site .ostrog-page .site-footer__contact span { color: rgba(246,243,240,.76); font-size: 13px; line-height: 1.5; }
    :where(body).ostrog-site .ostrog-page .site-footer__max { display: inline-flex; align-items: center; gap: 10px; width: fit-content; margin-top: 18px; padding: 10px 13px; border: 1px solid rgba(246,243,240,.16); border-radius: 14px; background: rgba(246,243,240,.06); transition: background .2s ease, border-color .2s ease; }
    :where(body).ostrog-site .ostrog-page .site-footer__max:hover { border-color: rgba(246,243,240,.38); background: rgba(246,243,240,.10); }
    :where(body).ostrog-site .ostrog-page .site-footer__max-mark { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: var(--ink); background: var(--ivory); font-size: 9px; font-weight: 800; }
    :where(body).ostrog-site .ostrog-page .site-footer__max-copy { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(246,243,240,.12); color: rgba(246,243,240,.34); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
    :where(body).ostrog-site .ostrog-page .site-footer__legal { display: flex; flex-wrap: wrap; gap: 22px; }
    :where(body).ostrog-site .ostrog-page .site-footer__legal a:hover { color: rgba(246,243,240,.72); }

    :where(body).ostrog-site .ostrog-page .video-control {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      min-height: 56px;
      padding: 7px 18px 7px 7px;
      color: var(--ivory);
      border: 1px solid rgba(246,243,240,.28);
      cursor: pointer;
    }

    :where(body).ostrog-site .ostrog-page .video-control__icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(246,243,240,.38); border-radius: 13px; background: rgba(246,243,240,.10); }
    :where(body).ostrog-site .ostrog-page .video-control__icon svg { width: 17px; height: 17px; fill: currentColor; }
    :where(body).ostrog-site .ostrog-page .video-control__text { font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

    :where(body).ostrog-site .ostrog-page .facts { display: flex; align-items: center; min-height: 58px; padding: 12px 16px; }
    :where(body).ostrog-site .ostrog-page .fact { padding: 0 16px; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
    :where(body).ostrog-site .ostrog-page .fact:first-child { padding-left: 0; }
    :where(body).ostrog-site .ostrog-page .fact:last-child { padding-right: 0; }
    :where(body).ostrog-site .ostrog-page .fact + .fact { border-left: 1px solid rgba(246,243,240,.30); }
    :where(body).ostrog-site .ostrog-page .hero__facts.facts { display: none; }
    :where(body).ostrog-site .ostrog-page .hero__facts .fact:first-child { padding-left: 46px; }
    :where(body).ostrog-site .ostrog-page .hero__facts .fact:last-child { padding-right: 18px; }

    @media (max-width: 1100px) {
      :where(body).ostrog-site .ostrog-page .container { width: min(100% - 40px, 960px); }
      :where(body).ostrog-site .ostrog-page .topbar__place { display: none; }
      :where(body).ostrog-site .ostrog-page .nav { grid-template-columns: 210px 1fr; }
      :where(body).ostrog-site .ostrog-page .menu { display: none; }
      :where(body).ostrog-site .ostrog-page .nav__cta { justify-self: end; }
      :where(body).ostrog-site .ostrog-page .hero__body { grid-template-columns: 1fr; }
      :where(body).ostrog-site .ostrog-page .hero__actions { flex-wrap: wrap; }
      :where(body).ostrog-site .ostrog-page .hero__facts { justify-self: start; width: min(100%, 580px); grid-template-columns: repeat(3, minmax(0, 1fr)); border-radius: 24px 64px 24px 24px; }
      :where(body).ostrog-site .ostrog-page .hero__facts .fact { min-height: 74px; padding: 0 14px 0 38px; }
      :where(body).ostrog-site .ostrog-page .hero__facts .fact::before { left: 13px; }
      :where(body).ostrog-site .ostrog-page .hero__facts .fact + .fact { border-top: 0; border-left: 1px solid rgba(246,243,240,.18); }
      :where(body).ostrog-site .ostrog-page .hero-corner { min-width: 290px; min-height: 104px; padding: 22px 24px 16px 34px; }
      :where(body).ostrog-site .ostrog-page h1 { font-size: 76px; }
      :where(body).ostrog-site .ostrog-page .about { grid-template-columns: 1fr; padding-inline: 20px; }
      :where(body).ostrog-site .ostrog-page .about__visual { min-height: 560px; }
      :where(body).ostrog-site .ostrog-page .about__image { min-height: 560px; }
      :where(body).ostrog-site .ostrog-page .categories__head { align-items: start; flex-direction: column; }
      :where(body).ostrog-site .ostrog-page .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
      :where(body).ostrog-site .ostrog-page .category-card { grid-column: auto; grid-row: auto; min-height: 250px; }
      :where(body).ostrog-site .ostrog-page .category-card--1 { grid-row: span 2; min-height: 516px; }
      :where(body).ostrog-site .ostrog-page .category-card--2, :where(body).ostrog-site .ostrog-page .category-card--5 { grid-column: span 2; }
      :where(body).ostrog-site .ostrog-page .documents__head { align-items: start; flex-direction: column; }
      :where(body).ostrog-site .ostrog-page .documents__proof { grid-template-columns: 1fr; }
      :where(body).ostrog-site .ostrog-page .download-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      :where(body).ostrog-site .ostrog-page .process__head { align-items: start; flex-direction: column; }
      :where(body).ostrog-site .ostrog-page .process-orbit { min-height: 720px; }
      :where(body).ostrog-site .ostrog-page .process-orbit__line { inset: 80px 40px 60px; width: calc(100% - 80px); height: calc(100% - 140px); }
      :where(body).ostrog-site .ostrog-page .process-core { width: 68%; height: 460px; }
      :where(body).ostrog-site .ostrog-page .process-step { width: min(30%, 280px); }
      :where(body).ostrog-site .ostrog-page .process-step--3 { right: 1%; }
      :where(body).ostrog-site .ostrog-page .projects { padding-inline: 20px; }
      :where(body).ostrog-site .ostrog-page .projects__head { align-items: start; flex-direction: column; }
      :where(body).ostrog-site .ostrog-page .projects__grid { grid-template-rows: repeat(2, 250px); }
      :where(body).ostrog-site .ostrog-page .contact-cta { grid-template-columns: 1fr; padding-inline: 20px; }
      :where(body).ostrog-site .ostrog-page .contact-cta__content { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
      :where(body).ostrog-site .ostrog-page .contact-cta__eyebrow, :where(body).ostrog-site .ostrog-page .contact-cta h2, :where(body).ostrog-site .ostrog-page .contact-cta__lead { grid-column: 1 / -1; }
      :where(body).ostrog-site .ostrog-page .contact-list { grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
      :where(body).ostrog-site .ostrog-page .contact-messenger { grid-column: span 2; }
      :where(body).ostrog-site .ostrog-page .site-footer__main { grid-template-columns: 1.2fr .8fr .8fr; }
      :where(body).ostrog-site .ostrog-page .site-footer__column--contact { grid-column: 1 / -1; }
    }

    @media (max-width: 720px) {
      :root { --radius: 14px; }
      body { padding: 8px; }
      :where(body).ostrog-site .ostrog-page .hero { min-height: calc(100svh - 16px); border-radius: 26px; }
      :where(body).ostrog-site .ostrog-page .container { width: calc(100% - 28px); }
      :where(body).ostrog-site .ostrog-page .topbar { justify-content: flex-end; height: 42px; }
      :where(body).ostrog-site .ostrog-page .topbar__contacts { gap: 14px; }
      :where(body).ostrog-site .ostrog-page .topbar__contacts a:last-child { display: none; }
      :where(body).ostrog-site .ostrog-page .nav { height: 82px; grid-template-columns: 1fr auto; gap: 12px; }
      :where(body).ostrog-site .ostrog-page .brand__mark { width: 36px; height: 42px; }
      :where(body).ostrog-site .ostrog-page .brand__name { font-size: 19px; }
      :where(body).ostrog-site .ostrog-page .nav__cta { min-height: 44px; padding: 0 15px; font-size: 9px; }
      :where(body).ostrog-site .ostrog-page .hero__body { min-height: calc(100svh - 140px); padding-top: 48px; padding-bottom: 18px; gap: 26px; }
      :where(body).ostrog-site .ostrog-page h1 { font-size: clamp(54px, 16vw, 78px); }
      :where(body).ostrog-site .ostrog-page .hero__lead { margin-top: 22px; font-size: 15px; }
      :where(body).ostrog-site .ostrog-page .hero__actions { display: grid; grid-template-columns: 1fr; margin-top: 26px; }
      :where(body).ostrog-site .ostrog-page .button { width: 100%; min-height: 54px; padding-inline: 18px; font-size: 10px; }
      :where(body).ostrog-site .ostrog-page .hero__facts { width: 100%; grid-template-columns: 1fr; padding: 8px 14px; border-radius: 20px 54px 20px 20px; }
      :where(body).ostrog-site .ostrog-page .hero__facts .fact { min-height: 54px; padding-left: 38px; }
      :where(body).ostrog-site .ostrog-page .hero__facts .fact + .fact { border-top: 1px solid rgba(246,243,240,.18); border-left: 0; }
      :where(body).ostrog-site .ostrog-page .fact { padding-inline: 18px; font-size: 9px; }
      :where(body).ostrog-site .ostrog-page .hero::before { background: linear-gradient(90deg, rgba(24,24,24,.84), rgba(62,45,48,.52)), linear-gradient(0deg, rgba(24,24,24,.84), transparent 65%); }
      :where(body).ostrog-site .ostrog-page .hero-corner { min-width: 224px; min-height: 82px; gap: 12px; padding: 15px 17px 11px 26px; border-radius: 38px 0 0 0; }
      :where(body).ostrog-site .ostrog-page .hero-corner__curve { width: 38px; height: 38px; }
      :where(body).ostrog-site .ostrog-page .hero-corner__curve--top { top: -38px; }
      :where(body).ostrog-site .ostrog-page .hero-corner__curve--left { left: -38px; }
      :where(body).ostrog-site .ostrog-page .hero-corner__icon { flex-basis: 42px; width: 42px; height: 42px; border-radius: 14px; }
      :where(body).ostrog-site .ostrog-page .hero-corner__title { font-size: 15px; }
      :where(body).ostrog-site .ostrog-page .hero-corner__label { font-size: 8px; }
      :where(body).ostrog-site .ostrog-page .about { padding: 84px 6px; gap: 48px; }
      :where(body).ostrog-site .ostrog-page .about__visual { min-height: 430px; border-radius: 30px 90px 30px 30px; }
      :where(body).ostrog-site .ostrog-page .about__image { min-height: 430px; }
      :where(body).ostrog-site .ostrog-page .about__caption { left: 18px; bottom: 18px; min-height: 54px; padding-inline: 20px; }
      :where(body).ostrog-site .ostrog-page .about__cutout { width: 126px; height: 88px; border-radius: 38px 0 0 0; }
      :where(body).ostrog-site .ostrog-page .about__cutout span { font-size: 30px; }
      :where(body).ostrog-site .ostrog-page .about__cutout-curve { width: 38px; height: 38px; }
      :where(body).ostrog-site .ostrog-page .about__cutout-curve--top { top: -38px; }
      :where(body).ostrog-site .ostrog-page .about__cutout-curve--left { left: -38px; }
      :where(body).ostrog-site .ostrog-page .about__text { margin-top: 24px; font-size: 16px; }
      :where(body).ostrog-site .ostrog-page .about__benefits { margin-top: 32px; padding-inline: 16px; border-radius: 22px 58px 22px 22px; }
      :where(body).ostrog-site .ostrog-page .about-card { min-height: 98px; grid-template-columns: 50px 1fr; gap: 14px; }
      :where(body).ostrog-site .ostrog-page .about-card__icon { width: 50px; height: 50px; }
      :where(body).ostrog-site .ostrog-page .categories { padding: 76px 16px 16px; border-radius: 30px; }
      :where(body).ostrog-site .ostrog-page .categories__head { margin-bottom: 34px; padding-inline: 4px; }
      :where(body).ostrog-site .ostrog-page .categories__intro { font-size: 13px; }
      :where(body).ostrog-site .ostrog-page .category-grid { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 8px; scroll-snap-type: x mandatory; }
      :where(body).ostrog-site .ostrog-page .category-card, :where(body).ostrog-site .ostrog-page .category-card--1, :where(body).ostrog-site .ostrog-page .category-card--2, :where(body).ostrog-site .ostrog-page .category-card--3, :where(body).ostrog-site .ostrog-page .category-card--4, :where(body).ostrog-site .ostrog-page .category-card--5 { flex: 0 0 84vw; min-height: 390px; border-radius: 24px 68px 24px 24px; scroll-snap-align: start; }
      :where(body).ostrog-site .ostrog-page .category-card--5 { align-items: stretch; flex-direction: column; }
      :where(body).ostrog-site .ostrog-page .category-card h3, :where(body).ostrog-site .ostrog-page .category-card--3 h3, :where(body).ostrog-site .ostrog-page .category-card--4 h3 { font-size: 24px; }
      :where(body).ostrog-site .ostrog-page .documents { padding: 84px 6px; }
      :where(body).ostrog-site .ostrog-page .documents__head { margin-bottom: 34px; }
      :where(body).ostrog-site .ostrog-page .documents__lead { font-size: 14px; }
      :where(body).ostrog-site .ostrog-page .proof-card { min-height: 470px; padding: 28px 22px; border-radius: 26px; }
      :where(body).ostrog-site .ostrog-page .proof-card--mgsu { border-radius: 26px 76px 26px 26px; }
      :where(body).ostrog-site .ostrog-page .proof-card--urfu { border-radius: 76px 26px 26px 26px; }
      :where(body).ostrog-site .ostrog-page .proof-card h3 { font-size: 31px; }
      :where(body).ostrog-site .ostrog-page .proof-card p { font-size: 14px; }
      :where(body).ostrog-site .ostrog-page .downloads { margin-top: 50px; }
      :where(body).ostrog-site .ostrog-page .downloads__title { align-items: start; flex-direction: column; }
      :where(body).ostrog-site .ostrog-page .download-grid { grid-template-columns: 1fr; }
      :where(body).ostrog-site .ostrog-page .download-card { min-height: 300px; }
      :where(body).ostrog-site .ostrog-page .process { padding: 76px 16px 24px; border-radius: 30px; }
      :where(body).ostrog-site .ostrog-page .process__head { margin-bottom: 34px; padding-inline: 4px; }
      :where(body).ostrog-site .ostrog-page .process__lead { font-size: 14px; }
      :where(body).ostrog-site .ostrog-page .process-orbit { min-height: 0; display: flex; flex-direction: column; gap: 12px; }
      :where(body).ostrog-site .ostrog-page .process-orbit__line { display: none; }
      :where(body).ostrog-site .ostrog-page .process-core { position: relative; left: auto; top: auto; order: -1; width: 100%; height: 340px; transform: none; margin-bottom: 8px; }
      :where(body).ostrog-site .ostrog-page .process-core__ring { width: 84%; }
      :where(body).ostrog-site .ostrog-page .process-core__caption { top: 4px; bottom: auto; font-size: 8px; }
      :where(body).ostrog-site .ostrog-page .process-step, :where(body).ostrog-site .ostrog-page .process-step--1, :where(body).ostrog-site .ostrog-page .process-step--2, :where(body).ostrog-site .ostrog-page .process-step--3, :where(body).ostrog-site .ostrog-page .process-step--4, :where(body).ostrog-site .ostrog-page .process-step--5 { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: 100%; min-height: 124px; border-radius: 20px; }
      :where(body).ostrog-site .ostrog-page .process-step { padding-left: 66px; }
      :where(body).ostrog-site .ostrog-page .process-step__number { position: absolute; left: 20px; top: 22px; }
      :where(body).ostrog-site .ostrog-page .process-step h3 { margin-top: 0; }
      :where(body).ostrog-site .ostrog-page .process--mobile-reveal .process-step { opacity: 0; transform: translateY(18px) !important; pointer-events: none; }
      :where(body).ostrog-site .ostrog-page .process--mobile-reveal .process-step.is-active { opacity: 1; transform: none !important; border-color: rgba(246,243,240,.54); background: radial-gradient(120% 95% at 10% 0%, rgba(255,255,255,.24), transparent 48%), rgba(24,24,24,.36); box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 24px 60px rgba(24,24,24,.27), 0 0 0 1px rgba(246,243,240,.06); }
      :where(body).ostrog-site .ostrog-page .process--mobile-reveal .process-orbit__pulse, :where(body).ostrog-site .ostrog-page .process--mobile-reveal .process-orbit__dot { display: none !important; }
      :where(body).ostrog-site .ostrog-page .projects { padding: 84px 6px; }
      :where(body).ostrog-site .ostrog-page .projects__head { margin-bottom: 34px; }
      :where(body).ostrog-site .ostrog-page .projects__intro { font-size: 14px; }
      :where(body).ostrog-site .ostrog-page .projects__grid { display: flex; overflow-x: auto; gap: 12px; padding-bottom: 8px; scroll-snap-type: x mandatory; }
      :where(body).ostrog-site .ostrog-page .project-card, :where(body).ostrog-site .ostrog-page .project-card--main, :where(body).ostrog-site .ostrog-page .project-card--secondary, :where(body).ostrog-site .ostrog-page .project-card--secondary:last-child { flex: 0 0 86vw; min-height: 430px; border-radius: 24px 72px 24px 24px; scroll-snap-align: start; }
      :where(body).ostrog-site .ostrog-page .project-card { padding: 22px; }
      :where(body).ostrog-site .ostrog-page .project-card__content { grid-template-columns: 1fr; }
      :where(body).ostrog-site .ostrog-page .project-card__status { display: none; }
      :where(body).ostrog-site .ostrog-page .project-card h3, :where(body).ostrog-site .ostrog-page .project-card--secondary h3 { font-size: 26px; }
      :where(body).ostrog-site .ostrog-page .projects__note { align-items: flex-start; flex-direction: column; padding: 18px; }
      :where(body).ostrog-site .ostrog-page .contact-cta { padding: 84px 6px; gap: 46px; }
      :where(body).ostrog-site .ostrog-page .contact-cta__content { display: block; }
      :where(body).ostrog-site .ostrog-page .contact-cta__lead { margin-top: 22px; font-size: 15px; }
      :where(body).ostrog-site .ostrog-page .eyebrow { gap: 0; }
      :where(body).ostrog-site .ostrog-page .eyebrow::before { display: none; }
      :where(body).ostrog-site .ostrog-page .contact-list { grid-template-columns: 1fr; margin-top: 32px; }
      :where(body).ostrog-site .ostrog-page .contact-messenger { grid-column: auto; }
      :where(body).ostrog-site .ostrog-page .contact-item { grid-template-columns: 44px 1fr; min-height: 68px; padding: 10px; }
      :where(body).ostrog-site .ostrog-page .contact-messenger { grid-template-columns: 44px 1fr auto; }
      :where(body).ostrog-site .ostrog-page .contact-item__icon { width: 44px; height: 44px; }
      :where(body).ostrog-site .ostrog-page .contact-messenger__status { display: none; }
      :where(body).ostrog-site .ostrog-page .contact-form { padding: 26px 18px; border-radius: 26px 70px 26px 26px; }
      :where(body).ostrog-site .ostrog-page .contact-form__grid { grid-template-columns: 1fr; }
      :where(body).ostrog-site .ostrog-page .form-field--wide { grid-column: auto; }
      :where(body).ostrog-site .ostrog-page .contact-form__footer { align-items: stretch; flex-direction: column; }
      :where(body).ostrog-site .ostrog-page .contact-form__privacy { max-width: none; order: 2; }
      :where(body).ostrog-site .ostrog-page .contact-form__submit { width: 100%; }
      :where(body).ostrog-site .ostrog-page .site-footer { padding: 58px 22px 24px; border-radius: 30px; }
      :where(body).ostrog-site .ostrog-page .site-footer__main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-bottom: 42px; }
      :where(body).ostrog-site .ostrog-page .site-footer__column--brand, :where(body).ostrog-site .ostrog-page .site-footer__column--contact { grid-column: 1 / -1; }
      :where(body).ostrog-site .ostrog-page .site-footer__bottom { align-items: start; flex-direction: column; }
    }

    @media (prefers-reduced-motion: reduce) {
      :where(body).ostrog-site .ostrog-page *, :where(body).ostrog-site .ostrog-page *::before, :where(body).ostrog-site .ostrog-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
      :where(body).ostrog-site .ostrog-page .process-orbit__pulse, :where(body).ostrog-site .ostrog-page .process-core::before { animation: none !important; }
    }
  

/* Common contact forms: CF7 owns validation and submission. */
body .ostrog-cf7-dialog{padding:0;border:1px solid #ffffff40;border-radius:36px;background:var(--ivory, #F6F3F0);color:var(--ink, #181818);width:min(560px,calc(100% - 28px));max-height:90svh;overflow-x:hidden;overflow-y:auto}
.ostrog-cf7-dialog::backdrop{background:#181818bb;backdrop-filter:blur(8px)}
.ostrog-cf7-close{position:sticky;top:14px;float:right;z-index:5;margin:14px 14px 0 0;background:var(--rosewood, #3E2D30);color:var(--ivory, #F6F3F0);border:0;width:40px;height:40px;border-radius:12px;font-size:26px;cursor:pointer}
.ostrog-cf7-dialog .contact-form{width:100%;max-width:100%;overflow:hidden;border:0;border-radius:0;box-shadow:none;padding:55px 32px 30px;background:transparent}
.ostrog-cf7-dialog h3{font-family:Oswald,sans-serif;font-size:32px;line-height:1.2;margin:0 0 24px;color:var(--rosewood, #3E2D30)}
body .contact-form .wpcf7 form{margin:0}
body .contact-form .wpcf7 p{margin:0}
body .contact-form .wpcf7 .form-field label{display:block}
body .contact-form .wpcf7-form-control-wrap{display:block;margin-top:8px}
body .contact-form .wpcf7-list-item{margin:0}
body .contact-form .wpcf7-acceptance label{display:flex;align-items:flex-start;gap:8px}
body .contact-form .wpcf7-acceptance input{flex:0 0 auto;margin-top:3px;accent-color:var(--rosewood, #3E2D30)}
body .contact-form .wpcf7-response-output{border-radius:14px;font-size:13px;line-height:1.6;margin:18px 0 0;padding:12px}
body .contact-form .wpcf7-not-valid-tip{font-size:11px;margin-top:6px}
body .contact-form input.wpcf7-submit{font:700 10px/1.3 Manrope,Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase;min-height:58px;padding:0 26px;border:1px solid #3e2d307a;border-radius:17px;color:var(--ivory, #F6F3F0);background:linear-gradient(135deg,#3e2d30f0,#181818d6 54%,#3e2d30e0);box-shadow:inset 0 1px 0 #ffffff47,0 14px 30px #18181829;cursor:pointer;white-space:normal;max-width:100%}
body .ostrog-cf7-dialog .wpcf7,body .ostrog-cf7-dialog .wpcf7 form{width:100%;max-width:100%;overflow-x:hidden}
body .ostrog-cf7-dialog textarea.wpcf7-form-control{display:block;width:100%;max-width:100%;height:105px;min-height:105px;max-height:105px;resize:none;overflow:auto;box-sizing:border-box}
body .contact-form .wpcf7-spinner{position:absolute}
body:has(.ostrog-cf7-dialog[open]){overflow:hidden}
.ostrog-site .ostrog-page .site-footer{background:var(--ink, #181818)}
.ostrog-site .ostrog-page .process-step{cursor:pointer}
.ostrog-site .ostrog-page .about__eyebrow,.ostrog-site .ostrog-page .categories__eyebrow,.ostrog-site .ostrog-page .documents__eyebrow,.ostrog-site .ostrog-page .process__eyebrow,.ostrog-site .ostrog-page .projects__eyebrow,.ostrog-site .ostrog-page .contact-cta__eyebrow{gap:0}
.ostrog-site .ostrog-page .about__eyebrow::before,.ostrog-site .ostrog-page .categories__eyebrow::before,.ostrog-site .ostrog-page .documents__eyebrow::before,.ostrog-site .ostrog-page .process__eyebrow::before,.ostrog-site .ostrog-page .projects__eyebrow::before,.ostrog-site .ostrog-page .contact-cta__eyebrow::before{display:none}
.ostrog-site.elementor-editor-active .ostrog-native-widget.elementor-widget{display:block;min-height:12px}
.ostrog-site.elementor-editor-active .ostrog-native-widget>.elementor-widget-container{display:contents}
@media(max-width:760px){body .ostrog-cf7-dialog .contact-form{padding:52px 22px 24px}body .contact-form .contact-form__grid{grid-template-columns:1fr}body .contact-form .contact-form__footer{flex-wrap:wrap}}

/* Source default for dark sections; explicit Elementor choices take priority. */
body.ostrog-site .ostrog-page{color:var(--ivory,#F6F3F0)}

/* Temporary front page: a compact, editable Elementor holding screen. */
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__hero{min-height:calc(100svh - 36px)}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__body{min-height:calc(100svh - var(--ostrog-shared-header-height,190px) - 36px);grid-template-columns:minmax(0,900px) minmax(280px,380px);grid-template-rows:1fr;align-items:center;padding-bottom:clamp(42px,7vh,86px)}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__content{align-self:center}
body.ostrog-site .ostrog-page.ostrog-coming-soon h1{max-width:900px;font-size:clamp(64px,7.2vw,112px);line-height:.94}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__lead{max-width:680px}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__card{align-self:center;display:grid;gap:22px;padding:28px;border-radius:26px 70px 26px 26px}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__card-title{font-family:"Oswald",sans-serif;font-size:22px;line-height:1.2;text-transform:uppercase;letter-spacing:.035em}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__card-text{color:rgba(246,243,240,.7);font-size:13px;line-height:1.6}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__contacts{display:grid;gap:10px;padding-top:18px;border-top:1px solid rgba(246,243,240,.18)}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__contact{font-size:13px;font-weight:700;letter-spacing:.04em}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__contact a{transition:color .2s ease}
body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__contact a:hover{color:var(--ostrog-accent-2,#E3A07A)}
@media(max-width:1100px){body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__body{grid-template-columns:1fr;gap:34px;padding-top:clamp(54px,8vh,90px)}body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__card{width:min(100%,620px)}}
@media(max-width:720px){body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__hero{min-height:calc(100svh - 16px)}body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__body{min-height:calc(100svh - var(--ostrog-shared-header-height,136px) - 16px);gap:26px;padding-top:38px;padding-bottom:28px}body.ostrog-site .ostrog-page.ostrog-coming-soon h1{font-size:clamp(48px,14vw,68px);line-height:.98}body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__lead{font-size:14px}body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__card{gap:16px;padding:22px;border-radius:22px 52px 22px 22px}body.ostrog-site .ostrog-page.ostrog-coming-soon .coming-soon__card-title{font-size:19px}}
