@font-face {
  font-family: "Bemirs";
  src: url("fonts/BemirsDemoVersionRegular-X361d.otf") format("opentype"),
    url("fonts/BemirsDemoVersionRegular-L360Z.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Vintage Glamour";
  src: url("fonts/VintageGlamourRegular-ALX27.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Vintage Glamour";
  src: url("fonts/VintageGlamourItalic-DO471.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Brother Signature";
  src: url("fonts/BrotherSignature-7BWnK.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

:root {
  --bg-brown: rgb(68, 19, 45, 0.823);
}

body {
  margin: 0;
  font-family: "Idealist Sans", sans-serif;
  font-weight: 400;
}

header {
  background-color: rgba(68, 19, 45, 0.823);
  padding: 10px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Idealist Sans", sans-serif;
  font-weight: 300;
  font-size: 10px;
  color: rgb(243, 239, 230);
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 20px;
  overflow: hidden;
}

.header-middle {
  display: flex;
  align-items: center;
  height: 100%;
}

.about-intro {
  background: var(--bg-brown);
  padding: 70px 0 70px;
  overflow: hidden;
}

.about-intro-content {
  text-align: center;
}

.about-intro h1 {
  font-family: "Bemirs", serif;
  font-size: 68px;
  line-height: 1;
  color: rgb(243, 239, 230);
  margin: 0 0 22px;
}

.about-intro-text {
  max-width: 520px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgb(243, 239, 230);
}

.meet-section {
  background: rgb(243, 239, 230);
  padding: 110px 0;
}

.meet-grid {
  display: grid;
  grid-template-columns: minmax(280px, 410px) minmax(320px, 1fr);
  gap: 80px;
  align-items: center;
}

.meet-image img {
  width: 100%;
  max-width: 410px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.meet-content {
  max-width: 560px;
}

.meet-title {
  margin: 0 0 28px;
  font-family: "Vintage Glamour", serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5.2rem);
  line-height: 0.95;
  color: rgb(68, 19, 45, 0.823);
  letter-spacing: 0;
}

.meet-script {
  font-style: italic;
  display: inline-block;
}

.meet-text {
  max-width: 520px;
  margin: 0;
  font-family: "Idealist Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
  text-transform: none;
  color: rgb(68, 19, 45, 0.823);
}

.quote-section {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.quote-image {
  position: absolute;
  inset: 0;
}

.quote-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(45%) contrast(1.05) brightness(1.25);
}

.quote-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
}

.quote-text {
  max-width: 700px;
  font-family: "Vintage Glamour", serif;
  font-size: 40px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
}
.quote-text span {
  font-family: "Brother Signature", cursive;
  font-size: 80px;
  letter-spacing: 1px;
}

.quote-text .script {
  font-family: "Brother Signature", cursive;
  font-size: 80px;
  letter-spacing: 1px;
}
.know-section {
  background: rgb(243, 239, 230);
  padding: 80px;
}

.know-grid {
  display: grid;
  grid-template-columns: 220px minmax(320px, 1fr) 220px;
  gap: 80px;
  align-items: start;
}

.know-side {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.know-main {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
}

.know-title {
  margin: 0 0 36px;
  color: rgb(68, 19, 45, 0.823);
  line-height: 0.95;
}

.know-title-top {
  display: block;
  font-family: "Vintage Glamour", serif;
  font-size: clamp(3rem, 5vw, 5.3rem);
}

.know-title-script {
  display: block;
  font-family: "Brother Signature", cursive;
  font-size: clamp(3rem, 5vw, 5.1rem);
  margin-top: -8px;
}

.know-main-text {
  max-width: 520px;
  margin: 0 auto;
  font-family: "Idealist Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9;
  color: rgba(68, 19, 45, 0.823);
  text-transform: none;
  letter-spacing: 0.2px;
}

.know-mini-block {
  text-align: left;
}

.know-mini-title {
  margin: 0 0 12px;
  font-family: "Vintage Glamour", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
  color: rgb(68, 19, 45, 0.823);
}

.know-mini-text {
  margin: 0;
  font-family: "Idealist Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(68, 19, 45, 0.823);
  text-transform: none;
  letter-spacing: 0.1px;
}

.know-side-image img {
  width: 100%;
  border-radius: 15px;
  display: block;
  object-fit: cover;
}

.know-side-image-top img {
  aspect-ratio: 4 / 3;
}

.know-side-left .know-side-image img {
  aspect-ratio: 4 / 3;
}

.quote-block {
  text-align: center;
}

@media (max-width: 980px) {
  .know-section {
    padding: 80px 0;
  }

  .know-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .know-side {
    gap: 28px;
  }

  .know-main {
    order: 1;
  }

  .know-side-left {
    order: 2;
  }

  .know-side-right {
    order: 3;
  }

  .know-mini-block,
  .quote-block {
    text-align: center;
  }

  .know-side-image img {
    max-width: 320px;
    margin: 0 auto;
  }
}

.fun-section {
  background: rgb(243, 239, 230);
  padding: 0;
}

.fun-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.fun-left {
  background: rgba(68, 19, 45, 0.823);
  display: flex;
  align-items: center;
}

.fun-left-inner {
  width: 100%;
  max-width: 620px;
  padding: 70px 70px 70px 85px;
}

.fun-title {
  margin: 0 0 50px;
  font-family: "Brother Signature", cursive;
  font-size: clamp(3.2rem, 5vw, 5.3rem);
  font-weight: 400;
  line-height: 1;
  color: rgb(243, 239, 230);
}

.fun-facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 42px;
}

.fun-fact {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(243, 239, 230, 0.35);
}

.fun-label {
  display: block;
  margin-bottom: 10px;
  font-family: "Idealist Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: rgba(243, 239, 230, 0.7);
}

.fun-value {
  margin: 0;
  font-family: "Vintage Glamour", serif;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  line-height: 1.1;
  color: rgb(243, 239, 230);
}

.fun-right {
  position: relative;
  min-height: 520px;
  overflow: hidden;
}

.fun-bg-image {
  position: absolute;
  inset: 0;
}

.fun-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.05) brightness(0.78);
}

.fun-portrait {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
  width: min(50%, 420px);
  z-index: 2;
}

.fun-portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}
@media (max-width: 980px) {
  .fun-section {
    padding: 0 20px 40px;
  }

  .fun-grid {
    grid-template-columns: 1fr;
  }

  .fun-left-inner {
    padding: 50px 28px;
  }

  .fun-facts-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .fun-right {
    min-height: 420px;
  }

  .fun-portrait {
    width: min(70%, 320px);
    left: 50%;
  }
}
.spotify-section {
  background: rgb(243, 239, 230);
  padding: 50px;
}

.spotify-container {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.spotify-title {
  font-family: "Vintage Glamour", serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5.1rem);
  line-height: 0.95;
  color: rgb(68, 19, 45, 0.823);
  letter-spacing: 0;
}

.spotify-intro {
  max-width: 520px;
  margin: 0 auto 38px;
  font-family: "Idealist Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.2px;
  text-transform: none;
  color: rgba(68, 19, 45, 0.823);
}

.spotify-list {
  display: grid;
  gap: 16px;
}

.spotify-track {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(68, 19, 45, 0.08);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
}

.spotify-track:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.72);
  opacity: 0.95;
}

