/* Auto-extracted from inline <style> blocks to keep HTML clean */

.projects-page-titlebar{
      padding: 7.5rem 2rem 2rem;
      max-width: 1400px;
      margin: 0 auto;
    }
    .projects-page-titlebar h1{
      margin: 0;
      font-size: 2rem;
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #d4b15f;
    }
    .projects-grid-page.projects-grid-small{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr auto;
      gap: 32px;
      align-items: stretch;
    }
    .ghost-content{ visibility: hidden; }
    .comingsoon-overlay{
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.9rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.7);
      background: rgba(0,0,0,0.35);
    }
    .see-all-vertical{
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      min-height: 100%;
      border: 1px solid rgba(212,177,95,0.45);
      border-radius: 12px;
      background: rgba(0,0,0,0.35);
      color: #d4b15f;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .see-all-vertical:hover{
      background: rgba(212,177,95,0.10);
      transform: translateX(4px);
    }
    .see-all-inner{
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }
    .see-all-text{
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-size: 0.7rem;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      opacity: 0.85;
    }
    .see-all-arrow{
      font-size: 1.4rem;
      line-height: 1;
    }
    .nav-primary { position: relative; }
    .lang-dropdown-wrap{
      position: relative;
      display: inline-block;
    }
    .lang-trigger{
      cursor: pointer;
      user-select: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 10px;
      border: 1px solid rgba(255,255,255,0.18);
      border-radius: 12px;
      background: rgba(0,0,0,0.35);
      color: rgba(255,255,255,0.85);
      font-size: 0.8rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
    }
    .lang-trigger .caret{
      color: #d4b15f;
      transform: translateY(-1px);
    }
    .lang-dropdown{
      position: absolute;
      top: calc(100% + 10px);
      right: 0;
      min-width: 170px;
      padding: 10px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(0,0,0,0.92);
      backdrop-filter: blur(10px);
      opacity: 0;
      transform: translateY(-10px);
      pointer-events: none;
      transition: opacity .25s ease, transform .25s ease;
      z-index: 999;
    }
    .lang-dropdown.open{
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
    .lang-option{
      display: block;
      width: 100%;
      padding: 10px 12px;
      border-radius: 10px;
      border: 0;
      background: transparent;
      color: rgba(255,255,255,0.85);
      font-size: 0.8rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      cursor: pointer;
      text-align: left;
      transition: background .2s ease, color .2s ease, box-shadow .25s ease;
    }
    .lang-option:hover{
      background: rgba(212,177,95,0.10);
      color: #d4b15f;
    }
    a:hover,
    button:hover,
    .lang-trigger:hover {
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.55),
        0 0 18px rgba(212,177,95,0.18);
    }
    .project-card{
      transition: box-shadow .25s ease, transform .25s ease, outline-color .25s ease;
      outline: 1px solid transparent;
      outline-offset: 0;
      border-radius: 12px;
    }
    a.project-card:hover{
      outline-color: rgba(212,177,95,0.55);
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.45),
        0 18px 45px rgba(0,0,0,0.45),
        0 0 22px rgba(212,177,95,0.16);
      transform: translateY(-2px);
    }
    .see-all-vertical:hover{
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.55),
        0 0 18px rgba(212,177,95,0.18);
    }
    .lang-option:hover{
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.40),
        0 0 14px rgba(212,177,95,0.14);
    }
    .nav-primary a{
      transition: box-shadow .25s ease, color .25s ease;
      border-radius: 10px;
      padding: 6px 8px;
      display: inline-block;
    }
    .nav-primary a:hover{
      color: #d4b15f;
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.40),
        0 0 16px rgba(212,177,95,0.12);
    }
    a:focus-visible,
    button:focus-visible,
    .lang-trigger:focus-visible{
      outline: 2px solid rgba(212,177,95,0.75);
      outline-offset: 3px;
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.55),
        0 0 18px rgba(212,177,95,0.18);
    }
    .photo-footer{
      max-width: 1200px;
      margin: 0 auto 36px;
      padding: 18px 12px 0;
      color: rgba(255,255,255,0.55);
      font-size: 1rem;
      line-height: 1.7;
    }
    .photo-footer a{
      color: rgba(255,255,255,0.55);
      text-decoration: none;
    }
    .photo-footer a:hover{ color: rgba(212,177,95,0.90); }
    .footer-strong-line{
      height: 4px;
      width: 98%;
      margin: 0 auto 14px;
      border-radius: 4px;
      background: rgba(212,177,95,0.55);
      box-shadow: 0 0 0 1px rgba(0,0,0,0.55);
    }
    .footer-row{
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }
    .footer-policies{
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
      justify-content: flex-start;
    }
    .footer-social{
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 14px;
    }
    .social-pill{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      border: 0;
      background: transparent;
      text-decoration: none;
      user-select: none;
      transition: transform .2s ease, filter .2s ease;
    }
    .social-pill:hover{
      transform: translateY(-1px);
      filter:
        drop-shadow(0 0 0.6px rgba(212,177,95,0.90))
        drop-shadow(0 0 14px rgba(212,177,95,0.35))
        drop-shadow(0 0 26px rgba(212,177,95,0.18));
    }
    .social-img{
      width: 66px;
      height: 66px;
      object-fit: contain;
      display: block;
      filter: drop-shadow(0 2px 10px rgba(0,0,0,0.20));
    }
    .footer-social .social-img{
      width: 44px;
      height: 44px;
      filter: drop-shadow(0 2px 10px rgba(0,0,0,0.20));
    }
    .photo-footer-mid{
      text-align: center;
      margin-top: 6px;
    }
    .footer-contacts{
      margin: 0 0 14px 0;
      color: rgba(255,255,255,0.65);
      font-size: 0.95rem;
      line-height: 1.7;
    }
    .footer-map-block{
      margin: 0 0 16px 0;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,0.10);
    }
    .footer-map-address{
      margin: 0 0 10px 0;
      color: rgba(255,255,255,0.82);
      line-height: 1.6;
    }
    .footer-map-address strong{
      color: #d4b15f;
      font-weight: 700;
    }
    .footer-map-box{
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(0,0,0,0.35);
      min-height: 220px;
      position: relative;
    }
    .footer-map-box iframe{
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
      min-height: 220px;
    }
    @media (max-width: 768px){
      .projects-page-titlebar{ padding: 6.5rem 1.25rem 1.5rem; }
      .projects-grid-page.projects-grid-small{ grid-template-columns: 1fr; }
      .see-all-vertical{
        width: 100%;
        padding: 1rem 0;
      }
      .see-all-inner{ flex-direction: row; }
      .see-all-text{ writing-mode: horizontal-tb; }
      .lang-dropdown{
        right: 0;
        left: auto;
      }
      .footer-row{
        flex-direction: column;
        align-items: flex-start;
      }
      .footer-social{
        justify-content: flex-start;
      }
    }
    @media (max-width: 980px){
      .footer-strong-line{ width: 100%; }
    }
