.vl-header,
.vl-footer {
  position: relative;
  z-index: 2;
}

.vl-header-inner,
.vl-header-sub,
.vl-footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.vl-header {
  border-bottom: 1px solid rgba(255,255,255,0.09);
  padding-top: 14px;
  padding-bottom: 10px;
}

.vl-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vl-brand {
  font-family: 'Playfair Display', serif;
  color: #f0ede8;
  text-decoration: none;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}

.vl-header-note {
  color: #8e8b82;
  font-size: 0.8rem;
}

.vl-header-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.vl-social-link {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.03);
  color: #8e8b82;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.vl-social-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vl-social-link svg path {
  fill: currentColor;
  stroke: none;
}

.vl-social-link .vl-social-dot {
  fill: currentColor;
  stroke: none;
}

.vl-social-link:hover,
.vl-social-link:focus-visible {
  color: #f0ede8;
  border-color: rgba(232,201,122,0.5);
  background: rgba(232,201,122,0.08);
  transform: translateY(-1px);
}

.vl-header-sub {
  margin-top: 8px;
}

.vl-home-link {
  font-size: 0.75rem;
  text-decoration: none;
  color: #8e8b82;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vl-home-link:hover {
  color: #f0ede8;
}

.vl-footer {
  border-top: 1px solid rgba(255,255,255,0.09);
  margin-top: 40px;
}

.vl-footer-inner {
  padding-top: 14px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vl-footer-note {
  color: #8e8b82;
  font-size: 0.78rem;
}

.vl-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vl-footer-link,
.vl-footer-link:link,
.vl-footer-link:visited {
  color: #8e8b82;
  text-decoration: none !important;
  font-size: 0.78rem;
}

.vl-footer-link:hover,
.vl-footer-link:focus-visible {
  color: #f0ede8;
  text-decoration: none !important;
}

@media (max-width: 700px) {
  .vl-header-inner,
  .vl-footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .vl-header-social {
    margin-top: 2px;
  }
}
