:root {
  --wf-black: #141414;
  --wf-graphite: #2f2f2f;
  --wf-body: #555555;
  --wf-muted: #777777;
  --wf-surface: #f4f4f4;
  --wf-line: #e1e1e1;
  --wf-line-strong: #b8b8b8;
  --wf-white: #ffffff;
}

.wf-page {
  overflow: hidden;
  background: var(--wf-white);
  color: var(--wf-black);
  font-family: "Involve", Arial, sans-serif;
}
.wf-page *, .wf-page *::before, .wf-page *::after { box-sizing: border-box; }
.wf-page button, .wf-page input, .wf-page textarea { font-family: "Involve", Arial, sans-serif; }
.wf-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.wf-page ~ footer { margin-top: 0; }
.wf-preview-bar { position: relative; z-index: 5; padding: 10px 20px; background: var(--wf-black); color: var(--wf-white); text-align: center; font-family: "Involve", Arial, sans-serif; font-size: 13px; letter-spacing: .04em; }
.wf-preview-bar i { margin-right: 7px; color: var(--wf-white); }
.wf-content-top, .wf-content-bottom { padding-top: 12px; padding-bottom: 12px; }

.wf-hero { position: relative; background: var(--wf-white); border-bottom: 1px solid var(--wf-line); }
.wf-hero--photo { background-image: linear-gradient(rgba(20,20,20,.72), rgba(20,20,20,.72)), var(--wf-cover); background-position: center; background-size: cover; color: var(--wf-white); }
.wf-hero__shade { display: none; }
.wf-hero__inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; padding: 58px 0 62px; }
.wf-hero__copy { width: 100%; max-width: 900px; text-align: center; }
.wf-kicker { display: block; margin: 0 0 16px; color: inherit; font-family: "Trajan Pro 3", "Times New Roman", serif; font-size: 22px; font-weight: 600; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.wf-hero h1 { max-width: 900px; margin: 0 auto; color: inherit; font-family: "Trajan Pro 3", "Times New Roman", serif; font-size: clamp(48px, 7vw, 82px); font-weight: 400; letter-spacing: -.035em; line-height: 1.02; }
.wf-headline { max-width: 760px; margin: 0 auto 20px; color: inherit; font-family: "Trajan Pro 3", "Times New Roman", serif; font-size: clamp(24px, 3vw, 34px); font-weight: 400; line-height: 1.25; }
.wf-intro { max-width: 720px; margin: 0 auto; color: inherit; font-family: "Involve", Arial, sans-serif; font-size: 17px; font-weight: 400; line-height: 1.65; opacity: .82; }
.wf-dates { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: min(650px, 100%); margin: 18px auto 0; }
.wf-dates > div { padding: 17px 20px; border: 1px solid var(--wf-line-strong); background: rgba(244,244,244,.78); text-align: left; }
.wf-hero--photo .wf-dates > div { border-color: rgba(255,255,255,.65); background: rgba(20,20,20,.40); }
.wf-dates span, .wf-dates strong { display: block; color: inherit; }
.wf-dates span { margin-bottom: 5px; font-family: "Involve", Arial, sans-serif; font-size: 11px; font-weight: 400; letter-spacing: .09em; line-height: 1.35; text-transform: uppercase; opacity: .72; }
.wf-dates strong { font-family: "Trajan Pro 3", "Times New Roman", serif; font-size: 19px; font-weight: 600; line-height: 1.2; }
.wf-portrait { width: min(560px, 100%); aspect-ratio: 4 / 5; margin: 40px auto 0; overflow: hidden; border: 1px solid var(--wf-line); border-radius: 0; background: var(--wf-surface); box-shadow: 0 18px 48px rgba(0,0,0,.10); transform: none; }
.wf-portrait img { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: cover; object-position: center; }

.wf-main { padding: 72px 0; background: var(--wf-surface); }
.wf-main__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 470px); gap: 60px; align-items: start; }
.wf-story__card { position: relative; padding: 0 0 30px; }
.wf-story h2, .wf-payment h2 { margin: 0 0 18px; color: var(--wf-black); font-family: "Trajan Pro 3", "Times New Roman", serif; font-size: clamp(32px, 4vw, 48px); font-weight: 400; line-height: 1.1; }
.wf-rich-text { max-width: 660px; color: var(--wf-body); font-family: "Involve", Arial, sans-serif; font-size: 17px; font-weight: 400; line-height: 1.72; }
.wf-steps { border-top: 1px solid var(--wf-line-strong); }
.wf-steps article { display: grid; grid-template-columns: 44px minmax(150px, .55fr) 1fr; gap: 20px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--wf-line-strong); }
.wf-steps article > span { display: grid; place-items: center; width: 36px; height: 36px; background: var(--wf-black); color: var(--wf-white); font-family: "Involve", Arial, sans-serif; font-weight: 600; }
.wf-steps h3 { margin: 5px 0 0; color: var(--wf-black); font-family: "Involve", Arial, sans-serif; font-size: 17px; font-weight: 600; }
.wf-steps p { margin: 4px 0 0; color: var(--wf-body); font-family: "Involve", Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.6; }

