#wp-howto-page-widget,
#wp-howto-page-widget *,
#wp-howto-page-widget *::before,
#wp-howto-page-widget *::after{
  box-sizing:border-box;
}

#wp-howto-page-widget{
  --wp-bg:#050403;
  --wp-bg-deep:#020202;
  --wp-card:#100d09;
  --wp-card-soft:#18120b;
  --wp-gold:#d4af37;
  --wp-gold-light:#ffe4a0;
  --wp-gold-bright:#fff3c4;
  --wp-gold-deep:#87591b;
  --wp-text:#f5e8cf;
  --wp-muted:#dac9aa;
  --wp-line:rgba(218,181,104,.29);
  --wp-line-strong:rgba(255,226,154,.60);

  width:100%;
  margin:0;
  padding:0 0 78px;
  overflow:hidden;
  color:var(--wp-text);
  background:
    radial-gradient(circle at 82% 0%,rgba(245,204,127,.12),transparent 31%),
    radial-gradient(circle at 8% 12%,rgba(216,171,91,.09),transparent 34%),
    linear-gradient(180deg,#080706 0%,#050505 52%,#020202 100%);
  font-family:"Noto Sans TC","Microsoft JhengHei",system-ui,sans-serif;
  line-height:1.9;
}

#wp-howto-page-widget img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}

#wp-howto-page-widget a{
  color:#f3c86c;
  text-decoration:none;
}

#wp-howto-page-widget a:hover,
#wp-howto-page-widget a:focus-visible{
  color:#fff0b8;
  text-decoration:underline;
  text-underline-offset:4px;
}

#wp-howto-page-widget .wp-howtoplay-widget{
  width:100%;
  margin:0;
  padding:1px 14px 72px;
}

#wp-howto-page-widget .wp-play-guide,
#wp-howto-page-widget .wp-plan-widget,
#wp-howto-page-widget .wp-holiday-ktv,
#wp-howto-page-widget .wp-core-value,
#wp-howto-page-widget .wp-media-box{
  width:min(1180px,100%);
  margin:48px auto 0;
  padding:0;
  color:var(--wp-text);
}

#wp-howto-page-widget .wp-play-card,
#wp-howto-page-widget .wp-plan-card,
#wp-howto-page-widget .wp-holiday-card,
#wp-howto-page-widget .wp-core-wrap,
#wp-howto-page-widget .wp-media-box{
  position:relative;
  overflow:hidden;
  padding:clamp(28px,4vw,48px) clamp(18px,3vw,36px);
  border:1px solid var(--wp-line-strong);
  border-radius:32px;
  background:
    radial-gradient(circle at 50% 0%,rgba(210,158,76,.12),transparent 36%),
    linear-gradient(180deg,#19120b 0%,#070707 100%);
  box-shadow:
    0 20px 44px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.05);
}

#wp-howto-page-widget .wp-play-card::before,
#wp-howto-page-widget .wp-plan-card::before,
#wp-howto-page-widget .wp-holiday-card::before,
#wp-howto-page-widget .wp-core-wrap::before,
#wp-howto-page-widget .wp-media-box::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(
    90deg,
    transparent,
    var(--wp-gold-deep),
    var(--wp-gold-bright),
    var(--wp-gold-deep),
    transparent
  );
  pointer-events:none;
}

#wp-howto-page-widget .wp-play-card::after,
#wp-howto-page-widget .wp-plan-card::after,
#wp-howto-page-widget .wp-holiday-card::after,
#wp-howto-page-widget .wp-core-wrap::after,
#wp-howto-page-widget .wp-media-box::after{
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(255,228,163,.10);
  border-radius:23px;
  pointer-events:none;
}

#wp-howto-page-widget .wp-play-card > *,
#wp-howto-page-widget .wp-plan-card > *,
#wp-howto-page-widget .wp-holiday-card > *,
#wp-howto-page-widget .wp-core-wrap > *,
#wp-howto-page-widget .wp-media-box > *{
  position:relative;
  z-index:1;
}

#wp-howto-page-widget .wp-play-head,
#wp-howto-page-widget .wp-plan-head,
#wp-howto-page-widget .wp-holiday-head,
#wp-howto-page-widget .wp-core-head,
#wp-howto-page-widget .wp-media-head{
  max-width:900px;
  margin:0 auto 30px;
  padding:clamp(24px,3vw,36px);
  text-align:center;
  border:1px solid rgba(216,171,91,.48);
  border-radius:25px;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,225,150,.10),transparent 48%),
    linear-gradient(180deg,rgba(61,42,23,.68),rgba(18,13,9,.92));
  box-shadow:
    0 14px 30px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.05);
}

