body {
  background: #fff6f9;
  font-family: 'Inter', sans-serif;
  color: #444;
}

/* NAV */
.top-nav {
  background: #fbe3ec;
  padding: 12px 0;
}

.nav-wrap {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-circle {
  width: 40px;
  height: 40px;
  background: #f59cbc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}

.logo-img {
  width: 70%;
  height: 70%;
  object-fit: contain;
}

nav a {
  margin: 0 16px;
  font-family: 'Afacad';
  color: #aaa;
  text-decoration: none;
}

nav a.active {
  color: #f05a9d;
  border-bottom: 2px solid #f05a9d;
}

/* SEARCH */
.search-bar {
  background: #fde5ee;
  padding: 20px 0;
}

.search-wrap input {
  width: 100%;
  padding: 14px 20px;
  border-radius: 20px;
  border: none;
  background: #f9c7d8;
}

.filter {
  margin-top: 6px;
  font-size: 13px;
  color: #aaa;
  display: flex;
  justify-content: space-between;
}

/* HERO */
.hero {
  position: relative;
}

.hero img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.hero-text {
  position: absolute;
  bottom: 40px;
  left: 80px;
  color: white;
}

.hero-text h1 {
  font-family: 'Baloo 2';
  font-size: 36px;
}

.hero-text h2 {
  font-size: 20px;
  font-weight: 300;
}

/* PREVIEW */
.preview {
  margin-top: 60px;
}

.preview h3 {
  font-family: 'Baloo 2';
  color: #f05a9d;
}

.preview-img {
  width: 260px;
  border-radius: 12px;
}

.stars i {
  color: #f05a9d;
}

.read-more {
  color: #f05a9d;
  font-weight: 500;
}

/* DRAMA CARDS */
.drama-section h4 {
  margin-top: 80px;
  font-family: 'Baloo 2';
}

.drama-card {
  background: white;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
}

.drama-card img {
  width: 100%;
  border-radius: 8px;
}

.title {
  font-family: 'Afacad';
  margin-top: 10px;
}

/* UPCOMING */
.upcoming {
  margin-top: 80px;
}

.upcoming-small {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
}

.upcoming-big {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
}

.upcoming-text h3 {
  font-family: 'Baloo 2';
  color: #f05a9d;
  margin-bottom: 12px;
}

.upcoming-text p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.arrow {
  font-size: 34px;
  color: #f05a9d;
  margin-top: 12px;
  display: inline-block;
}

/* FOOTER */
.footer {
  margin-top: 80px;
  padding: 18px;
  text-align: center;
  background: #fde5ee;
  font-size: 12px;
  color: #aaa;
}

/* REVIEW PAGE – TOP */

.category-bar {
  background: #e5e5e5;
  text-align: center;
  padding: 30px 0;
  margin-top: 20px;
}

.category-bar h2 {
  font-family: 'Aboreto';
  letter-spacing: 2px;
  color: #999;
}

.review-card {
  background: white;
  padding: 30px;
  margin-top: 40px;
  border-radius: 12px;
  border: 1px solid #eee;
}

.review-poster {
  width: 100%;
  border-radius: 8px;
}

.review-card h1 {
  font-family: 'Baloo 2';
  color: #f05a9d;
}

.subtitle {
  font-family: 'Inter';
  font-size: 15px;
  color: #777;
}

.review-card .stars i {
  color: #f05a9d;
  font-size: 18px;
}

/* STORY OVERVIEW */

.story-overview {
  margin-top: 40px;
}

.story-overview h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  font-size: 18px;
  margin-bottom: 10px;
}

.story-overview p {
  font-family: 'Inter';
  font-size: 15px;
  line-height: 1.7;
  color: #666;
}

/* INFO TABLE */

.info-table {
  margin-top: 35px;
  border-radius: 14px;
  overflow: hidden;
  font-family: 'Afacad';
  font-size: 18px; 
}

.info-row {
  padding: 12px 18px;
  display: flex;
  align-items: center;
}

.info-row:nth-child(odd) {
  background: #fbd6e2;  
}

.info-row:nth-child(even) {
  background: #fdebf1;  
}

.info-row .label {
  color: #f05a9d;
  font-weight: 600;
}

.info-row .value {
  color: #444;
}

/* MAIN CHARACTERS */

.main-characters {
  margin-top: 60px;
}

.main-characters h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  font-size: 20px;
  margin-bottom: 25px;
}

.character-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 35px;
}

.character-item img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 12px;
}

.character-info h4 {
  font-family: 'Acme';
  font-size: 18px;
  color: #444;
  margin-bottom: 6px;
}

.character-info h4 span {
  color: #f05a9d;
}

.character-info p {
  font-family: 'Inter';
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* CHARACTER RELATIONSHIP */

.relationship-section {
  margin-top: 70px;
  text-align: center;
}

.relationship-section h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  font-size: 20px;
  margin-bottom: 25px;
}

