:root {
  --ink: #050505;
  --gold: #d3a62f;
  --gold-bright: #efbd37;
  --paper: #f2f0eb;
  --card: #ffffff;
  --text: #2a2926;
  --line: rgba(211, 166, 47, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
button, summary, iframe { font: inherit; }
button, summary { min-width: 44px; min-height: 44px; }
button:focus-visible, summary:focus-visible { outline: 3px solid rgba(211,166,47,.55); outline-offset: 3px; }
.shell { width: min(100% - 40px, 560px); margin-inline: auto; }

.hero { position: relative; min-height: 560px; overflow: hidden; background: var(--ink); color: white; }
.hero-collage { position: absolute; inset: 0; background: url('/assets/scale-club-collage.webp') center top / cover no-repeat; opacity: .5; filter: saturate(.82) contrast(1.04); transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 26%, rgba(0,0,0,.08), rgba(0,0,0,.74) 60%), linear-gradient(180deg, rgba(0,0,0,.16), #050505 94%); }
.hero-content { position: relative; z-index: 1; min-height: 560px; display: flex; flex-direction: column; justify-content: center; padding: 62px 0 54px; }
.brand { width: 176px; height: auto; margin-bottom: 46px; filter: invert(72%) sepia(83%) saturate(768%) hue-rotate(352deg) brightness(92%) contrast(91%); }
.eyebrow { margin: 0 0 10px; color: var(--gold-bright); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: #946f13; }
.hero h1 { max-width: 460px; margin: 0; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(44px,7vw,68px); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
.hero h1 em { display: block; color: var(--gold-bright); font-weight: 400; }
.gold-rule, .section-rule { width: 58px; height: 2px; background: var(--gold); }
.gold-rule { margin: 26px 0 22px; }
.section-rule { margin: 14px 0 24px; }
.hero-copy { max-width: 500px; margin: 0; color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.55; }
.micro { margin: 26px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
.down { margin-top: 30px; color: var(--gold); font-size: 20px; line-height: 1; animation: float 1.8s ease-in-out infinite; }

.content-section { padding: 58px 0 70px; background: radial-gradient(circle at 12% 20%, rgba(211,166,47,.08), transparent 28%), var(--paper); }
.intro { margin: 0 0 30px; color: #5f5c56; font-size: 16px; line-height: 1.75; }
.steps-card, .resource-card { border: 1px solid var(--line); border-radius: 8px; background: var(--card); box-shadow: 0 18px 55px rgba(29,24,12,.05); }
.steps-card { padding: 28px 28px 10px; }
.steps-card ol { margin: 0; padding: 0; list-style: none; }
.steps-card li { display: grid; grid-template-columns: 42px 1fr; gap: 10px; padding: 18px 0 20px; border-top: 1px solid #eee9df; }
.step-number { padding-top: 5px; color: #a57b15; font-family: Georgia, 'Times New Roman', serif; font-size: 13px; }
.step-copy { display: grid; grid-template-columns: 28px 1fr; gap: 10px; }
.step-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #f6edcf; color: #8e6910; font-size: 13px; font-weight: 800; }
.steps-card li p { margin: 0; color: #615e58; font-size: 14px; line-height: 1.62; }
.steps-card strong { color: #24231f; }

.inside, .meanwhile { padding-top: 62px; }
.inside h2, .meanwhile h2 { margin: 0; color: #181713; font-family: Georgia, 'Times New Roman', serif; font-size: 34px; font-weight: 400; line-height: 1.1; letter-spacing: -.025em; }
.club-carousel { overflow: hidden; border: 1px solid rgba(211,166,47,.24); border-radius: 9px; background: white; box-shadow: 0 18px 55px rgba(29,24,12,.06); }
.js .club-slide { display: none; }
.js .club-slide.is-active { display: block; }
.no-js .club-slide + .club-slide { border-top: 1px solid #d9c98f; }
.carousel-image { position: relative; display: flex; min-height: 410px; flex-direction: column; justify-content: flex-end; padding: 28px; background-image: linear-gradient(180deg,transparent 20%,rgba(0,0,0,.84) 100%), url('/assets/scale-club-collage.webp'); background-size: auto 680px; background-repeat: no-repeat; color: white; }
.image-one { background-position: 12% 11%; }
.image-two { background-position: 44% 12%; }
.image-three { background-position: 70% 58%; }
.image-four { background-position: 94% 64%; }
.image-label { color: #f0bd35; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.carousel-image strong { font-family: Georgia, 'Times New Roman', serif; font-size: 70px; font-weight: 400; line-height: 1; }
.carousel-copy { min-height: 190px; padding: 26px 28px 20px; }
.carousel-copy h3, .resource-card h3 { margin: 0 0 12px; color: #1a1915; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; font-weight: 400; line-height: 1.18; }
.carousel-copy > p:last-child, .resource-card > p:not(.eyebrow) { margin: 0; color: #666159; font-size: 14px; line-height: 1.65; }
.carousel-controls { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px 16px; border-top: 1px solid #eee9df; }
.no-js .carousel-controls { display: none; }
.carousel-controls > button { display: grid; place-items: center; border: 1px solid #e6d9b5; border-radius: 50%; background: white; color: #8f6b12; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.carousel-controls > button:hover { background: #161511; color: #efbd37; transform: translateY(-2px); }
.carousel-controls > button span { font-family: Georgia, serif; font-size: 28px; line-height: .8; }
.dots { display: flex; gap: 7px; align-items: center; }
.dots button { min-width: 10px; min-height: 10px; width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: #d6d2c8; cursor: pointer; transition: width .25s, background .25s; }
.dots button.active { width: 28px; background: var(--gold); }

.section-intro { margin: 0 0 28px; color: #625e57; font-size: 15px; line-height: 1.7; }
.resource-card { position: relative; margin-top: 18px; padding: 30px 28px; }
.card-icon { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #171612; color: var(--gold-bright); font-size: 18px; }
.method-details { margin-top: 24px; }
.method-details summary { list-style: none; }
.method-details summary::-webkit-details-marker { display: none; }
.gold-button { display: flex; width: 100%; align-items: center; justify-content: center; gap: 9px; margin: 0 0 12px; padding: 13px 18px; border: 0; border-radius: 5px; background: linear-gradient(135deg,#e9b931,#c18c15); color: #11100c; font-size: 14px; font-weight: 800; cursor: pointer; box-shadow: 0 8px 18px rgba(183,130,11,.22); transition: transform .2s ease, box-shadow .2s ease; }
.gold-button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(183,130,11,.3); }
.resource-card small { display: block; color: #8b877f; font-size: 11px; line-height: 1.5; }
.method-list { margin: 18px 0; border-top: 1px solid #eee8da; }
.method-row { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid #eee8da; }
.method-row > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 4px; background: #171612; color: var(--gold-bright); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; }
.method-row p { margin: 0; color: #6a665e; font-size: 12px; line-height: 1.45; }
.method-row strong { display: block; margin-bottom: 2px; color: #25231e; font-size: 14px; }
.video-frame { position: relative; width: 100%; margin-top: 24px; overflow: hidden; border-radius: 6px; background: #080808; aspect-ratio: 16/9; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-note { display: flex; align-items: center; gap: 7px; margin-top: 12px; color: #8c877c; font-size: 11px; }
.video-note span { color: #9b7619; font-weight: 800; }
.footer-note { margin-top: 34px; padding: 28px 10px 0; border-top: 1px solid rgba(154,117,23,.25); text-align: center; }
.footer-note img { width: 138px; height: auto; opacity: .78; }
.footer-note p { max-width: 470px; margin: 16px auto 0; color: #8b877e; font-size: 11px; line-height: 1.55; }

@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

@media (max-width: 640px) {
  .shell { width: min(100% - 32px,560px); }
  .hero, .hero-content { min-height: 620px; }
  .hero-collage { background-position: 45% top; }
  .brand { width: 154px; margin: 0 auto 42px; }
  .hero-content { text-align: center; align-items: center; }
  .hero h1 { font-size: 46px; }
  .hero-copy { font-size: 16px; }
  .gold-rule { margin-inline: auto; }
  .content-section { padding-top: 42px; }
  .intro, .inside > .eyebrow, .inside h2, .meanwhile > h2, .section-intro { text-align: center; }
  .inside > .section-rule, .meanwhile > .section-rule { margin-inline: auto; }
  .steps-card { padding: 24px 20px 6px; }
  .steps-card li { grid-template-columns: 30px 1fr; }
  .step-copy { grid-template-columns: 1fr; }
  .step-icon { display: none; }
  .inside, .meanwhile { padding-top: 52px; }
  .inside h2, .meanwhile h2 { font-size: 31px; }
  .carousel-image { min-height: 370px; background-size: auto 610px; }
  .carousel-copy { min-height: 208px; }
  .resource-card { padding: 26px 22px; }
  .card-icon { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