#wp-howto-page-widget .wp-play-head h1,
#wp-howto-page-widget .wp-plan-head h2,
#wp-howto-page-widget .wp-holiday-head h2,
#wp-howto-page-widget .wp-core-head h2,
#wp-howto-page-widget .wp-media-head h2{
  position:relative;
  margin:0 0 20px;
  padding-bottom:15px;
  color:var(--wp-gold-light);
  font-size:clamp(30px,4.6vw,54px);
  line-height:1.24;
  font-weight:900;
  letter-spacing:.03em;
  text-wrap:balance;
  text-shadow:0 10px 24px rgba(0,0,0,.44);
}

#wp-howto-page-widget .wp-play-head h1::after,
#wp-howto-page-widget .wp-plan-head h2::after,
#wp-howto-page-widget .wp-holiday-head h2::after,
#wp-howto-page-widget .wp-core-head h2::after,
#wp-howto-page-widget .wp-media-head h2::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--wp-gold-bright),transparent);
}

#wp-howto-page-widget .wp-play-sub,
#wp-howto-page-widget .wp-plan-head p,
#wp-howto-page-widget .wp-holiday-head p,
#wp-howto-page-widget .wp-media-head p{
  max-width:82ch;
  margin:0 auto;
  color:#eadcc0;
  font-size:17px;
  line-height:1.95;
  font-weight:500;
}

/* 三張圖片共用精品金框與金色電流 */
#wp-howto-page-widget .wp-play-image,
#wp-howto-page-widget .wp-plan-image,
#wp-howto-page-widget .wp-holiday-image{
  position:relative;
  isolation:isolate;
  width:min(100%,620px);
  margin:24px auto 26px;
  padding:3px;
  overflow:hidden;
  border-radius:25px;
  background:linear-gradient(
    135deg,
    #704817 0%,
    #f7dda0 22%,
    #9f6d2b 44%,
    #fff0b6 68%,
    #704817 100%
  );
  box-shadow:
    0 0 0 1px rgba(255,235,179,.19),
    0 18px 38px rgba(0,0,0,.36);
}

#wp-howto-page-widget .wp-play-image::before,
#wp-howto-page-widget .wp-plan-image::before,
#wp-howto-page-widget .wp-holiday-image::before{
  content:"";
  position:absolute;
  z-index:3;
  top:-20%;
  bottom:-20%;
  left:-42%;
  width:30%;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,239,185,.08),
    rgba(255,239,185,.92),
    rgba(255,239,185,.08),
    transparent
  );
  transform:translate3d(-30%,0,0) skewX(-18deg);
  animation:wp-howto-gold-current 7s linear infinite;
}

#wp-howto-page-widget .wp-play-image::after,
#wp-howto-page-widget .wp-plan-image::after,
#wp-howto-page-widget .wp-holiday-image::after{
  content:"";
  position:absolute;
  z-index:2;
  inset:3px;
  border:1px solid rgba(255,244,207,.20);
  border-radius:21px;
  pointer-events:none;
}

#wp-howto-page-widget .wp-play-image img,
#wp-howto-page-widget .wp-plan-image img,
#wp-howto-page-widget .wp-holiday-image img{
  position:relative;
  z-index:1;
  width:100%;
  border:0;
  border-radius:21px;
  object-fit:cover;
  background:#090806;
}

#wp-howto-page-widget .wp-play-image img{
  max-width:none;
  margin:0;
  aspect-ratio:1 / 1;
  object-position:center;
}

#wp-howto-page-widget .wp-plan-image img{
  aspect-ratio:3 / 4;
  object-position:center;
}

#wp-howto-page-widget .wp-holiday-image img{
  aspect-ratio:3 / 2;
  object-position:center;
}

@keyframes wp-howto-gold-current{
  0%,18%{
    transform:translate3d(-30%,0,0) skewX(-18deg);
  }
  58%,100%{
    transform:translate3d(520%,0,0) skewX(-18deg);
  }
}

#wp-howto-page-widget .wp-play-body,
#wp-howto-page-widget .wp-plan-body,
#wp-howto-page-widget .wp-holiday-body{
  position:relative;
  z-index:1;
}

#wp-howto-page-widget .wp-play-body > p,
#wp-howto-page-widget .wp-play-highlight,
#wp-howto-page-widget .wp-play-quote,
#wp-howto-page-widget .wp-play-end,
#wp-howto-page-widget .wp-holiday-intro,
#wp-howto-page-widget .wp-holiday-note{
  position:relative;
  overflow:hidden;
  margin:18px 0 0;
  padding:clamp(22px,3vw,28px);
  border:1px solid var(--wp-line);
  border-radius:22px;
  background:
    radial-gradient(circle at 0 0,rgba(216,171,91,.07),transparent 36%),
    linear-gradient(180deg,var(--wp-card-soft),var(--wp-card));
  color:#f0e1c3;
  box-shadow:
    0 12px 26px rgba(0,0,0,.23),
    inset 0 1px 0 rgba(255,255,255,.03);
}

