:root{--navy:#192630;--navy2:#243440;--red:#c53a34;--paper:#f4f1ec;--ink:#202b32;--muted:#64717a;--line:#d8ddd9}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 system-ui,-apple-system,"Segoe UI",sans-serif}header{background:#fff;border-bottom:1px solid #e5e5e5;padding:22px}.brand{max-width:1080px;margin:auto;display:grid;grid-template-columns:auto 1fr;column-gap:14px;align-items:center}.brand .sun{grid-row:1/3;width:52px;height:24px;border-radius:52px 52px 0 0;background:repeating-linear-gradient(to bottom,var(--red) 0 4px,transparent 4px 7px)}.brand strong{font:26px Georgia,serif}.brand small{color:#747474;font-family:Georgia,serif;font-style:italic}.hero{max-width:900px;margin:55px auto 30px;text-align:center}.hero h1{font:clamp(34px,6vw,62px)/1.05 Georgia,serif;margin:.15em 0}.hero>p:last-child{max-width:720px;margin:auto;color:var(--muted);font-size:18px}.eyebrow,.step{text-transform:uppercase;letter-spacing:.15em;color:var(--red);font-size:12px;font-weight:800}main{padding:0 20px 70px}.card{max-width:1000px;margin:22px auto;background:#fff;padding:clamp(24px,5vw,48px);border-radius:16px;box-shadow:0 8px 35px #24344012}.card h2{font:32px Georgia,serif;margin:.2em 0}.lead{font-size:19px}.choices{display:grid;gap:12px;margin:22px 0}.choices.two{grid-template-columns:repeat(2,1fr)}.choices.three{grid-template-columns:repeat(3,1fr)}.choices label{position:relative}.choices input{position:absolute;opacity:0}.choices span{display:flex;height:100%;align-items:center;padding:18px;border:2px solid var(--line);border-radius:10px;font-weight:650;cursor:pointer}.choices input:checked+span{border-color:var(--red);background:#fff5f3;color:#8f2420}.branch{display:none}.branch.visible{display:block}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid .wide{grid-column:1/-1}label{font-weight:650;color:#34434c}input,textarea,select{width:100%;margin-top:6px;padding:13px;border:1px solid #bcc6cb;border-radius:7px;background:#fff;font:inherit;color:var(--ink)}textarea{min-height:100px;resize:vertical}fieldset{border:0;border-top:1px solid var(--line);padding:24px 0;margin:18px 0}legend{font:700 20px Georgia,serif;padding-right:12px}.primary,.secondary,.button{border:0;border-radius:7px;padding:14px 22px;font-weight:800;text-decoration:none;display:inline-block;cursor:pointer}.primary{background:var(--red);color:#fff;margin-top:24px}.secondary{background:var(--navy);color:#fff}.advice{margin-top:28px;padding:24px;border-left:5px solid var(--red);background:#f7f4ef}.advice h3{font:24px Georgia,serif;margin:0 0 6px}.consent{display:block;margin-top:22px}.consent input{width:auto;margin-right:8px}.alert{max-width:1000px;margin:auto;padding:14px 20px;border-radius:8px}.alert.error{background:#ffe0dd;color:#7d1e1a}.narrow{max-width:720px;margin:70px auto}.success{text-align:center}.check{display:inline-grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#def4e5;color:#176c36;font-size:30px}.table-wrap{overflow:auto;max-width:1300px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid var(--line);vertical-align:top}th{background:var(--navy);color:#fff}footer{text-align:center;background:var(--navy);color:#fff;padding:28px}@media(max-width:720px){.choices.two,.choices.three,.grid{grid-template-columns:1fr}.grid .wide{grid-column:auto}.brand strong{font-size:21px}.card{padding:24px}.hero{margin-top:36px}}
:root{--navy:#535353;--navy2:#666;--red:#e94d3e;--paper:#efeeee;--ink:#474747;--muted:#666;--line:#d6d6d6}
[hidden]{display:none!important}
.info-trigger{position:absolute;right:12px;top:12px;cursor:help;border:0;background:white;color:#a32e25;font-size:23px;width:32px;height:32px;padding:0;border-radius:50%;line-height:32px}
.info-trigger:focus-visible{outline:2px solid #535353;outline-offset:3px}
.info-trigger[aria-expanded=true]{background:#e94d3e;color:white}
.info-tooltip{position:fixed;z-index:1000;width:380px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);overflow-y:auto;background:white;color:#474747;border:1px solid #ddd;border-top:3px solid #e94d3e;border-radius:8px;box-shadow:0 8px 32px #0003;padding:18px;font-size:13px;line-height:1.45}
.info-title{display:block;font-size:16px;margin-bottom:12px}.info-tooltip section+section{margin-top:10px}.info-tooltip section>strong{color:#a32e25}.info-tooltip ul{padding-left:18px;margin:4px 0 0}.info-tooltip li+li{margin-top:4px}
.option-with-info{position:relative;min-width:0;display:flex;flex-direction:column}
.option-with-info>label{display:block;height:auto;flex:1}
.option-with-info:has(>label[hidden]){display:none}
.processing-note{margin:24px 0 0;padding:18px 20px;border-left:4px solid var(--red);background:#f7f7f7;font-size:15px;color:var(--ink)}
.processing-note strong{display:block;margin-bottom:4px}
.sensitive-consent{padding:20px;background:#f7f7f7;border:1px solid var(--line)}
.sensitive-consent .consent{font-size:14px;font-weight:400;margin:12px 0 20px}
.sensitive-consent p{font-size:13px;color:var(--muted)}
.sensitive-consent textarea:disabled{background:#eee;cursor:not-allowed}
.privacy-document h1{font:clamp(28px,4vw,40px)/1.2 Georgia,serif}
.privacy-document section h2{font-size:26px;margin-top:30px}
.admin-header{padding:32px max(24px,calc((100vw - 1440px)/2));display:flex;justify-content:space-between;align-items:center;gap:24px;background:#fff;border-bottom:4px solid var(--red)}
.admin-header h1{font:clamp(28px,3vw,42px)/1.15 Georgia,serif;margin:10px 0;color:var(--ink)}
.admin-header p{margin:6px 0}.admin-header .secondary{white-space:nowrap}
.admin-nav{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap;font-size:14px}
.auth-main{min-height:100vh;padding:40px 16px}.auth-main .auth-card{max-width:520px;margin:0 auto;padding:36px}
.auth-logo{width:240px;max-width:100%;display:block;margin:0 auto 24px}
.auth-card h1{font:36px Georgia,serif;margin:12px 0 24px}.auth-card label{display:block;margin-top:18px}
.auth-card .primary{width:100%}.auth-card .alert{margin:16px 0}.auth-card .success{background:#e7f3eb;text-align:left}
.auth-links{margin:24px 0 0}#password-help{font-size:13px;color:var(--muted)}
.admin-main{padding:24px;background:var(--paper);min-height:70vh}
.admin-main .table-wrap{max-width:1440px;padding:24px;margin:0 auto}
.admin-main h2{font-size:25px;margin-bottom:24px}.admin-main h2 small{font:16px system-ui;color:var(--muted)}
.admin-main table{font-size:14px}.admin-main td{overflow-wrap:anywhere}
.admin-main select{min-width:170px;padding:8px;font-size:13px;margin:0}
.admin-actions{min-width:125px}.admin-actions a{display:inline-block;margin-bottom:12px}
.danger-button,.admin-save{padding:8px 14px;border:1px solid #b83228;border-radius:6px;background:#fff;color:#a32e25;cursor:pointer;font:600 13px system-ui}
.danger-button:hover{background:#fff0ee}.admin-save{margin-top:8px;border-color:#ccc;color:#474747}
.admin-main .alert{max-width:1440px;margin:0 auto 20px;text-align:left;background:#e7f3eb}
@media(max-width:720px){.admin-header{align-items:flex-start;flex-direction:column;padding:24px}.admin-main{padding:12px}.admin-main .table-wrap{padding:16px}}
.option-with-info>label>span{height:100%;min-height:110px}
.option-with-info .choices{margin:0}
.option-with-info>label>span{padding-right:52px}
.option-info>summary{position:absolute;right:12px;top:12px;cursor:pointer;list-style:none;color:#a32e25;font-size:23px;width:32px;height:32px;text-align:center;border-radius:50%;background:white}
.option-info>summary::-webkit-details-marker{display:none}
.option-info>summary:focus-visible{outline:2px solid #535353;outline-offset:3px}
.option-info[open]>summary{background:#e94d3e;color:white}
.option-info>p{margin:0;padding:16px;background:#fff4f1;border-left:3px solid #e94d3e;color:#474747;font-size:14px;font-weight:400;line-height:1.55}
.option-with-info:has(.ash-choice){margin-top:22px}.option-with-info .ash-choice{margin-top:0;padding-right:52px}
.choices span{flex-direction:column;align-items:flex-start;justify-content:flex-start}
.choices small,.ash-choice small{display:block;margin-top:8px;font-size:14px;line-height:1.5;font-weight:400;color:#666;letter-spacing:normal}
header{padding:0;background:linear-gradient(#686868,#535353)}
.site-header{max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:30px;color:white;font-size:14px;letter-spacing:.025em}
.site-header img{display:block;max-width:100%;height:auto;background:#ddd}
.site-header a{color:#e94d3e;text-decoration:none;font-weight:700}
.site-nav{display:flex;justify-content:center;gap:35px;padding:20px;background:#d6d6d6;flex-wrap:wrap}
.site-nav a{color:#474747;text-decoration:none;letter-spacing:.07em}
.site-nav a:hover,a:hover{color:#e94d3e}
main{padding:0 0 60px;background:linear-gradient(#fff,#efeeee 75%,#d6d6d6)}
.hero{max-width:none;margin:0 auto 45px;padding:80px max(25px,calc((100vw - 1100px)/2));background:linear-gradient(90deg,#ffffff35,#ffffff05),url('/static/vorsorge.jpg') center/cover;text-align:left}
.hero-panel{background:#ffffffd9;border-radius:22px;padding:35px;max-width:620px}
.hero{position:relative;padding-bottom:175px;isolation:isolate}
.hero::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:135px;background:url('/static/hero-wave.svg') center bottom/100% 100% no-repeat;pointer-events:none}
.hero-panel{position:relative;z-index:1}
.hero h1{font:clamp(35px,5vw,58px)/1.13 Georgia,serif;color:#474747}
.hero>p:last-child{margin:0}
.hero .eyebrow{letter-spacing:.08em}
.card{border-radius:4px;box-shadow:none;border-top:1px solid #ddd;max-width:1050px}
.card h2{color:#4c4c4c;font-size:36px}
.primary,.secondary{border-radius:28px;letter-spacing:.035em}
.primary{background:#e94d3e}
.choices input:checked+span{border-color:#e94d3e;color:#474747;background:#fff4f1}
.choices input:focus-visible+span{outline:3px solid #555;outline-offset:3px}
.choices input{width:1px;height:1px}
.advice{background:#efeeee;border-color:#e94d3e}
.privacy-note{font-size:14px;background:#f7f7f7;padding:22px;margin-top:24px;border:1px solid #ddd}
a{color:#b83228}
.ash-choice{background:#fff4f1;padding:20px;border-left:4px solid #e94d3e}
.person .secondary,#keepsake-list .secondary{margin-top:16px;font-size:13px;background:#eee;color:#555}
footer{background:linear-gradient(#686868,#535353);font-size:14px}
footer a{color:white}
@media(max-width:720px){.site-header{padding:12px;justify-content:center}.site-header>div{display:none}.site-header img{width:235px}.site-nav{gap:16px;padding:14px;font-size:13px}.hero{padding:35px 18px;background-position:65% center}.hero-panel{padding:24px}.card{margin:16px 12px}.hero h1{font-size:39px}.card h2{font-size:30px}}
@media(max-width:720px){.hero{padding-bottom:100px}.hero::after{height:75px}}
