/* ============================================
   呦呦视频 - 大码模特与多元审美身材自信演艺经纪公司
   自信肤色粉+高级丝绒红 时尚包容视觉体系
   ============================================ */

/* CSS变量定义 */
:root {
  --primary: #E57373;
  --secondary: #880E4F;
  --bg-main: #FFF0F5;
  --card-bg: #FFFFFF;
  --text-body: #4A4A4A;
  --text-heading: #2D2D2D;
  --accent-light: #F8BBD0;
  --accent-gold: #D4AF37;
  --shadow-soft: 0 4px 20px rgba(136, 14, 79, 0.08);
  --shadow-hover: 0 8px 40px rgba(229, 115, 115, 0.2);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 50px;
  --font-heading: 'Noto Serif SC', serif;
  --font-body: 'Noto Sans SC', sans-serif;
  --transition-smooth: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max-width: 1400px;
}

/* 基础重置 */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--text-body);
  background-color: var(--bg-main);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-heading);
  line-height: 1.4;
}

a {
  color: var(--secondary);
  text-decoration: none;
  transition: var(--transition-smooth);
}

a:hover {
  color: var(--primary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* 容器 */
.c62d5c993 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.cddc911d0 {
  padding: 80px 0;
}

/* ============================================
   导航栏
   ============================================ */
.c685ac95b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 240, 245, 0.95);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(229, 115, 115, 0.1);
  transition: var(--transition-smooth);
}

.c685ac95b.scrolled {
  box-shadow: var(--shadow-soft);
}

.ceb94bc28 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.c8dfa7715 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--secondary);
  letter-spacing: 1px;
}

.c597b5c8f {
  display: flex;
  list-style: none;
  gap: 32px;
}

.c597b5c8f a {
  font-size: 0.95rem;
  color: var(--text-body);
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}

.c597b5c8f a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition-smooth);
}

.c597b5c8f a:hover::after,
.c597b5c8f a.c8f71b582::after {
  width: 100%;
}

.cd684857b {
  background: var(--secondary);
  color: #fff !important;
  padding: 10px 24px;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.9rem;
}

.cd684857b:hover {
  background: var(--primary);
  color: #fff !important;
  box-shadow: 0 4px 20px rgba(229, 115, 115, 0.4);
}

/* 移动端菜单按钮 */
.c45208c25 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.c45208c25 span {
  width: 24px;
  height: 2px;
  background: var(--secondary);
  transition: var(--transition-smooth);
}

/* ============================================
   Hero区 - 自信宣言
   ============================================ */
.cb49501cd {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 72px;
}

.c81f3c5f8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c81f3c5f8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.6);
}

.ca7daf08d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(136, 14, 79, 0.6) 0%, rgba(229, 115, 115, 0.3) 100%);
  z-index: 2;
}

.c6f9ca1d4 {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 0 24px;
}

.cbcfd2c6a {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  margin-bottom: 24px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.c6862cbaa {
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin-bottom: 40px;
  opacity: 0.9;
  font-weight: 300;
}

.c1a7a05e1 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--primary);
  color: #fff;
  padding: 16px 40px;
  border-radius: var(--radius-pill);
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 8px 30px rgba(229, 115, 115, 0.5);
  transition: var(--transition-smooth);
}

.c1a7a05e1:hover {
  background: #fff;
  color: var(--secondary);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.3);
}

/* ============================================
   明星模特矩阵 - 不规则网格
   ============================================ */
.c5f47863f {
  background: var(--card-bg);
}

.cf9851c1a {
  text-align: center;
  margin-bottom: 60px;
}

.cf9851c1a h2 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--secondary);
  margin-bottom: 16px;
}

.cf9851c1a p {
  font-size: 1.1rem;
  color: var(--text-body);
  max-width: 600px;
  margin: 0 auto;
}

.ca70c5793 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}

.c319a0643 {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  cursor: pointer;
}

.c319a0643:nth-child(1) {
  grid-row: span 2;
}

.c319a0643:nth-child(4) {
  grid-column: span 2;
}

.c319a0643 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: var(--transition-smooth);
}

.c319a0643:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.cf7eb80d7 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background: linear-gradient(transparent, rgba(136, 14, 79, 0.9));
  color: #fff;
  transform: translateY(100%);
  transition: var(--transition-smooth);
}

.c319a0643:hover .cf7eb80d7 {
  transform: translateY(0);
}

.cf7eb80d7 h3 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.c75d3063d {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  margin-right: 6px;
  margin-top: 4px;
}

/* ============================================
   业务服务范围
   ============================================ */
.cb207f9df {
  background: linear-gradient(180deg, var(--bg-main) 0%, #fff 100%);
}

.c05087010 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}

.cd44ca6b0 {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  transition: var(--transition-smooth);
}

.cd44ca6b0:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.c1c6e94d5 {
  height: 200px;
  overflow: hidden;
}