#wp-howto-page-widget .wp-play-body > p::before,
#wp-howto-page-widget .wp-play-highlight::before,
#wp-howto-page-widget .wp-play-quote::before,
#wp-howto-page-widget .wp-play-end::before,
#wp-howto-page-widget .wp-holiday-intro::before,
#wp-howto-page-widget .wp-holiday-note::before{
  content:"";
  position:absolute;
  top:0;
  left:22px;
  right:22px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--wp-gold-light),transparent);
  opacity:.48;
}

#wp-howto-page-widget .wp-play-body p,
#wp-howto-page-widget .wp-play-highlight p,
#wp-howto-page-widget .wp-play-quote p,
#wp-howto-page-widget .wp-play-end p,
#wp-howto-page-widget .wp-holiday-body p,
#wp-howto-page-widget .wp-core-card p,
#wp-howto-page-widget .wp-media-card p{
  margin:0;
  color:#eadcc0;
  font-size:16px;
  line-height:1.95;
  font-weight:500;
}

#wp-howto-page-widget .wp-play-highlight h2,
#wp-howto-page-widget .wp-play-end h2,
#wp-howto-page-widget .wp-holiday-intro h3,
#wp-howto-page-widget .wp-holiday-note h3{
  position:relative;
  margin:0 0 15px;
  padding:0 0 12px 17px;
  color:var(--wp-gold-light);
  font-size:clamp(22px,2.8vw,28px);
  line-height:1.4;
  font-weight:900;
}

#wp-howto-page-widget .wp-play-highlight h2::before,
#wp-howto-page-widget .wp-play-end h2::before,
#wp-howto-page-widget .wp-holiday-intro h3::before,
#wp-howto-page-widget .wp-holiday-note h3::before{
  content:"";
  position:absolute;
  top:.15em;
  bottom:13px;
  left:0;
  width:4px;
  border-radius:10px;
  background:linear-gradient(180deg,var(--wp-gold-bright),var(--wp-gold-deep));
}

#wp-howto-page-widget .wp-play-highlight h2::after,
#wp-howto-page-widget .wp-play-end h2::after,
#wp-howto-page-widget .wp-holiday-intro h3::after,
#wp-howto-page-widget .wp-holiday-note h3::after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  left:17px;
  height:1px;
  background:linear-gradient(90deg,var(--wp-line-strong),transparent);
}

#wp-howto-page-widget .wp-play-quote{
  border-color:rgba(245,216,157,.52);
  background:
    radial-gradient(circle at 100% 0,rgba(245,216,157,.08),transparent 36%),
    linear-gradient(180deg,rgba(48,34,19,.80),rgba(9,9,9,.96));
}

#wp-howto-page-widget .wp-plan-grid,
#wp-howto-page-widget .wp-holiday-shop-grid,
#wp-howto-page-widget .wp-core-grid,
#wp-howto-page-widget .wp-media-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

#wp-howto-page-widget .wp-core-card-full{
  grid-column:1 / -1;
}

#wp-howto-page-widget .wp-plan-box,
#wp-howto-page-widget .wp-holiday-shop,
#wp-howto-page-widget .wp-core-card,
#wp-howto-page-widget .wp-media-card{
  position:relative;
  overflow:hidden;
  padding:clamp(22px,3vw,28px);
  border:1px solid var(--wp-line);
  border-radius:22px;
  background:
    radial-gradient(circle at 0 0,rgba(216,171,91,.08),transparent 34%),
    linear-gradient(180deg,#11100d 0%,#070707 100%);
  box-shadow:
    0 12px 26px rgba(0,0,0,.24),
    inset 0 1px 0 rgba(255,255,255,.03);
}

#wp-howto-page-widget .wp-plan-box::before,
#wp-howto-page-widget .wp-holiday-shop::before,
#wp-howto-page-widget .wp-core-card::before,
#wp-howto-page-widget .wp-media-card::before{
  content:"";
  position:absolute;
  top:0;
  left:20px;
  right:20px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--wp-gold-light),transparent);
  opacity:.45;
}

