.wp-topbar,
.wp-topbar *,
.wp-topbar *::before,
.wp-topbar *::after{
  box-sizing:border-box;
}

.wp-topbar{
  width:100%;
  position:relative;
  z-index:9999;
  background:linear-gradient(180deg,#080808,#13110d);
  border-bottom:1px solid rgba(232,190,108,.28);
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
}

.wp-topbar__inner{
  width:100%;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:10px clamp(14px,4vw,34px);
}

.wp-topbar__brand{
  display:flex;
  flex-direction:column;
  line-height:1.2;
  text-decoration:none;
}

.wp-topbar__brand span{
  display:block;
  color:#f5d89d;
  font-size:clamp(20px,2.3vw,28px);
  font-weight:900;
  letter-spacing:3px;
}

.wp-topbar__brand small{
  display:block;
  margin-top:6px;
  color:#d8b76a;
  font-size:12px;
  font-weight:800;
  letter-spacing:3px;
}

.wp-topbar__btn{
  width:74px;
  height:54px;
  min-width:74px;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:999px;
  background:linear-gradient(180deg,#8b8574,#746c5f);
  color:#f1cc82;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  box-shadow:
    inset 0 7px 12px rgba(0,0,0,.34),
    inset 0 -3px 6px rgba(255,255,255,.12),
    0 10px 18px rgba(0,0,0,.35);
}

.wp-topbar__panel{
  display:none;
  position:absolute;
  top:calc(100% + 8px);
  left:clamp(12px,4vw,34px);
  right:clamp(12px,4vw,34px);
  z-index:10000;
  padding:14px 22px 20px;
  border:1px solid rgba(232,190,108,.28);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,242,236,.98));
  box-shadow:0 18px 44px rgba(0,0,0,.5);
}

.wp-topbar__panel.is-open{
  display:block;
}

.wp-topbar__panel a{
  display:block;
  padding:15px 0;
  border-bottom:1px solid rgba(0,0,0,.06);
  color:#b08847;
  font-size:17px;
  font-weight:800;
  line-height:1.5;
  text-decoration:none;
}

.wp-topbar__panel a:last-child{
  border-bottom:0;
}

@media (min-width:768px){
  .wp-topbar__inner{
    min-height:86px;
  }

  .wp-topbar__panel{
    left:auto;
    right:34px;
    width:min(420px,86vw);
  }
}

@media (max-width:767px){
  .wp-topbar__inner{
    justify-content:center;
  }

  .wp-topbar__btn{
    position:absolute;
    top:50%;
    left:16px;
    transform:translateY(-50%);
  }

  .wp-topbar__brand{
    text-align:center;
  }

  .wp-topbar__brand span{
    font-size:23px;
  }

  .wp-topbar__brand small{
    font-size:12px;
  }
}