.wf-payment { position: sticky; top: 20px; overflow: hidden; border: 1px solid var(--wf-line-strong); border-radius: 0; background: var(--wf-white); box-shadow: 0 18px 46px rgba(0,0,0,.08); }
.wf-payment-notice { padding: 14px 22px; border-bottom: 1px solid var(--wf-line); background: var(--wf-surface); color: var(--wf-graphite); font-family: "Involve", Arial, sans-serif; font-size: 14px; line-height: 1.5; }
.wf-payment-notice i { margin-right: 7px; color: var(--wf-graphite); }
.wf-payment-notice--success { border-left: 4px solid var(--wf-black); }
.wf-payment-notice--failure { border-left: 4px double var(--wf-black); }
.wf-payment-notice--pending { border-left: 4px dotted var(--wf-black); }
.wf-balance { padding: 25px 28px; background: var(--wf-black); color: var(--wf-white); }
.wf-balance span, .wf-balance small { display: block; color: var(--wf-white); font-family: "Involve", Arial, sans-serif; opacity: .72; }
.wf-balance span { font-size: 12px; letter-spacing: .10em; text-transform: uppercase; }
.wf-balance strong { display: block; margin: 5px 0; color: var(--wf-white); font-family: "Trajan Pro 3", "Times New Roman", serif; font-size: 34px; font-weight: 400; }
.wf-payment-form { padding: 30px; }
.wf-payment h2 { font-size: 31px; }
.wf-amounts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-bottom: 24px; }
.wf-amount { min-height: 52px; padding: 10px 8px; border: 1px solid var(--wf-line-strong); border-radius: 0; background: var(--wf-white); color: var(--wf-black); font-family: "Involve", Arial, sans-serif; font-weight: 600; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.wf-amount:hover, .wf-amount:focus, .wf-amount.is-selected { border-color: var(--wf-black); background: var(--wf-black); color: var(--wf-white); outline: 0; }
.wf-field { display: block; margin: 0 0 18px; color: var(--wf-black); font-family: "Involve", Arial, sans-serif; font-weight: 600; }
.wf-field > span:first-child { display: block; margin-bottom: 8px; color: var(--wf-black); }
.wf-field em { color: var(--wf-muted); font-family: "Involve", Arial, sans-serif; font-size: 12px; font-style: normal; font-weight: 400; }
.wf-field input, .wf-field textarea { width: 100%; border: 1px solid var(--wf-line-strong); border-radius: 0; background: var(--wf-white); color: var(--wf-black); padding: 13px 14px; font-family: "Involve", Arial, sans-serif; font-size: 16px; font-weight: 400; box-shadow: none; }
.wf-field textarea { min-height: 118px; resize: vertical; }
.wf-field input:focus, .wf-field textarea:focus { border-color: var(--wf-black); outline: 2px solid #d7d7d7; outline-offset: 0; }
.wf-field small { display: block; margin-top: 6px; color: var(--wf-muted); font-family: "Involve", Arial, sans-serif; font-size: 12px; font-weight: 400; }
.wf-money-input { position: relative; display: block; }
.wf-money-input input { padding-right: 62px; }
.wf-money-input b { position: absolute; top: 50%; right: 15px; transform: translateY(-50%); color: var(--wf-body); font-family: "Involve", Arial, sans-serif; }
.wf-form-error { margin: 0 0 12px; padding: 11px 12px; border: 1px solid var(--wf-black); background: var(--wf-surface); color: var(--wf-black); font-family: "Involve", Arial, sans-serif; font-size: 13px; font-weight: 600; line-height: 1.45; text-align: center; }
.wf-form-error:empty { display: none; }
.wf-pay-button { width: 100%; min-height: 58px; margin-top: 4px; border: 1px solid #c8c8c8; border-radius: 0; background: #e1e1e1; color: #777777; padding: 13px 18px; font-family: "Involve", Arial, sans-serif; font-size: 16px; font-weight: 600; cursor: not-allowed; }
.wf-pay-button i { margin-right: 8px; color: inherit; }
.wf-pay-button--enabled { border-color: var(--wf-black); background: var(--wf-black); color: var(--wf-white); cursor: pointer; transition: background .18s ease, color .18s ease; }
.wf-pay-button--enabled:hover, .wf-pay-button--enabled:focus { background: var(--wf-white); color: var(--wf-black); outline: 2px solid var(--wf-black); outline-offset: -2px; }
.wf-pay-button--enabled:disabled { border-color: #777777; background: #777777; color: var(--wf-white); cursor: wait; }

.wf-thanks { padding: 44px 0 46px; background: var(--wf-black); color: var(--wf-white); text-align: center; }
.wf-thanks .wf-shell { max-width: 820px; }
.wf-flower-mark { display: block; margin-bottom: 12px; color: #b8b8b8; font-size: 26px; }
.wf-thanks p { margin: 0; color: var(--wf-white); font-family: "Trajan Pro 3", "Times New Roman", serif; font-size: clamp(27px, 4vw, 46px); font-weight: 400; line-height: 1.35; }

@media (max-width: 991px) {
  .wf-hero__inner { padding: 48px 0 52px; }
  .wf-main__grid { grid-template-columns: 1fr; gap: 44px; }
  .wf-payment { position: static; width: min(540px, 100%); margin: 0 auto; }
}

@media (max-width: 640px) {
  .wf-shell { width: min(100% - 32px, 1180px); }
  .wf-hero__inner { padding: 24px 0 26px; }
  .wf-kicker { margin-bottom: 12px; font-size: 19px; letter-spacing: .06em; }
  .wf-hero h1 { font-size: clamp(40px, 12vw, 52px); letter-spacing: -.03em; }
  .wf-headline { margin-bottom: 16px; font-size: 23px; line-height: 1.3; }
  .wf-intro { font-size: 15px; line-height: 1.6; }
  .wf-dates { gap: 8px; margin-top: 14px; }
  .wf-dates > div { padding: 13px 12px; }
  .wf-dates span { font-size: 10px; }
  .wf-dates strong { font-size: 15px; }
  .wf-portrait { width: min(440px, 100%); margin-top: 26px; box-shadow: 0 14px 34px rgba(0,0,0,.09); }
  .wf-main { padding: 30px 0 38px; }
  .wf-main__grid { gap: 36px; }
  .wf-story__card { padding: 0 0 24px; }
  .wf-story h2 { margin-bottom: 16px; font-size: 32px; }
  .wf-rich-text { font-size: 16px; line-height: 1.6; }
  .wf-steps article { grid-template-columns: 40px 1fr; gap: 12px; padding: 19px 0; }
  .wf-steps article p { grid-column: 2; }
  .wf-steps h3 { font-size: 16px; }
  .wf-steps p { font-size: 15px; line-height: 1.5; }
  .wf-payment-form { padding: 22px 18px; }
  .wf-payment h2 { font-size: 27px; }
  .wf-amounts { grid-template-columns: 1fr; gap: 10px; }
  .wf-amount { min-height: 56px; }
  .wf-field { margin-bottom: 15px; }
  .wf-field textarea { min-height: 100px; }
  .wf-pay-button { min-height: 58px; }
  .wf-thanks { padding: 30px 0 32px; }
  .wf-flower-mark { margin-bottom: 10px; }
}

@media (max-width: 360px) {
  .wf-dates { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .wf-page * { scroll-behavior: auto !important; transition: none !important; }
}
