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

.projects-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
    }
    .project-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
    }
    .projects-dark h2{
      color: #d4b15f;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      font-weight: 700;
      transform: translateY(-18px);
      margin-bottom: 2.8rem;
      text-align: center;
    }
    .project-card.soon{
      pointer-events: none;
      opacity: 0.85;
    }
    .project-card.soon h3{
      color: rgba(212,177,95,0.90);
      font-style: italic;
    }
    @media (max-width: 1024px) {
      .projects-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 640px) {
      .projects-grid { grid-template-columns: 1fr; }
    }

/* ---- */

.header-absolute .logo a { display: inline-block; }
    .header-absolute .logo img {
      width: 160px;
      height: auto;
      display: block;
    }
    .header-absolute { min-height: 80px; }

/* ---- */

.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);
    }
    .footer-top{
      display: flex;
      gap: 22px;
      align-items: stretch;
      justify-content: space-between;
      margin-bottom: 16px;
    }
    .footer-left{
      flex: 1 1 520px;
      min-width: 280px;
      color: rgba(255,255,255,0.65);
    }
    .footer-section-title{
      margin: 0 0 10px 0;
      font-weight: 700;
      color: #d4b15f;
      letter-spacing: 0.04em;
    }
    .footer-address{
      margin-top: 12px;
      color: rgba(255,255,255,0.65);
    }
    .footer-address strong{
      color: #d4b15f;
      font-weight: 700;
    }
    .footer-map-block{
      flex: 0 0 520px;
      min-width: 280px;
    }
    .footer-map-box{
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(0,0,0,0.35);
      height: 230px;
    }
    .footer-map-box iframe{
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
    }
    .footer-row{
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 14px;
    }
    .footer-policies{
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      align-items: center;
    }
    .footer-social{
      display: flex;
      gap: 14px;
      align-items: center;
    }
    .social-img{
      width: 44px;
      height: 44px;
    }
    .photo-footer-mid{
      text-align: center;
      margin-top: 6px;
    }
    @media (max-width: 980px){
      .footer-top{
        flex-direction: column;
      }
      .footer-map-block{
        flex: 1 1 auto;
      }
      .footer-map-box{
        height: 240px;
      }
    }
