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

main, header, footer { position: relative; z-index: 1; }
    .contact-container{
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 12px;
    }
    .contact-title{
      margin: 0 0 1.6rem 0;
      font-size: clamp(2.1rem, 3vw, 3rem);
      font-weight: 650;
      letter-spacing: -0.02em;
      color: #d4b15f;
      text-align: center;
    }
    .contact-form{ display: grid; gap: 14px; }
    .form-grid{
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      gap: 22px;
      align-items: start;
    }
    .form-left{ display: grid; gap: 18px; }
    .form-right{ display: grid; gap: 10px; }
    .form-row{ display: grid; gap: 8px; }
    .form-row label{
      font-size: 0.95rem;
      font-weight: 600;
      color: rgba(255,255,255,0.82);
      letter-spacing: 0.03em;
    }
    .form-row input,
    .form-row textarea{
      width: 100%;
      border: 1px solid rgba(212,177,95,0.75);
      background: rgba(255,255,255,0.07);
      color: rgba(255,255,255,0.95);
      padding: 12px 12px;
      border-radius: 12px;
      outline: none;
      font-size: 1rem;
      transition: box-shadow .18s ease, background .18s ease, border-color .18s ease;
    }
    .form-row textarea{
      min-height: 240px;
      resize: vertical;
    }
    .form-row input:focus-visible,
    .form-row textarea:focus-visible{
      border-color: rgba(212,177,95,0.95);
      background: rgba(255,255,255,0.09);
      box-shadow: 0 0 0 4px rgba(212,177,95,0.18);
    }
    .form-submit{
      width: 100%;
      border: 1px solid rgba(212,177,95,0.55);
      background: rgba(212,177,95,0.16);
      color: #d4b15f;
      padding: 14px 16px;
      border-radius: 12px;
      font-size: 1.02rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
    }
    .form-submit:hover{
      transform: translateY(-1px);
      background: rgba(212,177,95,0.20);
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.35),
        0 0 18px rgba(212,177,95,0.14);
    }
    .form-status{
      margin-top: 10px;
      font-size: 0.95rem;
      color: rgba(255,255,255,0.78);
    }
    .contact-section{ padding: 1.8rem 0 0; }
    .info-title{
      margin: 0 0 10px 0;
      font-size: 1.2rem;
      font-weight: 700;
      color: #d4b15f;
    }
    .info-line{
      margin: 0.45rem 0;
      color: rgba(255,255,255,0.80);
      font-size: 1rem;
      line-height: 1.65;
    }
    .info-line a{
      color: rgba(255,255,255,0.92);
      text-decoration: none;
    }
    .info-line a:hover{ color: #d4b15f; }
    .hours-block{
      margin-top: 12px;
      padding-top: 14px;
      border-top: 1px solid rgba(255,255,255,0.10);
    }
    .hours-title{
      margin: 0 0 8px 0;
      font-size: 1.05rem;
      font-weight: 700;
      color: #d4b15f;
    }
    .hours-text{
      margin: 0;
      color: rgba(255,255,255,0.80);
      line-height: 1.7;
    }
    .hours-text strong{
      color: rgba(255,255,255,0.92);
      font-weight: 650;
    }
    .map-block{
      margin-top: 16px;
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,0.10);
    }
    .map-address{
      color: rgba(255,255,255,0.82);
      line-height: 1.6;
      margin: 0 0 10px 0;
    }
    .map-address strong{
      color: #d4b15f;
      font-weight: 700;
    }
    .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: 320px;
      position: relative;
    }
    .map-box iframe{
      width: 100%;
      height: 100%;
      border: 0;
      display: block;
      min-height: 320px;
    }
    .social-row{
      margin-top: 14px;
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      align-items: center;
    }
    .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));
    }
    .sr-only{
      position:absolute;
      width:1px;
      height:1px;
      padding:0;
      margin:-1px;
      overflow:hidden;
      clip:rect(0,0,0,0);
      white-space:nowrap;
      border:0;
    }
    .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;
    }
    .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;
    }
    @media (max-width: 980px){
      .form-grid{ grid-template-columns: 1fr; }
      .map-box{ min-height: 260px; }
      .map-box iframe{ min-height: 260px; }
      .footer-strong-line{ width: 100%; }
    }
    @media (max-width: 768px){
      .footer-row{
        flex-direction: column;
        align-items: flex-start;
      }
      .footer-social{
        justify-content: flex-start;
      }
    }
    .nav-primary a{
      transition: box-shadow .25s ease, color .25s ease;
      border-radius: 10px;
    }
    .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);
    }
    .nav-primary a:active{
      color: #d4b15f;
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.55),
        0 0 18px rgba(212,177,95,0.18);
    }
    a:hover,
    button:hover {
      box-shadow:
        0 0 0 1px rgba(212,177,95,0.55),
        0 0 18px rgba(212,177,95,0.18);
    }
    a:focus-visible,
    button: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);
    }
    .map-box:hover,
    .map-box:focus,
    .map-box iframe:hover,
    .map-box iframe:focus{
      box-shadow: none !important;
      outline: none !important;
    }
    .map-link{
      color: rgba(255,255,255,0.82);
      text-decoration: none;
    }
    .map-link:hover{ color: #d4b15f; }
    .form-row input:hover,
    .form-row textarea:hover,
    .form-row input:focus,
    .form-row textarea:focus,
    .form-row input:focus-visible,
    .form-row textarea:focus-visible{
      box-shadow: none !important;
      outline: none !important;
    }
    .lang-wrap{ position: relative; }
    .lang-trigger{
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 10px;
      border-radius: 10px;
      border: 1px solid rgba(255,255,255,0.18);
      background: rgba(0,0,0,0.35);
      color: rgba(255,255,255,0.85);
      font-size: 0.8rem;
      user-select: none;
    }
    .lang-dropdown{
      position: absolute;
      right: 0;
      top: calc(100% + 8px);
      background: rgba(0,0,0,0.92);
      border: 1px solid rgba(255,255,255,0.10);
      border-radius: 12px;
      padding: 6px;
      min-width: 140px;
      display: none;
      z-index: 999;
    }
    .lang-dropdown.open{ display: block; }
    .lang-option{
      padding: 8px 10px;
      border-radius: 8px;
      cursor: pointer;
      font-size: 0.8rem;
      color: rgba(255,255,255,0.85);
    }
    .lang-option:hover{
      background: rgba(212,177,95,0.10);
      color: #d4b15f;
    }
