:root {
  --brown-dark: #3d2914;
  --brown: #5c4033;
  --brown-light: #7d5a4a;
  --beige: #e8dfd4;
  --beige-light: #f5f0e8;
  --beige-dark: #d4c4b0;
  --white: #faf9f7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Heebo', 'Outfit', sans-serif;
  background: linear-gradient(160deg, var(--beige-light) 0%, var(--beige) 50%, var(--beige-dark) 100%);
  min-height: 100vh;
  color: var(--brown-dark);
  padding: 2rem 1rem;
  direction: rtl;
  text-align: right;
}

.card {
  max-width: 420px;
  margin: 0 auto 3rem;
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(61, 41, 20, 0.12), 0 4px 20px rgba(61, 41, 20, 0.06);
  overflow: hidden;
  border: 1px solid rgba(212, 196, 176, 0.6);
}

/* Logo section */
.logo-section {
  padding: 2.5rem 2rem 2rem;
  text-align: center;
  min-height: 260px;
  background: linear-gradient(180deg, rgba(248, 245, 240, 0.45) 0%, rgba(232, 223, 212, 0.4) 100%),
    url('assets/cover-cropped.jpg') top center / cover no-repeat;
  border-bottom: 1px solid rgba(212, 196, 176, 0.5);
}

.logo-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  background: var(--brown);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  visibility: hidden;
}

.logo-mark::before {
  content: 'MY';
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: var(--beige-light);
}

.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  color: var(--brown-dark);
  text-transform: uppercase;
  unicode-bidi: embed;
}

.brand-tagline {
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-top: 0.35rem;
}

/* Contact section */
.contact-section {
  padding: 1rem;
}

.contact-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--brown-light);
  /* margin-bottom: 1.25rem; */
  text-align: center;
}

.contact-list {
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(212, 196, 176, 0.4);
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--brown-dark);
}

.contact-list li:last-child {
  border-bottom: none;
}

.contact-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--beige);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  color: var(--brown);
}

.contact-icon.phone::before {
  content: none;
}

.contact-icon.phone {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c4033' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72 12.84 12.84 0 00.7 2.81 2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45 12.84 12.84 0 002.81.7A2 2 0 0122 16.92z'/%3E%3C/svg%3E");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-icon.email::before {
  content: none;
}

.contact-icon.email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235c4033' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-icon.whatsapp::before {
  content: none;
}

.contact-icon.whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c4033'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  /* display: none; */
}

.contact-label {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brown-light);
  margin-bottom: 0.15rem;
}

.contact-value {
  font-weight: 500;
  color: var(--brown-dark);
}

.contact-value a {
  color: var(--brown-dark);
  text-decoration: none;
}

.contact-value a:hover {
  color: var(--brown);
  text-decoration: underline;
}

/* WhatsApp links: chip style so they read as clickable */
.contact-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  background: var(--beige);
  border-radius: 8px;
  border: 1px solid rgba(212, 196, 176, 0.5);
  font-weight: 500;
  color: var(--brown-dark);
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-wa-link:hover {
  background: var(--beige-dark);
  border-color: rgba(212, 196, 176, 0.8);
  box-shadow: 0 2px 8px rgba(61, 41, 20, 0.08);
  color: var(--brown-dark);
  text-decoration: none;
}

.contact-wa-link:focus-visible {
  outline: 2px solid var(--brown-light);
  outline-offset: 2px;
}

.contact-wa-link-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%235c4033'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Phone row: label above, two entries inline */
.contact-phones-wrap {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.contact-phones-wrap .contact-label {
  margin-bottom: 0;
}

.contact-phones-inline {
  display: flex;
  gap: 1rem;
}

.contact-phones-inline > div {
  /* flex: 1; */
  min-width: 0;
}

/* Gallery section */
.gallery-section {
  padding: 2rem 1rem 2.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.gallery-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 1.5rem;
  text-align: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.gallery-item {
  aspect-ratio: 1;
  border-radius: 12px;
  background: linear-gradient(145deg, var(--beige-dark) 0%, var(--brown-light) 100%);
  box-shadow: 0 8px 24px rgba(61, 41, 20, 0.08);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gallery-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(61, 41, 20, 0.15) 100%);
  pointer-events: none;
}

.gallery-item:nth-child(1) {
  background: linear-gradient(145deg, #c9b8a8 0%, #8b7355 100%);
}

.gallery-item:nth-child(2) {
  background: linear-gradient(145deg, #d4c4b0 0%, #6b5344 100%);
}

.gallery-item:nth-child(3) {
  background: linear-gradient(145deg, #b8a898 0%, #5c4033 100%);
}

.gallery-item:nth-child(4) {
  background: linear-gradient(145deg, #e0d4c8 0%, #7d5a4a 100%);
}

.gallery-item:nth-child(5) {
  background: linear-gradient(145deg, #c4b4a4 0%, #4a3528 100%);
}

.gallery-item:nth-child(6) {
  background: linear-gradient(145deg, #d8ccbc 0%, #6b5344 100%);
}

/* Gallery modal */
.gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(61, 41, 20, 0.85);
  cursor: pointer;
}

.gallery-modal-content {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.gallery-modal-img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}

.gallery-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.gallery-modal-close:hover {
  background: rgba(255, 255, 255, 0.35);
}

.gallery-modal-close::before {
  content: '×';
}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    margin: 0 auto 2rem;
  }

  .logo-section {
    padding: 3.5rem 1.5rem;
  }

  .brand-name {
    font-size: 1.5rem;
    letter-spacing: 0.15em;
  }
}
