
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;
  box-sizing:border-box;
  background:#080303;
  color:#ffe8dc;
  overflow-x:hidden;
  font-family:"Microsoft JhengHei","Noto Sans TC",Arial,sans-serif;
}
*,*:before,*:after{box-sizing:border-box;}
a{color:inherit;}
.yangclub-story-widget-wrap{
  width:100%;
  margin:0 auto;
  padding:clamp(18px,3vw,40px) 0;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,188,160,.16),transparent 30%),
    radial-gradient(circle at 88% 4%,rgba(255,150,135,.13),transparent 28%),
    linear-gradient(180deg,#080303 0%,#120706 48%,#050202 100%);
}
.yangclub-story-widget{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 clamp(14px,3vw,28px);
}
.yangclub-story-shell{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  padding:clamp(18px,3.5vw,42px);
  background:
    radial-gradient(circle at 14% 6%,rgba(255,214,190,.18),transparent 30%),
    radial-gradient(circle at 92% 10%,rgba(229,154,131,.16),transparent 28%),
    linear-gradient(180deg,rgba(34,12,10,.96),rgba(7,3,3,.98));
  border:1px solid rgba(236,159,136,.58);
  box-shadow:
    0 26px 78px rgba(0,0,0,.58),
    inset 0 0 0 1px rgba(255,230,210,.08),
    inset 0 0 46px rgba(236,159,136,.08);
}
.yangclub-story-shell:before{
  content:"";
  position:absolute;
  inset:14px;
  border-radius:28px;
  border:1px solid rgba(255,188,160,.26);
  pointer-events:none;
}
.yangclub-story-shell:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 18% 13%,rgba(255,255,255,.38) 0 1px,transparent 2px),
    radial-gradient(circle at 72% 10%,rgba(255,255,255,.42) 0 1px,transparent 2px),
    radial-gradient(circle at 90% 42%,rgba(255,210,190,.42) 0 1px,transparent 2px),
    linear-gradient(135deg,rgba(255,255,255,.075),transparent 30%);
  opacity:.78;
}
.yangclub-story-inner{
  position:relative;
  z-index:2;
}
.yangclub-story-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  padding:9px 17px;
  border-radius:999px;
  color:#2a0d08;
  font-size:13px;
  font-weight:950;
  letter-spacing:1.4px;
  background:linear-gradient(135deg,#ffe4d8,#e69b84,#a95345);
  border:1px solid rgba(255,226,210,.75);
  box-shadow:0 12px 28px rgba(236,159,136,.2);
}
.yangclub-story-title{
  margin:0 0 18px;
  color:#ffd8cc;
  font-size:clamp(30px,5vw,62px);
  line-height:1.18;
  font-weight:950;
  letter-spacing:.04em;
  text-shadow:
    0 0 16px rgba(255,190,170,.34),
    0 10px 28px rgba(0,0,0,.62);
}
.yangclub-story-leadline{
  width:100%;
  height:1px;
  margin:0 0 24px;
  background:linear-gradient(90deg,transparent,rgba(255,184,160,.78),transparent);
}
.yangclub-story-content{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:clamp(20px,3vw,34px);
}
.yangclub-story-block{
  position:relative;
  padding:clamp(18px,2.7vw,30px);
  border-radius:26px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,178,150,.28);
  box-shadow:
    0 16px 38px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.06);
}
.yangclub-story-block h2{
  margin:0 0 16px;
  color:#ffe0d5;
  font-size:clamp(23px,3.2vw,36px);
  line-height:1.38;
  font-weight:950;
  letter-spacing:.03em;
}
.yangclub-story-block p{
  margin:0 0 16px;
  color:#f2dfd5;
  font-size:clamp(16px,1.85vw,19px);
  line-height:2.05;
  font-weight:650;
}
.yangclub-story-block p:last-child{margin-bottom:0;}
.yangclub-story-block a{
  color:#ffd0c2;
  font-weight:900;
  text-decoration:none;
  border-bottom:1px solid rgba(255,208,194,.48);
}
.yangclub-story-block a:hover{
  color:#fff0e8;
  border-bottom-color:#fff0e8;
}
.yangclub-story-photo-card{
  margin:18px 0 20px;
  padding:10px;
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,226,210,.16),rgba(255,255,255,.04)),
    rgba(12,4,4,.72);
  border:1px solid rgba(236,159,136,.55);
  box-shadow:
    0 18px 46px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.1);
}
.yangclub-story-photo-frame{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  background:#090303;
  border:1px solid rgba(255,188,160,.32);
}
.yangclub-story-photo-frame img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/10;
  object-fit:cover;
}
.yangclub-story-photo-caption{
  margin:10px 4px 2px;
  color:#ffcabc;
  font-size:14px;
  line-height:1.7;
  font-weight:850;
  letter-spacing:.05em;
  text-align:center;
}
.yangclub-story-info{
  margin-top:clamp(22px,3vw,34px);
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
}
.yangclub-story-info-card,
.yangclub-story-cta-card{
  padding:clamp(18px,2.6vw,28px);
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(255,226,210,.10),rgba(255,255,255,.035)),
    rgba(16,6,5,.76);
  border:1px solid rgba(255,178,150,.34);
  box-shadow:0 18px 44px rgba(0,0,0,.32);
}
.yangclub-story-info-card h2,
.yangclub-story-cta-card h2{
  margin:0 0 14px;
  color:#ffe0d5;
  font-size:clamp(22px,3vw,32px);
  line-height:1.35;
  font-weight:950;
}
.yangclub-story-info-list{
  display:grid;
  gap:10px;
}
.yangclub-story-info-row{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:12px;
  padding:12px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,178,150,.22);
  color:#f4e3da;
  font-size:16px;
  line-height:1.65;
  font-weight:700;
}
.yangclub-story-info-row strong{
  color:#ffcabb;
  font-weight:950;
}
.yangclub-story-cta-card p{
  margin:0 0 18px;
  color:#f2dfd5;
  font-size:16px;
  line-height:1.95;
  font-weight:700;
}
.yangclub-story-cta-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:52px;
  padding:12px 18px;
  border-radius:999px;
  color:#2a0d08;
  font-size:17px;
  font-weight:950;
  text-decoration:none;
  letter-spacing:.06em;
  background:linear-gradient(135deg,#ffe4d8,#e69b84,#a95345);
  border:1px solid rgba(255,226,210,.78);
  box-shadow:
    0 14px 28px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.35);
}
.yangclub-story-cta-btn:hover{
  filter:brightness(1.08);
}
@media(max-width:900px){
  .yangclub-story-shell{
    border-radius:26px;
    padding:20px 14px;
  }
  .yangclub-story-shell:before{
    inset:8px;
    border-radius:20px;
  }
  .yangclub-story-title{
    font-size:30px;
  }
  .yangclub-story-block{
    padding:18px 14px;
    border-radius:22px;
  }
  .yangclub-story-block p{
    font-size:16px;
    line-height:1.95;
  }
  .yangclub-story-info{
    grid-template-columns:1fr;
  }
  .yangclub-story-info-row{
    grid-template-columns:74px 1fr;
    font-size:15px;
  }
}
@media(max-width:520px){
  .yangclub-story-widget{
    padding:0 10px;
  }
  .yangclub-story-title{
    font-size:26px;
    line-height:1.28;
  }
  .yangclub-story-badge{
    font-size:12px;
    padding:8px 13px;
  }
  .yangclub-story-block h2,
  .yangclub-story-info-card h2,
  .yangclub-story-cta-card h2{
    font-size:21px;
  }
  .yangclub-story-photo-frame img{
    aspect-ratio:4/3;
  }
}



.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;
}

}
