.rsvp-page { min-height: 100svh; }
.rsvp-brand { position: absolute; left: clamp(24px, 4vw, 64px); top: 38px; color: var(--ink); text-decoration: none; font-size: 16px; }
.rsvp-layout { max-width: 1440px; margin: 0 auto; padding: 160px clamp(24px, 6vw, 88px) 100px; display: grid; grid-template-columns: 1fr minmax(340px, 480px); align-items: start; gap: clamp(48px, 8vw, 120px); min-height: calc(100svh - 80px); }
.rsvp-intro { padding-top: 56px; }
.rsvp-eyebrow { font-size: 14px; line-height: 1.6; margin: 0 0 46px; }
.rsvp-page h1 { display: block; font-size: clamp(76px, 11vw, 156px); line-height: .95; letter-spacing: -.06em; }
.access-panel { border: 1px solid rgb(241 211 154 / 38%); padding: clamp(24px, 3.3vw, 44px); }
.access-heading { display: flex; align-items: center; gap: 10px; font-size: 14px; margin-bottom: 24px; }
.rsvp-page h2 { font-size: clamp(30px, 3.4vw, 42px); line-height: 1.1; font-weight: 400; letter-spacing: -.04em; margin: 30px 0 20px; }
.rsvp-page p { line-height: 1.6; }
.access-status { font-size: 14px; line-height: 1.5; margin-bottom: 24px; padding: 14px 0; border-top: 1px solid rgb(241 211 154 / 30%); border-bottom: 1px solid rgb(241 211 154 / 30%); }
.rsvp-page fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.access-methods { display: flex; gap: 24px; margin-bottom: 24px; }
.access-methods label { display: flex; align-items: center; gap: 8px; }
.rsvp-page label { font-size: 14px; line-height: 1.5; }
.rsvp-page input:not([type="radio"]):not([type="checkbox"]), .rsvp-page textarea, .rsvp-page select { display: block; width: 100%; min-height: 50px; margin-top: 10px; padding: 13px 14px; border: 1px solid rgb(241 211 154 / 60%); border-radius: 0; font: inherit; font-size: 16px; color: var(--ink); background: var(--paper); }
.rsvp-page input::placeholder, .rsvp-page textarea::placeholder { color: rgb(241 211 154 / 65%); }
.rsvp-page input:is([type="radio"], [type="checkbox"]) { accent-color: var(--ink); width: 18px; height: 18px; margin: 0; }
.remember-device { display: flex; align-items: center; gap: 10px; margin-top: 20px; min-height: 44px; }
.rsvp-page input:disabled { opacity: .6; cursor: not-allowed; }
.rsvp-page .field-hint { margin: 8px 0 24px; font-size: 13px; }
.rsvp-primary { width: 100%; min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 16px; border: 1px solid var(--ink); padding: 14px 18px; color: var(--paper); background: var(--ink); font: inherit; font-size: 14px; cursor: pointer; text-align: left; }
.rsvp-primary:hover:not(:disabled) { background: #ffe6b8; }
.rsvp-primary:disabled, fieldset:disabled .rsvp-primary { opacity: .45; cursor: not-allowed; }
.rsvp-text-button { padding: 12px 0; margin: 12px 0 0; color: inherit; background: transparent; border: 0; text-decoration: underline; text-underline-offset: 4px; font: inherit; font-size: 14px; cursor: pointer; }
.access-help { margin-top: 28px; font-size: 14px; }
.access-help summary { cursor: pointer; padding: 8px 0; }
.rsvp-page :is(button, input, a, summary, textarea, select):focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.rsvp-page [hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.rsvp-footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px clamp(24px, 4vw, 64px); font-size: 13px; border-top: 1px solid rgb(241 211 154 / 25%); }
.invitation-panel h2 { margin-top: 0; }
.invitation-event { border-top: 1px solid rgb(241 211 154 / 35%); margin-top: 32px; padding-top: 24px; }
.invitation-event h3 { font-size: 24px; font-weight: 400; margin: 0 0 12px; }
.invitation-event .event-meta { font-size: 14px; margin: 0 0 20px; }
.rsvp-person { padding: 16px 0 !important; }
.rsvp-person legend { font-size: 16px; }
.rsvp-person .response-options { display: flex; gap: 24px; padding-top: 12px; }
.response-options label { display: flex; align-items: center; gap: 8px; min-height: 44px; }
.invitation-actions { margin-top: 32px; }
.invitation-status { font-size: 14px; min-height: 24px; }
.change-request { margin-top: 36px; padding-top: 28px; border-top: 1px solid rgb(241 211 154 / 35%); }
.change-request h3 { font-size: 24px; font-weight: 400; margin: 0 0 16px; }
.change-request fieldset > label { display: block; margin-top: 20px; }
.change-request textarea { resize: vertical; min-height: 130px; }
.change-request .rsvp-primary { margin-top: 24px; }
.change-request :disabled { cursor: not-allowed; }
@media(max-width: 760px) {
  .rsvp-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 132px; padding-bottom: 60px; }
  .rsvp-intro { padding-top: 0; }
  .rsvp-eyebrow { margin-bottom: 26px; }
  .rsvp-page h1 { font-size: clamp(72px, 19vw, 116px); }
  .access-panel { max-width: 520px; width: 100%; }
  .rsvp-brand { top: 35px; }
}
