:root {
  --plans-cream: #f5ead6;
  --plans-ink: #21150d;
  --plans-gold: #d8aa3c;
  --plans-copper: #a86428;
}

* { box-sizing: border-box; }
body.hc-paid-plans-page {
  min-height: 100vh;
  margin: 0;
  color: #fff8e8;
  background:
    linear-gradient(90deg, rgba(20, 12, 7, .83), rgba(10, 7, 5, .93)),
    url('/images/bg/hidden-cask-bg1.jpg') center / cover fixed;
  font-family: var(--hc-site-font);
}
.hc-paid-plans-page main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 48px 0 28px; }
.plans-hero { max-width: 880px; margin: 0 auto 34px; text-align: center; }
.plans-brand { display: inline-flex; align-items: center; margin-bottom: 34px; color: #fff; font-weight: 900; text-decoration: none; }
.plans-kicker,.plan-label { display: block; color: #e7c57b; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.plans-hero h1 { margin: 10px 0 16px; font-size: clamp(2.65rem, 7vw, 5.6rem); line-height: .92; letter-spacing: -.065em; }
.plans-hero > p { max-width: 760px; margin: 0 auto 24px; color: #dccdb6; font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.65; }
.plans-primary,.plan-card > a { display: inline-flex; gap: 10px; align-items: center; justify-content: center; border-radius: 999px; background: linear-gradient(135deg,#e2bb62,#c88d2e); color: #21150d; font-weight: 900; padding: 12px 20px; text-decoration: none; }
.plans-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; padding: 27px; border: 1px solid rgba(231,197,123,.25); border-radius: 24px; background: rgba(34,23,16,.9); box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.plan-card-featured { border-color: rgba(231,197,123,.7); background: linear-gradient(160deg,rgba(70,43,22,.96),rgba(31,21,15,.96)); transform: translateY(-8px); }
.plan-card h2 { margin: 8px 0 7px; font-size: 2rem; letter-spacing: -.04em; }
.plan-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin: 2px 0 14px; }
.plan-price strong { color: #f2cf7f; font-size: clamp(2rem,4vw,2.8rem); line-height: 1; letter-spacing: -.045em; }
.plan-price span { color: #cdbda7; font-size: .78rem; font-weight: 850; text-transform: uppercase; }
.plan-intro { min-height: 72px; margin: 0; color: #d9cbb8; line-height: 1.5; }
.plan-card ul { display: grid; gap: 10px; margin: 23px 0 26px; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-left: 24px; color: #f1e5d2; font-size: .92rem; line-height: 1.42; }
.plan-card li::before { content: '✓'; position: absolute; left: 0; color: #e7c57b; font-weight: 900; }
.plan-coming-soon { margin: -10px 0 20px; color: #e7c57b; font-size: .82rem; font-weight: 850; }
.plan-card > a,.plan-status { margin-top: auto; }
.plan-purchase-note { margin: -5px 0 16px; border: 1px solid rgba(231,197,123,.5); border-radius: 14px; background: rgba(231,197,123,.09); overflow: hidden; }
.plan-purchase-note summary { position: relative; padding: 14px 42px 14px 15px; color: #f2cf7f; cursor: pointer; font-size: .74rem; font-weight: 950; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
.plan-purchase-note summary::-webkit-details-marker { display: none; }
.plan-purchase-note summary::after { content: '+'; position: absolute; top: 50%; right: 15px; translate: 0 -50%; font-size: 1.2rem; line-height: 1; }
.plan-purchase-note[open] summary::after { content: '−'; }
.plan-purchase-note-copy { padding: 0 15px 15px; border-top: 1px solid rgba(231,197,123,.2); }
.plan-purchase-note p { margin: 13px 0 0; color: #f1e5d2; font-size: .8rem; line-height: 1.55; }
.plan-purchase-note a { color: #f2cf7f; font-weight: 850; text-underline-offset: 3px; }
.plan-status { display: block; padding: 11px 13px; border: 1px solid rgba(231,197,123,.28); border-radius: 12px; color: #e7c57b; font-size: .78rem; font-weight: 800; text-align: center; }
.venue-prices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin: -4px 0 14px; }
.venue-prices div { display: grid; gap: 3px; padding: 10px; border: 1px solid rgba(231,197,123,.18); border-radius: 11px; background: rgba(255,255,255,.04); }
.venue-prices span { color: #cdbda7; font-size: .68rem; font-weight: 750; }
.venue-prices strong { color: #fff5df; font-size: 1.05rem; }
.venue-prices .venue-price-featured { border-color: rgba(231,197,123,.48); background: rgba(216,170,60,.1); }
.plans-promise { max-width: 850px; margin: 35px auto 10px; padding: 32px; border: 1px solid rgba(231,197,123,.25); border-radius: 24px; background: rgba(17,12,9,.72); text-align: center; }
.plans-promise h2 { margin: 8px 0 10px; font-size: clamp(1.8rem,4vw,3rem); letter-spacing: -.04em; }
.plans-promise p { margin: 0; color: #d9cbb8; line-height: 1.6; }
.plans-smallprint { max-width: 780px; margin: 17px auto 5px; color: #ad9d87; font-size: .76rem; line-height: 1.55; text-align: center; }
.plans-smallprint a { color: #d8bd86; text-underline-offset: 3px; }
@media (max-width: 900px) { .plans-grid { grid-template-columns: 1fr; } .plan-card-featured { transform: none; } .plan-intro { min-height: 0; } }
@media (max-width: 560px) { .hc-paid-plans-page main { width: min(100% - 20px,1180px); padding-top: 28px; } .plan-card,.plans-promise { padding: 22px 18px; border-radius: 19px; } }
