:root{color-scheme:light;--ink:#2b1a20;--black:#1b1116;--wine:#893442;--rose:#bd6571;--pale:#f7eeeb;--cream:#fff9f6;--muted:#766d70;--line:#e6d6d3;--serif:Georgia,'Times New Roman',serif;--sans:'Segoe UI',Arial,sans-serif}
*{box-sizing:border-box}
html{min-height:100%;background:var(--black)}
body{margin:0;color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button{cursor:pointer}
.experience{min-height:100svh;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,640px)}
.story{position:relative;min-height:100svh;color:#fff8f3;overflow:hidden;background:#1b1216}
.story-photo,.story-shade{position:absolute;inset:0}
.story-photo{background-image:url('/assets/eternal-date.webp');background-position:center 68%;background-size:cover;transform:scale(1.02)}
.story-shade{background:linear-gradient(180deg,rgba(20,11,15,.88),rgba(20,11,15,.36) 39%,rgba(20,11,15,.03) 61%,rgba(20,11,15,.64))}
.brand{position:relative;display:flex;align-items:center;gap:10px;margin:34px 44px;color:#fce8e6;font-size:11px;font-weight:800;letter-spacing:.23em;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(237,165,170,.64);border-radius:50%;color:#d97f8b;font-size:14px;letter-spacing:0}
.story-copy{position:relative;padding:4vh 7vw 0;max-width:850px}
.eyebrow{margin:0 0 18px;font-size:11px;font-weight:800;letter-spacing:.26em}
.eyebrow.rose{color:#a84857}
.story h1{margin:0;font-family:var(--serif);font-size:clamp(58px,6.5vw,112px);font-weight:500;line-height:.99;letter-spacing:-.06em;text-shadow:0 3px 38px rgba(0,0,0,.18)}
.story h1 em{font-style:normal;color:#d37c86}
.story h1 .period{color:#d37c86}
.story-copy>p:last-child{margin:27px 0;font-family:var(--serif);font-size:clamp(19px,1.7vw,26px);font-style:italic;line-height:1.42;color:#f4d8d8}
.story-bottom{position:absolute;right:30px;bottom:28px;left:30px;display:flex;justify-content:space-between;gap:10px;color:#eed4d0;font-size:10px;letter-spacing:.19em;text-align:center}
.app-shell{display:flex;flex-direction:column;min-height:100svh;background:radial-gradient(circle at 80% 18%,#fffdfa 0,#f9f0ed 48%,#f5e8e6 100%)}
.app-header{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:26px 42px;border-bottom:1px solid rgba(135,91,99,.13)}
.brand.small{margin:0;color:#542a35;font-size:10px;letter-spacing:.16em}
.brand.small .brand-mark{width:27px;height:27px;border-color:#d6a2aa}
.live-chip{display:flex;align-items:center;gap:7px;border:1px solid #ead9d7;border-radius:99px;padding:8px 12px;color:#7f5058;font-size:9px;font-weight:800;letter-spacing:.16em;white-space:nowrap}
.live-chip i,.waiting-note i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#b95161;box-shadow:0 0 0 3px rgba(185,81,97,.13)}
.view{display:none;flex:1;flex-direction:column;justify-content:center;width:min(100%,560px);margin:auto;padding:44px 46px 40px}
.view.active{display:flex;animation:rise .38s ease-out both}
@keyframes rise{from{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}
h2{font-family:var(--serif);font-weight:500;letter-spacing:-.045em;line-height:1.05}
.view h2{font-size:clamp(42px,4.1vw,65px);margin:0 0 21px}
.view h2 em{font-style:italic;color:#a74e5d}
.lead{font-size:16px;line-height:1.55;color:#65575a;margin:0 0 29px;max-width:440px}
.field{margin-bottom:17px}
.field label{display:block;margin:0 0 8px;font-size:12px;font-weight:750;color:#594449}
.field input{width:100%;height:54px;padding:0 16px;background:#fffbf9;border:1px solid #e1d0cf;border-radius:13px;outline:none;color:var(--ink);transition:border-color .2s,box-shadow .2s}
.field input::placeholder{color:#a99b9c}
.field input:focus{border-color:#b45b6b;box-shadow:0 0 0 3px rgba(180,91,107,.12)}
.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
.check{display:flex;align-items:flex-start;gap:12px;margin:15px 0;color:#665b5e;font-size:12px;line-height:1.45}
.check input{flex:none;width:18px;height:18px;margin:0;accent-color:#994356}
.text-button{border:0;background:none;color:#9a4553;text-decoration:underline;text-underline-offset:3px;padding:0;text-align:left}
.primary-button{display:flex;align-items:center;justify-content:center;gap:15px;width:100%;min-height:58px;margin-top:23px;padding:13px 18px;border:0;border-radius:100px;background:linear-gradient(105deg,#843240,#a04756);box-shadow:0 12px 28px rgba(117,38,53,.18);color:white;font-family:var(--serif);font-size:20px;transition:transform .18s,box-shadow .18s,filter .18s}
.primary-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px rgba(117,38,53,.25)}
.primary-button:disabled{opacity:.6;cursor:wait;transform:none}
.primary-button span{font-family:var(--sans);font-size:22px}
.fine-print{margin:17px 0 0;color:#8a777b;font-size:11px;line-height:1.55}
.form-error{margin:12px 0 0;padding:10px 12px;border-radius:10px;background:#ffe8e6;color:#872d39;font-size:13px;line-height:1.4}
.app-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 42px;border-top:1px solid rgba(135,91,99,.13);color:#aa9297;font-size:9px;font-weight:700;letter-spacing:.17em}
.app-footer .text-button{color:#956c73;font-size:11px;letter-spacing:0}
#loading-view{text-align:center;align-items:center;color:#8e5963}
.loading-heart{font-size:42px;animation:pulse 1.4s ease-in-out infinite}
@keyframes pulse{50%{transform:scale(1.18);opacity:.65}}
.step-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:11px;color:#866b70;font-size:12px}
.step-badge{color:#914553;font-size:11px;font-weight:800;letter-spacing:.2em}
.progress-track{height:7px;margin-bottom:46px;background:#eadad8;border-radius:99px;overflow:hidden}
.progress-track>div{height:100%;width:15%;border-radius:99px;background:linear-gradient(90deg,#a64b5b,#d38c92);transition:width .3s}
.question-heart{display:block;color:#c88b95;font-size:28px;margin-bottom:10px}
.options{display:grid;gap:11px}
.option{position:relative;display:flex;align-items:center;gap:15px;min-height:64px;padding:12px 17px;border:1px solid #e6d3d0;border-radius:15px;background:rgba(255,255,255,.76);box-shadow:0 6px 16px rgba(79,30,39,.025);cursor:pointer;transition:border-color .18s,background .18s,transform .18s}
.option:hover{transform:translateY(-1px);border-color:#bd7882}
.option:has(input:checked){border-color:#b35161;background:#fff0ef;box-shadow:0 0 0 2px rgba(179,81,97,.08)}
.option input{position:absolute;opacity:0}
.option-icon{display:grid;place-items:center;flex:none;width:35px;height:35px;border-radius:9px;background:#f5e5e5;color:#8c3e4b;font-family:var(--serif);font-size:19px}
.option-text{flex:1;font-family:var(--serif);font-size:18px}
.option-radio{flex:none;width:19px;height:19px;border:1px solid #bba5aa;border-radius:50%}
.option:has(input:checked) .option-radio{border:5px solid #963a4b}
.reassurance{margin:20px 0 0;color:#8d777b;font-size:12px;text-align:center}
.centered{align-items:center;text-align:center}
.centered .lead{margin-left:auto;margin-right:auto}
.orb{display:grid;place-items:center;width:117px;height:117px;margin-bottom:30px;border-radius:50%;border:1px solid #e6bfc1;background:radial-gradient(circle,#d39198 0,#b85d6c 55%,#8b3b4c 100%);box-shadow:0 0 0 14px rgba(204,135,143,.11),0 15px 35px rgba(110,51,65,.15);color:#fff0ed;font-size:42px;animation:pulse 3s ease-in-out infinite}
.orb.quiet{background:radial-gradient(circle,#e8c8c4,#ac7d82);animation:none}
.waiting-note{display:flex;align-items:center;gap:11px;margin-top:4px;padding:13px 18px;border-radius:99px;background:#fffbfa;color:#795b61;font-size:12px}
.secondary-button{margin-top:24px;padding:10px 15px;border:0;background:none;color:#944759;text-decoration:underline;text-underline-offset:4px}
.result-symbol{color:#ab5e6a;font-size:65px;margin-bottom:19px}
.chosen{width:100%;max-width:none;min-height:calc(100svh - 160px);background:radial-gradient(circle at 50% 50%,#632733 0,#321820 53%,#1a1115 100%);color:#fff5f0}
.chosen .eyebrow{color:#e4a8ae}
.chosen h2{font-size:clamp(60px,6vw,95px);color:#fff8f4}
.chosen h2 em{color:#e6929e;font-style:normal}
.chosen>p:not(.eyebrow){max-width:360px;font-size:17px;line-height:1.5;color:#f5dadd}
.chosen-stars{font-size:30px;color:#d68491;margin-bottom:32px}
.stage-pass{display:flex;justify-content:space-between;gap:30px;margin-top:22px;padding:17px 22px;min-width:280px;border:1px solid #db8d99;border-radius:14px;color:#ffe6e7;font-size:12px;font-weight:800;letter-spacing:.2em}
.stage-pass span{color:#e2939d}
dialog{width:min(92vw,530px);max-height:86svh;overflow:auto;padding:30px;border:1px solid #e8d0cf;border-radius:20px;background:#fffaf8;color:#49353b;box-shadow:0 20px 80px rgba(20,10,14,.3)}
dialog::backdrop{background:rgba(24,13,18,.72)}
.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px}
.dialog-header h2{margin:0;font-size:32px}
.dialog-header button{border:0;background:none;color:#8d4b57;font-size:29px}
dialog p{font-size:14px;line-height:1.65;color:#67575c}
dialog a{color:#9b4453}
dialog .primary-button{font-size:18px}
@media(max-width:1050px){.experience{grid-template-columns:minmax(0,1fr) minmax(410px,52%)}.story-copy{padding-left:5vw}.story h1{font-size:clamp(54px,6vw,75px)}.story-bottom{font-size:8px}}
@media(max-width:800px){.experience{display:block}.story{min-height:650px;height:88svh;max-height:880px}.story-photo{background-position:center 69%}.story-copy{padding:38px 8vw}.story h1{font-size:clamp(58px,10vw,95px)}.story-bottom{bottom:22px}.app-shell{min-height:100svh}.view{min-height:calc(100svh - 128px);padding:40px 28px}.app-header,.app-footer{padding-left:28px;padding-right:28px}}
@media(max-width:480px){.story{min-height:590px;height:82svh}.story .brand{margin:26px}.story-copy{padding:32px 28px}.story h1{font-size:clamp(55px,14vw,70px)}.story-copy>p:last-child{font-size:18px}.story-bottom{left:14px;right:14px;flex-direction:column;gap:5px}.app-header{padding:18px 22px}.brand.small{font-size:9px}.live-chip{font-size:8px;padding:7px 9px}.view{padding:35px 23px}.view h2{font-size:48px}.lead{font-size:15px}.app-footer{padding:14px 22px;font-size:8px}.option-text{font-size:17px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