.relationship-box {
  background: #fdebf1;
  padding: 25px;
  border-radius: 16px;
}

.relationship-box img {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
}

/* REVIEW BREAKDOWN */

.review-breakdown {
  margin-top: 80px;
}

.review-breakdown h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  font-size: 20px;
  margin-bottom: 30px;
}

.breakdown-item {
  margin-bottom: 30px;
}

.breakdown-item h4 {
  font-family: 'Acme';
  color: #444;
  font-size: 18px;
  margin-bottom: 6px;
}

.breakdown-item p {
  font-family: 'Inter';
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* SUMMARY */

.review-summary {
  margin-top: 80px;
  background: #fdebf1;
  padding: 30px;
  border-radius: 18px;
}

.review-summary h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  margin-bottom: 10px;
}

.review-summary p {
  font-family: 'Inter';
  font-size: 15px;
  color: #666;
  line-height: 1.7;
}

/* RATING SCORES */

.rating-scores {
  margin-top: 70px;
}

.rating-scores h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  margin-bottom: 20px;
}

.score-item {
  display: flex;
  align-items: center;
  gap: 10px;            
  font-family: 'Afacad';
  font-size: 18px;
  margin-bottom: 12px;
}

.score-item span {
  min-width: 140px;   
}

.score-item .stars i {
  color: #f05a9d;
}

/* COMMENT SECTION */

.comment-section {
  margin-top: 80px;
}

.comment-section h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  margin-bottom: 15px;
}

.comment-section input,
.comment-section textarea {
  width: 100%;
  border: none;
  background: #fdebf1;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
  font-family: 'Inter';
  font-size: 13px;
}

.comment-section textarea {
  height: 120px;
}

.comment-section button {
  background: #f05a9d;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 20px;
  font-family: 'Afacad';
}

/* YOU MAY ALSO LIKE */

.you-may-like {
  margin-top: 90px;
  margin-bottom: 100px;
}

.you-may-like h3 {
  font-family: 'Aboreto';
  color: #f05a9d;
  margin-bottom: 25px;
}

/* NEWS PAGE */

/* CATEGORY BANNER */
.category-bar {
  background: #e5e5e5;
  text-align: center;
  padding: 40px 0;
  margin-top: 20px;
}

.category-bar h2 {
  font-family: 'Aboreto';
  letter-spacing: 2px;
  color: #888;
  margin-bottom: 6px;
}

.category-bar p {
  font-family: 'Inter';
  font-size: 12px;
  color: #aaa;
}

/* NEWS GRID */

.news-grid {
  margin-top: 60px;
}

.news-card {
  border: 1px solid #e8a9be;
  padding-bottom: 18px;
  background: #fff;
}

.news-date {
  background: #fde5ee;
  text-align: center;
  padding: 10px;
  font-family: 'Afacad';
  color: #f05a9d;
  font-size: 14px;
}

.news-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.news-card p {
  font-family: 'Inter';
  font-size: 13px;
  color: #666;
  padding: 14px 16px 6px;
  line-height: 1.6;
}

.news-card .read-more {
  display: block;
  text-align: center;
  font-family: 'Afacad';
  color: #f05a9d;
  font-size: 13px;
  margin-top: 6px;
}

/* PAGINATION */

.pagination-section {
  margin-top: 80px;
  text-align: center;
}

.pagination-box {
  display: inline-flex;
  border: 1px solid #e8a9be;
}

.page {
  padding: 8px 14px;
  border-right: 1px solid #e8a9be;
  font-family: 'Afacad';
  font-size: 13px;
  color: #777;
  cursor: pointer;
}

.page:last-child {
  border-right: none;
}

.page.active {
  background: #fde5ee;
  color: #f05a9d;
  font-weight: 600;
}

/* YEAR FILTER */

.year-filter {
  margin-top: 40px;
  text-align: center;
}

.year-box {
  display: inline-flex;
  background: #eee;
  border-radius: 20px;
  padding: 6px;
  margin: 6px 0;
}

.year-box span {
  padding: 6px 14px;
  font-family: 'Afacad';
  font-size: 12px;
  color: #777;
  border-radius: 14px;
  cursor: pointer;
}

.year-box span.active {
  background: #f05a9d;
  color: white;
}

/* ABOUT PAGE */

.about-intro {
  margin-top: 60px;
  text-align: center;
}