#wp-howto-page-widget .wp-plan-tag,
#wp-howto-page-widget .wp-holiday-shop span,
#wp-howto-page-widget .wp-media-card span{
  display:inline-flex;
  margin-bottom:16px;
  padding:7px 13px;
  border:1px solid rgba(239,203,125,.58);
  border-radius:999px;
  color:#f2cd82;
  background:linear-gradient(180deg,rgba(216,171,91,.10),rgba(0,0,0,.25));
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
}

#wp-howto-page-widget .wp-plan-box h3,
#wp-howto-page-widget .wp-holiday-shop h3,
#wp-howto-page-widget .wp-core-card h3,
#wp-howto-page-widget .wp-media-card h3{
  margin:0 0 16px;
  color:var(--wp-gold-light);
  font-size:clamp(21px,2.6vw,25px);
  line-height:1.45;
  font-weight:900;
}

#wp-howto-page-widget .wp-price{
  margin:18px 0;
  padding:18px;
  border:1px solid rgba(216,171,91,.32);
  border-radius:17px;
  background:
    radial-gradient(circle at 50% 0,rgba(255,229,160,.08),transparent 48%),
    rgba(0,0,0,.28);
  color:#fff1c9;
  font-size:21px;
  font-weight:900;
  text-align:center;
}

#wp-howto-page-widget .wp-price span{
  display:inline-block;
  margin-left:8px;
  color:var(--wp-gold-light);
  font-size:clamp(36px,5vw,44px);
  line-height:1;
}

#wp-howto-page-widget .wp-plan-box ul{
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

#wp-howto-page-widget .wp-plan-box li{
  padding:12px 0;
  border-bottom:1px solid rgba(216,171,91,.17);
  color:#eadcc0;
  font-size:16px;
  line-height:1.6;
  font-weight:500;
}

#wp-howto-page-widget .wp-plan-box li:last-child{
  border-bottom:0;
}

#wp-howto-page-widget .wp-plan-box li::before{
  content:"✓";
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:22px;
  height:22px;
  margin-right:8px;
  border:1px solid rgba(246,211,154,.70);
  border-radius:50%;
  color:#f6d39a;
  font-size:13px;
  font-weight:900;
}

#wp-howto-page-widget .wp-core-num{
  width:64px;
  min-height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  border:1px solid rgba(216,171,91,.48);
  border-radius:16px;
  background:linear-gradient(180deg,rgba(216,171,91,.20),rgba(0,0,0,.18));
  color:var(--wp-gold-light);
  font-size:28px;
  line-height:1;
  font-weight:900;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}

#wp-howto-page-widget .wp-media-card a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  margin-top:22px;
  padding:13px 18px;
  border:1px solid rgba(238,218,184,.64)!important;
  border-radius:999px;
  color:#f3d49a!important;
  background:linear-gradient(180deg,#12100d,#080808);
  font-weight:900;
  text-align:center;
  text-decoration:none!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}

#wp-howto-page-widget .wp-premium-cta{
  position:relative;
  z-index:1;
  width:min(980px,100%);
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin:30px auto 0;
  padding:24px;
  border:1px solid rgba(212,170,95,.35);
  border-radius:30px;
  background:linear-gradient(180deg,#14110d 0%,#080807 100%);
  box-shadow:
    0 14px 30px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.035);
}

#wp-howto-page-widget .wp-premium-cta a{
  position:relative;
  width:100%;
  min-height:60px;
  display:flex!important;
  align-items:center;
  justify-content:center;
  padding:14px 18px;
  overflow:hidden;
  border:1px solid rgba(255,220,146,.54)!important;
  border-radius:999px;
  color:#f8e4b5!important;
  background:linear-gradient(180deg,#65553d 0%,#3f3426 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 -3px 8px rgba(0,0,0,.22),
    0 9px 20px rgba(0,0,0,.30);
  font-size:15px;
  font-weight:800;
  letter-spacing:.03em;
  text-align:center;
  text-decoration:none!important;
}

#wp-howto-page-widget .wp-premium-cta a::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:999px;
  background:linear-gradient(
    105deg,
    transparent 15%,
    rgba(255,238,183,.28) 48%,
    transparent 80%
  );
  transform:translate3d(-130%,0,0);
  transition:transform .45s ease;
  pointer-events:none;
}

#wp-howto-page-widget .wp-premium-cta a:hover::before,
#wp-howto-page-widget .wp-premium-cta a:focus-visible::before{
  transform:translate3d(130%,0,0);
}

