body {
  font-family: "Cormorant Garamond", serif;
  color: #645452;
  font-size: 1.5rem;
  text-align: center;
  background-image: url("roma_studio_background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
p {
  line-height: 1.7em;
  margin-bottom: 30px;
}
.title-class {
  font-family: "Bodoni FLF", serif;
  color: #645452;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 1rem 0 0.25rem;
  line-height: 1.5;
}
.title-class::after {
  content: "✦";
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  opacity: 0.5;
}
.frame-1 {
  background-image: url("background4.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  height: auto;
  aspect-ratio: 4/3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15%;
}
.frame-1 img {
  max-width: 30%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6));
}

/* Photo carousel */
.swiper {
  width: 100%;
  padding: 40px 0 60px;
}
.swiper-slide {
  width: 300px;
  border-radius: 4px;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .swiper-slide {
    width: 420px;
  }
  .swiper-slide img {
    height: 560px;
  }
}
@media (min-width: 1024px) {
  .swiper-slide {
    width: 520px;
  }
  .swiper-slide img {
    height: 680px;
  }
}

/* Blog */
.blog-swiper {
  width: 100%;
  padding-bottom: 3rem !important;
}
.blog-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.blog-card {
  background: #fffaf0;
  border: 1.5px solid #645452;
  padding: 6px;
}
.blog-card-inner {
  border: 1px solid #645452;
  padding: 2rem;
  text-align: left;
}
.blog-swiper .swiper-pagination-bullet {
  background: #645452;
  opacity: 0.35;
}
.blog-swiper .swiper-pagination-bullet-active {
  background: #645452;
  opacity: 1;
}
.blog-title {
  font-family: "Bodoni FLF", serif;
  color: #645452;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 0.4rem;
  line-height: 1.2;
}
.blog-date {
  font-size: 0.85rem;
  font-style: italic;
  color: #979094;
  margin-bottom: 0.2rem;
}
.blog-author {
  font-size: 0.9rem;
  font-weight: bold;
  color: #645452;
  margin-bottom: 1.25rem;
}
.blog-body {
  font-family: "Cormorant Garamond", serif;
  color: #645452;
  line-height: 1.8;
}
.blog-body ul {
  padding-left: 1.25rem;
}
.blog-body li {
  margin-bottom: 0.4rem;
}

/* Responsive */
@media (max-width: 1024px) {
  body {
    font-size: 1.2rem;
  }
  .title-class {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.1rem;
    background-attachment: scroll;
  }
  .title-class {
    font-size: 1.5rem;
  }
  .frame-1 img {
    max-width: 50%;
  }
}
@media (max-width: 450px) {
  body {
    font-size: 1rem;
  }
  .title-class {
    font-size: 1.4rem;
  }
  .contact-bar a, .contact-bar span,
  .footer a, .footer span, .footer p {
    font-size: 0.55rem;
    letter-spacing: 0.15em;
  }
  .blog-title {
    font-size: 1.1rem;
  }
  .blog-body {
    font-size: 0.85rem;
  }
  .blog-date,
  .blog-author {
    font-size: 0.75rem;
  }
  .blog-card-inner {
    padding: 1rem;
  }
  .frame-1 img {
    max-width: 65%;
  }
  .frame-1 {
    align-items: center;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .contact-bar a, .contact-bar span,
  .footer a, .footer span, .footer p {
    font-size: 0.9rem;
    letter-spacing: 0.2em;
  }
}

/* Step labels */
.step-label {
  font-family: "Bodoni FLF", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  color: #645452;
}

/* Package cards */
.pkg-sheet {
  background: #fffaf0;
  border: 1.5px solid #645452;
  padding: 7px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pkg-inner {
  border: 1px solid #645452;
  padding: 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pkg-corner {
  position: absolute;
  color: #645452;
  font-size: 0.75rem;
  line-height: 1;
  background: #fffaf0;
  padding: 3px;
}
.pkg-corner--tl {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.pkg-corner--tr {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.pkg-corner--bl {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.pkg-corner--br {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.pkg-section-title {
  font-family: "Bodoni FLF", serif;
  color: #645452;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  margin: 0.5rem 0;
}
.pkg-name {
  font-family: "Bodoni FLF", serif;
  color: #645452;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  margin: 1.5rem 0 1rem;
  line-height: 1.2;
}
.pkg-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.5rem 0;
  text-align: center;
}
.pkg-list li {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.2rem;
  color: #645452;
  line-height: 2;
}
.pkg-list li::before {
  content: "• ";
}
.pkg-price {
  font-family: "Bodoni FLF", serif;
  color: #645452;
  font-size: 2.8rem;
  text-align: center;
  margin: auto 0 0;
  padding-top: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pkg-divider {
  border: none;
  border-top: 1px dotted #645452;
  margin: 1rem 0;
}
.pkg-logo {
  max-width: 60px;
}
@media (max-width: 600px) {
  .pkg-inner {
    padding: 1.5rem 1.2rem;
  }
  .pkg-name {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
  .pkg-price {
    font-size: 2rem;
  }
  .pkg-list li {
    font-size: 1rem;
  }
}

/* Utility */
.video-frame {
  border: 1.5px solid #645452;
  padding: 6px;
}
.video-frame-inner {
  border: 1px solid #645452;
}
.nav-text {
  font-family: "Bodoni FLF", serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
}
.ornament {
  font-family: "Bodoni FLF", serif;
  font-size: 0.7rem;
  color: #645452;
  letter-spacing: 0.3em;
}
.btn-ghost {
  font-family: "Bodoni FLF", serif;
}
.field-label {
  font-family: "Bodoni FLF", serif;
}
.footer-copyright {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.7rem;
}
