@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";
:root{--background:#faf9f7;--surface:#fff;--surface-muted:#f1eee8;--text:#2b2b2b;--text-soft:#66645f;--gold:#b89555;--gold-dark:#8e6d36;--border:#dedbd4;--green:#2e6f57;--shadow:0 24px 70px #2b2b2b1a;--radius-large:32px;--radius-medium:20px;--max-width:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,Arial,sans-serif;line-height:1.6}button,a{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{overflow:hidden}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand-name,blockquote{font-family:Playfair Display,Georgia,serif}h1{letter-spacing:-.055em;max-width:850px;margin-bottom:28px;font-size:clamp(3.25rem,8vw,7rem);line-height:.98}h2{letter-spacing:-.045em;margin-bottom:24px;font-size:clamp(2.4rem,5vw,4.6rem);line-height:1.04}h3{margin-bottom:14px;font-size:1.55rem;line-height:1.2}p{color:var(--text-soft)}.site-header{z-index:10;width:min(calc(100% - 48px), var(--max-width));color:#fff;justify-content:space-between;align-items:center;gap:28px;min-height:104px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.brand{flex-direction:column;flex-shrink:0;display:inline-flex}.brand-name{letter-spacing:.04em;font-size:2rem;font-weight:700;line-height:1}.brand-subtitle{letter-spacing:.15em;text-transform:uppercase;margin-top:7px;font-size:.66rem;font-weight:600}.desktop-nav{align-items:center;gap:28px;font-size:.92rem;font-weight:600;display:flex}.desktop-nav a,.text-link{transition:opacity .16s}.desktop-nav a:hover,.text-link:hover{opacity:.7}.header-actions{align-items:center;gap:20px;font-weight:600;display:flex}.button{border:1px solid var(--gold);background:var(--gold);color:#fff;text-align:center;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;min-height:54px;padding:14px 25px;font-weight:700;line-height:1;transition:transform .18s,background .18s,border-color .18s;display:inline-flex}.button:hover{background:var(--gold-dark);border-color:var(--gold-dark);transform:translateY(-2px)}.button-small{min-height:44px;padding:12px 19px;font-size:.86rem}.button-secondary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border-color:#fffc}.button-secondary:hover{background:#ffffff2e;border-color:#fff}.button-full{width:100%}.hero{color:#fff;background:linear-gradient(#1114142e,#1114145c),radial-gradient(circle at 70% 35%,#7f887e 0%,#4e5752 32%,#222827 100%);align-items:center;min-height:100svh;display:flex;position:relative}.hero:before{content:"";background:radial-gradient(circle at 76% 42%,#ffffff29,#0000 24%),linear-gradient(90deg,#080a0ab3,#080a0a1a);position:absolute;inset:0}.hero-overlay{background:linear-gradient(#00000014,#0003);position:absolute;inset:0}.hero-content{z-index:2;width:min(calc(100% - 48px), var(--max-width));margin:0 auto;padding:165px 0 110px;position:relative}.eyebrow{color:var(--gold-dark);letter-spacing:.2em;text-transform:uppercase;margin-bottom:22px;font-size:.72rem;font-weight:700}.hero .eyebrow{color:#ead4a8}.hero-copy{color:#ffffffd6;max-width:690px;margin-bottom:34px;font-size:clamp(1.1rem,2vw,1.35rem)}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.hero-note{color:#ffffffb3;margin-top:22px;font-size:.88rem}.scroll-prompt{z-index:2;color:#ffffffb8;letter-spacing:.12em;text-transform:uppercase;flex-direction:column;align-items:center;gap:5px;font-size:.72rem;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.section{width:min(calc(100% - 48px), var(--max-width));margin:0 auto;padding:125px 0}.section-heading{max-width:690px;margin-bottom:60px}.section-heading.centred{text-align:center;margin-left:auto;margin-right:auto}.section-heading>p:last-child{font-size:1.08rem}.intro-section{padding-top:145px}.feature-grid,.steps-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.feature-card,.step-card{border:1px solid var(--border);border-radius:var(--radius-medium);background:#ffffffb8;min-height:285px;padding:38px}.feature-mark{background:var(--gold);width:34px;height:2px;margin-bottom:50px}.feature-card p,.step-card p{margin-bottom:0}.muted-section{width:100%;max-width:none;padding-right:max(24px, calc((100% - var(--max-width)) / 2));padding-left:max(24px, calc((100% - var(--max-width)) / 2));background:var(--surface-muted)}.steps-grid{grid-template-columns:repeat(4,1fr)}.step-card{background:var(--surface);min-height:300px}.step-number{color:var(--gold);letter-spacing:.16em;margin-bottom:65px;font-size:.8rem;font-weight:700;display:block}.profile-copy{max-width:520px}.plain-list{gap:12px;margin:32px 0 0;padding:0;list-style:none;display:grid}.plain-list li{color:var(--text-soft);align-items:center;gap:12px;display:flex}.plain-list li:before{background:var(--gold);content:"";border-radius:50%;flex:none;width:7px;height:7px}.remembrance-card{border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow);text-align:center;padding:58px 52px;position:relative}.portrait-placeholder{color:#ffffffdb;background:radial-gradient(circle at 34% 28%,#c8b895,#0000 28%),linear-gradient(145deg,#766c5e,#343a39);border-radius:50%;place-items:center;width:150px;height:150px;margin:0 auto 34px;font-family:Playfair Display,serif;font-size:2.4rem;display:grid}.remembrance-label{color:var(--gold-dark);letter-spacing:.18em;text-transform:uppercase;font-size:.69rem;font-weight:700}.remembrance-card h3{margin-bottom:4px;font-size:clamp(2rem,4vw,3.25rem)}.life-years{color:var(--text);letter-spacing:.08em;margin-bottom:28px;font-size:1rem}.profile-description{max-width:510px;margin:0 auto 30px;font-size:1.02rem}.remembrance-button{min-width:210px}.sample-note{margin:22px 0 0;font-size:.72rem}.pricing-section{padding-top:110px}.pricing-card{border:1px solid var(--border);border-radius:var(--radius-large);background:var(--surface);box-shadow:var(--shadow);overflow:hidden}.pricing-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:40px;padding:48px 54px;display:flex}.pricing-name{color:var(--text);margin-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:600}.pricing-description{margin-bottom:0}.price{color:var(--text);grid-template-columns:auto auto;align-items:start;display:grid}.price-currency{margin-top:9px;font-size:1.25rem;font-weight:700}.price-number{font-family:Playfair Display,Georgia,serif;font-size:5rem;font-weight:600;line-height:.9}.price-detail{color:var(--text-soft);grid-column:1/-1;justify-self:end;font-size:.76rem}.pricing-content{grid-template-columns:1fr 350px;gap:60px;padding:54px;display:grid}.included-list{grid-template-columns:1fr 1fr;gap:18px 28px;margin:0;padding:0;list-style:none;display:grid}.included-list li{color:var(--text-soft);gap:11px;display:flex}.included-list span{color:var(--green);font-weight:700}.pricing-action{align-self:center}.pricing-action p{text-align:center;margin:14px 0 0;font-size:.76rem}.founder-section{color:#fff;background:#272c2a;padding:130px 24px}.founder-inner{text-align:center;max-width:900px;margin:0 auto}.founder-section .eyebrow{color:#dfc38e}blockquote{color:#fff;letter-spacing:-.035em;margin:0;font-size:clamp(2rem,4.5vw,4rem);line-height:1.25}.founder-signature{color:#ffffff9e;letter-spacing:.13em;text-transform:uppercase;margin:35px 0 0;font-size:.82rem}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{color:var(--text);cursor:pointer;padding:27px 48px 27px 0;font-weight:700;list-style:none;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{color:var(--gold);content:"+";font-size:1.45rem;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.faq-item[open] summary:after{content:"−"}.faq-item p{max-width:800px;padding:0 0 28px}.final-cta{background:var(--surface-muted);text-align:center;padding:130px 24px}.final-cta h2{max-width:850px;margin-left:auto;margin-right:auto}.site-footer{padding:80px max(24px, calc((100% - var(--max-width)) / 2)) 30px;color:#fff;background:#1e2221}.footer-brand{max-width:380px}.footer-brand p{color:#ffffff94;margin-top:22px}.footer-links{grid-template-columns:repeat(3,1fr);gap:55px;max-width:560px;margin:-60px 0 75px auto;display:grid}.footer-links h3{letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px;font-family:Inter,Arial,sans-serif;font-size:.77rem}.footer-links a{color:#ffffff9e;margin-bottom:12px;font-size:.9rem;display:block}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff24;justify-content:space-between;gap:20px;padding-top:26px;display:flex}.footer-bottom p{color:#ffffff73;margin-bottom:0;font-size:.73rem}@media (max-width:980px){.desktop-nav{display:none}.profile-preview-section{grid-template-columns:1fr;gap:60px}.profile-copy{max-width:690px}.steps-grid{grid-template-columns:1fr 1fr}.pricing-content{grid-template-columns:1fr}.pricing-action{max-width:430px}.footer-links{margin:55px 0 70px}}@media (max-width:720px){.site-header{width:calc(100% - 32px);min-height:88px}.brand-subtitle,.text-link{display:none}.header-actions{gap:0}.button-small{min-height:40px;padding:11px 15px;font-size:.76rem}.hero-content{width:calc(100% - 32px);padding-top:140px}h1{font-size:clamp(3.25rem,15vw,5rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.section{width:calc(100% - 32px);padding:90px 0}.intro-section{padding-top:100px}.feature-grid,.steps-grid{grid-template-columns:1fr}.feature-card,.step-card{min-height:0;padding:30px}.feature-mark,.step-number{margin-bottom:34px}.muted-section{width:100%;padding:90px 16px}.remembrance-card{padding:42px 24px}.portrait-placeholder{width:118px;height:118px}.pricing-header{flex-direction:column;align-items:flex-start;padding:35px 26px}.pricing-content{gap:42px;padding:35px 26px}.included-list{grid-template-columns:1fr}.price-number{font-size:4.3rem}.founder-section,.final-cta{padding:95px 20px}.footer-links{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column}}@media (max-width:470px){.brand-name{font-size:1.65rem}.header-actions .button{max-width:150px}.scroll-prompt{display:none}.footer-links{grid-template-columns:1fr}}.dashboard-page{background:#f7f5f1;grid-template-columns:270px 1fr;min-height:100vh;display:grid}.dashboard-sidebar{color:#fff;background:#202523;flex-direction:column;height:100vh;padding:38px 28px;display:flex;position:sticky;top:0}.dashboard-brand{flex-direction:column;margin-bottom:58px;display:inline-flex}.dashboard-nav{gap:8px;display:grid}.dashboard-nav-link{color:#ffffff9e;border-radius:10px;padding:12px 14px;font-size:.92rem;font-weight:600}.dashboard-nav-link:hover,.dashboard-nav-link.active{color:#fff;background:#ffffff14}.dashboard-back-link{color:#ffffff80;margin-top:auto;font-size:.8rem}.dashboard-main{width:min(100%,1320px);padding:54px 64px 90px}.dashboard-topbar{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:48px;display:flex}.dashboard-topbar h1{margin-bottom:14px;font-size:clamp(3rem,6vw,5rem)}.dashboard-topbar p{max-width:650px}.dashboard-eyebrow{color:#8e6d36;letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px;font-size:.68rem;font-weight:700}.dashboard-avatar{color:#fff;background:#b89555;border-radius:50%;flex:none;place-items:center;width:48px;height:48px;font-weight:700;display:grid}.dashboard-summary-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:32px;display:grid}.dashboard-summary-card,.dashboard-panel,.dashboard-empty-state{background:#fff;border:1px solid #dedbd4;border-radius:20px}.dashboard-summary-card{padding:26px}.dashboard-summary-label{color:#77736b;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px;font-size:.76rem;font-weight:700;display:block}.dashboard-summary-card strong{margin-bottom:8px;font-family:Playfair Display,Georgia,serif;font-size:2.8rem;line-height:1;display:block}.dashboard-summary-card p{margin-bottom:0;font-size:.88rem}.dashboard-section{background:#fff;border:1px solid #dedbd4;border-radius:26px;padding:38px}.dashboard-section-heading{justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:34px;display:flex}.dashboard-section-heading h2{margin-bottom:10px;font-size:clamp(2.2rem,4vw,3.5rem)}.dashboard-section-heading p{max-width:640px;margin-bottom:0}.dashboard-empty-state{text-align:center;background:#faf9f7;padding:58px 30px}.dashboard-empty-icon{color:#b89555;border:1px solid #c8a96a;border-radius:50%;place-items:center;width:70px;height:70px;margin:0 auto 24px;font-size:2rem;display:grid}.dashboard-empty-state h3{font-size:2rem}.dashboard-empty-state p{max-width:560px;margin:0 auto 26px}.dashboard-lower-grid{grid-template-columns:1fr 1fr;gap:22px;margin-top:24px;display:grid}.dashboard-panel{padding:30px}.dashboard-panel h3{font-size:1.75rem}.dashboard-status{color:#66645f;background:#f1eee8;border-radius:999px;margin-top:8px;padding:8px 12px;font-size:.76rem;font-weight:700;display:inline-block}.dashboard-text-link{color:#8e6d36;font-weight:700}@media (max-width:960px){.dashboard-page{grid-template-columns:1fr}.dashboard-sidebar{height:auto;padding:20px 24px;position:static}.dashboard-brand{margin-bottom:22px}.dashboard-nav{grid-template-columns:repeat(4,auto);overflow-x:auto}.dashboard-back-link{display:none}.dashboard-main{padding:38px 24px 70px}}@media (max-width:720px){.dashboard-nav{grid-template-columns:repeat(5,max-content)}.dashboard-topbar,.dashboard-section-heading{flex-direction:column;align-items:flex-start}.dashboard-summary-grid,.dashboard-lower-grid{grid-template-columns:1fr}.dashboard-section{padding:24px}.dashboard-section-heading .button{width:100%}}.profile-form-page{background:#f7f5f1;min-height:100vh;padding:56px 24px 90px}.profile-form-header,.profile-form{width:min(100%,900px);margin:0 auto}.profile-form-header{margin-bottom:42px}.profile-form-header h1{margin:28px 0 18px;font-size:clamp(3rem,7vw,5.5rem)}.profile-form-header p{max-width:680px}.profile-form-back{color:#8e6d36;font-weight:700}.profile-form{gap:24px;display:grid}.profile-form-card{background:#fff;border:1px solid #dedbd4;border-radius:24px;padding:36px}.profile-form-card h2{margin-bottom:30px;font-size:clamp(2rem,4vw,3rem)}.profile-form-card label{color:#2b2b2b;margin:0 0 8px;font-weight:700;display:block}.profile-form-card input,.profile-form-card select,.profile-form-card textarea{color:#2b2b2b;width:100%;font:inherit;background:#fff;border:1px solid #cbc6bc;border-radius:10px;margin-bottom:22px;padding:14px 15px}.profile-form-card textarea{resize:vertical}.profile-form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.profile-form-help{margin:-8px 0 0;font-size:.84rem}.profile-form-message{color:#2b2b2b;background:#f1eee8;border-radius:12px;margin:0;padding:14px 16px}.profile-form-actions{justify-content:flex-end;gap:14px;display:flex}.profile-secondary-button{color:#2b2b2b;background:0 0;border-color:#c8c3b8}.profile-secondary-button:hover{background:#ece8df;border-color:#c8c3b8}@media (max-width:700px){.profile-form-page{padding:34px 16px 70px}.profile-form-card{padding:26px 20px}.profile-form-grid{grid-template-columns:1fr;gap:0}.profile-form-actions{flex-direction:column-reverse}.profile-form-actions .button{width:100%}}.dashboard-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-profile-card{background:#faf9f7;border:1px solid #dedbd4;border-radius:20px;padding:28px}.dashboard-profile-card-top{justify-content:space-between;align-items:center;gap:14px;margin-bottom:34px;display:flex}.dashboard-profile-status,.dashboard-profile-type{letter-spacing:.07em;text-transform:capitalize;border-radius:999px;align-items:center;padding:7px 10px;font-size:.7rem;font-weight:700;display:inline-flex}.dashboard-profile-status{color:#655f54;background:#ece8df}.dashboard-profile-status.status-published{color:#2e6f57;background:#e5f1eb}.dashboard-profile-type{color:#77736b;background:#fff}.dashboard-profile-card h3{margin-bottom:10px;font-size:2rem}.dashboard-profile-card p{margin-bottom:9px}.dashboard-profile-privacy{border-bottom:1px solid #dedbd4;padding-bottom:20px}.dashboard-logout-button{color:#ffffff9e;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;margin-top:auto;padding:12px 14px;font-size:.86rem;font-weight:700}.dashboard-logout-button:hover{color:#fff;background:#ffffff14}.dashboard-logout-button+.dashboard-back-link{margin-top:10px}@media (max-width:760px){.dashboard-profile-grid{grid-template-columns:1fr}.dashboard-logout-button{margin-top:18px}}.profile-photo-preview{object-fit:cover;border:4px solid #f1eee8;border-radius:50%;width:180px;height:180px;margin:0 0 24px;display:block}.profile-photo-placeholder{color:#77736b;text-align:center;background:#faf9f7;border:1px dashed #bdb7ac;border-radius:50%;place-items:center;width:180px;height:180px;margin-bottom:24px;padding:20px;display:grid}.dashboard-profile-header{align-items:center;gap:18px;margin-bottom:24px;display:flex}.dashboard-profile-photo,.dashboard-profile-photo-placeholder{border-radius:50%;flex:none;width:72px;height:72px}.dashboard-profile-photo{object-fit:cover;border:3px solid #f1eee8}.dashboard-profile-photo-placeholder{color:#8e6d36;background:#e8e1d4;place-items:center;font-family:Playfair Display,Georgia,serif;font-size:1.8rem;font-weight:700;display:grid}.dashboard-profile-heading h3{margin:0 0 4px;font-size:1.9rem}.dashboard-profile-heading p{letter-spacing:.08em;text-transform:capitalize;margin:0;font-size:.78rem;font-weight:700}.timeline-page{background:#f7f5f1;min-height:100vh;padding:56px 24px 100px}.timeline-header,.timeline-layout{width:min(100%,1180px);margin-left:auto;margin-right:auto}.timeline-header{margin-bottom:48px}.timeline-header .dashboard-eyebrow{margin-top:30px}.timeline-header h1{margin-bottom:18px;font-size:clamp(3rem,7vw,5.5rem)}.timeline-header>p:last-child{max-width:680px}.timeline-layout{grid-template-columns:390px 1fr;align-items:start;gap:40px;display:grid}.timeline-form-card,.timeline-empty-state{background:#fff;border:1px solid #dedbd4;border-radius:24px;padding:34px}.timeline-form-card{position:sticky;top:24px}.timeline-form-card h2,.timeline-list-section h2{margin-bottom:28px;font-size:clamp(2rem,4vw,3rem)}.timeline-form-card label{color:#2b2b2b;margin-bottom:8px;font-weight:700;display:block}.timeline-form-card input,.timeline-form-card textarea{color:#2b2b2b;width:100%;font:inherit;background:#fff;border:1px solid #cbc6bc;border-radius:10px;margin-bottom:20px;padding:14px 15px}.timeline-form-card textarea{resize:vertical}.timeline-form-card .profile-form-message{margin-top:18px}.timeline-list-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:30px;display:flex}.timeline-count{color:#655f54;background:#ece8df;border-radius:999px;padding:8px 12px;font-size:.76rem;font-weight:700}.timeline-events{padding-left:40px;position:relative}.timeline-events:before{content:"";background:#c8a96a;width:1px;position:absolute;top:8px;bottom:8px;left:10px}.timeline-event{padding-bottom:34px;position:relative}.timeline-marker{background:#b89555;border:3px solid #f7f5f1;border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:-36px;box-shadow:0 0 0 1px #b89555}.timeline-event-content{background:#fff;border:1px solid #dedbd4;border-radius:20px;padding:28px}.timeline-event-date{color:#8e6d36;letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:700}.timeline-event-content h3{margin-bottom:12px;font-size:2rem}.timeline-event-content p:last-of-type{margin-bottom:0}.timeline-delete-button{color:#9a4f4f;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:22px;padding:0;font-size:.78rem;font-weight:700}.timeline-empty-state{text-align:center}.timeline-empty-state h3{font-size:2rem}.timeline-empty-state p{max-width:520px;margin:0 auto}@media (max-width:900px){.timeline-layout{grid-template-columns:1fr}.timeline-form-card{position:static}}@media (max-width:600px){.timeline-page{padding:34px 16px 70px}.timeline-form-card,.timeline-event-content,.timeline-empty-state{padding:24px 20px}.timeline-events{padding-left:28px}.timeline-events:before{left:6px}.timeline-marker{left:-28px}}.story-page{color:#2b2b2b;background:#faf9f7;min-height:100vh}.story-hero{color:#fff;text-align:center;background:#202523;padding:80px 24px 95px}.story-profile-photo,.story-profile-placeholder{border-radius:50%;width:180px;height:180px;margin:0 auto 28px}.story-profile-photo{object-fit:cover;border:4px solid #ffffff29}.story-profile-placeholder{color:#fff;background:#b89555;place-items:center;font-family:Playfair Display,Georgia,serif;font-size:4rem;display:grid}.story-label,.story-section-label{color:#c8a96a;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px;font-size:.72rem;font-weight:700}.story-hero h1{max-width:900px;margin:0 auto 14px;font-size:clamp(3.2rem,9vw,6.5rem)}.story-years{color:#ffffffc7;letter-spacing:.12em;margin-bottom:26px;font-size:1rem}.story-intro{color:#ffffffd1;max-width:700px;margin:0 auto;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.35rem,3vw,2rem);line-height:1.5}.story-section{width:min(100% - 40px,900px);margin:0 auto;padding:90px 0}.story-section h2{margin-bottom:34px;font-size:clamp(2.6rem,6vw,4.5rem)}.story-body p{margin-bottom:22px;font-size:1.08rem;line-height:1.9}.story-memories-section{border-top:1px solid #dedbd4}.story-memory-list{gap:22px;display:grid}.story-memory-card{background:#fff;border:1px solid #dedbd4;border-radius:20px;padding:30px}.story-memory-date{color:#8e6d36;letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px;font-size:.74rem;font-weight:700}.story-memory-card h3{margin-bottom:12px;font-size:2rem}.story-memory-card p:last-child{margin-bottom:0}.story-footer{text-align:center;background:#1e2221;padding:42px 24px}.story-footer p{color:#ffffff8c;margin:4px 0;font-size:.8rem}@media (max-width:600px){.story-hero{padding:58px 18px 72px}.story-profile-photo,.story-profile-placeholder{width:140px;height:140px}.story-section{width:calc(100% - 32px);padding:70px 0}.story-memory-card{padding:24px 20px}}@media (max-width:720px){html,body{max-width:100%;overflow-x:hidden}.dashboard-page{width:100%;display:block;overflow-x:hidden}.dashboard-sidebar{width:100%;padding:24px 20px;overflow:hidden}.dashboard-brand{margin-bottom:24px}.dashboard-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px;width:100%;padding-bottom:8px;display:flex;overflow-x:auto}.dashboard-nav::-webkit-scrollbar{display:none}.dashboard-nav-link{white-space:nowrap;flex:none;padding:11px 14px}.dashboard-logout-button{width:auto;margin-top:18px}.dashboard-main{width:100%;max-width:100%;padding:38px 20px 70px;overflow-x:hidden}.dashboard-topbar{margin-bottom:34px;display:block}.dashboard-topbar h1{overflow-wrap:anywhere;max-width:100%;margin-bottom:14px;font-size:clamp(2.8rem,14vw,4.2rem);line-height:.98}.dashboard-topbar p{max-width:100%}.dashboard-avatar{margin-top:24px}.dashboard-summary-grid,.dashboard-lower-grid,.dashboard-profile-grid{grid-template-columns:1fr;width:100%}.dashboard-summary-card,.dashboard-section,.dashboard-panel,.dashboard-profile-card{width:100%;min-width:0}.dashboard-section{padding:24px 20px}.dashboard-section-heading{display:block}.dashboard-section-heading .button{text-align:center;width:100%;margin-top:22px;display:block}}.preview-page{background:#f7f5f1;min-height:100vh;padding:56px 24px 90px}.preview-container{width:min(100%,1050px);margin:0 auto}.preview-header{margin-bottom:42px}.preview-header .dashboard-eyebrow{margin-top:28px}.preview-header h1{margin-bottom:18px;font-size:clamp(3rem,7vw,5.5rem)}.preview-header>p:last-child{max-width:680px}.preview-story{background:#faf9f7;border:1px solid #dedbd4;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #2b2b2b14}.preview-story-name{color:#fff;max-width:900px;margin:0 auto 14px;font-size:clamp(3.2rem,9vw,6.5rem)}.preview-decision{text-align:center;background:#fff;border:1px solid #dedbd4;border-radius:24px;margin-top:30px;padding:38px}.preview-decision h2{margin-bottom:14px;font-size:clamp(2.2rem,5vw,3.8rem)}.preview-decision>p:not(.dashboard-eyebrow){max-width:620px;margin:0 auto}.preview-actions{justify-content:center;gap:14px;margin-top:28px;display:flex}@media (max-width:650px){.preview-page{padding:34px 16px 70px}.preview-decision{padding:28px 20px}.preview-actions{flex-direction:column-reverse}.preview-actions .button{width:100%}}.dashboard-card-actions{flex-direction:column;gap:10px;display:flex}.story-inspiration{background:#f8f4eb;border:1px solid #e4d8bf;border-radius:18px;margin-bottom:28px;padding:24px}.story-inspiration-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.story-inspiration-header h3{margin:0}.story-inspiration p{margin-bottom:16px;line-height:1.7}.story-inspiration ul{padding-left:20px;line-height:1.9}.story-inspiration-close{cursor:pointer;background:0 0;border:none;font-size:1.2rem}.story-inspiration-reopen{color:#9b7a3c;cursor:pointer;background:0 0;border:none;margin-bottom:24px;font-weight:600}.optional-label{color:#8b877e;margin-left:6px;font-size:.72rem;font-weight:500}.timeline-media-help{color:#77736b;margin-top:-12px;margin-bottom:22px;font-size:.78rem}.timeline-memory-photo,.timeline-memory-video{background:#ece8df;border-radius:16px;width:100%;margin-top:22px;display:block}.timeline-memory-photo{object-fit:cover;max-height:520px}.timeline-memory-video{max-height:520px}.story-quote{color:#3f3b35;text-align:left;background:#f7f2e8;border-left:3px solid #b49a70;border-radius:12px;margin:0;padding:24px 28px;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-style:italic;line-height:1.7}.story-memory-photo,.story-memory-video{background:#ece8df;border-radius:14px;width:100%;margin-top:20px;display:block}.story-memory-photo{object-fit:cover;max-height:560px}.story-memory-video{max-height:560px}@media (max-width:640px){.story-quote{padding:20px;font-size:1.05rem}}.story-share-section{text-align:center}.story-share-intro{color:#625d55;max-width:620px;margin:14px auto 0;line-height:1.7}.story-share-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;max-width:620px;margin:30px auto 0;display:grid}.story-share-button{color:#3f3b35;min-height:52px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d8cdbb;border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:13px 18px;font-weight:600;line-height:1.3;text-decoration:none;transition:transform .2s,background-color .2s,border-color .2s;display:flex}.story-share-button:hover{background:#f7f2e8;border-color:#b49a70;transform:translateY(-1px)}.story-share-button:focus-visible{outline-offset:3px;outline:3px solid #b49a7059}@media (max-width:640px){.story-share-actions{grid-template-columns:1fr}}.story-candle-section{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.story-candle-icon{margin-bottom:14px;font-size:3rem;line-height:1}.story-candle-count{color:#3f3b35;margin:24px auto 0;font-family:Georgia,Times New Roman,serif;font-size:1.25rem;font-weight:600;line-height:1.6}.story-candle-intro{color:#625d55;max-width:600px;margin:12px auto 0;line-height:1.7}.story-candle-button{margin-top:26px}.story-candle-button:disabled{cursor:default;opacity:.75}.story-candle-message{color:#625d55;margin:16px auto 0;font-weight:600;line-height:1.6}.story-qr-section{text-align:center}.story-qr-wrapper{background:#fff;border-radius:16px;margin-top:2rem;padding:18px;display:inline-flex;box-shadow:0 8px 30px #00000014}.story-qr-text{color:#666;max-width:520px;margin:18px auto 0;line-height:1.7}.example-story-banner{text-align:center;background:#ffffffb8;border:1px solid #4f4a4126;border-radius:14px;max-width:760px;margin:24px auto 0;padding:18px 22px}.example-story-banner p+p{color:#625d55;margin-top:5px}.example-story-banner a{color:#4f4a41;text-underline-offset:4px;margin-top:12px;font-weight:600;text-decoration:underline;display:inline-block}.example-qr-placeholder{background:linear-gradient(90deg,#24221f 12px,#0000 12px) 0 0/30px 30px,linear-gradient(#24221f 12px,#0000 12px) 0 0/30px 30px,#f4f1eb;border:14px solid #fff;border-radius:12px;justify-content:center;align-items:center;width:180px;height:180px;margin:30px auto 0;display:flex;box-shadow:0 8px 30px #00000014}.example-qr-placeholder span{color:#24221f;letter-spacing:.08em;background:#fff;border-radius:8px;justify-content:center;align-items:center;width:58px;height:58px;font-weight:700;display:flex}.example-story-cta{text-align:center;background:#f1ede5;border-radius:20px;max-width:760px;margin:70px auto;padding:48px 30px}.example-story-cta h2{margin:10px auto 0}.example-story-cta>p:not(.eyebrow){color:#625d55;max-width:560px;margin:18px auto 0;line-height:1.7}.example-story-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:28px;display:flex}.remembrance-card .remembrance-button{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}@media (max-width:640px){.example-story-banner{margin-left:18px;margin-right:18px}.example-story-cta{margin:48px 18px;padding:36px 22px}.example-story-actions{flex-direction:column;align-items:stretch}.example-story-actions .button{width:100%}}.homepage-example-portrait{object-fit:cover;object-position:center;border:6px solid #ffffffe6;border-radius:50%;width:190px;height:190px;margin:0 auto 24px;display:block;box-shadow:0 16px 38px #1e2a2329}.example-story-portrait{aspect-ratio:1;object-fit:cover;object-position:center;border-radius:22px;width:min(100%,420px);height:auto;margin:0 auto 28px;display:block;box-shadow:0 20px 55px #1b271f29}.example-memory-grid{gap:30px;margin-top:34px;display:grid}.example-memory-card{background:#fff;border:1px solid #3e463c1f;border-radius:20px;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);display:grid;overflow:hidden;box-shadow:0 12px 36px #212b2412}.example-memory-card:nth-child(2n){grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)}.example-memory-image-wrapper{min-height:340px;overflow:hidden}.example-memory-image{object-fit:cover;width:100%;height:100%;min-height:340px;transition:transform .5s;display:block}.example-memory-card:hover .example-memory-image{transform:scale(1.025)}.example-memory-content{flex-direction:column;justify-content:center;padding:38px;display:flex}.example-memory-content h3{margin:8px 0 14px}.example-memory-content>p:last-child{margin:0;line-height:1.75}.founder-layout{grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:stretch;max-width:1200px;margin:0 auto;display:grid}.founder-layout .founder-inner{flex-direction:column;justify-content:center;padding:70px 7vw;display:flex}.founder-image-wrapper{min-height:480px;overflow:hidden}.founder-image{object-fit:cover;width:100%;height:100%;min-height:480px;display:block}@media (max-width:820px){.example-memory-card,.example-memory-card:nth-child(2n){grid-template-columns:1fr}.example-memory-card:nth-child(2n) .example-memory-image-wrapper,.example-memory-card:nth-child(2n) .example-memory-content{order:initial}.example-memory-image-wrapper,.example-memory-image{min-height:260px}.example-memory-content{padding:28px 24px 32px}.founder-layout{grid-template-columns:1fr}.founder-layout .founder-inner{padding:55px 24px}.founder-image-wrapper,.founder-image{min-height:340px}}@media (max-width:520px){.homepage-example-portrait{width:155px;height:155px}.example-story-portrait{border-radius:16px}.example-memory-image-wrapper,.example-memory-image{min-height:220px}}.profile-preview-section{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.example-story-image{flex-direction:column;align-items:center;display:flex}.homepage-example-portrait{aspect-ratio:4/5;object-fit:cover;border-radius:28px;width:100%;max-width:520px;height:auto;box-shadow:0 24px 60px #2e282229}.example-story-image .sample-note{text-align:center;opacity:.7;margin-top:.9rem;font-size:.82rem}.profile-preview-section .profile-copy{max-width:620px}.profile-preview-section .profile-copy h2{margin-bottom:1.2rem}.example-feature-list{margin-top:1.6rem;margin-bottom:2rem}.example-feature-list li{margin-bottom:.85rem;padding-left:1.8rem;position:relative}.example-feature-list li:before{content:"✓";font-weight:700;position:absolute;top:0;left:0}.example-story-details{margin-bottom:1.5rem}.example-story-details h3{margin:.25rem 0;font-size:clamp(1.8rem,4vw,2.6rem)}.example-story-details .life-years{margin:0}.profile-preview-section .remembrance-button{justify-content:center;align-items:center;display:inline-flex}@media (max-width:800px){.profile-preview-section{grid-template-columns:1fr;gap:2.5rem}.example-story-image{order:1}.profile-preview-section .profile-copy{order:2}.homepage-example-portrait{max-width:440px}.profile-preview-section .remembrance-button{width:100%}}.story-page{overflow:hidden}.example-story-banner{border-bottom:1px solid #453b3024;justify-content:space-between;align-items:center;gap:2rem;max-width:1180px;margin:0 auto;padding:1.25rem 1.5rem;display:flex}.example-story-banner p{margin:.15rem 0}.example-story-banner a{flex-shrink:0}.story-welcome{text-align:center;max-width:800px;margin:0 auto;padding:clamp(4rem,9vw,8rem) 1.5rem}.story-welcome h1{max-width:720px;margin:.7rem auto 1.4rem;font-size:clamp(2.3rem,6vw,4.8rem);line-height:1.05}.story-welcome>p:last-child{max-width:650px;margin:0 auto;font-size:1.1rem;line-height:1.8}.story-hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(2.5rem,7vw,6rem);max-width:1180px;margin:0 auto;padding:0 1.5rem clamp(5rem,10vw,9rem);display:grid}.story-hero-image-wrapper{justify-content:center;display:flex}.example-story-portrait{aspect-ratio:4/5;object-fit:cover;border-radius:30px;width:100%;max-width:560px;height:auto;box-shadow:0 28px 70px #26201b29}.story-hero-content h2{margin:.5rem 0;font-size:clamp(3rem,8vw,6.5rem);line-height:.98}.story-years{letter-spacing:.08em;margin:0 0 1.5rem;font-size:1.15rem}.story-intro{max-width:620px;font-size:clamp(1.15rem,2vw,1.35rem);line-height:1.75}.story-hero-divider{opacity:.28;background:currentColor;width:80px;height:1px;margin:2rem 0}.story-hero-description{max-width:520px;line-height:1.8}.story-hero-quote{max-width:540px;margin:2rem 0 0;font-size:clamp(1.4rem,3vw,2.1rem);line-height:1.45}.story-section{max-width:1180px;margin:0 auto;padding:clamp(4.5rem,9vw,8rem) 1.5rem}.story-section-heading h2{margin:.6rem 0 1rem;font-size:clamp(2.3rem,5vw,4.2rem);line-height:1.08}.story-section-heading>p:last-child{max-width:650px;line-height:1.8}.story-body{gap:1.5rem;display:grid}.story-body p{margin:0;font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.9}.example-memory-list{gap:clamp(4rem,10vw,8rem);display:grid}.example-memory-card{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:clamp(2rem,6vw,5rem);display:grid}.example-memory-card:nth-child(2n) .example-memory-image-wrapper{order:2}.example-memory-card:nth-child(2n) .example-memory-content{order:1}.example-memory-image-wrapper{border-radius:28px;overflow:hidden}.example-memory-image{aspect-ratio:4/3;object-fit:cover;width:100%;height:auto;display:block}.example-memory-content{max-width:520px}.example-memory-content h3{margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3.2rem);line-height:1.1}.example-memory-content>p:last-child{font-size:1.08rem;line-height:1.8}.story-memory-date{letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:.85rem;font-weight:700}.story-quotes-section{text-align:center}.story-quotes-section .story-section-heading{margin-left:auto;margin-right:auto}.story-quotes-list{gap:1.5rem;max-width:900px;margin:0 auto;display:grid}.story-quote{border-radius:28px;margin:0;padding:clamp(2.5rem,6vw,4.5rem);font-size:clamp(1.6rem,4vw,3rem);line-height:1.4}.story-candle-section,.story-share-section,.story-qr-section{text-align:center;max-width:820px}.story-candle-icon{margin-bottom:1rem;font-size:3rem}.story-share-actions{justify-content:center}.example-story-cta{text-align:center;max-width:960px;margin:clamp(4rem,10vw,9rem) auto;padding:clamp(3rem,8vw,6rem) 1.5rem}.example-story-cta h2{max-width:760px;margin:.7rem auto 1rem;font-size:clamp(2.4rem,6vw,4.8rem);line-height:1.08}.example-story-cta>p{max-width:650px;margin-left:auto;margin-right:auto}.example-story-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.story-footer{text-align:center;padding:2.5rem 1.5rem}.story-footer p{margin:.2rem 0}@media (max-width:800px){.example-story-banner{flex-direction:column;align-items:flex-start;gap:.8rem}.story-hero{grid-template-columns:1fr}.story-hero-content{text-align:center}.story-hero-divider,.story-hero-description,.story-intro,.story-hero-quote{margin-left:auto;margin-right:auto}.example-memory-card{grid-template-columns:1fr;gap:1.8rem}.example-memory-card:nth-child(2n) .example-memory-image-wrapper,.example-memory-card:nth-child(2n) .example-memory-content{order:initial}.example-memory-content{max-width:none}.example-story-actions{flex-direction:column}.example-story-actions .button{width:100%}}.rolo-home{--rolo-cream:#f8f5ef;--rolo-cream-deep:#eee8dc;--rolo-paper:#fffdf9;--rolo-ink:#242725;--rolo-ink-soft:#676963;--rolo-dark:#202523;--rolo-gold:#b89555;--rolo-gold-dark:#86672f;--rolo-line:#2b2b2b21;--rolo-shadow:0 30px 90px #20252321;background:var(--rolo-cream);color:var(--rolo-ink);overflow:hidden}.rolo-home h1,.rolo-home h2,.rolo-home h3,.rolo-home p{margin-top:0}.rolo-home h1,.rolo-home h2,.rolo-home h3,.rolo-brand-name,.rolo-founder blockquote,.rolo-example-quote{font-family:Playfair Display,Georgia,serif}.rolo-home a{color:inherit;text-decoration:none}.rolo-section-shell{width:min(100% - 48px,1180px);margin:0 auto}.rolo-eyebrow{color:var(--rolo-gold-dark);letter-spacing:.19em;text-transform:uppercase;margin-bottom:20px;font-size:.7rem;font-weight:700}.rolo-section-heading{max-width:720px;margin-bottom:60px}.rolo-section-heading-centred{text-align:center;margin-left:auto;margin-right:auto}.rolo-section-heading h2{color:var(--rolo-ink);letter-spacing:-.05em;margin-bottom:22px;font-size:clamp(2.7rem,5.5vw,5rem);line-height:1}.rolo-section-heading>p:last-child{max-width:650px;color:var(--rolo-ink-soft);margin-bottom:0;font-size:1.08rem;line-height:1.75}.rolo-section-heading-centred>p:last-child{margin-left:auto;margin-right:auto}.rolo-header{z-index:30;color:#fff;justify-content:space-between;align-items:center;gap:28px;width:min(100% - 48px,1240px);min-height:104px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.rolo-brand{flex-direction:column;flex:none;display:inline-flex}.rolo-brand-name{color:inherit;letter-spacing:.035em;font-size:2.05rem;font-weight:700;line-height:1}.rolo-brand-subtitle{color:inherit;letter-spacing:.15em;text-transform:uppercase;margin-top:7px;font-size:.61rem;font-weight:600;line-height:1.2}.rolo-nav{align-items:center;gap:30px;font-size:.87rem;font-weight:600;display:flex}.rolo-nav a,.rolo-login-link{color:#ffffffd1;transition:color .18s;position:relative}.rolo-nav a:after{content:"";transform-origin:100%;background:#fff;height:1px;transition:transform .18s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.rolo-nav a:hover,.rolo-login-link:hover{color:#fff}.rolo-nav a:hover:after{transform-origin:0;transform:scaleX(1)}.rolo-header-actions{flex:none;align-items:center;gap:21px;font-size:.88rem;font-weight:650;display:flex}.rolo-button{border:1px solid var(--rolo-gold);background:var(--rolo-gold);text-align:center;border-radius:999px;justify-content:center;align-items:center;min-height:56px;padding:15px 27px;font-weight:700;line-height:1;transition:transform .18s,background .18s,border-color .18s,box-shadow .18s;display:inline-flex;box-shadow:0 10px 35px #b8955530;color:#fff!important}.rolo-button:hover{border-color:var(--rolo-gold-dark);background:var(--rolo-gold-dark);transform:translateY(-2px);box-shadow:0 15px 38px #86672f3d}.rolo-button-small{min-height:44px;padding:12px 19px;font-size:.82rem}.rolo-button-outline{box-shadow:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0f;border-color:#ffffff85}.rolo-button-outline:hover{box-shadow:none;background:#ffffff24;border-color:#ffffffe6}.rolo-button-wide{width:100%}.rolo-hero{color:#fff;background:radial-gradient(circle at 78% 45%,#56605b 0%,#0000 35%),linear-gradient(120deg,#1a1f1d 0%,#282f2c 55%,#3e4843 100%);align-items:center;min-height:100svh;display:flex;position:relative;overflow:hidden}.rolo-hero:before{z-index:1;content:"";background:linear-gradient(90deg,#0c0f0eb8 0%,#0c0f0e57 48%,#0c0f0e14 100%),linear-gradient(#0000000d,#00000038);position:absolute;inset:0}.rolo-hero-glow{filter:blur(3px);opacity:.22;border-radius:50%;position:absolute}.rolo-hero-glow-one{background:radial-gradient(circle,#e7d7b5 0%,#0000 68%);width:520px;height:520px;top:2%;right:2%}.rolo-hero-glow-two{background:radial-gradient(circle,#829087 0%,#0000 68%);width:650px;height:650px;bottom:-30%;right:34%}.rolo-hero-inner{z-index:3;grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);align-items:center;gap:80px;width:min(100% - 48px,1240px);margin:0 auto;padding:150px 0 115px;display:grid;position:relative}.rolo-hero-copy{max-width:710px}.rolo-hero .rolo-eyebrow{color:#ddc58f}.rolo-hero h1{color:#fff;letter-spacing:-.06em;max-width:760px;margin-bottom:28px;font-size:clamp(3.7rem,7vw,7rem);line-height:.94}.rolo-hero-description{color:#ffffffc2;max-width:640px;margin-bottom:35px;font-size:clamp(1.08rem,1.7vw,1.3rem);line-height:1.7}.rolo-hero-actions{flex-wrap:wrap;gap:14px;display:flex}.rolo-hero-price{align-items:center;gap:17px;margin-top:35px;display:flex}.rolo-hero-price strong{color:#fff;letter-spacing:-.04em;font-family:Playfair Display,Georgia,serif;font-size:3.4rem;font-weight:600;line-height:1}.rolo-hero-price>span{color:#ffffffc7;flex-direction:column;font-size:.83rem;font-weight:650;line-height:1.45;display:flex}.rolo-hero-price small{color:#ffffff7a;font-size:.73rem;font-weight:500}.rolo-hero-visual{justify-self:end;width:min(100%,490px);padding:28px 22px 22px;position:relative}.rolo-portrait-frame{z-index:2;aspect-ratio:.76;background:#303733;border:1px solid #ffffff30;border-radius:220px 220px 34px 34px;position:relative;overflow:hidden;box-shadow:0 40px 100px #00000061}.rolo-hero-portrait{object-fit:cover;object-position:center top;filter:saturate(.86)contrast(.98);width:100%;height:100%;transform:scale(1.015)}.rolo-portrait-gradient{background:linear-gradient(#0000 46%,#101312d6 100%),linear-gradient(120deg,#e2d0ac14,#0000 45%);position:absolute;inset:0}.rolo-portrait-caption{z-index:2;position:absolute;bottom:31px;left:34px;right:34px}.rolo-portrait-caption p{color:#dbc38f;letter-spacing:.18em;text-transform:uppercase;margin-bottom:8px;font-size:.62rem;font-weight:700}.rolo-portrait-caption h2{color:#fff;letter-spacing:-.04em;margin-bottom:4px;font-size:clamp(2.1rem,4vw,3.45rem);line-height:1}.rolo-portrait-caption span{color:#ffffffa3;letter-spacing:.12em;font-size:.77rem}.rolo-floating-card{z-index:4;min-width:245px;color:var(--rolo-ink);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#f5f3edeb;border:1px solid #ffffff38;border-radius:17px;align-items:center;gap:13px;padding:15px 17px;display:flex;position:absolute;box-shadow:0 20px 55px #00000040}.rolo-floating-card strong,.rolo-floating-card span{display:block}.rolo-floating-card strong{margin-bottom:2px;font-size:.75rem}.rolo-floating-card div>span{color:var(--rolo-ink-soft);font-size:.64rem}.rolo-floating-story{top:32%;left:-62px}.rolo-floating-qr{bottom:13%;right:-55px}.rolo-floating-icon{width:38px;height:38px;color:var(--rolo-gold-dark);background:#eae2d1;border-radius:50%;flex:none;place-items:center;font-size:1.25rem;display:grid!important}.rolo-mini-qr{background:var(--rolo-dark);border-radius:8px;flex:none;grid-template-columns:repeat(3,1fr);gap:2px;width:38px;height:38px;padding:6px;display:grid!important}.rolo-mini-qr i{background:#fff}.rolo-mini-qr i:nth-child(4){opacity:0}.rolo-scroll-indicator{z-index:4;color:#ffffff8a;letter-spacing:.15em;text-transform:uppercase;flex-direction:column;align-items:center;gap:4px;font-size:.61rem;display:flex;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.rolo-example{background:var(--rolo-paper);padding:145px 0}.rolo-example-grid{grid-template-columns:minmax(340px,.88fr) minmax(0,1.12fr);align-items:center;gap:110px;display:grid}.rolo-example-image-column{max-width:490px}.rolo-example-image-wrap{position:relative}.rolo-example-image{aspect-ratio:.79;object-fit:cover;object-position:center top;width:100%;box-shadow:var(--rolo-shadow);border-radius:240px 240px 26px 26px}.rolo-example-stamp{background:var(--rolo-paper);width:116px;height:116px;color:var(--rolo-gold-dark);text-align:center;border:1px solid #b8955559;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;bottom:44px;right:-32px;transform:rotate(-6deg);box-shadow:0 14px 45px #20252324}.rolo-example-stamp span{letter-spacing:.15em;text-transform:uppercase;font-size:.58rem;font-weight:700}.rolo-example-stamp strong{font-family:Playfair Display,Georgia,serif;font-size:1rem;line-height:1.1}.rolo-example-disclaimer{color:#918e86;margin:19px 0 0;font-size:.67rem}.rolo-example-content h2{letter-spacing:-.052em;max-width:650px;margin-bottom:25px;font-size:clamp(3rem,5.5vw,5.2rem);line-height:.98}.rolo-section-intro{max-width:640px;color:var(--rolo-ink-soft);margin-bottom:34px;font-size:1.08rem;line-height:1.8}.rolo-example-quote{border-left:2px solid var(--rolo-gold);color:#444740;max-width:660px;margin:0 0 42px;padding-left:26px;font-size:clamp(1.45rem,2.8vw,2.15rem);font-style:italic;line-height:1.45}.rolo-memory-preview{border:1px solid var(--rolo-line);background:var(--rolo-line);border-radius:18px;grid-template-columns:repeat(3,1fr);gap:1px;max-width:670px;margin-bottom:36px;display:grid;overflow:hidden}.rolo-memory-preview article{background:#fff;min-height:190px;padding:25px 22px}.rolo-memory-preview span{color:var(--rolo-gold-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:24px;font-size:.62rem;font-weight:700;display:block}.rolo-memory-preview h3{margin-bottom:10px;font-size:1.25rem;line-height:1.15}.rolo-memory-preview p{color:var(--rolo-ink-soft);margin-bottom:0;font-size:.76rem;line-height:1.65}.rolo-text-cta{color:var(--rolo-gold-dark);align-items:center;gap:12px;font-weight:700;display:inline-flex}.rolo-text-cta span{transition:transform .18s}.rolo-text-cta:hover span{transform:translate(5px)}.rolo-how{background:var(--rolo-cream-deep);padding:135px 0}.rolo-steps{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.rolo-step-card{background:#fffdf9b8;border:1px solid #2b2b2b1c;border-radius:25px;min-height:330px;padding:34px}.rolo-step-top{align-items:center;gap:15px;margin-bottom:73px;display:flex}.rolo-step-top span{color:var(--rolo-gold-dark);letter-spacing:.14em;font-size:.69rem;font-weight:700}.rolo-step-top i{background:#86672f42;width:100%;height:1px}.rolo-step-card h3{margin-bottom:14px;font-size:2rem}.rolo-step-card p{color:var(--rolo-ink-soft);margin-bottom:0;line-height:1.75}.rolo-how-note{background:#ffffff80;border:1px solid #2e6f572b;border-radius:999px;align-items:center;gap:11px;width:fit-content;margin:35px auto 0;padding:12px 17px;display:flex}.rolo-how-note span{color:#2e6f57;background:#dfeae4;border-radius:50%;place-items:center;width:21px;height:21px;font-size:.65rem;font-weight:700;display:grid}.rolo-how-note p{color:#59605c;margin:0;font-size:.76rem}.rolo-features{background:var(--rolo-paper);padding:140px 0}.rolo-feature-grid{border:1px solid var(--rolo-line);background:var(--rolo-line);border-radius:28px;grid-template-columns:repeat(4,1fr);gap:1px;display:grid;overflow:hidden}.rolo-feature-card{background:var(--rolo-paper);min-height:265px;padding:31px 28px;transition:background .18s,transform .18s}.rolo-feature-card:hover{background:#f8f4eb}.rolo-feature-icon{width:52px;height:52px;color:var(--rolo-gold-dark);background:#f4eee2;border:1px solid #b8955540;border-radius:50%;place-items:center;margin-bottom:45px;display:grid}.rolo-feature-card h3{margin-bottom:11px;font-size:1.36rem}.rolo-feature-card p{color:var(--rolo-ink-soft);margin-bottom:0;font-size:.86rem;line-height:1.7}.rolo-founder{background:var(--rolo-dark);color:#fff;padding:130px 0}.rolo-founder-grid{grid-template-columns:minmax(0,1.03fr) minmax(360px,.97fr);align-items:center;gap:90px;display:grid}.rolo-founder-image-wrap{position:relative}.rolo-founder-image-wrap:before{content:"";border:1px solid #dcc38f52;border-radius:24px;width:65%;height:65%;position:absolute;top:-18px;right:-18px}.rolo-founder-image{object-fit:cover;filter:saturate(.72)contrast(1.02);border-radius:24px;width:100%;min-height:520px;position:relative}.rolo-founder .rolo-eyebrow{color:#dfc38e}.rolo-founder blockquote{color:#fff;letter-spacing:-.04em;margin:0 0 30px;font-size:clamp(2.5rem,4.4vw,4.5rem);line-height:1.13}.rolo-founder-copy>p:not(.rolo-eyebrow){color:#ffffffa3;max-width:560px;margin-bottom:28px;font-size:1rem;line-height:1.85}.rolo-founder-signature{color:#d8c08e;letter-spacing:.16em;text-transform:uppercase;font-size:.67rem;font-weight:700}.rolo-pricing{background:var(--rolo-cream);padding:140px 0}.rolo-pricing-card{border:1px solid var(--rolo-line);background:var(--rolo-paper);max-width:1040px;box-shadow:var(--rolo-shadow);border-radius:32px;grid-template-columns:.9fr 1.1fr;margin:0 auto;display:grid;overflow:hidden}.rolo-pricing-summary{background:radial-gradient(circle at 15% 10%, #d0b78426, transparent 34%), var(--rolo-dark);color:#fff;text-align:center;padding:55px}.rolo-pricing-label{color:#dfc38e;letter-spacing:.16em;text-transform:uppercase;margin-bottom:25px;font-size:.69rem;font-weight:700}.rolo-price-lockup{justify-content:center;align-items:flex-start;margin-bottom:3px;display:flex}.rolo-price-lockup span{color:#ffffffd9;margin-top:13px;font-size:1.4rem;font-weight:700}.rolo-price-lockup strong{color:#fff;letter-spacing:-.06em;font-family:Playfair Display,Georgia,serif;font-size:7rem;font-weight:600;line-height:.86}.rolo-price-caption{color:#ffffff8f;letter-spacing:.08em;text-transform:uppercase;margin-bottom:26px;font-size:.76rem}.rolo-pricing-description{color:#ffffffab;max-width:380px;margin:0 auto 30px;font-size:.88rem;line-height:1.75}.rolo-pricing-summary small{color:#ffffff6b;margin-top:13px;font-size:.67rem;display:block}.rolo-pricing-included{padding:55px}.rolo-pricing-included>p{color:var(--rolo-ink);margin-bottom:27px;font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:600}.rolo-pricing-included ul{gap:16px;margin:0;padding:0;list-style:none;display:grid}.rolo-pricing-included li{color:var(--rolo-ink-soft);align-items:flex-start;gap:12px;font-size:.89rem;display:flex}.rolo-pricing-included li span{color:#2e6f57;background:#e6efe9;border-radius:50%;flex:none;place-items:center;width:21px;height:21px;margin-top:1px;font-size:.62rem;font-weight:700;display:grid}.rolo-faq{background:var(--rolo-paper);padding:140px 0}.rolo-faq-grid{grid-template-columns:.78fr 1.22fr;align-items:start;gap:100px;display:grid}.rolo-faq-heading{margin-bottom:0;position:sticky;top:40px}.rolo-faq-heading>a{color:var(--rolo-ink-soft);flex-direction:column;margin-top:30px;font-size:.82rem;display:inline-flex}.rolo-faq-heading>a span{color:var(--rolo-gold-dark);margin-top:3px;font-weight:700}.rolo-faq-list{border-top:1px solid var(--rolo-line)}.rolo-faq-item{border-bottom:1px solid var(--rolo-line)}.rolo-faq-item summary{color:var(--rolo-ink);cursor:pointer;padding:28px 50px 28px 0;font-weight:700;list-style:none;position:relative}.rolo-faq-item summary::-webkit-details-marker{display:none}.rolo-faq-item summary:after{color:var(--rolo-gold);content:"+";font-family:Inter,Arial,sans-serif;font-size:1.5rem;font-weight:400;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.rolo-faq-item[open] summary:after{content:"−"}.rolo-faq-item p{max-width:720px;color:var(--rolo-ink-soft);margin-bottom:0;padding:0 45px 29px 0;font-size:.92rem;line-height:1.8}.rolo-final-cta{color:#fff;text-align:center;background:linear-gradient(#1b201ee6,#1b201ef2),radial-gradient(circle at 70% 20%,#59655f 0%,#202523 65%);padding:145px 24px;position:relative;overflow:hidden}.rolo-final-cta-glow{background:radial-gradient(circle,#d9c18f2b,#0000 68%);border-radius:50%;width:820px;height:600px;position:absolute;top:-320px;left:50%;transform:translate(-50%)}.rolo-final-cta-inner{z-index:2;max-width:850px;margin:0 auto;position:relative}.rolo-final-cta .rolo-eyebrow{color:#ddc58f}.rolo-final-cta h2{color:#fff;letter-spacing:-.055em;margin-bottom:24px;font-size:clamp(3.2rem,6.5vw,6.4rem);line-height:.97}.rolo-final-cta-inner>p:not(.rolo-eyebrow){color:#ffffffab;max-width:650px;margin:0 auto 34px;font-size:1.08rem;line-height:1.75}.rolo-final-actions{justify-content:center;align-items:center;gap:25px;display:flex}.rolo-final-actions>a:last-child{color:#ffffffc7;font-size:.84rem;font-weight:700}.rolo-final-actions>a:last-child:hover{color:#fff}.rolo-final-cta-inner>span{color:#fff6;letter-spacing:.08em;margin-top:25px;font-size:.67rem;display:block}.rolo-footer{color:#fff;background:#181c1b;padding:78px max(24px,50% - 590px) 28px}.rolo-footer-main{justify-content:space-between;gap:80px;padding-bottom:70px;display:flex}.rolo-footer-brand{max-width:370px}.rolo-footer-brand .rolo-brand-subtitle{display:block}.rolo-footer-brand p{color:#ffffff7a;margin-top:24px;font-size:.9rem}.rolo-footer-links{grid-template-columns:repeat(3,1fr);gap:45px;width:min(100%,570px);display:grid}.rolo-footer-links h3{color:#fff;letter-spacing:.14em;text-transform:uppercase;margin-bottom:18px;font-family:Inter,Arial,sans-serif;font-size:.68rem;font-weight:700}.rolo-footer-links a,.rolo-footer-links span{color:#ffffff80;margin-bottom:11px;font-size:.82rem;display:block}.rolo-footer-links a:hover{color:#fff}.rolo-footer-bottom{border-top:1px solid #ffffff1c;justify-content:space-between;gap:20px;padding-top:25px;display:flex}.rolo-footer-bottom p{color:#ffffff54;margin-bottom:0;font-size:.66rem}@media (max-width:1100px){.rolo-hero-inner{gap:45px}.rolo-floating-story{left:-35px}.rolo-floating-qr{right:-25px}.rolo-example-grid,.rolo-founder-grid{gap:65px}.rolo-example-stamp{right:-15px}}@media (max-width:980px){.rolo-nav{display:none}.rolo-hero{min-height:auto}.rolo-hero-inner{grid-template-columns:1fr;padding-top:155px;padding-bottom:130px}.rolo-hero-copy{max-width:760px}.rolo-hero-visual{justify-self:center;width:min(100%,500px);margin-top:20px}.rolo-example-grid{grid-template-columns:.8fr 1.2fr;gap:55px}.rolo-memory-preview{grid-template-columns:1fr}.rolo-memory-preview article{min-height:0}.rolo-feature-grid{grid-template-columns:repeat(2,1fr)}.rolo-founder-grid{grid-template-columns:1fr}.rolo-founder-image-wrap,.rolo-founder-copy{max-width:760px}.rolo-faq-grid{grid-template-columns:1fr;gap:55px}.rolo-faq-heading{position:static}}@media (max-width:780px){.rolo-header{width:calc(100% - 32px);min-height:88px}.rolo-header .rolo-brand-subtitle,.rolo-login-link{display:none}.rolo-header-actions{gap:0}.rolo-section-shell{width:calc(100% - 32px)}.rolo-hero-inner{width:calc(100% - 32px);padding-top:130px;padding-bottom:105px}.rolo-hero h1{font-size:clamp(3.2rem,14vw,5.4rem)}.rolo-floating-card{min-width:220px}.rolo-floating-story{left:-15px}.rolo-floating-qr{right:-10px}.rolo-example,.rolo-how,.rolo-features,.rolo-founder,.rolo-pricing,.rolo-faq{padding:100px 0}.rolo-example-grid{grid-template-columns:1fr}.rolo-example-image-column{width:min(100%,520px);margin:0 auto}.rolo-example-content{max-width:680px}.rolo-steps{grid-template-columns:1fr}.rolo-step-card{min-height:0}.rolo-step-top{margin-bottom:42px}.rolo-pricing-card{grid-template-columns:1fr}.rolo-footer-main{flex-direction:column}.rolo-footer-links{width:100%}}@media (max-width:560px){.rolo-brand-name{font-size:1.7rem}.rolo-button-small{min-height:40px;padding:11px 15px;font-size:.72rem}.rolo-hero-actions{flex-direction:column}.rolo-hero-actions .rolo-button{width:100%}.rolo-hero-price{margin-top:28px}.rolo-hero-visual{padding-left:0;padding-right:0}.rolo-portrait-frame{border-radius:170px 170px 25px 25px}.rolo-floating-card{width:calc(100% - 28px);min-width:0;margin-left:auto;margin-right:auto;position:relative;bottom:auto;left:auto;right:auto}.rolo-floating-story{z-index:5;margin-top:-24px}.rolo-floating-qr,.rolo-scroll-indicator{display:none}.rolo-section-heading{margin-bottom:44px}.rolo-section-heading h2,.rolo-example-content h2{font-size:clamp(2.65rem,13vw,4.25rem)}.rolo-example-grid{gap:60px}.rolo-example-stamp{width:94px;height:94px;bottom:25px;right:-4px}.rolo-memory-preview{border-radius:15px}.rolo-how-note{border-radius:18px;align-items:flex-start;width:100%}.rolo-feature-grid{grid-template-columns:1fr}.rolo-feature-card{min-height:0}.rolo-founder-image{min-height:390px}.rolo-founder-image-wrap:before{top:-10px;right:-10px}.rolo-pricing-summary,.rolo-pricing-included{padding:42px 24px}.rolo-price-lockup strong{font-size:6rem}.rolo-faq-item summary{padding-right:38px}.rolo-faq-item p{padding-right:15px}.rolo-final-cta{padding:105px 18px}.rolo-final-actions{flex-direction:column;align-items:stretch}.rolo-final-actions .rolo-button{width:100%}.rolo-footer{padding-top:62px}.rolo-footer-main{gap:50px;padding-bottom:52px}.rolo-footer-links{grid-template-columns:1fr 1fr;gap:38px}.rolo-footer-bottom{flex-direction:column}}@media (max-width:380px){.rolo-header{width:calc(100% - 24px)}.rolo-header-actions .rolo-button{max-width:138px}.rolo-section-shell,.rolo-hero-inner{width:calc(100% - 26px)}.rolo-footer-links{grid-template-columns:1fr}}.legal-page{color:#242725;background:#f8f5ef;min-height:100vh;padding:44px 24px 90px}.legal-container{width:min(100%,860px);margin:0 auto}.legal-back{color:#86672f;margin-bottom:70px;font-size:.84rem;font-weight:700;text-decoration:none;transition:transform .18s;display:inline-flex}.legal-back:hover{transform:translate(-4px)}.legal-header{margin-bottom:70px}.legal-eyebrow{color:#86672f;letter-spacing:.18em;text-transform:uppercase;margin-bottom:18px;font-size:.67rem;font-weight:700}.legal-header h1{color:#242725;letter-spacing:-.055em;margin:0 0 18px;font-family:Playfair Display,Georgia,serif;font-size:clamp(3.2rem,8vw,6.3rem);font-weight:600;line-height:.98}.legal-updated{color:#85857e;margin-bottom:45px;font-size:.76rem}.legal-intro{border-left:2px solid #b89555;padding:30px 0 30px 28px}.legal-intro p{color:#4f524d;max-width:720px;margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.4rem,3vw,2rem);line-height:1.5}.legal-content{font-size:.98rem;line-height:1.85}.legal-content section{border-top:1px solid #2b2b2b21;padding:45px 0}.legal-content h2{color:#242725;margin:0 0 20px;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1.15}.legal-content h3{color:#242725;margin:30px 0 12px;font-size:1rem}.legal-content p{color:#62645f;margin:0 0 18px}.legal-content ul{color:#62645f;gap:11px;margin:20px 0;padding-left:23px;display:grid}.legal-content a{color:#86672f;font-weight:650}.legal-content strong{color:#343734}.legal-notice{background:#fffdf9;border:1px solid #b8955540;border-radius:16px;margin:25px 0;padding:22px 24px}.legal-notice p:last-child{margin-bottom:0}.legal-footer{color:#fff;text-align:center;background:#202523;border-radius:24px;margin-top:70px;padding:42px}.legal-footer h3{color:#fff;margin:0 0 12px;font-family:Playfair Display,Georgia,serif;font-size:2rem}.legal-footer p{color:#ffffff9e;margin-bottom:12px}.legal-footer a{color:#ddc58f;font-weight:700;text-decoration:none}@media (max-width:600px){.legal-page{padding:28px 18px 65px}.legal-back,.legal-header{margin-bottom:50px}.legal-intro{padding-left:20px}.legal-content section{padding:35px 0}.legal-footer{padding:35px 22px}}.story-page{background:radial-gradient(circle at 50% 0,#b8955514,#0000 30rem),#faf9f7}.story-welcome{max-width:920px;padding-top:clamp(5rem,11vw,9rem);padding-bottom:clamp(5rem,10vw,8rem);position:relative}.story-welcome:before{content:"";background:linear-gradient(#0000,#b89555);width:1px;height:54px;margin:0 auto 34px;display:block}.story-welcome .story-section-label{margin-bottom:18px}.story-welcome h1{text-wrap:balance;max-width:790px;margin-bottom:24px;margin-left:auto;margin-right:auto}.story-welcome>p:not(.story-section-label):not(.story-share-message){max-width:660px;margin-left:auto;margin-right:auto;font-size:1.08rem;line-height:1.85}.story-welcome-actions{flex-wrap:wrap;justify-content:center;gap:13px;margin-top:34px;display:flex}.story-welcome-actions .button{min-width:180px}.story-welcome-actions .button-secondary{color:#2b2b2b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border-color:#c9c1b3;box-shadow:0 8px 28px #2b2b2b0f}.story-welcome-actions .button-secondary:hover{color:#2b2b2b;background:#fff;border-color:#b89555}.story-share-message{color:#6f552c;background:#f8f4ebe6;border:1px solid #b8955547;border-radius:999px;max-width:560px;margin:20px auto 0;padding:12px 18px;font-size:.84rem;font-weight:600;line-height:1.5}.story-hero{position:relative}.story-hero:before{z-index:-1;filter:blur(2px);content:"";background:#b8955514;border-radius:50%;width:330px;height:330px;position:absolute;top:10%;right:6%}.story-hero-image-wrapper{position:relative}.story-hero-image-wrapper:before{z-index:-1;content:"";border:1px solid #b895553d;border-radius:36px;position:absolute;inset:-18px}.example-story-portrait{aspect-ratio:4/5;object-fit:cover}.story-profile-placeholder{aspect-ratio:4/5;background:radial-gradient(circle at 34% 28%,#ffffff38,#0000 26%),linear-gradient(145deg,#9f865a,#353b38);border-radius:30px;width:100%;max-width:470px;height:auto;font-size:clamp(4rem,10vw,8rem);box-shadow:0 28px 70px #26201b29}.story-hero-quote{color:#6b6257}.story-section{position:relative}.story-life-section{max-width:1000px}.story-section-heading{max-width:720px;margin-bottom:44px}.story-section-heading h2{text-wrap:balance}.story-body{max-width:780px}.story-body p:first-child:first-letter{float:left;color:#9a7741;margin:8px 10px 0 0;font-family:Playfair Display,Georgia,serif;font-size:4.8rem;font-weight:600;line-height:.75}.story-memories-section{max-width:1180px}.example-memory-list{margin-top:clamp(3rem,7vw,5rem)}.example-memory-card{box-shadow:none;background:0 0;border:0}.example-memory-image-wrapper{border-radius:30px;min-height:380px;position:relative;box-shadow:0 24px 60px #2b2b2b1f}.example-memory-image{min-height:380px}.story-memory-video{border-radius:inherit;object-fit:cover;background:#1e2221;width:100%;height:100%;min-height:380px;display:block}.example-memory-content{padding:clamp(1rem,3vw,2rem)}.example-memory-content h3,.story-memory-card h3{font-size:clamp(2rem,4vw,3.2rem)}.story-memory-card{background:linear-gradient(145deg,#fffffff5,#f8f4ebc2);border-color:#b895553d;border-radius:28px;padding:clamp(2rem,5vw,3.5rem);position:relative;overflow:hidden;box-shadow:0 18px 55px #2b2b2b12}.story-memory-card:before{content:"";background:#b89555;width:5px;height:100%;position:absolute;top:0;left:0}.story-quotes-section{max-width:960px}.story-quotes-list{gap:22px}.story-quote{text-align:center;background:radial-gradient(circle at 10% 10%,#b895551f,#0000 14rem),#fff;border:1px solid #b8955538;border-radius:24px;padding:clamp(2rem,5vw,3.5rem);font-family:Playfair Display,Georgia,serif;font-size:clamp(1.3rem,3vw,2rem);line-height:1.55;position:relative;box-shadow:0 18px 50px #2b2b2b0f}.story-quote:before{color:#b89555;content:"“";margin-bottom:16px;font-family:Playfair Display,Georgia,serif;font-size:4rem;line-height:.6;display:block}.story-candle-section{background:radial-gradient(circle at 50% 15%,#ddb35b29,#0000 17rem),linear-gradient(145deg,#fffdf8,#f4ede0);border:1px solid #b8955540;border-radius:32px;width:min(100% - 40px,900px);margin-top:40px;margin-bottom:40px;padding:clamp(3.5rem,8vw,6.5rem) clamp(1.5rem,6vw,5rem);box-shadow:0 24px 70px #2b2b2b14}.story-candle-icon{background:#ffffffb8;border:1px solid #b8955552;border-radius:50%;place-items:center;width:78px;height:78px;margin:0 auto 24px;display:grid;box-shadow:0 12px 35px #b8955526,inset 0 0 20px #b8955514}.story-candle-count{max-width:600px}.story-candle-intro{max-width:600px;margin-left:auto;margin-right:auto}.story-candle-button{margin-top:12px;box-shadow:0 10px 28px #8e6d3633}.story-candle-button:disabled{cursor:default;opacity:.82;background:#a5a096;border-color:#a5a096;transform:none}.story-candle-message{color:#645d53;max-width:540px;margin:18px auto 0;font-size:.88rem;font-weight:600}.story-share-section{width:min(100% - 40px,960px);padding-top:clamp(5rem,10vw,8rem);padding-bottom:clamp(5rem,10vw,8rem)}.story-share-actions{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;max-width:920px}.story-share-button{color:#393632;cursor:pointer;background:#ffffffd1;border:1px solid #dedbd4;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:96px;padding:17px 12px;font-size:.84rem;font-weight:700;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:flex;box-shadow:0 8px 30px #2b2b2b0b}.story-share-button span{font-size:1.25rem;line-height:1}.story-share-button:hover{background:#fff;border-color:#b89555a8;transform:translateY(-3px);box-shadow:0 12px 34px #2b2b2b14}.story-share-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.story-qr-section{color:#fff;background:#202523;border-radius:32px;width:min(100% - 40px,900px);margin-bottom:clamp(5rem,10vw,9rem);padding:clamp(3.5rem,8vw,6.5rem) clamp(1.5rem,6vw,5rem);box-shadow:0 30px 80px #1e22212e}.story-qr-section .story-section-label{color:#dfc38e}.story-qr-section h2{color:#fff;max-width:680px;margin-left:auto;margin-right:auto}.story-qr-wrapper{background:#fff;border:7px solid #ffffff1f;border-radius:24px;margin-top:28px;padding:22px;position:relative;box-shadow:0 22px 55px #00000038}.story-qr-wrapper:after{content:"";background:#b895552e;height:1px;position:absolute;bottom:8px;left:8px;right:8px}.story-qr-text{color:#ffffffad}.story-qr-text+.story-qr-text{margin-top:7px}.story-qr-download-button{color:#252927;background:#dfc38e;border-color:#dfc38e;margin-top:30px;box-shadow:0 10px 30px #0003}.story-qr-download-button:hover{color:#252927;background:#fff;border-color:#fff}.story-qr-download-button:disabled{cursor:wait;opacity:.68;transform:none}.story-footer{padding-top:54px;padding-bottom:54px}.story-footer p:first-child{color:#dfc38e;font-family:Playfair Display,Georgia,serif;font-size:1.1rem}.story-footer p:last-child{letter-spacing:.12em;text-transform:uppercase}.story-page button:focus-visible,.story-page a:focus-visible{outline-offset:4px;outline:3px solid #b8955580}@media (max-width:900px){.story-share-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.example-memory-image-wrapper,.example-memory-image,.story-memory-video{min-height:300px}}@media (max-width:640px){.story-welcome{padding-left:18px;padding-right:18px}.story-welcome:before{height:38px;margin-bottom:26px}.story-welcome-actions{flex-direction:column}.story-welcome-actions .button{width:100%}.story-share-message{border-radius:16px}.story-hero-image-wrapper:before{border-radius:26px;inset:-10px}.story-profile-placeholder{border-radius:22px}.story-body p:first-child:first-letter{font-size:3.9rem}.example-memory-image-wrapper,.example-memory-image,.story-memory-video{min-height:240px}.story-memory-card{padding:28px 22px}.story-candle-section,.story-qr-section{border-radius:24px;width:calc(100% - 28px)}.story-share-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.story-share-button{min-height:88px}.story-qr-wrapper{padding:16px}.story-qr-wrapper svg{width:min(180px,58vw);height:auto}.story-qr-download-button{width:100%}}@media (max-width:390px){.story-share-actions{grid-template-columns:1fr}.story-share-button{flex-direction:row;min-height:64px}}@media (prefers-reduced-motion:reduce){.story-page *,.story-page :before,.story-page :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.keepsake-preview-shell{justify-items:center;gap:18px;width:100%;display:grid}.memorial-product-preview{aspect-ratio:5/7;border:1px solid var(--border);background:var(--surface);width:min(100%,430px);box-shadow:var(--shadow);border-radius:28px;position:relative;overflow:hidden}.memorial-product-background{background:radial-gradient(circle at top right, #b8955538, transparent 34%), radial-gradient(circle at bottom left, #2e6f5724, transparent 36%), linear-gradient(160deg, var(--surface) 0%, var(--background) 52%, var(--surface-muted) 100%);position:absolute;inset:0}.memorial-product-background:before,.memorial-product-background:after{content:"";border:1px solid #b895553d;border-radius:50%;position:absolute}.memorial-product-background:before{width:280px;height:280px;top:-150px;right:-120px}.memorial-product-background:after{width:220px;height:220px;bottom:-130px;left:-95px}.memorial-product-content{z-index:1;text-align:center;grid-template-rows:auto auto auto 1fr auto auto;justify-items:center;min-height:100%;padding:24px 26px 20px;display:grid;position:relative}.memorial-product-brand{gap:1px;margin-bottom:14px;display:grid}.memorial-product-brand-name{color:var(--gold-dark);letter-spacing:.14em;font-family:Playfair Display,Georgia,serif;font-size:1.4rem;font-weight:700}.memorial-product-brand-subtitle{color:var(--text-soft);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:600}.memorial-product-portrait-wrapper{border:5px solid #ffffffeb;border-radius:50%;width:118px;height:118px;margin-bottom:12px;overflow:hidden;box-shadow:0 12px 32px #2b2b2b29}.memorial-product-portrait{object-fit:cover;width:100%;height:100%}.memorial-product-portrait-placeholder{background:var(--surface-muted);width:100%;height:100%;color:var(--gold-dark);place-items:center;font-family:Playfair Display,Georgia,serif;font-size:3rem;font-weight:600;display:grid}.memorial-product-details{width:100%}.memorial-product-label{color:var(--green);letter-spacing:.14em;text-transform:uppercase;margin:0 0 4px;font-size:.72rem;font-weight:700}.memorial-product-details h2{color:var(--text);margin:0;font-family:Playfair Display,Georgia,serif;font-size:clamp(1.45rem,4vw,1.9rem);line-height:1.05}.memorial-product-dates{color:var(--gold-dark);letter-spacing:.08em;margin:5px 0 0;font-size:.88rem;font-weight:600}.memorial-product-quote{max-width:280px;color:var(--text-soft);margin:10px auto 0;font-family:Playfair Display,Georgia,serif;font-size:.82rem;font-style:italic;line-height:1.35}.memorial-product-qr-area{align-self:end;justify-items:center;gap:6px;margin-top:10px;padding-top:8px;display:grid}.memorial-product-qr{border:1px solid var(--border);background:#fff;border-radius:12px;place-items:center;padding:8px;display:grid;box-shadow:0 8px 22px #2b2b2b14}.memorial-product-qr-area p{color:var(--text-soft);margin:0;font-size:.64rem;font-weight:600;line-height:1.25}.memorial-product-footer{color:var(--gold-dark);letter-spacing:.04em;margin-top:7px;font-size:.58rem;font-weight:600}.keepsake-preview-caption{max-width:460px;color:var(--text-soft);text-align:center;margin:0;font-size:.9rem}.memorial-product-qr svg{width:104px;height:104px}@media (max-width:520px){.memorial-product-preview{border-radius:22px}.memorial-product-content{padding:20px 18px 16px}.memorial-product-portrait-wrapper{width:104px;height:104px}.memorial-product-details h2{font-size:1.45rem}.memorial-product-quote{max-width:240px;font-size:.76rem}.memorial-product-qr svg{width:96px;height:96px}.keepsake-preview-caption{font-size:.82rem}}.keepsake-products{width:min(100%, var(--max-width));grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0 auto;display:grid}.keepsake-product-card{border:1px solid var(--border);border-radius:var(--radius-medium);background:linear-gradient(145deg,#fffffffa,#faf9f7f0);flex-direction:column;align-items:flex-start;min-height:360px;padding:32px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #2b2b2b14}.keepsake-product-card:hover{border-color:#b895558c;transform:translateY(-4px);box-shadow:0 26px 65px #2b2b2b1f}.keepsake-product-card:before{content:"";pointer-events:none;background:#b895551a;border-radius:50%;width:190px;height:190px;position:absolute;top:-110px;right:-90px}.keepsake-product-card h2{margin:0 0 14px;font-family:Playfair Display,Georgia,serif;font-size:1.7rem;line-height:1.2;position:relative}.keepsake-product-card>p{color:var(--text-soft);margin:0;position:relative}.keepsake-price{color:var(--gold-dark);margin-top:auto;padding:28px 0 20px;font-family:Playfair Display,Georgia,serif;font-size:2rem;font-weight:700;position:relative}.keepsake-product-card .button{justify-content:center;width:100%;position:relative}.keepsake-product-card .button:disabled{cursor:not-allowed;opacity:.58}.keepsake-featured{border:2px solid var(--gold);background:radial-gradient(circle at top right, #b8955533, transparent 38%), linear-gradient(145deg, #fff, var(--surface-muted));transform:translateY(-10px)}.keepsake-badge{background:var(--gold);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-self:flex-start;margin-bottom:18px;padding:6px 12px;font-size:.72rem;font-weight:700;position:relative}@media (max-width:900px){.keepsake-products{grid-template-columns:1fr;max-width:620px}.keepsake-product-card{min-height:300px}.keepsake-featured,.keepsake-featured:hover{transform:none}}@media (max-width:520px){.keepsake-product-card{min-height:280px;padding:26px 22px}.keepsake-product-card h2{font-size:1.5rem}.keepsake-price{font-size:1.8rem}}.keepsakes-page{background:var(--background);min-height:100vh;padding:64px 24px 80px}.keepsakes-page>.dashboard-section{width:min(100%, var(--max-width));margin:0 auto 64px}.keepsakes-page .keepsake-products{margin-bottom:64px}@media (max-width:700px){.keepsakes-page{padding:40px 18px 64px}.keepsakes-page>.dashboard-section{margin-bottom:48px}}.keepsakes-hero{width:min(100%, var(--max-width));border:1px solid var(--border);border-radius:var(--radius-large);background:radial-gradient(circle at top right, #b8955524, transparent 32%), var(--surface);grid-template-columns:minmax(0,.8fr) minmax(340px,520px);align-items:center;gap:clamp(48px,8vw,110px);margin:0 auto 80px;padding:clamp(36px,6vw,72px);display:grid;box-shadow:0 24px 70px #2b2b2b12}.keepsakes-hero-copy{max-width:500px}.keepsakes-hero-copy h1{letter-spacing:-.035em;margin:12px 0 22px;font-family:Playfair Display,Georgia,serif;font-size:clamp(2.7rem,5vw,4.7rem);line-height:.98}.keepsakes-hero-copy>p:last-child{max-width:440px;color:var(--text-soft);margin:0;font-size:1.05rem;line-height:1.75}.keepsakes-hero .keepsake-preview-shell{justify-self:center}.keepsakes-hero .memorial-product-preview{width:min(100%,390px)}.keepsakes-hero .keepsake-preview-caption{max-width:390px;font-size:.82rem}@media (max-width:900px){.keepsakes-hero{text-align:center;grid-template-columns:1fr;gap:42px;padding:42px 28px}.keepsakes-hero-copy{max-width:680px;margin:0 auto}.keepsakes-hero-copy>p:last-child{margin-left:auto;margin-right:auto}.keepsakes-hero-copy h1{font-size:clamp(2.5rem,9vw,4.2rem)}}@media (max-width:520px){.keepsakes-hero{border-radius:24px;margin-bottom:56px;padding:30px 18px}.keepsakes-hero-copy h1{font-size:clamp(2.3rem,12vw,3.2rem);line-height:1.02}.keepsakes-hero-copy>p:last-child{font-size:.98rem}}.dashboard-summary-card-link{color:inherit;cursor:pointer;text-decoration:none;display:block}.dashboard-summary-card-link:hover{transform:translateY(-2px)}.dashboard-summary-card-link:focus-visible{outline-offset:4px;outline:2px solid}.qr-centre-page{max-width:1200px;margin:0 auto;padding:72px 32px}.qr-centre-header{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:56px;display:flex}.qr-centre-header h1{margin:0;font-size:4rem;line-height:1}.qr-centre-header p{color:#6d6d6d;max-width:640px;margin-top:18px}.qr-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;display:grid}.qr-card{background:#fff;border:1px solid #ece8df;border-radius:28px;padding:32px;box-shadow:0 10px 30px #0000000d}.qr-card-photo{object-fit:cover;border-radius:50%;width:90px;height:90px;margin-bottom:20px}.qr-card-placeholder{color:#8a6f2f;background:#efe6d2;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:20px;font-size:2rem;font-weight:700;display:flex}.qr-card h3{margin:0;font-size:1.7rem}.qr-status{color:#26734d;background:#e7f5ec;border-radius:999px;margin-top:10px;padding:6px 14px;font-size:.9rem;font-weight:600;display:inline-block}.qr-code-box{justify-content:center;padding:30px 0;display:flex}.qr-actions{flex-direction:column;gap:14px;display:flex}.qr-actions a{font-weight:600;text-decoration:none}.keepsakes-page{max-width:1400px;margin:0 auto;padding:72px 32px 96px}.keepsakes-hero{grid-template-columns:1fr 460px;align-items:center;gap:72px;margin-bottom:80px;display:grid}.keepsakes-hero-copy h1{color:#0f172a;margin:18px 0 28px;font-size:clamp(2.6rem,5vw,4.3rem);line-height:1.05}.keepsakes-hero-copy p{color:#475569;max-width:640px;font-size:1.15rem;line-height:1.9}.keepsakes-hero-actions{flex-wrap:wrap;gap:18px;margin-top:36px;display:flex}.keepsake-benefits{grid-template-columns:repeat(4,1fr);gap:24px;margin:80px 0;display:grid}.keepsake-benefit{background:#fff;border:1px solid #e5e7eb;border-radius:22px;gap:18px;padding:28px;display:flex;box-shadow:0 12px 40px #0f172a0d}.keepsake-benefit span{color:#fff;background:#0f766e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.keepsake-benefit strong{color:#0f172a;margin-bottom:8px;font-size:1rem;display:block}.keepsake-benefit p{color:#64748b;margin:0;line-height:1.7}.keepsake-products-section{margin:90px 0}.keepsake-section-heading{text-align:center;max-width:760px;margin:0 auto 56px}.keepsake-section-heading h2{margin:18px 0;font-size:clamp(2rem,4vw,3rem)}.keepsake-section-heading p{color:#64748b;line-height:1.8}.keepsake-products{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.keepsake-product-card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;flex-direction:column;padding:36px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 18px 50px #0f172a14}.keepsake-product-card:hover{transform:translateY(-8px);box-shadow:0 28px 70px #0f172a24}.keepsake-featured{border:2px solid #0f766e;transform:scale(1.03)}.keepsake-featured:hover{transform:scale(1.03)translateY(-8px)}.keepsake-badge{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:#0f766e;border-radius:999px;padding:8px 18px;font-size:.82rem;font-weight:700;position:absolute;top:-16px;left:32px}.keepsake-product-copy{margin-top:8px;margin-bottom:32px}.keepsake-product-type{color:#0f766e;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.82rem;font-weight:700}.keepsake-product-copy h3{color:#0f172a;margin-bottom:16px;font-size:1.6rem}.keepsake-product-copy p{color:#64748b;line-height:1.8}.keepsake-feature-list{margin:0 0 32px;padding:0;list-style:none}.keepsake-feature-list li{color:#334155;margin-bottom:14px;padding-left:28px;position:relative}.keepsake-feature-list li:before{content:"✓";color:#0f766e;font-weight:700;position:absolute;left:0}.keepsake-product-footer{justify-content:space-between;align-items:end;gap:24px;margin-top:auto;display:flex}.keepsake-price-label{color:#64748b;margin-bottom:6px;font-size:.85rem;display:block}.keepsake-price{color:#0f172a;font-size:2rem;font-weight:700}.keepsake-care-section{background:linear-gradient(135deg,#f8fafc,#eef7f7);border-radius:32px;align-items:center;gap:36px;margin:100px 0;padding:48px;display:flex}.keepsake-care-mark{color:#fff;background:#0f766e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;font-size:2rem;font-weight:700;display:flex}.keepsake-care-section h2{color:#0f172a;margin:12px 0 18px;font-size:2rem}.keepsake-care-section p{color:#64748b;line-height:1.9}.keepsake-page-footer{justify-content:space-between;align-items:center;gap:24px;margin-top:64px;display:flex}.keepsake-dashboard-link{color:#0f766e;font-weight:600;text-decoration:none}.keepsake-dashboard-link:hover{text-decoration:underline}@media (max-width:1100px){.keepsakes-hero,.keepsake-products,.keepsake-benefits{grid-template-columns:1fr}.keepsake-featured{transform:none}.keepsake-featured:hover{transform:translateY(-8px)}}@media (max-width:700px){.keepsakes-page{padding:40px 20px 72px}.keepsake-page-footer,.keepsakes-hero-actions,.keepsake-product-footer,.keepsake-care-section{flex-direction:column;align-items:stretch}.keepsake-care-mark{margin:0 auto}.keepsake-product-copy,.keepsake-section-heading{text-align:center}}
