    :root {
      --ovi-green: #2f7a46;
      --ovi-green-dark: #1f5534;
      --ovi-mint: #e4f1dd;
      --ovi-sun: #e5b85d;
      --ovi-ink: #34281f;
      --ovi-muted: #75685c;
      --ovi-cream: #fff7e8;
      --ovi-sky: #f7efe2;
      --ovi-linen: #fff2db;
      --ovi-rose: #fff0e5;
      --ovi-brown: #7b4f24;
      --ovi-brown-dark: #4a2e14;
      --ovi-brown-soft: #f1dec2;
      --ovi-wood: #a86c32;
      --ovi-radius: 28px;
      --ovi-shadow: 0 22px 70px rgba(89, 54, 22, .15);
    }

    html { scroll-behavior: smooth; scroll-padding-top: 92px; }
    body {
      font-family: 'Nunito', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      color: var(--ovi-ink);
      background:
        radial-gradient(circle at top left, rgba(168, 108, 50, .16), transparent 32rem),
        radial-gradient(circle at top right, rgba(47, 122, 70, .13), transparent 34rem),
        linear-gradient(180deg, #fffaf1 0%, #f8fbf4 48%, #fff7e8 100%);
      overflow-x: hidden;
    }

    a { color: var(--ovi-green-dark); }
    a:hover { color: var(--ovi-green); }

    .navbar {
      backdrop-filter: blur(18px);
      background:
        linear-gradient(90deg, rgba(255, 248, 235, .96), rgba(247, 239, 226, .92)) !important;
      border-bottom: 1px solid rgba(123, 79, 36, .20);
      box-shadow: 0 12px 34px rgba(74, 46, 20, .08);
      min-height: 64px;
      padding-top: 0;
      padding-bottom: 0;
    }
    .navbar-brand {
      position: relative;
      min-height: 64px;
      padding-top: 0;
      padding-bottom: 0;
      align-items: flex-start !important;
    }
    .navbar-brand-title {
      font-family: 'Amatic SC', cursive;
      font-size: clamp(1.75rem, 2.7vw, 2.7rem);
      color: var(--ovi-brown-dark);
      line-height: 1;
      letter-spacing: .02em;
      margin-top: 14px;
      white-space: nowrap;
    }
    .brand-logo-wrap {
      width: 106px;
      height: 108px;
      border-radius: 32px;
      padding: 5px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      background:
        linear-gradient(135deg, #fff8df, #c28a45 58%, #6f451f);
      border: 1px solid rgba(74, 46, 20, .28);
      box-shadow:
        0 18px 42px rgba(74, 46, 20, .26),
        0 0 0 6px rgba(255, 246, 224, .62);
      margin-top: 12px;
      margin-bottom: -54px;
      position: relative;
      z-index: 3;
    }
    .brand-logo {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 25px;
    }
    .nav-link {
      font-weight: 800;
      color: #5b3b1d !important;
      border-radius: 999px;
      padding: .55rem .85rem !important;
    }
    .nav-link:hover, .nav-link:focus { background: rgba(123, 79, 36, .10); }
    .nav-link i, .dropdown-item i {
      color: var(--ovi-brown);
    }
    .dropdown-menu {
      border: 0;
      border-radius: 20px;
      box-shadow: 0 24px 70px rgba(31, 48, 39, .16);
      padding: .65rem;
    }
    .dropdown-item { border-radius: 14px; font-weight: 700; padding: .7rem .85rem; }
    .dropdown-item:active { background: var(--ovi-green); }

    .btn-ovi {
      --bs-btn-bg: var(--ovi-brown);
      --bs-btn-border-color: var(--ovi-brown);
      --bs-btn-hover-bg: var(--ovi-green-dark);
      --bs-btn-hover-border-color: var(--ovi-green-dark);
      --bs-btn-color: #fff;
      --bs-btn-hover-color: #fff;
      border-radius: 999px;
      font-weight: 900;
      box-shadow: 0 15px 35px rgba(123, 79, 36, .22);
      padding: .9rem 1.2rem;
    }
    .btn-soft {
      background: rgba(255, 255, 255, .88);
      border: 1px solid rgba(123, 79, 36, .18);
      color: var(--ovi-brown-dark);
      border-radius: 999px;
      font-weight: 900;
      padding: .9rem 1.2rem;
      box-shadow: 0 12px 28px rgba(0,0,0,.06);
    }
    .btn-soft:hover { background: #fffaf1; color: var(--ovi-green-dark); }

    .hero {
      position: relative;
      min-height: 720px;
      padding: 145px 0 82px;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(100deg, rgba(74, 46, 20, .70), rgba(31, 85, 52, .34) 56%, rgba(255, 249, 236, .08)),
        url('images/ovi/hero-erdei-nyar.jpg');
      background-position: center center, center 400%;
      background-size: cover, 100% auto;
      background-repeat: no-repeat, no-repeat;
      background-attachment: fixed, fixed;
      z-index: -2;
    }
    .hero::after {
      content: '';
      position: absolute;
      left: -5%; right: -5%; bottom: -1px; height: 105px;
      background: #fffaf1;
      clip-path: ellipse(55% 55% at 50% 100%);
      z-index: -1;
    }
    .hero-fallback {
      position: absolute;
      inset: 0;
      z-index: -3;
      background:
        radial-gradient(circle at 20% 30%, rgba(194, 138, 69, .78), transparent 20rem),
        radial-gradient(circle at 78% 34%, rgba(47, 122, 70, .70), transparent 20rem),
        linear-gradient(135deg, #b98a52, #d9e7c8 55%, #fff1d0);
    }
    .hero .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      background: rgba(255, 255, 255, .9);
      color: var(--ovi-brown-dark);
      border-radius: 999px;
      padding: .55rem .9rem;
      font-weight: 900;
      box-shadow: 0 12px 28px rgba(0,0,0,.08);
    }
    .hero h1 {
      font-family: 'Amatic SC', cursive;
      color: #fff;
      font-size: clamp(4rem, 8vw, 8rem);
      line-height: .86;
      letter-spacing: .02em;
      text-shadow: 0 12px 35px rgba(0,0,0,.28);
      margin: 1.5rem 0;
    }
    .hero-lead {
      color: rgba(255,255,255,.96);
      font-size: clamp(1.12rem, 2vw, 1.45rem);
      max-width: 760px;
      font-weight: 700;
      text-shadow: 0 8px 28px rgba(0,0,0,.26);
    }
    .hero-card {
      background: rgba(255,255,255,.92);
      border: 1px solid rgba(255,255,255,.55);
      border-radius: var(--ovi-radius);
      padding: 1.3rem;
      box-shadow: var(--ovi-shadow);
    }
    .hero-card strong { color: var(--ovi-green-dark); }
    .hero-loc {
      width: 100%;
      display: flex;
      align-items: flex-start;
      gap: .9rem;
      padding: .9rem;
      border: 1px solid rgba(23, 138, 86, .1);
      border-radius: 22px;
      background: #fff;
      text-align: left;
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .hero-loc:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 34px rgba(31,48,39,.1);
    }
    .hero-loc small { color: var(--ovi-muted); display: block; margin-top: .2rem; }

    section { padding: 82px 0; }
    .section-block { padding: 88px 0; }
    .section-alt-green { background: linear-gradient(135deg, #e8f3df, #fffaf1); }
    .section-alt-cream { background: linear-gradient(135deg, #fff1dc, #fffaf1); }
    .section-alt-sky { background: linear-gradient(135deg, #f5ead9, #eef6e8); }
    .section-alt-mint { background: linear-gradient(135deg, #e8f3df, #f8ecd9); }
    .section-divider {
      border-top: 1px solid rgba(123, 79, 36, .12);
      border-bottom: 1px solid rgba(47, 122, 70, .10);
    }

    .section-kicker {
      color: var(--ovi-green);
      font-weight: 1000;
      letter-spacing: .1em;
      text-transform: uppercase;
      font-size: .82rem;
      margin-bottom: .6rem;
    }
    .section-title {
      font-size: clamp(2rem, 4vw, 3.6rem);
      line-height: 1.02;
      font-weight: 1000;
      letter-spacing: -.04em;
      margin-bottom: 1rem;
      color: var(--ovi-brown-dark);
    }
    .section-lead {
      color: var(--ovi-muted);
      font-size: 1.15rem;
      font-weight: 700;
      max-width: 820px;
    }
    .gallery-main-title {
      white-space: nowrap;
      font-size: clamp(1.85rem, 3.35vw, 3.25rem);
    }

    .soft-panel {
      background: rgba(255,255,255,.86);
      border: 1px solid rgba(23, 138, 86, .1);
      border-radius: var(--ovi-radius);
      box-shadow: var(--ovi-shadow);
      overflow: hidden;
    }
    .padded-panel { padding: clamp(1.25rem, 3vw, 2.25rem); }

    .intro-card {
      background: #fff;
      border: 1px solid rgba(23, 138, 86, .1);
      border-radius: var(--ovi-radius);
      padding: 1.5rem;
      height: 100%;
      box-shadow: 0 16px 46px rgba(38, 70, 50, .08);
      position: relative;
      overflow: hidden;
    }
    .intro-card::after {
      content: '';
      position: absolute;
      right: -36px;
      top: -36px;
      width: 130px;
      height: 130px;
      border-radius: 50%;
      background: var(--intro-bubble, rgba(23, 138, 86, .08));
    }
    .intro-card:nth-child(1) { --intro-bubble: rgba(255, 214, 107, .28); }
    .intro-card:nth-child(2) { --intro-bubble: rgba(113, 191, 255, .22); }
    .intro-card:nth-child(3) { --intro-bubble: rgba(255, 148, 132, .18); }
    .intro-row > div:nth-child(1) .intro-card { --intro-bubble: rgba(255, 214, 107, .32); }
    .intro-row > div:nth-child(2) .intro-card { --intro-bubble: rgba(104, 190, 255, .22); }
    .intro-row > div:nth-child(3) .intro-card { --intro-bubble: rgba(255, 154, 139, .2); }
    .feature-card {
      height: 100%;
      background: #fff;
      border: 1px solid rgba(23, 138, 86, .1);
      border-radius: var(--ovi-radius);
      padding: 1.35rem;
      box-shadow: 0 16px 46px rgba(38, 70, 50, .08);
      transition: transform .18s ease, box-shadow .18s ease;
    }
    .feature-card:hover { transform: translateY(-4px); box-shadow: 0 22px 60px rgba(38, 70, 50, .14); }
    .feature-icon {
      width: 62px; height: 62px;
      border-radius: 22px;
      display: grid; place-items: center;
      background: var(--ovi-brown-soft);
      color: var(--ovi-brown-dark);
      font-size: 1.55rem;
      margin-bottom: 1rem;
      flex: 0 0 auto;
    }

    .signature {
      margin-top: 1.5rem;
      padding-top: 1.1rem;
      border-top: 1px dashed rgba(23, 138, 86, .25);
      color: var(--ovi-green-dark);
      font-size: 1.05rem;
      text-align: right;
    }

    .building-card {
      overflow: hidden;
      border-radius: var(--ovi-radius);
      background: #fff;
      box-shadow: var(--ovi-shadow);
      border: 1px solid rgba(23, 138, 86, .1);
      height: 100%;
    }
    .building-img {
      min-height: 300px;
      background:
        linear-gradient(135deg, rgba(123, 79, 36, .24), rgba(47, 122, 70, .18)),
        var(--img, linear-gradient(135deg, #dff6e9, #fff2bd));
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .building-img::after {
      content: attr(data-label);
      position: absolute;
      left: 1rem; bottom: 1rem;
      background: rgba(255,255,255,.92);
      border-radius: 999px;
      padding: .45rem .75rem;
      font-weight: 1000;
      color: var(--ovi-green-dark);
    }

    .gallery-tile {
      display: block;
      min-height: 220px;
      border-radius: 28px;
      overflow: hidden;
      position: relative;
      color: #fff;
      text-decoration: none;
      background:
        linear-gradient(135deg, rgba(74, 46, 20, .78), rgba(31, 85, 52, .24)),
        var(--img, linear-gradient(135deg, #6ac78c, #ffe08a));
      background-size: cover;
      background-position: center;
      box-shadow: 0 18px 50px rgba(31, 48, 39, .14);
      transition: transform .18s ease;
    }
    .gallery-tile:hover { color: #fff; transform: translateY(-3px); }
    .gallery-tile span {
      position: absolute;
      left: 1rem; right: 1rem; bottom: 1rem;
      font-weight: 1000;
      font-size: 1.2rem;
      text-shadow: 0 8px 28px rgba(0,0,0,.45);
    }


    .about-panel {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 0% 0%, rgba(194, 138, 69, .24), transparent 16rem),
        radial-gradient(circle at 100% 0%, rgba(47, 122, 70, .15), transparent 18rem),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,250,241,.94));
      border: 1px solid rgba(123, 79, 36, .16);
      border-radius: 36px;
      box-shadow: var(--ovi-shadow);
      padding: clamp(1.35rem, 3.4vw, 2.7rem);
    }

    .about-panel::after {
      content: '✿';
      position: absolute;
      right: 1.2rem;
      bottom: .7rem;
      color: rgba(23, 138, 86, .09);
      font-size: 5.5rem;
      line-height: 1;
      pointer-events: none;
    }

    .about-panel > * {
      position: relative;
      z-index: 1;
    }

    .about-main-title {
      font-size: clamp(2.1rem, 4.5vw, 4.1rem);
      line-height: .98;
      font-weight: 1000;
      letter-spacing: -.045em;
      margin-bottom: 1rem;
      color: var(--ovi-brown-dark);
      text-wrap: balance;
    }

    .about-lead-card {
      background: #fff;
      border: 1px solid rgba(23, 138, 86, .12);
      border-radius: 30px;
      padding: clamp(1.2rem, 2.5vw, 2rem);
      box-shadow: 0 18px 48px rgba(31,48,39,.08);
      height: 100%;
    }

    .about-chapter {
      background: rgba(255,255,255,.94);
      border: 1px solid rgba(123, 79, 36, .16);
      border-radius: 30px;
      padding: clamp(1.15rem, 2.4vw, 1.8rem);
      box-shadow: 0 18px 48px rgba(31,48,39,.10);
      height: 100%;
    }

    .about-chapter h3,
    .about-lead-card h3 {
      color: var(--ovi-brown-dark);
      font-weight: 1000;
      letter-spacing: -.025em;
      margin-bottom: .9rem;
    }

    .about-text {
      color: #4d5f55;
      font-weight: 700;
      line-height: 1.78;
      font-size: 1.04rem;
      text-align: justify;
    }

    .about-icon {
      width: 66px;
      height: 66px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--ovi-brown-soft), var(--ovi-mint));
      color: var(--ovi-brown-dark);
      font-size: 1.6rem;
      margin-bottom: 1rem;
      box-shadow: 0 14px 32px rgba(23,138,86,.12);
    }

    .about-copy {
      border-left: 5px solid var(--ovi-wood);
      padding-left: 1.1rem;
    }

    .about-copy .about-text {
      margin-bottom: 0;
    }

    .about-principles-chapter {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 7% 18%, rgba(255, 249, 237, .42), transparent 13rem),
        radial-gradient(circle at 90% 14%, rgba(139, 168, 111, .34), transparent 15rem),
        radial-gradient(circle at 63% 110%, rgba(112, 69, 31, .24), transparent 16rem),
        linear-gradient(135deg, #c99b66 0%, #b4824d 38%, #7f9a65 100%);
      border: 1px solid rgba(255, 249, 237, .55);
      box-shadow: 0 24px 70px rgba(123, 79, 36, .18);
      color: #fffdf6;
      padding: clamp(1.35rem, 3vw, 2.3rem);
    }

    .about-principles-chapter::before,
    .about-principles-chapter::after {
      content: '';
      position: absolute;
      pointer-events: none;
      border-radius: 999px;
    }

    .about-principles-chapter::before {
      width: 220px;
      height: 220px;
      right: -72px;
      top: -82px;
      background: rgba(255, 249, 237, .20);
      box-shadow: -55px 86px 0 rgba(255, 249, 237, .08);
    }

    .about-principles-chapter::after {
      width: 148px;
      height: 148px;
      left: -46px;
      bottom: -58px;
      background: rgba(15, 95, 60, .16);
      box-shadow: 95px -34px 0 rgba(255, 214, 107, .13);
    }

    .about-principles-content {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(210px, .75fr) 1.6fr;
      gap: clamp(1.2rem, 3vw, 2.4rem);
      align-items: center;
    }

    .about-principles-heading {
      position: relative;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1rem 0;
    }

    .about-principles-heading::after {
      content: '✦ ✿';
      margin-top: 1rem;
      color: rgba(255, 253, 246, .55);
      font-size: 1.75rem;
      letter-spacing: .35rem;
      line-height: 1;
    }

    .about-principles-heading h3 {
      color: #fffdf6;
      text-shadow: 0 8px 22px rgba(74, 46, 20, .22);
      font-size: clamp(1.9rem, 3vw, 2.65rem);
      line-height: .98;
      margin-bottom: .65rem;
    }

    .about-principles-ornament {
      display: flex;
      align-items: center;
      gap: .6rem;
      margin-top: 1.15rem;
      max-width: 260px;
    }

    .about-principles-ornament span {
      display: block;
      height: 10px;
      border-radius: 999px;
      background: rgba(255, 253, 246, .64);
      box-shadow: 0 10px 22px rgba(74, 46, 20, .12);
    }

    .about-principles-ornament span:nth-child(1) {
      width: 74px;
      background: rgba(255, 253, 246, .76);
    }

    .about-principles-ornament span:nth-child(2) {
      width: 42px;
      background: rgba(223, 246, 233, .62);
    }

    .about-principles-ornament span:nth-child(3) {
      width: 24px;
      background: rgba(255, 214, 107, .48);
    }

    .about-principles-chapter .about-icon {
      background: rgba(255, 253, 246, .78);
      border: 1px solid rgba(255, 253, 246, .86);
      color: var(--ovi-brown-dark);
      box-shadow: 0 16px 36px rgba(74, 46, 20, .18);
    }

    .about-principles {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      display: grid;
      gap: 1.35rem;
    }

    .about-principles li {
      display: grid;
      grid-template-columns: 66px 1fr;
      gap: 1rem;
      align-items: center;
      color: #fffdf6;
      font-weight: 500;
      font-size: 1.08rem;
      line-height: 1.62;
      background: rgba(255, 253, 246, .22);
      border: 1px solid rgba(255, 253, 246, .36);
      border-radius: 28px;
      padding: 1rem 1.15rem;
      box-shadow: 0 18px 42px rgba(74, 46, 20, .14);
      backdrop-filter: blur(12px);
    }

    .about-principles li span {
      text-align: left;
      flex: 1 1 auto;
      text-shadow: 0 5px 14px rgba(74, 46, 20, .10);
    }

    .about-principles li i {
      width: 66px;
      height: 66px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      background: rgba(255, 253, 246, .76);
      border: 1px solid rgba(255, 253, 246, .86);
      color: var(--ovi-brown-dark);
      box-shadow: 0 14px 32px rgba(74, 46, 20, .14);
      font-size: 1.6rem;
    }

    @media (max-width: 991.98px) {
      .about-principles-content {
        grid-template-columns: 1fr;
      }

      .about-principles-heading {
        padding-bottom: 0;
      }

    }

    @media (max-width: 575.98px) {
      .about-principles li {
        grid-template-columns: 58px 1fr;
        align-items: flex-start;
      }

      .about-principles li i {
        width: 58px;
        height: 58px;
        border-radius: 21px;
      }
    }

    .about-small-card {
      height: 100%;
      background: #fff;
      border: 1px solid rgba(123, 79, 36, .16);
      border-radius: 26px;
      padding: 1.25rem;
      box-shadow: 0 18px 44px rgba(31,48,39,.10);
    }

    .about-small-card h4 {
      color: var(--ovi-brown-dark);
      font-weight: 1000;
      margin-bottom: .7rem;
    }

    .about-quote {
      border-left: 5px solid var(--ovi-wood);
      padding-left: 1.1rem;
    }

    @media (max-width: 991.98px) {
      .about-panel {
        border-radius: 30px;
      }

      .about-main-title {
        font-size: clamp(2rem, 11vw, 3.25rem);
      }
    }

    .principle-card {
      background: rgba(255,255,255,.88);
      border: 1px solid rgba(23, 138, 86, .1);
      border-radius: 26px;
      padding: 1.35rem;
      height: 100%;
      box-shadow: 0 16px 42px rgba(31,48,39,.07);
    }

    .award-img {
      max-width: 100%;
      max-height: 142px;
      object-fit: contain;
      filter: drop-shadow(0 14px 18px rgba(31,48,39,.16));
      transition: transform .18s ease, filter .18s ease;
    }
    .award-img:hover {
      filter: drop-shadow(0 18px 22px rgba(31,48,39,.2));
    }
    .award-slot {
      min-height: 165px;
      display: grid;
      place-items: center;
      padding: .5rem;
    }

    .group-card {
      height: 100%;
      border: 0;
      border-radius: 30px;
      padding: 1.25rem;
      background: #fff;
      box-shadow: 0 20px 55px rgba(31, 48, 39, .1);
      position: relative;
      overflow: hidden;
    }
    .group-card::before {
      content: '';
      position: absolute;
      inset: 0;
      opacity: .75;
      background: var(--group-bg, var(--ovi-mint));
      clip-path: circle(43% at 85% 15%);
      z-index: 0;
    }
    .group-card::after {
      content: '';
      position: absolute;
      width: 120px;
      height: 120px;
      right: -26px;
      bottom: -26px;
      border-radius: 50%;
      background: rgba(255,255,255,.42);
      z-index: 0;
    }
    .group-card > * { position: relative; z-index: 1; }
    .group-icon {
      width: 92px; height: 92px;
      border-radius: 32px;
      display: grid; place-items: center;
      font-size: 3.35rem;
      background: rgba(255,255,255,.82);
      border: 1px solid rgba(255,255,255,.85);
      box-shadow: 0 18px 38px rgba(0,0,0,.08);
      margin-bottom: 1rem;
    }
    .group-icon-blueflower {
      color: #2f80d0;
      text-shadow: 0 8px 20px rgba(47, 128, 208, .22);
    }
    .group-icon i {
      line-height: 1;
    }
    .tone-blue { --group-bg: #d7ecff; }
    .tone-yellow { --group-bg: #fff0a8; }
    .tone-green { --group-bg: #cdeeca; }
    .tone-brown { --group-bg: #ead8c2; }
    .tone-purple { --group-bg: #eadfff; }
    .tone-orange { --group-bg: #ffe1bd; }
    .group-place {
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      border-radius: 999px;
      padding: .38rem .7rem;
      background: rgba(255,255,255,.76);
      font-weight: 800;
      color: var(--ovi-green-dark);
      margin-bottom: .9rem;
      font-size: .88rem;
    }

    .ovi-label-card {
      position: relative;
      overflow: hidden;
      border: 3px solid rgba(123, 79, 36, .36);
      outline: 7px solid rgba(47, 122, 70, .12);
      background:
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,249,236,.92)),
        radial-gradient(circle at 100% 0%, rgba(255, 214, 107, .65), transparent 7.5rem),
        radial-gradient(circle at 0% 100%, rgba(104, 190, 255, .28), transparent 8rem);
      box-shadow: 0 24px 70px rgba(15, 95, 60, .22);
    }
    .ovi-label-card h3 {
      color: var(--ovi-green-dark);
      letter-spacing: -.02em;
    }

    .group-row-block {
      position: relative;
      overflow: hidden;
      border: 3px solid rgba(123, 79, 36, .36);
      outline: 7px solid rgba(47, 122, 70, .12);
      border-radius: 34px;
      padding: 1.35rem;
      background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,244,225,.88)),
        radial-gradient(circle at 100% 0%, rgba(194, 138, 69, .38), transparent 11rem),
        radial-gradient(circle at 0% 100%, rgba(47, 122, 70, .18), transparent 13rem);
      box-shadow: 0 24px 70px rgba(15, 95, 60, .18);
    }
    .group-row-block::after {
      content: '✿';
      position: absolute;
      right: 1.1rem;
      bottom: .65rem;
      color: rgba(23, 138, 86, .1);
      font-size: 4.5rem;
      line-height: 1;
      pointer-events: none;
    }
    .group-row-block + .group-row-block {
      margin-top: 2rem;
    }
    .group-row-title {
      position: relative;
      z-index: 1;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 1rem .75rem;
      border-radius: 28px;
    }
    .group-row-title::before {
      content: '';
      position: absolute;
      inset: .15rem;
      border-radius: 28px;
      background:
        radial-gradient(circle at 50% 0%, rgba(255, 214, 107, .34), transparent 7rem),
        radial-gradient(circle at 50% 100%, rgba(23, 138, 86, .12), transparent 8rem);
      opacity: .95;
      z-index: -1;
    }
    .group-row-title h3 {
      color: var(--ovi-green-dark);
      letter-spacing: -.035em;
      font-size: clamp(1.55rem, 2.2vw, 2.15rem);
      line-height: 1.02;
      margin-bottom: .7rem;
      text-wrap: balance;
    }
    .group-row-title p {
      max-width: 220px;
      margin-left: auto;
      margin-right: auto;
    }
    .group-row-title .ovi-label-mark {
      margin-left: auto;
      margin-right: auto;
      width: 76px;
      height: 76px;
      border-radius: 28px;
      font-size: 2rem;
      box-shadow: 0 18px 42px rgba(23,138,86,.28);
    }

    .ovi-label-card::before {
      content: '';
      position: absolute;
      width: 130px;
      height: 130px;
      right: -42px;
      top: -42px;
      border-radius: 50%;
      background: rgba(23, 138, 86, .12);
    }
    .ovi-label-card::after {
      content: '✿';
      position: absolute;
      right: 1rem;
      bottom: .7rem;
      color: rgba(23, 138, 86, .16);
      font-size: 3.5rem;
      line-height: 1;
    }
    .ovi-label-card > * { position: relative; z-index: 1; }
    .ovi-label-badge {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      border-radius: 999px;
      padding: .35rem .68rem;
      margin-bottom: .9rem;
      background: rgba(15, 95, 60, .1);
      color: var(--ovi-green-dark);
      font-size: .78rem;
      font-weight: 1000;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .ovi-label-mark {
      width: 64px;
      height: 64px;
      border-radius: 24px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--ovi-green), #8fd77e);
      color: #fff;
      box-shadow: 0 14px 34px rgba(23,138,86,.22);
      font-size: 1.7rem;
      margin-bottom: 1rem;
    }

    .gallery-modal-img {
      width: 100%;
      height: min(72vh, 760px);
      object-fit: contain;
      background: #102016;
    }
    .gallery-empty {
      min-height: 220px;
      display: grid;
      place-items: center;
      border-radius: 28px;
      background: linear-gradient(135deg, rgba(23, 138, 86, .15), rgba(255, 214, 107, .18));
      color: var(--ovi-green-dark);
      font-weight: 900;
      text-align: center;
      padding: 1.5rem;
      box-shadow: 0 18px 50px rgba(31, 48, 39, .1);
    }

    .highlight-download {
      background: linear-gradient(135deg, #fffaf1, #eef6e8);
      border: 1px solid rgba(23, 138, 86, .12);
      border-radius: 32px;
      box-shadow: var(--ovi-shadow);
      overflow: hidden;
      height: 100%;
    }
    .highlight-ribbon {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      background: var(--ovi-brown-soft);
      color: var(--ovi-brown-dark);
      border-radius: 999px;
      padding: .45rem .75rem;
      font-weight: 1000;
      font-size: .85rem;
      margin-bottom: 1rem;
    }
    .doc-list { display: grid; gap: .8rem; }
    .doc-item {
      display: flex;
      align-items: center;
      gap: 1rem;
      padding: .95rem 1rem;
      background: #fff;
      border: 1px solid rgba(23, 138, 86, .1);
      border-radius: 20px;
      text-decoration: none;
      color: var(--ovi-ink);
      box-shadow: 0 10px 28px rgba(31,48,39,.05);
      transition: transform .18s ease;
    }
    .doc-item:hover { transform: translateX(3px); color: var(--ovi-green-dark); }
    .doc-type {
      flex: 0 0 auto;
      min-width: 54px;
      text-align: center;
      background: var(--ovi-mint);
      color: var(--ovi-brown-dark);
      font-weight: 1000;
      border-radius: 999px;
      padding: .35rem .55rem;
      font-size: .78rem;
    }

    .contact-card {
      background: #fff;
      border-radius: var(--ovi-radius);
      padding: 1.35rem;
      height: 100%;
      border: 1px solid rgba(23, 138, 86, .1);
      box-shadow: 0 18px 46px rgba(31,48,39,.08);
    }
    .contact-logo-row {
      display: flex;
      align-items: center;
      gap: .9rem;
      flex-wrap: wrap;
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px dashed rgba(23, 138, 86, .22);
    }
    .contact-logo {
      max-height: 72px;
      max-width: 120px;
      object-fit: contain;
      filter: drop-shadow(0 10px 14px rgba(31,48,39,.12));
    }
    .map-frame {
      width: 100%;
      min-height: 430px;
      border: 0;
      border-radius: 28px;
    }

    .footer {
      position: relative;
      background:
        radial-gradient(circle at 8% 18%, rgba(229, 184, 93, .34), transparent 16rem),
        radial-gradient(circle at 84% 6%, rgba(47, 122, 70, .28), transparent 17rem),
        radial-gradient(circle at 58% 110%, rgba(194, 138, 69, .22), transparent 18rem),
        linear-gradient(135deg, #7b4f24 0%, #4a2e14 38%, #1f5534 72%, #122b1d 100%);
      color: rgba(255,255,255,.86);
      padding: 92px 0 22px;
      margin-top: 0;
      overflow: hidden;
    }
    .footer::before {
      content: '';
      position: absolute;
      left: -5%;
      right: -5%;
      top: -72px;
      height: 140px;
      background: #e8f3df;
      clip-path: ellipse(55% 55% at 50% 0%);
    }
    .footer .container { position: relative; z-index: 1; }
    .footer-brand-logo-row {
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-bottom: 1rem;
    }
    .footer-logo-wrap {
      width: 86px;
      height: 88px;
      border-radius: 28px;
      padding: 5px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      background:
        linear-gradient(135deg, #fff8df, #c28a45 58%, #6f451f);
      border: 1px solid rgba(255, 246, 224, .42);
      box-shadow:
        0 18px 42px rgba(0, 0, 0, .22),
        0 0 0 5px rgba(255, 246, 224, .14);
    }
    .footer-logo {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      border-radius: 22px;
    }
    .footer h3, .footer strong { color: #fff; }
    .footer a { color: #dff6e9; text-decoration: none; }
    .footer a:hover { color: #fff; }
    .small-muted { color: rgba(255,255,255,.62); }

    @media (max-width: 991.98px) {
      .gallery-main-title { white-space: normal; }
      .hero { min-height: auto; padding-top: 128px; }
      .hero::before { background-attachment: scroll, scroll; background-size: cover, cover; }
      .navbar .dropdown-menu { box-shadow: none; background: rgba(23, 138, 86, .06); }
      section, .section-block { padding: 64px 0; }
      .building-img { min-height: 230px; }
      .brand-logo-wrap {
        width: 78px;
        height: 80px;
        border-radius: 25px;
        margin-top: 10px;
        margin-bottom: -34px;
      }
      .brand-logo { border-radius: 20px; }
      .navbar { min-height: 58px; }
      .navbar-brand { min-height: 58px; }
      .navbar-brand-title { font-size: 1.85rem; margin-top: 13px; }
    }
