:root{--navy-950:#09171c;--navy-900:#10262d;--navy-800:#17343c;--ivory:#fbf8f1;--stone:#eee9df;--taupe:#d8cec0;--charcoal:#263337;--muted:#657074;--gold:#a9844f;--gold-light:#d2b887;--olive-grey:#777a6e;--white:#fffdf9;--line:#1a303729;--serif:Georgia, "Times New Roman", serif;--sans:Arial, Helvetica, sans-serif;--shadow:0 26px 70px #09171c1f;--type-display-xl:clamp(3rem, 7.5vw, 6.65rem);--type-display-large:clamp(3rem, 6.5vw, 5.8rem);--type-heading-large:clamp(2.25rem, 5.2vw, 4.4rem);--type-heading-medium:clamp(1.85rem, 3.6vw, 2.65rem);--type-heading-standard:clamp(1.45rem, 2.5vw, 2rem);--type-body-large:clamp(1.15rem, 2vw, 1.42rem);--type-body:18px;--type-body-supporting:.88rem;--type-label:.8rem;--type-caption:.75rem;--type-navigation:.83rem;--type-footer:1rem;--line-display:1.04;--line-heading:1.08;--line-body:1.72;--line-small:1.5;--line-caption:1.48;--type-display-founder:clamp(3rem, 6vw, 5.5rem);--type-display-mobile:2.42rem;--type-heading-card:clamp(1.7rem, 2.7vw, 2.25rem);--type-heading-panel:clamp(2rem, 4vw, 3.2rem);--type-heading-form:clamp(2.1rem, 4vw, 3.5rem);--type-heading-price:clamp(1.65rem, 3vw, 2.15rem);--type-heading-placeholder:clamp(1.25rem, 2vw, 1.75rem);--type-body-hero:clamp(1.2rem, 2vw, 1.42rem);--type-body-page-hero:clamp(1.22rem, 2vw, 1.42rem);--type-body-request-hero:clamp(1.2rem, 2vw, 1.38rem);--type-body-mobile:1.08rem;--type-body-prominent:1.16rem;--type-body-stat:1.12rem;--type-body-strong:1.1rem;--type-body-emphasis:1.08rem;--type-body-reading:1.06rem;--type-body-contact:1.05rem;--type-body-copy:1.04rem;--type-body-card:1.02rem;--type-body-form-hint:.94rem;--type-body-note:.96rem;--type-body-marker:.98rem;--type-control:.9rem;--type-control-small:.86rem;--type-pill:.91rem;--type-label-large:.84rem;--type-label-small:.79rem;--type-label-compact:.78rem;--type-label-micro:.72rem;--type-caption-large:.82rem;--type-caption-small:.68rem;--type-caption-number:.76rem;--type-caption-mobile:.5rem;--type-mobile-menu:.74rem;--type-brand:1.38rem;--type-brand-subtitle:.62rem;--type-brand-mobile:1.12rem;--type-brand-mark:1.4rem;--type-footer-brand:1.9rem;--type-footer-founder:.9rem;--type-footer-meta:.79rem;--type-marker:1.7rem;--type-contact-strip:1.2rem;--type-contact-strip-soft:1.28rem;--type-form-legend:1.5rem;--line-display-mobile:1.02;--line-heading-compact:1.2;--line-body-relaxed:1.68;--line-body-comfortable:1.65;--line-body-story:1.7;--line-body-hero:1.62;--line-body-compact:1.55;--line-label:1.45;--line-pill:1.35;--line-brand:.95;--line-footer-brand:1.18;--line-footer-founder:1.6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);color:var(--charcoal);font-family:var(--sans);font-size:var(--type-body);line-height:var(--line-body);margin:0}a{color:inherit}button,input,select,textarea{font:inherit}button,summary,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy-900);font-family:var(--serif);font-weight:400;line-height:var(--line-display);text-wrap:balance}h1{font-size:var(--type-display-xl);letter-spacing:-.055em}h2{font-size:var(--type-heading-large);letter-spacing:-.045em}h3{font-size:var(--type-heading-standard);letter-spacing:-.025em}::selection{background:var(--gold-light);color:var(--navy-950)}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.container{width:min(1240px,100% - 40px);margin-inline:auto}.narrow{max-width:850px}.section{padding:96px 0}.eyebrow{color:var(--gold);font-size:var(--type-label);letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px;font-weight:700}.eyebrow-light{color:var(--gold-light)}.lead{color:#455459;font-size:var(--type-body-large);line-height:var(--line-body-compact)}.skip-link{z-index:1000;background:var(--white);color:var(--navy-950);padding:12px 18px;position:fixed;top:-100px;left:18px}.skip-link:focus{top:18px}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fbf8f1f2;border-bottom:1px solid #10262d14;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:88px;display:flex}.brand{min-width:0;color:var(--navy-900);flex:0 250px;text-decoration:none;display:block}.brand-logo-frame{border-radius:8px;width:250px;height:62px;display:block;position:relative;overflow:hidden}.brand-logo{object-fit:cover;object-position:center}.desktop-nav{align-items:center;gap:27px;display:none}.desktop-nav a{font-size:var(--type-navigation);padding-block:11px;font-weight:700;text-decoration:none;position:relative}.desktop-nav a:not(.nav-cta):after{background:var(--gold);content:"";height:1px;transition:transform .2s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after,.desktop-nav a:focus-visible:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.nav-cta{background:var(--navy-900);color:var(--white);border-radius:999px;transition:background .2s,transform .2s;padding:11px 17px!important}.nav-cta:hover,.nav-cta:focus-visible{background:var(--gold);transform:translateY(-1px)}.mobile-menu{position:relative}.mobile-menu summary{cursor:pointer;border:1px solid var(--line);min-width:52px;min-height:46px;font-size:var(--type-mobile-menu);text-transform:uppercase;border-radius:999px;place-items:center;font-weight:700;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{background:var(--white);width:min(330px,100vw - 40px);box-shadow:var(--shadow);border:1px solid #10262d1a;border-radius:20px;padding:15px;position:absolute;top:56px;right:0}.mobile-menu nav a{border-radius:10px;padding:13px 12px;font-weight:700;text-decoration:none;display:block}.mobile-menu nav a:hover,.mobile-menu nav a:focus-visible,.mobile-menu nav a[aria-current=page]{background:var(--stone)}.button{border:1px solid var(--navy-900);background:var(--navy-900);min-height:56px;color:var(--white);font-size:var(--type-control);cursor:pointer;border-radius:999px;justify-content:space-between;align-items:center;gap:30px;padding:13px 22px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.button:hover,.button:focus-visible{border-color:var(--gold);background:var(--gold);transform:translateY(-2px)}.button-gold{border-color:var(--gold-light);background:var(--gold-light);color:var(--navy-950)}.button-gold:hover,.button-gold:focus-visible{border-color:var(--white);background:var(--white)}.text-link{color:var(--navy-900);font-size:var(--type-control);-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-underline-offset:6px;align-items:center;gap:10px;font-weight:700;text-decoration-thickness:1px;display:inline-flex}.text-link:hover,.text-link:focus-visible{color:var(--gold)}.text-link-light{color:var(--white)}.button-row{flex-wrap:wrap;align-items:center;gap:22px;display:flex}.asset-placeholder{isolation:isolate;min-height:420px;color:var(--white);box-shadow:var(--shadow);background:linear-gradient(145deg,#c9c1b4 0%,#aeb0a6 47%,#737d7b 100%);border-radius:28px;align-items:flex-end;padding:30px;display:flex;position:relative;overflow:hidden}.asset-placeholder:before{z-index:-1;content:"";background:linear-gradient(#0000 35%,#09171cad 100%);position:absolute;inset:0}.asset-placeholder:after{aspect-ratio:1;z-index:-1;content:"";border:1px solid #ffffff40;border-radius:50%;width:60%;position:absolute;top:-20%;right:-18%}.asset-placeholder .placeholder-flourish{color:var(--gold-light);font-size:var(--type-form-legend);position:absolute;top:24px;left:27px}.asset-placeholder small{color:#ffffffc2;font-size:var(--type-caption-small);letter-spacing:.12em;text-transform:uppercase;margin-bottom:5px;font-weight:700;display:block}.asset-placeholder p{max-width:500px;font-family:var(--serif);font-size:var(--type-heading-placeholder);line-height:var(--line-heading-compact);overflow-wrap:anywhere;margin:0}.home-hero{background:radial-gradient(circle at 14% 4%, #274953 0%, var(--navy-900) 38%, var(--navy-950) 100%);padding:58px 0 76px;position:relative;overflow:hidden}.home-hero:before{content:"";border:1px solid #d2b8872e;border-radius:50%;width:52vw;min-width:480px;height:52vw;min-height:480px;position:absolute;bottom:-35vw;right:-24vw}.home-hero-grid{grid-template-columns:minmax(0,1fr);align-items:center;gap:52px;min-width:0;display:grid}.home-hero-copy{z-index:2;position:relative}.home-hero h1{max-width:770px;color:var(--white);margin-bottom:28px}.hero-lead{color:#ffffffd6;max-width:650px;font-size:var(--type-body-hero);line-height:var(--line-body-hero);margin-bottom:34px}.hero-visual{min-width:0;position:relative}.hero-image{border-radius:220px 220px 28px 28px;min-height:560px}.hero-trust{border-top:1px solid #ffffff29;gap:15px;margin-top:42px;padding-top:25px;display:grid}.hero-trust p{gap:1px;margin:0;display:grid}.hero-trust strong{color:var(--gold-light);font-family:var(--serif);font-size:var(--type-body-stat);font-weight:400}.hero-trust span{color:#ffffffb8;font-size:var(--type-caption-large);line-height:var(--line-label)}.service-overview{background:var(--ivory)}.horizontal-intro{align-items:end;gap:24px;display:grid}.horizontal-intro h2{max-width:720px;margin-bottom:0}.horizontal-intro>p{color:#556368;max-width:500px;font-size:var(--type-body-reading);line-height:var(--line-body)}.home-service-cards{gap:20px;margin-top:48px;display:grid}.home-service-card{background:linear-gradient(135deg,#f5f0e6 0%,#ded5c8 100%);border-radius:24px;flex-direction:column;align-items:flex-start;min-width:0;padding:34px 30px;display:flex;overflow:hidden;box-shadow:0 14px 34px #09171c0f}.home-service-card:nth-child(2n){background:linear-gradient(135deg,#e2e7e5 0%,#f7f3ea 100%)}.service-number{color:var(--gold);font-size:var(--type-label-compact);letter-spacing:.1em;margin-bottom:34px;font-weight:700}.home-service-card h3{max-width:470px;font-size:var(--type-heading-card);line-height:var(--line-heading);margin-bottom:14px}.home-service-card p{color:#4f5d61;max-width:460px;font-size:var(--type-body-card);line-height:var(--line-body-comfortable);margin-bottom:27px}.service-card-link{color:var(--navy-900);font-size:var(--type-control-small);text-underline-offset:5px;align-items:center;gap:10px;margin-top:auto;font-weight:700;text-decoration-color:#a9844fb3;display:inline-flex}.service-card-link:hover,.service-card-link:focus-visible{color:var(--gold)}.section-link{margin-top:34px}.why-section{background:var(--stone);overflow:hidden}.why-layout{align-items:center;gap:68px;display:grid}.why-visual{position:relative}.consultation-image{border-radius:28px 190px 28px 28px;min-height:600px}.why-copy h2{margin-bottom:28px}.why-copy>p{max-width:650px;font-size:var(--type-body-card);line-height:var(--line-body)}.principle-list{border-top:1px solid var(--line);margin:32px 0}.principle-list p{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr;gap:12px;margin:0;padding:14px 0;display:grid}.principle-list p>span:first-child{color:var(--gold);font-size:var(--type-caption-number);font-weight:700}.principle-list p>span:last-child{gap:3px;display:grid}.principle-list strong{color:var(--navy-900);font-size:var(--type-body-marker);font-weight:700}.principle-list small{color:#59666a;font-size:var(--type-body-supporting);line-height:var(--line-small)}.story-section{background:var(--navy-900);padding:82px 0}.story-grid{align-items:center;gap:45px;display:grid}.story-copy h2{color:var(--white)}.story-copy>p:last-child{color:#ffffffc7;max-width:620px;font-size:var(--type-body-reading);line-height:var(--line-body-story)}.story-image{min-height:470px;box-shadow:none;border-radius:180px 28px 28px}.home-final-cta{background:linear-gradient(180deg, var(--ivory), var(--stone));padding-block:78px}.final-cta-panel{background:var(--white);box-shadow:var(--shadow);border-radius:30px;flex-direction:column;align-items:flex-start;gap:26px;padding:42px 30px;display:flex;position:relative;overflow:hidden}.final-cta-panel:after{aspect-ratio:1;content:"";border:1px solid #a9844f47;border-radius:50%;width:240px;position:absolute;top:-100px;right:-100px}.final-cta-panel h2{max-width:700px;margin-bottom:15px}.final-cta-panel p:not(.eyebrow){color:#556368;max-width:620px;font-size:var(--type-body-copy);line-height:var(--line-body-relaxed);margin:0}.home-hero .eyebrow,.service-overview .eyebrow,.why-section .eyebrow,.story-section .eyebrow,.home-final-cta .eyebrow{font-size:var(--type-label-large)}.home-photo.asset-placeholder p{color:#ffffffc2;max-width:420px;font-family:var(--sans);font-size:var(--type-caption-large);font-weight:600;line-height:var(--line-label)}.home-photo.asset-placeholder .placeholder-flourish{opacity:.62}.page-hero{background:linear-gradient(140deg, var(--stone) 0%, var(--ivory) 58%);padding:64px 0 76px;overflow:hidden}.page-hero-grid{grid-template-columns:minmax(0,1fr);align-items:center;gap:42px;min-width:0;display:grid}.page-hero-copy{z-index:2;position:relative}.page-hero h1{max-width:820px;font-size:var(--type-display-large);margin-bottom:24px}.page-hero .lead{max-width:680px}.page-hero-image{border-radius:180px 28px 28px;min-height:450px}.page-hero-no-image{max-width:1000px}.page-hero-compact{padding-bottom:56px}.services-page-hero .lead{color:#4a5a5e;max-width:700px;font-size:var(--type-body-page-hero);line-height:var(--line-body-comfortable)}.services-page-hero .asset-placeholder p{color:#ffffffc7;max-width:410px;font-family:var(--sans);font-size:var(--type-label-large);font-weight:600;line-height:var(--line-caption)}.services-page-hero .asset-placeholder .placeholder-flourish{opacity:.62}.rates-section{background:var(--ivory)}.rates-heading{margin-bottom:40px}.rates-heading h2{max-width:670px}.rates-heading .eyebrow{font-size:var(--type-label-large)}.service-rows{background:var(--white);border-radius:28px;overflow:hidden;box-shadow:0 24px 58px #09171c1a}.service-row{background:#fcf9f2;border-bottom:1px solid #1a30371a;gap:25px;padding:39px 27px;display:grid}.service-row:last-child{border-bottom:0}.service-row:nth-child(2n){background:#f0ebe1}.row-kicker{color:var(--gold);font-size:var(--type-label-small);letter-spacing:.11em;text-transform:uppercase;margin-bottom:10px;font-weight:700}.service-row h3{max-width:540px;font-size:var(--type-heading-medium);line-height:var(--line-heading);margin:0}.service-row>div:last-child{flex-direction:column;justify-content:center;display:flex}.service-row>div:last-child>p:last-child{color:#48595d;max-width:560px;font-size:var(--type-body-emphasis);line-height:var(--line-body-relaxed);margin:11px 0 0}.service-price{color:var(--navy-900);font-family:var(--serif);font-size:var(--type-heading-price);line-height:var(--line-heading-compact);margin:0}.included-price{max-width:470px}.consultation-row{background:linear-gradient(120deg,#e4dccf,#f5efe5)!important}.consultation-row>div:last-child>p:last-child{color:#405256;font-size:var(--type-body-strong)}.standard-fee-note{border-top:1px solid #a9844f61;max-width:990px;margin-top:34px;padding-top:24px}.standard-fee-note h3{font-family:var(--sans);font-size:var(--type-body-strong);letter-spacing:0;margin-bottom:9px;font-weight:700}.standard-fee-note p{color:#536267;max-width:900px;font-size:var(--type-body-supporting);line-height:var(--line-body-relaxed);margin:0}.rates-note{background:var(--navy-900);padding:66px 0}.rates-note-inner{align-items:center;gap:24px;display:grid}.rates-note h2{color:var(--white)}.rates-note-inner>div:last-child{gap:20px;display:grid}.rates-note-inner>div:last-child p{color:#fffc;max-width:540px;font-size:var(--type-body-reading);line-height:var(--line-body-relaxed);margin:0}.rates-note-inner .button{justify-self:start}.partner-problem{background:var(--ivory);padding-block:100px}.partner-problem-grid{gap:28px;display:grid}.partner-problem-grid h2{max-width:710px}.partner-problem-grid>div:last-child{max-width:620px}.funeral-page-hero .lead{color:#4a5a5e;max-width:700px;font-size:var(--type-body-page-hero);line-height:var(--line-body-comfortable)}.funeral-page-hero .asset-placeholder p,.funeral-support-image p{color:#ffffffc2;max-width:410px;font-family:var(--sans);font-size:var(--type-label-large);font-weight:600;line-height:var(--line-caption)}.funeral-page-hero .asset-placeholder .placeholder-flourish,.funeral-support-image .placeholder-flourish{opacity:.62}.funeral-problem-section{padding-block:88px}.partner-problem-copy{border-top:1px solid #b18b4885;padding-top:22px}.partner-problem-copy .lead,.partner-problem-copy p{color:#43545a;font-size:var(--type-body-reading);line-height:var(--line-body)}.partner-problem-copy .lead{color:var(--navy-900)}.partner-benefits{background:var(--stone)}.benefits-layout{gap:56px;display:grid}.benefits-intro{max-width:530px}.benefits-intro .eyebrow,.funeral-support-section .eyebrow,.funeral-partner-cta .eyebrow{font-size:var(--type-label-large)}.benefits-intro>p:last-child{color:#43545a;font-size:var(--type-body-reading);line-height:var(--line-body)}.benefit-list{border-top:1px solid var(--line)}.benefit-list article{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr;gap:14px;padding:27px 0;display:grid}.benefit-list article>span{color:var(--gold);font-size:var(--type-label-micro);font-weight:700}.benefit-list h3{margin-bottom:9px}.benefit-list p{color:#556368;font-size:var(--type-footer);margin:0}.funeral-benefit-panels{gap:13px;display:grid}.funeral-benefit-panels article{background:#fbf7ef;border-radius:20px;grid-template-columns:40px minmax(0,1fr);gap:16px;padding:27px 28px;display:grid}.funeral-benefit-panels article:nth-child(2n){background:#e7dfd3}.funeral-benefit-panels article>span{color:#9a7438;font-size:var(--type-label-compact);letter-spacing:.08em;padding-top:3px;font-weight:750}.funeral-benefit-panels h3{margin-bottom:9px}.funeral-benefit-panels p{color:#42545a;font-size:var(--type-body-reading);line-height:var(--line-body-comfortable);margin:0}.support-section{background:var(--ivory)}.support-grid{align-items:center;gap:52px;display:grid}.support-image{border-radius:28px 180px 28px 28px;min-height:560px}.support-copy h2{margin-bottom:26px}.support-copy>p{max-width:610px}.funeral-support-section .support-copy>p{color:#43545a;font-size:var(--type-body-reading);line-height:var(--line-body)}.partner-contact{flex-wrap:wrap;gap:11px;margin-top:30px;display:flex}.partner-contact a{background:var(--stone);color:var(--navy-900);font-size:var(--type-label-compact);border-radius:999px;padding:9px 13px;font-weight:700;text-decoration:none}.partner-contact a:hover,.partner-contact a:focus-visible{background:var(--navy-900);color:var(--white)}.partnership-labels{flex-wrap:wrap;gap:9px;margin-top:28px;display:flex}.partnership-labels span{color:var(--navy-900);font-size:var(--type-pill);font-weight:700;line-height:var(--line-pill);background:#f0e9de;border:1px solid #b18b4873;border-radius:999px;padding:11px 15px}.partner-cta{background:radial-gradient(circle at 85% 20%, #274852, var(--navy-950) 62%);padding:78px 0}.partner-cta-inner{flex-direction:column;align-items:flex-start;gap:30px;display:flex}.partner-cta h2{max-width:790px;color:var(--white);margin:0}.funeral-partner-cta{padding-block:72px}.founder-section{background:var(--ivory)}.founder-grid{gap:30px;display:grid}.founder-heading h2{font-size:var(--type-display-founder)}.about-page-hero .lead{color:#4a5a5e;max-width:700px;font-size:var(--type-body-page-hero);line-height:var(--line-body-comfortable)}.about-page-hero .asset-placeholder p,.about-preparation-image p{color:#ffffffc2;max-width:410px;font-family:var(--sans);font-size:var(--type-label-large);font-weight:600;line-height:var(--line-caption)}.about-page-hero .asset-placeholder .placeholder-flourish,.about-preparation-image .placeholder-flourish{opacity:.62}.founder-section .eyebrow,.about-approach-section .eyebrow,.about-dignified-story .eyebrow{font-size:var(--type-label-large)}.founder-role{color:#354a51;font-size:var(--type-body-emphasis);font-weight:750;line-height:var(--line-label);margin:17px 0 0}.founder-introduction{color:#4a5a5e;max-width:500px;font-size:var(--type-body-prominent);line-height:var(--line-body-relaxed);margin-top:25px}.founder-narrative{max-width:680px}.founder-narrative p{color:#43545a;font-size:var(--type-body-emphasis);line-height:var(--line-body)}.founder-markers{gap:14px;margin-top:58px;display:grid}.founder-markers p{border-radius:22px;align-content:center;gap:8px;min-height:142px;margin:0;padding:28px;display:grid;box-shadow:0 15px 34px #0e252c12}.founder-markers p:first-child{background:linear-gradient(145deg,#fffaf1,#e9e1d5)}.founder-markers p:nth-child(2){background:linear-gradient(145deg,#e7ddd0,#fbf7ef)}.founder-markers p:nth-child(3){background:linear-gradient(145deg,#dfe4e2,#f8f2e8)}.founder-markers strong{color:var(--navy-900);font-family:var(--serif);font-size:var(--type-marker);font-weight:400}.founder-markers span{color:#46585e;font-size:var(--type-body-marker);line-height:var(--line-small)}.approach-section{background:var(--navy-900)}.approach-grid{align-items:center;gap:48px;display:grid}.approach-copy h2{color:var(--white)}.approach-copy>p:not(.eyebrow){color:#ffffffb8;max-width:620px}.about-approach-section .approach-copy>p:not(.eyebrow){color:#fffc;max-width:680px;font-size:var(--type-body-emphasis);line-height:var(--line-body)}.preparation-image{min-height:560px;box-shadow:none;border-radius:180px 28px 28px}.dignified-story{background:linear-gradient(135deg, var(--stone), #e6ded2);padding-block:78px}.story-statement{gap:24px;display:grid}.story-statement>div{max-width:630px}.story-title{border-top:2px solid var(--gold);padding-top:22px}.story-title h2{margin-bottom:0}.story-statement .button{margin-top:15px}.about-dignified-story .story-title h2 span{display:block}.about-dignified-story .story-copy{padding-top:20px}.about-dignified-story .story-copy p{color:#43545a;font-size:var(--type-body-emphasis);line-height:var(--line-body)}.about-dignified-story .story-copy .button{margin-top:10px}.request-page-hero{padding-block:52px 58px}.request-page-hero .page-hero-grid{display:block}.request-page-hero .page-hero-copy{text-align:center;max-width:1000px;margin-inline:auto}.request-page-hero h1{max-width:none;margin-bottom:20px}.request-page-hero .lead{color:#46575c;max-width:940px;font-size:var(--type-body-request-hero);line-height:var(--line-body-relaxed);margin:0 auto}.request-page-hero .eyebrow{font-size:var(--type-label-large)}.request-section{background:var(--stone)}.request-layout{align-items:start;gap:45px;display:grid}.request-aside{background:var(--navy-900);color:#ffffffb8;border-radius:28px;overflow:hidden}.request-image{min-height:380px;box-shadow:none;border-radius:0}.request-image p{color:#ffffffbd;max-width:340px;font-family:var(--sans);font-size:var(--type-label-large);font-weight:600;line-height:var(--line-caption)}.request-image .placeholder-flourish{opacity:.58}.request-guidance{padding:42px 32px 44px}.request-guidance h2{color:var(--white);font-size:var(--type-heading-panel)}.request-guidance .eyebrow{font-size:var(--type-label-large)}.request-guidance>p:not(.eyebrow){color:#fffc;font-size:var(--type-body-reading);line-height:var(--line-body)}.direct-contact{gap:7px;margin-top:34px;display:grid}.direct-contact a{color:var(--white);font-size:var(--type-body-contact);line-height:var(--line-body-compact);overflow-wrap:anywhere;border-bottom:1px solid #ffffff24;padding:16px 0;text-decoration:none;display:grid}.direct-contact a:hover,.direct-contact a:focus-visible{color:var(--gold-light)}.direct-contact span{color:var(--gold-light);font-size:var(--type-caption-large);letter-spacing:.09em;text-transform:uppercase;margin-bottom:3px;font-weight:700}.form-panel{background:var(--white);box-shadow:var(--shadow);border-radius:28px;padding:34px 22px}.form-panel>h2{font-size:var(--type-heading-form);margin-bottom:30px}.request-form-panel{background:#fffdf8;border:1px solid #10262d14;box-shadow:0 22px 52px #09171c17}.request-form-panel>.eyebrow{font-size:var(--type-label-large)}.development-notice{border-left:3px solid var(--gold);background:var(--stone);color:#44555a;font-size:var(--type-body-supporting);line-height:var(--line-body-compact);margin:-10px 0 28px;padding:12px 14px}.enquiry-form{gap:28px;display:grid}.enquiry-form fieldset{border:0;border-bottom:1px solid #10262d24;gap:23px;margin:0;padding:0 0 31px;display:grid}.enquiry-form fieldset:last-child{border-bottom:0;padding-bottom:0}.enquiry-form legend{width:100%;color:var(--navy-900);font-family:var(--serif);font-size:var(--type-form-legend);line-height:var(--line-heading-compact);margin-bottom:20px}.field-grid{gap:20px;display:grid}.enquiry-form label{color:var(--navy-900);font-size:var(--type-footer);font-weight:700;line-height:var(--line-label);gap:9px;display:grid}.field-hint{color:#58676b;font-size:var(--type-body-form-hint);font-weight:400;line-height:var(--line-body-compact)}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{background:var(--ivory);width:100%;min-height:55px;color:var(--charcoal);font-size:var(--type-footer);border:1px solid #10262d40;border-radius:12px;padding:14px 15px;transition:border-color .2s,box-shadow .2s}.enquiry-form textarea{resize:vertical}.enquiry-form input:hover,.enquiry-form select:hover,.enquiry-form textarea:hover{border-color:var(--gold)}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--gold);outline:0;box-shadow:0 0 0 3px #a9844f2e}.form-confirmation{gap:18px;display:grid}.checkbox{background:var(--stone);border-radius:14px;align-items:start;padding:18px;font-size:var(--type-footer)!important;font-weight:500!important;line-height:var(--line-body-compact)!important;grid-template-columns:auto minmax(0,1fr)!important}.checkbox input{width:21px;min-height:21px;accent-color:var(--navy-900);margin-top:2px}.enquiry-form .button{justify-self:start;min-height:52px}.form-note,.form-message{color:#4d5e63;max-width:660px;font-size:var(--type-body-note);line-height:var(--line-body-hero);margin:0}.form-message:not(:empty){background:var(--stone);color:var(--charcoal);border-radius:12px;padding:14px}.contact-strip{background:var(--gold);color:var(--navy-950)}.contact-strip-soft{color:var(--navy-900);background:#d8cec0;border-top:1px solid #10262d14}.contact-strip-soft .contact-strip-inner{padding-block:27px}.contact-strip-soft p{font-size:var(--type-contact-strip-soft)}.contact-strip-soft a{color:var(--navy-900);font-size:var(--type-footer);-webkit-text-decoration-color:var(--gold);text-decoration-color:var(--gold);text-decoration-thickness:2px}.contact-strip-soft a:hover,.contact-strip-soft a:focus-visible{color:#6e532f}.contact-strip-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-block:25px;display:flex}.contact-strip p{font-family:var(--serif);font-size:var(--type-contact-strip);margin:0}.contact-strip-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 13px;display:flex}.contact-strip-links>span{color:#9a7438;font-weight:700}.contact-strip a{font-size:var(--type-control-small);text-underline-offset:4px;font-weight:700}.site-footer{background:var(--navy-950);color:#ffffffc2;padding:76px 0 27px}.footer-grid{gap:52px;display:grid}.footer-brand{max-width:440px;color:var(--white);font-family:var(--serif);font-size:var(--type-footer-brand);line-height:var(--line-footer-brand);margin-bottom:16px}.footer-tagline{max-width:430px;font-size:var(--type-footer);line-height:var(--line-body-comfortable)}.footer-founder{color:var(--gold-light);font-size:var(--type-footer-founder);line-height:var(--line-footer-founder);margin-top:25px}.footer-heading{color:var(--gold-light);font-size:var(--type-label);letter-spacing:.11em;text-transform:uppercase;font-weight:700}.site-footer nav a,.site-footer div>a{width:fit-content;max-width:100%;font-size:var(--type-footer);line-height:var(--line-body-compact);overflow-wrap:anywhere;word-break:break-word;margin-bottom:12px;text-decoration:none;display:block}.site-footer a:hover,.site-footer a:focus-visible{color:var(--gold-light);text-underline-offset:4px;text-decoration:underline}.footer-bottom{font-size:var(--type-footer-meta);border-top:1px solid #ffffff1f;flex-direction:column;margin-top:56px;padding-top:20px;display:flex}.footer-bottom p{margin:3px 0}@media (min-width:640px){.container{width:min(1240px,100% - 64px)}.hero-trust,.founder-markers{grid-template-columns:repeat(3,1fr)}.home-service-cards,.field-grid{grid-template-columns:1fr 1fr}.form-panel{padding:48px}.final-cta-panel{padding:50px 54px}}@media (min-width:800px){.section{padding:124px 0}.home-hero-grid{grid-template-columns:1.08fr .92fr;gap:70px}.home-hero{padding:70px 0 88px}.hero-image{min-height:660px}.horizontal-intro{grid-template-columns:1.2fr .8fr;gap:80px}.why-layout,.story-grid,.support-grid,.approach-grid{grid-template-columns:.9fr 1.1fr;gap:80px}.story-grid,.approach-grid{grid-template-columns:1.05fr .95fr}.final-cta-panel{align-items:center;justify-content:initial;grid-template-columns:minmax(0,1fr) auto;gap:48px;display:grid}.page-hero-grid{grid-template-columns:1.08fr .92fr;gap:70px}.page-hero{padding:78px 0 88px}.service-row{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:58px;padding:49px 54px}.rates-note-inner,.partner-problem-grid,.benefits-layout,.founder-grid,.story-statement{grid-template-columns:1fr 1fr;gap:64px}.partner-problem-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start;gap:56px}.partner-problem-grid>div:last-child,.benefits-intro,.founder-narrative,.story-statement>div{justify-self:end}.founder-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:start;gap:70px}.about-approach-section .approach-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;gap:70px}.about-dignified-story .story-statement{grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);align-items:start;gap:56px}.about-dignified-story .story-copy{justify-self:start}.partner-cta-inner{grid-template-columns:minmax(0,760px) auto;justify-content:start;align-items:center;gap:56px;display:grid}.request-page-hero{padding:60px 0 64px}.request-layout{grid-template-columns:minmax(300px,.82fr) minmax(0,1.38fr);gap:52px}.request-aside{position:sticky;top:112px}.contact-strip-inner{flex-direction:row;justify-content:center;align-items:center;gap:26px}.footer-grid{grid-template-columns:1.4fr .65fr minmax(260px,.95fr)}.footer-bottom{flex-direction:row;justify-content:space-between}}@media (min-width:640px) and (max-width:999px){.service-field-grid{grid-template-columns:1fr}}@media (min-width:1060px){.desktop-nav{display:flex}.mobile-menu{display:none}}@media (max-width:639px){.container{width:min(100% - 28px,1240px)}.header-inner{gap:10px;min-height:78px}.brand{flex-basis:210px;max-width:calc(100% - 64px)}.brand-logo-frame{width:210px;height:54px}.mobile-menu{flex:none;position:absolute;right:14px}.home-hero{padding-top:42px}.home-hero-copy{min-width:0}.home-hero h1,.page-hero h1{font-size:var(--type-display-mobile);line-height:var(--line-display-mobile)}.hero-lead{font-size:var(--type-body-mobile);line-height:var(--line-body-hero)}.button-row{flex-direction:column;align-items:flex-start}.hero-image{min-height:475px}.asset-placeholder{min-height:360px;padding:24px}.service-row,.request-guidance,.form-panel{padding-inline:20px}.button{width:100%}.button-row .text-link{width:auto}.home-service-card{padding:30px 25px}.combined-break{display:none}.services-page-hero .lead,.about-page-hero .lead,.request-page-hero .lead{font-size:var(--type-body-mobile)}.request-page-hero{padding-block:44px 48px}.request-page-hero .page-hero-copy{text-align:center}.request-guidance{padding-block:36px 40px}.founder-markers p{min-height:0;padding:24px}.about-preparation-image{min-height:410px}.about-dignified-story .story-title h2 span{display:inline}.about-dignified-story .story-title h2 span:not(:last-child):after{content:" "}.service-row{padding:40px 22px}.services-combined-break{display:none}}@media (min-width:800px){.rates-note-inner{grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);gap:48px}}.editorial-image{isolation:isolate;min-width:0;min-height:0;box-shadow:none;background:0 0;border:0;margin:0;position:relative;overflow:clip;-webkit-mask-image:none;mask-image:none}.editorial-image img{object-fit:cover;transform:none}.editorial-image-portrait{aspect-ratio:4/5;border-radius:76px 16px 16px}.editorial-image-context{aspect-ratio:4/5;border-radius:16px 76px 16px 16px}.editorial-image-landscape{aspect-ratio:4/3;border-radius:16px 76px 16px 16px}.hero-image,.consultation-image,.page-hero-image,.story-image,.support-image,.preparation-image,.request-image{min-height:0}.home-photo.hero-image{aspect-ratio:4/5;border-radius:120px 18px 18px}.consultation-image{aspect-ratio:4/5;border-radius:18px 96px 18px 18px}.story-image{aspect-ratio:4/3;border-radius:96px 18px 18px}.services-page-hero .page-hero-image{aspect-ratio:4/3;border-radius:18px 86px 18px 18px}.funeral-page-hero .page-hero-image{aspect-ratio:4/5;border-radius:86px 18px 18px}.funeral-support-image{aspect-ratio:4/3;border-radius:18px 86px 18px 18px}.about-page-hero .page-hero-image{aspect-ratio:4/5;border-radius:86px 18px 18px}.about-preparation-image{aspect-ratio:4/5;border-radius:18px 86px 18px 18px}.request-image{aspect-ratio:4/5;border-radius:0}@media (max-width:799px){.editorial-image-portrait,.editorial-image-context{aspect-ratio:4/5}.editorial-image-landscape{aspect-ratio:4/3}.home-photo.hero-image,.consultation-image,.funeral-page-hero .page-hero-image,.about-page-hero .page-hero-image,.about-preparation-image,.request-image{aspect-ratio:4/5}.story-image,.services-page-hero .page-hero-image,.funeral-support-image{aspect-ratio:4/3}.home-photo.hero-image,.story-image,.funeral-page-hero .page-hero-image,.about-page-hero .page-hero-image{border-radius:64px 14px 14px}.consultation-image,.services-page-hero .page-hero-image,.funeral-support-image,.about-preparation-image{border-radius:14px 64px 14px 14px}.request-image{border-radius:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