.c1c6e94d5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.cd44ca6b0:hover .c1c6e94d5 img {
  transform: scale(1.1);
}

.c771f5fb7 {
  padding: 28px;
}

.c771f5fb7 h3 {
  font-size: 1.3rem;
  color: var(--secondary);
  margin-bottom: 12px;
}

.c771f5fb7 p {
  font-size: 0.95rem;
  line-height: 1.7;
}

.c5e8bffbe {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--primary);
  font-weight: 600;
}

/* ============================================
   品牌合作墙
   ============================================ */
.cb3a51ffd {
  background: var(--card-bg);
  text-align: center;
}

.c4fbe9213 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 40px 0;
}

.c4fbe9213 img {
  height: 60px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: var(--transition-smooth);
}

.c4fbe9213 img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* ============================================
   打破身材焦虑故事集
   ============================================ */
.c3f66271a {
  position: relative;
  overflow: hidden;
}

.c8c4c3960 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.c8c4c3960:nth-child(even) {
  direction: rtl;
}

.c8c4c3960:nth-child(even) > * {
  direction: ltr;
}

.c59928067 {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.c59928067 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.c8676bf31 h3 {
  font-size: 1.6rem;
  color: var(--secondary);
  margin-bottom: 16px;
}

.c8676bf31 p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 20px;
}

.cea055439 {
  border-left: 4px solid var(--primary);
  padding-left: 20px;
  font-style: italic;
  color: var(--secondary);
  font-size: 1.1rem;
}

/* ============================================
   快速合作与选角通道
   ============================================ */
.c70d4b5c5 {
  background: linear-gradient(135deg, var(--secondary) 0%, #AD1457 100%);
  color: #fff;
}

.c70d4b5c5 .cf9851c1a h2 {
  color: #fff;
}

.c70d4b5c5 .cf9851c1a p {
  color: rgba(255, 255, 255, 0.8);
}

.c653dd6a3 {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ce771137b {
  display: flex;
  flex-direction: column;
}

.ce771137b.ce3ffad4f {
  grid-column: span 2;
}

.ce771137b label {
  font-size: 0.9rem;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.9);
}

.ce771137b input,
.ce771137b select,
.ce771137b textarea {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  transition: var(--transition-smooth);
}

.ce771137b input::placeholder,
.ce771137b textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ce771137b input:focus,
.ce771137b select:focus,
.ce771137b textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(255, 255, 255, 0.15);
}

.ce771137b textarea {
  resize: vertical;
  min-height: 120px;
}

.c6a0d7818 {
  grid-column: span 2;
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 16px 40px;
  border-radius: var(--radius-pill);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition-smooth);
  justify-self: center;
}

.c6a0d7818:hover {
  background: #fff;
  color: var(--secondary);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* ============================================
   页脚
   ============================================ */
.c848b1ec3 {
  background: #1A0A10;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px;
}

.c1a1f1e12 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.cbe505891 h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.cbe505891 p {
  font-size: 0.9rem;
  line-height: 1.8;
}

.cb23b3cfc h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
}

.cb23b3cfc ul {
  list-style: none;
}

.cb23b3cfc li {
  margin-bottom: 10px;
}

.cb23b3cfc a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.cb23b3cfc a:hover {
  color: var(--primary);
}

.cdf5ed58e {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.cdf5ed58e a {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
}

/* ============================================
   面包屑导航
   ============================================ */
.c38a64a4c {
  padding: 100px 0 20px;
  font-size: 0.9rem;
}

.c38a64a4c a {
  color: var(--text-body);
}

.c38a64a4c span {
  margin: 0 8px;
  color: var(--primary);
}

/* ============================================
   内页通用样式
   ============================================ */
.cc7843996 {
  background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
  padding: 140px 0 60px;
  text-align: center;
  color: #fff;
}

.cc7843996 h1 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 16px;
}

.cc7843996 p {
  font-size: 1.1rem;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.c14ff9a00 {
  padding: 60px 0;
}

.c86f11aa6 {
  max-width: 900px;
  margin: 0 auto;
}

.c86f11aa6 h2 {
  font-size: 1.8rem;
  color: var(--secondary);
  margin: 40px 0 20px;
}

.c86f11aa6 h3 {
  font-size: 1.4rem;
  color: var(--text-heading);
  margin: 30px 0 16px;
}

.c86f11aa6 p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.9;
}

.c86f11aa6 ul,
.c86f11aa6 ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.c86f11aa6 li {
  margin-bottom: 10px;
  line-height: 1.7;
}

/* ============================================
   模特筛选器组件
   ============================================ */
.c0b3fcbc1 {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 40px;
}

.c9c2ac266 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}

.c9fb63134 {
  flex: 1;
  min-width: 150px;
}

.c9fb63134 label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-body);
  margin-bottom: 6px;
  font-weight: 500;
}

.c9fb63134 select,
.c9fb63134 input {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #E0E0E0;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  transition: var(--transition-smooth);
}

