 :root {
      --brand-accent: #d6b48a;
      --brand-soft: #f8f3ed;
      --brand-border: #eadfce;
      --bs-border-radius-xl: 1.25rem;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      text-wrap: pretty;
      overflow-x: hidden;
    }

    section[id] {
      scroll-margin-top: 5rem;
    }

    .skip-link {
      position: absolute;
      inset-inline-start: 1rem;
      top: -3rem;
      z-index: 2000;
      padding: .75rem 1rem;
      background: #111;
      color: #fff;
      border-radius: .75rem;
      text-decoration: none;
    }

    .skip-link:focus {
      top: 1rem;
    }

    .brand-hero {
      background:
        radial-gradient(circle at top right, rgba(214,180,138,.35), transparent 35%),
        linear-gradient(180deg, #fff, var(--brand-soft));
    }

    .hero-shell,
    .soft-card,
    .service-card,
    .gallery-card,
    .info-card,
    .cookie-banner {
      border-radius: var(--bs-border-radius-xl);
    }

    .hero-shell {
      border: 1px solid var(--brand-border);
      background: rgba(255,255,255,.78);
      backdrop-filter: blur(12px);
    }

    .brand-avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, #fff, #f1e4d3);
      border: 1px solid var(--brand-border);
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: .08em;
      color: #6d4e2e;
      box-shadow: 0 1rem 2rem rgba(0,0,0,.06);
    }

    .section-kicker {
      display: inline-block;
      padding: .4rem .75rem;
      border-radius: 999px;
      background: #fff;
      border: 1px solid var(--brand-border);
      font-size: .875rem;
      color: #6d4e2e;
      margin-bottom: 1rem;
    }

    .fact-list {
      display: grid;
      gap: .75rem;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .fact-item {
      display: flex;
      align-items: center;
      gap: .75rem;
      padding: .85rem 1rem;
      background: #fff;
      border: 1px solid var(--brand-border);
      border-radius: 1rem;
    }

    .fact-dot,
    .service-icon {
      width: 2.75rem;
      height: 2.75rem;
      border-radius: 50%;
      display: inline-grid;
      place-items: center;
      background: var(--brand-soft);
      border: 1px solid var(--brand-border);
      flex: 0 0 auto;
    }

    .service-card {
      transition: transform .2s ease, box-shadow .2s ease;
    }

    .service-card:hover,
    .gallery-card:hover {
      transform: translateY(-3px);
    }

    .gallery-image {
      width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      background: #f8f9fa;
    }

    .soft-surface {
      border: 1px solid var(--brand-border);
      background: linear-gradient(180deg, #fff, #fcfaf8);
      border-radius: var(--bs-border-radius-xl);
    }

    .map-placeholder {
      min-height: 300px;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 2rem;
      background:
        linear-gradient(180deg, rgba(255,255,255,.95), rgba(248,243,237,.95));
      border: 1px dashed #c7b6a0;
      border-radius: 1rem;
    }

    .map-frame {
      width: 100%;
      min-height: 320px;
      border: 0;
      border-radius: 1rem;
    }

    .social-links a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 7rem;
    }

    .cookie-banner {
      position: fixed;
      inset-inline: 1rem;
      bottom: 1rem;
      max-width: 56rem;
      margin-inline: auto;
      z-index: 1055;
      box-shadow: 0 1rem 2rem rgba(0,0,0,.12);
    }

    .form-note {
      font-size: .925rem;
    }

    .form-control:focus,
    .form-select:focus,
    .btn:focus-visible,
    .navbar-toggler:focus {
      box-shadow: 0 0 0 .25rem rgba(214,180,138,.35);
    }

    .is-invalid {
      border-color: #b02a37;
    }

    .invalid-feedback {
      display: block;
    }

    [dir="rtl"] .navbar-nav {
      padding-inline-start: 0;
    }

    @media (min-width: 992px) {
      .brand-avatar {
        width: 148px;
        height: 148px;
        font-size: 2.4rem;
      }
    }
 
    
    .navbar{
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,.95)!important;
}

.brand-profile{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid #f3ebe6;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.brand-content{
    line-height:1.2;
}

.brand-title{
    font-size:1.2rem;
    font-weight:700;
    color:#222;
}

.brand-subtitle{
    color:#8c7b72;
    font-size:.8rem;
}

.nav-link{
    font-weight:500;
    color:#555;
    transition:.3s;
}

.nav-link:hover{
    color:#c7a17a;
}

.language-switcher{
    border-radius:50px;
    overflow:hidden;
}

.language-switcher .btn{
    min-width:70px;
}

@media(max-width:991px){

    .brand-profile{
        width:50px;
        height:50px;
    }

    .brand-title{
        font-size:1rem;
    }

    .brand-subtitle{
        font-size:.75rem;
    }

}
.instagram-profile-card{
    border-radius:1.5rem;
    padding:1.75rem;
    box-shadow:0 20px 50px rgba(0,0,0,.06);
}

.hero-profile-img{
    width:92px;
    height:92px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #f3ebe6;
}

.verified-badge{
    display:inline-grid;
    place-items:center;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#111;
    color:#fff;
    font-size:.75rem;
    vertical-align:middle;
}

.profile-stat-number{
    font-size:1.35rem;
    font-weight:800;
    color:#222;
}

.profile-stat-label{
    font-size:.85rem;
    color:#8c7b72;
}

.profile-bio{
    line-height:1.7;
    color:#333;
}

@media(max-width:575px){
    .instagram-profile-card{
        padding:1.25rem;
    }

    .hero-profile-img{
        width:76px;
        height:76px;
    }

    .profile-stat-number{
        font-size:1.1rem;
    }
}