.topbar,
body,
button,
input,
select,
textarea {
  font-family: 'Hanken Grotesk', Arial, sans-serif;
}

.hero h1,
.intro h2,
.profile h2,
.guide h2,
.assessment h2,
.services h3,
.video-card h3,
.books-heading h3,
.book-cover-card strong,
.property-marquee,
.hero-proof strong {
  font-family: 'Fraunces', Georgia, serif;
}

.hero h1 {
  max-width: 850px;
  font-weight: 500;
  line-height: .94;
  letter-spacing: -.055em;
}

.intro h2,
.profile h2,
.guide h2,
.assessment h2 {
  font-weight: 500;
  letter-spacing: -.04em;
}

.profile .lead {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

.eyebrow,
.button,
.watch,
.brand,
.credentials span {
  letter-spacing: .16em;
}

.profile-image {
  min-height: 720px;
  background:
    linear-gradient(180deg, transparent 58%, rgba(5, 20, 18, .16)),
    url('assets/tereza-vacovska-profile.jpeg') center 16% / cover no-repeat;
}

.hero-photo {
  background-image: url('assets/luxury-villa-sardinia.webp');
  background-position: center center;
}

.brand strong {
  max-width: 260px;
}

.brand small {
  letter-spacing: .13em;
}

.video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.books-heading {
  margin: 76px 0 26px;
  text-align: center;
}

.books-heading h3 {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
}

.books-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 430px));
  justify-content: center;
  gap: 28px;
}

.book-cover-card {
  display: grid;
  grid-template-columns: 155px 1fr;
  align-items: center;
  gap: 28px;
  padding: 22px;
  background: var(--ink);
  color: white;
  transition: transform .2s, box-shadow .2s;
}

.book-cover-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(16, 42, 39, .18);
}

.book-cover-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
}

.book-cover-card strong,
.book-cover-card small {
  display: block;
}

.book-cover-card strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  line-height: 1.12;
  font-weight: 400;
}

.book-cover-card small {
  margin-top: 28px;
  color: #e2c985;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-lines .site-link {
  align-self: flex-start;
  margin-top: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.photo-upload {
  margin-top: 30px;
  padding: 28px;
  border: 1px solid rgba(226, 201, 133, .45);
  background: rgba(7, 29, 27, .36);
}

.photo-upload-copy h3 {
  margin: 6px 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.08;
}

.photo-upload-copy p {
  margin: 0 0 22px;
  color: #bdc6c2;
  font-size: 14px;
}

.photo-kicker {
  color: #e2c985;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
}

.upload-drop {
  min-height: 150px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 24px;
  border: 1px dashed #7d9691;
  background: rgba(255, 255, 255, .035);
  text-align: center;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}

.upload-drop:hover,
.upload-drop.is-dragging {
  border-color: #e2c985;
  background: rgba(226, 201, 133, .08);
}

.upload-drop input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.upload-drop strong {
  font-size: 14px;
}

.upload-drop small {
  color: #9daba7;
  font-size: 12px;
}

.upload-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #e2c985;
  border-radius: 50%;
  color: #e2c985;
  font-size: 23px;
  font-weight: 300;
}

.photo-preview {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin-top: 12px;
}

.photo-preview figure {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  background: #0b211f;
}

.photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-preview button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(5, 20, 18, .82);
  color: white;
  cursor: pointer;
}

.photo-note {
  margin: 12px 0 0;
  color: #9daba7;
  font-size: 11px;
}

.amazon-link {
  display: inline-flex;
  align-self: flex-start;
  margin: 4px 0 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold);
  color: #e2c985;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.amazon-link:hover {
  color: white;
}

@media (max-width: 1000px) {
  .profile-image {
    min-height: 620px;
    background-size: cover;
    background-position: center 14%;
  }
}

@media (max-width: 680px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .profile-image {
    min-height: 480px;
    background-position: center 12%;
  }

  .brand strong {
    font-size: 11px;
  }

  .books-showcase {
    grid-template-columns: 1fr;
  }

  .book-cover-card {
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 18px;
  }

  .book-cover-card strong {
    font-size: 21px;
  }

  .photo-upload {
    padding: 22px 16px;
  }

  .photo-preview {
    grid-template-columns: repeat(3, 1fr);
  }
}
