@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@400;500;600&display=swap";
:root{--black:#070806;--ink:#10110d;--cream:#efe7d8;--paper:#eee6d7;--gold:#c8934f;--gold2:#dfb46e;--line:#cd995457;--muted:#a89f90}*{box-sizing:border-box}html,body{color:var(--cream);background:#020302;margin:0;font-family:Inter,Arial,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}.app{background:linear-gradient(#0a0b08,#050604);max-width:520px;min-height:100dvh;margin:auto;position:relative;overflow:hidden}.ambient{pointer-events:none;background:radial-gradient(circle at 70% 0,#695d3926,#0000 32%);position:fixed;inset:0}.brandline{letter-spacing:.2em;z-index:2;border-bottom:1px solid #cd995429;justify-content:center;align-items:center;gap:9px;height:72px;font-size:11px;display:flex;position:relative}.x{color:var(--gold)}.screen{min-height:calc(100dvh - 72px);padding:42px 26px calc(34px + env(safe-area-inset-bottom));z-index:1;flex-direction:column;animation:.25s fade;display:flex;position:relative}@keyframes fade{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.eyebrow{letter-spacing:.22em;color:var(--gold);text-transform:uppercase;margin:0 0 22px;font-size:11px}h1,h2,h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:600}h1{margin:35px 0 22px;font-size:52px;line-height:.95}h2{margin:0 0 18px;font-size:42px;line-height:1}.sub,.lightcopy{color:var(--muted);font-size:15px;line-height:1.6}.mark{object-fit:contain;filter:sepia(.9)saturate(.75)hue-rotate(350deg)brightness(1.15);width:130px;height:110px;margin:auto}.primary{border:1px solid var(--gold2);background:linear-gradient(180deg,var(--gold2),var(--gold));color:#171108;letter-spacing:.16em;border-radius:7px;width:100%;min-height:56px;font-size:12px;font-weight:600}small{text-align:center;color:var(--muted);margin-top:16px}.light{background:var(--paper);color:#17150f}.dark{color:#8b6536}.back{z-index:5;color:var(--gold);background:0 0;border:0;font-size:23px;position:absolute;top:22px;left:16px}.lightcopy{color:#5d574e;margin:0 0 24px}.photoBox{background:#e8decd;border:1px solid #0000002e;border-radius:10px;place-items:center;min-height:340px;margin-bottom:auto;display:grid;overflow:hidden}.photoBox input{display:none}.photoBox img{object-fit:cover;width:100%;height:100%}.photoBox div{text-align:center;color:#3d352b;gap:10px;display:grid}.photoBox span{font-size:40px}.darkBtn{color:var(--cream);background:#0b0c09;border-color:#0b0c09;margin-top:24px}.textBtn{color:var(--gold2);text-align:center;background:0 0;border:0;padding:16px}.darkText{color:#2b2822}.suggestions{gap:8px;margin:8px 0 18px;display:grid}.suggestions button{text-align:left;color:#2e2b25;background:#f5eee3;border:1px solid #0000001f;border-radius:7px;padding:12px}.input,.textarea{color:#17150f;background:#f7f0e5;border:1px solid #0003;border-radius:8px;outline:none;width:100%;padding:16px}.textarea{resize:none;min-height:280px}.count{text-align:right;color:#6b6358;margin-top:8px;font-size:11px}.moment{text-align:left}.moment h2{margin-bottom:22px;font-size:46px}.momentPhoto{object-fit:cover;border:10px solid #e9dfca;border-bottom-width:38px;width:100%;max-height:360px;margin-bottom:24px;box-shadow:0 18px 50px #00000059}.momentStory{font-family:Cormorant Garamond,Georgia,serif;font-size:24px;line-height:1.15}.meta{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;flex-direction:column;gap:5px;font-size:12px;display:flex}.signatureRow{align-items:center;gap:12px;margin:28px 0;display:flex}.signatureRow img,.choiceMark{object-fit:contain;filter:sepia(.9)saturate(.75)hue-rotate(350deg)brightness(1.1);width:58px;height:48px}.signatureRow span{letter-spacing:.15em;color:var(--gold);font-size:10px}.muted{color:#777064}.choice{text-align:left}.choiceMark{width:92px;height:78px;margin:10px auto 28px}.choiceCard{border:1px solid #0000002e;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px;display:flex}.choiceCard div{gap:5px;display:grid}.choiceCard span{color:#5b554d;font-size:12px}.choiceCard.selected{border-color:#9e713c}.harvest h2{font-size:40px}.grid{grid-template-columns:1fr 1fr;gap:12px;margin:14px 0 26px;display:grid}.harvestCard{border:1px solid var(--line);background:#11130f;border-radius:10px;overflow:hidden}.harvestCard img,.placeholder{object-fit:cover;background:linear-gradient(135deg,#2a2e24,#151812);width:100%;height:150px}.harvestCard div{padding:12px}.harvestCard h3{margin:0 0 8px;font-size:21px;line-height:1}.harvestCard p,.harvestCard span{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin:0;font-size:10px}@media (max-width:380px){h1{font-size:45px}h2{font-size:36px}.screen{padding-left:20px;padding-right:20px}.grid{grid-template-columns:1fr}}
