
html{scroll-behavior:smooth}body{margin:0}.static-seo-hidden{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.static-noscript-warning{padding:10px 14px;background:#140807;color:#fff4ec;text-align:center;font:14px/1.6 Arial,"Microsoft JhengHei",sans-serif}
img{max-width:100%;height:auto}video{max-width:100%;height:auto}



.yangclud-site-header{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
background:
radial-gradient(circle at 10% 0%,rgba(255,198,170,.18),transparent 34%),
linear-gradient(180deg,#140807,#050202);
border-bottom:1px solid rgba(255,198,170,.55);
box-shadow:
0 0 20px rgba(255,174,145,.24),
0 8px 30px rgba(0,0,0,.55);
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
position:relative;
z-index:9999;
}

.yangclud-site-header *{
box-sizing:border-box;
}

.yangclud-header-inner{
width:100%;
max-width:1280px;
margin:0 auto;
padding:16px 26px;
display:flex;
align-items:center;
justify-content:space-between;
gap:22px;
box-sizing:border-box;
position:relative;
z-index:3;
}

.yangclud-logo{
display:flex;
flex-direction:column;
text-decoration:none;
line-height:1.2;
flex:0 0 auto;
position:relative;
z-index:4;
pointer-events:auto!important;
}

.yangclud-logo strong{
font-size:28px;
font-weight:950;
letter-spacing:3px;
background:linear-gradient(90deg,#f7c6b0 0%,#fff0d8 42%,#c97966 72%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:0 0 16px rgba(255,183,155,.28);
}

.yangclud-logo span{
margin-top:5px;
font-size:12px;
font-weight:800;
letter-spacing:3px;
color:#f6c9b6;
}

.yangclud-desktop-nav{
display:flex;
align-items:center;
justify-content:flex-end;
gap:10px;
flex:1;
position:relative;
z-index:4;
pointer-events:auto!important;
}

.yangclud-desktop-nav a{
display:inline-flex;
align-items:center;
justify-content:center;
min-height:42px;
padding:9px 15px;
border-radius:999px;
color:#fff4ec;
font-size:15px;
font-weight:850;
line-height:1.2;
text-decoration:none!important;
border:1px solid rgba(255,198,170,.32);
background:rgba(20,8,7,.38);
box-shadow:inset 0 0 12px rgba(255,214,180,.05);
transition:.25s ease;
white-space:nowrap;
position:relative;
z-index:5;
pointer-events:auto!important;
cursor:pointer;
}

.yangclud-desktop-nav a:hover{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
box-shadow:
0 0 16px rgba(255,174,145,.58),
0 0 26px rgba(255,218,185,.25);
transform:translateY(-2px);
}

.yangclud-desktop-nav .yangclud-contact-link{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
border-color:rgba(255,224,200,.85);
box-shadow:
0 0 16px rgba(255,174,145,.52),
inset 0 0 10px rgba(255,255,255,.32);
}

.yangclud-menu-btn{
display:none;
width:46px;
height:46px;
border-radius:15px;
border:1px solid rgba(255,198,170,.72);
background:
linear-gradient(180deg,rgba(38,13,10,.92),rgba(8,3,3,.86));
box-shadow:
0 0 14px rgba(255,174,145,.35),
inset 0 0 12px rgba(255,214,180,.08);
cursor:pointer;
position:relative;
z-index:6;
flex:0 0 auto;
pointer-events:auto!important;
}

.yangclud-menu-btn span{
display:block;
width:23px;
height:2px;
margin:5px auto;
border-radius:999px;
background:#ffe2bf;
box-shadow:0 0 8px rgba(255,183,155,.6);
transition:.25s ease;
}

.yangclud-mobile-nav{
display:none;
width:100%;
background:
radial-gradient(circle at 90% 0%,rgba(255,198,170,.16),transparent 34%),
linear-gradient(180deg,#0b0303,#030101);
border-top:1px solid rgba(255,198,170,.35);
padding:12px 14px 16px;
box-sizing:border-box;
position:relative;
z-index:5;
pointer-events:auto!important;
}

.yangclud-mobile-nav a{
display:flex;
align-items:center;
justify-content:center;
width:100%;
min-height:46px;
margin:8px 0;
padding:10px 14px;
border-radius:16px;
color:#fff4ec;
font-size:15px;
font-weight:900;
line-height:1.25;
text-decoration:none!important;
border:1px solid rgba(255,198,170,.34);
background:rgba(255,198,170,.06);
box-shadow:inset 0 0 12px rgba(255,214,180,.05);
box-sizing:border-box;
position:relative;
z-index:6;
pointer-events:auto!important;
cursor:pointer;
}

.yangclud-mobile-nav .yangclud-contact-link{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
border-color:rgba(255,224,200,.9);
box-shadow:0 0 16px rgba(255,174,145,.5);
}

.yangclud-site-header.yangclud-menu-open .yangclud-mobile-nav{
display:block;
}

.yangclud-site-header.yangclud-menu-open .yangclud-menu-btn span:nth-child(1){
transform:translateY(7px) rotate(45deg);
}

.yangclud-site-header.yangclud-menu-open .yangclud-menu-btn span:nth-child(2){
opacity:0;
}

.yangclud-site-header.yangclud-menu-open .yangclud-menu-btn span:nth-child(3){
transform:translateY(-7px) rotate(-45deg);
}

@media(max-width:900px){

.yangclud-header-inner{
padding:13px 14px;
}

.yangclud-logo strong{
font-size:23px;
letter-spacing:2px;
}

.yangclud-logo span{
font-size:11px;
letter-spacing:2px;
}

.yangclud-desktop-nav{
display:none;
}

.yangclud-menu-btn{
display:block;
}

}

@media(max-width:420px){

.yangclud-header-inner{
gap:10px;
}

.yangclud-logo strong{
font-size:21px;
}

.yangclud-logo span{
font-size:10px;
letter-spacing:1.5px;
}

}



html,body{
  width:100%;
  max-width:100%;
  margin:0;
  padding:0;
  background:#050202;
  overflow-x:hidden;
}
*{box-sizing:border-box;}
.yangclub-story-jingmao-wrap{
  width:100%;
  margin:0;
  padding:34px 0;
  background:
    radial-gradient(circle at 8% 0%,rgba(255,190,170,.16),transparent 34%),
    radial-gradient(circle at 92% 3%,rgba(232,151,130,.14),transparent 32%),
    linear-gradient(180deg,#120706 0%,#050202 48%,#110605 100%);
  font-family:"Microsoft JhengHei",Arial,sans-serif;
  color:#ffe9df;
}
.yangclub-story-jingmao-shell{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}
.yangclub-story-jingmao-panel{
  position:relative;
  overflow:hidden;
  width:100%;
  border-radius:34px;
  padding:36px;
  background:
    radial-gradient(circle at 14% 6%,rgba(255,214,196,.18),transparent 28%),
    radial-gradient(circle at 90% 10%,rgba(230,150,130,.18),transparent 28%),
    linear-gradient(180deg,rgba(33,12,10,.96),rgba(7,3,3,.98));
  border:1px solid rgba(236,159,136,.58);
  box-shadow:
    0 24px 70px rgba(0,0,0,.58),
    inset 0 0 0 1px rgba(255,230,210,.10),
    inset 0 0 50px rgba(236,159,136,.10);
}
.yangclub-story-jingmao-panel:before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:28px;
  border:1px solid rgba(255,188,160,.32);
  pointer-events:none;
}
.yangclub-story-jingmao-panel:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 11%,rgba(255,255,255,.5) 0 1px,transparent 2px),
    radial-gradient(circle at 78% 12%,rgba(255,255,255,.45) 0 1px,transparent 2px),
    radial-gradient(circle at 94% 43%,rgba(255,210,190,.4) 0 1px,transparent 2px),
    linear-gradient(135deg,rgba(255,255,255,.08),transparent 30%);
}
.yangclub-story-jingmao-content{
  position:relative;
  z-index:2;
}
.yangclub-story-jingmao-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:18px;
  padding:9px 16px;
  border-radius:999px;
  color:#32100a;
  font-size:13px;
  font-weight:950;
  letter-spacing:1.6px;
  background:linear-gradient(135deg,#ffe2d8,#e9a18b,#b96e59);
  border:1px solid rgba(255,224,210,.72);
  box-shadow:0 10px 26px rgba(226,143,122,.22);
}
.yangclub-story-jingmao-title{
  margin:0 0 24px;
  color:#ffd8cc;
  font-size:clamp(28px,4.2vw,54px);
  line-height:1.25;
  font-weight:950;
  letter-spacing:.04em;
  text-shadow:
    0 0 14px rgba(255,190,170,.34),
    0 8px 26px rgba(0,0,0,.72);
}
.yangclub-story-jingmao-section{
  margin:26px 0 0;
  padding:24px;
  border-radius:26px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,178,150,.28);
  box-shadow:
    0 16px 36px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.yangclub-story-jingmao-section h2{
  margin:0 0 16px;
  color:#ffe0d6;
  font-size:clamp(22px,2.6vw,34px);
  line-height:1.45;
  font-weight:950;
  letter-spacing:.03em;
  border-left:5px solid rgba(233,161,139,.9);
  padding-left:14px;
}
.yangclub-story-jingmao-section p{
  margin:0 0 16px;
  color:#f2dfd6;
  font-size:18px;
  line-height:2.05;
  font-weight:650;
  letter-spacing:.02em;
}
.yangclub-story-jingmao-section p:last-child{margin-bottom:0;}
.yangclub-story-jingmao-section a{
  color:#ffd2c4;
  font-weight:950;
  text-decoration:none;
  border-bottom:1px solid rgba(255,210,196,.52);
}
.yangclub-story-jingmao-photo-card{
  margin:18px 0 22px;
  padding:12px;
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(255,220,205,.18),rgba(255,255,255,.045)),
    rgba(15,5,4,.72);
  border:1px solid rgba(255,188,160,.48);
  box-shadow:
    0 18px 42px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.08);
}
.yangclub-story-jingmao-photo-frame{
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,214,200,.32);
  background:#130605;
}
.yangclub-story-jingmao-photo-frame img{
  display:block;
  width:100%;
  height:auto;
  max-height:620px;
  object-fit:cover;
}
.yangclub-story-jingmao-photo-caption{
  margin:10px 6px 2px;
  color:#ffc7b6;
  font-size:14px;
  line-height:1.65;
  font-weight:800;
  text-align:center;
  letter-spacing:.08em;
}
.yangclub-story-jingmao-info{
  margin:28px 0 0;
  padding:24px;
  border-radius:26px;
  background:
    radial-gradient(circle at 15% 0%,rgba(255,190,170,.16),transparent 32%),
    linear-gradient(135deg,rgba(255,210,190,.11),rgba(255,255,255,.035));
  border:1px solid rgba(255,178,150,.38);
  box-shadow:0 18px 42px rgba(0,0,0,.34);
}
.yangclub-story-jingmao-info h2{
  margin:0 0 16px;
  color:#ffe0d6;
  font-size:clamp(22px,2.4vw,32px);
  line-height:1.45;
  font-weight:950;
}
.yangclub-story-jingmao-info-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.yangclub-story-jingmao-info-item{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,178,150,.25);
}
.yangclub-story-jingmao-info-item span{
  display:block;
  margin-bottom:7px;
  color:#e9a18b;
  font-size:13px;
  font-weight:950;
  letter-spacing:.12em;
}
.yangclub-story-jingmao-info-item strong{
  display:block;
  color:#ffe9df;
  font-size:17px;
  line-height:1.7;
  font-weight:850;
}
.yangclub-story-jingmao-cta{
  margin-top:28px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(233,161,139,.16),rgba(255,255,255,.045));
  border:1px solid rgba(255,178,150,.36);
  text-align:center;
}
.yangclub-story-jingmao-cta p{
  margin:0 0 16px;
  color:#ffe7dc;
  font-size:17px;
  line-height:1.85;
  font-weight:780;
}
.yangclub-story-jingmao-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 24px;
  border-radius:999px;
  color:#35130c;
  font-size:16px;
  font-weight:950;
  text-decoration:none;
  letter-spacing:.06em;
  background:linear-gradient(135deg,#ffe2d8,#e9a18b,#b96e59);
  border:1px solid rgba(255,224,210,.74);
  box-shadow:0 14px 28px rgba(0,0,0,.32);
}
@media(max-width:768px){
  .yangclub-story-jingmao-wrap{padding:22px 0;}
  .yangclub-story-jingmao-shell{padding:0 10px;}
  .yangclub-story-jingmao-panel{
    border-radius:24px;
    padding:18px;
  }
  .yangclub-story-jingmao-panel:before{
    inset:8px;
    border-radius:18px;
  }
  .yangclub-story-jingmao-title{
    font-size:28px;
    line-height:1.35;
    margin-bottom:18px;
  }
  .yangclub-story-jingmao-section{
    margin-top:18px;
    padding:16px;
    border-radius:20px;
  }
  .yangclub-story-jingmao-section h2{
    font-size:21px;
    padding-left:11px;
  }
  .yangclub-story-jingmao-section p{
    font-size:16px;
    line-height:1.95;
  }
  .yangclub-story-jingmao-photo-card{
    margin:16px 0 18px;
    padding:9px;
    border-radius:22px;
  }
  .yangclub-story-jingmao-photo-frame{border-radius:18px;}
  .yangclub-story-jingmao-info{
    padding:16px;
    border-radius:20px;
  }
  .yangclub-story-jingmao-info-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .yangclub-story-jingmao-info-item{
    padding:14px;
    border-radius:16px;
  }
  .yangclub-story-jingmao-cta{
    padding:16px;
    border-radius:20px;
  }
  .yangclub-story-jingmao-cta a{
    width:100%;
  }
}



