.gather-root{--g-bg:#faf9f6;--g-ink:#121212;--g-ink-raise:#2c2c2c;--g-muted:rgba(58,58,58,0.8);--g-subtle:rgba(58,58,58,0.55);--g-accent:#0d9b8c;--g-accent-hi:#14b8a6;--g-accent-soft:rgba(13,155,140,0.12);--g-input-bg:rgba(255,255,255,0.92);--g-input-border:rgba(18,18,18,0.1);--g-wash-a:rgba(13,155,140,0.07);--g-wash-b:rgba(18,18,18,0.03);--g-close:rgba(58,58,58,0.7);--g-close-hover:rgba(0,0,0,0.04);--g-rule:rgba(18,18,18,0.1);--g-card:rgba(255,255,255,0.78);--g-display:var(--gather-font-display),Georgia,"Times New Roman",serif;--g-display-y:0.94;--g-ui:var(--gather-font-ui),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:var(--g-bg);color:var(--g-ink);font-family:var(--g-ui);-webkit-font-smoothing:antialiased}.dark .gather-root{--g-bg:#0c0c0b;--g-ink:#f0efeb;--g-ink-raise:#c8c6c0;--g-muted:rgba(163,161,154,0.92);--g-subtle:rgba(163,161,154,0.72);--g-accent:#2dd4bf;--g-accent-hi:#5eead4;--g-accent-soft:rgba(45,212,191,0.14);--g-input-bg:rgba(26,26,24,0.94);--g-input-border:rgba(240,239,235,0.14);--g-wash-a:rgba(45,212,191,0.1);--g-wash-b:rgba(255,255,255,0.03);--g-close:rgba(209,213,219,0.78);--g-close-hover:rgba(255,255,255,0.06);--g-rule:rgba(240,239,235,0.12);--g-card:rgba(26,26,24,0.88)}.gather-root .gather-display{font-family:var(--g-display);font-weight:400}.gather-root .gather-wordmark{font-family:var(--g-display);font-size:22px;font-weight:400;letter-spacing:.02em;line-height:1.4;color:var(--g-ink);text-decoration:none;display:inline-block;transform:scaleY(var(--g-display-y));transform-origin:left center;padding:.12em .06em .18em .1em;margin:-.08em -.06em -.1em}.gather-root .gather-wordmark em{font-style:normal;font-weight:400;display:inline-block;transform:skewX(-6deg);transform-origin:50% 70%;letter-spacing:.02em;padding:0 .02em;color:var(--g-ink-raise);background:none;-webkit-text-fill-color:currentColor}.gather-root .gather-foot__brand .gather-wordmark{font-size:18px}.gather-root .gather-eyebrow{font-family:var(--g-ui);font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--g-accent)}.gather-root .gather-input{width:100%;border-radius:.75rem;border:1px solid var(--g-input-border);background:var(--g-input-bg);padding:.75rem 1rem;color:var(--g-ink);font-size:1rem;outline:none}.gather-root .gather-input:focus{border-color:var(--g-accent);box-shadow:0 0 0 3px var(--g-accent-soft)}.gather-root .gather-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;background:var(--g-ink);color:var(--g-bg);font-weight:600;padding:.85rem 1.5rem;transition:opacity .15s ease}.gather-root .gather-btn-primary:disabled{opacity:.5}.gather-root .gather-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;border:1px solid var(--g-input-border);background:transparent;color:var(--g-ink);font-weight:600;padding:.75rem 1.25rem}.gather-root a.gather-btn-accent,.gather-root button.gather-btn-accent{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;border:none;background:var(--g-accent);background-color:var(--g-accent);color:#fff;font-weight:600;padding:.85rem 1.5rem;transition:background .15s ease,opacity .15s ease}.gather-root a.gather-btn-accent:hover,.gather-root button.gather-btn-accent:hover{background:var(--g-accent-hi);background-color:var(--g-accent-hi)}.gather-root button.gather-btn-accent:disabled{opacity:.5}.gather-root .gather-close-btn{color:var(--g-close)}.gather-root .gather-close-btn:hover{background:var(--g-close-hover)}.gather-root .gather-link{color:var(--g-accent);text-decoration:underline;text-underline-offset:3px}.gather-root .gather-link:hover{opacity:.85}.gather-root .gather-photo-shot{position:relative;aspect-ratio:4/3;width:100%;overflow:hidden;border-radius:1.25rem;background:var(--g-bg);box-shadow:0 8px 24px -12px rgba(18,18,18,.28);isolation:isolate;transform:translateZ(0)}.gather-root .gather-photo-shot img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit}.gather-root .gather-photo-frame{border:1.5px dashed var(--g-input-border);background:linear-gradient(160deg,var(--g-wash-a),transparent 55%),var(--g-wash-b);color:inherit;transition:border-color .15s ease,background .15s ease}.gather-root .gather-photo-frame:hover{border-color:rgba(13,155,140,.45);background:linear-gradient(160deg,var(--g-accent-soft),transparent 60%),var(--g-wash-b)}.dark .gather-root .gather-photo-frame:hover{border-color:rgba(45,212,191,.45)}.gather-root .gather-invite{position:relative;width:100%;max-width:40rem;margin:0 auto;overflow:hidden;background:var(--g-bg);aspect-ratio:4/5;max-height:min(62vh,34rem);isolation:isolate;transform:translateZ(0)}@media (min-width:640px){.gather-root .gather-invite{aspect-ratio:4/3;max-height:min(56vh,32rem);border-radius:0 0 1.25rem 1.25rem}}@media (min-width:1024px){.gather-root .gather-invite{max-width:44rem}}.gather-root .gather-invite__media{position:absolute;inset:0;border-radius:inherit;overflow:hidden}.gather-root .gather-invite__media img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;border-radius:inherit}.gather-root .gather-invite__scrim{position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(0deg,rgba(10,10,8,.78) 0,rgba(10,10,8,.42) 22%,rgba(10,10,8,.12) 42%,transparent 58%)}.gather-root .gather-invite__copy{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:1.75rem 1.35rem 1.5rem;color:#f7f4ef}.gather-root .gather-invite__title{font-family:var(--g-display);font-weight:400;font-size:clamp(1.85rem,6vw,2.65rem);line-height:1.12;letter-spacing:-.01em;margin:0;color:#faf9f6;text-wrap:balance;text-shadow:0 1px 2px rgba(0,0,0,.55),0 2px 18px rgba(0,0,0,.45)}.gather-root .gather-invite__meta{margin-top:.65rem;font-family:var(--g-ui);font-size:.9rem;font-weight:500;letter-spacing:.02em;color:rgba(250,249,246,.9);text-shadow:0 1px 10px rgba(0,0,0,.5)}.gather-root .gather-invite__occasion{margin-top:.55rem;font-family:var(--g-ui);font-size:1rem;line-height:1.45;color:rgba(250,249,246,.92);max-width:28rem;text-shadow:0 1px 10px rgba(0,0,0,.5)}.gather-root .gather-invite--plain{aspect-ratio:auto;max-height:none;background:transparent;padding:1.5rem 1.5rem 0}.gather-root .gather-invite--plain .gather-invite__copy{position:static;padding:0;color:var(--g-ink)}.gather-root .gather-invite--plain .gather-invite__title{color:var(--g-ink);text-shadow:none}.gather-root .gather-invite--plain .gather-invite__meta,.gather-root .gather-invite--plain .gather-invite__occasion{color:var(--g-muted)}.gather-root .gather-site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:max(.85rem,env(safe-area-inset-top)) 1.25rem .85rem;border-bottom:1px solid var(--g-rule);background:var(--g-bg);position:fixed;top:0;left:0;right:0;z-index:50}.gather-root .gather-site-header-spacer{height:calc(3.35rem + env(safe-area-inset-top, 0px));flex-shrink:0}.gather-root .gather-site-header__brand{display:inline-flex;align-items:center;gap:.55rem;color:inherit;text-decoration:none}.gather-root .gather-site-header__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.85rem;font-size:.8rem;font-weight:600}.gather-root .gather-site-header__nav a{color:var(--g-muted);text-decoration:none}.gather-root .gather-site-header__nav a:hover{color:var(--g-ink)}.gather-root .gather-foot{margin-top:3rem;border-top:1px solid var(--g-rule);padding:2rem 1.5rem max(2rem,env(safe-area-inset-bottom))}.gather-root .gather-foot__inner{max-width:40rem;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.gather-root .gather-foot__brand{display:inline-flex;align-items:center;gap:.55rem;color:inherit;text-decoration:none}.gather-root .gather-foot__meta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.8rem;color:var(--g-subtle)}.gather-root .gather-foot__meta a{color:var(--g-muted);text-decoration:none}.gather-root .gather-foot__meta a:hover{color:var(--g-ink);text-decoration:underline;text-underline-offset:2px}.gather-root .gather-pitch{border:1px solid var(--g-rule);background:var(--g-card);border-radius:1.25rem;padding:1.25rem 1.35rem}.gather-root .gather-pitch ol{margin:.85rem 0 0;padding:0;list-style:none;display:grid;gap:.85rem}.gather-root .gather-pitch li{display:grid;grid-template-columns:1.75rem 1fr;gap:.65rem;align-items:start}.gather-root .gather-pitch__num{width:1.75rem;height:1.75rem;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;background:var(--g-accent-soft);color:var(--g-accent)}@media (min-width:640px){.gather-root .gather-site-header__nav{gap:1.15rem;font-size:.85rem}}