.privee-stage{position:relative;background-color:var(--color-cream-warm);background-image:url(/images/textures/marble-slab.webp);background-size:cover;background-position:center;background-blend-mode:soft-light;overflow:hidden}.privee-tray{position:absolute;inset:0;background:linear-gradient(180deg,#6F4522 0%,var(--color-cognac) 50%,var(--color-cognac-deep) 100%);border:0;box-shadow:inset 0 1px #ffffff14;z-index:0;overflow:hidden}.privee-tray:before{content:"";position:absolute;inset:10px;border:1px solid rgba(183,146,90,.65);pointer-events:none;z-index:1}.privee-tray:after{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(45deg,rgba(181,161,122,.04) 0 1px,transparent 1px 14px),repeating-linear-gradient(-45deg,rgba(181,161,122,.04) 0 1px,transparent 1px 14px);pointer-events:none;z-index:0}.privee-content{position:relative;z-index:5;max-width:520px;margin:0 auto;padding:clamp(48px,6vw,80px) 24px;text-align:center}.privee-sigil{display:flex;align-items:center;justify-content:center;gap:18px;width:min(360px,80%);margin:0 auto;opacity:0;animation:privee-fade-up .9s cubic-bezier(.22,1,.36,1) .2s forwards}.privee-sigil-bottom{animation-delay:1.4s}.privee-sigil-rule{flex:1;height:1px;background:linear-gradient(to right,transparent 0%,rgba(212,194,149,.65) 35%,rgba(254,247,228,.85) 50%,rgba(212,194,149,.65) 65%,transparent 100%)}.privee-sigil-mark{font-family:Playfair Display,Georgia,serif;font-size:13px;line-height:1;color:#d4c295f2;text-shadow:0 0 10px rgba(212,194,149,.5)}.privee-sigil-top{margin-bottom:clamp(20px,2.5vw,32px)}.privee-sigil-bottom{margin-top:clamp(20px,2.5vw,32px)}.privee-card{position:relative;max-width:460px;margin:0 auto;background-color:#f7efd9;background-image:none;border:1px solid rgba(143,115,66,.55);box-shadow:0 1px #fef7e4b3,0 18px 32px -10px #1b12088c,0 44px 80px -16px #1b1208b3,0 100px 120px -32px #3e240e8c;border-radius:2px;overflow:visible}.privee-card:before{content:"";position:absolute;inset:6px;border:1px solid rgba(181,161,122,.45);pointer-events:none;z-index:1}.privee-corner{position:absolute;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-family:Playfair Display,Georgia,serif;font-size:11px;line-height:1;color:var(--color-gold-deep);background-color:#f7efd9;z-index:2;opacity:0;transform:scale(.5);animation:privee-corner-pop .6s cubic-bezier(.65,0,.35,1) forwards}.privee-corner-tl{top:-3px;left:-3px;animation-delay:1.05s}.privee-corner-tr{top:-3px;right:-3px;animation-delay:1.13s}.privee-corner-bl{bottom:-3px;left:-3px;animation-delay:1.21s}.privee-corner-br{bottom:-3px;right:-3px;animation-delay:1.29s}@keyframes privee-corner-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes privee-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.privee-card-inner{position:relative;z-index:2;padding:clamp(36px,4vw,52px) clamp(28px,3.5vw,44px);text-align:center}.privee-eyebrow{font-family:Instrument Sans,system-ui,sans-serif;font-size:10px;font-weight:500;letter-spacing:.34em;text-transform:uppercase;color:var(--color-gold-deep);margin:0 0 14px}.privee-display{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:400;font-size:clamp(30px,4.5vw,44px);line-height:1.05;letter-spacing:.005em;color:var(--color-charcoal);margin:0 0 12px}.privee-acute{font-style:italic}.privee-divider{width:48px;height:1px;margin:0 auto 20px;background:linear-gradient(to right,transparent 0%,var(--color-gold-deep) 50%,transparent 100%)}.privee-body{font-family:Instrument Sans,system-ui,sans-serif;font-size:14px;line-height:1.6;color:#1b1208b8;max-width:56ch;margin:0 auto 28px;text-wrap:balance}.privee-body em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:400;color:#1b1208d9;letter-spacing:.005em}.privee-form{display:flex;flex-direction:column;gap:16px;max-width:320px;margin:0 auto 14px}.privee-field{position:relative}.privee-input{width:100%;padding:10px 4px 8px;border:0;border-bottom:1px solid rgba(143,115,66,.42);background:transparent;font-family:Instrument Sans,system-ui,sans-serif;font-size:14px;color:var(--color-charcoal);text-align:center;letter-spacing:.01em;transition:border-color .4s cubic-bezier(.65,0,.35,1),box-shadow .4s cubic-bezier(.65,0,.35,1)}.privee-input::placeholder{color:#1b120857;font-style:italic;letter-spacing:.01em}.privee-input:hover{border-bottom-color:#8f7342b3}.privee-input:focus{outline:none;border-bottom-color:var(--color-gold-deep);box-shadow:0 1px 0 0 var(--color-gold-deep)}.privee-input:focus::placeholder{color:#1b12088c}.privee-seal{align-self:center;margin-top:8px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 28px 11px;background-color:var(--color-charcoal);color:var(--color-cream);border:1px solid rgba(212,194,149,.55);border-radius:0;font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:400;font-size:14px;letter-spacing:.01em;cursor:pointer;position:relative;isolation:isolate;box-shadow:0 1px #fef7e42e inset,0 -1px #1b120899 inset,0 6px 14px -4px #1b120859,0 2px 4px #1b120840;transition:transform .3s cubic-bezier(.65,0,.35,1),background-color .4s cubic-bezier(.65,0,.35,1),box-shadow .4s cubic-bezier(.65,0,.35,1)}.privee-seal:before{content:"";position:absolute;inset:4px;border:1px solid rgba(212,194,149,.38);pointer-events:none;transition:border-color .4s ease}.privee-seal-fleur{color:#d4c295d9;font-size:11px;font-style:normal;line-height:1;transition:color .3s ease,transform .3s ease;font-family:Playfair Display,Georgia,serif}.privee-seal-label{line-height:1;transition:letter-spacing .4s cubic-bezier(.65,0,.35,1)}.privee-seal:hover{background-color:var(--color-cognac-deep);transform:translateY(-1px);box-shadow:0 1px #fef7e43d inset,0 -1px #1b1208b3 inset,0 14px 28px -8px #1b120880,0 4px 8px #1b120859}.privee-seal:hover:before{border-color:#d4c295b3}.privee-seal:hover .privee-seal-fleur{color:var(--color-cream);transform:scale(1.18)}.privee-seal:hover .privee-seal-label{letter-spacing:.025em}.privee-seal:active{transform:translateY(1px)}.privee-seal:focus-visible{outline:2px solid var(--color-gold-deep);outline-offset:4px}.privee-microcopy{font-family:Instrument Sans,system-ui,sans-serif;font-size:11px;line-height:1.5;color:#1b120873;margin:14px 0 0}.privee-microcopy em{font-family:Playfair Display,Georgia,serif;font-style:italic;color:#1b120899}.privee-honeypot{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;opacity:0;pointer-events:none}.privee-form-status{font-family:Instrument Sans,system-ui,sans-serif;font-size:12px;line-height:1.5;margin:14px 0 0;min-height:1.5em;color:#1b1208a6;transition:color .2s ease}.privee-form-status[data-state=success]{color:var(--color-sage);font-style:italic}.privee-form-status[data-state=error]{color:var(--color-cognac-deep)}.privee-form-status[data-state=pending]{color:#1b120866}.privee-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:clamp(12px,2vw,20px) 0 4px;opacity:0;transform:translateY(8px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.privee-success.is-visible{opacity:1;transform:translateY(0)}.privee-success-seal{color:var(--color-gold-deep);margin:0 0 18px;opacity:0;transform:scale(.7);transition:opacity .5s cubic-bezier(.22,1,.36,1) .15s,transform .6s cubic-bezier(.34,1.56,.64,1) .15s}.privee-success.is-visible .privee-success-seal{opacity:1;transform:scale(1)}.privee-success-eyebrow{font-family:Instrument Sans,system-ui,sans-serif;font-size:11px;font-weight:500;letter-spacing:.34em;text-transform:uppercase;color:var(--color-gold-deep);margin:0 0 14px}.privee-success-heading{font-family:Playfair Display,Georgia,serif;font-weight:400;font-size:clamp(28px,4.2vw,40px);line-height:1.1;color:var(--color-charcoal);margin:0 0 18px;text-wrap:balance}.privee-success-heading em{font-style:italic;color:var(--color-cognac-deep)}.privee-success-body{font-family:Instrument Sans,system-ui,sans-serif;font-size:15px;line-height:1.65;color:#1b1208c7;max-width:44ch;margin:0 auto 16px;text-wrap:balance}.privee-success-body strong{font-weight:500;color:var(--color-charcoal);word-break:break-word}.privee-success-body em{font-family:Playfair Display,Georgia,serif;font-style:italic;font-weight:400;color:var(--color-charcoal)}.privee-success-microcopy{font-family:Instrument Sans,system-ui,sans-serif;font-size:11px;line-height:1.5;color:#1b120873;margin:6px 0 0}@media(max-width:640px){.privee-content{padding:clamp(56px,14vw,88px) 16px}.privee-card{margin:0 8px}.privee-corner{width:18px;height:18px;font-size:9px}.privee-display{font-size:clamp(36px,11vw,48px)}.privee-form{gap:18px}.privee-input{font-size:16px}.privee-sigil{width:75%}.privee-sigil-top{margin-bottom:32px}.privee-sigil-bottom{margin-top:32px}}@media(prefers-reduced-motion:reduce){.privee-sigil,.privee-corner{animation:none!important;opacity:1!important;transform:none!important}.privee-corner{transform:scale(1)!important}}