.c9fb63134 select:focus,
.c9fb63134 input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.1);
}

.c1fd5181b {
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-weight: 600;
  transition: var(--transition-smooth);
}

.c1fd5181b:hover {
  background: var(--secondary);
  box-shadow: 0 4px 15px rgba(136, 14, 79, 0.3);
}

/* ============================================
   弹幕互动墙
   ============================================ */
.c9a3dd9f1 {
  position: relative;
  height: 400px;
  background: linear-gradient(135deg, #1A0A10 0%, var(--secondary) 100%);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 40px 0;
}

.barrage-item {
  position: absolute;
  white-space: nowrap;
  padding: 8px 20px;
  border-radius: var(--radius-pill);
  font-size: 1rem;
  animation: barrage-float 10s linear infinite;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.barrage-item.negative {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.barrage-item.positive {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 4px 15px rgba(229, 115, 115, 0.4);
}

.barrage-item.shattered {
  animation: shatter 0.5s forwards;
}

@keyframes barrage-float {
  from { transform: translateX(100vw); }
  to { transform: translateX(-100%); }
}

@keyframes shatter {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.5; }
  100% { transform: scale(0); opacity: 0; }
}

/* ============================================
   搜索页
   ============================================ */
.c1039bc21 {
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.c1039bc21 input {
  width: 100%;
  padding: 18px 60px 18px 24px;
  border: 2px solid var(--primary);
  border-radius: var(--radius-pill);
  font-size: 1.1rem;
  background: var(--card-bg);
  transition: var(--transition-smooth);
}

.c1039bc21 input:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(229, 115, 115, 0.15);
}

.c1039bc21 button {
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  padding: 0 24px;
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font-weight: 600;
}

.c5914ccfa {
  max-width: 800px;
  margin: 0 auto;
}

.search-result-item {
  padding: 24px;
  border-bottom: 1px solid #eee;
}

.search-result-item h3 a {
  font-size: 1.2rem;
  color: var(--secondary);
}

.search-result-item p {
  font-size: 0.95rem;
  color: var(--text-body);
  margin-top: 8px;
}

/* ============================================
   FAQ手风琴
   ============================================ */
.cbe4b9482 {
  max-width: 800px;
  margin: 0 auto;
}

.c605c20ad {
  border: 1px solid #eee;
  border-radius: var(--radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}

.caef76c7f {
  padding: 20px 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  background: var(--card-bg);
  transition: var(--transition-smooth);
}

.caef76c7f:hover {
  background: var(--bg-main);
}

.c93b2be3a {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.c605c20ad.c8f71b582 .c93b2be3a {
  padding: 0 24px 20px;
  max-height: 500px;
}

/* ============================================
   响应式设计
   ============================================ */
@media (max-width: 1024px) {
  .c1a1f1e12 {
    grid-template-columns: 1fr 1fr;
  }
  
  .ca70c5793 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c319a0643:nth-child(4) {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .c597b5c8f {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: var(--bg-main);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    box-shadow: var(--shadow-soft);
  }
  
  .c597b5c8f.c8f71b582 {
    display: flex;
  }
  
  .c45208c25 {
    display: flex;
  }
  
  .cb49501cd {
    min-height: 500px;
  }
  
  .ca70c5793 {
    grid-template-columns: 1fr;
  }
  
  .c319a0643:nth-child(1) {
    grid-row: span 1;
  }
  
  .c8c4c3960 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .c8c4c3960:nth-child(even) {
    direction: ltr;
  }
  
  .c653dd6a3 {
    grid-template-columns: 1fr;
  }
  
  .ce771137b.ce3ffad4f {
    grid-column: span 1;
  }
  
  .c6a0d7818 {
    grid-column: span 1;
  }
  
  .c1a1f1e12 {
    grid-template-columns: 1fr;
  }
  
  .cdf5ed58e {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  
  .cddc911d0 {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  
  .cbcfd2c6a {
    font-size: 2rem;
  }
  
  .c05087010 {
    grid-template-columns: 1fr;
  }
  
  .c9c2ac266 {
    flex-direction: column;
  }
}

/* ============================================
   动画效果
   ============================================ */
.ce0a4c411 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ce0a4c411.visible {
  opacity: 1;
  transform: translateY(0);
}

.parallax-img {
  transition: transform 0.1s linear;
}

/* 按钮光晕效果 */
.ca78aee01 {
  position: relative;
  overflow: hidden;
}

.ca78aee01::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.ca78aee01:hover::before {
  width: 300px;
  height: 300px;
}

/* 3D体型展示台 */
.body-scan-viewer {
  width: 100%;
  height: 500px;
  background: #1A0A10;
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  position: relative;
  overflow: hidden;
}

.body-scan-viewer::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* 打印样式 */
@media print {
  .c685ac95b,
  .c848b1ec3,
  .cb49501cd {
    display: none;
  }
  
  body {
    background: #fff;
    color: #000;
  }
}