.spotify-track img {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  object-fit: cover;
  display: block;
}

.spotify-info {
  text-align: left;
}

.track-name {
  margin: 0;
  font-family: "Idealist Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2px;
  text-transform: none;
  color: rgba(68, 19, 45, 0.823);
}

.artist-name {
  margin: 4px 0 0;
  font-family: "Idealist Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1px;
  text-transform: none;
  color: rgba(68, 19, 45, 0.823);
}

.spotify-track::after {
  content: "Open";
  font-family: "Idealist Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: rgba(68, 19, 45, 0.823);
}

@media (max-width: 768px) {
  .spotify-section {
    padding: 80px 0;
  }

  .spotify-track {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 14px 16px;
  }

  .spotify-track::after {
    display: none;
  }

  .spotify-track img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }

  .spotify-title-top {
    font-size: clamp(2.4rem, 9vw, 3.2rem);
  }

  .spotify-title-script {
    font-size: clamp(2.4rem, 9vw, 3.1rem);
  }
}

.places-section {
  background: rgb(243, 239, 230);
  padding: 110px 0;
}

.places-container {
  width: min(1150px, calc(100% - 48px));
  margin: 0 auto;
}

.places-title {
  margin: 0 0 42px;
  text-align: center;
  line-height: 0.95;
  color: rgba(68, 19, 45, 0.9);
}

.places-title-top {
  display: block;
  font-family: "Vintage Glamour", serif;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
}

.places-title-script {
  display: block;
  font-family: "Brother Signature", cursive;
  font-size: clamp(2.8rem, 4vw, 4rem);
  margin-top: -8px;
}

.places-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
}

.places-cards {
  display: grid;
  gap: 16px;
}

.place-card {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(68, 19, 45, 0.08);
}

.place-name {
  margin: 0 0 6px;
  font-family: "Vintage Glamour", serif;
  font-size: 1.9rem;
  color: rgba(68, 19, 45, 0.95);
}

.place-country {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(68, 19, 45, 0.55);
}

.place-meta {
  display: grid;
  gap: 8px;
  font-size: 14px;
}

.place-meta-row {
  display: flex;
  justify-content: space-between;
}

.places-map-wrap {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  padding: 12px;
}

#places-map {
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 12px;
}

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

  #places-map {
    min-height: 350px;
  }
}

.places-map-wrap {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 24px;
  padding: 14px;
  border: 1px solid rgba(68, 19, 45, 0.08);
  box-shadow: 0 10px 30px rgba(68, 19, 45, 0.05);
}

#places-map {
  width: 100%;
  height: 100%;
  min-height: 600px;
  border-radius: 18px;
  overflow: hidden;
}

.leaflet-container {
  font-family: "Idealist Sans", sans-serif;
  background: #f8f4ee;
}

.leaflet-popup-content-wrapper {
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(68, 19, 45, 0.12);
}

.leaflet-popup-content {
  margin: 12px 14px;
  color: rgba(68, 19, 45, 0.9);
}

.custom-popup strong {
  font-family: "Vintage Glamour", serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.custom-popup span {
  font-size: 13px;
  color: rgba(68, 19, 45, 0.7);
}
