:root{--ink:#183b56;--heading:#143b5b;--muted:#657f94;--blue:#2866a0;--blue-bright:#288fc2;--sky:#e9f5fc;--sky-soft:#f4faff;--line:#e0edf5;--red:#d87578;--white:#fff;--radius:22px;--shadow:0 14px 42px rgba(31,77,109,.065);--max:1216px;--header:139px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header) + 22px)}body{margin:0;color:var(--ink);background:#fff;font:16px/1.55 'Segoe UI',Arial,sans-serif;-webkit-font-smoothing:antialiased}body.locked{overflow:hidden}button,input,select,textarea{font:inherit}button,a,input,select,summary,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{color:inherit}p,h1,h2,h3,h4{margin:0}h1,h2,h3,h4{color:var(--heading)}h2{font-size:32px;line-height:1.22;letter-spacing:-.7px;font-weight:750}h3{font-size:20px;line-height:1.35;letter-spacing:-.25px}p{color:var(--muted)}small{font-size:12px}svg.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.container{width:min(var(--max),calc(100% - 64px));margin-inline:auto}.section{padding:60px 0}.section-soft{background:linear-gradient(110deg,#f5fbff,#fff 85%)}.eyebrow{font-size:11px;letter-spacing:1.55px;font-weight:750;text-transform:uppercase;color:#628ba8;margin-bottom:13px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}.section-head p{max-width:640px;margin-top:10px;font-size:15px}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:650;color:var(--blue);white-space:nowrap}.text-link .icon{width:17px;height:17px}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.btn{min-height:48px;border:1px solid transparent;border-radius:12px;padding:12px 20px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:650;font-size:14px;line-height:1.25;transition:background .18s,box-shadow .18s,transform .18s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(112deg,#2d6095,#278ebe);color:white;box-shadow:0 6px 14px rgba(29,106,159,.12)}.btn-primary:hover{background:linear-gradient(112deg,#244d7c,#187cae);box-shadow:0 8px 20px rgba(29,106,159,.17)}.btn-white{background:#fff;color:var(--blue);border-color:#d5e7f3}.btn-white:hover{background:#f7fcff}.btn-soft{background:#eaf5fc;color:var(--blue);border-color:#dcecf6}.btn .icon{width:19px;height:19px}.icon-round{width:46px;height:46px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#e7f4fd;color:var(--blue);flex-shrink:0}.muted{color:var(--muted)}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:8px;left:12px;transform:translateY(-150%);padding:12px;background:white;color:var(--blue);border-radius:8px}.skip-link:focus{transform:translateY(0)}:focus-visible{outline:3px solid #4c9bcb;outline-offset:4px}button:focus:not(:focus-visible){outline:0}[hidden]{display:none!important}
/* Corporate header and dropdown navigation */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);box-shadow:0 2px 18px rgba(32,69,100,.045)}.header-main{height:86px;display:flex;align-items:center;gap:28px}.brand{flex-shrink:0;display:block;width:236px}.brand img{width:100%;height:78px;object-fit:contain}.header-separator{height:34px;width:1px;background:var(--line)}.header-info{display:flex;gap:10px;align-items:center;font-size:12px;line-height:1.45}.header-info .icon{color:#6187a4;width:22px;height:22px}.header-info strong{display:block;font-weight:650}.header-info span{display:block;color:var(--muted)}.header-contact{margin-left:auto;display:flex;gap:15px;align-items:center}.phone-block{display:flex;align-items:center;gap:9px}.phone-block .icon-round{width:37px;height:37px}.phone-number{font-size:17px;font-weight:750;letter-spacing:-.4px;white-space:nowrap}.phone-caption{font-size:10px;color:var(--muted)}.header-contact .btn{min-height:43px;padding:11px 17px;font-size:13px}.mobile-toggle{display:none;border:1px solid var(--line);background:var(--sky-soft);border-radius:10px;width:44px;height:44px;align-items:center;justify-content:center}.nav-wrap{border-top:1px solid #edf3f8;border-bottom:1px solid #edf3f8}.nav-inner{position:relative}.main-nav{display:flex;align-items:stretch;justify-content:space-between;min-height:51px;gap:4px}.nav-entry>button,.nav-entry>a{height:50px;display:flex;align-items:center;gap:7px;padding:0 12px;border:0;background:none;font-size:13px;font-weight:600;border-radius:8px;white-space:nowrap}.nav-entry>button:hover,.nav-entry>a:hover,.nav-entry>button[aria-expanded=true]{color:var(--blue);background:#f2f8fd}.nav-entry>button>.icon{width:13px;height:13px;transition:transform .2s}.nav-entry>button[aria-expanded=true]>.icon{transform:rotate(180deg)}.nav-entry:first-child>button{padding-left:0}.nav-calculator>a{color:var(--blue)!important}.nav-calculator .icon{width:16px;height:16px}.dropdown{display:none;position:absolute;left:0;top:calc(100% + 1px);width:100%;background:white;padding:27px 30px;box-shadow:0 22px 40px rgba(20,57,85,.14);border:1px solid var(--line);border-top:0;border-radius:0 0 22px 22px;z-index:53}.nav-entry.is-open .dropdown{display:block;animation:drop-in .15s ease-out}.dropdown-grid{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:28px}.dropdown-label{font-size:11px;font-weight:750;letter-spacing:1.1px;text-transform:uppercase;color:#7690a4;margin-bottom:9px}.dropdown-links{display:grid;gap:2px;align-content:start}.dropdown-links a{font-size:14px;display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px}.dropdown-links a:hover{color:var(--blue);background:#eff7fd}.dropdown-links a>.icon{width:17px;height:17px;color:#83acc6}.dropdown-highlight{background:linear-gradient(125deg,#ebf7ff,#f8fbff);border-radius:16px;padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:13px}.dropdown-highlight h3{font-size:19px}.dropdown-highlight p{font-size:13px}.dropdown-highlight .btn{min-height:40px;font-size:12px}.dropdown-backdrop{position:fixed;inset:var(--header) 0 0;background:rgba(21,50,74,.13);z-index:45;backdrop-filter:blur(2px)}@keyframes drop-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}
/* First screen */
.hero{position:relative;isolation:isolate;overflow:hidden;background:#eff8fd;min-height:480px}.hero-photo{position:absolute;top:0;right:0;width:57%;height:100%;object-fit:cover;object-position:56% 42%;z-index:-2}.hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#f0f8fd 0%,#f0f8fd 35%,rgba(240,248,253,.94) 42%,rgba(240,248,253,.35) 58%,rgba(240,248,253,0) 73%)}.hero-content{padding:50px 0 31px;position:relative;min-height:480px}.hero-copy{width:55%;max-width:645px}.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:47px;font-weight:700;line-height:1.08;letter-spacing:-1.45px;max-width:635px}.hero-subtitle{max-width:503px;font-size:15px;line-height:1.65;margin:20px 0 22px;color:#536e85}.hero-actions{display:flex;gap:11px;flex-wrap:wrap}.hero-note{font-size:11px;max-width:420px;margin-top:15px}.hero-bottom{display:flex;gap:25px;margin-top:29px;max-width:620px}.hero-benefit{display:flex;gap:8px;align-items:flex-start;font-size:11px;line-height:1.4}.hero-benefit .icon{width:24px;height:24px;color:#477ea4}.hero-benefit span{display:block}.hero-floating{position:absolute;right:0;bottom:38px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.85);border-radius:18px;padding:15px 19px;max-width:251px;display:flex;gap:11px;box-shadow:0 9px 32px rgba(26,66,103,.06)}.hero-floating .icon{color:var(--red);width:25px;height:25px}.hero-floating strong{font-size:12px;display:block;margin-bottom:3px}.hero-floating p{font-size:11px;line-height:1.5}
/* Scenarios and services */
.scenarios{padding:37px 0 10px}.scenarios h2{font-size:26px;margin-bottom:22px}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.scenario-card{display:grid;grid-template-columns:90px 1fr;gap:17px;background:linear-gradient(110deg,#fff,#f1f9ff);border:1px solid #e6f0f6;border-radius:17px;overflow:hidden;min-height:160px;box-shadow:0 6px 19px rgba(41,88,120,.03);transition:box-shadow .2s,transform .2s}.scenario-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.scenario-card>img{width:90px;height:100%;object-fit:cover}.scenario-body{padding:20px 15px 16px 0}.scenario-body h3{font-size:15px;margin-bottom:8px}.scenario-body p{font-size:12px;line-height:1.55;margin-bottom:10px}.scenario-body .text-link{font-size:11px;gap:5px}.scenario-body .text-link .icon{width:13px;height:13px}.services{padding:42px 0 48px}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.service-card{padding:24px;border:1px solid #e7f1f8;border-radius:18px;background:linear-gradient(140deg,#f4faff,#eef8ff);min-height:228px;display:flex;flex-direction:column;align-items:flex-start;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.service-card .icon-round{border-radius:14px;margin-bottom:19px;width:51px;height:51px;background:#e0f0fc}.service-card .icon-round .icon{width:29px;height:29px}.service-card h3{font-size:18px;margin-bottom:10px}.service-card p{font-size:13px;line-height:1.65;margin-bottom:16px}.service-card .text-link{margin-top:auto;font-size:12px}.service-more{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid #e1edf5;border-radius:30px;background:#fff;font-size:12px;color:#567b97}.chip:hover{background:#edf7fd;color:var(--blue)}.chip .icon{width:14px;height:14px}
/* Prices */
.prices-section{padding:0 0 58px}.prices-box{padding:32px;border-radius:25px;background:linear-gradient(108deg,#edf8ff,#e6f3fb 72%,#dcecf8);position:relative;overflow:hidden}.prices-layout{display:grid;grid-template-columns:minmax(0,1fr) 238px;gap:25px}.prices-title-row{display:flex;align-items:center;justify-content:space-between;gap:15px}.prices-title-row h2{font-size:28px}.prices-box p{font-size:13px;margin-top:8px}.demo-badge{display:inline-flex;align-items:center;gap:5px;border:1px solid #d4e5f1;background:rgba(255,255,255,.75);color:#648096;border-radius:6px;padding:3px 7px;font-size:10px;font-weight:550;line-height:1.35;white-space:nowrap}.tabs{display:flex;gap:7px;flex-wrap:wrap;margin:21px 0 18px}.tab{display:flex;align-items:center;gap:6px;border:0;background:transparent;border-radius:9px;color:#4f728e;font-size:13px;font-weight:650;padding:10px 17px}.tab .icon{width:17px;height:17px}.tab[aria-selected=true]{color:#fff;background:linear-gradient(100deg,#3573a4,#2f97c6);box-shadow:0 4px 11px #c2d9e9}.tab:not([aria-selected=true]):hover{background:#dff0fc}.table-wrap{border-radius:13px;overflow:auto;background:rgba(255,255,255,.86)}table{width:100%;border-collapse:collapse;text-align:left;line-height:1.4;font-size:13px}th{font-size:11px;font-weight:650;color:#5d819b;background:#f4fafe;padding:15px 14px;white-space:normal}td{padding:15px 14px;border-top:1px solid #e7f0f6;color:#5b748a}td:not(:first-child){color:#1d4160;font-weight:700;white-space:nowrap}td:first-child{min-width:135px}.price-explanation{font-size:11px!important;margin-top:13px!important;line-height:1.6}.price-side{display:flex;flex-direction:column;justify-content:flex-end;position:relative;min-height:318px;padding-top:123px}.price-cat{position:absolute;top:0;right:-6px;width:226px;height:202px;object-fit:cover;object-position:50% 30%;border-radius:100px 100px 18px 18px;mask-image:linear-gradient(#000 74%,transparent);-webkit-mask-image:linear-gradient(#000 74%,transparent)}.price-side-card{background:rgba(255,255,255,.95);z-index:1;padding:20px;border-radius:17px;box-shadow:0 12px 25px rgba(61,98,128,.09)}.price-side-card>.icon{color:#4884af;margin-bottom:10px}.price-side-card p{font-size:12px;line-height:1.6;margin:0 0 15px}.price-side-card .btn{width:100%;font-size:12px;min-height:43px;padding-inline:8px}
/* Interactive calculator */
.calculator-section{background:linear-gradient(130deg,#f8fbfe,#f1f8fc);border-top:1px solid #edf5fa;border-bottom:1px solid #edf5fa;padding:57px 0 61px}.calculator-head{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:28px}.calculator-head h2{font-size:36px;letter-spacing:-1.1px}.calculator-head p{max-width:715px;margin-top:11px;font-size:14px}.calculator-head .head-note{display:flex;gap:8px;align-items:center;font-size:12px;color:#6587a1;white-space:nowrap;padding-top:9px}.head-note .icon{width:19px;height:19px}.calc-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(0,.85fr);gap:26px;align-items:start}.calc-form{background:#fff;border:1px solid #e0edf4;border-radius:23px;padding:29px;box-shadow:0 7px 25px rgba(49,88,118,.035)}.calc-step{border:0;padding:0;margin:0 0 25px;min-width:0}.calc-step:last-child{margin-bottom:0}.calc-step legend{display:flex;align-items:center;gap:9px;color:#698298;letter-spacing:.9px;font-size:11px;font-weight:750;text-transform:uppercase;margin-bottom:12px;padding:0}.step-num{width:23px;height:23px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:11px;letter-spacing:0;background:#eaf5fd;color:#3c83b2}.choice-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.choice{position:relative;display:flex;border:1px solid #dfe9f0;border-radius:12px;padding:13px 14px;gap:9px;align-items:center;cursor:pointer;background:#fff;transition:border-color .17s,background .17s;min-width:0}.choice:hover{border-color:#9dc3df;background:#f8fcff}.choice:has(input:checked){border-color:#4b94c4;background:#eef7ff;box-shadow:inset 0 0 0 .5px #4b94c4}.choice:has(input:checked) .choice-title{color:#256799}.choice input{accent-color:#397fac;flex-shrink:0;width:14px;height:14px;margin:0}.choice-title{display:block;font-size:13px;font-weight:650;line-height:1.45}.choice-subtitle{display:block;font-size:11px;line-height:1.4;color:#8395a4;margin-top:3px}.species-select-row{display:flex;gap:8px;margin-bottom:12px}.pill-choice{display:flex;align-items:center;gap:7px;cursor:pointer;padding:9px 14px;border:1px solid #dfe9f0;border-radius:9px;font-size:12px;line-height:1.3}.pill-choice .icon{width:17px;height:17px}.pill-choice input{position:absolute;opacity:0;width:1px;height:1px}.pill-choice:has(input:checked){background:#eaf5fd;border-color:#4b94c4;color:#276e9e}.pill-choice:has(input:focus-visible){outline:3px solid #4c9bcb;outline-offset:3px}.weight-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.weight-options .choice{padding:10px;justify-content:center;font-size:12px;text-align:center}.weight-options .choice input{position:absolute;opacity:0}.weight-options .choice:has(input:focus-visible){outline:3px solid #4c9bcb;outline-offset:2px}.weight-options .choice-title{font-size:12px;font-weight:550}.calc-hint{font-size:11px!important;line-height:1.5;margin-top:9px!important}.cremation-options{display:grid;grid-template-columns:1fr 1fr;gap:9px}.no-cremation{grid-column:1/-1;padding:10px 14px}.no-cremation .choice-title{font-size:12px}.check-line{display:flex;align-items:flex-start;gap:10px;padding:7px 0;cursor:pointer}.check-line input{accent-color:#337eac;width:17px;height:17px;flex-shrink:0;margin:3px 0 0}.check-line strong{display:block;font-size:13px;font-weight:550;line-height:1.45}.check-line small{display:block;color:#8b9baa;font-size:11px;margin-top:2px}.check-line:has(input:disabled){opacity:.45;cursor:default}.calc-summary{position:sticky;top:calc(var(--header) + 22px);border-radius:23px;padding:29px;background:linear-gradient(130deg,#254f72,#163b5b 80%);color:#fff;box-shadow:0 18px 38px rgba(30,71,103,.12);overflow:hidden}.calc-summary:before{content:'';position:absolute;width:280px;height:280px;border:1px solid rgba(188,224,248,.1);border-radius:50%;top:-159px;right:-96px;pointer-events:none}.summary-eyebrow{color:#b6cee0;font-size:11px;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:8px;margin-bottom:10px}.summary-eyebrow .icon{width:17px;height:17px}.calc-total{font:700 48px/1.15 Georgia,serif;letter-spacing:-.7px;color:#fff}.calc-total small{font-size:23px;margin-right:5px}.calc-summary .summary-sub{font-size:11px;color:#bdd2e2;line-height:1.5;margin-top:8px}.summary-items{margin:21px 0 16px;padding:17px 0;border-top:1px solid rgba(212,237,255,.18);border-bottom:1px solid rgba(212,237,255,.18);display:grid;gap:12px}.summary-item{display:flex;align-items:baseline;justify-content:space-between;gap:16px;font-size:12px;line-height:1.5;color:#d3e3ee}.summary-item strong{font-size:13px;color:#fff;white-space:nowrap;font-weight:650}.summary-item.unpriced strong{color:#b9d5e8;font-size:11px;font-weight:550}.summary-disclaimer{font-size:12px!important;color:#bdd2e2!important;line-height:1.7;margin-bottom:21px}.summary-primary{width:100%;background:#fff;color:#234f75;border:1px solid #fff;box-shadow:0 5px 20px rgba(0,0,0,.05);font-size:13px}.summary-primary:hover{background:#eaf5fd}.summary-copy{background:none;border:0;color:#c9deee;display:flex;align-items:center;justify-content:center;gap:7px;width:100%;font-size:11px;margin-top:15px;padding:4px}.summary-copy .icon{width:14px;height:14px}.calc-footnote{display:flex;align-items:flex-start;gap:8px;margin-top:14px;font-size:11px;color:#7893a8;line-height:1.6;max-width:465px}.calc-footnote .icon{width:15px;height:15px;margin-top:1px}.summary-state{font-size:11px;color:#f8d9d5;line-height:1.5;min-height:0;margin-top:8px}
/* Process and trust */
.process{padding:57px 0 29px}.process-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:23px;margin-top:28px}.process-item{position:relative}.process-item:not(:last-child):after{content:'';position:absolute;top:23px;left:50px;right:-23px;height:1px;background:#d9eaf5}.process-number{display:inline-flex;align-items:center;justify-content:center;width:47px;height:47px;border-radius:50%;color:#397ba8;background:linear-gradient(120deg,#e6f5ff,#cee5f6);font-size:20px;font-weight:750;position:relative;z-index:1;margin-bottom:16px}.process-item h3{font-size:14px;line-height:1.4;margin-bottom:7px}.process-item p{font-size:12px;line-height:1.65;max-width:203px}.trust{padding:30px 0 49px}.trust h2{font-size:28px}.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;margin-top:23px}.trust-item{display:flex;align-items:flex-start;gap:12px}.trust-item .icon-round{width:43px;height:43px}.trust-value{font-size:23px;line-height:1.25;font-weight:750;letter-spacing:-.5px;margin-bottom:4px}.trust-label{font-size:11px;color:#7890a4;line-height:1.55}.team-section{padding:13px 0 56px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:21px}.team-card{border:1px solid #e3eef5;border-radius:16px;overflow:hidden;background:linear-gradient(#fff,#f7fbfe);box-shadow:0 6px 18px rgba(55,91,115,.025)}.team-card>img{width:100%;aspect-ratio:1.43;object-fit:cover;object-position:50% 30%}.team-body{padding:17px 19px 20px}.team-body h3{font-size:15px;margin-bottom:5px}.team-body .role{font-size:11px;color:#7493a9}.team-body p{font-size:12px;line-height:1.7;margin-top:12px}.team-label{display:flex;align-items:center;gap:6px;font-size:10px;color:#5985a2;margin-top:13px}.team-label .icon{width:14px;height:14px}
/* Crematorium */
.crematorium{padding:0 0 56px}.crematorium-grid{display:grid;grid-template-columns:1.04fr 1.4fr .57fr;gap:26px;align-items:stretch}.crematorium-image{width:100%;height:100%;min-height:300px;object-fit:cover;border-radius:19px}.crematorium-copy{padding:10px 0}.crematorium-copy h2{font-size:29px;line-height:1.2;max-width:450px}.crematorium-copy>p{font-size:13px;line-height:1.85;margin-top:16px}.crematorium-types{display:flex;gap:9px;margin-top:16px;flex-wrap:wrap}.crematorium-types .chip{font-size:11px;padding:7px 11px}.cremation-proof{display:flex;gap:19px;margin-top:22px}.proof-item{font-size:11px;line-height:1.5;color:#6c889e;flex:1}.proof-item .icon{display:block;width:25px;height:25px;color:#4d87b2;margin-bottom:9px}.urn-card{border-radius:17px;background:#f2f9fd;overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column}.urn-card>img{width:100%;height:196px;object-fit:cover}.urn-card-text{padding:17px 14px}.urn-card-text h3{font-size:13px;margin-bottom:7px}.urn-card-text p{font-size:11px;line-height:1.55}.urn-card-text .text-link{font-size:11px;margin-top:12px}
/* Reviews */
.reviews{padding:48px 0 50px;background:linear-gradient(100deg,#f3faff,#f8fcff)}.reviews-head-extra{display:flex;align-items:center;gap:14px}.arrow-button{width:36px;height:36px;border-radius:50%;border:1px solid #d7e7f1;background:white;display:inline-flex;align-items:center;justify-content:center;color:#447da5}.arrow-button .icon{width:16px;height:16px}.arrow-button:hover{background:#e8f4fd}.reviews-controls{display:flex;gap:7px}.reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 38px)/3);gap:19px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:2px 1px 15px}.reviews-track::-webkit-scrollbar{display:none}.review-card{scroll-snap-align:start;min-width:0;background:#fff;border-radius:18px;border:1px solid #e2edf5;padding:23px;display:flex;flex-direction:column;box-shadow:0 7px 23px rgba(48,86,116,.035)}.review-top{display:flex;align-items:center;gap:11px}.review-avatar{width:40px;height:40px;background:#eaf3fa;color:#5c88a8;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:15px;font-weight:650;flex-shrink:0}.review-name{font-size:13px;font-weight:700}.review-meta{font-size:10px;color:#92a4b2;margin-top:2px}.review-stars{color:#d5a565;letter-spacing:3px;font-size:13px;margin:16px 0 11px}.review-title{font-size:14px;font-weight:650;color:#264e6b;margin-bottom:9px}.review-text{font-size:12px;line-height:1.8;margin:0 0 20px;color:#6e8496}.review-topic{margin-top:auto;color:#7e9cb2;font-size:10px;display:flex;align-items:center;gap:5px}.review-topic .icon{width:14px;height:14px}
/* Geography and editorial */
.geography{padding:53px 0}.geo-box{display:grid;grid-template-columns:1.1fr 1fr;gap:37px;align-items:center;border-radius:22px;background:linear-gradient(100deg,#f0f9ff,#fafcfe);padding:30px}.geo-copy h2{font-size:29px;max-width:480px}.geo-copy>p{font-size:13px;line-height:1.75;margin-top:14px;max-width:500px}.geo-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.geo-chips .chip{font-size:11px;padding:6px 10px}.geo-map{min-height:252px;position:relative;border-radius:17px;overflow:hidden;background:#e9f2f8}.geo-map>img{width:100%;height:100%;position:absolute;object-fit:cover;filter:saturate(.6);opacity:.75}.geo-map:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(241,248,253,.8),transparent 55%);pointer-events:none}.geo-caption{position:absolute;left:16px;right:16px;bottom:16px;z-index:1;background:rgba(255,255,255,.96);padding:14px 16px;display:flex;align-items:center;gap:9px;border-radius:12px;font-size:12px;font-weight:600}.geo-caption .icon{color:#4c8db9}.faq-section{padding:0 0 48px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;align-items:start}.faq-item{background:linear-gradient(110deg,#fff,#f8fcff);border:1px solid #e0edf6;border-radius:12px;overflow:hidden}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 18px;list-style:none;cursor:pointer;font-size:13px;font-weight:650}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary>.icon{width:15px;height:15px;color:#7498b3;transition:transform .2s;flex-shrink:0}.faq-item[open] summary>.icon{transform:rotate(180deg)}.faq-answer{font-size:13px;line-height:1.8;padding:0 18px 19px;color:#6a8398}.articles-section{padding:0 0 53px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.article-card{border:1px solid #e1edf5;border-radius:17px;overflow:hidden;display:flex;align-items:stretch;background:#fff;transition:box-shadow .2s}.article-card:hover{box-shadow:var(--shadow)}.article-card>img{width:99px;object-fit:cover}.article-content{padding:19px 17px;min-width:0}.article-content small{font-size:9px;color:#82a0b7;text-transform:uppercase;letter-spacing:.7px}.article-content h3{font-size:14px;line-height:1.45;margin:7px 0 14px}.article-content .text-link{font-size:11px}
/* Bottom contact block: intentionally no photograph */
.contact-section{padding:0 0 55px}.contact-box{display:grid;grid-template-columns:1fr 1.08fr;gap:48px;background:linear-gradient(118deg,#eaf6ff,#f2f9ff 53%,#e0f0fc);border:1px solid #dcecf7;border-radius:25px;padding:39px;position:relative;overflow:hidden}.contact-box:before{content:'';position:absolute;width:380px;height:380px;border:1px solid rgba(122,176,213,.15);border-radius:50%;left:-142px;bottom:-259px;pointer-events:none}.contact-copy{padding:7px 0}.contact-copy h2{font-size:35px;letter-spacing:-1px;max-width:450px}.contact-copy>p{font-size:14px;line-height:1.8;margin-top:17px;max-width:420px}.large-phone{display:flex;gap:12px;align-items:center;margin:24px 0}.large-phone .icon-round{width:48px;height:48px;background:#fff}.large-phone strong{font-size:25px;font-weight:750;letter-spacing:-.7px}.large-phone small{display:block;font-size:11px;color:#7693a9;margin-top:2px}.contact-benefits{display:flex;gap:18px;margin-top:25px}.contact-benefit{display:flex;gap:7px;align-items:flex-start;font-size:11px;line-height:1.5;max-width:170px;color:#7190a7}.contact-benefit .icon{width:20px;height:20px;color:#5590b5}.contact-form{background:#fff;border:1px solid #e5eef6;border-radius:19px;padding:26px;box-shadow:0 12px 27px rgba(52,88,119,.05)}.contact-form h3{font-size:20px;margin-bottom:7px}.contact-form>.form-intro{font-size:12px;margin-bottom:20px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-field{display:flex;flex-direction:column;gap:7px;min-width:0}.form-field.full{grid-column:1/-1}.form-field label{font-size:11px;color:#5e7d93;font-weight:650}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #ddeaf3;border-radius:9px;background:#fbfdff;color:#284c67;font-size:13px;padding:11px 12px;min-height:44px;resize:vertical}.form-field textarea{min-height:75px}.form-field input::placeholder,.form-field textarea::placeholder{color:#9aafbf}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:0;border-color:#79acce;box-shadow:0 0 0 3px #edf7ff}.consent{display:flex;align-items:flex-start;gap:9px;font-size:10px;color:#8a9cac;line-height:1.6;margin:15px 0}.consent input{margin:2px 0 0;accent-color:#337cad;flex-shrink:0;width:15px;height:15px}.consent button{border:0;padding:0;background:none;color:#5c88a7;text-decoration:underline;font:inherit;cursor:pointer}.contact-form .btn-primary{width:100%;min-height:46px}.form-status{font-size:12px;line-height:1.6;margin-top:11px;color:#95553e}.form-status.success{color:#487964}.form-message{display:none}.site-footer{padding:35px 0 21px;border-top:1px solid #e7eff5;background:#fbfdff}.footer-top{display:flex;align-items:center;gap:33px;justify-content:space-between;padding-bottom:25px;border-bottom:1px solid #e4eef5}.footer-brand{width:209px;flex-shrink:0}.footer-brand img{width:209px;height:69px;object-fit:contain}.footer-nav{display:flex;flex-wrap:wrap;gap:13px 21px;font-size:11px;color:#5b7b95;max-width:565px}.footer-nav a:hover{color:var(--blue)}.footer-phone .phone-number{font-size:16px}.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:25px;font-size:10px;line-height:1.8;color:#93a5b4;padding-top:19px}.footer-bottom p{font-size:10px;color:#93a5b4;max-width:570px}.footer-bottom button{background:none;padding:0;border:0;font-size:10px;color:#809aae;cursor:pointer}.footer-message{display:flex;align-items:center;gap:9px;font-family:Georgia,serif;font-style:italic;font-size:14px!important;color:#6c89a3!important}.footer-message .icon{width:19px;height:19px;color:#cd7f83}.mobile-callbar{display:none}.back-top{position:fixed;right:19px;bottom:24px;width:37px;height:37px;display:flex;align-items:center;justify-content:center;border:1px solid #d9e9f4;border-radius:50%;background:rgba(255,255,255,.95);color:#4c87b2;box-shadow:0 5px 15px rgba(32,73,104,.08);z-index:30;opacity:0;pointer-events:none;transition:opacity .2s}.back-top.is-visible{opacity:1;pointer-events:auto}.back-top .icon{width:18px;height:18px;transform:rotate(-90deg)}
/* Dialogs, notification and reduced motion */
.dialog{padding:0;border:1px solid #d6e8f4;border-radius:23px;max-width:605px;width:calc(100% - 36px);max-height:86vh;color:var(--ink);box-shadow:0 24px 90px rgba(24,61,91,.22)}.dialog::backdrop{background:rgba(13,39,60,.35);backdrop-filter:blur(5px)}.dialog-content{padding:34px}.dialog-close{position:absolute;right:17px;top:17px;width:31px;height:31px;border:1px solid var(--line);background:#f5faff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#698aa3}.dialog-close .icon{width:16px;height:16px}.dialog h2{font-size:26px;line-height:1.25;padding-right:17px;margin-bottom:18px}.dialog p{font-size:14px;line-height:1.8;margin-bottom:14px}.dialog-list{padding-left:20px;color:#6c8397;font-size:14px;line-height:1.85}.dialog-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:23px}.dialog-label{font-size:10px;color:#7096b3;letter-spacing:.8px;text-transform:uppercase;margin-bottom:9px}.dialog .contact-form{box-shadow:none;border:0;padding:0}.dialog .contact-form h3{display:none}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,15px);background:#234d6c;color:white;font-size:12px;line-height:1.6;padding:13px 19px;border-radius:12px;box-shadow:0 10px 30px rgba(23,62,91,.16);z-index:99;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;width:max-content;max-width:calc(100% - 36px)}.toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1450px){.hero-photo{width:55%}.hero-content{min-height:505px;padding-top:57px}.hero h1{font-size:50px}.hero-bottom{margin-top:35px}.hero-copy{width:54%}}
@media(max-width:1170px){.container{width:calc(100% - 48px)}.header-main{gap:20px}.header-info.hours{display:none}.header-contact{gap:10px}.brand{width:216px}.header-contact .btn{padding-inline:12px}.nav-entry>button,.nav-entry>a{padding-inline:8px;font-size:12px}.hero h1{font-size:43px}.hero-photo{width:61%;object-position:48% 50%}.hero-copy{width:57%}.hero-benefit{font-size:10px}.hero-bottom{gap:17px;max-width:565px}.scenario-card{grid-template-columns:77px 1fr;gap:12px}.scenario-card>img{width:77px}.scenario-body{padding-right:10px}.scenario-body h3{font-size:14px}.service-card{padding:20px}.service-card h3{font-size:16px}.prices-layout{grid-template-columns:minmax(0,1fr) 200px}.prices-title-row{align-items:flex-start;flex-direction:column;gap:8px}.price-cat{width:200px;height:192px}.calc-grid{grid-template-columns:1.18fr .86fr;gap:22px}.calc-form{padding:23px}.calc-summary{padding:25px}.calc-total{font-size:43px}.choice{padding:11px}.choice-title{font-size:12px}.choice-subtitle{font-size:10px}.team-grid{gap:16px}.team-body{padding:15px}.team-body h3{font-size:14px}.crematorium-grid{grid-template-columns:.98fr 1.25fr .6fr;gap:21px}.crematorium-copy h2{font-size:25px}.crematorium-image{min-height:318px}.cremation-proof{gap:11px}.contact-box{gap:31px;padding:32px}.contact-copy h2{font-size:32px}.contact-benefits{gap:11px}.large-phone strong{font-size:23px}.footer-top{gap:23px}.footer-nav{gap:11px 15px}}
@media(max-width:950px){:root{--header:78px}.header-main{height:78px;gap:16px}.brand{width:194px}.brand img{height:66px}.header-separator,.header-info{display:none}.header-contact .phone-block{display:none}.header-contact .btn{min-height:42px;font-size:12px}.mobile-toggle{display:flex}.nav-wrap{display:none;border-top:1px solid var(--line);max-height:calc(100dvh - 78px);overflow:auto;background:#fff}.site-header.mobile-open .nav-wrap{display:block}.nav-inner{width:100%;padding:12px 22px 24px}.main-nav{display:block}.nav-entry>button,.nav-entry>a{height:48px;width:100%;justify-content:space-between;border-radius:9px;padding:0 10px!important;font-size:14px}.nav-calculator>a{justify-content:flex-start;gap:10px}.dropdown{position:static;box-shadow:none;border:0;padding:8px 10px 18px;border-radius:0;width:100%;background:#f7fbfe}.dropdown-grid{grid-template-columns:1fr 1fr;gap:14px}.dropdown-highlight{display:none}.dropdown-label{font-size:10px;padding:5px}.dropdown-links a{font-size:12px;padding:9px 5px}.dropdown-backdrop{display:none!important}.hero-copy{width:63%}.hero:after{background:linear-gradient(90deg,#f0f8fd 0%,rgba(240,248,253,.99) 32%,rgba(240,248,253,.78) 48%,rgba(240,248,253,0) 76%)}.hero-photo{width:65%;object-position:45% 50%}.hero h1{font-size:39px}.hero-subtitle{max-width:470px;font-size:14px}.hero-floating{max-width:205px;right:0;bottom:25px;padding:13px}.hero-floating p{font-size:10px}.hero-floating strong{font-size:11px}.hero-bottom{max-width:450px;gap:10px}.hero-benefit:nth-child(3){display:none}.scenario-grid{gap:12px}.scenario-card{grid-template-columns:1fr;gap:0}.scenario-card>img{display:none}.scenario-body{padding:19px}.scenario-body h3{font-size:15px}.scenario-body p{font-size:12px}.services-grid{gap:13px}.service-card{padding:18px 16px}.service-card h3{font-size:15px}.service-card p{font-size:12px}.service-card .icon-round{width:43px;height:43px}.service-card .icon-round .icon{width:25px;height:25px}.prices-box{padding:26px}.prices-layout{grid-template-columns:minmax(0,1fr) 178px;gap:19px}.price-cat{width:180px;right:0}.price-side-card{padding:16px}.price-side-card p{font-size:11px}th{font-size:10px;padding:13px 10px}td{font-size:12px;padding:14px 10px}.calc-grid{grid-template-columns:1.1fr .87fr;gap:18px}.calc-form{padding:21px}.choice-row,.cremation-options{grid-template-columns:1fr}.no-cremation{grid-column:auto}.species-select-row{flex-wrap:wrap;gap:5px}.pill-choice{padding:8px 10px;font-size:11px}.calc-summary{padding:24px 21px}.summary-item{font-size:11px;gap:10px}.calc-total{font-size:39px}.summary-item strong{font-size:12px}.calculator-head{gap:20px}.calculator-head h2{font-size:32px}.calculator-head .head-note{display:none}.process-grid{gap:15px}.process-item:not(:last-child):after{right:-15px}.process-item h3{font-size:13px}.process-item p{font-size:11px}.trust-grid{gap:12px}.trust-item{gap:8px;flex-direction:column}.trust-value{font-size:22px}.trust-label{font-size:10px}.team-grid{gap:12px}.team-body{padding:13px}.team-body h3{font-size:13px}.team-body p{font-size:11px}.crematorium-grid{grid-template-columns:1fr 1.35fr}.urn-card{display:none}.reviews-track{grid-auto-columns:calc((100% - 19px)/2)}.geo-box{gap:24px;padding:26px}.geo-copy h2{font-size:25px}.geo-copy>p{font-size:12px}.geo-map{min-height:272px}.article-card>img{width:73px}.article-content{padding:17px 12px}.article-content h3{font-size:12px}.article-content small{font-size:8px}.contact-box{gap:25px;padding:27px}.contact-copy h2{font-size:29px}.contact-form{padding:21px}.form-grid{gap:10px}.contact-benefits{flex-direction:column;gap:13px}.contact-benefit{max-width:none;font-size:11px}.large-phone strong{font-size:20px}.large-phone{gap:9px}.large-phone .icon-round{width:40px;height:40px}.footer-top{flex-wrap:wrap;gap:20px}.footer-nav{order:3;max-width:none;width:100%;justify-content:center}.footer-phone{margin-left:auto}.footer-bottom{gap:18px}.footer-message{display:none!important}}
@media(max-width:700px){:root{--header:72px}.container{width:calc(100% - 36px)}body{font-size:15px}h2{font-size:27px;letter-spacing:-.7px}.section-head{margin-bottom:22px;align-items:flex-start;gap:15px}.section-head>div>p{font-size:13px}.section-head>.text-link{font-size:11px;padding-top:7px}.eyebrow{font-size:10px;letter-spacing:1.3px;margin-bottom:11px}.header-main{height:72px;gap:10px}.brand{width:177px}.brand img{height:61px}.header-contact{gap:8px}.header-contact .btn{width:40px;height:40px;padding:0;min-height:40px;border-radius:10px}.header-contact .btn .button-text{display:none}.header-contact .btn .icon{width:18px;height:18px}.mobile-toggle{width:40px;height:40px}.nav-wrap{max-height:calc(100dvh - 72px)}.hero{min-height:0;background:#f0f8fd}.hero-content{padding-top:30px;min-height:660px;display:flex;flex-direction:column}.hero-copy{width:100%;max-width:100%;position:relative;z-index:1}.hero h1{font-size:37px;line-height:1.09;letter-spacing:-1.3px;max-width:520px}.hero-subtitle{font-size:13px;line-height:1.7;max-width:90%;margin:17px 0 20px}.hero-actions{gap:9px}.hero-actions .btn{min-height:46px;font-size:12px;padding:12px 14px}.hero-note{font-size:10px;max-width:310px;margin-top:12px}.hero-photo{width:100%;height:315px;top:auto;bottom:0;object-position:50% 45%;z-index:-2}.hero:after{background:linear-gradient(180deg,#f0f8fd 0%,#f0f8fd 48%,rgba(240,248,253,.93) 55%,rgba(240,248,253,.05) 74%,rgba(240,248,253,.08) 100%)}.hero-bottom{display:none}.hero-floating{bottom:20px;right:0;left:auto;max-width:210px;padding:13px;border-radius:14px}.hero-floating strong{font-size:11px}.hero-floating p{font-size:10px}.hero-floating .icon{width:20px;height:20px}.scenarios{padding:29px 0 4px}.scenarios h2{font-size:24px;max-width:370px}.scenario-grid{grid-template-columns:1fr;gap:10px}.scenario-card{display:grid;grid-template-columns:84px 1fr;min-height:129px;gap:14px}.scenario-card>img{display:block;width:84px;height:100%;max-height:151px}.scenario-body{padding:17px 15px 15px 0}.scenario-body h3{font-size:14px;margin-bottom:6px}.scenario-body p{font-size:12px;margin-bottom:9px;line-height:1.5}.scenario-body .text-link{font-size:11px}.services{padding:32px 0}.services-grid{grid-template-columns:1fr 1fr;gap:12px}.service-card{padding:18px 15px;min-height:236px}.service-card .icon-round{margin-bottom:14px;width:43px;height:43px}.service-card h3{font-size:16px;line-height:1.35}.service-card p{font-size:12px}.service-card .text-link{font-size:11px}.service-more{gap:7px;margin-top:14px}.chip{font-size:11px;padding:7px 11px}.prices-section{padding:0 0 34px}.prices-box{padding:22px 17px;border-radius:20px}.prices-layout{grid-template-columns:1fr;gap:0}.prices-title-row h2{font-size:25px}.prices-title-row{gap:10px}.prices-box p{font-size:12px}.prices-title-row .demo-badge{font-size:9px}.tabs{margin:17px 0 14px;gap:4px}.tab{padding:8px 11px;font-size:11px}.tab .icon{width:15px;height:15px}.table-wrap{border-radius:11px}table{min-width:470px}th{font-size:10px;padding:12px 10px}td{font-size:12px;padding:13px 10px}.price-side{min-height:0;display:block;padding-top:15px}.price-cat{display:none}.price-side-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:12px}.price-side-card>.icon{display:none}.price-side-card p{font-size:11px;margin:0;flex:1}.price-side-card .btn{width:auto;font-size:11px;max-width:140px;min-height:42px}.price-explanation{font-size:10px!important}.calculator-section{padding:34px 0 38px}.calculator-head{margin-bottom:21px}.calculator-head h2{font-size:30px;line-height:1.2}.calculator-head p{font-size:12px;line-height:1.75;margin-top:10px}.calc-grid{grid-template-columns:1fr;gap:17px}.calc-form{padding:22px 18px;border-radius:18px}.calc-step{margin-bottom:25px}.calc-step legend{font-size:10px;letter-spacing:.9px;margin-bottom:12px}.choice-row{grid-template-columns:1fr 1fr;gap:8px}.choice{padding:12px 10px;gap:8px}.choice-title{font-size:12px}.choice-subtitle{font-size:10px}.choice input{width:13px;height:13px}.species-select-row{gap:6px}.pill-choice{padding:9px 12px;font-size:11px;gap:6px}.weight-options{grid-template-columns:repeat(3,1fr);gap:7px}.weight-options .choice{padding:11px 8px}.cremation-options{grid-template-columns:1fr 1fr;gap:8px}.no-cremation{grid-column:1/-1}.check-line strong{font-size:12px}.check-line small{font-size:10px}.calc-summary{position:static;border-radius:19px;padding:27px}.calc-total{font-size:47px}.summary-items{gap:12px;margin-top:21px}.summary-item{font-size:12px}.summary-item strong{font-size:13px}.summary-disclaimer{font-size:11px!important}.summary-primary{min-height:48px}.calc-footnote{font-size:10px;margin-top:11px}.process{padding:34px 0 17px}.process-grid{grid-template-columns:1fr;gap:0;margin-top:23px}.process-item{display:grid;grid-template-columns:46px 1fr;gap:15px;padding-bottom:22px}.process-item:not(:last-child):after{top:41px;bottom:0;left:21px;height:auto;width:1px;right:auto}.process-number{width:43px;height:43px;font-size:19px;margin:0}.process-item h3{font-size:14px;margin:1px 0 6px}.process-item p{font-size:12px;line-height:1.7;max-width:none}.trust{padding:7px 0 35px}.trust h2{font-size:25px}.trust-grid{grid-template-columns:repeat(2,1fr);gap:22px 18px;margin-top:24px}.trust-item{flex-direction:row;gap:11px}.trust-item:last-child{grid-column:1/-1}.trust-value{font-size:20px}.trust-item .icon-round{width:39px;height:39px}.trust-item .icon-round .icon{width:21px;height:21px}.trust-label{font-size:10px}.team-section{padding:0 0 36px}.team-grid{grid-template-columns:1fr 1fr;gap:14px 11px}.team-body{padding:14px 12px}.team-body h3{font-size:13px}.team-body p{font-size:11px;line-height:1.65;margin-top:10px}.team-body .role{font-size:10px}.team-label{font-size:9px;margin-top:11px;gap:4px}.team-label .icon{width:12px;height:12px}.team-card>img{aspect-ratio:1.21}.crematorium{padding:0 0 35px}.crematorium-grid{grid-template-columns:1fr;gap:21px}.crematorium-image{max-height:250px;min-height:0;height:250px;object-position:center 40%;border-radius:18px}.crematorium-copy{padding:0}.crematorium-copy h2{font-size:27px;max-width:450px}.crematorium-copy>p{font-size:13px;line-height:1.8;margin-top:13px}.cremation-proof{gap:14px}.proof-item{font-size:11px}.urn-card{display:grid;grid-template-columns:105px 1fr;gap:0}.urn-card>img{width:105px;height:130px}.urn-card-text{padding:15px 18px}.urn-card-text h3{font-size:14px}.urn-card-text p{font-size:12px}.urn-card-text .text-link{font-size:11px;margin-top:7px}.reviews{padding:33px 0}.reviews .section-head{align-items:flex-end}.reviews .section-head h2{font-size:27px}.reviews .section-head .eyebrow{margin-bottom:8px}.reviews-head-extra{gap:7px}.reviews .demo-badge{font-size:9px;white-space:normal;margin-top:9px}.reviews-track{grid-auto-columns:91%;gap:14px;padding-bottom:10px}.review-card{padding:23px}.review-text{font-size:13px}.review-title{font-size:15px}.review-name{font-size:14px}.review-meta{font-size:10px}.geography{padding:35px 0}.geo-box{grid-template-columns:1fr;gap:24px;padding:23px 20px;border-radius:20px}.geo-copy h2{font-size:27px}.geo-copy>p{font-size:13px;line-height:1.8}.geo-chips{gap:6px;margin-top:17px}.geo-chips .chip{font-size:10px;padding:6px 9px}.geo-map{min-height:214px}.geo-caption{font-size:11px;left:13px;right:13px;bottom:13px;padding:12px}.faq-section{padding:0 0 34px}.faq-grid{grid-template-columns:1fr;gap:9px}.faq-item summary{font-size:12px;padding:16px}.faq-answer{font-size:12px;line-height:1.8;padding:0 16px 17px}.articles-section{padding:0 0 34px}.article-grid{grid-template-columns:1fr;gap:11px}.article-card>img{width:95px}.article-content{padding:18px}.article-content h3{font-size:14px;margin:6px 0 11px}.article-content small{font-size:9px}.article-content .text-link{font-size:11px}.contact-section{padding:0 0 36px}.contact-box{grid-template-columns:1fr;gap:27px;padding:25px 20px;border-radius:22px}.contact-copy{padding:0}.contact-copy h2{font-size:32px;max-width:370px}.contact-copy>p{font-size:13px;line-height:1.8;margin-top:14px}.large-phone{margin:21px 0}.large-phone strong{font-size:24px}.contact-benefits{flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:20px}.contact-benefit{font-size:10px;max-width:145px;gap:7px}.contact-benefit .icon{width:19px;height:19px}.contact-form{padding:23px 18px;border-radius:17px}.contact-form h3{font-size:20px}.contact-form>.form-intro{font-size:11px;line-height:1.7;margin-bottom:17px}.form-grid{gap:13px}.form-field label{font-size:10px}.form-field input,.form-field select,.form-field textarea{font-size:16px;padding:10px;min-height:45px}.consent{font-size:10px;margin:15px 0}.contact-form .btn-primary{font-size:13px}.site-footer{padding:23px 0 99px}.footer-top{gap:20px;align-items:center;padding-bottom:21px}.footer-brand{width:183px}.footer-brand img{width:183px;height:61px}.footer-phone .phone-number{font-size:13px}.footer-phone .phone-caption{font-size:9px}.footer-phone .phone-block{gap:6px}.footer-phone .icon-round{display:none}.footer-nav{justify-content:flex-start;gap:13px 20px;font-size:11px}.footer-bottom{display:block;font-size:10px;padding-top:17px}.footer-bottom p{font-size:9px;line-height:1.9;margin-bottom:9px}.footer-bottom button{font-size:10px}.mobile-callbar{display:flex;position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.97);border-top:1px solid #dbeaf3;backdrop-filter:blur(15px);padding:10px 18px calc(10px + env(safe-area-inset-bottom));gap:9px;box-shadow:0 -5px 20px rgba(30,74,107,.04);z-index:40}.mobile-callbar>.btn{min-height:44px;border-radius:10px;font-size:12px;padding:10px;flex:1}.mobile-callbar>.btn-primary{flex:1.4}.mobile-callbar .icon{width:17px;height:17px}.back-top{display:none}.toast{bottom:87px}.dialog-content{padding:30px 23px}.dialog h2{font-size:23px}.dialog p{font-size:13px}.dialog .contact-form{padding:0}.dialog .form-grid{grid-template-columns:1fr}.dialog .form-field.full{grid-column:auto}}
@media(max-width:370px){.container{width:calc(100% - 28px)}.brand{width:157px}.header-main{gap:8px}.header-contact{gap:6px}.hero h1{font-size:33px}.hero-content{min-height:660px}.hero-actions .btn{font-size:11px;padding-inline:11px}.hero-subtitle{max-width:96%;font-size:12px}.scenario-card{grid-template-columns:75px 1fr;gap:11px}.scenario-card>img{width:75px}.services-grid{gap:9px}.service-card{padding:16px 12px}.service-card h3{font-size:14px}.service-card p{font-size:11px}.choice-row,.cremation-options{grid-template-columns:1fr}.no-cremation{grid-column:auto}.pill-choice{padding:8px 10px}.calc-form{padding:20px 15px}.calc-summary{padding:25px 22px}.prices-box{padding:20px 14px}.tab{padding-inline:9px}.form-grid{grid-template-columns:1fr}.form-field.full{grid-column:auto}.contact-box{padding:23px 16px}.contact-copy h2{font-size:29px}.team-body h3{font-size:12px}.footer-brand{width:159px}.footer-brand img{width:159px}.footer-phone .phone-number{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.btn:hover,.service-card:hover,.scenario-card:hover{transform:none}}
@media print{.site-header,.mobile-callbar,.back-top,.contact-section,.site-footer,.reviews-controls{display:none!important}.hero{min-height:350px}.hero-content{min-height:350px}.calc-summary{position:static}body{font-size:12px}.container{width:100%}.section,.services,.geography{padding:22px 0}.calculator-section{break-inside:avoid}.dialog{display:none!important}}
/* Containment for horizontally scrollable price tables and small screens. */
.prices-layout>*{min-width:0}.table-wrap{max-width:100%}.calc-grid>*{min-width:0}
@media(max-width:700px){.prices-layout{grid-template-columns:minmax(0,1fr)}.calc-summary{position:relative;top:auto}.process .section-head>.text-link{display:none}.hero-actions{display:grid;grid-template-columns:1fr 1fr;max-width:450px}.hero-actions .btn{padding-inline:8px;font-size:11px;gap:6px}.hero-actions .btn .icon{width:16px;height:16px}.hero-note{max-width:310px}.hero-content{min-height:660px}}
@media(max-width:370px){.hero-actions{grid-template-columns:1fr}.hero-actions .btn{width:max-content;min-width:185px}.hero-content{min-height:713px}.hero:after{background:linear-gradient(180deg,#f0f8fd 0%,#f0f8fd 54%,rgba(240,248,253,.94) 61%,rgba(240,248,253,0) 79%)}}
@media(max-width:370px){.team-section .section-head{display:block}.team-section .section-head>.text-link{margin-top:12px}.hero h1{font-size:32px}}

.plain-link{border:0;background:none;padding:0;cursor:pointer;font-family:inherit}.reviews .section-head p{margin-top:8px}.contact-box .form-status:empty{display:none}.price-panel-announce{font-size:11px}.table-wrap:focus-visible{outline-offset:2px}
