* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #000;
  color: #f2f2f2;
  font-family: Arial, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: #d4af37;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

:focus-visible {
  outline: 3px solid #d4af37;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  top: -48px;
  right: 16px;
  z-index: 10000;
  background: #d4af37;
  color: #000;
  padding: 10px 14px;
  border-radius: 10px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  padding: 8px 16px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-text {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: clamp(0.82rem, 1.8vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1;
  padding: 8px 10px 7px;
  white-space: nowrap;
}

.hero-section {
  min-height: 44vh;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.hero-overlay {
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.18));
  padding: 12px 16px;
}

.hero-copy {
  max-width: 1200px;
  margin: 0 auto;
}

.hero-title {
  margin: 0;
  font-size: clamp(2rem, 6vw, 4.2rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.credit-text {
  margin: 8px 0 0;
  color: #b7b7b7;
  font-size: 0.95rem;
}

.bio-section {
  padding: 48px 16px;
}

.bio-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
}

.bio-media {
  order: 1;
}

.bio-copy {
  order: 2;
}

.bio-image {
  width: 100%;
  height: auto;
  border: 1px solid #222;
}

.eyebrow {
  color: #d4af37;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  margin: 0 0 12px;
}

.bio-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.2;
}

.bio-text-he,
.bio-text-en {
  margin: 0 0 16px;
  max-width: 60ch;
}

.bio-text-en {
  direction: ltr;
  text-align: left;
  color: #dcdcdc;
}

.contact-block {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.contact-line {
  margin: 0;
  max-width: 60ch;
}

.contact-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid #3a3a3a;
  background: #1a1a1a;
  color: #f2f2f2;
  font-weight: 700;
}

.contact-action:hover,
.contact-action:focus-visible {
  text-decoration: none;
  border-color: #d4af37;
  outline: none;
}

.gallery-section {
  display: grid;
  grid-template-columns: 1fr;
}

.gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

.gallery-item:hover img {
  transform: scale(1.02);
}

.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #e8e8e8;
  font-size: 0.9rem;
}

.site-footer {
  padding: 24px 16px 40px;
  text-align: center;
  border-top: 1px solid #1f1f1f;
}

.footer-links {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.a11y-widget {
  position: fixed;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.a11y-toggle {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: #d4af37;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.a11y-panel {
  width: min(300px, calc(100vw - 88px));
  background: #111;
  color: #f2f2f2;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 12px;
  display: none;
  gap: 8px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.a11y-panel.is-open {
  display: grid;
}

.a11y-action {
  appearance: none;
  border: 1px solid #333;
  background: #1a1a1a;
  color: #f2f2f2;
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  text-align: right;
  cursor: pointer;
}

.a11y-action:hover,
.a11y-action:focus-visible {
  border-color: #d4af37;
  outline: none;
}

.a11y-link {
  display: block;
}

html.a11y-contrast body {
  background: #fff !important;
  color: #000 !important;
}

html.a11y-contrast .site-header,
html.a11y-contrast .hero-overlay,
html.a11y-contrast .site-footer,
html.a11y-contrast .gallery-item figcaption,
html.a11y-contrast .a11y-panel {
  background: #fff !important;
  color: #000 !important;
}

html.a11y-contrast a {
  color: #0000ee !important;
}

html.a11y-links a {
  text-decoration: underline !important;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

html.a11y-focus :focus-visible {
  outline: 3px solid #d4af37 !important;
  outline-offset: 3px;
}

.consent-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
  background: rgba(17, 17, 17, 0.96);
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4);
  padding: 14px;
}

.consent-banner__content {
  display: grid;
  gap: 12px;
}

.consent-banner__text {
  margin: 0;
  color: #f2f2f2;
  font-size: 0.95rem;
  line-height: 1.6;
}

.consent-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.consent-btn {
  appearance: none;
  border: 1px solid #3a3a3a;
  background: #1a1a1a;
  color: #f2f2f2;
  border-radius: 12px;
  padding: 10px 14px;
  font: inherit;
  cursor: pointer;
}

.consent-btn--primary {
  background: #d4af37;
  color: #000;
  border-color: #d4af37;
}

.consent-btn:hover,
.consent-btn:focus-visible {
  outline: none;
  border-color: #d4af37;
}

.whatsapp-float {
  position: fixed;
  left: 16px;
  bottom: 96px;
  z-index: 9998;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25d366;
  color: #000;
  border-radius: 999px;
  padding: 12px 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  font-weight: 700;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  text-decoration: none;
  outline: none;
  filter: brightness(1.05);
}

.whatsapp-float__text {
  line-height: 1;
}

.policy-page {
  padding: 0;
}

.policy-hero,
.policy-content {
  padding: 40px 16px;
}

.policy-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.policy-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 300;
  line-height: 1.1;
}

.policy-content h2 {
  margin: 28px 0 12px;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 300;
}

.policy-content p,
.policy-content li {
  max-width: 70ch;
}

.policy-content ul {
  padding-inline-start: 20px;
}

@media (min-width: 900px) {
  .site-header {
    padding: 8px 48px;
  }

  .hero-section {
    min-height: 38vh;
  }

  .hero-overlay {
    padding: 10px 48px;
  }

  .bio-section {
    padding: 72px 20px;
  }

  .bio-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
  }

  .site-footer {
    padding: 24px 20px 40px;
  }

  .policy-hero,
  .policy-content {
    padding: 64px 20px;
  }

  .consent-banner {
    left: 24px;
    right: 24px;
    bottom: 24px;
    max-width: 860px;
    margin-inline: auto;
  }

  .whatsapp-float {
    bottom: 108px;
  }
}

@media (max-width: 899px) {
  .hero-section {
    min-height: 28vh;
    background-position: center top;
  }

  .hero-overlay {
    padding: 8px 16px;
  }

  .bio-section {
    padding: 40px 16px;
  }

  .a11y-widget {
    left: 12px;
    right: auto;
    top: auto;
    bottom: 12px;
    transform: none;
    align-items: flex-end;
  }

  .a11y-panel {
    width: min(280px, calc(100vw - 76px));
    max-height: calc(100vh - 100px);
    overflow: auto;
  }

  .whatsapp-float {
    left: 12px;
    bottom: 92px;
    padding: 11px 14px;
  }

  .contact-actions {
    flex-direction: column;
  }
}