:root{--bg: #fbf8f2;--surface: #ffffff;--surface-warm: #f4eee5;--text: #24211d;--muted: #6f675d;--line: #e2d8cc;--accent: #9a6a3d;--accent-dark: #604126;--forest: #243b31;--radius: 8px;--shadow: 0 24px 70px rgba(42, 33, 24, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{color:var(--muted)}h1,h2,h3{margin:0;color:var(--text);line-height:1.05;letter-spacing:0}h1{font-size:clamp(2.6rem,7vw,5.7rem);max-width:11ch}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{font-size:1.35rem}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(18px,4vw,56px);background:#fbf8f2eb;border-bottom:1px solid rgba(226,216,204,.8);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:210px}.brand img{width:50px;height:50px}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.78rem}.site-nav{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.site-nav a,.header-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:999px;font-weight:700}.site-nav a{padding:8px 12px;color:var(--muted)}.site-nav a[aria-current=page],.site-nav a:hover{color:var(--text);background:var(--surface-warm)}.header-cta,.button{padding:12px 20px;color:#fff;background:var(--forest);border:1px solid var(--forest);box-shadow:0 12px 28px #243b3124}.button.subtle{color:var(--forest);background:transparent}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.85fr);gap:clamp(28px,5vw,72px);align-items:center;min-height:calc(100vh - 84px);padding:clamp(34px,6vw,92px) clamp(18px,5vw,72px)}.hero-copy{max-width:760px}.hero-copy p{max-width:650px;font-size:1.15rem}.hero-actions,.section-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-media{position:relative}.hero-media,.image-panel{position:relative;isolation:isolate;overflow:hidden;border-radius:var(--radius)}.hero-media img,.image-panel img{width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.hero-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:26px}.hero-facts span,.feature-card,.price-card,.event-card,.step,.legal-warning,details,figure{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.hero-facts span{padding:14px;color:var(--muted);font-size:.95rem}.eyebrow{margin:0 0 12px;color:var(--accent-dark);font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.section{padding:clamp(56px,8vw,112px) clamp(18px,5vw,72px)}.section.alt{background:var(--surface-warm)}.section-header{max-width:760px;margin-bottom:32px}.split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:center}.feature-grid,.event-grid,.steps,.pricing-grid,.photo-story,.testimonial-grid,.trust-strip,.keepsake-grid{display:grid;gap:18px}.feature-grid{grid-template-columns:repeat(4,1fr)}.event-grid,.pricing-grid,.testimonial-grid,.keepsake-grid{grid-template-columns:repeat(3,1fr)}.trust-strip{grid-template-columns:repeat(4,1fr);margin-bottom:22px}.steps{grid-template-columns:repeat(5,1fr);gap:0;align-items:stretch}.photo-story{grid-template-columns:minmax(0,.9fr) minmax(0,.9fr) minmax(280px,1fr);align-items:center}.photo-story .image-panel img{aspect-ratio:4 / 3}.feature-card,.event-card,.price-card,figure,.trust-strip article{padding:22px}.step{position:relative;display:grid;align-content:start;min-height:188px;padding:24px 30px 24px 24px;background:var(--surface);border:1px solid var(--line);border-right:0;border-radius:0}.step:first-child{border-radius:var(--radius) 0 0 var(--radius)}.step:last-child{color:#fff;background:var(--forest);border-color:var(--forest);border-right:1px solid var(--forest);border-radius:0 var(--radius) var(--radius) 0}.step:not(:last-child):before,.step:not(:last-child):after{content:"";position:absolute;top:50%;z-index:2;width:0;height:0;border-top:94px solid transparent;border-bottom:94px solid transparent;transform:translateY(-50%);pointer-events:none}.step:not(:last-child):before{right:-31px;border-left:31px solid var(--line)}.step:not(:last-child):after{right:-29px;border-left:29px solid var(--surface)}.step>*{position:relative;z-index:3}.step h3{max-width:11ch}.step p:not(.eyebrow){margin:12px 0 0;color:var(--muted);font-size:.95rem;line-height:1.45}.step:last-child h3,.step:last-child p,.step:last-child .eyebrow{color:#fff}.step:last-child p:not(.eyebrow){color:#ffffffd1}.trust-strip article,.keepsake-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.trust-strip h3,.trust-strip p{margin:0}.trust-strip p{margin-top:8px;font-size:.94rem}.keepsake-card{overflow:hidden}.keepsake-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.keepsake-card div{padding:20px}.keepsake-card h3,.keepsake-card p{margin:0}.keepsake-card p{margin-top:8px}.error-page{display:grid;align-content:center;min-height:calc(100vh - 84px);max-width:760px}.error-page h1{max-width:12ch}.error-page p{max-width:620px;font-size:1.08rem}.price-card.featured{background:var(--forest);color:#fff}.price-card.featured h3,.price-card.featured p,.price-card.featured .eyebrow,.price-card.featured li{color:#fff}.price-card.featured .button.subtle{color:var(--forest);background:#fff;border-color:#fff;box-shadow:none}.price-card.featured .button.subtle:hover,.price-card.featured .button.subtle:focus-visible{color:var(--forest);background:var(--surface-warm);border-color:var(--surface-warm)}.price-badge{display:inline-flex;width:fit-content;margin:0 0 14px;padding:6px 10px;color:var(--forest);background:var(--surface-warm);border-radius:999px;font-size:.78rem;font-weight:800}.price-card.featured .price-badge{color:var(--forest);background:#fff}.price{margin:12px 0;color:var(--text);font-size:2.6rem;font-weight:800}.price-ideal{margin:0 0 12px;color:var(--text);font-weight:750}.price-trust{padding-top:14px;border-top:1px solid var(--line);font-size:.92rem}.price-card.featured .price-trust{border-color:#ffffff47}ul{margin:18px 0 24px;padding-left:20px}li+li{margin-top:8px}.faq-list{display:grid;gap:12px}details{padding:18px 20px}summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;cursor:pointer;font-weight:800;list-style:none}summary::-webkit-details-marker{display:none}summary:after{content:"+";display:inline-grid;width:28px;height:28px;place-items:center;color:var(--accent-dark);border:1px solid var(--line);border-radius:999px;font-size:1rem;line-height:1}summary span{display:block;margin-bottom:4px;color:var(--accent-dark);font-size:.78rem;text-transform:uppercase}details[open]{border-color:#9a6a3d73}details[open] summary:after{transform:rotate(45deg)}blockquote{margin:0 0 18px;font-size:1.05rem}figcaption{font-weight:800}figcaption span{display:block;color:var(--muted);font-weight:500}.inquiry-form{padding:clamp(22px,4vw,40px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}label{display:grid;gap:6px;color:var(--text);font-weight:800}.wide{grid-column:1 / -1}.hp-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}input,select,textarea{width:100%;min-height:46px;padding:10px 12px;color:var(--text);background:#fff;border:1px solid var(--line);border-radius:var(--radius);font:inherit}textarea{resize:vertical}.required-note{margin:0 0 18px;font-size:.9rem}.check{display:flex;align-items:flex-start;gap:10px;margin:18px 0 8px;font-weight:600}.check input{width:auto;min-height:auto;margin-top:6px}.check a,.form-note a{color:var(--forest);font-weight:800;text-decoration:underline;text-underline-offset:.18em}.form-note,.note{font-size:.9rem}:where(a,button,summary,input,select,textarea):focus-visible{outline:3px solid rgba(154,106,61,.42);outline-offset:4px}.legal-content{max-width:880px}.legal-content p{margin:0 0 1rem}.legal-warning{margin-bottom:28px;padding:18px;border-color:#d2b38d;background:#fff6e8}.site-footer{padding:clamp(44px,7vw,84px) clamp(18px,5vw,72px) 28px;background:var(--forest);color:#fff}.site-footer h2,.site-footer h3,.site-footer p,.site-footer a,.site-footer .eyebrow{color:#fff}.site-footer>div:first-child{max-width:780px}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:42px}.footer-grid a{display:block;margin:8px 0;color:#ffffffd1}.footer-note{margin-top:42px;color:#ffffffb3}@keyframes reveal-up{0%{opacity:0;filter:blur(8px);transform:translateY(42px) scale(.985)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes reveal-side{0%{opacity:0;filter:blur(10px);transform:translate(54px) scale(.985)}to{opacity:1;filter:blur(0);transform:translate(0)}}@keyframes image-settle{0%{filter:saturate(.82) contrast(.94);transform:scale(1.075)}to{filter:saturate(1) contrast(1);transform:scale(1)}}@keyframes image-curtain{0%{transform:translate(0)}to{transform:translate(104%)}}@keyframes header-drop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes faq-open{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}.site-header{animation:header-drop .72s cubic-bezier(.2,.72,.18,1) both}.hero-copy>*,.hero-media,.section-header,.split>*,.feature-card,.event-card,.step,.price-card,details,figure,.inquiry-form,.error-page{animation:reveal-up .9s cubic-bezier(.2,.72,.18,1) both}.hero-copy>:nth-child(1){animation-delay:.06s}.hero-copy>:nth-child(2){animation-delay:.16s}.hero-copy>:nth-child(3){animation-delay:.28s}.hero-copy>:nth-child(4){animation-delay:.4s}.hero-copy>:nth-child(5){animation-delay:.52s}.hero-media{animation:reveal-side 1s cubic-bezier(.2,.72,.18,1) .22s both}.hero-media:after,.image-panel:after{content:"";position:absolute;inset:0;z-index:2;background:var(--surface-warm);transform:translate(104%);pointer-events:none}.section.alt .image-panel:after{background:var(--bg)}.hero-media:after{animation:image-curtain 1.05s cubic-bezier(.76,0,.24,1) .38s both}.hero-media img,.image-panel img{animation:image-settle 1.2s cubic-bezier(.2,.72,.18,1) both}:where(.feature-grid,.event-grid,.steps,.pricing-grid,.testimonial-grid)>:nth-child(2),.faq-list>:nth-child(2){animation-delay:.08s}:where(.feature-grid,.event-grid,.steps,.pricing-grid,.testimonial-grid)>:nth-child(3),.faq-list>:nth-child(3){animation-delay:.16s}:where(.feature-grid,.event-grid,.steps,.pricing-grid,.testimonial-grid)>:nth-child(4),.faq-list>:nth-child(4){animation-delay:.24s}:where(.feature-grid,.event-grid,.steps,.pricing-grid,.testimonial-grid)>:nth-child(5),.faq-list>:nth-child(5){animation-delay:.32s}:where(.feature-grid,.event-grid,.steps,.pricing-grid,.testimonial-grid)>:nth-child(n+6),.faq-list>:nth-child(n+6){animation-delay:.4s}.site-nav a,.header-cta,.button,.feature-card,.event-card,.step,.price-card,details,figure,input,select,textarea,summary:after,.hero-media img,.image-panel img{transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,filter .26s ease,transform .26s ease}@media(hover:hover)and (pointer:fine){.button:hover,.header-cta:hover{transform:translateY(-4px);box-shadow:0 22px 42px #243b313d}.button.subtle:hover,.site-nav a:hover{transform:translateY(-2px)}.feature-card:hover,.event-card:hover,.step:hover,.price-card:hover,figure:hover,details:hover{transform:translateY(-6px);box-shadow:0 24px 58px #2a211821}.steps .step:hover{transform:translateY(-4px)}.hero-media:hover img,.image-panel:hover img{transform:scale(1.04);filter:saturate(1.06) contrast(1.04)}}details[open]>p{animation:faq-open .34s ease both}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:#9a6a3db3;box-shadow:0 0 0 4px #9a6a3d1f}@supports (animation-timeline: view()){.section-header,.split>*,.feature-card,.event-card,.step,.price-card,details,figure,.inquiry-form{animation-timeline:view();animation-range:entry -6% cover 36%}.image-panel:after{animation:image-curtain 1s cubic-bezier(.76,0,.24,1) both;animation-timeline:view();animation-range:entry 0% cover 34%}.image-panel img{animation-timeline:view();animation-range:entry 0% cover 38%}}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@media(max-width:980px){.site-header{align-items:flex-start;flex-wrap:wrap;gap:12px 18px}.site-nav{order:3;width:100%;justify-content:flex-start}.hero,.split,.feature-grid,.event-grid,.pricing-grid,.photo-story,.testimonial-grid,.trust-strip,.keepsake-grid,.steps,.footer-grid{grid-template-columns:1fr}.hero{min-height:0}.hero-media img{aspect-ratio:16 / 11}@media(prefers-reduced-motion:no-preference){.hero-media{animation:reveal-up .9s cubic-bezier(.2,.72,.18,1) .22s both}}.steps{gap:12px}.step,.step:first-child,.step:last-child{min-height:0;padding:22px;border:1px solid var(--line);border-radius:var(--radius)}.step:last-child{border-color:var(--forest)}.step:not(:last-child):before,.step:not(:last-child):after{inset:auto auto -18px 50%;border-top:18px solid var(--line);border-right:18px solid transparent;border-bottom:0;border-left:18px solid transparent;transform:translate(-50%)}.step:not(:last-child):after{bottom:-16px;border-top-color:var(--surface)}}@media(max-width:620px){.site-header{align-items:center;padding-block:10px}.brand{min-width:0}.brand img{width:42px;height:42px}.brand small{display:none}.header-cta{padding-inline:14px;min-height:40px}.site-nav{gap:4px}.site-nav a{min-height:38px;padding:6px 10px}.hero-facts,.form-grid{grid-template-columns:1fr}h1{font-size:2.55rem}}
