.nyr-page{font-family:var(--font-inter),-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(180deg,var(--warm-stone)0%,var(--soft-cream)100%);color:var(--text-primary);min-height:100vh;line-height:1.6}.nyr-page .form-header{background:var(--dark-deep);text-align:center;padding:52px 24px 60px;position:relative;overflow:hidden}.nyr-page .form-header:before{content:"";pointer-events:none;background:radial-gradient(at 25% 15%,#e89b3512 0%,#0000 55%),radial-gradient(at 75% 85%,#d15b450d 0%,#0000 45%);position:absolute;inset:0}.nyr-page .form-header-content{z-index:1;max-width:680px;margin:0 auto;position:relative}.nyr-page .form-header .logo-mark{justify-content:center;margin-bottom:36px;display:flex}.nyr-page .form-header .logo-mark svg{width:auto;height:36px}.nyr-page .champion-icon{justify-content:center;margin-bottom:20px;display:flex}.nyr-page .champion-icon img{border-radius:50%;width:56px;height:56px}.nyr-page .sector-label{letter-spacing:.14em;text-transform:uppercase;color:var(--honey-gold);margin-bottom:12px;font-size:.7rem;font-weight:700}.nyr-page .form-header h1{color:var(--white);letter-spacing:-.02em;margin-bottom:28px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,3vw,2.2rem);font-weight:700;line-height:1.25}.nyr-page .form-header h1 em{color:var(--honey-gold);font-style:normal}.nyr-page .hero-intro{max-width:640px;margin:0 auto;padding:28px 24px 0}.nyr-page .hero-intro p{color:var(--text-secondary);font-size:1.05rem;font-weight:400;line-height:1.75}.nyr-page .event-facts{max-width:640px;color:var(--text-light);flex-wrap:wrap;gap:8px 16px;margin:16px auto 0;font-size:.85rem;display:flex}.nyr-page .event-facts span:after{content:"•";color:var(--honey-gold);margin-left:16px}.nyr-page .event-facts span:last-child:after{content:"";margin-left:0}.nyr-page .time-estimate-container{text-align:center;max-width:640px;margin:0 auto;padding:24px 24px 0}.nyr-page .header-time-estimate{border:1px solid var(--border-subtle);color:var(--text-light);background:#1e2d420a;border-radius:20px;align-items:center;gap:6px;padding:6px 16px;font-size:.78rem;font-weight:400;display:inline-flex}.nyr-page .header-time-estimate svg{width:14px;height:14px;stroke:var(--text-light)}.nyr-page .progress-container{max-width:640px;margin:0 auto;padding:24px 24px 0}.nyr-page .progress-track{background:#1e2d4214;border-radius:3px;height:3px;overflow:hidden}.nyr-page .progress-fill{background:linear-gradient(90deg,var(--sunset-coral),var(--honey-gold));border-radius:3px;width:0%;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.nyr-page .progress-meta{color:var(--text-light);letter-spacing:.01em;justify-content:space-between;margin-top:10px;font-size:.72rem;font-weight:500;display:flex}.nyr-page .form-container{max-width:640px;margin:20px auto 60px;padding:0 24px}.nyr-page .form-section{background:var(--white);cursor:pointer;border:1px solid #e89b3540;border-radius:16px;margin-bottom:12px;transition:border-color .3s,box-shadow .3s,transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #1e2d4206}.nyr-page .form-section:before{content:"";pointer-events:none;z-index:1;border-radius:16px;position:absolute;inset:0;box-shadow:inset 0 1px #ffffffa6}.nyr-page .form-section.active{cursor:default;border-color:#d15b454d;box-shadow:0 8px 32px #d15b4514}.nyr-page .form-section.completed:hover,.nyr-page .form-section.incomplete:hover{border-color:#e89b3573;transform:translateY(-1px);box-shadow:0 8px 24px #d15b4514}.nyr-page .section-header{-webkit-user-select:none;user-select:none;align-items:center;gap:14px;padding:22px 36px;display:flex}.nyr-page .section-number{width:30px;height:30px;font-family:var(--font-inter),sans-serif;color:#fff;background:#d15b4566;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;transition:background .3s,color .3s;display:flex}.nyr-page .form-section.active .section-number{background:var(--sunset-coral);color:#fff}.nyr-page .form-section.completed .section-number{background:var(--honey-gold);color:#fff}.nyr-page .section-title{color:var(--dark-anchor);flex:1;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.1rem,1.8vw,1.25rem);font-weight:700;line-height:1.35}.nyr-page .section-check{width:20px;height:20px;color:var(--honey-gold);flex-shrink:0;display:none}.nyr-page .form-section.completed .section-check{display:block}.nyr-page .section-edit{font-family:var(--font-inter),sans-serif;color:var(--sunset-coral);opacity:0;flex-shrink:0;font-size:.75rem;font-weight:500;transition:opacity .2s}.nyr-page .form-section.completed:hover .section-edit{opacity:1}.nyr-page .section-body-wrapper{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .4s,opacity .3s;display:grid}.nyr-page .form-section.active .section-body-wrapper{opacity:1;grid-template-rows:1fr}.nyr-page .section-body{overflow:hidden}.nyr-page .section-content{padding:4px 36px 36px}.nyr-page .field-group{margin-bottom:18px}.nyr-page .field-group:last-child{margin-bottom:0}.nyr-page .field-label{font-family:var(--font-inter),sans-serif;color:var(--text-primary);margin-bottom:6px;font-size:.82rem;font-weight:500;display:block}.nyr-page .field-label .req{color:var(--sunset-coral);margin-left:2px}.nyr-page .field-label .opt{color:var(--text-light);margin-left:4px;font-weight:400}.nyr-page input[type=text],.nyr-page input[type=email],.nyr-page input[type=tel],.nyr-page select{width:100%;font-family:var(--font-inter),sans-serif;color:var(--text-primary);background:var(--white);border:1px solid #1e2d4224;border-radius:10px;outline:none;padding:12px 16px;font-size:.88rem;line-height:normal;transition:border-color .2s,box-shadow .2s}.nyr-page input:focus,.nyr-page select:focus{border-color:var(--sunset-coral);box-shadow:0 0 0 3px #d15b4514}.nyr-page ::placeholder{color:var(--text-light);opacity:.7}.nyr-page select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%236B7280'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;padding-right:40px}.nyr-page .phone-row{gap:10px;display:flex}.nyr-page .phone-row select{flex-shrink:0;width:170px}.nyr-page .phone-row input{flex:1}.nyr-page .field-row{gap:16px;display:flex}.nyr-page .field-row .field-group{flex:1}.nyr-page .btn-continue{font-family:var(--font-inter),sans-serif;letter-spacing:.01em;color:var(--harbour);background:var(--honey-gold);cursor:pointer;border:2px solid #0000;border-radius:10px;align-items:center;gap:8px;margin-top:24px;padding:11px 22px;font-size:.92rem;font-weight:700;line-height:normal;transition:background .35s,color .35s,transform .3s,box-shadow .3s;display:inline-flex}.nyr-page .btn-continue:hover{background:var(--sunset-coral);color:#fff;transform:translateY(-1px);box-shadow:0 6px 20px #d15b4526}.nyr-page .btn-continue svg{width:14px;height:14px;transition:transform .3s}.nyr-page .btn-continue:hover svg{transform:translate(3px)}.nyr-page .checkbox-group{background:var(--soft-cream);border:1px solid #e89b3526;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:12px;padding:16px 18px;transition:border-color .2s;display:flex}.nyr-page .checkbox-group:hover{border-color:#e89b3559}.nyr-page .checkbox-group:last-of-type{margin-bottom:0}.nyr-page .checkbox-group input[type=checkbox]{width:18px;height:18px;accent-color:var(--sunset-coral);cursor:pointer;flex-shrink:0;margin-top:2px}.nyr-page .checkbox-group .cb-label{color:var(--text-secondary);font-size:.82rem;font-weight:400;line-height:1.55}.nyr-page .section-subtitle{color:var(--text-light);margin-bottom:28px;font-size:.82rem;font-weight:400;line-height:1.5}.nyr-page .submit-area{text-align:center;padding-top:4px}.nyr-page .submit-btn{background:var(--honey-gold);color:var(--harbour);font-family:var(--font-inter),sans-serif;cursor:pointer;letter-spacing:.01em;border:2px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:14px 26px;font-size:1.17rem;font-weight:700;line-height:1;transition:background .35s,color .35s,transform .3s,box-shadow .35s;display:inline-flex}.nyr-page .submit-btn:hover:not(:disabled){background:var(--sunset-coral);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px #d15b452e}.nyr-page .submit-btn:active:not(:disabled){transform:translateY(0)}.nyr-page .submit-btn svg{width:16px;height:16px;transition:transform .3s}.nyr-page .submit-btn:hover:not(:disabled) svg{transform:translate(3px)}.nyr-page .submit-btn:disabled{opacity:.4;cursor:not-allowed}.nyr-page .submit-incomplete{color:var(--sunset-coral);margin-top:10px;font-size:.8rem;display:none}.nyr-page .submit-incomplete.show{display:block}.nyr-page .consent-footer{font-family:var(--font-inter),sans-serif;color:var(--text-light);text-align:center;font-size:.72rem;line-height:1.6}.nyr-page .consent-footer a{color:inherit;text-underline-offset:2px;text-decoration:underline}.nyr-page .consent-footer a:hover{color:var(--honey-gold)}.nyr-page .submit-error{color:var(--sunset-coral);background:#d15b4512;border:1px solid #d15b4540;border-radius:10px;margin-top:14px;padding:12px 16px;font-size:.85rem;line-height:1.55}.nyr-page .rsvp-confirmation{max-width:640px;margin:32px auto 60px;padding:0 24px}.nyr-page .rsvp-confirmation-card{background:var(--white);text-align:center;border:1px solid #e89b3540;border-radius:16px;padding:44px 36px;box-shadow:0 4px 20px #1e2d4206}.nyr-page .rsvp-confirmation-icon{background:var(--honey-gold);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;display:flex}.nyr-page .rsvp-confirmation-icon svg{width:26px;height:26px;stroke:var(--white);stroke-width:2.5px;fill:none;stroke-linecap:round;stroke-linejoin:round}.nyr-page .rsvp-confirmation-card h2{color:var(--dark-anchor);margin-bottom:14px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.3rem,2.2vw,1.55rem);font-weight:700;line-height:1.3}.nyr-page .rsvp-confirmation-card p{color:var(--text-secondary);max-width:460px;margin:0 auto 10px;font-size:.95rem;line-height:1.7}.nyr-page .rsvp-confirmation-facts{color:var(--text-light);flex-wrap:wrap;justify-content:center;gap:8px 16px;margin:18px auto 0;font-size:.85rem;display:flex}.nyr-page .rsvp-confirmation-facts span:after{content:"•";color:var(--honey-gold);margin-left:16px}.nyr-page .rsvp-confirmation-facts span:last-child:after{content:"";margin-left:0}.nyr-page .form-footer{text-align:center;max-width:640px;margin:0 auto;padding:32px 24px 48px}.nyr-page .form-footer a{font-family:var(--font-inter),sans-serif;color:var(--text-light);font-size:.72rem;text-decoration:none}.nyr-page .form-footer a:hover{color:var(--honey-gold)}.nyr-page .form-footer .divider{color:var(--text-light);margin:0 6px;font-size:.72rem}@media (max-width:600px){.nyr-page .form-header{padding:40px 20px 52px}.nyr-page .form-header h1{font-size:1.6rem}.nyr-page .section-header{padding:18px 22px}.nyr-page .section-content{padding:0 22px 28px}.nyr-page .form-section,.nyr-page .form-section:before{border-radius:14px}.nyr-page .phone-row{flex-direction:column;gap:0}.nyr-page .phone-row select{width:100%;margin-bottom:10px}.nyr-page .field-row{flex-direction:column;gap:0}}
