@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=DM+Sans:wght@400;500&display=swap";:root{--cream: #FBF6EF;--oat: #EBDFD1;--forest: #243A23;--leaf: #59814F;--clay: #D9A48B;--terracotta: #B5543B;--body: #3A3028;--muted: #8A7A6E;--input-border: #E0D2BF}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--cream);color:var(--body);font-family:DM Sans,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100svh;display:flex;flex-direction:column;overflow-x:hidden}#root{display:flex;flex-direction:column;min-height:100svh}.ambient{position:fixed;inset:0;z-index:0;display:grid;place-items:center;pointer-events:none;overflow:hidden}.ambient svg{width:min(150vh,150vw);height:min(150vh,150vw);opacity:.05;transform-box:view-box;transform-origin:0px 0px;animation:breathe 16s ease-in-out 1.4s infinite}.petal{transform-box:view-box;transform-origin:0px 0px}.p-ne{transform:rotate(45deg);animation:unfurl-ne 1.1s cubic-bezier(.2,.8,.2,1) .15s both}.p-se{transform:rotate(135deg);animation:unfurl-se 1.1s cubic-bezier(.2,.8,.2,1) .3s both}.p-sw{transform:rotate(225deg);animation:unfurl-sw 1.1s cubic-bezier(.2,.8,.2,1) .45s both}.p-nw{transform:rotate(315deg);animation:unfurl-nw 1.1s cubic-bezier(.2,.8,.2,1) .6s both}@keyframes unfurl-ne{0%{transform:rotate(45deg) scale(0)}to{transform:rotate(45deg) scale(1)}}@keyframes unfurl-se{0%{transform:rotate(135deg) scale(0)}to{transform:rotate(135deg) scale(1)}}@keyframes unfurl-sw{0%{transform:rotate(225deg) scale(0)}to{transform:rotate(225deg) scale(1)}}@keyframes unfurl-nw{0%{transform:rotate(315deg) scale(0)}to{transform:rotate(315deg) scale(1)}}@keyframes breathe{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(2.5deg) scale(1.045)}}main{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(2rem,6vw,4rem) 1.5rem;gap:clamp(1.4rem,3.2vw,2.1rem)}.reveal{opacity:0;transform:translateY(14px);animation:rise .9s cubic-bezier(.2,.8,.2,1) forwards}.d1{animation-delay:.55s}.d2{animation-delay:.72s}.d3{animation-delay:.88s}.d4{animation-delay:1.04s}@keyframes rise{to{opacity:1;transform:translateY(0)}}.eyebrow{font-size:clamp(.88rem,2.1vw,1.05rem);font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--leaf);display:flex;align-items:center;gap:.85em;margin-bottom:clamp(.6rem,2.2vw,1.6rem)}.eyebrow:before,.eyebrow:after{content:"";width:clamp(22px,5vw,40px);height:1px;background:var(--clay)}.logo{width:clamp(218px,40vw,360px);height:auto;display:block}.tagline{font-family:Cormorant Garamond,Georgia,serif;font-weight:300;color:var(--forest);font-size:clamp(2.05rem,6.2vw,3.7rem);line-height:1.12;letter-spacing:.005em;max-width:17ch;text-wrap:balance}.tagline em{display:block;font-style:italic;color:var(--leaf);margin-top:.12em;text-wrap:balance}.support{font-size:clamp(1rem,2.3vw,1.15rem);line-height:1.65;color:var(--body);max-width:46ch}footer{position:relative;z-index:1;text-align:center;padding:1.6rem 1.5rem 2rem;font-size:.78rem;letter-spacing:.04em;line-height:1.75;color:var(--muted)}footer span{color:var(--clay);margin:0 .55em}@media(prefers-reduced-motion:reduce){.ambient svg,.petal,.reveal{animation:none!important}.reveal{opacity:1;transform:none}.petal{transform:rotate(var(--r))}.p-ne{--r: 45deg}.p-se{--r: 135deg}.p-sw{--r: 225deg}.p-nw{--r: 315deg}}