@media (max-width:767px){
  #wp-howto-page-widget{
    padding-bottom:58px;
  }

  #wp-howto-page-widget .wp-howtoplay-widget{
    padding:1px 11px 52px;
  }

  #wp-howto-page-widget .wp-play-guide,
  #wp-howto-page-widget .wp-plan-widget,
  #wp-howto-page-widget .wp-holiday-ktv,
  #wp-howto-page-widget .wp-core-value,
  #wp-howto-page-widget .wp-media-box{
    margin-top:30px;
  }

  #wp-howto-page-widget .wp-play-card,
  #wp-howto-page-widget .wp-plan-card,
  #wp-howto-page-widget .wp-holiday-card,
  #wp-howto-page-widget .wp-core-wrap,
  #wp-howto-page-widget .wp-media-box{
    padding:26px 15px 32px;
    border-radius:24px;
  }

  #wp-howto-page-widget .wp-play-card::after,
  #wp-howto-page-widget .wp-plan-card::after,
  #wp-howto-page-widget .wp-holiday-card::after,
  #wp-howto-page-widget .wp-core-wrap::after,
  #wp-howto-page-widget .wp-media-box::after{
    inset:7px;
    border-radius:18px;
  }

  #wp-howto-page-widget .wp-play-head,
  #wp-howto-page-widget .wp-plan-head,
  #wp-howto-page-widget .wp-holiday-head,
  #wp-howto-page-widget .wp-core-head,
  #wp-howto-page-widget .wp-media-head{
    padding:25px 16px 27px;
    border-radius:21px;
    margin-bottom:22px;
  }

  #wp-howto-page-widget .wp-play-head h1,
  #wp-howto-page-widget .wp-plan-head h2,
  #wp-howto-page-widget .wp-holiday-head h2,
  #wp-howto-page-widget .wp-core-head h2,
  #wp-howto-page-widget .wp-media-head h2{
    font-size:29px;
    letter-spacing:.01em;
  }

  #wp-howto-page-widget .wp-play-sub,
  #wp-howto-page-widget .wp-plan-head p,
  #wp-howto-page-widget .wp-holiday-head p,
  #wp-howto-page-widget .wp-media-head p,
  #wp-howto-page-widget .wp-play-body p,
  #wp-howto-page-widget .wp-play-highlight p,
  #wp-howto-page-widget .wp-play-quote p,
  #wp-howto-page-widget .wp-play-end p,
  #wp-howto-page-widget .wp-holiday-body p,
  #wp-howto-page-widget .wp-core-card p,
  #wp-howto-page-widget .wp-media-card p{
    font-size:15px;
    line-height:1.9;
  }

  #wp-howto-page-widget .wp-play-body > p,
  #wp-howto-page-widget .wp-play-highlight,
  #wp-howto-page-widget .wp-play-quote,
  #wp-howto-page-widget .wp-play-end,
  #wp-howto-page-widget .wp-holiday-intro,
  #wp-howto-page-widget .wp-holiday-note,
  #wp-howto-page-widget .wp-plan-box,
  #wp-howto-page-widget .wp-holiday-shop,
  #wp-howto-page-widget .wp-core-card,
  #wp-howto-page-widget .wp-media-card{
    padding:21px 17px;
    border-radius:19px;
  }

  #wp-howto-page-widget .wp-plan-grid,
  #wp-howto-page-widget .wp-holiday-shop-grid,
  #wp-howto-page-widget .wp-core-grid,
  #wp-howto-page-widget .wp-media-grid,
  #wp-howto-page-widget .wp-premium-cta{
    grid-template-columns:1fr;
  }

  #wp-howto-page-widget .wp-core-card-full{
    grid-column:auto;
  }

  #wp-howto-page-widget .wp-premium-cta{
    padding:19px;
    gap:13px;
    border-radius:24px;
  }

  #wp-howto-page-widget .wp-premium-cta a{
    min-height:56px;
    font-size:14px;
  }

  #wp-howto-page-widget .wp-play-image,
  #wp-howto-page-widget .wp-plan-image,
  #wp-howto-page-widget .wp-holiday-image{
    border-radius:20px;
  }

  #wp-howto-page-widget .wp-play-image img,
  #wp-howto-page-widget .wp-plan-image img,
  #wp-howto-page-widget .wp-holiday-image img,
  #wp-howto-page-widget .wp-play-image::after,
  #wp-howto-page-widget .wp-plan-image::after,
  #wp-howto-page-widget .wp-holiday-image::after{
    border-radius:16px;
  }
}

@media (prefers-reduced-motion:reduce){
  #wp-howto-page-widget .wp-play-image::before,
  #wp-howto-page-widget .wp-plan-image::before,
  #wp-howto-page-widget .wp-holiday-image::before{
    display:none;
    animation:none;
  }

  #wp-howto-page-widget .wp-premium-cta a::before{
    display:none;
    transition:none;
  }
}

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