: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}

/* V3 — deliberate photo frames, restrained medical palette, independent calculator flow. */
:root{--radius:20px;--shadow:0 12px 32px rgba(25,64,94,.065)}
html{scroll-padding-top:calc(var(--header) + 18px)}
body{font-feature-settings:'kern';text-rendering:optimizeLegibility}
.hero{background:linear-gradient(125deg,#f1f9ff 0%,#eef7fc 68%,#eaf4fb);min-height:0;padding:0;isolation:auto}
.hero:after{display:none}
.hero-content{display:grid;grid-template-columns:1.03fr 1fr;align-items:center;gap:38px;min-height:0;padding:46px 0 40px}
.hero-copy{width:100%;max-width:none}
.hero h1{font-size:47px;line-height:1.095;letter-spacing:-1.35px;max-width:620px;text-wrap:balance}
.hero .eyebrow{font-size:10px;line-height:1.7;letter-spacing:1.25px;margin-bottom:16px}
.hero-subtitle{max-width:515px;font-size:14px;line-height:1.75;margin:20px 0 23px}
.hero-actions{gap:10px}
.hero-actions .btn{font-size:13px;padding:13px 18px;min-height:49px}
.hero-note{font-size:10px;line-height:1.55;max-width:505px;margin-top:15px}
.hero-bottom{display:flex;gap:18px;margin-top:26px;max-width:none}
.hero-benefit{font-size:10px;gap:7px}
.hero-benefit .icon{width:22px;height:22px}
.hero-media{width:100%;min-width:0;align-self:center;display:flex;flex-direction:column;gap:14px}
.hero-image-frame{width:100%;border-radius:22px;overflow:hidden;background:#e0e9ee;border:1px solid #dce7ec;box-shadow:0 12px 34px rgba(29,62,87,.075)}
.hero-photo{position:static;display:block;width:100%;height:auto;aspect-ratio:950/485;object-fit:contain;object-position:center;z-index:auto;max-width:950px;filter:none;transform:none}
.hero-floating{position:static;max-width:none;width:100%;background:rgba(255,255,255,.84);border:1px solid #dcebf4;padding:17px 20px;border-radius:15px;box-shadow:none;backdrop-filter:none;gap:14px;align-items:center}
.hero-floating .icon{width:27px;height:27px}
.hero-floating strong{font-size:13px;margin-bottom:3px}
.hero-floating p{font-size:12px;line-height:1.6}
.scenarios{padding:35px 0 0}
.scenarios h2{font-size:27px;margin-bottom:21px}
.scenario-card{grid-template-columns:84px 1fr;gap:10px;min-height:167px;align-items:center;background:linear-gradient(115deg,#fbfdff,#eff8ff);box-shadow:none;border-color:#e0edf6}
.scenario-photo-frame{width:72px;height:96px;margin-left:13px;overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#e9f1f5}
.scenario-photo-frame>img{position:static;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;transform:none;filter:none;flex-shrink:0}
.scenario-body{padding:18px 14px 18px 0}
.scenario-body h3{font-size:15px}.scenario-body p{font-size:12px;line-height:1.55}.scenario-body .text-link{font-size:11px}
.trust{padding:29px 0 38px}
.trust h2{font-size:24px;letter-spacing:-.5px}
.trust-grid{gap:0;border:1px solid #e0edf6;background:linear-gradient(110deg,#f4faff,#f6fbff);border-radius:18px;margin-top:19px;padding:24px 17px}
.trust-item{padding:0 14px;flex-direction:row;gap:11px;align-items:center;border-right:1px solid #deebf5}.trust-item:last-child{border-right:0}
.trust-item .icon-round{width:40px;height:40px;background:#e3f2fb}.trust-item .icon-round .icon{width:22px;height:22px}
.trust-value{font-size:23px;margin-bottom:5px}.trust-label{font-size:10px;line-height:1.5}
.services{padding:0 0 40px}.services h2{font-size:28px}.service-card{min-height:230px;background:linear-gradient(145deg,#f7fbff,#edf6fd)}
.prices-section{padding-bottom:45px}.prices-title-row h2{font-size:28px}.prices-layout{grid-template-columns:minmax(0,1fr) 237px}
.price-side{padding-top:0;min-height:0;justify-content:center;gap:0}
.price-side-graphic{height:111px;display:flex;align-items:center;justify-content:center;position:relative}
.price-graphic-orbit{width:92px;height:92px;border-radius:50%;border:1px solid #c6e0f1;background:linear-gradient(145deg,#fff,#d5edfd);display:flex;align-items:center;justify-content:center;transform:rotate(-7deg)}
.price-graphic-orbit>.icon{width:43px;height:43px;color:#317db0;stroke-width:1.35}
.price-graphic-pill{position:absolute;right:4px;bottom:1px;background:#fff;padding:6px 12px;border:1px solid #d9eaf6;border-radius:16px;font-size:10px;color:#5486a7}
.price-side-card{padding:20px;margin-top:12px;border:1px solid #dcecf8;background:#fff;box-shadow:0 8px 23px rgba(33,83,124,.04)}
.price-side-card h3{font-size:17px;margin-bottom:9px}.price-side-card p{font-size:12px;margin-bottom:16px}
.price-side-card .btn{font-size:12px;gap:8px}
/* Four-stage full-width guided calculator. No fixed dark sidebar. */
.calculator-section{padding:48px 0 44px;background:linear-gradient(155deg,#f5faff,#eff6fc);border-top:1px solid #e4f0f8;border-bottom:1px solid #e4f0f8}
.calculator-head{margin-bottom:25px;align-items:center}.calculator-head h2{font-size:33px;letter-spacing:-.85px;line-height:1.2}
.calculator-head p{max-width:710px;font-size:14px;line-height:1.75}.calculator-head .demo-badge{flex-shrink:0}
.wizard-shell{width:100%;border:1px solid #d6e6f3;background:#fff;border-radius:23px;overflow:hidden;box-shadow:0 16px 42px rgba(22,65,98,.055)}
.wizard-progress{display:grid;grid-template-columns:repeat(4,1fr);padding:18px 26px;gap:13px;border-bottom:1px solid #e4eef6;background:#f9fcff}
.wizard-progress-step{display:flex;align-items:center;gap:12px;padding:10px 13px;border:1px solid transparent;border-radius:11px;background:transparent;color:#91a4b3;text-align:left;font-weight:600;font-size:13px;transition:color .18s,background .18s}
.wizard-step-circle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:#edf3f8;border-radius:50%;font-size:11px;color:#8498a9;flex-shrink:0}
.wizard-progress-step>.icon{width:16px;height:16px;margin-left:auto;display:none}
.wizard-progress-step.is-active{color:#215e93;background:#eaf5fe;border-color:#d4e7f7}.wizard-progress-step.is-active .wizard-step-circle{color:#fff;background:#2f78af;box-shadow:0 4px 10px #c7e0f3}
.wizard-progress-step.is-done{color:#537e9d}.wizard-progress-step.is-done .wizard-step-circle{color:#376f98;background:#e6f2fb}.wizard-progress-step.is-done>.icon{display:block}
.wizard-progress-step:hover{background:#eef6fc}
.wizard-form{margin:0;padding:0;border:0}
.wizard-panel{border:0;padding:33px 42px 29px;margin:0;min-height:350px;min-width:0}
.wizard-panel-heading{margin-bottom:25px}.wizard-overline{display:block;color:#7e9aae;font-size:10px;font-weight:600;letter-spacing:.9px;text-transform:uppercase;margin-bottom:8px}
.wizard-panel-heading h3{font-size:27px;line-height:1.25;letter-spacing:-.7px;font-weight:700;outline:0}.wizard-panel-heading p{font-size:13px;line-height:1.7;margin-top:8px;max-width:850px}
.journey-choices{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.journey-choice{display:grid;grid-template-columns:57px 1fr;column-gap:17px;align-content:center;align-items:center;position:relative;cursor:pointer;padding:24px 30px 24px 23px;min-height:136px;border:1px solid #dfe9f2;border-radius:16px;background:#fff;transition:border .18s,box-shadow .18s,background .18s}
.journey-choice>input,.species-tile>input,.cremation-tile>input{position:absolute;opacity:0;width:1px;height:1px}
.journey-choice:has(input:checked){background:#f0f8ff;border-color:#4083b6;box-shadow:0 0 0 1px rgba(64,131,182,.15)}
.journey-choice:hover{border-color:#73a6c9}.journey-choice:has(input:focus-visible),.species-tile:has(input:focus-visible),.cremation-tile:has(input:focus-visible),.extra-toggle:has(input:focus-visible){outline:3px solid #83bbdf;outline-offset:3px}
.journey-icon{grid-row:1/3;width:55px;height:55px;border-radius:17px;background:#eef6fc;color:#5b88aa;display:flex;align-items:center;justify-content:center}.journey-icon .icon{width:30px;height:30px;stroke-width:1.45}
.journey-choice:has(input:checked) .journey-icon{background:#dceefd;color:#286da3}
.journey-title{font-size:16px;color:#224965;font-weight:650;line-height:1.45;display:block;padding-right:5px}.journey-description{font-size:12px;line-height:1.65;color:#7b92a4;margin-top:6px;max-width:305px}
.journey-check{position:absolute;right:12px;top:13px;border:1px solid #d7e4ee;width:18px;height:18px;border-radius:50%;color:transparent;display:flex;align-items:center;justify-content:center}.journey-check .icon{width:12px;height:12px}.journey-choice:has(input:checked) .journey-check{background:#337eaf;border-color:#337eaf;color:#fff}
.wizard-soft-note{display:flex;align-items:center;gap:10px;margin-top:23px;border-radius:10px;padding:0 2px}.wizard-soft-note>.icon{color:#6b9cbe;width:21px;height:21px}.wizard-soft-note p{font-size:12px}.wizard-soft-note button{background:none;border:0;padding:0;color:#3276a4;font-size:inherit;text-decoration:underline;text-underline-offset:3px}
.species-tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.species-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;min-height:105px;padding:18px 10px;border:1px solid #dfeaf3;border-radius:14px;cursor:pointer;font-size:13px;color:#6c879d;background:#fff}
.species-tile .icon{width:31px;height:31px;stroke-width:1.4}.species-tile:has(input:checked){border-color:#4186b8;background:#edf7ff;color:#2b709f;box-shadow:0 0 0 1px rgba(64,131,182,.12)}
.weight-control{margin-top:24px;padding:20px 23px;border:1px solid #e1edf5;border-radius:13px;background:#f8fbfe}
.weight-control-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:17px}.weight-control-head>label{font-size:13px;font-weight:600;color:#48738f}
.weight-input-shell{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #cddfeb;border-radius:9px;padding:4px 11px 4px 0;font-size:12px;color:#7b93a6}
.weight-input-shell input{width:85px;height:35px;border:0;background:none;text-align:center;color:#20567e;font-size:20px;font-weight:650;outline-offset:0}
#weight-slider{width:100%;accent-color:#347caf;height:7px;cursor:pointer;display:block;margin:0 0 15px;padding:0;border-radius:9px}
.range-ticks{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:10px;color:#8b9faf}.weight-validation{font-size:12px;color:#a76052;margin-top:9px}
.wizard-panel .calc-hint{margin-top:16px!important;color:#7c95a8;font-size:11px!important;line-height:1.75}
.cremation-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.cremation-tile{position:relative;display:flex;flex-direction:column;gap:9px;padding:19px 21px;border:1px solid #dce8f2;border-radius:14px;cursor:pointer;min-height:147px;transition:border .18s,background .18s}
.cremation-tile-icon{width:38px;height:38px;background:#edf6fd;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#638eab;margin-bottom:4px}.cremation-tile strong{font-size:15px;font-weight:650;color:#3c617e}.cremation-tile>span:last-child{font-size:11px;line-height:1.5;color:#8a9eae}.cremation-tile:has(input:checked){background:#eef8ff;border-color:#4487b6;box-shadow:0 0 0 1px rgba(64,131,182,.1)}.cremation-tile:has(input:checked) strong{color:#226b9d}
.wizard-extras{margin-top:22px;transition:opacity .18s}.wizard-extras.is-muted{opacity:.48}.extras-heading{font-size:11px;font-weight:600;letter-spacing:.3px;color:#7490a4;margin-bottom:12px}
.extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.extra-toggle{display:flex;justify-content:space-between;gap:16px;align-items:center;border:1px solid #e0eaf3;padding:16px 17px;border-radius:12px;position:relative;cursor:pointer}.extra-toggle>span:first-child{display:flex;align-items:center;gap:12px}.extra-toggle>.icon,.extra-toggle>span>.icon{width:23px;height:23px;color:#6f98b3}.extra-toggle strong{font-size:12px;font-weight:600;display:block;color:#446984}.extra-toggle small{font-size:10px;color:#8fa4b3;display:block;margin-top:4px}.extra-toggle>input{position:absolute;opacity:0;width:1px;height:1px}.switch-track{width:35px;height:20px;flex-shrink:0;background:#dfe9f0;border-radius:12px;position:relative;transition:background .18s}.switch-track:after{content:'';position:absolute;left:3px;top:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #bbcad4;transition:transform .18s}.extra-toggle input:checked+.switch-track{background:#397fb0}.extra-toggle input:checked+.switch-track:after{transform:translateX(15px)}.extra-toggle:has(input:disabled){cursor:default}
.wizard-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 42px;border-top:1px solid #e6eef5;background:#fcfdff}.wizard-back{border:0;padding:9px 0;background:none;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#6089a5}.wizard-back .icon{width:16px;height:16px}.wizard-back:disabled{opacity:.3}.wizard-footer #wizard-counter{font-size:11px;color:#8b9faf}.wizard-footer .btn{min-height:44px;font-size:13px;padding:12px 22px}
.calculator-afterword{display:flex;align-items:center;gap:8px;margin-top:16px;font-size:10px;color:#8a9fb0;line-height:1.5}.calculator-afterword>.icon{width:15px;height:15px;color:#779bb5}.calc-demo-note{margin-left:auto;text-align:right}
.wizard-result .wizard-panel-heading{margin-bottom:18px}.result-total-row{background:linear-gradient(110deg,#ecf6ff,#f5faff);border:1px solid #d6e8f7;padding:22px 26px;border-radius:15px;display:flex;align-items:center;justify-content:space-between;gap:30px}.result-price-caption{font-size:11px;color:#6b8aa3}
.wizard-result .calc-total{color:#225d8b;font-family:'Segoe UI',Arial,sans-serif;font-size:42px;letter-spacing:-1.4px;line-height:1.2;margin-top:6px;white-space:nowrap}.wizard-result .calc-total small{font-size:19px;color:#6093b7;margin-right:8px}.result-notice{display:flex;gap:10px;align-items:flex-start;max-width:335px}.result-notice>.icon{width:21px;height:21px;color:#6f9ebd;flex-shrink:0}.result-notice p{font-size:11px;line-height:1.7;color:#6c879b}
.wizard-result .summary-items{display:grid;grid-template-columns:1fr 1fr;gap:0 32px;margin:15px 0;border:0;padding:0}.wizard-result .summary-item{display:flex;justify-content:space-between;color:#617f96;font-size:12px;line-height:1.7;padding:12px 1px;border-bottom:1px solid #e8eff5;gap:14px}.wizard-result .summary-item strong{color:#28577a;font-size:12px;font-weight:650}.wizard-result .summary-item.unpriced strong{color:#8a9daa;font-size:11px;font-weight:500}.wizard-result .summary-disclaimer{color:#7b91a2!important;font-size:11px!important;line-height:1.7;margin:17px 0 23px;max-width:890px}.result-actions{display:flex;gap:12px;flex-wrap:wrap}.result-actions .btn{font-size:12px;min-height:44px}.wizard-result .summary-state{color:#3e7ca7;font-size:11px;margin-top:10px;min-height:0}
.process{padding:46px 0 43px}.process h2{font-size:29px}
.team-section{padding:8px 0 43px}.team-section h2{font-size:29px}.team-card{background:#f8fbfe;box-shadow:none;border-color:#e0eaf4;padding-top:19px}.team-card>img{width:84px;height:84px;aspect-ratio:1;object-fit:cover;object-position:center 27%;border-radius:50%;margin:0 18px;border:3px solid #fff;box-shadow:0 0 0 1px #e2eaf1;max-width:84px}.team-body{padding:15px 19px 21px}.team-body h3{font-size:14px}.team-body p{font-size:12px;line-height:1.7}.team-label{font-size:9px}
.crematorium{padding:0 0 43px}.crematorium .section-head h2{font-size:29px}.infrastructure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.infrastructure-card{border:1px solid #dfebf4;border-radius:19px;overflow:hidden;background:#fff}
.infrastructure-visual{height:175px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(120deg,#eff8ff,#e0effa);overflow:hidden;color:#4987b1}
.infrastructure-visual:before{content:'';position:absolute;width:230px;height:230px;border:1px solid #cce1ef;border-radius:50%;left:50%;top:-10px;transform:translateX(-50%)}
.infrastructure-visual:after{content:'';position:absolute;width:165px;height:165px;border:1px solid #d3e6f4;border-radius:50%;left:50%;top:20px;transform:translateX(-50%)}
.infrastructure-visual>.icon{width:69px;height:69px;stroke-width:1.25;z-index:1;margin-top:5px}
.visual-caption{position:absolute;top:14px;left:18px;font-size:9px;letter-spacing:.5px;color:#7f9fb5;z-index:1}
.visual-chip{position:absolute;bottom:13px;background:rgba(255,255,255,.95);padding:5px 14px;border:1px solid #d9e9f5;border-radius:20px;color:#6c91ad;font-size:9px;z-index:2}
.cremation-visual{background:linear-gradient(115deg,#f2f7fc,#e5eff7)}.urn-visual{background:linear-gradient(110deg,#f1f9fe,#eaf3fb)}
.infrastructure-body{padding:22px}.infrastructure-body h3{font-size:18px;line-height:1.4}.infrastructure-body p{font-size:12px;line-height:1.8;margin:10px 0 17px}.infrastructure-body .text-link{font-size:11px}.infrastructure-links{display:flex;gap:15px;flex-wrap:wrap}
.proof-bar{margin-top:18px;display:flex;align-items:center;gap:17px;border:1px solid #e0edf6;background:#f4faff;border-radius:13px;padding:18px 23px}.proof-bar>.icon{color:#5793bc;width:27px;height:27px}.proof-bar strong{font-size:13px;font-weight:650}.proof-bar p{font-size:11px;margin-top:4px}.proof-bar .text-link{margin-left:auto}
.reviews{padding:39px 0 32px}.reviews h2{font-size:29px}.review-card{box-shadow:none}
.geography{padding:40px 0}.geo-map{height:270px;min-height:270px;background:linear-gradient(120deg,#e7f3fb,#f6fbff)}.geo-map:after{display:none}
.coverage-art{height:100%;width:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-bottom:38px}
.coverage-ring{position:absolute;left:50%;top:43%;transform:translate(-50%,-50%);border:1px solid #cfe4f4;border-radius:50%}.ring-one{width:150px;height:150px;background:rgba(212,235,252,.45)}.ring-two{width:265px;height:265px}.ring-three{width:360px;height:360px;border-style:dashed}
.coverage-center{z-index:2;display:flex;align-items:center;flex-direction:column;gap:4px;text-align:center}.coverage-center .icon{width:33px;height:33px;fill:#fff;stroke:#4187b7;margin-bottom:5px}.coverage-center strong{font-size:16px;color:#396d96}.coverage-center>span{font-size:10px;color:#8aa4b7}
.coverage-label{position:absolute;background:#fff;border:1px solid #dcebf6;border-radius:16px;padding:5px 9px;font-size:8px;color:#86a1b4;z-index:2;box-shadow:0 3px 8px #e0edf5}.lbl-1{left:13px;top:55px}.lbl-2{right:16px;top:34px}.lbl-3{right:23px;bottom:85px}.geo-caption{font-size:10px;padding:11px 13px;left:14px;right:14px;bottom:14px}
.article-symbol{width:72px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(110deg,#eef7ff,#f7fbff);color:#84abc6}.article-symbol .icon{width:32px;height:32px;stroke-width:1.25}.article-card{border-radius:13px}.article-content{padding:18px 15px}.article-content h3{font-size:13px}
.contact-box{border-radius:22px;background:linear-gradient(112deg,#eaf5fe,#f1f8ff 62%,#e4f0fb)}.contact-copy h2{font-size:33px}.contact-section{padding-bottom:43px}
@media(min-width:1450px){.hero-content{min-height:0;padding-top:48px;gap:42px}.hero h1{font-size:48px}.hero-photo{width:100%}.hero-copy{width:100%}.hero-bottom{margin-top:27px}}
@media(max-width:1170px){.hero-content{gap:28px}.hero h1{font-size:43px}.hero-actions .btn{font-size:12px;padding-inline:14px}.hero-subtitle{font-size:13px}.hero-floating{padding:14px 17px}.hero-bottom{gap:10px}.hero-benefit{font-size:9px}.scenario-card{grid-template-columns:71px 1fr;gap:9px}.scenario-photo-frame{width:60px;height:90px;margin-left:11px}.scenario-body{padding-right:11px}.scenario-body h3{font-size:13px}.scenario-body p{font-size:11px}.scenario-body .text-link{font-size:10px}.trust-item{padding:0 9px;gap:8px}.trust-grid{padding:21px 9px}.trust-item .icon-round{width:33px;height:33px}.trust-item .icon-round .icon{width:19px;height:19px}.trust-value{font-size:19px}.trust-value[style]{font-size:15px!important}.trust-label{font-size:9px}.prices-layout{grid-template-columns:minmax(0,1fr) 200px}.journey-choice{padding:21px 23px 21px 18px;column-gap:13px}.journey-title{font-size:15px}.journey-description{font-size:11px}.wizard-panel{padding:31px 32px}.wizard-footer{padding:19px 32px}.wizard-progress{padding:17px 20px}.infrastructure-body{padding:20px}.infrastructure-body h3{font-size:16px}.proof-bar strong{font-size:12px}.hero-floating p{font-size:11px}}
@media(max-width:950px){.hero-content{gap:24px;grid-template-columns:1.05fr 1fr;padding:33px 0}.hero-copy{width:100%}.hero h1{font-size:35px}.hero-subtitle{font-size:12px;margin:16px 0 20px}.hero-photo{width:100%;height:auto;object-fit:contain}.hero-media{gap:12px}.hero-floating{width:100%;max-width:none;padding:12px 14px}.hero-floating strong{font-size:11px}.hero-floating p{font-size:10px}.hero-floating .icon{width:22px;height:22px}.hero-bottom{gap:15px;margin-top:21px}.hero-benefit{font-size:9px}.hero-note{font-size:9px}.hero-actions .btn{min-height:43px;font-size:11px;padding:11px 12px}.hero-actions .btn .icon{width:16px;height:16px}.scenarios h2{font-size:24px}.scenario-grid{gap:12px}.scenario-card{grid-template-columns:1fr;gap:0;align-content:start}.scenario-photo-frame{display:none}.scenario-body{padding:17px}.scenario-body h3{font-size:14px}.scenario-body p{font-size:11px}.trust-item{flex-direction:column;align-items:flex-start;gap:9px}.trust-value{font-size:20px}.trust-value[style]{font-size:15px!important}.trust-grid{padding:20px 8px}.trust-item{padding:0 12px}.trust-label{font-size:10px}.prices-layout{grid-template-columns:minmax(0,1fr) 182px;gap:20px}.price-side-card{padding:16px}.price-side-card h3{font-size:15px}.price-side-card p{font-size:11px}.price-side-graphic{height:91px}.price-graphic-orbit{width:73px;height:73px}.price-graphic-orbit .icon{width:34px;height:34px}.price-graphic-pill{font-size:9px;right:-3px}.calculator-head h2{font-size:29px}.calculator-head p{font-size:12px}.wizard-progress{padding:14px;gap:7px}.wizard-progress-step{font-size:12px;padding:9px;gap:8px}.wizard-step-circle{width:28px;height:28px}.wizard-panel{padding:29px 26px;min-height:330px}.wizard-panel-heading h3{font-size:24px}.wizard-panel-heading p{font-size:12px}.journey-choice{grid-template-columns:45px 1fr;column-gap:12px;padding:19px 18px;min-height:134px}.journey-icon{width:43px;height:43px;border-radius:13px}.journey-icon .icon{width:25px;height:25px}.journey-title{font-size:14px}.wizard-footer{padding:18px 26px}.cremation-tile{padding:17px}.cremation-tile strong{font-size:14px}.extras-grid{gap:10px}.extra-toggle{gap:10px;padding:14px 13px}.extra-toggle strong{font-size:11px}.extra-toggle>span:first-child{gap:8px}.extra-toggle small{font-size:9px}.result-total-row{padding:22px;gap:20px}.wizard-result .calc-total{font-size:36px}.result-notice{max-width:265px}.result-notice p{font-size:10px}.wizard-result .summary-items{gap:0 25px}.wizard-result .summary-item{font-size:11px}.calculator-afterword{flex-wrap:wrap;font-size:9px}.calc-demo-note{margin-left:0}.team-card>img{width:68px;height:68px;margin:0 14px}.team-body{padding:14px}.team-body h3{font-size:13px}.team-body p{font-size:11px}.team-label{font-size:8px}.infrastructure-grid{gap:14px}.infrastructure-body{padding:18px 16px}.infrastructure-body h3{font-size:15px}.infrastructure-body p{font-size:11px}.visual-caption{font-size:8px;left:12px}.visual-chip{font-size:8px}.infrastructure-links{gap:8px}.infrastructure-body .text-link{font-size:10px}.proof-bar{gap:12px;padding:16px 18px}.proof-bar .text-link{font-size:10px}.proof-bar strong{font-size:11px}.proof-bar p{font-size:10px}.coverage-label{display:none}.coverage-center strong{font-size:14px}}
@media(max-width:700px){.hero-content{grid-template-columns:1fr;padding:28px 0 28px;gap:24px}.hero-copy{width:100%}.hero h1{font-size:38px;max-width:600px;line-height:1.08}.hero .eyebrow{font-size:9px;letter-spacing:1px;margin-bottom:13px}.hero-subtitle{font-size:13px;line-height:1.75;max-width:none;margin:17px 0 21px}.hero-actions .btn{min-height:47px;font-size:12px;padding:12px 15px}.hero-note{font-size:10px;max-width:none}.hero-bottom{margin-top:23px;gap:17px;max-width:none}.hero-benefit{font-size:10px}.hero-benefit:nth-child(3){display:flex}.hero-media{display:flex;width:100%;padding:0;max-width:620px;margin-inline:auto}.hero-image-frame{border-radius:17px}.hero-photo{position:static;max-height:none;min-height:0;height:auto;width:100%;object-fit:contain;object-position:center;aspect-ratio:950/485;opacity:1}.hero-floating{display:flex;width:100%;padding:13px 15px;border-radius:12px;max-width:none}.hero-floating strong{font-size:12px}.hero-floating p{font-size:11px}.scenarios{padding-top:27px}.scenarios h2{font-size:23px;line-height:1.3}.scenario-grid{grid-template-columns:1fr;gap:11px}.scenario-card{grid-template-columns:73px 1fr;min-height:128px;gap:12px}.scenario-photo-frame{display:flex;width:60px;height:86px;margin-left:13px}.scenario-body{padding:17px 17px 17px 0}.scenario-body h3{font-size:15px;margin-bottom:7px}.scenario-body p{font-size:12px;margin-bottom:9px}.scenario-body .text-link{font-size:11px}.trust{padding:27px 0 31px}.trust h2{font-size:23px}.trust-grid{grid-template-columns:1fr 1fr;padding:6px 13px;gap:0;border-radius:16px}.trust-item{flex-direction:row;align-items:center;border:0;padding:17px 9px;gap:10px;border-bottom:1px solid #e1ecf4;min-width:0}.trust-item:last-child{grid-column:1/-1;min-height:70px;justify-content:flex-start;border-bottom:0}.trust-item .icon-round{width:34px;height:34px}.trust-value{font-size:20px}.trust-label{font-size:9px}.trust-value[style]{font-size:15px!important;line-height:1.35!important}.trust-item:last-child .trust-label br{display:none}.services{padding:0 0 30px}.services h2{font-size:25px}.prices-section{padding-bottom:32px}.prices-layout{grid-template-columns:1fr}.prices-title-row{flex-direction:row;align-items:center}.prices-title-row h2{font-size:25px}.price-side{display:none}.calculator-section{padding:34px 0}.calculator-head{align-items:flex-start;gap:12px;flex-direction:column;margin-bottom:19px}.calculator-head h2{font-size:29px;max-width:440px}.calculator-head p{font-size:13px;margin-top:10px;line-height:1.7}.calculator-head .eyebrow{font-size:9px;margin-bottom:10px}.calculator-head .demo-badge{font-size:9px}.wizard-shell{border-radius:17px}.wizard-progress{padding:13px 8px;gap:4px}.wizard-progress-step{padding:6px 4px;gap:6px;flex-direction:column;justify-content:center;font-size:10px;border-radius:8px}.wizard-step-circle{width:27px;height:27px;font-size:10px}.wizard-progress-step>.icon{display:none!important}.wizard-panel{min-height:390px;padding:24px 20px}.wizard-panel-heading{margin-bottom:20px}.wizard-panel-heading h3{font-size:24px;line-height:1.25}.wizard-overline{font-size:8px;letter-spacing:.7px}.wizard-panel-heading p{font-size:12px}.journey-choices{grid-template-columns:1fr;gap:12px}.journey-choice{min-height:113px;padding:18px 21px 18px 16px;grid-template-columns:43px 1fr;gap:0 12px;border-radius:13px}.journey-title{font-size:14px}.journey-description{font-size:11px;line-height:1.6}.journey-check{top:10px;right:10px;width:16px;height:16px}.journey-icon{width:40px;height:40px}.journey-icon .icon{width:23px;height:23px}.wizard-soft-note{margin-top:18px;align-items:flex-start;gap:8px}.wizard-soft-note p{font-size:11px;line-height:1.75}.wizard-soft-note>.icon{margin-top:1px}.species-tiles{grid-template-columns:1fr 1fr;gap:10px}.species-tile{min-height:93px;font-size:12px;padding:13px 8px;gap:10px}.species-tile .icon{width:28px;height:28px}.weight-control{padding:16px;margin-top:18px}.weight-control-head{gap:10px}.weight-control-head>label{font-size:11px}.weight-input-shell input{width:65px;font-size:17px}.range-ticks{font-size:8px}.cremation-tiles{grid-template-columns:1fr;gap:10px}.cremation-tile{min-height:94px;padding:16px 17px 16px 68px;justify-content:center;gap:5px}.cremation-tile-icon{position:absolute;left:16px;top:25px;width:35px;height:35px;margin:0}.cremation-tile strong{font-size:14px}.cremation-tile>span:last-child{font-size:10px}.extras-grid{grid-template-columns:1fr;gap:10px}.extras-heading{font-size:10px}.extra-toggle strong{font-size:12px}.extra-toggle small{font-size:10px}.wizard-footer{padding:17px 20px;gap:10px}.wizard-footer .btn{font-size:11px;padding:12px 14px;min-height:42px;border-radius:10px}.wizard-footer #wizard-counter{font-size:9px}.wizard-back{font-size:11px}.wizard-back .icon{width:13px;height:13px}.result-total-row{display:block;padding:20px;border-radius:12px}.wizard-result .calc-total{font-size:35px}.result-price-caption{font-size:10px}.result-notice{max-width:none;margin-top:17px;gap:8px}.result-notice p{font-size:10px}.result-notice>.icon{width:19px;height:19px}.wizard-result .summary-items{grid-template-columns:1fr;margin:10px 0;gap:0}.wizard-result .summary-item{font-size:11px;gap:10px}.wizard-result .summary-item strong{font-size:11px}.result-actions{gap:10px;flex-direction:column}.result-actions .btn{width:100%;font-size:12px}.wizard-result .summary-disclaimer{font-size:10px!important;margin-bottom:19px}.calculator-afterword{font-size:9px;align-items:flex-start;gap:7px}.calculator-afterword>span:first-of-type{width:calc(100% - 30px)}.calc-demo-note{margin-left:22px;text-align:left}.process{padding:33px 0}.process h2{font-size:26px}.team-section{padding:0 0 33px}.team-section h2{font-size:25px}.team-grid{grid-template-columns:1fr 1fr;gap:13px}.team-card{padding-top:17px}.team-card>img{width:73px;height:73px;margin:0 15px}.team-body{padding:14px 15px 18px}.team-body h3{font-size:13px;line-height:1.45}.team-body p{font-size:11px;margin-top:10px}.team-label{display:none}.crematorium{padding-bottom:32px}.crematorium .section-head h2{font-size:26px}.crematorium .section-head p{font-size:13px}.infrastructure-grid{grid-template-columns:1fr;gap:15px}.infrastructure-card{display:grid;grid-template-columns:125px 1fr;border-radius:15px}.infrastructure-visual{height:100%;min-height:190px;align-self:stretch}.visual-caption{display:none}.infrastructure-visual>.icon{width:55px;height:55px}.visual-chip{font-size:7px;bottom:16px;left:8px;right:8px;text-align:center;padding:6px}.infrastructure-body{padding:20px 17px}.infrastructure-body h3{font-size:16px}.infrastructure-body p{font-size:11px;line-height:1.75}.infrastructure-body .text-link{font-size:10px}.infrastructure-links{flex-direction:column}.proof-bar{padding:17px 18px;flex-wrap:wrap;gap:12px}.proof-bar>div{width:calc(100% - 40px)}.proof-bar .text-link{margin-left:39px}.proof-bar strong{font-size:11px;line-height:1.6;display:block}.proof-bar p{font-size:10px;line-height:1.6}.reviews{padding:33px 0 27px}.reviews h2{font-size:26px}.geography{padding:32px 0}.geo-map{height:238px;min-height:238px}.coverage-label{display:block;font-size:7px}.coverage-center strong{font-size:15px}.geo-caption{font-size:10px}.faq-section{padding-bottom:32px}.articles-section{padding-bottom:31px}.article-grid{grid-template-columns:1fr}.article-card{min-height:125px}.article-symbol{width:78px}.article-content{padding:20px}.article-content h3{font-size:14px}.article-content small{font-size:9px}.article-content .text-link{font-size:11px}.contact-section{padding-bottom:32px}.contact-copy h2{font-size:29px}.contact-box{padding:25px}.contact-form{padding:21px}}
@media(max-width:390px){.hero h1{font-size:32px;letter-spacing:-.8px}.hero .eyebrow{font-size:8px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%;font-size:12px}.hero-bottom{gap:13px}.hero-benefit:nth-child(3){display:none}.scenarios h2{font-size:22px}.scenario-card{grid-template-columns:66px 1fr;gap:10px}.scenario-photo-frame{width:53px;height:76px;margin-left:12px}.scenario-body{padding-right:12px}.scenario-body h3{font-size:13px}.scenario-body p{font-size:11px}.trust-grid{padding:5px 8px}.trust-item{padding:16px 6px;gap:8px}.trust-item .icon-round{width:28px;height:28px}.trust-item .icon-round .icon{width:17px;height:17px}.trust-value{font-size:18px}.trust-value[style]{font-size:13px!important}.trust-label{font-size:8px}.prices-title-row{flex-direction:column;align-items:flex-start}.wizard-panel{padding:22px 16px}.wizard-panel-heading h3{font-size:22px}.journey-choice{grid-template-columns:37px 1fr;gap:0 10px;padding:17px 16px 17px 13px}.journey-title{font-size:13px}.journey-description{font-size:10px}.journey-icon{width:34px;height:34px;border-radius:11px}.journey-icon .icon{width:21px;height:21px}.wizard-footer{padding:15px 16px;gap:6px}.wizard-footer .btn{font-size:10px;padding-inline:11px}.wizard-footer #wizard-counter{font-size:8px}.wizard-back{font-size:10px}.wizard-progress-step{font-size:9px}.wizard-result .calc-total{font-size:31px}.team-grid{gap:10px}.team-body{padding:12px}.team-body h3{font-size:12px}.infrastructure-card{grid-template-columns:95px 1fr}.infrastructure-visual>.icon{width:43px;height:43px}.visual-chip{font-size:6px;left:6px;right:6px}.infrastructure-body{padding:17px 14px}.infrastructure-body h3{font-size:14px}.infrastructure-body p{font-size:10px}.infrastructure-body .text-link{font-size:9px}.contact-box{padding:21px}.contact-copy h2{font-size:27px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
/* Compact, consistent thumbnail frames — no tall strip cropping or letterboxing. */
@media(min-width:951px){.scenario-photo-frame{width:68px;height:68px;border-radius:50%;background:#eaf2f8;border:3px solid #fff;box-shadow:0 0 0 1px #e0ebf2}.scenario-photo-frame>img{width:100%;height:100%;object-fit:cover;object-position:center;max-width:none;max-height:none}}
@media(max-width:700px){.scenario-photo-frame{width:60px;height:60px;border-radius:50%;background:#eaf2f8;border:3px solid #fff;box-shadow:0 0 0 1px #e0ebf2}.scenario-photo-frame>img{width:100%;height:100%;object-fit:cover;object-position:center;max-width:none;max-height:none}}
@media(max-width:390px){.scenario-photo-frame{width:53px;height:53px}}


/* Approved V4 changes */
.hero-photo{width:100%;height:auto;max-width:none;aspect-ratio:auto;object-fit:contain;display:block}
.hero-content{grid-template-columns:1fr 1fr;gap:36px;padding-block:42px}
.hero h1{font-size:46px;line-height:1.09;letter-spacing:-1.25px}
.hero-subtitle{font-size:14px;line-height:1.8;max-width:550px;margin-top:19px}
.hero-floating{padding:16px 18px;align-items:flex-start;gap:12px}
.hero-floating>.icon{margin-top:3px;flex:0 0 25px}
.hero-floating strong{font-size:13px;line-height:1.5;margin-bottom:5px}
.hero-floating p{font-size:12px;line-height:1.6}
.scenarios{padding:35px 0 42px}
.scenario-card{display:grid;grid-template-columns:76px minmax(0,1fr);gap:17px;align-items:center;padding:22px 19px;min-height:176px;border-radius:19px}
.scenario-animal{display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%;background:linear-gradient(135deg,#eaf6ff,#eff8ff);border:1px solid #dceefa;color:#26669b}
.animal-line{width:45px;height:45px;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}
.scenario-body{padding:0;min-width:0}
.scenario-body h3{font-size:15px;line-height:1.45;margin-bottom:8px}
.scenario-body p{font-size:12px;line-height:1.65;margin-bottom:12px}
.scenario-body .text-link{font-size:11px;white-space:normal}
.wizard-shell{scroll-margin-top:calc(var(--header) + 12px)}
#calculator-steps{outline:none}
#calculator{overflow-anchor:none}
.team-section{padding:12px 0 54px}
.team-heading{text-align:center;margin-bottom:28px}
.team-heading h2{font-size:32px;line-height:1.25;letter-spacing:-.7px}
.team-heading p{font-size:15px;line-height:1.7;margin:12px auto 0;max-width:990px}
.doctors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.doctor-card{position:relative;display:grid;grid-template-columns:44% minmax(0,1fr);gap:25px;padding:16px;min-height:284px;border:1px solid #deedf7;border-radius:20px;background:linear-gradient(120deg,#fcfeff,#f4faff);overflow:hidden;align-items:stretch}
.doctor-photo-wrap{position:relative;min-width:0;overflow:hidden;border-radius:13px;background:#edf3f7;aspect-ratio:1 / 1.12;align-self:stretch}
.doctor-photo{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:50% 28%;transform:none;filter:none}
.doctor-copy{padding:17px 6px 14px 0;min-width:0;align-self:center;position:relative;z-index:1}
.doctor-copy h3{font-size:23px;font-weight:750;line-height:1.3;letter-spacing:-.45px;color:#173e5f;margin-bottom:4px}
.doctor-role{font-size:14px;color:#7897ad;line-height:1.5}
.doctor-badge{display:inline-flex;align-items:center;gap:9px;background:#e8f3fe;color:#357bad;font-size:13px;line-height:1.45;padding:9px 12px;border-radius:24px;margin:20px 0 16px;max-width:100%}
.doctor-badge .icon{width:22px;height:22px;stroke-width:1.8;flex-shrink:0}
.doctor-description{font-size:14px;line-height:1.85;color:#718ea4;position:relative;max-width:290px}
.doctor-watermark{position:absolute;width:54px;height:54px;right:15px;bottom:14px;fill:#e9f3fb;stroke:none;opacity:.85;transform:rotate(-13deg);pointer-events:none}
.callback-direct{font-size:14px!important;margin:-7px 0 20px!important}
.callback-direct a{color:var(--blue);font-weight:700;white-space:nowrap}
.form-status a{font-weight:700;text-decoration:underline;text-underline-offset:3px;color:#286c9d;white-space:nowrap}
@media(min-width:1600px){.hero-content{padding-block:48px}.hero h1{font-size:49px}}
@media(max-width:1170px){.hero h1{font-size:42px}.hero-content{gap:28px}.scenario-card{grid-template-columns:65px minmax(0,1fr);padding:19px 16px;gap:14px}.scenario-animal{width:65px;height:65px}.animal-line{width:40px;height:40px}.doctor-card{gap:18px;padding:14px}.doctor-copy h3{font-size:19px}.doctor-description{font-size:12px}.doctor-badge{font-size:11px;gap:7px;padding:8px 10px}.doctor-copy{padding-block:11px}}
@media(max-width:1000px){.doctors-grid{grid-template-columns:1fr;max-width:760px;margin-inline:auto;gap:18px}.doctor-card{grid-template-columns:38% minmax(0,1fr);gap:28px;min-height:284px;padding:18px}.doctor-photo-wrap{aspect-ratio:1 / 1.08}.doctor-copy{padding:18px 16px 18px 0}.doctor-copy h3{font-size:24px}.doctor-role{font-size:14px}.doctor-badge{font-size:13px;margin:23px 0 18px}.doctor-description{font-size:14px;max-width:390px}.team-heading h2{font-size:29px}}
@media(min-width:701px) and (max-width:950px){.hero-content{grid-template-columns:1fr 1fr;gap:23px}.hero h1{font-size:35px}.hero-subtitle{font-size:13px;line-height:1.75}.hero .hero-bottom{gap:14px}.hero-floating strong{font-size:12px}.hero-floating p{font-size:11px}.hero-floating{padding:14px;gap:9px}.hero-floating>.icon{flex-basis:22px}.scenario-card{grid-template-columns:1fr;gap:14px;padding:19px;align-content:start}.scenario-animal{width:59px;height:59px}.animal-line{width:36px;height:36px}.scenario-body h3{font-size:15px}.scenario-body p{font-size:12px}.scenario-body .text-link{font-size:11px}}
@media(max-width:700px){.hero-content{grid-template-columns:1fr;gap:25px;padding:29px 0 30px}.hero h1{font-size:37px;line-height:1.11;letter-spacing:-.8px}.hero-subtitle{font-size:14px;line-height:1.8;max-width:none}.hero-photo{width:100%;height:auto;aspect-ratio:auto;object-fit:contain}.hero-media{max-width:none}.hero-floating{padding:16px;gap:11px;border-radius:14px}.hero-floating strong{font-size:13px}.hero-floating p{font-size:12px}.hero-bottom{display:flex;flex-wrap:wrap;gap:15px}.scenarios{padding:29px 0 33px}.scenario-grid{grid-template-columns:1fr;gap:12px}.scenario-card{grid-template-columns:70px minmax(0,1fr);gap:16px;padding:20px 17px;min-height:152px}.scenario-animal{width:70px;height:70px}.animal-line{width:42px;height:42px}.scenario-body h3{font-size:15px}.scenario-body p{font-size:12px;line-height:1.65}.scenario-body .text-link{font-size:12px}.team-section{padding:0 0 38px}.team-heading{margin-bottom:24px}.team-heading h2{font-size:28px;line-height:1.23;text-wrap:balance}.team-heading p{font-size:13px;line-height:1.75;max-width:530px}.doctor-card{grid-template-columns:40% minmax(0,1fr);gap:20px;min-height:260px;padding:14px;border-radius:18px}.doctor-photo-wrap{aspect-ratio:auto;min-height:235px}.doctor-copy{padding:9px 5px 10px 0}.doctor-copy h3{font-size:21px;line-height:1.35}.doctor-role{font-size:12px}.doctor-badge{font-size:12px;padding:8px 10px;gap:8px;margin:17px 0 14px}.doctor-description{font-size:12px;line-height:1.8}.doctor-watermark{right:13px;bottom:12px;width:47px;height:47px}.callback-direct{font-size:13px!important}}
@media(max-width:520px){.doctor-card{grid-template-columns:1fr;gap:0;padding:12px;min-height:0;border-radius:18px}.doctor-photo-wrap{width:100%;height:auto;aspect-ratio:1 / 1.04;min-height:0;border-radius:12px}.doctor-photo{object-position:50% 21%}.doctor-copy{padding:21px 12px 19px}.doctor-copy h3{font-size:23px}.doctor-role{font-size:14px;margin-top:2px}.doctor-badge{font-size:12px;margin:18px 0 15px;padding:9px 13px}.doctor-description{font-size:14px;line-height:1.75;max-width:none}.doctor-watermark{bottom:19px;right:18px}.doctors-grid{gap:17px}.team-heading h2{font-size:27px}}
@media(max-width:390px){.hero h1{font-size:32px;letter-spacing:-.6px}.hero-subtitle{font-size:13px}.hero-floating strong{font-size:12px}.hero-floating p{font-size:11px}.scenario-card{grid-template-columns:58px minmax(0,1fr);gap:13px;padding:18px 13px}.scenario-animal{width:58px;height:58px}.animal-line{width:36px;height:36px}.scenario-body h3{font-size:14px}.scenario-body p{font-size:11px}.scenario-body .text-link{font-size:11px}.team-heading h2{font-size:25px}.team-heading p{font-size:12px}.doctor-copy{padding:19px 9px 17px}.doctor-copy h3{font-size:21px}.doctor-description{font-size:13px}}
@media print{.doctors-grid{grid-template-columns:1fr 1fr}.doctor-card{break-inside:avoid;grid-template-columns:40% minmax(0,1fr)}.doctor-photo-wrap{aspect-ratio:1/1.1;min-height:200px}.team-heading h2{font-size:24px}.doctor-copy h3{font-size:17px}.doctor-description{font-size:11px}}


/* V5: neutral service icons, centered estimate card, expanded region groups. */
.scenario-service-icon .service-line{width:45px;height:45px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.prices-section .price-side{display:flex;padding:0;min-height:0;align-self:stretch;justify-content:center;align-items:stretch}
.price-estimate-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;padding:28px 17px 24px;border:1px solid #cfe4f3;border-radius:19px;background:linear-gradient(155deg,rgba(255,255,255,.97),rgba(244,250,255,.85));box-shadow:0 7px 23px rgba(36,82,119,.04);transition:background .2s,border-color .2s,box-shadow .2s;color:var(--heading)}
.price-estimate-card:hover{background:#fff;border-color:#95c5e5;box-shadow:0 10px 28px rgba(36,82,119,.085)}
.price-estimate-card:focus-visible{outline:3px solid #4c9bcb;outline-offset:4px}
.estimate-icon-disc{width:94px;height:94px;border:1px solid #cce4f5;border-radius:50%;background:linear-gradient(145deg,#f7fcff,#e1f2ff);color:#317db0;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 0 20px}
.estimate-icon-disc .icon{width:42px;height:42px;stroke-width:1.5}
.price-estimate-card h3{font-size:18px;line-height:1.35;letter-spacing:-.25px;margin:0 0 10px;text-wrap:balance}
.prices-box .price-estimate-card p{font-size:12px;line-height:1.7;color:#7290a6;margin:0;max-width:206px}
.estimate-arrow{display:flex;align-items:center;justify-content:center;margin-top:21px;background:#e8f4fd;border:1px solid #d6eaf8;border-radius:50%;width:34px;height:34px;color:#337aac}
.estimate-arrow .icon{width:18px;height:18px}
.geo-box{grid-template-columns:1.22fr 1fr;gap:32px;align-items:stretch}
.geo-copy{align-self:center;min-width:0}
.geo-region-groups{display:grid;gap:20px;margin-top:24px}
.geo-region-group h3{font-size:12px;line-height:1.5;letter-spacing:.25px;font-weight:700;color:#466d8a;margin:0 0 10px}
.geo-region-group .geo-chips{margin-top:0;gap:7px}
.geo-region-group .chip{font-size:11px;padding:7px 11px;line-height:1.5;transition:background .18s,border-color .18s;white-space:normal}
.geo-region-group .chip:hover{border-color:#adcfe7}
.geography .geo-map{height:auto;min-height:352px;align-self:stretch}
.dropdown-subtitle{font-size:10px;font-weight:650;letter-spacing:.4px;color:#7690a4;padding:12px 10px 4px}
@media(min-width:951px){#menu-geo{max-height:calc(100dvh - var(--header) - 12px);overflow-y:auto;overscroll-behavior:contain}#menu-geo .dropdown-links a{padding-block:6px;font-size:13px}#menu-geo .dropdown-highlight{align-self:start}}
@media(max-width:1170px){.scenario-service-icon .service-line{width:40px;height:40px}.price-estimate-card{padding:25px 13px}.price-estimate-card h3{font-size:17px}.estimate-icon-disc{width:80px;height:80px}.estimate-icon-disc .icon{width:36px;height:36px}.geo-box{gap:24px}.geo-region-group .chip{font-size:10px;padding:7px 9px}}
@media(min-width:701px) and (max-width:950px){.scenario-service-icon .service-line{width:36px;height:36px}.geo-box{grid-template-columns:1.35fr 1fr}.geography .geo-map{min-height:365px}.geo-region-group h3{font-size:11px}.price-estimate-card h3{font-size:16px}}
@media(max-width:700px){.scenario-service-icon .service-line{width:42px;height:42px}.prices-section .price-side{margin-top:17px;display:flex}.price-estimate-card{padding:21px 18px;border-radius:15px}.estimate-icon-disc{width:66px;height:66px;margin-bottom:14px}.estimate-icon-disc .icon{width:31px;height:31px}.price-estimate-card h3{font-size:18px;margin-bottom:7px}.prices-box .price-estimate-card p{font-size:12px;max-width:none}.price-estimate-card p br{display:none}.price-estimate-card p br:after{content:' '}.estimate-arrow{margin-top:15px;width:30px;height:30px}.geo-box{grid-template-columns:1fr;gap:25px}.geo-region-groups{gap:21px;margin-top:23px}.geo-region-group h3{font-size:12px}.geo-region-group .chip{font-size:11px;padding:8px 11px}.geography .geo-map{height:248px;min-height:248px}.dropdown-subtitle{padding-left:5px}.contact-benefit{max-width:160px}}
@media(max-width:390px){.scenario-service-icon .service-line{width:35px;height:35px}.price-estimate-card h3{font-size:17px}.geo-region-group .chip{font-size:10px;padding:7px 10px}.contact-benefit{font-size:10px}}