.about-intro h1 {
  font-family: 'Aboreto';
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.about-image {
  width: 260px;
  height: 180px;
  margin: 0 auto 40px;
  border-radius: 100px;
  overflow: hidden;
  background: #f8c5d5;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-text {
  font-family: 'Inter';
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  max-width: 800px;
  margin: 0 auto;
}

/* SERVICES SECTION */

.services {
  margin-top: 100px;
}

.services h2 {
  font-family: 'Aboreto';
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.services hr {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 50px;
}

/* Service blocks */

.service-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
}

.service-item.reverse {
  flex-direction: row-reverse;
}

.service-img {
  flex: 0.8;              
  max-width: 260px;       
}

.service-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.service-text {
  flex: 1.2;
}

.service-text h3 {
  font-family: 'Afacad';
  font-size: 18px;
  color: #555;
  margin-bottom: 6px;
}

.service-text p {
  font-family: 'Inter';
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.service-text span {
  display: inline-block;
  margin-top: 6px;
  font-family: 'Afacad';
  font-size: 12px;
  color: #aaa;
  cursor: pointer;
}

/* FOOTER */

.footer {
  background: #fde5ee;
  padding: 18px 10px;
  text-align: center;
  margin-top: 80px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  font-family: 'Afacad';
  font-size: 12px;
  color: #777;
}

.footer-links span {
  cursor: pointer;
}

.footer-copy {
  margin-top: 6px;
  font-family: 'Inter';
  font-size: 11px;
  color: #aaa;
}

/* CONTACT PAGE – FORM */

.contact-section {
  margin-top: 60px;
}

.contact-box {
  background: #fbd6e2;
  padding: 40px 30px 50px;
  border-radius: 30px;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.contact-box h2 {
  text-align: center;
  font-family: 'Aboreto';
  color: #999;
  margin-bottom: 30px;
}

.contact-box input {
  width: 100%;
  border: none;
  background: white;
  border-radius: 30px;
  padding: 14px 20px;
  margin-bottom: 20px;
  font-family: 'Inter';
  font-size: 14px;
}

.contact-box textarea {
  width: 100%;
  border: none;
  background: white;
  border-radius: 30px;
  padding: 18px 20px;
  height: 200px;
  font-family: 'Inter';
  font-size: 14px;
  resize: none;
  margin-bottom: 40px; 
}

.contact-box button {
  position: absolute;
  bottom: 30px;   
  right: 40px;    
  background: white;
  color: #999;
  border: none;
  padding: 10px 28px; 
  border-radius: 22px;
  font-family: 'Afacad';
  font-size: 14px;
}

/* OUR CONTACTS */

.our-contacts {
  margin-top: 80px;
}

.our-contacts h3 {
  font-family: 'Aboreto';
  color: #999;
  margin-bottom: 6px;
}

.our-contacts hr {
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

.contacts-box {
  border: 1px solid #aaa;
  border-radius: 25px;
  padding: 40px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.contacts-box p {
  font-family: 'Inter';
  font-size: 14px;
  color: #444;
  margin-bottom: 25px;
}

/* SOCIAL ICONS */

.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.social-icons i {
  font-size: 22px;
  color: #f05a9d;
  cursor: pointer;
}

/* POLICIES */

.policies {
  margin-top: 80px;
  font-family: 'Inter';
  font-size: 13px;
  color: #444;
}

.policy-block {
  margin-bottom: 40px;
}

.policy-block h4 {
  font-family: 'Afacad';
  font-size: 14px;
  margin-bottom: 6px;
  color: #000;
}

.policy-block p {
  line-height: 1.7;
}

/* ======================
   HOVER EFFECTS
====================== */

/* Nav links */
.top-nav nav a {
  transition: 0.3s;
}

.top-nav nav a:hover {
  color: #f05a9d;
  border-bottom: 2px solid #f05a9d;
}

/* Buttons */
button {
  transition: 0.3s;
}

button:hover {
  background: #f05a9d;
  color: white;
}

/* Read more links */
.read-more,
.service-text span {
  transition: 0.3s;
}

.read-more:hover,
.service-text span:hover {
  color: #f05a9d;
  text-decoration: underline;
  cursor: pointer;
}

/* Drama cards */
.drama-card,
.news-card {
  transition: 0.3s;
}

.drama-card:hover,
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* HOME PAGE ARROW HOVER EFFECT */

.arrow {
  transition: 0.3s ease;
  cursor: pointer;
}

.arrow:hover {
  transform: translateX(8px) scale(1.1);
  color: #f05a9d;
  filter: drop-shadow(0 4px 6px rgba(240, 90, 157, 0.4));
}

.search-wrap select {
  border: none;
  border-radius: 20px;
  padding: 8px 14px;
  font-family: 'Afacad';
  font-size: 13px;
  background: #fde5ee;
  color: #555;
}

.filters {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.filters select {
  border: none;
  border-radius: 18px;
  padding: 6px 12px;
  font-family: 'Afacad';
  font-size: 12px;
  background: #fde5ee;
  color: #555;
}

.logo-link {
  display: inline-block;
}

.logo-circle {
  cursor: pointer;
  transition: 0.3s;
}

.logo-circle:hover {
  transform: scale(1.05);
  opacity: 0.9;
}