.yangclud-footer-wrap{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
background:
radial-gradient(circle at 12% 0%,rgba(255,198,170,.18),transparent 34%),
radial-gradient(circle at 88% 8%,rgba(183,110,97,.22),transparent 38%),
linear-gradient(180deg,#140807 0%,#060202 58%,#020101 100%);
border-top:1px solid rgba(255,198,170,.55);
box-shadow:
0 -8px 30px rgba(0,0,0,.55),
0 0 22px rgba(255,174,145,.22);
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
position:relative;
z-index:50;
overflow:hidden;
box-sizing:border-box;
}

.yangclud-footer-wrap *{
box-sizing:border-box;
}

.yangclud-footer-wrap:before{
content:"";
position:absolute;
left:-80px;
top:-70px;
width:180px;
height:180px;
background:radial-gradient(circle,rgba(255,221,190,.28),rgba(183,110,97,.14),transparent 70%);
filter:blur(12px);
opacity:.9;
}

.yangclud-footer-wrap:after{
content:"";
position:absolute;
right:-80px;
bottom:-70px;
width:190px;
height:190px;
background:radial-gradient(circle,rgba(255,198,170,.24),rgba(201,121,102,.12),transparent 72%);
filter:blur(14px);
opacity:.9;
}

.yangclud-footer-inner{
width:100%;
max-width:1180px;
margin:0 auto;
padding:34px 24px 24px;
position:relative;
z-index:1;
}

.yangclud-footer-main{
display:grid;
grid-template-columns:1fr 1.45fr;
gap:26px;
align-items:start;
}

.yangclud-footer-brand{
padding:22px;
border-radius:26px;
border:1px solid rgba(255,198,170,.45);
background:linear-gradient(180deg,rgba(255,198,170,.08),rgba(20,7,6,.62));
box-shadow:
0 0 18px rgba(255,174,145,.16),
inset 0 0 14px rgba(255,214,180,.06);
}

.yangclud-footer-logo{
display:inline-flex;
flex-direction:column;
text-decoration:none;
line-height:1.2;
}

.yangclud-footer-logo strong{
font-size:30px;
font-weight:950;
letter-spacing:3px;
background:linear-gradient(90deg,#f7c6b0 0%,#fff0d8 42%,#c97966 72%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
text-shadow:0 0 18px rgba(255,183,155,.28);
}

.yangclud-footer-logo span{
margin-top:7px;
font-size:13px;
font-weight:850;
letter-spacing:3px;
color:#f6c9b6;
}

.yangclud-footer-brand p{
margin:16px 0 0;
color:#fff4ec;
font-size:15px;
line-height:1.8;
font-weight:750;
text-shadow:0 0 10px rgba(0,0,0,.7);
}

.yangclud-footer-nav-box{
padding:22px;
border-radius:26px;
border:1px solid rgba(255,198,170,.45);
background:linear-gradient(180deg,rgba(255,198,170,.07),rgba(10,3,3,.72));
box-shadow:
0 0 18px rgba(255,174,145,.16),
inset 0 0 14px rgba(255,214,180,.05);
}

.yangclud-footer-title{
margin:0 0 16px;
font-size:20px;
line-height:1.3;
font-weight:950;
letter-spacing:1px;
background:linear-gradient(90deg,#fff0d8 0%,#f3bba8 48%,#ffd9be 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.yangclud-footer-nav{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:12px;
}

.yangclud-footer-nav a{
display:flex;
align-items:center;
justify-content:center;
min-height:46px;
padding:10px 14px;
border-radius:999px;
color:#fff4ec;
font-size:15px;
font-weight:900;
line-height:1.25;
text-align:center;
text-decoration:none;
border:1px solid rgba(255,198,170,.34);
background:rgba(255,198,170,.06);
box-shadow:inset 0 0 12px rgba(255,214,180,.05);
transition:.25s ease;
}

.yangclud-footer-nav a:hover{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
box-shadow:
0 0 16px rgba(255,174,145,.58),
0 0 26px rgba(255,218,185,.25);
transform:translateY(-2px);
}

.yangclud-footer-nav .yangclud-footer-contact{
color:#3c120d;
background:linear-gradient(135deg,#fff1e4,#f3bba8 48%,#b76e61);
border-color:rgba(255,224,200,.9);
box-shadow:
0 0 16px rgba(255,174,145,.52),
inset 0 0 10px rgba(255,255,255,.28);
}

.yangclud-footer-bottom{
margin-top:24px;
padding-top:18px;
border-top:1px solid rgba(255,198,170,.25);
display:flex;
align-items:center;
justify-content:space-between;
gap:16px;
color:#d9b7a8;
font-size:13px;
font-weight:750;
line-height:1.6;
}

.yangclud-footer-bottom b{
color:#ffe2bf;
}

.yangclud-float-buttons{
position:fixed;
right:18px;
bottom:18px;
z-index:99999;
display:flex;
flex-direction:column;
gap:10px;
font-family:"Noto Sans TC","Microsoft JhengHei",Arial,sans-serif;
opacity:1!important;
filter:none!important;
mix-blend-mode:normal!important;
isolation:isolate;
}

.yangclud-float-buttons a{
width:58px;
height:58px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none!important;
font-size:13px;
font-weight:950;
line-height:1.15;
text-align:center;
letter-spacing:.5px;
border:2px solid rgba(255,224,200,.95)!important;
background-color:#f3bba8!important;
background-image:linear-gradient(135deg,#fff1e4 0%,#f3bba8 48%,#b76e61 100%)!important;
color:#3c120d!important;
box-shadow:
0 0 16px rgba(255,174,145,.72),
0 8px 22px rgba(0,0,0,.52),
inset 0 0 10px rgba(255,255,255,.38)!important;
transition:.25s ease;
opacity:1!important;
filter:none!important;
backdrop-filter:none!important;
-webkit-backdrop-filter:none!important;
mix-blend-mode:normal!important;
overflow:hidden;
position:relative;
isolation:isolate;
}

.yangclud-float-buttons a:before{
content:"";
position:absolute;
inset:0;
border-radius:50%;
background:linear-gradient(135deg,#fff7ef 0%,#f3bba8 45%,#b76e61 100%);
opacity:1;
z-index:-1;
}

.yangclud-float-buttons a:hover{
transform:translateY(-3px) scale(1.04);
box-shadow:
0 0 22px rgba(255,174,145,.82),
0 0 34px rgba(255,218,185,.38),
0 10px 26px rgba(0,0,0,.55);
}

.yangclud-float-buttons .yangclud-float-line{
background-color:#f3bba8!important;
background-image:linear-gradient(135deg,#fff7ef 0%,#f3bba8 38%,#b76e61 78%,#fff0d8 100%)!important;
color:#38110d!important;
opacity:1!important;
}

.yangclud-float-buttons .yangclud-float-line:before{
background:linear-gradient(135deg,#fff7ef 0%,#f3bba8 38%,#b76e61 78%,#fff0d8 100%);
opacity:1;
}

@media(max-width:820px){

.yangclud-footer-inner{
padding:28px 14px 22px;
}

.yangclud-footer-main{
grid-template-columns:1fr;
gap:16px;
}

.yangclud-footer-brand,
.yangclud-footer-nav-box{
padding:18px;
border-radius:22px;
text-align:center;
}

.yangclud-footer-logo strong{
font-size:26px;
letter-spacing:2px;
}

.yangclud-footer-logo span{
font-size:12px;
letter-spacing:2px;
}

.yangclud-footer-brand p{
font-size:14px;
line-height:1.75;
}

.yangclud-footer-title{
font-size:18px;
}

.yangclud-footer-nav{
grid-template-columns:1fr;
gap:10px;
}

.yangclud-footer-nav a{
min-height:45px;
border-radius:16px;
font-size:15px;
}

.yangclud-footer-bottom{
flex-direction:column;
text-align:center;
gap:6px;
font-size:12px;
}

.yangclud-float-buttons{
right:12px;
bottom:12px;
gap:8px;
}

.yangclud-float-buttons a{
width:52px;
height:52px;
font-size:12px;
}

}

@media(max-width:420px){

.yangclud-footer-logo strong{
font-size:24px;
}

.yangclud-footer-brand,
.yangclud-footer-nav-box{
padding:16px;
}

.yangclud-float-buttons{
right:10px;
bottom:10px;
}

.yangclud-float-buttons a{
width:50px;
height:50px;
font-size:11px;
}

}