.wp-fengyuan-page,
.wp-fengyuan-page *,
.wp-fengyuan-page *::before,
.wp-fengyuan-page *::after{box-sizing:border-box}
.wp-fengyuan-page{
  width:100%;
  margin:0;
  padding:0 0 84px;
  overflow:hidden;
  background:
    radial-gradient(circle at 82% 0%,rgba(245,204,127,.16),transparent 30%),
    radial-gradient(circle at 8% 10%,rgba(216,171,91,.10),transparent 34%),
    linear-gradient(180deg,#080807 0%,#050505 52%,#020202 100%);
  color:#f5e6c8;
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
}
.wp-fengyuan-page img{max-width:100%;height:auto;display:block}
.wp-fengyuan-page a{color:#f3c86c;text-decoration:none}
.wp-fengyuan-main{width:100%;margin:0;padding:0}
.wp-fy-hero{
  width:100%;
  margin:0;
  padding:58px clamp(20px,5vw,86px) 64px;
  background:
    radial-gradient(circle at 78% 18%,rgba(245,204,127,.26),transparent 30%),
    linear-gradient(135deg,#080807 0%,#21170d 48%,#080807 100%);
}
.wp-fy-hero-inner{
  width:100%;
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:46% 54%;
  align-items:center;
  gap:48px;
}
.wp-fy-hero-copy h1{margin:0 0 18px;color:#f2d596;font-size:clamp(44px,4.6vw,76px);line-height:1.08;letter-spacing:2px;font-weight:900}
.wp-fy-hero-copy h2{margin:0 0 20px;color:#f5dfad;font-size:clamp(24px,2vw,38px);line-height:1.35;font-weight:900}
.wp-fy-hero-copy p{margin:0 0 18px;color:#f5e2bb;font-size:18px;line-height:2;font-weight:600}
.wp-fy-media-card{
  position:relative;
  padding:16px;
  border-radius:34px;
  border:1px solid rgba(216,171,91,.50);
  background:rgba(5,5,5,.62);
  box-shadow:0 24px 54px rgba(0,0,0,.45);
  margin:0;
}
.wp-fy-media-card img{width:100%;border-radius:24px;border:1px solid rgba(216,171,91,.35);object-fit:cover}
.wp-fy-img-caption{margin:14px 6px 2px;color:#e8c98e;font-size:14px;line-height:1.65;text-align:center;font-weight:700}
.wp-fy-cta{margin-top:26px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;width:100%;max-width:980px}
.wp-fy-cta a{
  position:relative;
  min-height:64px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:16px 20px;
  border-radius:999px;
  color:rgba(255,255,255,.78)!important;
  -webkit-text-fill-color:rgba(255,255,255,.78)!important;
  text-align:center;
  font-size:16px;
  font-weight:800;
  letter-spacing:1px;
  background:linear-gradient(180deg,#8b8574 0%,#746c5f 100%);
  box-shadow:inset 0 7px 12px rgba(0,0,0,.34),inset 0 -3px 6px rgba(255,255,255,.12),0 12px 22px rgba(0,0,0,.42);
  overflow:hidden;
}
.wp-fy-cta a::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  padding:3px;
  background:linear-gradient(180deg,#fff1bf 0%,#d59532 38%,#8b4d14 62%,#ffd36a 100%);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}
.wp-fy-wrap{width:min(100% - 32px,1180px);margin:54px auto 0}
.wp-fy-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(216,171,91,.42);
  border-radius:34px;
  background:radial-gradient(circle at 50% 0%,rgba(210,158,76,.18),transparent 36%),linear-gradient(180deg,#1b130c 0%,#070707 100%);
  box-shadow:inset 0 0 28px rgba(255,210,120,.045),0 22px 48px rgba(0,0,0,.38),0 0 26px rgba(216,171,91,.08);
  padding:46px 34px 52px;
}
.wp-fy-card::before{content:"";position:absolute;inset:1px;border-radius:33px;pointer-events:none;background:linear-gradient(135deg,rgba(255,232,170,.10),transparent 30%,rgba(214,170,88,.08))}
.wp-fy-card>*{position:relative;z-index:1}
.wp-fy-head{max-width:860px;margin:0 auto 34px;padding:34px 28px 36px;text-align:center;border:1px solid rgba(216,171,91,.65);border-radius:28px;background:linear-gradient(180deg,rgba(65,45,25,.72),rgba(20,14,9,.9));box-shadow:inset 0 0 28px rgba(255,210,120,.08),0 0 22px rgba(216,171,91,.12)}
.wp-fy-head h2{margin:0 0 16px;color:#f5d89d;font-size:clamp(30px,3.5vw,48px);line-height:1.25;font-weight:900}
.wp-fy-head p{margin:0;color:#f3e3c4;font-size:18px;line-height:1.9;font-weight:600}
.wp-fy-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.wp-fy-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.wp-fy-box{padding:26px 28px;border:1px solid rgba(216,171,91,.34);border-radius:24px;background:radial-gradient(circle at 0% 0%,rgba(216,171,91,.10),transparent 35%),linear-gradient(180deg,rgba(13,14,15,.96),rgba(5,5,5,.96));box-shadow:0 12px 26px rgba(0,0,0,.28)}
.wp-fy-box h3{margin:0 0 14px;color:#f5d89d;font-size:28px;line-height:1.35;font-weight:900}
.wp-fy-box p,.wp-fy-box li{margin:0;color:#f4e4c3;font-size:17px;line-height:1.95;font-weight:600}
.wp-fy-box p+p{margin-top:16px}
.wp-fy-box ul{margin:0;padding-left:20px}
.wp-fy-price-line{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
.wp-fy-price-item{padding:18px 14px;border-radius:18px;border:1px solid rgba(216,171,91,.34);background:rgba(0,0,0,.28);text-align:center}
.wp-fy-price-item span{display:block;margin-bottom:8px;color:#d8c093;font-weight:800;letter-spacing:1px}
.wp-fy-price-item strong{display:block;color:#f5d89d;font-size:30px;line-height:1;font-weight:900}
.wp-fy-tag{display:inline-flex;margin-bottom:16px;padding:8px 14px;border:1px solid rgba(239,203,125,.65);border-radius:999px;color:#f2cd82;background:#090909;font-size:13px;font-weight:900;letter-spacing:1px}
.wp-fy-faq-list{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.wp-fy-faq-title{margin:0 0 12px;color:#f5d89d;font-size:clamp(34px,4vw,56px);line-height:1.18;font-weight:900;text-align:center}
.wp-fy-faq-sub{margin:0 0 28px;color:#f3e3c4;font-size:17px;line-height:1.8;font-weight:800;letter-spacing:2px;text-align:center}
.wp-fy-faq-item{border:1px solid rgba(230,188,94,.65);border-radius:18px;background:linear-gradient(180deg,#111,#070707);overflow:hidden}
.wp-fy-faq-item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:56px 1fr 24px;gap:16px;align-items:center;padding:18px}
.wp-fy-faq-item summary::-webkit-details-marker{display:none}
.wp-fy-no{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(239,203,125,.85);border-radius:12px;background:#090909;color:#f2cd82;font-weight:900;transform:rotate(45deg)}
.wp-fy-no em{font-style:normal;transform:rotate(-45deg)}
.wp-fy-faq-item h3{margin:0;color:#f5d89d;font-size:21px;line-height:1.45;font-weight:900}
.wp-fy-faq-item b{color:#f2cd82}
.wp-fy-answer{padding:0 22px 24px 90px}
.wp-fy-answer p,.wp-fy-answer li{margin:0;color:#f3ead8;font-size:16px;line-height:1.9;font-weight:600}
.wp-fy-answer p+p{margin-top:12px}
.wp-fy-answer ul{margin:0;padding-left:20px}
@media (min-width:1180px){
.wp-fy-wrap{width:min(100% - 72px,1280px)}
.wp-fy-card{padding:54px 46px 60px}
.wp-fy-wide{width:min(100% - 72px,1380px)}
.wp-fy-article-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:stretch}
.wp-fy-sticky-media{height:100%;display:flex;flex-direction:column;justify-content:center}
.wp-fy-sticky-media img{height:100%;min-height:440px;object-fit:cover}
}
@media (max-width:1024px){
.wp-fy-hero-inner,.wp-fy-grid-2,.wp-fy-faq-list{grid-template-columns:1fr}
.wp-fy-grid-3,.wp-fy-price-line{grid-template-columns:1fr 1fr}
.wp-fy-hero-copy{text-align:center}
.wp-fy-cta{margin-left:auto;margin-right:auto}
}
@media (max-width:767px){
.wp-fy-hero{padding:32px 14px 38px}
.wp-fy-hero-inner{gap:22px}
.wp-fy-hero-copy h1{font-size:34px;line-height:1.2;letter-spacing:1px}
.wp-fy-hero-copy h2{font-size:22px}
.wp-fy-hero-copy p,.wp-fy-head p,.wp-fy-box p,.wp-fy-box li{font-size:16px;line-height:1.9}
.wp-fy-cta,.wp-fy-grid-3,.wp-fy-price-line{grid-template-columns:1fr}
.wp-fy-wrap{width:min(100% - 24px,430px);margin-top:36px}
.wp-fy-card{padding:28px 16px 36px;border-radius:26px}
.wp-fy-head{padding:28px 18px 30px;border-radius:24px;margin-bottom:24px}
.wp-fy-head h2{font-size:30px}
.wp-fy-box{padding:22px 18px;border-radius:20px}
.wp-fy-box h3{font-size:24px}
.wp-fy-faq-item summary{grid-template-columns:48px 1fr 20px;gap:12px;padding:15px}
.wp-fy-no{width:38px;height:38px}
.wp-fy-faq-item h3{font-size:18px}
.wp-fy-answer{padding:0 16px 20px 72px}
.wp-fy-answer p,.wp-fy-answer li{font-size:15px}
}
.wp-fengyuan-page{
  width:100% !important;
  max-width:100% !important;
  margin:0 auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  overflow-x:hidden !important;
}
.wp-fengyuan-main{
  width:100% !important;
  max-width:100% !important;
  margin:0 auto !important;
  padding:0 !important;
}
.wp-fy-hero{
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:56px 24px 64px !important;
}
.wp-fy-hero-inner{
  width:min(100%,1380px) !important;
  max-width:1380px !important;
  margin:0 auto !important;
}
.wp-fy-wrap,
.wp-fy-wide{
  width:min(100% - 48px,1280px) !important;
  max-width:1280px !important;
  margin:46px auto 0 !important;
}
.wp-fy-wide{
  max-width:1380px !important;
}
.wp-fy-card{
  width:100% !important;
  max-width:100% !important;
  margin:0 auto !important;
  padding:46px 42px 52px !important;
  border-radius:32px !important;
}
.wp-fy-head{
  width:min(100%,900px) !important;
  max-width:900px !important;
  margin:0 auto 30px !important;
  padding:32px 26px 34px !important;
}
.wp-fy-box,
.wp-fy-media-card{
  max-width:100% !important;
}
.wp-fy-grid-2,
.wp-fy-grid-3,
.wp-fy-price-line,
.wp-fy-faq-list{
  width:100% !important;
}
@media (min-width:1180px){
.wp-fy-wrap{
    width:min(100% - 64px,1280px) !important;
    max-width:1280px !important;
  }
.wp-fy-wide{
    width:min(100% - 64px,1380px) !important;
    max-width:1380px !important;
  }
.wp-fy-card{
    padding:54px 48px 60px !important;
  }
}
@media (max-width:1024px){
.wp-fy-hero{
    padding:42px 18px 48px !important;
  }
.wp-fy-wrap,
  .wp-fy-wide{
    width:calc(100% - 32px) !important;
    max-width:760px !important;
    margin-top:38px !important;
  }
.wp-fy-card{
    padding:34px 26px 40px !important;
    border-radius:28px !important;
  }
}
@media (max-width:767px){
.wp-fy-hero{
    padding:28px 10px 34px !important;
  }
.wp-fy-hero-inner{
    width:100% !important;
  }
.wp-fy-wrap,
  .wp-fy-wide{
    width:calc(100% - 20px) !important;
    max-width:430px !important;
    margin-top:30px !important;
  }
.wp-fy-card{
    padding:22px 14px 30px !important;
    border-radius:24px !important;
  }
.wp-fy-head{
    padding:24px 16px 26px !important;
    margin-bottom:20px !important;
    border-radius:22px !important;
  }
.wp-fy-box{
    padding:20px 16px !important;
    border-radius:18px !important;
  }
.wp-fy-media-card{
    padding:10px !important;
    border-radius:22px !important;
  }
.wp-fy-media-card img{
    border-radius:16px !important;
  }
}
@media (max-width:380px){
.wp-fy-wrap,
  .wp-fy-wide{
    width:calc(100% - 14px) !important;
  }
.wp-fy-card{
    padding:18px 12px 28px !important;
  }
.wp-fy-box{
    padding:18px 14px !important;
  }
}