.CampRegistrationForm-module__IHBCsG__form{gap:.75rem;width:100%;max-width:100%;margin-top:1rem;display:grid}.CampRegistrationForm-module__IHBCsG__fieldGroup{gap:.45rem;display:grid}.CampRegistrationForm-module__IHBCsG__form label,.CampRegistrationForm-module__IHBCsG__form legend{color:var(--plum-deep);font-size:.95rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__form input,.CampRegistrationForm-module__IHBCsG__form textarea{border:1px solid var(--peri-deeper);font:inherit;background:var(--paper);border-radius:12px;padding:.65rem .75rem}.CampRegistrationForm-module__IHBCsG__form input:focus,.CampRegistrationForm-module__IHBCsG__form textarea:focus{outline:2px solid var(--plum);outline-offset:1px}.CampRegistrationForm-module__IHBCsG__fieldset{background:#fffdf8b3;border:1px dashed #6a4f7459;border-radius:16px;gap:.6rem;padding:.75rem;display:grid}.CampRegistrationForm-module__IHBCsG__radioLabel,.CampRegistrationForm-module__IHBCsG__checkboxLabel{color:var(--ink-soft);grid-template-columns:auto 1fr;align-items:start;gap:.6rem;font-size:.95rem;display:grid}.CampRegistrationForm-module__IHBCsG__formNote{color:var(--ink-soft);background:#fdf6e9bf;border:1px dashed #6a4f744d;border-radius:12px;padding:.6rem .8rem}.CampRegistrationForm-module__IHBCsG__submitBtn{background:var(--plum);width:fit-content;color:var(--paper);border-radius:var(--border-radius-pill);cursor:pointer;border:none;margin-top:.35rem;padding:.75rem 1.5rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__submitBtn:hover{background:var(--plum-deep)}.CampRegistrationForm-module__IHBCsG__submitBtn:disabled{opacity:.65;cursor:not-allowed}.CampRegistrationForm-module__IHBCsG__inputInvalid{outline-offset:1px;outline:2px solid #c0392b!important}.CampRegistrationForm-module__IHBCsG__fieldsetInvalid{border-color:#c0392b!important}.CampRegistrationForm-module__IHBCsG__checkboxInvalid{color:#c0392b}.CampRegistrationForm-module__IHBCsG__fieldError{color:#c0392b;margin-top:-.1rem;font-size:.85rem;font-weight:600}.CampRegistrationForm-module__IHBCsG__formError{color:var(--color-status-error);margin-top:.5rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__formSuccess{color:var(--color-status-success);margin-top:.5rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__legalDetails{background:#fffdf8d9;border:1px dashed #6a4f7459;border-radius:18px;padding:14px 16px}.CampRegistrationForm-module__IHBCsG__legalDetails summary{cursor:pointer;color:var(--plum-deep);font-weight:700;list-style:none}.CampRegistrationForm-module__IHBCsG__legalDetails summary:after{content:"▼";margin-left:.5rem;transition:transform .2s;display:inline-block}.CampRegistrationForm-module__IHBCsG__legalDetails[open] summary:after{transform:rotate(180deg)}.CampRegistrationForm-module__IHBCsG__legalDetails summary::-webkit-details-marker{display:none}.CampRegistrationForm-module__IHBCsG__legalText{color:var(--ink-soft);gap:10px;margin-top:12px;display:grid}.CampRegistrationForm-module__IHBCsG__legalText h3{color:var(--plum-deep);font-size:1rem}.CampRegistrationForm-module__IHBCsG__legalText p{line-height:1.6}.CampRegistrationForm-module__IHBCsG__legalList{gap:8px;margin-left:1.1rem;display:grid}.CampRegistrationForm-module__IHBCsG__sectionHeading{color:var(--plum-deep);margin-top:.5rem;margin-bottom:0;font-size:1.05rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__kidCard{background:linear-gradient(140deg,#e5e6f8a6,#fdf6e9cc);border:1px solid #6a4f7440;border-radius:16px;gap:.75rem;padding:1rem;display:grid}.CampRegistrationForm-module__IHBCsG__kidCardHeader{justify-content:space-between;align-items:center;display:flex}.CampRegistrationForm-module__IHBCsG__kidCardTitle{color:var(--plum-deep);font-size:.95rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__removeKidBtn{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:6px;width:auto;margin:0;padding:.2rem .4rem;font-size:.9rem;line-height:1}.CampRegistrationForm-module__IHBCsG__removeKidBtn:hover{color:var(--plum-deep);background:#6a4f741a}.CampRegistrationForm-module__IHBCsG__ageInput{max-width:100px}.CampRegistrationForm-module__IHBCsG__campFull{opacity:.5;cursor:not-allowed}.CampRegistrationForm-module__IHBCsG__campNote{color:var(--ink-soft);font-size:.9em}.CampRegistrationForm-module__IHBCsG__campPrice{color:var(--plum);font-weight:700}.CampRegistrationForm-module__IHBCsG__fullBadge{color:var(--plum-deep);background:#6a4f7426;border-radius:6px;margin-left:.4rem;padding:.1em .45em;font-size:.8em;font-weight:700;display:inline-block}.CampRegistrationForm-module__IHBCsG__addKidBtn{color:var(--plum);border-radius:var(--border-radius-pill);cursor:pointer;background:0 0;border:2px dashed #6a4f7466;width:fit-content;padding:.55rem 1.2rem;font-size:.95rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__addKidBtn:hover{border-color:var(--plum);background:#6a4f7412}.CampRegistrationForm-module__IHBCsG__priceSummary{background:#fffdf8cc;border:1px solid #6a4f7440;border-radius:16px;padding:1rem}.CampRegistrationForm-module__IHBCsG__priceTable{gap:.4rem;margin-top:.6rem;display:grid}.CampRegistrationForm-module__IHBCsG__priceRow{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.95rem;display:flex}.CampRegistrationForm-module__IHBCsG__priceRowLabel{color:var(--ink-soft)}.CampRegistrationForm-module__IHBCsG__priceRowAmount{white-space:nowrap;flex-wrap:wrap;justify-content:flex-end;align-items:baseline;gap:.35rem;display:flex}.CampRegistrationForm-module__IHBCsG__strikePrice{color:var(--ink-soft);font-size:.9em;font-weight:400;text-decoration:line-through}.CampRegistrationForm-module__IHBCsG__discountedPrice{color:var(--plum-deep);font-weight:700}.CampRegistrationForm-module__IHBCsG__discountTag{color:var(--paper);background:var(--plum);border-radius:6px;padding:.1em .4em;font-size:.8em;font-weight:700}.CampRegistrationForm-module__IHBCsG__totalRow{border-top:1px solid #6a4f7433;justify-content:space-between;align-items:baseline;gap:1rem;margin-top:.2rem;padding-top:.6rem;font-weight:700;display:flex}.CampRegistrationForm-module__IHBCsG__totalAmount{color:var(--plum-deep);font-size:1.1rem}.CampRegistrationForm-module__IHBCsG__paymentSection{gap:.6rem;display:grid}.CampRegistrationForm-module__IHBCsG__paymentCards{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:480px){.CampRegistrationForm-module__IHBCsG__paymentCards{grid-template-columns:1fr}}.CampRegistrationForm-module__IHBCsG__paymentCard,.CampRegistrationForm-module__IHBCsG__paymentCardDisabled{border:2px solid #0000;border-radius:16px;gap:.25rem;padding:.9rem 1rem;display:grid;position:relative}.CampRegistrationForm-module__IHBCsG__paymentCard{text-align:left;cursor:pointer;font:inherit;appearance:none;background:#fffdf8f2;border-color:#6a4f7466;transition:border-color .15s,box-shadow .15s}.CampRegistrationForm-module__IHBCsG__paymentCard:hover:not(:disabled){border-color:var(--plum)}.CampRegistrationForm-module__IHBCsG__paymentCardSelected{border-color:var(--plum);box-shadow:0 0 0 1px var(--plum);background:#6a4f7412}.CampRegistrationForm-module__IHBCsG__paymentCardDisabled{opacity:.55;cursor:not-allowed;-webkit-user-select:none;user-select:none;background:#f0ebf573;border-color:#6a4f741f}.CampRegistrationForm-module__IHBCsG__paymentCardIcon{margin-bottom:.1rem;font-size:1.3rem;line-height:1}.CampRegistrationForm-module__IHBCsG__paymentCardTitle{color:var(--plum-deep);font-size:.95rem;font-weight:700}.CampRegistrationForm-module__IHBCsG__paymentCardDesc{color:var(--ink-soft);font-size:.85rem;line-height:1.4}.CampRegistrationForm-module__IHBCsG__comingSoonBadge{width:fit-content;color:var(--plum-deep);letter-spacing:.02em;background:#6a4f7426;border-radius:6px;margin-top:.3rem;padding:.15em .5em;font-size:.78em;font-weight:700;display:inline-block}
.page-module___-8JJa__page{max-width:1240px;color:var(--plum-deep);flex-direction:column;gap:22px;margin:0 auto;padding:20px 28px 64px;display:flex}.page-module___-8JJa__hero{background:var(--paper);border:1.5px solid var(--plum);border-radius:32px;gap:20px;padding:40px 52px 36px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 50px -28px #4e395759}.page-module___-8JJa__hero:before{content:"";background:var(--peri-soft);z-index:0;border-radius:50%;width:320px;height:320px;position:absolute;top:-120px;left:-120px}.page-module___-8JJa__hero:after{content:"";background:var(--cream);opacity:.55;z-index:0;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-90px;right:20%}.page-module___-8JJa__heroInner{z-index:1;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);align-items:start;gap:28px;display:grid;position:relative}.page-module___-8JJa__heroCopy{gap:16px;display:grid}.page-module___-8JJa__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--plum);background:var(--peri-soft);border-radius:var(--border-radius-pill);border:1px solid var(--peri-deeper);align-items:center;gap:10px;width:fit-content;padding:8px 14px;font-size:12px;font-weight:700;display:inline-flex}.page-module___-8JJa__dot{background:var(--sage);border-radius:50%;width:8px;height:8px}.page-module___-8JJa__title{font-family:var(--font-family-display);letter-spacing:-.02em;color:var(--plum-deep);font-size:clamp(30px,4.2vw,52px);font-weight:600;line-height:1.05}.page-module___-8JJa__lead{max-width:62ch;color:var(--ink-soft);font-size:15.5px;line-height:1.65}.page-module___-8JJa__heroMeta{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:12px 20px;display:grid}.page-module___-8JJa__heroMedia{gap:10px;display:grid}.page-module___-8JJa__heroImage{object-fit:cover;border-radius:24px;width:100%;height:auto}.page-module___-8JJa__heroCaption{color:var(--ink-soft);opacity:.75;margin:0;font-size:13px}.page-module___-8JJa__metaItem{gap:6px;display:grid}.page-module___-8JJa__metaKey{letter-spacing:.08em;text-transform:uppercase;color:var(--plum);opacity:.75;font-size:12px;font-weight:700}.page-module___-8JJa__metaValue{color:var(--plum-deep);font-size:15px;font-weight:700}.page-module___-8JJa__section{background:var(--paper);border:1.5px solid var(--plum);border-radius:24px;gap:14px;padding:32px 40px;display:grid;box-shadow:0 12px 30px -24px #4e395759}.page-module___-8JJa__sectionTitle{font-family:var(--font-family-display);color:var(--plum-deep);font-size:1.85rem;line-height:1.15}.page-module___-8JJa__sectionLead{color:var(--ink-soft);max-width:70ch;line-height:1.65}.page-module___-8JJa__pricingNotice{color:var(--ink-soft);background:#fdf6e98c;border:1px solid #6a4f7429;border-radius:12px;margin-top:-4px;padding:8px 12px;font-size:.85rem;line-height:1.6}.page-module___-8JJa__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;display:grid}.page-module___-8JJa__card{background:linear-gradient(135deg, var(--peri-soft) 0%, var(--cream) 100%);border:1px solid var(--peri-deeper);border-radius:18px;gap:8px;padding:18px;display:grid}.page-module___-8JJa__cardTitle{color:var(--plum-deep);font-size:16px;font-weight:700}.page-module___-8JJa__campNumber{border-radius:var(--border-radius-pill);background:var(--palette-accent-pale);min-width:28px;color:var(--plum-deep);justify-content:center;align-items:center;padding:2px 8px;font-weight:800;display:inline-flex}.page-module___-8JJa__cardText{color:var(--ink-soft);font-size:14.5px;line-height:1.6}.page-module___-8JJa__price{color:var(--plum-deep);align-items:center;gap:6px;font-weight:800;display:inline-flex}.page-module___-8JJa__list{color:var(--ink-soft);gap:6px;margin-left:1rem;display:grid}.page-module___-8JJa__badgeRow{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.page-module___-8JJa__badge{color:var(--plum-deep);background:#fdf6e9cc;border:1px solid #6a4f7433;border-radius:16px;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;font-size:12.5px;font-weight:700;line-height:1.3;display:flex;box-shadow:0 8px 18px -16px #4e395759}.page-module___-8JJa__discountBlock{background:linear-gradient(160deg,#fffffffa 0%,#fdf6e9b3 100%);border:1px solid #6a4f7433;border-radius:18px;gap:12px;padding:18px;display:grid}.page-module___-8JJa__discountTitle{color:var(--plum-deep);margin:0;font-size:1rem;font-weight:700}.page-module___-8JJa__note{color:var(--ink-soft);background:#fdf6e9bf;border:1px dashed #6a4f744d;border-radius:16px;padding:14px 16px}.page-module___-8JJa__split{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;display:grid}.page-module___-8JJa__formSection{background:var(--paper)}.page-module___-8JJa__formIntro{gap:8px;display:grid}@media (max-width:900px){.page-module___-8JJa__heroInner,.page-module___-8JJa__split{grid-template-columns:1fr}}@media (max-width:700px){.page-module___-8JJa__page{gap:16px;padding:22px 18px 52px}.page-module___-8JJa__hero{padding:28px 24px}.page-module___-8JJa__section{padding:24px 20px}}@media (max-width:480px){.page-module___-8JJa__hero{padding:20px 16px}.page-module___-8JJa__section{padding:18px 16px}}
