body {
  --paper: #f7f6ef;
  --forest: #254738;
  --ink: #293e31;
  --body: #526153;
  --line: #c9d0c1;
}
.life_topline {
  background: #e9ece2;
  color: #4e6151;
  font-size: 11px;
}
.life_topline > .shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  gap: 24px;
}
.life_topline nav {
  display: flex;
  gap: 24px;
}
.life_topline a {
  text-decoration: none;
  padding: 6px 0;
}
.life_header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #f7f6eff5;
  border-bottom: 1px solid #d9ddcf;
}
.life_header > .shell {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.life_desktop_nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
}
.life_desktop_nav > a {
  text-decoration: none;
  padding-block: 12px;
}
.life_desktop_nav .button {
  min-height: 44px;
  gap: 38px;
  font-size: 13px;
  padding: 10px 19px;
}
.mobile_menu {
  display: none;
}
.life_hero {
  position: relative;
  min-height: 665px;
  isolation: isolate;
}
.life_hero_image {
  position: absolute;
  inset: 0 0 0 47%;
  overflow: hidden;
  z-index: -1;
}
.life_hero_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
  animation: life_arrive 1.6s ease-out both;
}
.life_hero_copy {
  position: relative;
  padding: 112px 0 104px;
  margin-left: max(64px, calc((100vw - 1280px) / 2));
  width: calc(47% - 52px);
}
.life_hero_copy h1 {
  font-size: clamp(39px, 4.1vw, 61px);
  line-height: 1.7;
  margin: 27px 0 27px;
  white-space: nowrap;
}
.life_hero_copy > .eyebrow {
  color: #526957;
  font-size: 11px;
}
.life_hero_copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 2.15;
  color: var(--body);
}
.hero_down {
  margin-top: 42px;
  min-width: 225px;
}
.life_hero_caption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  background: #20382be8;
  color: #fff;
  font-size: 10px;
  padding: 5px 10px;
}
.hero_location {
  position: absolute;
  right: 28px;
  top: 24px;
  writing-mode: vertical-rl;
  display: flex;
  gap: 18px;
  color: white;
  background: #254738e8;
  padding: 18px 12px;
}
.hero_location span {
  font:
    9px/1.2 Arial,
    sans-serif;
  letter-spacing: 0.18em;
}
.hero_location strong {
  font-family: "Amaterasu Mincho", serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.life_intro {
  border-bottom: 1px solid var(--line);
}
.life_intro > .eyebrow {
  color: #6e785f;
  margin-bottom: 28px;
}
.life_intro > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.life_intro h2 {
  font-size: 43px;
}
.life_intro #policy {
  padding-top: 9px;
  font-size: 15px;
  line-height: 2.1;
  color: var(--body);
}
.intro_signature {
  margin-top: 24px;
  font-size: 13px;
  color: var(--ink);
  border-left: 2px solid #91a180;
  padding-left: 18px;
}
.life_services {
  padding-block: 92px 100px;
}
.life_section_title {
  margin-bottom: 50px;
}
.life_section_title .eyebrow {
  color: #5e715b;
  margin-bottom: 20px;
}
.life_section_title h2 {
  font-size: 40px;
}
.service_pair {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 78px;
  align-items: start;
}
.service_garden {
  padding-top: 130px;
}
.service_pair figure {
  margin-bottom: 36px;
}
.service_pair figure img {
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  transition: filter 0.5s;
}
.service_house figure img {
  object-position: 32% center;
}
.service_garden figure img {
  aspect-ratio: 1.25;
  object-position: center;
}
.service_pair figure:hover img {
  filter: brightness(1.04);
}
.service_pair figcaption {
  font-size: 10px;
  color: #5f6b59;
  margin-top: 8px;
}
.service_title {
  display: flex;
  align-items: start;
  gap: 27px;
  margin-bottom: 22px;
}
.service_title > span {
  font-family: Georgia, serif;
  font-size: 23px;
  line-height: 2;
  color: #718165;
}
.service_title h3 {
  font-size: 35px;
  line-height: 1.65;
}
.service_pair article > p {
  font-size: 15px;
  line-height: 2.05;
  color: var(--body);
}
.service_tags {
  list-style: none;
  padding: 0;
  margin: 23px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  font-size: 12px;
}
.service_tags li::before {
  content: "—";
  margin-right: 8px;
  color: #718165;
}
.service_links {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.management_panel {
  background: #254738;
  color: #f3f3e7;
  padding: 90px 0 74px;
}
.management_panel > .shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 76px;
}
.management_intro > .eyebrow {
  color: #c6d5ba;
}
.management_intro h2 {
  font-size: 43px;
  margin: 25px 0;
}
.management_intro > p:not(.eyebrow) {
  font-size: 15px;
  line-height: 2.1;
  color: #d5dfca;
}
.management_intro .button {
  margin-top: 32px;
  max-width: 380px;
}
.management_drawing {
  align-self: center;
}
.management_drawing > img {
  width: 100%;
  max-height: 385px;
}
.drawing_labels {
  display: flex;
  gap: 42px;
  justify-content: center;
  color: #d8dfc8;
  font-size: 12px;
  letter-spacing: 0.07em;
}
.drawing_labels span::before {
  content: "＋";
  color: #d7b981;
  margin-right: 12px;
}
.management_scope {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  padding-top: 34px;
  border-top: 1px solid #789079;
}
.management_scope > p {
  font-family: "Amaterasu Mincho", serif;
  font-size: 25px;
  line-height: 1.6;
}
.management_scope dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 40px;
}
.management_scope dt {
  font-size: 13px;
  color: #dfcfaa;
  margin-bottom: 7px;
}
.management_scope dd {
  font-size: 12px;
  color: #d2ddc9;
  margin: 0;
  line-height: 1.8;
}
.life_area {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 105px;
  align-items: start;
}
.area_copy {
  padding-top: 36px;
}
.area_copy > .eyebrow {
  margin-bottom: 28px;
  color: #66795e;
}
.area_copy h2 {
  font-size: 43px;
}
.area_description {
  margin: 36px 0 22px;
}
.area_description h3 {
  font-family: "Amaterasu Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin: 24px 0 9px;
}
.area_description p {
  font-size: 15px;
  color: var(--body);
  line-height: 2;
}
.area_copy > .small_note {
  margin-top: 18px;
  color: #5e6b59;
  font-size: 12px;
}
.area_visual {
  background: #edefe4;
  padding: 28px 28px 24px;
}
.map_label {
  font-size: 12px;
  color: #455d47;
  letter-spacing: 0.03em;
}
.coverage_map {
  height: 390px;
  margin: 16px 0 12px;
  overflow: hidden;
}
.coverage_map svg {
  width: 100%;
  height: 100%;
  display: block;
}
.coverage_map path {
  fill: #d0d7cb;
  stroke: #eef0e4;
  stroke-width: 1;
  transition: fill 0.2s;
}
.coverage_map path[data-tier="target"] {
  fill: #668969;
  cursor: pointer;
}
.coverage_map path[data-tier="out"] {
  fill: #d0d7cb;
  cursor: pointer;
}
.coverage_map path:hover,
.coverage_map path.active {
  fill: #be8c58;
}
.coverage_map path[data-tier="pref"] {
  fill: #e9ede2;
}
.map_legend {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.map_legend > i {
  width: 10px;
  height: 10px;
  background: #668969;
}
.map_legend span {
  margin-left: auto;
  font-size: 10px;
  color: #5b6a54;
}
.area_cities {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
}
.area_cities li {
  width: 25%;
}
.area_cities button {
  width: 100%;
  min-height: 42px;
  padding: 7px 2px;
  background: none;
  border: 0;
  border-bottom: 1px solid #c8d0c0;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
}
.area_cities button:hover,
.area_cities button.is-active {
  color: #fff;
  background: #526c4e;
}
.map_credit {
  font-size: 9px;
  line-height: 1.8;
  color: #64745c;
  margin-top: 20px;
}
.map-popup {
  position: fixed;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 20;
  max-width: 620px;
  margin: auto;
  background: #223f34;
  color: white;
  padding: 20px 58px 20px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid #a4b998;
}
.map-popup[hidden] {
  display: none;
}
.map-popup-name {
  font-weight: 500;
  font-size: 15px;
}
.map-popup-status {
  font-size: 12px;
  color: #d4dfc8;
  line-height: 1.8;
}
.map-popup-cta {
  font-size: 14px;
  white-space: nowrap;
}
.map-popup-close {
  border: 0;
  background: none;
  color: white;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  font-size: 22px;
}
.life_flow {
  background: #e8ecdf;
}
.life_flow .life_section_title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.life_flow .life_section_title .eyebrow {
  margin: 0;
  padding-bottom: 10px;
}
.flow_steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
}
.flow_steps > li {
  border-top: 1px solid #889a7f;
  padding-top: 23px;
}
.flow_steps > li > span {
  font:
    27px/1.4 Georgia,
    serif;
  color: #607657;
}
.flow_steps h3 {
  font-family: "Amaterasu Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 18px 0 15px;
}
.flow_steps p {
  font-size: 14px;
  color: #45543e;
  line-height: 2;
}
.life_faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 80px;
}
.life_faq h2 {
  font-size: 38px;
  margin-top: 23px;
}
.faq_items details {
  border-top: 1px solid #abb8a2;
}
.faq_items details:last-of-type {
  border-bottom: 1px solid #abb8a2;
}
.faq_items summary {
  cursor: pointer;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  list-style: none;
  font-size: 14px;
}
.faq_items summary::-webkit-details-marker {
  display: none;
}
.faq_items summary span {
  font-size: 23px;
  color: #62785a;
  font-weight: 300;
  transition: transform 0.2s;
}
.faq_items details[open] summary span {
  transform: rotate(45deg);
}
.faq_items details > p {
  padding: 0 22px 26px 0;
  font-size: 14px;
  color: var(--body);
  line-height: 2;
}
.retirement_note {
  margin-top: 42px;
  padding: 22px 25px;
  background: #eaece2;
  border-left: 2px solid #9da78c;
}
.retirement_note p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 9px;
}
.retirement_note > span {
  display: block;
  font-size: 12px;
  line-height: 1.9;
  color: #52614a;
}
.retirement_note a {
  display: inline-block;
  font-size: 12px;
  padding-top: 10px;
}
.life_contact {
  background: #284536;
  color: #f2f1e2;
  padding: 85px 0 0;
}
.life_contact > .shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 100px;
}
.contact_heading .eyebrow {
  color: #c5d3b6;
}
.contact_heading h2 {
  font-size: 53px;
  line-height: 1.7;
  margin: 20px 0;
}
.contact_heading > p:not(.eyebrow) {
  color: #d0dcc4;
  font-size: 14px;
  line-height: 2;
}
.life_contact_actions {
  padding-top: 10px;
}
.life_contact_actions > .button {
  font-size: 17px;
  min-height: 72px;
}
.contact_phone {
  display: block;
  text-decoration: none;
  padding-top: 30px;
}
.contact_phone small {
  display: block;
  font-size: 12px;
  color: #d5dfcb;
}
.contact_phone > span {
  font-family: Georgia, serif;
  font-size: 37px;
  letter-spacing: 0.025em;
}
.life_contact_actions > p {
  font-size: 11px;
  line-height: 1.9;
  color: #cad8be;
  margin: 10px 0 24px;
}
.contact_line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 15px 0;
  border-top: 1px solid #819778;
  border-bottom: 1px solid #819778;
  font-size: 14px;
  text-decoration: none;
}
.life_overview {
  grid-column: 1/-1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #6b8464;
  padding: 25px 0;
  font-size: 12px;
  color: #d2dfc5;
  overflow-wrap: anywhere;
}
@keyframes life_arrive {
  from {
    transform: scale(1.045);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 1100px) {
  .life_desktop_nav {
    gap: 22px;
  }
  .life_hero_copy {
    margin-left: 36px;
    padding-top: 90px;
  }
  .life_hero_copy h1 {
    font-size: 42px;
  }
  .life_hero {
    min-height: 600px;
  }
  .life_hero_copy > p:not(.eyebrow) {
    font-size: 13px;
  }
  .life_intro > div {
    gap: 50px;
  }
  .life_intro h2 {
    font-size: 37px;
  }
  .service_pair {
    gap: 45px;
  }
  .service_title {
    gap: 20px;
  }
  .service_title h3 {
    font-size: 30px;
  }
  .management_panel > .shell {
    gap: 38px;
  }
  .management_intro h2 {
    font-size: 36px;
  }
  .management_scope {
    gap: 38px;
  }
  .life_area {
    gap: 52px;
  }
  .area_copy h2 {
    font-size: 35px;
  }
  .area_visual {
    padding: 22px;
  }
  .coverage_map {
    height: 350px;
  }
  .map_legend {
    flex-wrap: wrap;
  }
  .map_legend span {
    width: 100%;
    margin: 0;
  }
  .life_faq {
    gap: 44px;
  }
  .life_contact > .shell {
    gap: 50px;
  }
  .contact_heading h2 {
    font-size: 44px;
  }
}
@media (max-width: 800px) {
  .life_desktop_nav {
    display: none;
  }
  .mobile_menu {
    display: block;
    position: relative;
  }
  .mobile_menu summary {
    font-size: 11px;
    letter-spacing: 0.08em;
    cursor: pointer;
    list-style: none;
    padding: 15px 0 15px 20px;
  }
  .mobile_menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile_menu summary > span {
    margin-left: 15px;
  }
  .mobile_menu[open] nav {
    position: absolute;
    right: 0;
    top: 58px;
    width: min(320px, calc(100vw - 48px));
    background: #f7f6ef;
    padding: 16px 24px 20px;
    border: 1px solid #c5cebb;
    box-shadow: 0 15px 25px #20382614;
  }
  .mobile_menu nav a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #d7decb;
    font-size: 14px;
    text-decoration: none;
  }
  .life_header > .shell {
    height: 76px;
  }
  .life_hero_image {
    left: 42%;
  }
  .life_hero_copy {
    width: 55%;
    background: #f7f6ef;
    padding: 70px 24px 70px 0;
  }
  .life_hero_copy h1 {
    font-size: 36px;
  }
  .life_hero {
    min-height: 550px;
  }
  .life_hero_caption {
    font-size: 8px;
    max-width: 46%;
    text-align: right;
  }
  .life_intro > div {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service_pair {
    gap: 32px;
  }
  .service_garden {
    padding-top: 70px;
  }
  .service_title h3 {
    font-size: 28px;
  }
  .service_title {
    gap: 16px;
  }
  .management_intro h2 {
    font-size: 31px;
  }
  .management_panel > .shell {
    gap: 28px;
  }
  .management_scope {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .management_scope > p br {
    display: none;
  }
  .management_drawing > img {
    max-height: 300px;
  }
  .life_area {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .area_copy {
    padding-top: 0;
  }
  .area_visual {
    max-width: 580px;
    width: 100%;
    margin: auto;
  }
  .coverage_map {
    height: 390px;
  }
  .life_flow .life_section_title {
    display: block;
  }
  .life_flow .life_section_title .eyebrow {
    margin-bottom: 16px;
  }
  .flow_steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .life_faq {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .life_contact > .shell {
    gap: 34px;
  }
  .contact_phone > span {
    font-size: 30px;
  }
  .contact_heading h2 {
    font-size: 36px;
  }
  .life_overview {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 92px;
  }
  [id] {
    scroll-margin-top: 92px;
  }
  .life_topline > .shell {
    min-height: 33px;
    gap: 14px;
  }
  .life_topline > .shell > span {
    font-size: 9px;
    letter-spacing: 0;
  }
  .life_topline > .shell > span {
    max-width: 53%;
  }
  .life_topline nav {
    gap: 12px;
    font-size: 9px;
    white-space: nowrap;
  }
  .life_header > .shell {
    height: 75px;
  }
  .life_hero {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }
  .life_hero_image {
    position: relative;
    inset: auto;
    order: 2;
    height: 345px;
    z-index: 0;
  }
  .life_hero_copy {
    margin: 0;
    padding: 38px 24px 34px;
    width: 100%;
    background: none;
  }
  .life_hero_copy > .eyebrow {
    font-size: 9px;
  }
  .life_hero_copy h1 {
    font-size: clamp(30px, 9.2vw, 36px);
    line-height: 1.55;
    margin: 20px 0;
  }
  .life_hero_copy > p:not(.eyebrow) {
    font-size: 13px;
    line-height: 2.1;
  }
  .hero_down {
    margin-top: 21px;
    min-width: 210px;
    font-size: 12px;
  }
  .hero_location {
    top: auto;
    bottom: 57px;
    right: 16px;
    z-index: 1;
    padding: 12px 10px;
  }
  .hero_location strong {
    font-size: 14px;
  }
  .hero_location span {
    font-size: 8px;
  }
  .life_hero_caption {
    bottom: 9px;
    right: 9px;
    max-width: 100%;
    z-index: 1;
    font-size: 8px;
  }
  .life_intro h2 {
    font-size: 31px;
  }
  .life_intro > .eyebrow {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .life_intro #policy {
    font-size: 14px;
  }
  .life_intro #policy br {
    display: none;
  }
  .intro_signature {
    font-size: 12px;
    margin-top: 22px;
  }
  .life_services {
    padding-block: 58px 64px;
  }
  .life_section_title {
    margin-bottom: 30px;
  }
  .life_section_title h2 {
    font-size: 29px;
  }
  .life_section_title .eyebrow {
    margin-bottom: 14px;
  }
  .service_pair {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .service_garden {
    padding: 0;
  }
  .service_pair figure {
    margin-bottom: 24px;
  }
  .service_pair figure img,
  .service_garden figure img {
    aspect-ratio: 1.5;
  }
  .service_pair figcaption {
    font-size: 9px;
  }
  .service_title h3 {
    font-size: 31px;
  }
  .service_title > span {
    font-size: 21px;
  }
  .service_title {
    gap: 21px;
    margin-bottom: 18px;
  }
  .service_pair article > p {
    font-size: 14px;
  }
  .service_tags {
    gap: 4px 15px;
    margin: 18px 0;
    font-size: 11px;
  }
  .service_pair .text_link {
    font-size: 13px;
  }
  .management_panel {
    padding: 58px 0 44px;
  }
  .management_panel > .shell {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .management_intro h2 {
    font-size: 31px;
  }
  .management_intro > p:not(.eyebrow) {
    font-size: 14px;
  }
  .management_intro .button {
    font-size: 14px;
  }
  .management_drawing {
    margin-top: -6px;
  }
  .management_drawing > img {
    max-height: 268px;
  }
  .drawing_labels {
    font-size: 11px;
    gap: 30px;
  }
  .management_scope {
    padding-top: 24px;
    gap: 24px;
  }
  .management_scope > p {
    font-size: 23px;
  }
  .management_scope > p br {
    display: block;
  }
  .management_scope dl {
    gap: 22px;
  }
  .management_scope dt {
    font-size: 12px;
  }
  .management_scope dd {
    font-size: 11px;
  }
  .area_copy > .eyebrow {
    margin-bottom: 18px;
  }
  .area_copy h2 {
    font-size: 32px;
  }
  .area_description {
    margin: 24px 0 15px;
  }
  .area_description p {
    font-size: 14px;
  }
  .area_description h3 {
    font-size: 14px;
  }
  .area_copy .text_link {
    font-size: 13px;
  }
  .area_copy > .small_note {
    font-size: 11px;
  }
  .area_visual {
    padding: 20px 17px;
  }
  .map_label {
    font-size: 10px;
  }
  .coverage_map {
    height: 337px;
    margin-top: 10px;
  }
  .map_legend {
    font-size: 10px;
  }
  .map_legend span {
    font-size: 9px;
  }
  .area_cities li {
    width: 33.333%;
  }
  .area_cities button {
    font-size: 11px;
    min-height: 44px;
  }
  .map_credit {
    font-size: 8px;
  }
  .map-popup {
    inset: auto 16px 16px;
    padding: 18px 44px 18px 18px;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .map-popup-status {
    font-size: 11px;
  }
  .map-popup-cta {
    width: max-content;
    font-size: 13px;
  }
  .flow_steps {
    gap: 30px 26px;
  }
  .flow_steps > li {
    padding-top: 18px;
  }
  .flow_steps > li > span {
    font-size: 24px;
  }
  .flow_steps h3 {
    font-size: 14px;
    margin: 13px 0;
  }
  .flow_steps p {
    font-size: 12px;
    line-height: 1.95;
  }
  .life_flow .life_section_title h2 {
    font-size: 28px;
  }
  .life_faq h2 {
    font-size: 32px;
    margin-top: 17px;
  }
  .faq_items summary {
    font-size: 13px;
    gap: 20px;
    padding: 21px 0;
  }
  .faq_items details > p {
    font-size: 13px;
    padding-right: 8px;
  }
  .retirement_note {
    margin-top: 32px;
    padding: 20px;
  }
  .retirement_note > span {
    font-size: 11px;
  }
  .life_contact {
    padding-top: 50px;
  }
  .life_contact > .shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .contact_heading h2 {
    font-size: 38px;
    margin: 17px 0;
  }
  .contact_heading > p:not(.eyebrow) {
    font-size: 13px;
  }
  .life_contact_actions {
    padding: 0;
  }
  .life_contact_actions > .button {
    min-height: 64px;
    font-size: 16px;
  }
  .contact_phone > span {
    font-size: 36px;
  }
  .life_overview {
    gap: 10px;
    justify-content: start;
    font-size: 11px;
  }
  .life_overview a {
    width: 100%;
  }
}

.life_hero_copy > p:not(.eyebrow),
.life_intro #policy,
.service_pair article > p,
.management_intro > p:not(.eyebrow),
.area_description p,
.flow_steps p,
.faq_items details > p {
  font-size: 16px;
}
.management_scope dd {
  font-size: 14px;
}
.faq_items summary {
  font-size: 16px;
}
.life_contact_actions > p {
  font-size: 13px;
}
@media (max-width: 600px) {
  .life_hero_copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .life_intro #policy,
  .service_pair article > p,
  .management_intro > p:not(.eyebrow),
  .area_description p,
  .faq_items details > p {
    font-size: 16px;
  }
  .management_scope dl {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .management_scope dt {
    font-size: 14px;
  }
  .management_scope dd {
    font-size: 14px;
  }
  .faq_items summary {
    font-size: 15px;
  }
  .flow_steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .flow_steps > li {
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 0 16px;
  }
  .flow_steps > li > span {
    grid-row: 1/3;
  }
  .flow_steps h3 {
    font-size: 17px;
    margin: 0 0 10px;
  }
  .flow_steps p {
    font-size: 16px;
  }
}
