:root{
  --bw-ivory:#fff8ef;
  --bw-cream:#f8efe3;
  --bw-gold:#c7924b;
  --bw-soft-brown:#7a4f35;
  --bw-dark-brown:#3f2b24;
  --bw-muted-brown:#8d7567;
  --bw-line:rgba(122,79,53,.16);
  --bw-shadow:0 22px 58px rgba(80,45,20,.12);
}
*{box-sizing:border-box}
html{max-width:100%;overflow-x:hidden}
body{
  margin:0;
  color:var(--bw-dark-brown);
  font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;
  background:
    radial-gradient(circle at 10% 10%,rgba(216,166,95,.28),transparent 24%),
    radial-gradient(circle at 88% 0%,rgba(200,117,118,.16),transparent 26%),
    linear-gradient(180deg,#f1ddc9 0%,var(--bw-cream) 35%,var(--bw-ivory) 100%);
}
.bw-page{
  position:relative;
  z-index:1;
  width:min(1040px,calc(100% - 28px));
  margin:0 auto;
  padding:20px 0 58px;
}
.bw-topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
  padding:13px 16px;
  border:1px solid rgba(166,128,101,.14);
  border-radius:26px;
  background:rgba(255,248,239,.62);
  backdrop-filter:blur(18px);
  box-shadow:0 16px 42px rgba(132,94,66,.08);
}
.bw-brand,.bw-back{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--bw-soft-brown);
  text-decoration:none;
  font-weight:900;
}
.bw-brand img{
  width:38px;
  height:38px;
  object-fit:contain;
  filter:sepia(1) saturate(.8) hue-rotate(340deg);
}
.bw-brand span{
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.05;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.bw-back{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.bw-hero{
  position:relative;
  margin-top:12px;
  padding:40px 30px;
  border-radius:30px;
  overflow:hidden;
  background:
    linear-gradient(120deg,rgba(82,51,36,.9),rgba(128,82,57,.64) 46%,rgba(255,238,218,.23)),
    var(--bw-hero-image) center center / cover no-repeat;
  box-shadow:var(--bw-shadow);
}
.bw-kicker{
  display:inline-flex;
  margin-bottom:12px;
  color:#f4d9b4;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.bw-hero h1{
  margin:0;
  color:#fffaf3;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,6vw,62px);
  line-height:1;
}
.bw-hero p{
  max-width:700px;
  margin:16px 0 0;
  color:rgba(255,250,243,.88);
  font-size:17px;
  line-height:1.72;
}
.bw-shell{
  margin-top:24px;
  padding:24px;
  border:1px solid var(--bw-line);
  border-radius:28px;
  background:rgba(255,248,239,.8);
  box-shadow:var(--bw-shadow);
}
.bw-slide-tag{
  display:inline-flex;
  align-items:center;
  margin:0 0 14px;
  padding:8px 12px;
  border:1px solid rgba(216,166,95,.38);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(243,214,170,.34),rgba(216,166,95,.16));
  color:#7a4f35;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.bw-shell h2{
  margin:0;
  color:var(--bw-soft-brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,5vw,52px);
  line-height:1.04;
}
.bw-shell .bw-intro{
  margin:14px 0 0;
  color:var(--bw-muted-brown);
  font-size:16px;
  line-height:1.72;
}
.bw-layout{
  display:block;
  margin-top:18px;
}
.bw-card{
  border:1px solid rgba(216,166,95,.2);
  border-radius:24px;
  background:rgba(255,248,239,.86);
  box-shadow:0 16px 38px rgba(80,45,20,.08);
}
.bw-practice{
  padding:24px 20px;
  text-align:center;
  background:linear-gradient(180deg,#fcf5eb 0%,#fff9f1 100%);
}
.bw-layout .bw-practice{
  width:100%;
}
.bw-phase{
  margin:0;
  color:#6f4a33;
  font-size:15px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.bw-phase-time{
  margin:8px 0 0;
  color:#9f7754;
  font-size:15px;
  font-weight:800;
}
.bw-orb-wrap{
  position:relative;
  display:grid;
  place-items:center;
  width:min(300px,74vw);
  aspect-ratio:1/1;
  margin:18px auto;
}
.bw-orb-ring{
  position:absolute;
  inset:9.4%;
  border-radius:50%;
  border:2px dashed rgba(201,146,75,.56);
  pointer-events:none;
}
.bw-orb-core{
  position:relative;
  width:70%;
  aspect-ratio:1/1;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:radial-gradient(circle at 30% 26%,#f8dfbe 0%,#e1b87f 45%,#b37848 100%);
  box-shadow:0 18px 36px rgba(120,72,35,.28), inset 0 3px 10px rgba(255,255,255,.38);
  transform:scale(.9);
  transform-origin:center;
  transition:transform .1s linear;
}
.bw-orb-core img{
  width:66%;
  height:66%;
  object-fit:contain;
  filter:drop-shadow(0 10px 18px rgba(67,37,20,.24));
  opacity:.95;
}
.bw-orb-core svg{
  width:100%;
  height:100%;
  display:block;
  filter:drop-shadow(0 10px 18px rgba(67,37,20,.24));
}
.bw-progress{
  margin:0;
  color:#7a5e4d;
  font-size:14px;
  font-weight:800;
}
.bw-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.bw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:12px 18px;
  border:1px solid rgba(216,166,95,.4);
  border-radius:999px;
  color:#fff8ef;
  background:linear-gradient(180deg,#e8c08b 0%,#c99055 100%);
  box-shadow:0 14px 30px rgba(140,88,48,.2), inset 0 1px 0 rgba(255,255,255,.2);
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.bw-btn.is-secondary{
  color:#7a4f35;
  background:linear-gradient(180deg,rgba(232,192,139,.24),rgba(199,146,75,.12));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.46);
}
.bw-btn[disabled]{opacity:.45;cursor:not-allowed}
.bw-lock[hidden]{display:none!important}
.bw-lock{
  margin:14px auto 0;
  width:min(560px,100%);
  text-align:center;
  display:grid;
  gap:10px;
}
.bw-lock-time{
  margin:0;
  color:#7a5e4d;
  font-size:15px;
  font-weight:700;
  text-align:center;
}
.bw-lock-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  width:100%;
  padding:12px 18px;
  border:1px solid rgba(216,166,95,.36);
  border-radius:999px;
  color:#fff8ef;
  background:linear-gradient(180deg,#e8c08b 0%,#c99055 100%);
  box-shadow:0 14px 30px rgba(140,88,48,.2), inset 0 1px 0 rgba(255,255,255,.2);
  text-decoration:none;
  font-size:12px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.bw-note{
  margin:10px auto 0;
  max-width:420px;
  color:#9b7b66;
  font-size:13px;
  line-height:1.55;
}
.bw-info{
  padding:22px 20px;
}
.bw-layout .bw-info{
  display:none;
}
.bw-info h3{
  margin:0 0 10px;
  color:var(--bw-soft-brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.08;
}
.bw-info p{
  margin:0 0 12px;
  color:var(--bw-muted-brown);
  font-size:15px;
  line-height:1.68;
}
.bw-steps{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
}
.bw-steps li{
  padding:11px 12px;
  border:1px solid rgba(216,166,95,.22);
  border-radius:14px;
  background:rgba(255,255,255,.55);
  color:#7a5d4c;
  font-size:14px;
  line-height:1.5;
}
.bw-complete{
  display:none;
  margin-top:18px;
  padding:20px;
  border-radius:20px;
  background:linear-gradient(135deg,#c8925e 0%,#b57b4f 52%,#a36d48 100%);
  color:#fff8ef;
}
.bw-complete.is-show{display:block}
.bw-complete h3{
  margin:0 0 8px;
  color:#fff8ef;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
}
.bw-complete p{
  margin:0;
  color:rgba(255,248,239,.9);
  font-size:15px;
  line-height:1.65;
}

@media(max-width:860px){
  .bw-layout{display:block}
}
@media(max-width:720px){
  .bw-page{width:min(100% - 20px,1040px);padding-top:10px}
  .bw-topbar{border-radius:20px;padding:11px 12px}
  .bw-brand img{width:32px;height:32px}
  .bw-brand span{font-size:13px}
  .bw-back{font-size:11px}
  .bw-hero{padding:30px 18px;border-radius:24px}
  .bw-hero h1{font-size:clamp(32px,9vw,46px)}
  .bw-hero p{font-size:15px;line-height:1.6}
  .bw-shell{padding:16px;border-radius:22px}
  .bw-shell h2{font-size:clamp(28px,8vw,38px)}
  .bw-shell .bw-intro{font-size:14px}
  .bw-info h3{font-size:26px}
}
