@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=DM+Sans:wght@400;500;700&family=Great+Vibes&display=swap");
:root{--brown:#3b281e;--gold:#aa741f}*{box-sizing:border-box}body{margin:0;color:var(--brown);font-family:"DM Sans",sans-serif;background:#f7efe3}.hero{min-height:100svh;display:grid;place-items:center;padding:25px;background:linear-gradient(90deg,#fffaf0 0%,rgba(255,250,240,.92) 48%,rgba(55,35,20,.22)),url("assets/hero.jpg") center/cover}.wrap{width:min(100%,620px);text-align:center}.brand,.topbrand{line-height:.8;margin-bottom:45px}.brand span,.topbrand span{display:block;font:700 clamp(2.6rem,10vw,5.5rem)/.8 "Cormorant Garamond",serif;letter-spacing:.04em}.brand small,.topbrand small{font:clamp(1.7rem,6vw,3rem) "Cormorant Garamond",serif}.brand strong,.topbrand strong{font:400 clamp(4.2rem,15vw,8rem)/.8 "Great Vibes",cursive;color:var(--gold)}h1,h2{font-family:"Cormorant Garamond",serif;line-height:1;margin:0 0 18px}h1{font-size:clamp(2.2rem,8vw,3.6rem)}h2{font-size:clamp(2rem,7vw,3rem)}p{line-height:1.55}.soft{font-style:italic;color:#6b584a}button{font:700 .95rem "DM Sans",sans-serif;cursor:pointer}.hero button,form button{border:0;border-radius:999px;padding:17px 27px;color:#fff;background:linear-gradient(135deg,#9b6719,#c18b2e);box-shadow:0 12px 28px rgba(104,67,17,.2)}.hidden{display:none}.formScreen{min-height:100svh;padding:30px 16px 45px;background:linear-gradient(180deg,#fffdf8,#f6eddf)}.topbrand{text-align:center;margin-bottom:22px}.topbrand span{font-size:clamp(2rem,8vw,3.6rem)}.topbrand strong{font-size:clamp(3.5rem,12vw,6rem)}.card{width:min(100%,620px);margin:auto;padding:clamp(22px,5vw,36px);border:1px solid rgba(139,90,31,.18);border-radius:26px;background:rgba(255,255,255,.78);box-shadow:0 18px 50px rgba(72,46,24,.08)}.eyebrow{text-align:center;color:var(--gold);font-size:.72rem;font-weight:700;letter-spacing:.09em}#choices{display:grid;gap:10px;margin-bottom:24px}#choices button{padding:16px;border:1px solid rgba(59,40,30,.16);border-radius:16px;background:#fff;text-align:left;color:var(--brown)}#choices button.selected{border-color:var(--gold);background:#fff8e9}label{display:block;font-size:.88rem;font-weight:700;margin:18px 0 7px}label em{font-weight:400;color:#76675b}input{width:100%;padding:15px 16px;border:1px solid rgba(59,40,30,.17);border-radius:13px;font:1rem "DM Sans",sans-serif}input:focus{outline:3px solid rgba(170,116,31,.12);border-color:var(--gold)}.privacy{font-size:.78rem;color:#76675b}.card form button{width:100%}#error{text-align:center;color:#a22;font-size:.85rem;min-height:1.2em}.back{display:block;margin:20px auto 0;border:0;background:transparent;color:#76675b}@media(min-width:700px){#choices{grid-template-columns:1fr 1fr}}