html,body{margin:0;padding:0;overflow-x:hidden;width:100%}.page{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;overflow:hidden;padding:1rem;box-sizing:border-box;--stripes: 8;--stripe: calc(100vw / var(--stripes));background:repeating-linear-gradient(90deg,#b34568 0,#b34568 var(--stripe),#6a7334 var(--stripe),#6a7334 calc(var(--stripe) * 2))}@media(max-width:1100px){.page{--stripes: 6}}@media(max-width:600px){.page{--stripes: 3}}.content-box{background:#fffaf3;padding:2rem;border-radius:18px;max-width:520px;width:100%;text-align:center;box-shadow:0 6px 20px #0000001f;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box;overflow:hidden;border:2px dotted #855419}.logo{font-size:3rem;font-weight:700;letter-spacing:.03em;color:#1a1a1a}.coming-headline{font-size:2rem;font-weight:700;letter-spacing:.02em;margin:.5rem 0 .25rem;color:#1a1a1a}.coming-sub{font-size:1.05rem;color:#333;line-height:1.6;max-width:420px;margin:0 auto 1rem}.email-form{display:flex;gap:.5rem;justify-content:center;width:100%;box-sizing:border-box}.email-form input{padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;width:65%;font-size:1rem;background:#fff;box-sizing:border-box}.email-form button{padding:.75rem 1.25rem;background:#48261d;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:transform .2s ease,background .2s ease;white-space:nowrap;box-sizing:border-box}.email-form button:hover{background:#2f1812;transform:translateY(-2px)}@media(max-width:600px){.content-box{padding:1.5rem 1.25rem;border-radius:14px}.logo{font-size:2.4rem}.coming-headline{font-size:1.6rem}.coming-sub{font-size:.95rem}.email-form{flex-direction:column;gap:.75rem;width:100%}.email-form input,.email-form button{width:100%!important}}.thanks{color:#1a1a1a;font-size:1rem}
